/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
    background: url("../img/insta/Background.png") center top no-repeat;
}

a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #52df32;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
      box-shadow: 0px 0px 10px 0px #cacaca;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 70px;

}

.lapyimg{display:block;}
.headersec{background:#fff; padding:20px 0px; border-radius:0px 0px 10px 10px;}
.headpunchLine{padding-top:0px;}
 .account-links {
    font-size: 14px;
    padding: 5px 0px;
    min-width: 165px;
    margin: 0px;
    text-align: center;
    background-image: linear-gradient(to right, #18839e, #289e5e) !important;
    background: linear-gradient(120deg, #176e37 15px, #176e37 37%, #47d77c 99%);
    position: relative;
    z-index: 1;
    overflow: hidden;
 
    border-radius: 25px;
}
.btn-green{display: inline-block; vertical-align: middle; color: #fff; line-height: 30px;}
a.account-links.btn-green:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    border-radius: 6px;
    transition: all 0.5s ease-in 0s;
}
a.account-links.btn-green:hover {
    color: #fff;
    border: 1px solid #1d8c8b !important;
}
 .account-links:hover::after {
    background: #fff;
    width: 100%;
    border-image: linear-gradient(45deg, #2ca54c, #18839e);
}
 







/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
  .lapyimg{display:none;}
}
 

@media (max-width: 1366px) {
 
}

 



 

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {width: 100%; padding-top:100px; padding-bottom: 0px;}
 
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top:0px;
  text-align: center;
}

#hero h1 {
	text-align:left;
  margin: 0;
 
  font-weight: 700;
  line-height: 64px;
 
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
font-size: 46px;
background: #197C38;
background: linear-gradient(to right, #197C38 0%, #067EC4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: 900;
}

#hero h1 span img{width:120px;}

#hero h2 {
  color: #2B2B2B;
  margin:0px 0 0 0;padding:0px;
  font-size: 34px;    text-align: left;text-transform: uppercase;
}

#hero .icon-box {
background:#fff;
  padding:10px 10px 0px 10px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height:95%;
  text-align: center;
    box-shadow: 0px 0px 10px 0px #cacaca;

border-radius:10px;
}

#hero .mainBtn{background: linear-gradient(to right, #197C38 0%, #067EC4 100%); color:#fff !important; font-weight:400;}
#hero .mainBtnBox{width:70%;}
#hero .mainBtnBox a{color:#fff !important;}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size:18px;
  line-height: 26px;
}

#hero .icon-box p{color:#171717; padding-top:10px; font-size: 12px; line-height: 16px;}


#hero .icon-box h3{
  color:#fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3:hover {
  color:#52df32;
}

#hero .icon-box:hover {
  border-color:#52df32;
}

#hero .icon-box:hover h3{color:#52df32;}




.bg-gradient {
    background-image: linear-gradient(to right, #18839e, #289e5e) !important;
}

#hero .headicons img{width:54px; height:54px;}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  
    #hero .mobHead h2 {
    font-size: 26px;
    line-height: 24px;
    font-weight:600;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
 

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

section.about{padding-top:107px;}
.AboutSec img{width:100%; margin-top: -5px;}
section h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
}


@media (max-width: 768px) {
 
.about .count-box img{width:15% !important; margin-right:15px; margin-top:-4%;}

}



/*--------------------------------------------------------------
# count box section
--------------------------------------------------------------*/

.about .count-box i {
    display: block;
    font-size: 48px;
    color: #94c045;
    float: left;
    line-height: 0;
}
.about .count-box {
    width: 100%;
}
.about .count-box img{width:20%; float:left;}

.about .count-box span {
    font-size: 22px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #444444;
    margin-left: 50px;
}
.about .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #646c55;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{display:flex;}

.services .icon-box {
     text-align: center;
  padding:10px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width:100%;
  
}

.services .icon-box span{display:block;}
.mainserviceBox{background: #fff; border-radius:20px; padding: 10px 20px; width:70%;}
.services .icon-box .icon {
   justify-content: center;
  border-radius: 4px;
  display: flex;
 
 border-radius:10px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
margin-bottom: 15px;
font-size: 16px;
font-weight: 400;
line-height: 24px; 
}

.services .icon-box:hover .services .icon-box h4{font-weight:600 !important;}

.services .icon-box:hover{border: 1px solid #ccc;  border-radius:10px;}

.services .stepBox .icon-box:hover{border:none;}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .mainserviceBox .icon-box h4:hover{font-weight:600;}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  border-color: #52df32;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #52df32;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background:#52df32;
  border-color:#52df32;
  color: #151515;
}
  

.counters{padding-top:70px;}
.AboutSec h2{font-size:24px; font-weight:600; line-height:48px; color:#127D6B;}
.AboutSec h3{font-size:16px; font-weight:400;}
.stepBox{display:flex; justify-content:center;}
.stepsec h3{font-size:20px; font-weight:500;}
.stepsec h2{font-size:28px; font-weight:700; color:#2B2B2B;}
.stepsec .icon-box{width:100%;}
.stepsec .icon-box .icon{justify-content:center;}
.textbox{align-self: center;}
.stepBox .icon-box:hover{box-shadow:none;}

@media (max-width:500px) {
section.services{padding:20px 0px !important;}
#header .logo img {width:90%;}
#hero h1 span{font-size:28px;}
#hero h1 span img {width:65px;}
.headpointers{padding-top:0px;}
#hero .mainBtnBox{width:100%;}
#hero h2{margin-top:20px;}
#hero h1 span{font-size:28px;}
#hero h1 span img{width:68px;}
.headpointers{padding-top:0px;}
#hero .mainBtnBox{width:100%; margin-top:0px;}
section#form{top:73%;}
.leadform{margin-top:0%; padding-bottom:40px !important;}
#hero{padding-bottom:30px;}
.mainImage{padding-top:25px;}
#resendOtpS a{right:322px !important;}
section.about{padding-top:25px !important; padding-bottom:0px !important;}
.services.stepsec{padding:20px 0px;}
.stepsec h2{font-size:20px !important;}
iframe {width:390px !important; height:212px !important;}
.services .icon-box{padding:10px 0px 0px 0px !important; margin:15px !important;}
section h3{font-size:23px; line-height:35px;}
#dmatsec .section-title h2{margin-bottom:0px;}
.section-title{padding-bottom:0px;}

}