/* global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    scroll-behavior: smooth;
    box-sizing: border-box;
    cursor: pointer;

    @font-face{
        font-family: poppins-regular;
        src: url("../fonts/Poppins-Regular.ttf");
    }

    

}


@font-face {
    font-family: poppins-medium;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: poppins-regular;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: poppins-light;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: poppins-exlight;
    src: url("../fonts/Poppins-ExtraLight.ttf");
}





:root {
    --primary-color: #03c8e8;
    --secondary-color: #037eb3;
    --para-color: #6e6e6e;
    --section-bg-color: #f8faff;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    /* overflow: hidden; */
}

p {
    font-family: poppins-light;
    font-size: 16px;
    color: #353535;
}

h1 {
    font-family: poppins-regular;
    font-size: 40px;
    color: #101010;
    font-weight: 200;
}

h2 {
    font-size: 34px;
    font-family: poppins-regular;
    color: #141414;
    font-weight: 200;
}


h3 {
    font-size: 42px;
}

h4 {
    font-size: 24px;
    font-family: poppins-regular;
    color:#141414;
    font-weight: 200;
}

h5 {
    font-family: poppins-light;
    font-size: 18px;
}

h6 {
    font-size: 13px;
    font-family: poppins-exlight;
    font-weight: 100;
}

.primary-btn {
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    font-family: times new roman;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    padding: 20px 20px;
    text-transform: uppercase;
}

img {
    width: 100%;
    height: auto;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-space-btwn {
    justify-content: space-between;
}

.justify-space-evenly {
    justify-content: space-evenly;
}

.center {
    text-align: center;
}

a {
    text-decoration: none;
    display: inline-block;
}

li {
    list-style: none;
}


/* global end */


/* top-header start */

.top-header {
    background: #000000;
    /* padding: 15px 0px 60px 0px; */
    width: 100%;
    /* position: relative; */
}

.top-header .main-top-head {
    padding: 12px 0px 12px 0px;
    /* margin-top: -5px; */
}

.top-header .main-top-head .right-content {
    gap: 20px;
}

.top-header .main-top-head .right-content .contact-head {
    gap: 12px;
}

.top-header .main-top-head .right-content .contact-head i {
    color: #ffffff;
    width: 10px;
    font-size: 14px;
}

.top-header .main-top-head .right-content .contact-head span {
    color: #fff;
    font-size: 14px;
    gap: 10px;
    font-family: poppins-light;
}



.top-header .main-top-head .left-content {
    gap: 25px;
    position: relative;
    padding-left: 40px;
}


.top-header .main-top-head .left-content i {
    color: #fff;
}

/* top-header end */



/* header nav start */

.container-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.header .header-content {
    background: #fff;
    width: 100%;
    padding: 15px 0px;
    /* margin-top: -70px; */
    /* border-radius: 20px; */
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    gap: 80px;
}

.header .header-content .logo img {
    width: 100%;
    max-width: 100px;
}

.header .header-content #nav-links .head-menus li a {
    color: #181818;
    font-size: 18px;
    font-family: poppins;
    position: relative;
}



.header .header-content #nav-links .head-menus li a:hover {
    color: #037EB3;
    transition: 0.10s ease-in-out;
}

.header .header-content #nav-links .head-menus li a::after {
    content: '';
    background-color: #037EB3;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    transition: all ease-in-out .2s;
    /* display: inline-block; */

}

.header .header-content #nav-links .head-menus li a:hover:after {
    width: 100%;
}

.header .header-content #nav-links .head-menus {
    gap: 50px;
}

.header .header-content .header-btn a {
    color: #fff;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border-radius: 10px;
    font-family: poppins;
    font-size: 18px;
    padding: 15px 20px;
    border: none;
    font-family: times new roman;
    display: flex;
    gap: 7px;
}

.brochure_btn_bg {
    border-radius: 10px;
    background-image: -moz-linear-gradient(-20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    background-image: -webkit-linear-gradient(-20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    background-image: -ms-linear-gradient(-20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    position: absolute;
    left: 1236px;
    top: 84px;
    width: 160px;
    height: 55px;
    z-index: 26;
}


/* fade slider */

#slider {
     width: 100%;
     margin: 0 auto;
   }
   #slider img {
     display: none;
     /* height: 250px; */
     width: 100%;
       &.show {
       display: inline;
     }
   }

  




/* .header .header-content .header-btn i {
    color: #2e7a04;
}

.header .header-content .header-btn a {
    color: #2e7a04;
    margin-left: 8px;
}

.header .header-content .header-btn i {
    color: #2e7a04;
} */

header .bars {
    display: none;
}

header .fa-xmark {
    display: none;
}

header .bars i {
    font-size: 30px;

}

/* .sticky-header{
    background: #fff;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

@keyframes menu_sticky{
    0% {
    margin-top: -300px;
}
50% {
    margin-top: -150px;
}
100% {
    margin-top: 0;
}
} */

/* header nav end */



/* banner start */

.banner {

     background: url('../images/banner-2.jpg');
    /* background: url("../images/bnr-bg.png") no-repeat; */
    background-size: cover;
    width: 100%;
    padding: 120px 0;


}

.banner .banner-content .right-banner-content p {
    color: #393939;
    line-height: 1.5;
    /* padding-right: 550px; */
    margin: 15px 0px 30px 0px;
    font-size: 18px;
}

.right-banner-content {
    width: 65%;
}

.banner .banner-content .right-banner-content .main-btn {
    gap: 30px;
}

.banner .banner-content .right-banner-content .main-btn a {
    color: #ffffff;
}

.banner .banner-content .right-banner-content .main-btn i {
    color: #fff;
}

.banner .banner-content .main-btn .btn2 {
    color: #2174b8 !important;
    border: 2px solid #2174b8;
    border-radius: 10px;
    background-color: transparent;
    font-family: times new roman;
    font-size: 18px;
    padding: 20px 30px;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
}

.banner .banner-content .main-btn .btn2:hover {
    color: #ffffff !important;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
}

/* banner end */


/* about us start */

.about-us-sec {
    padding: 70px 0;
}

.about-us-sec .main-about {
    width: 100%;
    gap: 30px;
}

.about-us-sec .main-about .about-img {
    width: 47%;
}

.about-us-sec .main-about .about-content {
    width: 53%;
}

.about-us-sec .main-about .about-content hr {
    width: 15%;
    height: 4px;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border: none;
    margin-top: 10px;
}

.about-us-sec .main-about .about-img img {
    width: 100%;
}

.about-us-sec .main-about .about-content a {
    color: #fff;
    margin-left: 8px;
}

.about-us-sec .main-about .about-content i {
    color: #fff;
}

.about-us-sec .main-about .about-content h3 {
    margin-top: 10px;
}

.about-us-sec .main-about .about-content p {
    margin: 20px 0;
    color: var(--para-color);
}

.about-us-sec .main-about .about-content button {
    margin-top: 15px;
}

/* about us end */


/* service section start */

.service-sec {
    background: #f8faff url("../images/zigzag-shap.png") no-repeat;
    padding: 70px 0;
    background-size: 71%;
    background-position: right;
}

.service-sec hr {
    width: 10%;
    height: 4px;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}

.service-sec .ser-text p {
    /* margin-top: 15px; */
    margin: 20px auto;
    color: #353535;
}

.service-sec .main-service {
    flex-wrap: wrap;
    margin-block: 40px;
    gap: 20px;
}

.service-sec .main-service .service-content {
    background-color: var(--section-bg-color);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 265px;
    box-shadow: 0px 0px 7px #e1e1e1;
}

.service-sec .main-service .service-content .service-img img {
    width: 100%;
    max-width: 350px;
}

.service-sec .main-service .service-content .ser-info {
    padding: 20px 20px;
}

.service-sec .main-service .service-content .ser-info p {
    color: var(--para-color);
    margin: 15px 0px;
}

.service-sec .main-service .service-content .ser-info a {
    color: var(--secondary-color);
    font-size: 18px;
}

.service-sec button {
    margin: 0 auto;
    display: block;
}

.service-sec button a {
    color: #fff;
    margin-left: 8px;
}

.service-sec button i {
    color: #fff;
}

/* service section end */


/* call to action start*/

.our-client {
    padding: 70px 0;
}

.our-client hr {
    width: 10%;
    height: 4px;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}

.our-client h2 {
    text-align: center;
}

.our-client .all-logo {
    margin-top: 30px;
}


.our-client .all-logo .logo-sli {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

/* call to action end*/


/* gallery section start */


.gallery-sec {
    background: #f8faff url("../images/zigzag-shap2.png") no-repeat;
    padding: 70px 0;
    background-size: 71%;
    background-position: left;
}


.gallery-sec .gallery-content .gallery-img {
    margin-block: 40px;
}

.gallery-sec .gallery-content .gallery-img .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.gallery-img {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
}

.row-2 {
    grid-row: span 2;
}

.col-2 {
    grid-column: span 2;
}

.gallery-sec .gallery-content .btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    font-family: times new roman;
    font-size: 18px;
    padding: 20px 30px;
}

.gallery-sec .gallery-text hr{
    width: 10%;
    height: 4px;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}

.gallery-sec .gallery-content button {
    margin: 0 auto;
    display: block;
}

.gallery-sec .gallery-content button a {
    color: #fff;
    margin-left: 8px;
}

.gallery-sec .gallery-content button i {
    color: #fff;
}

.gallery-sec .img {
    position: relative;
}

.gallery-sec .img::before {
    background: linear-gradient(20deg, rgba(3, 200, 232, .3) 0%, rgba(3, 126, 179, .3) 20%);
    border-radius: 10px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    transition: .5s ease-in-out;
}

.gallery-sec .img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease-in-out;
}

.gallery-sec .img:hover::after {
    opacity: 1;
}

.gallery-sec .img:hover::before {
    opacity: 0;
}


/* gallery section end */

/* project and exeprience section start */

.exeprience-sec {
    background: url("../images/experience-sec-bg.png") rgba(0, 0, 0, 85%) center;
    background-size: cover;
    padding: 50px 0px;
}


.exeprience-sec .counter-row .count{
    color: #fff;
    font-size:60px;
}

#counter p{
    color: #e4e4e4;
}


#counter{
    /* background: #ececec; */
    padding: 25px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 50px;


    li{
      flex: 1;
      text-align: center;
      font-size: 50px;
      width: 100%;
      font-family:poppins-medium ;
    }


    /* span.percent:after {
      content: "";
      display: inline-block;
    } */



  }

/* project and exeprience section end */

/* testimonial section start */

.testimonial-sec {
    background: #fff;
    padding: 70px 0px;
}

.testimonial-sec hr{
    width: 10%;
    height: 4px;
    background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}

.testimonial-sec .main-testimonial{
    margin-top: 40px;
}


.testimonial-sec .main-testimonial .testimonial-content {
    margin-top: 30px;
    background-color: var(--section-bg-color);
    border-radius: 20px;
    /* overflow: hidden; */
    width: 100%;
    box-shadow: 0px 0px 7px #e1e1e1;
    /* max-width: 450px; */
    position:relative;
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info p {
    color: var(--para-color);
    font-style: italic;
    margin: 25px 0;
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info {
    padding: 40px 30px;
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info .quote-img{
    background: #037EB3;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    left: 50%;
    top:-20px;
    transform: translate(-50%);
    width: 12%;
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info img {
    width: 15%;
    margin: 0 auto;  
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info span img {
    width: 30%;
    border: 1px dashed var(--secondary-color);
    border-radius: 50%;
}

.testimonial-sec .main-testimonial .testimonial-content .testimonial-info h5 {
    color: var(--secondary-color);
    margin-top: 20px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    display: none
}


 .testimonial-sec .owl-theme .owl-dots{
    display: block;
    margin-top: 40px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color:#037EB3;
}


/* testimonial section end */


/* award section start */

.award-section{
    background: var(--section-bg-color);
}

.award-section .all-logo{
     margin-top: 40px;
}

.award-section .all-logo .logo-sli{
   width: 100%;
   max-width: 300px;
   margin: 0 auto;
   border: 1px solid rgb(3, 126, 179, 50%);
}
/* award section end */


/* newsletter section start */
   
 .newsletter-sec .newsletter-img{
    width: 60%;
    overflow: hidden;
    height: 400px;
    
 }


 
 .newsletter-sec .newslatter-content{
   background: linear-gradient(20deg, rgb(3, 200, 232) 0%, rgb(3, 126, 179) 87%);
   width: 40%;
   padding: 20px;
   flex-direction: column;
   gap: 15px;
    
 }

 .newsletter-sec .newslatter-content h2{
    font-family: poppins-medium;
    font-weight: 600;
    color: #fff;
 }

 .newsletter-sec .newslatter-content p{
   color: #f1f1f1;
 }

 .newsletter-sec .email-btn{
    background: #ffffff;
    border-radius: 7px;
    border: 2px solid #ffffff;
    font-size: 14px;
    padding: 15px 20px;
 }

 .newsletter-sec .subscribe-btn{
    background:transparent;
    border-radius: 7px;
    border: 2px solid #ffffff;
    font-size: 14px;
    padding: 15px 20px;
    color: #fff;
    transition: all ease-in-out .3s;

 }

 .newsletter-sec .subscribe-btn:hover{
    background: #fff;
    color: #5a5a5a;
 }





/* newsletter section end */

/* footer-section-start */

.footer-sec {
    background: linear-gradient(rgba(0, 0, 0, 70% ), rgba(0, 0, 0, 70% )), url("../images/footer_bg.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 30px;
}

.footer-sec .main-footer {
    margin: 20px auto;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.footer-sec .main-footer .footer-logo-text {
    width: 33%;
}

.footer-sec .main-footer .footer-logo-text img {
    width: 100%;
    max-width: 120px;
}

.footer-sec .main-footer .footer-logo-text p {
    color: #fff;
    margin: 20px 0px;
}

.footer-sec .main-footer .footer-icons {
    gap: 20px;
    font-size: 20px;
    margin-top: 30px;
}

.footer-sec .main-footer .footer-icons i {
    color: #fff;
}

.footer-sec .main-footer .footer-logo-text .btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    font-family: times new roman;
    font-size: 18px;
    padding: 20px 20px;
}

.footer-sec .main-footer .footer-logo-text .btn i {
    color: #fff;
    margin-left: 8px;
}

.footer-sec .main-footer .footer-logo-text .btn a {
    color: #fff;
    margin-left: 8px;
}

.footer-sec  h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-sec .main-footer .footer-nav nav ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-sec .main-footer .footer-nav nav ul li a {
    color: #fff;
    font-size: 16px;
    font-family: poppins-light;

}

.footer-sec .main-footer .footer-contact-info h4 {
    color: #fff;
}

.footer-sec .main-footer .footer-contact-info .footer-info i {
    color: #fff;
    
}

.footer-sec .main-footer .footer-contact-info .footer-info span {
    color: #fff;
}

.footer-sec .main-footer .footer-contact-info .footer-info {
    margin: 10px 0;
    gap: 15px;
    font-family: poppins-light;
    align-items: center;
}

.footer-copyright {
    background: #000000;
    padding: 20px 0;
    border-top: 1px solid #7a7a7a;
}

.footer-copyright .bottom-footer .right-copyright,
.left-copyright {
    color: #fff;
}


/* footer-section-end */



/* about page css start */

.about-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/banner1.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 160px 0;
    margin-top: -66px;
}

/* about page css end */


/* contact page css start  */

.contact-page {
    padding: 70px 0;
    background-color: #F9F9F9;
}

/* .contact-page .main-contact{
    flex-wrap: wrap;
} */

.contact-page .main-contact .get-in-touch {
    width: 60%;
}

.contact-page .main-contact .get-in-touch h3 {
    margin-top: 10px;
}

.contact-page .main-contact .get-in-touch .main-form {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.contact-page .main-contact .get-in-touch .main-form input {
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}

.contact-page .main-contact .get-in-touch .main-form input:focus {
    outline: none;
}

.contact-page .main-contact .get-in-touch .main-form textarea {
    width: 100%;
    max-width: 620px;
    padding: 20px 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    resize: none;
}

.contact-page .main-contact .get-in-touch .main-form textarea:focus {
    outline: none;
}

.contact-page .main-contact .get-in-touch .main-form #submit {
    width: 100%;
    max-width: 130px;
    padding: 18px 0;
    font-size: 15px;
    color: #fff;
    background-color: #83b22c;
}

.contact-page .main-contact .Contact-Information {
    background: url("../images/contact-us\ bg.jpg") no-repeat;
    width: 40%;
    overflow: hidden;
    border-radius: 40px;
    background-size: cover;
}

.contact-page .main-contact .Contact-Information .contact-info {
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 20px 20px;
}

.contact-page .main-contact .Contact-Information .contact-info .info i {
    color: #83b22c;
    font-size: 20px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10%;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}

.contact-page .main-contact .Contact-Information .contact-info .contact-icons {
    gap: 20px;
    margin: 15px 0;
}

.contact-page .main-contact .Contact-Information .contact-info .contact-icons i {
    color: #83b22c;
    font-size: 20px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10%;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}

.contact-page .main-contact .Contact-Information .contact-info h3 {
    color: #fff;
}

.contact-page .main-contact .Contact-Information .contact-info .contact-title {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
}

.contact-page .main-contact .Contact-Information .contact-info .data-contact {
    color: #fff;
    font-size: 17px;
}