html, body{
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}

.bg-cover-particles{
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)),
    url('../images/bg-cover-particles.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.icon{
    width:64px;
    height:64px;
    line-height: 64px;
    color: white;
    font-size: 28px;
    background: rgb(0, 123, 255);
    display: inline-block;
    border-radius: 50%;
    transition: .3s
}

.aboutme:hover .icon{
    background: none;
    color:rgb(0, 123, 255);
    font-size: 42px;
}

.sep-navbar{
    position: relative;
}

.sep-navbar:hover::before{
    width: 100%;
}

.sep-navbar::before{
    position: absolute;
    content: '';
    background: white;
    width: 0px;
    height: 2px;
    bottom: 0px;
    transition: .3s;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.sep{
    position: relative;
    margin-bottom: 60px;
}

.sep:hover::before{
    width: 120px;
}

.sep::before{
    position: absolute;
    content: '';
    background:rgb(0, 123, 255);
    width: 70px;
    height: 5px;
    bottom: -20px;
    transition: .3s;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

::selection{
    background:rgb(0, 123, 255);
    color: white;
}

/* .col-4 img, .col-md-4 img{
    transition: .4s;
}
.col-4:hover img, .col-md-4:hover img{
    transform: scale(1.2) rotate(10deg);
} */

.btn-absolute{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    opacity: 0;
}

.col-4 .btn-absolute{
    transition: .4s;
}

.col-4:hover .btn-absolute{
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.mb-30{
    margin-bottom: 30px;
}

.bg-opacity-black{
    background-color: rgba(0,0,0,0.6)
}

header{
    transition: .3s;
}

.eliminat-logo2{
    display:none !important;
}

.logo1{
    width:100px;
}

.logo2{
    width:120px;
}

.logo1-scroll{
    width: 50px;
}

button.navbar-toggler{
    position: absolute;
}

header.bg-white{
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.navbar-brand{
    color:white !important;
    margin-left:auto;
    margin-right:auto;
}

.navbar-brand-margin-mobile{
    color:white !important;
    margin-left:auto;
    margin-right:0;
}

.bg-white .navbar-brand{
    color:black !important;
}

.border-bg-white {
    border-bottom: 1.5px solid rgba(0,0,0,.35);
}

.bg-white .sep-navbar::before{
    background: black;
}

.bg-cover-testimonials{
    /* background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
    url('../images/bg-earth.jpg'); */
    background-size: cover;
    background-attachment: fixed;
    min-height: 720px;
}

.bg-cover-home{
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
    url('../images/bg-cover-home.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    min-height: auto;
}

.bg-cover-aboutme{
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
    url('../images/bg-cover-aboutme.jpg');
    background-size: cover;
    background-attachment: fixed;
    min-height: 720px;
}

.bg-cover-portfolio, .bg-cover-blogs, .bg-cover-counter, .bg-cover-website{
    /* background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
    url('../images/bg-earth.jpg'); */
    background-size: cover;
    background-attachment: fixed;
}

.bg-contact{
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
    url('../images/contact.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: 100px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0, 123, 255);
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 4px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0;
}

.text-dark {
    color: #343a40 !important;
  }

.media,
.media i{
    transition: .3s;
    width: 100%;
}

.media:hover i{
    transform: translateY(-10px);
    width: 100%;
}

.media:hover {
    -webkit-box-shadow: 0px 0px 16px 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 13px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 13px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}

.media-section {
    margin-top: -15%;
}

.gallery img{
    transition: .4s;
}

.item:hover img{
    transform: scale(1.1);
}

.patrat{
    width: 150px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 15%;
    left: auto;
    z-index: 2;
    opacity: 0;
    text-align:center;
    color: #fff;
    border-radius: 8px;
}

.gallery .patrat{
    transition: .5s;
}

.item:hover .patrat{
    opacity: 1;
    transform: scale(1.3);
}

.gallery{
    overflow: hidden;
}

.link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    bottom: 0;
    left:0;
}

.item:hover h3{
    color: rgb(0, 123, 255);
}

.item:hover .sep::before{
    width: 120px;
    background: black;
}

.ask .btn{
    border-radius: 0;
}

.row.bg-particles{
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
}

.container-footer{
    background-color:var(--h);
}

.container-footer ul li{
    display: inline-block; margin-left: .4rem; margin-right: .4rem; margin-bottom: .4rem;
}

.container-footer li a{
    color: rgba(255,255,255,0.9)
}

.container-footer small{
    font-size:.8rem; text-transform: uppercase;
}

.container-footer small a{
    color: rgba(255,255,255,.5);
}

.container-footer .fab{
    width: 3.45rem;
    height: 3.45rem;
    line-height: 3.45rem; 
    text-align: center;
    border:solid 1px rgba(255,255,255,.8);
    margin-right: 1rem;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    transition: .4s;
    color: white;
}

.container-footer .fab:hover, .container-footer .fab:focus{
    background-color: white;
    color:var(--c1);
    transform: rotate(360deg);
    border:1px solid transparent;
}

.container-footer .fa-instagram:hover, .container-footer .fa-instagram:focus{
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color:white;
    transform: rotate(360deg);
    border:1px solid transparent;
}

.custom-toggler.navbar-toggler { 
    border-color: transparent; 
} 

.custom-toggler .navbar-toggler-icon { 
    background-image: url( '../images/hamburger-white.svg'); 
}

.bg-white .custom-toggler .navbar-toggler-icon { 
    background-image: url( '../images/hamburger-black.svg'); 
}

.close-menu .navbar-toggler-icon{
    background-image: url( '../images/hamburger-close-white.svg'); 
} 

.bg-white .close-menu .navbar-toggler-icon{
    background-image: url( '../images/hamburger-close-black.svg'); 
} 

.navbar button:focus .navbar-toggler-icon{
    outline: 0px auto -webkit-focus-ring-color;
    border-color: transparent;
}

.navbar button.collapsed{
    outline: 0px auto -webkit-focus-ring-color;
    border-color: transparent;
}

.navbar button:focus{
    outline: 0px auto -webkit-focus-ring-color;
    border-color: transparent;
}

.bg-white .navbar button.collapsed{
    outline: 0px auto -webkit-focus-ring-color;
    border-color: transparent;
}

.navbar button{
    top:20px;
}

.navbar button.button-menu{
    top:0px;
}

.navbar-collapse {
    position: absolute;
    top: 3px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    width: auto;
    border-bottom-right-radius: 20px;
}
.navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
}
.navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}
.bg-primary2{
background-color: #0056b5;
width:90px;
-webkit-box-shadow: 0 10px 6px -6px #000;
-moz-box-shadow: 0 10px 6px -6px #000;
box-shadow: 0 10px 6px -6px #000;
}

.bg-primary3{
    background-color: #0056b5;
    width:96px;
    -webkit-box-shadow: 0 10px 6px -6px #000;
    -moz-box-shadow: 0 10px 6px -6px #000;
    box-shadow: 0 10px 6px -6px #000;
}

.bg-menu{
    background-color: white;
}

.nav-link{
    font-weight:400;
}

.navbar-light .navbar-nav .nav-link{
    color:black;
}

.contact-button-child{
    color:white!important;
}

.contact-button-parent{
    border-radius: 50rem!important;
}

.navbar{
    padding: .0rem 1rem;
}

.button-menu{
    color: #0056b5;
    background-color: transparent;
    border-color: #0056b5;
    height: 28px;
}

.btn-group .active{
    color: #0056b5;
    background-color: transparent;
    font-weight: 700;
}

.navbar-nav .active{
    color: #ff2b00!important;
    background-color: transparent;
    font-weight: 700;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #0056b5;
}

.btn-secondary:hover{
    background-color: #0056b5;
}

/* start smooth scroll css */

.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(211, 100%, 35%, .8);
    border-radius: 20px;
    display: none;
}

#telscroll {
    position: fixed;
    bottom: 26px;
    right: 10px;
    z-index: 98;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
    background-color: hsla(211, 100%, 35%, .8);
    border-radius: 27px;
    display: none;
    font-size: 18px;
}



.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url('../images/cd-top-arrow.svg') no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.cd-top-tel {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* end smooth scroll css */

#particles-js{ position:absolute; width: 100%; height: 100%; background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}

#particles-js2{ position:absolute; width: 100%; height: 100%; background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}

.header-particles{
    opacity: 0;
}

.opacity1{
    opacity: 1;
}

.bg-primary3 {
    background-color: rgb(255, 43, 0);
}

.tel a{
    font-weight: 400;
    color: #fff;
}

.tel {
    color: #fff;
}

.tel-black a{
    font-weight: 400;
    color: #000;
}

.tel-black{
    color: #000;
}

.tel-scroll-none{
    display: none!important;
}

.crt-post-share{
    display: none;
}

.section2-over{
    margin-top:-300px;
}

.despre-noi.sep{
    margin-bottom: 37px;
}

th.font-italic.text-center{
    text-decoration: underline;
}

.min-height-map{
    height: 250px;
}

.min-height-map2{
    height: 250px;
    margin-bottom: -6px;
}

@media (min-width: 375px) {
    .navbar-brand{
        color:white !important;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width: 576px) {
    .bg-cover-testimonials{
        /* background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
        url('../images/bg-earth.jpg'); */
        background-size: cover;
        background-attachment: fixed;
        height: auto;
    }

    .navbar-brand-margin-mobile{
        color:white !important;
        margin-left:auto;
        margin-right:auto;
    }

    .logo1-scroll{
        width: 85px;
    }

    .logo2{
        width:200px;
    }

    .bg-cover-aboutme{
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
        url('../images/bg-cover-aboutme.jpg');
        background-size: cover;
        background-attachment: fixed;
        min-height: auto;
    }

    .bg-cover-home{
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,05.5)),
        url('../images/bg-cover-home.jpg');
        background-size: cover;
        background-attachment: fixed;
        min-height: 100%;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-brand{
        color:white !important;
        margin-left:auto;
        margin-right:auto;
    }

    .bg-menu{
        background-color: transparent;
    }

    .bg-white .nav-link{
        color:black !important;
    }

    .bg-white .nav-link.active{
        color:#ff2b00 !important;
    }

    .bg-white .contact-button-child{
        color:white !important;
    }
    
    .bg-white .navbar-brand{
        color:black !important;
    }

    .contact-button-parent:hover {
        background: rgb(220, 53, 69)!important;
    }

    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        width: 100%;
        border-bottom-right-radius: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        top: 26px;
    }

    .navbar-expand-lg.pb-lg-4{
        padding-bottom: 1.1rem!important;
    }

    .nav-link{
        color:white!important;
    }

    .bg-primary2{
        background-color: #0056b5;
        width:auto;
        -webkit-box-shadow: 0 10px 6px -6px #000;
    -moz-box-shadow: 0 10px 6px -6px #000;
    box-shadow: 0 10px 6px -6px #000;
    }

    .bg-primary3{
        background-color: #ff2b00;
        width:auto;
        -webkit-box-shadow: 0 10px 6px -6px #000;
        -moz-box-shadow: 0 10px 6px -6px #000;
        box-shadow: 0 10px 6px -6px #000;
    }

}