@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    font-family: "Poppins", sans-serif;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
    text-decoration: none !important;
}

p{
    text-align: justify;
}

:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Inter", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

:root{
    --primary: #007c00;
    --secondary: #0d6efd;
    /* --secondary: #001f8d; */
}

h1, h2{
    font-family: var(--font-secondary);
    font-weight: 700;
}


/* h1, h2{
    font-family: "Cormorant", serif !important;
    font-weight: 550;
    font-size: 33px;   
    text-transform: uppercase;
} */



.btns{
    background-color: var(--primary) !important;
    color: white !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    transition: .5s all ease-in-out;
}

.btns:hover{
    background-color: #00d800 !important;
}





/*--------------------------------------------------------------
# Topbar Section Start
--------------------------------------------------------------*/


.topbar{
    background-color: var(--primary);
    color: white !important;
}

.topbar .top-icon{
    font-size: 22px;
    color: white;
}

.topbar span{
    color: white !important;
}


/*--------------------------------------------------------------
# Topbar Section End
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Navbar Section Start
--------------------------------------------------------------*/

.bg-color{
    background-color: white !important;
}

.navbar{
    /* margin-top: 20px; */
    z-index: 999999 !important; 
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand h5{
    font-size: 30px !important;
    font-weight: 700;
    font-family: "Play", sans-serif !important;
}

@media(max-width:768px){
    .navbar-brand h5{
        font-size: 23px !important;
        font-weight: 700 !important;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 21px 0.5rem;
    color: black;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 600 !important;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    transition: .5s all ease-in-out;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

.navbar .nav-item .dropdown-menu .dropdown-item.active{
    background-color: var(--secondary) !important;
    color: white !important;
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.menu{
    font-size: 25px;
    color: #000000;
}


/*--------------------------------------------------------------
# Navbar Section End
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Carousel Section Start
--------------------------------------------------------------*/


/* .slide-carousel{
    z-index: inherit;
} */

.owl-carousel{
    display: block !important;
    position: relative;
}

.slide-carousel .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0, 0, 0),rgba(0, 0, 0, 0.849) 50%, rgba(0, 0, 0, 0.507));
    background-blend-mode: multiply;
    z-index: -1;
    color: white !important;
}

/* .slide-carousel .container{
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
} */


.slide-carousel .carousel-content h2{
    color: white !important;
    font-size: 45px !important;
    font-weight: 600;
}

@media(max-width:991px){
    .slide-carousel .carousel-content h2{
        font-size: 28px !important;
        line-height: 40px;
    }

    .slide-carousel .container{
        top: 40% !important;
    }
}

.slide-carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    top: 45%;
    padding: 0px 5%;
   
}

@media(max-width:991px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 15% !important;
    }
    .slide-carousel h1{
        font-size: 30px !important;
    }
    .slide-carousel p{
        font-size: 17px !important;
        letter-spacing: 1px !important;
    }
}
@media(max-width:768px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 5% !important;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px 7px;
    background: var(--primary);
    border: 1px solid var(--primary);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s all ease-in-out;
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border: 1px solid var(--primary);
    color: #FFF;
    text-decoration: none;
}

.slide-carousel .owl-dots{
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    top: 20%;
    left: 17%;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    transition: .5s all ease-in-out;
}

.slide-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s all ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

.slide-carousel img{
    height: 100vh;
    width: 100% !important;
    object-fit: cover !important;
    background-size: cover !important;
    z-index: -2;
} 

@media(max-width:991px){
    .slide-carousel img{
        height: 60vh !important;
        width: 100%;
        object-fit: cover;
        background-size: cover;
    }
}



/*--------------------------------------------------------------
# Carousel Section End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Feature Section Start
--------------------------------------------------------------*/


/* .feat-card  h5{
    color: var(--secondary);
} */

.feat-card{
    transition: .5s all ease-in-out;
}

.feat-card:hover{
    box-shadow: 0px 0px 15px #e0e0e0;
}

.feat-card i{
    font-size: 30px;
    color: var(--secondary);
}



/*--------------------------------------------------------------
# Feature Section End
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Page Header Section Start
--------------------------------------------------------------*/

.bg-breadcrumb {
    background: linear-gradient(#0000008a, #000000cb), url(../imgs/steel5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    object-fit: cover !important;
    background-size: cover !important;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

@media(max-width:768px){
    .bg-breadcrumb{
        padding: 50px 0 50px 0 !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: white !important;
}



/*--------------------------------------------------------------
# Page Header Section End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Section Title Section Start
--------------------------------------------------------------*/


.section-title {
    text-align: center;
    padding-top: 40px;
    position: relative;
}
  
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: color-mix(in srgb, var(--primary), transparent 90%);
    color: var(--primary);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: var(--font-secondary);
}


.section-title h1{
    font-weight: 700;
}

/*--------------------------------------------------------------
# Section Title Section End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# About Section Start
--------------------------------------------------------------*/

.light-background{
    background-color: #f5f9ff;
}

.about h1{
    font-weight: 700;
}

.about .about-content h2 {
    font-weight: 700;
    /* font-size: 26px; */
}

.bg-primary{
    background-color: var(--secondary) !important;
}
  
.about .about-content ul {
    list-style: none;
    padding: 0;
}
  
.about .about-content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
  
.about .about-content ul li:first-child {
    margin-top: 35px;
}
  
.about .about-content ul i {
    background: white !important;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-right: 15px;
    color: var(--secondary);
    border-radius: 50px;
}
  
.about .about-content ul h4 {
    font-size: 18px;
    font-weight: 600;
}
  
.about .about-content ul p {
    font-size: 15px;
}
  
.about .about-content p:last-child {
    margin-bottom: 0;
}

.years_card{
    top: -2% !important;
    left: -2% !important;
    z-index: 2 !important;
}
  .years_card::after{
    z-index:-1;
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 3px solid var(--secondary);
    right: -5%;
    bottom: -5% !important;
}


.mv-state i{
    font-size: 25px !important;
    color: var(--primary);
}


.about-us i{
    font-size: 15px;
    color: var(--secondary);
}

.about-us h3, h4{
    font-weight: bolder;
}

.about-us h5{
    font-weight: 600;
}



/*--------------------------------------------------------------
# About Section End
--------------------------------------------------------------*/



.hig-box{
    text-align: center;
}

.border-primary{
    border-color: #a1a1a1 !important;
}

@media(max-width:768px){
    .hig-box{
        text-align: start !important;
        /* border-bottom: 1px solid #a1a1a1;
        border-right: 0px !important;
        margin-bottom: 20px; */
    }
}


/* .hig-box h6{
    color: #757575;
} */







/*--------------------------------------------------------------
# Service Section End
--------------------------------------------------------------*/

.serv-card{
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    transition: .5s all ease-in-out;
}

/* .serv-card:hover{
    background-color: var(--primary);
    color: white !important;
} */

.serv-card h5{
    color: rgb(0, 0, 0) !important;
    transition: .5s all ease-in-out;
}

/* .serv-card:hover .btnn{
    color: white !important;
}

.serv-card:hover .serv-icon{
    background-color: white;
    color: var(--primary);
} */

.serv-card .btnn{
    color: #000000;
}

.serv-icon{
    font-size: 25px;
    color: white;
    background-color: var(--primary);
    padding: 20px;
    transition: .5s all ease-in-out;
}

.read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.read-more:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 2px;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
    width: 100%;
    background: #D6D6D6;
}

.read-more:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary);
    border-radius: 5px;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out
}

.read-more:hover:after {
    width: 100%;
    background: var(--primary);
}

.ang-icon{
    font-size: 25px;
    color: var(--primary);
}

.int-list img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}


.project-img{
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}




/*--------------------------------------------------------------
# Service Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Testimonial Section Start
--------------------------------------------------------------*/

.testimonial{
    background-image: url(../imgs/steel5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-color: #000000bb;
    background-blend-mode: multiply;
}

.testimonial h3{
    color: white;
}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.quote{
    font-size: 40px;
    color: white;
}

.testimonial-carousel .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    letter-spacing: 3px;
    font-size: 23px;
    color: #ffffff;
}


.testimonial-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -20%;
}
.testimonial-carousel .owl-nav .owl-next{
    position: absolute;
    right: -20%;
}

@media(max-width:999px){
    .testimonial-carousel .owl-nav{
        display: flex;
        align-items: center;
        justify-content: center !important;
        justify-items: center !important;
        /* width: 100%; */
        position: absolute;
        /* top: 50%; */
        bottom: 0;
        left: 0;
        right: 0;
    }
    .testimonial-carousel .owl-nav .owl-prev{
        left: 0;
        bottom: 10%;
    }
    .testimonial-carousel .owl-nav .owl-next{
       bottom: 10%;
        right: 0;
    }
}


/*--------------------------------------------------------------
# Testimonial Section End
--------------------------------------------------------------*/



  


/*--------------------------------------------------------------
# Why choose us Section Start
--------------------------------------------------------------*/


.why-chooseus .section-title {
    text-align: start;
    padding-top: 40px;
    position: relative;
}

.why-chooseus .section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: color-mix(in srgb, var(--primary), transparent 90%);
    color: var(--primary);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: var(--font-secondary);
}


.section-title .section-title h1{
    font-weight: 700;
}


.why-chooseus h6{
    font-weight: 700;
}




/*--------------------------------------------------------------
# Why choose us Section End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Recruitment us Section Start
--------------------------------------------------------------*/


/* .faq {
    padding-top: 80px;
} */
  
.faq .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
  
.faq .accordion-collapse {
    border: 0;
}
  
.faq .accordion-button {
    padding: 15px 30px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: var(--color-default);
    text-align: left;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
    display: flex;
    align-items: center !important;
}
  
.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--secondary);
    border-bottom: 0;
    box-shadow: none;
}
  
.faq .question-icon {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 18px;
    color: var(--secondary);
}
  
.faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
}
  
.faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
}



/*--------------------------------------------------------------
# Recruitment us Section End
--------------------------------------------------------------*/




/* .quotes{
    background-image: url(../imgs/quote.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: #000000a2;
    background-blend-mode: multiply;
} */






/*--------------------------------------------------------------
# Portfolio Section Start
--------------------------------------------------------------*/


.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}


/*--------------------------------------------------------------
# Portfolio Section End
--------------------------------------------------------------*/



.contact .ctn-icon{
    font-size: 23px;
    color: var(--primary);
    /* background-color: #ffffffcc; */
    /* border-radius: 30px; */
}

input, textarea{
    box-shadow: none !important;
    border-radius: 0px !important;
}



/*--------------------------------------------------------------
# Footer Section Start
--------------------------------------------------------------*/


.footer{
    background-color: #000c1f;
}

.footer h5{
    color: #ffffff !important;
    font-weight: 500 !important;
}

.footer h6{
    color: #ffffff !important;
    font-weight: 700 !important;
}

.footer .quick-links a i{
    color: white;
    font-size: 13px;
}

.footer .quick-links a{
    color: #ffffff;
    transition: .5s all ease-in-out;
}

.footer .quick-links a:hover{
    color: var(--secondary) !important;
    margin-left: 7px;
}

.footer .contact-details i{
    color: #ffffff;
    font-size: 13px;
}

.footer .contact-details span{
    color: #ffffff;
}

.footer .social-media{
    font-size: 18px;
    color: white;
    border: 1px solid #ffffff;
    /* background-color: #ffffff; */
    border-radius: 30px;
    padding: 15px;
    transition: .5s all ease-in-out;
}

.footer .social-media:hover{
    box-shadow: 0px 0px 6px #dadadac9;
}

.footer .copyright a{
    transition: .5s all ease-in-out;
}

.footer .copyright a:hover{
    color: var(--primary) !important;
}


/*--------------------------------------------------------------
# Footer Section End
--------------------------------------------------------------*/




/* .whats img{
    filter: drop-shadow(2px 2px 4px #414141); 
} */

.whats a{
    transition: .5s;
    
}
  
.whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
}
  
.whats:hover span{
    font-size: 13px;
    word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
}

/* .whats {
    animation: moveDown 5s linear infinite !important;
} */


/* @keyframes moveDown {
    0% {
      bottom: 10%; 
    }
    50%{
        bottom: 0%;
    }
    100% {
      bottom: 10%; 
    }
} */




