@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
:root {
  --green-color:#40A37A;
  --white-color:#ffffff;
  --black-color:#000000;
  --black-color1:#06112C;
  --gray-bg-color: #F6F6F6;
  --gray-color: #DDDDDD;
  --copy-right-bg: #303030;
}


*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body{
  font-family: "Roboto", sans-serif; 
    font-size: 19px;
    color:#5B5B5B;
}

:focus-visible {outline: none;}

.pt-80{padding-top:80px}
.pb-80{padding-bottom:80px}


.logo-img{
  width: 80%;
}


/*********************** Banner Section Start ***********************/
nav.navbar {
    padding: 15px 0;
}

.top-email a {
    color: var(--black-color);
    text-decoration: none;
}
.top-email a i{
    color: var(--green-color);padding-right: 5px;
}
.top-email a:hover {
    color: var(--green-color);
}

.banner{
  position: relative;
  background-image: url("../image/banner.png");
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 35px;
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1D86FF 0%, #1D86FF 0%, #469CFF 33.5%, #32DCFF 71.87%, #3AFFE9 83.03%, #40FFA0 100%);
  z-index: -1;
}

.banner-text{
  color: white;
  font-size: 50px;
  font-weight: 700;
}

/*********************** Banner Section End ***********************/



.main {
    background: url(../image/bg-01.jpg) #fff repeat left center;
    background-size: cover;
}

.title-text {
    color: var(--black-color1);
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-right: 30px;
}
.text-inner {
    color: var(--black-color1);
    font-size: 19px;
    font-weight: normal;
    padding-right: 30px;
}
.title-text span{font-weight: 700;}
.size16{font-size: 16px;}
.text-let {
    font-size: 24px;
    background: #C53327;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    top: -20px;
}
.green-ul{
  margin-right: 60px !important;
}

.green-ul li{
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  list-style: circle;
  margin-bottom: 15px;
    display: block;
    position: relative;
}
.green-ul li a {
    color: #5B5B5B;
    text-decoration: none;
}
.green-ul li a:hover {
    color: #40a37a;
}

.green-ul li:after {
    content: "";
    position: absolute;
    color: #129A4C;
    font-size: 22px;
     background: url("../image/icon-arrow.png") #fff repeat left center;
    background-size: cover;
    width: 22px;
    height: 20px;
    display: block;
    left: -30px;
    right: 0;
    top:2px;
    
}

.contact-form {
    background-color: var(--white-color);
    border-bottom: 4px solid #C53327;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
    margin-top: -65%;
    position: relative;
}

.contact-form label{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-bottom: 12px;
    
}

.contact-form p{
  font-size:18px; line-height:30px;font-weight:500;
}

.contact-form input{height:48px;}

.contact-form input, .contact-form textarea{
  font-size: 16px;
  border-radius: 0px;
  border-color: var(--gray-color);
  padding: 8px 16px 8px 16px;
}

.iti{display: block !important;}

.form-control:focus {
    border-color: var(--green-color);
    outline: 0;
    box-shadow: none !important;
}

/*.phone-number-input{
  width: 60% !important;
}*/


.form-select:focus {
  border-color: var(--green-color);
  outline: 0;
  box-shadow: none !important;
}
h3.img-title {
    font-size: 48px;
    color: var(--black-color1);
    font-weight: 600;
}
.about-list-wrapper .img-title:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 3px;
    background-color: #40a37a;
margin-bottom: 30px;
}

.project-box {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 50px;
}
.project-box .green-ul {
    margin-right: 60px !important;
    column-gap: 40px;
    display: flex;
}

.project-box .green-ul ul {
    display: inline-block;
    flex-direction: column;
    gap: 20px;
}

.wpcf7-submit.green-btn{
  color: var(--white-color);
  background-color: var(--green-color);
  border-color:transparent !important;
  padding: 16px 32px 16px 32px !important;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 0px !important;
  height: auto !important;
  line-height: 19.5px;
  text-align: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: transform 0.3s ease-out;
    background: url("../image/bg-btn.png") center center repeat !important;
    color: #000!important;
    position: relative;
    background-size:100% !important;
}
.wpcf7-submit.green-btn:hover{
    background: url("../image/bg-btn.png") left top repeat !important;
    color: #fff !important;
    background-size:120% !important;
}



.wpcf7-submit.green-btn .arrow-icon{font-size: 25px;transition: transform 0.3s ease-out;}

.wpcf7-submit.green-btn:hover .arrow-icon{transform: translateX(5px);}



.vh-line{
  padding: 0;
  margin: 0 20px; 
  background: var(--green-color); 
  opacity: 0.6;    
}


/*********************** Footer Start ***********************/
.section-space--inner--top--50 {
    padding-top: 50px;
}
.footer-area.dark-bg{background-color:#c53327; color:#fff; font-size: 17px;}
.footer-intro-wrapper .social-links li a:hover{color:#000;}
.footer-desc {
    color: #f1f1f1;
    margin-bottom: 35px;
    max-width: 370px;
}
.bt-download-f span {
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.bt-download-f {
    font-weight: 500;
    font-size: 16px;
}
.bt-bg-img {
    background: url("../image/bg-btn.png") center center repeat !important;
    color: #000!important;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
}
.bt-bg-img:hover {
    background: url(../image/bg-btn.png) left top repeat !important;
    color: #fff !important;
}

.footer-widget__navigation li a{color: #f1f1f1; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); line-height: 1.2;
}

.footer-widget__navigation li a:hover{color: #ffc246; text-decoration: underline;
}

footer{
  background: linear-gradient(90deg, #1D86FF 0%, #1D86FF 0%, #469CFF 33.5%, #32DCFF 71.87%, #3AFFE9 83.03%, #40FFA0 100%);
}



.qr-caption{
  color: var(--white-color);
  font-size:18px;
  font-weight:500;
  text-align:center;
  margin:5px 0;
}

.footer-title{
  color: var(--white-color);
  font-size:20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-title:after{    content: '';
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 3px;
    background-color: #40a37a;}
.footer-main{position: relative;}
ul.footer-main li {
    list-style-type: none;
    padding-bottom: 15px;
}
ul.footer-main li i{position: absolute; left: 0px;}
ul.footer-main li a{ font-size: 18px;  color: var(--white-color); text-decoration: none;}
.footer-text{
  font-size: 18px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-text span{
  display: block;
  margin-top: 10px;
}

.footer-link{
  text-decoration: none;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.footer-link:hover{color: var(--copy-right-bg);}

.footer-icon{color: white;}

.phn-mail-div{
  display: flex;
  justify-content: center;
  gap: 25px;
}

.copyright-div{
  background: var(--copy-right-bg);
  padding: 25px 0;
  margin-top: 50px;
}

.copyright-text{
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 0px;
}

.social{display: flex;gap:15px;margin-bottom: 0px;}
.social li{list-style: none;}
.social li a{text-decoration: none;}

.social-icon{
  color: var(--copy-right-bg);
  font-size: 16px;
  background: var(--white-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 50%;
}

.social li a:hover .social-icon{
  color: var(--white-color);
  background: linear-gradient(90deg, #1D86FF 0%, #1D86FF 0%, #469CFF 33.5%, #32DCFF 71.87%, #3AFFE9 83.03%, #40FFA0 100%);
background: #c53327;
}

.footer-widget.pdf-brochure{margin-top: 65px;}

/*********************** Footer End ***********************/

.errormsg
{
    font-size:14px;
}
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


/****owl-3 css****/
.owl-3 .owl-dots {position: absolute;bottom: -50px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);display: none;}
.owl-3 .owl-dots .owl-dot {background: none;display: inline-block;}
.owl-3 .owl-dots .owl-dot > span {display: inline-block;width: 12px;height: 12px;border-radius: 50%;background: rgba(255, 255, 255, 0.5);margin: 5px;border: solid 1px #000;}
.owl-3 .owl-dots .owl-dot.active > span {background: #000;}
.owl-3 .owl-dots .owl-dot:active, .owl-3 .owl-dots .owl-dot:focus {outline: none;}

.owl-3 .owl-nav {width: 100%;position: absolute;top:-91px;display: flex !important;gap: 20px;justify-content:end;}
/*.owl-3 .owl-nav .owl-next, .owl-3 .owl-nav .owl-prev {position: relative;z-index: 92;position: absolute;bottom: 50%;}*/
.owl-3 .owl-nav .owl-next span, .owl-3 .owl-nav .owl-prev span {color: #000; }
.owl-3 .owl-nav .owl-next span:before, .owl-3 .owl-nav .owl-prev span:before {font-size: 40px !important; }
/*.owl-3 .owl-nav .owl-next:before {content: '';position: absolute;width: 40px;height: 2px;background-color: #fff;right: -60px;top: 50%;}*/

.owl-3 .owl-nav .owl-prev, .owl-3 .owl-nav .owl-next {background-color: #fff !important;width: 45px;height: 45px;display: flex;border-radius:50%;align-items: center;justify-content: center;border: 1px solid #e5e5e5 !important;}

.owl-3 .owl-nav .owl-prev:hover, .owl-3 .owl-nav .owl-next:hover {background-color: #40a37a !important;text-decoration: none !important;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;text-decoration: none !important;}
.owl-3 .owl-nav .owl-prev i, .owl-3 .owl-nav .owl-next i{/* font-size:25px; */color: var(--golden-light) !important;line-height:0px;/* transform: rotate(45deg); */}
.owl-3 .owl-nav .owl-prev:hover i, .owl-3 .owl-nav .owl-next:hover i{color:#fff !important;}
.owl-3 .owl-nav .owl-prev span, .owl-3 .owl-nav .owl-next span {color: #000;font-size: 14px;}

.owl-3 .owl-nav .owl-next:active, 
.owl-3 .owl-nav .owl-next:focus, 
.owl-3 .owl-nav .owl-prev:active, 
.owl-3 .owl-nav .owl-prev:focus {outline: none;}


/** arrow center***/
.owl-3.owl-center-arrow .owl-nav {
    width: 111%;
    position: absolute;
    bottom: 50%;
    display: flex !important;
    gap: 20px;
    justify-content: space-between;
    /* margin: 0 auto; */
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 7%; */
    /* display: flex !important; */
    /* justify-content: left; */
    /* top: inherit; */
    /* left: 1%; */
}
.owl-3 .owl-nav .owl-prev i, .owl-3 .owl-nav .owl-next i {color: #40a37a !important;}
.owl-3.owl-center-arrow .owl-nav .owl-next{border: 1px solid #FD5316;}
.owl-3.owl-center-arrow .owl-nav .owl-prev{border: 1px solid #FD5316;}
.owl-3.owl-center-arrow {position: relative; justify-content: center; display: flex;}

.owl-3.owl-center-arrow .owl-nav .owl-prev:hover, .owl-3.owl-center-arrow .owl-nav .owl-next:hover {background-color: #FD5316 !important;}
.owl-3.owl-center-arrow .owl-nav .owl-prev:hover i, .owl-3.owl-center-arrow .owl-nav .owl-next:hover i{color: #fff !important;}


.owl-3.owl-top-right .owl-nav{width: 100px;position: absolute;bottom: inherit;display: flex !important;justify-content: left;top: -80px;right: 0%;}
.owl-3.owl-top-right .owl-nav .owl-prev, .owl-3.owl-top-right .owl-nav .owl-next {
    background-color: #ffffff !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-3 img{border: 1px solid #e1e1e1;}









