@charset "utf-8";
/* CSS Document */

body{
    margin: 0; 
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
}

ul:before, ul:after{ content:''; display:table;}
ul:after{ clear:both;}
li{list-style: none;}
a{color: unset; transition: 0.3s;}
a:hover{text-decoration: none; color: unset;}

h1, h2, h3{
    font-family: "Montserrat", sans-serif;
}
p {
    color: #2d2d2d;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

ul{
    margin: 0;
    padding: 0;
}
section{
    overflow: hidden;
}
.sectiongap {
    padding:60px 0;
}

/*section title satrt*/

.sec-title {
    margin-bottom: 25px; 
}
.sec-title h2 {
    font-size:34px;
    font-weight:700;
    color:#000;
}
.sec-title h2 span {
    display:block;
    color:#008080;
    font-size:14px;
    text-transform: uppercase;
    font-weight:500;
    margin-bottom:10px;
}
.sec-title h2 strong {
    color:#008080;
    font-weight:700;
}
.main-btn {
    background-color: #008080;
    color: #fff;
    padding: 13px 25px;
    border-radius:60px;
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-weight:500;
    border:2px solid #008080;
    text-transform: capitalize;
    transition: 0.3s;
}
.main-btn:hover {
    background-color:#fff;
    color:#008080;
  }
header .main-btn {
    text-transform: uppercase;
    margin-top:0px !important;
}



/*section title end*/

header {
    position: relative;
    background-color:#fff;
    transition: all 0.3s ease;
    z-index: 1000;
}

header .navbar-brand {
   padding:0;
  
}
header .navbar-brand img {    
    object-fit: contain;
    height: 70px;
}
header .navbar {
    padding-left:0;
    padding-right:0;
}
header .navbar-nav li {
    margin:0 20px;
}
header .navbar-nav li a {
    font-size:15px;
    font-weight:500;
    color:#191919;
    text-transform: capitalize;
}

/* .bannersection */

.bannersection {
    position: relative;
    background-color: #000;
    padding:0;
}
.bannersection .banner-main .item img {
    height:600px;
    object-fit: cover;
    opacity:0.6;
    width:100%;
}
.bannersection .banner-text {
   position:absolute;
   left:0;
   right:0;
   top:50%;
   transform:translateY(-50%);
   z-index:3;
   width:800px;
   text-align:center;
}
.bannersection .banner-text h1 {
    font-size: 46px;
    text-transform: capitalize;
    color: #fff;
    font-weight:600;
}
.bannersection .banner-text h1 strong {
    font-weight:600;
    background-color:#008080;
    color:#fff;
    padding:0 10px;
    font-size: 40px;
}

.bannersection .banner-text p {
    color: #fff;
    padding: 0;
    font-weight: 400;
    margin: 20px 0 15px 0;
    line-height: 23px;
    font-size: 19px;
}

.bannersection .banner-text .main-btn {
    background-color: #ffffff;
    color: #008080;
    padding: 20px 46px;
    border-radius: 60px;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
}
.bannersection .banner-text .main-btn:hover {
    background-color: #008080;
    color: #ffffff;
}



/* brand */
.brand-wrap h5  {
    font-size:18px;
    margin:0 0 25px 0;
}
.brand-wrap h5 b {
    color:#008080;
}
.brand-wrap img {
       height: 80px;
    object-fit: contain;
    width: 130px !important;
    text-align: center;
    margin: auto;
}

/* services */

 .gray-bg {
    background:#f5f3f0;
}
.service-main {
    padding-top:15px;
}
.service-main .sec-title {
    margin-bottom: 5px;
}
.service-main .main-btn {
    float: right;
}
.service-main .sec-title p {
    width:100%;
    margin: auto;
}
.service-main .in-img, .service-rel .in-img {
    /*background-color:#008080;*/
    line-height:44px;
    margin-bottom:20px;
   

}
.service-main .in-img img, .service-rel .in-img img {
    /*filter: brightness(0) invert(1);*/
    object-fit:contain;
    height:100px;
   border-radius:9px;
    
    
    
}
.service-main .project-box, .service-rel .project-box {
  background-color:#fff;
    border:1px solid #008080;
    border-radius:8px;
  padding:25px; 
box-shadow: 1px 3px 13px 0px rgba(0,0,0,0.03);
-webkit-box-shadow: 1px 3px 13px 0px rgba(0,0,0,0.03);
-moz-box-shadow: 1px 3px 13px 0px rgba(0,0,0,0.03);
transition: 0.3s;
height:100%;
}
.service-main .project-box:hover, .service-rel .project-box:hover {
   background-color:#008080; 
}
.service-main .project-box:hover h3, .service-rel .project-box:hover h3 {
   color:#fff; 
} 
.service-main .pro-text h3, .service-rel .pro-text h3{
    font-size:20px;
    font-weight:600;
    margin:0 0 10px 0;
    transition: 0.3s;
}
.service-main .pro-text p, .service-rel .pro-text p {
    color:#000;
    margin:0;
    font-size:13px;
    font-weight:400;
    letter-spacing:0.3px;
}
.service-main .col-lg-4, .service-rel .col-lg-4 {
    margin-top:30px;
}



/* .about-wrap */
.about-wrap {
    padding-top:20px;
    padding-bottom:20px;
}
.about-wrap .about-text     {
    padding-left: 30px;
}
.about-img img {
    width: 100%;
    height:350px;
    object-fit: cover;
    border-radius: 50px 6px 50px 6px;
}
.about-wrap h2 {
    color:#000000;
    font-size: 30px;
    font-weight:700;
    margin:0 0 15px 0;
}
.about-wrap h2 strong {
    color:#008080;
    font-weight:700;
}
.about-wrap h2 span {
    color: #8ec543;
    font-size:14px;
    font-weight:500;
    display: block;
    margin-bottom: 4px;
}
.about-wrap h4 {
    color: #000;
    font-size:20px;
    font-weight:700;
    margin-bottom: 4px;
    line-height: normal;
}
.about-wrap p {
    color: #000;
    margin:20px 0;
}

/* counter */
.count-bg {
   background:#008080; 
   padding:40px;
   border-radius:15px;
   text-align: center;
}

.count-bg .count-wrap {
    text-align: center;
}
.count-bg .count-wrap .count-image {
    width:62px;
    height:62px;
    background:#fff;
    border-radius:50%;
    margin: auto;
    line-height: 62px;
    margin-bottom: 15px;
}
.count-bg .count-wrap h4{
    font-size:30px;
    color:#fff;
    font-weight:600;
    letter-spacing: 0.6px;
    margin:0;
}
.count-bg .count-wrap h4 span {
    font-size:16px;
    font-weight:400;
    color:#fff;
    letter-spacing: 0.4px;
    display: block;
    margin-top:6px;
}

/* newsletter */
.news-main {
     background:#008080; 
}
.news-main img {
    width:100%;
}
.news-main h2 {
    margin:20px 0;
    color:#fff;
}
.news-main h5 {
    color:#2CDFD5;
    text-transform: uppercase;
    font-size: 18px;
}
.news-main p {
    color:#D3D3D3;
    font-size: 16px;
}
.news-main p a {
    color:#2CDFD5;
}
.news-main .news-form {
    margin:30px 0 10px 0;
}
.news-main .news-form input[type="email"] {
    width:300px;
    padding: 14px 20px;
    border-radius: 4px;
    border: 0;
    outline: 0;
}
.news-main .news-form input[type="submit"] {
     padding: 14px 20px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    background-color:#20CFC6;
    color:#fff;
    font-weight:500;
}
.news-main .news-form input[type="submit"]:hover {   
    background-color:#fff;
    color:#20CFC6;
}

/* testimonials */

.testimonials-wrap .sec-title {
    max-width: 600px;
    margin: auto;
    margin-bottom:40px;
}
.testimonial-box {
    border:2px solid #D5DDDD;
    padding:30px 30px 70px 30px;
    border-radius:30px 6px 30px 6px;
    position: relative;
	min-height:360px;
}
.testimonial-box:hover {
    background:#d4ffff45;
}
.testimonial-box::after {
    content:'';
    position: absolute;
    right:22px;
    bottom:20px;
    background:url(../images/quote.png) no-repeat center;
    width: 41px;
    height:31px;

}
.testimonials-wrap .in-text {
    margin:15px 0 0 0;
}
.testimonials-wrap .pro-text {
    display: flex;
    align-items: center;
}
.testimonials-wrap .in-text p {
    margin:0;
}
.testimonials-wrap .pro-text img {
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit: cover;
    margin-right: 15px;
}
.testimonials-wrap .pro-text h3 {
    margin:0;
    font-size:19px;
    color:#000;
}
.testimonials-wrap .pro-text h3 span {
    display: block;
    font-size:14px;
    margin-top: 6px;
    color: #B0B0B0;
}
.testimonials-wrap .owl-nav {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
}
.testimonials-wrap .owl-carousel .owl-nav .owl-next, 
.testimonials-wrap .owl-carousel .owl-nav .owl-prev {
    width:40px;
    height:40px;
    background-color: #000;
    border-radius: 50%;
    margin-left: 9px;
    text-align: center;
    line-height: 40px;
}

/* contact-wrap */
.con-map {
    border-radius: 50px 6px 50px 6px;
    overflow: hidden;
    border:1px solid #666 !important;
}
.con-map iframe {
    width:100% !important;
    height:570px !important;
    outline:0 !important;
    border:0 !important;
}
.contact-form {
    background:#008080;
    border-radius:10px;
    padding:40px 45px;
    -webkit-box-shadow: 0px -1px 17px -4px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px -1px 17px -4px rgba(0,0,0,0.14);
    box-shadow: 0px -1px 17px -4px rgba(0,0,0,0.14);
}
.contact-form h2 {
    color: #fff;
} 
.contact-form .single-input {
    margin-top: 10px;
}
.contact-form .form-control {
    height:50px;
    border: 1px solid transparent !important;
    padding: 12px 20px !important;
    background-color: #fff !important;
    font-size: 14px;
    color:#000;
    font-weight:500;
    letter-spacing: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.contact-form .btn {
    padding: 0 22px !important;
    height:55px;
    line-height: 34px !important;
    background:#000000 !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border: 1px solid #000;
    margin-top:15px;
    width:100%;
    border-radius:50px !important;
    font-weight:500;
    box-shadow:none !important;
}
.contact-form .btn:hover {
    background:#fff !important;
    border: 1px solid #fff;
    color:#000 !important;
}
.wpcf7-spinner {
    position: absolute;
    left:0;
    right:0;
}

/* footer */

.bottom-footer {
    padding:20px 10px;
    text-align: center;
    background-color:#070707;
}
.bottom-footer p { 
    margin:0;
    font-size:13px;
    color: #a3a3a3;
}
.ft-social ul li a:hover {
    color:#fff;
    background:#8ec543;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
}

.mid-footer {
    background-color:#008080;
    padding:60px 0 40px 0;
}
.f-note {
    margin:15px 0;
    color:#fff;
    font-weight:400;
    font-size: 13px;
    padding-right: 30px;

}
.mid-footer h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom:12px;
    font-size:22px;
    font-weight:600;
}
.mid-footer h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom:26px;
    font-size:16px;
}
.footer-menu li {
    margin-bottom:6px;
}
.footer-menu li a {
    font-size: 13px;
    font-weight:500;
    color:#fff;
    position: relative;
    padding-left: 15px;
}
.footer-menu li a::after {
    content:'\f105';
    font-family:'FontAwesome';
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
}
.ft-social ul li {
    margin: 0 5px;
    position: relative;
}
.ft-social ul li a {
    color:#000;
    font-size: 16px !important;
    border-radius: 50%;
    text-align: center;
    background:#fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    transition: all 0.4s;
    display: block;
}
.fa-twitter:before {
    content: "";
    background: url(../images/twitter-icon.png) no-repeat center;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ft-social ul li a:hover {
    color: #fff;
    background: #8ec543;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
}
.fa-twitter:hover::before {
    filter: brightness(100%) invert(1);
}
.top-footer {
    padding:60px 0 40px 0;
}
.top-text h3 {
    font-size:22px;
    font-weight:700;
    margin-bottom:16px;
    color:#000;
}
.top-text h3 span {
    font-size:22px;
    color:#4a154c;
}
.top-text p {
    color:#4c4c4c;
}
.bottom-text ul li {
    margin-bottom:20px;
}
.bottom-text ul li h4 {
    margin: 0;
    padding-left: 10px;
    letter-spacing: 0.6px;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.bottom-text ul li img {
    height:18px;
    width: 22px;
    object-fit: contain;
    filter: brightness(100%) invert(1);
}


/* inner banner */
.inner_banner {
    background-color: #000;
    position: relative;

}
.banner_area_text_box {
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
.banner_area_text_box h1 {
    color: #fff;
    text-decoration: none;
    margin:0;
    font-weight:600;
}
.inner_banner .baner_img_page {
    height: 300px;
    object-fit: cover;
    width:100%;
    opacity:0.6;
}
.inner_banner .breadcrumb {
    display: none;
}





.blog_details_box figure {
    margin-bottom: 0;
}
.blog_details_box figure img {
    width:100%;
    border-radius: 50px 6px 50px 6px;

}
.blog_details_box h2 {
    font-family: 30px;
    font-weight:600;
    margin-bottom:15px;
}
.inner_con .blog_details_box ul li{
    margin-top:10px;
}
.ab-list {
    max-width:1000px;
    margin:auto;
}
.ab-list .row {
        display: flex;
        align-items: flex-start;
        padding: 25px 20px;
        border-bottom: 1px solid #ddd;
    }

   .ab-list  .number {
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .ab-list .title {
        width: 220px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3;
    }

    .ab-list .content {
        flex: 1;
        font-size: 15px;
        color: #444;
        line-height: 1.6;
    }

    /* Colored bottom borders like your design */
   .ab-list  .row:nth-child(1) { border-bottom: 2px solid #4da3ff; }
    .ab-list .row:nth-child(2) { border-bottom: 2px solid #ff7f50; }
    .ab-list .row:nth-child(3) { border-bottom: 2px solid #6cc04a; }
    .ab-list .row:nth-child(4) { border-bottom: 2px solid #8a5cff; }
    
    
.insight-wrap .sec-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #85ffe3;
    margin: 0 0 20px 0;
}

.insight-wrap .sec-title p {
    font-size: 17px;
    color: #d3d3d3;
}
.insight-wrap .main-btn {
   background-color: #ffffff;
    color: #008080;
    padding: 20px 30px;
    font-size: 16px; 
    margin-top:15px;
}

.all-insitght .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom:30px;

}
.nav-tabs .nav-item .nav-link {
    border:2px solid #008080;
    font-size: 16px;
    padding: 12px 36px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin:0 15px;
}

.nav-tabs .nav-link.active {
   background-color: #008080;
    color: #fff;
}
/* blog */
.blog-box {
    border:1px solid #ccc;
    padding:15px;
    border-radius:10px;
    margin-bottom:30px;
	height:100%;
}
.blog-box .blogimg {
    border-radius:10px;
    overflow: hidden;
    position: relative;
}

/* .blog-box .blogimg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 250px;
    background: url(../images/after-2.png);
    background-size: 100% 100%;
} */
.blog-box .blogimg img {
    border-radius:10px;
    height:auto;
    width:100%;
    object-fit:cover;  
}
.blog-box .blog-body {
    text-align: center;
    padding:20px 0 0 0;
}
.blog-box .blog-body h3 {
    font-weight:700;
    font-size:21px;
    color:#000;
}
.blog-box .blog-body h3 a {
    color:#000;
}
.blog-detail {
    border-top: 1px solid #e0e0e0;
}
.single-blog-wrap .content-img {
    margin-bottom:30px;
}
.single-blog-wrap .content-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border:1px solid #e0e0e0;
}
.single-blog-wrap h1 {
    font-size:29px;
    color: #0E1F33;
    margin-bottom: 5px;
    text-transform: none;
} 
.single-blog-wrap h6 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.blog-content {
    margin-top:20px;
}
.blog-content p, .blog-content {
    color: #0E1F33;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cat-list{ max-height: 430px; overflow: auto; margin-bottom: 30px; padding-left: 10px; }

  h2.cat-list-title { color: #fff; font-size: 22px; border-radius: 5px; letter-spacing: .5px; padding: 10px; line-height: 26px; text-transform: none; margin-bottom: 20px;
    background:#008080;
   }

  .cat-list p{ margin-bottom: 7px; position: relative; padding-left:20px; }
  .cat-list a{ display: inline-block; color: #0E1F33; }
  .cat-list a:hover{ color:#1992cd; }
  .cat-list p:before{ content: "\f0a4"; font-family:'FontAwesome'; position: absolute; top: 0; left: 0; color: #1992cd; } 
  .blog-aside li {
    margin-bottom: 15px;
  }
  .blog-aside li img {
        width:90px;
        height:70px;
        margin-right: 10px;
  }
  .blog-cnt h5 {
    font-size:14px;
    font-weight:600;
    margin:0;
  }
  .blog-cnt p {
    font-size:12px;
    font-weight:400;
    color: #171D3D;
    margin: 0;
  }
  .btn-rcpost {
    font-size: 12px;
    font-weight: 600;
    color: #1992cd;
  }
  .single-cont-wrap h5 {
    font-size:15px;
    font-weight:600;
    color: #3448b9;
  }
  .lets-area {
    text-align:center;
}
.lets-area h2 {
    font-size: 50px;
    margin-bottom:10px;
    font-weight: 700;
    color: #000;
}
.lets-area h3 {
    font-size:24px;
    margin-bottom:50px;
    font-weight:500;
    color:#898989;
}
.lets-area .m-btn {
    text-align:center;
    margin-top:30px;
    margin:0 20px;
    border:2px solid #000;
    padding:20px 30px;
    font-weight:600;
    display:inline-block;
    font-size:19px;
    border-radius:50px;
    color:#000;
}
.lets-area .m-btn.act {
    color:#fff;
    border: 2px solid #00438d;
    background: #00438d;
}
.lets-area .m-btn:hover {
    color:#fff;
    border:2px solid #00438d;
    background:#00438d;	
}
.lets-area .m-btn.act:hover {
    color:#000;
    border:2px solid #000;
    background:#fff;
}
.lets-area .m-btn .fa {
    margin-left:10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
        transition: 0.25s;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* .wpcf7-response-output {
    display:none !important;
} */

.wpcf7-not-valid-tip {
    font-size:12px !important;
}

.btn-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}
.btn-bottom a {
    font-weight: 600;
    font-size: 16px;
    color: #01b5b5;
}
.blog-video iframe {
    width: 100% !important;
    height: 300px  !important;
}

#brochureModal .form-control, #brochureModal2 .form-control {
    border-radius:0;
    border:1ps solid #ccc;
    height:auto;
    padding:15px;
    font-size:16px;
}
 #brochureModal2 .form-control.wpcf7-textarea {
        border-radius:0;
    border:1ps solid #ccc;
    height:auto;
    padding:15px;
    font-size:16px;
    height:100px;
}
 #brochureModal2 .wpcf7-submit {
    padding: 10px 20px;
    background-color: #008080;
    border-radius: 5px;
    color: #fff;
    outline:0;
    font-size:18px;
}
#brochureModal2 .modal-dialog {
    max-width: 600px;
}
 #brochureModal2 .modal-body {
    padding:30px;
}
#brochureModal2 .modal-header {
    background-color:#008080;
    padding: 16px 20px;
    color:#fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
    background: #46b450  !important;
}

