/********** Template CSS **********/
:root {
    --primary: #dd2f2f;
    --light: #F5F5F5;
    --dark: #353535;
}
.page {
    display: inline;
    width:100%;
    height:100%
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-menu li {
    position: relative;
    }
.navbar .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
  .navbar .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
 .navbar .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
.show{
     display: block !important;   
}


/*
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
*/
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    display: inline-flex;
    justify-self: center;
    align-items:center;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#0e74f0
    ;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 5px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 250px;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media screen and (min-width: 900px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 400px;
        max-height:400px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}
@media screen and (min-width: 280px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 255px;
        max-height:255px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
        font-weight: 350 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 14px;
        font-weight: 250;
    }
}
@media screen and (min-width: 600px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 350px;
        min-height: 350px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
        font-weight: 350 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 49px;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    background: transparent;
    border: 1px solid;
    font-size: 22px;
    transition: .5s;
}


.header-carousel .owl-dots {
    position: absolute;
    height: 50px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
   
    
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 30px;

}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/

.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/



.why .container-fluid.my-5{
    margin-top: 3px !important;
}
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
#contacts .tmail{
    width: 100%;
    height: 20%;
}
#contacts .oemail{
    width: 100%;
    height: 10%;
}
#contacts .forms{
 width: 100%;
 height:70%;
}
.oemail .infom h4{
    display: block;
    height:100%; 
    width: 20%;
    color: black !important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
.oemail .infom i{
    display: block;
    height:100%; 
    width: 5%;
    color: black !important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
.oemail .officem i{
    display: block;
    color:black !important;
    width:5%; 
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
.oemail .officem h4{
    display: block;
    color:black !important;
    width:20%; 
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
.oemail .infom a{
    display: block;
    width:75%; 
    height: 100%;
    color: #dd2f2f !important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
.oemail .officem a{
    display: flex;
    color: #dd2f2f !important;
    width:75%; 
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    justify-content: center;
}
@media screen and (min-width:200px) {
    .oemail .infom {
        display: block;
        height:50%; 
        width: 100%!important;
    }
    .oemail .officem{
        display: block;
        height:50%; 
        width: 100%!important;
        
    }
    .oemail .officem i{
        font-size: 14px;
    }
    .oemail .infom i{font-size: 14px;}
    .oemail .officem h4{
        font-size: 14px;
    }
    .oemail .infom h4{font-size: 14px;}
    .oemail .officem a{
        font-size: 14px;
    }
    .oemail .infom a{font-size: 14px;}

    
}
@media screen and (min-width:850px) {
    .oemail .infom{
        display: block;
        height:100%; 
        width: 50%;
    }
    .oemail .officem{
        display: block;
        width:50%; 
        height: 100%;
    }
    .oemail .officem i{
        font-size: 22px;
    }
    .oemail .infom i{font-size: 22px;}
    .oemail .officem h4{
        font-size: 22px;
    }
    .oemail .infom h4{font-size: 22px;}
    .oemail .officem a{
        font-size: 22px;
    }
    .oemail .infom a{font-size: 22px;}

    
}



/*** Team ***/


.team-card  .imgteam {

    width: 100%;
    height:25%,!important;
    border-radius: 10px;
    
}
.team-card .card-text{
    width:100%;
    height:75%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   }
.team-item:hover .imgteam {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}
 .team-card .card-text .team-mail{
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    width:75%;
    height:30%;
    color:#d54242 !important;
    text-align: center !important;
    justify-content: flex-start !important;
    padding-top: 1%;
    padding-bottom:1%;
}
.team-card .card-text .team-work{
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
    height:30%;
    color:#353535;
    text-align: center !important;
    justify-content: center!important;
    padding-top: 1%;
    padding-bottom:1%;
}
.team-card .card-text .Nome{
        display: inline-flex;
        font-family: Arial, Helvetica, sans-serif;
        width:100%;
        height:30%;
        color:#353535;
        text-align: center !important;
        justify-content: center !important;
        padding-top: 1%;
        padding-bottom:1%;
    }

.team-card .card-text .footer{
    display:inline-flex;
    height:1%;
    padding-top: 1%;
}
.team-card .card-text .head-card{
    display:inline-flex;
    height:1%;
    padding-bottom: 1%;
}
@media screen and (min-width:600px) {
    .team-card{display:flex;
               width: 50% !important;
               max-height: 100%;
               }
    .team-card .card-text .team-mail{
        display: inline-flex;
        font-size:  0.25em;
        font-style: italic;
    }
  
   

    .team-card .card-text .Nome{
        font-size: small;
        font-weight: bold;
        display: inline-flex;
    
    }
    team-card  .imgteam {
        max-height: 250px;
        min-height: 250px;
        max-width: 275px;
        min-width: 275px;
        
    }
    .team-card .card-text{
        max-height: 250px;
        min-height: 250px;
        max-width: 275px;
        min-width: 275px;
    }
    
}
@media screen and (min-width:200px ){
    .team-card{display:flex;
        width: 100% !important;
        max-height: 100%;
        align-items: center;
        }  
   
    .team-card .card-text .team-mail{
        font-size:  10px;
        display: inline-flex;
        justify-content: center;
    }
    .team-card .card-text .team-work{
        font-size:  10px;
        font-weight:bold ;
        display: inline-flex;
        justify-content: center;
        
    }
    .team-card .card-text .Nome{
        font-size: 15px;
        display: inline-flex;
        justify-content: center;
    }
    .team-card  .imgteam {
        max-height: 250px;
        min-height: 250px;
        max-width: 200px;
        min-width: 200px;
        
    }
    .team-card .card-text{
        max-height: 250px;
        min-height: 250px;
        max-width: 200px;
        min-width: 200px;}
    
}

@media screen and (min-width:300px)  {
    .team-card{display:flex;
        width: 100% !important;
        max-height: 100%;
        justify-content: center;
        }
    .team-card  .imgteam {
        max-height: 200px;
        min-height: 200px;
        max-width: 220px;
        min-width: 220px;
        
    }
    .team-card .card-text{
        max-height: 200px;
        min-height: 200px;
        max-width: 220px;
        min-width: 220px;}
    
    .team-card .card-text .team-mail{
        font-size:  0.75em;
        display: inline-flex;
    }
    .team-card .card-text .team-work{
        font-size:  15;
        font-weight:bold ;
        display: inline-flex;
        
    }
    .team-card .card-text .Nome
    {
        font-size: 20px;
        display: inline-flex;
    }
   
    
}
@media screen and (min-width:800px) {
    .team-card{display:flex;
               width: 33% !important;
               height:100%;
               align-items: center;
    }
    .team-card  .imgteam {
        max-height: 250px;
        min-height: 250px;
        max-width: 220px;
        min-width: 220px;
        
    }
    .team-card .card-text{
        max-height: 250px;
        min-height: 250px;
        max-width: 220px;
        min-width: 220px;}
    
    .team-card .card-text .team-mail{
        display: inline-flex;
        font-size:0.80em;
        }
        .team-card .card-text .team-work{
            display: inline-flex;
            font-size: medium;

        }
        .team-card .card-text .Nome{
            display:inline-flex;
            font-size: medium;
            
        }
    }
@media screen and (min-width:1080px) {
    .team-card{display: block;
               width: 25% !important;
               height:100%;}
            .team-card .card-text .team-work{
                
                font-size: large;
                font-weight:bold ;
                display: inline-flex;
            }
            .team-card .card-text .team-mail{
                font-size:0.89em;
                display:inline-flex;
                
            }
            .team-card .card-text .Nome{
                font-size:  medium;
                font-weight:bold ;
                display:inline-flex;
            }
            .team-card  .imgteam {
                max-height: 250px;
                min-height: 250px;
                max-width: 232.25px;
                min-width: 232.25px;
                
            }
            .team-card .card-text{
                max-height: 250px;
                min-height: 250px;
                max-width: 232.25px;
                min-width: 232.25px;}
            
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}
/***Page To reload***/
.page .mptr {
display:inline;
width:100%;
height:75%;
background: #F5F5F5}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}



/*** Footer ***/
.page .footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
    height:5%;
    width:100%;
   
}
.footer .map{
    
    width: 100% !important;;
    height: 100% !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link,
.contactemail .btn.btn-link
 {
    display: block;
    margin-bottom: 39px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link a:hover,
.contactemail .btn.btn-link:hover
{
    color:#2a568c !important
}




.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color:#0e74f0 ;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

@media  screen and  (max-width:900px) {
    
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align:center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer h4{
    text-align: center;
}
.footer p{
    text-align: center;
}
}
@media screen and (min-width:600px) and (max-width:900px)
{
.footer .btn.btn-social {
    width: 35px;
    height: 35px;
   /* display: block;*/
    align-items: center;
    /*margin-left:auto;
     margin-right: auto;*/ 
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
}
@media screen and (max-width:600px)
{
    .footer .btn.btn-social {
    width: 35px;
    height: 35px;
   /* display: block;*/
    align-items: center;
    /*margin-left:auto;
    margin-right: auto; */
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
    padding-top: 1em;
    padding-bottom: 1.5em;
    }

    .contacts .row {
        --bs-gutter-x :0.0rem;
    }  
}

/* carousel top */

.carousel-top.pb-5{
    padding-bottom: 20px !important;
}


/* working */

.working div.container-fluid .card{
    border: none;
    width: 32%;
    display: inline-flex;
}

.working div.container-fluid .card .card-body{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background: white;
    opacity: 0.9;
}






