@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:#0B5EAF;
    font-size:14px;
    text-transform: uppercase;
    font-weight:500;
    margin-bottom:10px;
}
.sec-title h2 strong {
    color:#0B5EAF;
    font-weight:700;
}
.main-btn {
    background-color: #fff;
    color: #000;
    padding: 11px 24px;
    border-radius:0;
    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 #4a154c;
    text-transform: capitalize;
    transition: 0.3s;
}
.main-btn img {
    margin-left:6px;

}
.main-btn:hover {
    background-color:#4a154c;
    color:#fff;
  }
.main-btn:hover img {
    filter: brightness(0) invert(1);

  }



/*section title end*/

header {
    position: relative;
    background-color:#fff;
    transition: all 0.3s ease;
    z-index: 1000;
}
header .t-header {
    background:#4a154c;
    padding:8px 0;
    position: relative;
    overflow: hidden;
}
header .t-header ul {
    position: relative;
    z-index: 3;
}
header .t-header ul li a {
   color:#fff;
   font-size:13px;
   font-weight:500;
   letter-spacing:0.3px;
}
header .t-header ul li {
    margin-left:11px;
    font-weight:500;
    font-size: 13px;
    color:#969797;
    text-transform: uppercase;
}
header .t-header ul li:first-child {
    margin-left:0px;
}
.t-header h4.address{
    font-size:14px;
    font-weight:500;
    color:#fff;
    margin:0;
    background:url(../images/map.png) no-repeat left;
    padding-left:30px;
}
.t-header h4.address.call-us {
    background:url(../images/call.png) no-repeat left;
    float: right;
}
.t-header h4.address span {
    display: block;
    font-size:13px;
    color:#8ec543;
}
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;
}
.search-icon.mob-show {
    display:none;
}

/* .bannersection */

.bannersection {
    position: relative;
    background-color: #000;
}
.bannersection .banner-main .item img {
    opacity: 0.4;
    height: 560px;
    object-fit: cover;
}
.bannersection .banner-text {
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index:9;
    text-align: center;
    color:#fff;
    width:70%;
}
.bannersection .banner-text h1 {
    font-size: 47px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
}
.bannersection .banner-text h1 strong {
    font-weight:700;
}
.bannersection .banner-text h1 em  {
    color:#8ec543;
    font-style: normal;
}
.bannersection .banner-text p {
    color:#fff;
    padding:0 90px;
    font-weight:400;
    margin:15px 0;
}




/* services */
.service-main, .gray-bg {
    background:#f5f3f0;
}
.service-main .main-btn {
    float: right;
}
.service-main .sec-title p {
    width:100%;
    margin: auto;
}
.service-main .indus-inner .in-img img {
    height:250px;
    object-fit:cover;
    width:100%;
}
.service-main .pro-text {
    width:80%;
    padding:10px 20px;
    padding-right:60px;
    text-align:left;
    background-color: #8ec543;
    margin: auto;
    margin-top:-30px;
    position: relative;
    z-index:3;
    overflow: hidden;
    height: 61px;
    vertical-align: middle;
}
.service-main .pro-text h3 {
   font-size:17px;
   color:#fff;
   font-weight:500;
   margin-bottom: 0;
   position: relative;
}
.service-main .pro-text h3 img {
    width: auto !important;
    height: auto !important;
    position: absolute;
    right: -38px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.service-main .pro-text p {
    color:#fff;
    margin:0;
    font-size:13px;
    font-weight:400;
    letter-spacing:0.3px;
}
.service-main #project-slide {
    margin-top:20px;
}
.service-main .project-wrap .owl-carousel .owl-dots {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
}
.service-main .project-wrap .owl-carousel .owl-dot {
    width:8px;
    height:8px;
    border-radius:30px;
    background-color: #D9D9D9;
    margin:0 4px;
}
.service-main .project-wrap .owl-carousel .owl-dot.active {
    width:9px;
    height:9px;
    background-color: #0B5EAF;
}
.service-main .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.service-main .owl-dots .owl-dot {
    width:20px;
    height:6px;
    background: #888888;
    margin:0 3px;
}
.service-main .owl-dots .owl-dot.active {
    background: #4a154c;
}
.blog_details_box figure {
    margin-bottom: 40px;
}
.blog_details_box figure img {
    width:100%;

}
.recent_carousel {
    padding:20px;
}
.service-main.recent_carousel .indus-inner .in-img img {
    height:200px;
    object-fit: cover;
    width: 100%;
}
.service-main.recent_carousel .indus-inner {
    position: relative;
}
.service-main.recent_carousel .project-box {
    margin-bottom:20px;
}
.service-main.recent_carousel .pro-text {
    margin:0;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    height: auto;
}
.service-main.recent_carousel .project-box:last-child {
    margin-bottom:0;
}
.sub-head h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner_con .blog_details_box h2 {
    font-family: 30px;
    font-weight:700;
    margin-bottom:0px;
}
.inner_con .blog_details_box ul li{
    margin-top:10px;
}

/* .about-wrap */
.about-wrap .about-text     {
    padding-left: 30px;
}
.about-grid .row {
    margin-left:-8px;
    margin-right: -8px;
}
.about-grid .col-lg-6 {
    padding-left:8px;
    padding-right:8px;
}
.about-img {
    height:260px;
    border-radius:12px;
    overflow: hidden;
    background-color:#000;
    margin:16px 0;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.8;
}
.about-img.last-img {
    height:450px;
}
.about-wrap h2 {
    color:#000000;
    font-size: 30px;
    font-weight:700;
    margin:0 0 15px 0;
}
.about-wrap h2 strong {
    color:#4a154c;
    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;
}

/* testimonials */

.testi-inner {
    display: flex;
    overflow: hidden;
}
.testi-inner .leftimg {
    width:40%;
}
.testi-inner .leftimg img {
    width:100%;
    height:500px;
    object-fit: cover;
}
.testi-inner .rightimg {
    width:60%; 
    position: relative;
    background:url(../images/default-banner.jpg) no-repeat top center;
    background-size:cover;
}
.testi-inner .rightimg::after {
   content:''; 
   position: absolute;
   left:0;
   right:0;
   top:0;
   width:100%;
   height:100%;
   background:#4a154ce8;
}
.testi-inner .rightimg .right-inner {
    position: relative;
    z-index: 3;
    padding:90px 150px 50px 90px;
}
.testi-inner .rightimg .right-inner h2 span {
    display: block;
    text-transform: capitalize;
    color:#8ec543;
}
.testi-inner .rightimg .right-inner h2 {
    color:#fff;
    margin-bottom:30px;
}
.testi-inner .rightimg .right-inner .in-text p {
    color:#fff;
} 
.testi-inner .rightimg .t-star {
    display: flex;
    margin-bottom: 15px;
}
.testi-inner .rightimg .t-star i {
    color:#fbff00;
    margin-right: 4px;
}
.testi-inner .rightimg .pro-text {
    display: flex;
    align-items: center;
    margin-top:30px ;
}
.testi-inner .rightimg .pro-text img {
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit: cover;
    margin-right: 15px;
}
.testi-inner .rightimg .pro-text h3 {
    margin:0;
    font-size:19px;
    color:#fff;
}
.testi-inner .rightimg .pro-text h3 span {
    display: block;
    font-size:13px;
    margin-top: 6px;
    color: #8ec543;
}
.testi-inner .owl-nav {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
}
.testi-inner .owl-carousel .owl-nav .owl-next, 
.testi-inner .owl-carousel .owl-nav .owl-prev {
    width:40px;
    height:40px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 9px;
    text-align: center;
    line-height: 40px;
}

/* contact-wrap */
.contact-form {
    background:#8ec543;
    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);
    margin-bottom: -300px;
}
.contact-form h2 {
    color: #fff;
} 
.contact-pad {
    padding-right: 40px;
} 
.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:35%;
    border-radius:6px !important;
    font-weight:500;
    box-shadow:none !important;
}
.contact-form .btn:hover {
    background:#4a154c !important;
    border: 1px solid #4a154c;
}
.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:#151515;
    padding:30px 0;
}
.f-note {
    margin:15px 0;
    color:#a3a3a3;
    font-weight:400;
    font-size: 13px;
    padding-right: 30px;

}
.mid-footer h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom:26px;
    font-size:16px;
    margin-top:80px;
}
.footer-menu li {
    margin-bottom:6px;
}
.footer-menu li a {
    font-size: 13px;
    font-weight:500;
    color:#a3a3a3;
    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:#a3a3a3;
}
.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, .bottom-text ul {
    display:flex;
    flex-wrap: wrap;
}
.bottom-text ul li {
    margin-top:30px;
    margin-left:30px;
}

.bottom-text ul li h4 {
    font-size:15px;
    color:#000000;
    font-weight:600;
    margin:0;
    padding-left:10px;
    letter-spacing: 0.6px;
}
.bottom-text ul li h4 span {
    display:block;
    font-size:13px;
    color:#838383;
    font-weight:500;
}
.bottom-text ul li img {
    height: 23px;
    width: 29px;
    object-fit: contain;
}


/* 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: underline;
    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;
}

.map iframe {
    width:100% !important;
    height: 350px !important;
    outline:0 !important;
    border:1px solid #666 !important;
}

/* gt translate */


/*translate*/

.gtranslate_wrapper  {
    position: relative !important;
    margin-right:15px;
  }
  .gtranslate_wrapper .gt_switcher { 
    /* position: absolute ;
    left:0;
    right:0;
    z-index:3; */ 
    width: 100px !important; 
  }
  .gtranslate_wrapper .gt_switcher .gt_option {
      width:98px !important;
      position: absolute !important;
      left:0;
      right:0;
      z-index:3  !important;
      top:100% !important;
  }
  .gtranslate_wrapper .gt_switcher a {
      font-size:12px !important;
      width: 88px !important;
  }