body {
  font-family: 'Roboto', sans-serif;
  color: #253745;
}

h1 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #253745 !important;
}

h2 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

h3 {
  font-family: Roboto !important;
  font-weight: 900 !important;
  font-size: 150px !important;
  background-image: url(../img/green-bg.jpg);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  background-size: 100%;
}

h4 {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 25px !important;
    line-height: 35px !important;
}

p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

a {
  text-decoration: none;
}

form h1 {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 40px !important;
    color: #253745 !important;
    margin-bottom: 15px;
}

.logo {
    width: 120px;
    height: 50px;
    display: inline-block;
}

.logo img {
  width: 100%;
}
.blog_list{
    padding-top:150px;
    min-height:80vh;
}
header {
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
  /*box-shadow: 0 -3px 8px 3px #000;*/
}

.menu li {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

.menu li a {
    text-decoration: none;
    transition: .5s;
    color: #47485C;
}

.menu li a:hover {
  color: #12A84E;
}

.menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.strt-up-btn {
  display: inline-block;
}

.strt-up-btn a {
  font-size: 18px;
  padding: 12px 15px;
  background: #12A84E;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 300;
}

.blog_list .service-img-sm {
    width: 100%;
    height: 300px;
    padding-bottom: 10px;
}

.blog_list .service-card-2 {
    border: 1px solid #ebebeb;
    display: block;
    padding: 15px;
    border-radius: 25px;
    transition:.5s;
}

.blog_list .service-card-2:hover {
    transform:scale(.9);
    transition:.5s;
    border: 1px solid #00CC76;
}

.blog_list .service-card-2 h2 {
    color: #253745;
}

.blog_list .service-card-2 p {
    color: #47485C;
}

.grn-btn {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #00CC76;
  display: inline-block;
  transition: .5s
}

.banner {
  width: 100%;
  padding: 0 !important;
}

.tc {
  text-align: center;
}

.vdo-bnr video {
  margin-top: 75px;
  width: 100%;
}

h1 span {
  color: #00CC76;
}

.abt-cnt {
  padding-top: 100px;
  padding-bottom: 80px;
}
.abt-cnt h1{
  margin-bottom: 25px;
}
.abt-lottie {
  width: 100%;
}

.services {
    padding: 100px 0px !important;
}

.circle-wrap {
      position: relative;
}



.circle-wrap span {
  transform: translate( -50%, -50%);
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  transition: .5s;
}

.service-icon-1 {
    background-image: url(../img/serv-icon-1.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-icon-2 {
    background-image: url(../img/serv-icon-2.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-icon-3 {
    background-image: url(../img/serv-icon-3.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service-card {
  margin-top: 30px;
}

/*.service-card:hover .circle-wrap span {*/
/*  transition: .5s;*/
/*  transform: rotate(25deg);*/
/*}*/

.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: rotation 5s infinite linear;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-card:hover .circle{
      animation-play-state: paused;
}

.service_list a {
    display :block;
}
.service_list .service-card-1 {
    transition:.5s;
}

.service_list .service-card-1:hover {
    transform: scale(.98);
    transition: .5s;
}

.service_list {
    padding-top: 150px;
    min-height: 80vh;
}

.service_list .service-cnt p {
    font-style: italic !important;
    font-weight: 200 !important;
    font-size: 16px !important;
    color: #fff;
}

.youtubevdo iframe{
    width:100%;
    height: 600px;
}

.circle::after {
    content: '';
    border: dashed 2px #B0B0B0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.circle::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #32C36C;
    border-radius: 50%
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: auto;
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

/* @keyframes pulse {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
} */

.card-btm {
  margin-bottom: 30px;
}

.service-card-1 {
    position: relative;
}

.service-img {
  width: 100%;
  height: 380px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.service-cnt {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 30px;
    padding-bottom: 12px;
}

.service-cnt h1 {
  color: #ffffff !important;
}

.service-cnt h2 {
  color: #ffffff !important;
}

.service-img-sm {
  width: 100%;
  height: 230px;
  padding-bottom: 10px;
}

.service-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.vision-sec {
    background-image: url(../img/green-dot-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    margin-top: 50px;
}

.form-bg {
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F6FBF7;
    padding: 50px;
    border-radius: 40px;
    margin-bottom: 50px;
}

.contact-us input {
    padding: 17px;
    border-radius: 10px;
    border: 0;
    width: 100%;
    padding-left: 60px;
    background: transparent;
}

.contact-us textarea {
    padding: 17px;
    border-radius: 10px;
    border: 0;
    width: 100%;
    padding-left: 60px;
    background: transparent;
    min-height: 130px;
}

.contact-us form {
    background: #ffffff;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 36px rgb(0 0 0 / 5%);
    border-radius: 30px;
}

.contact-us .input-box span {
    background: #F6F8FA;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 18px 2px rgb(0 0 0 / 5%);
    width: 35px;
    height: 35px;
}

.contact-us .input-box span.name {
    background-image: url(../img/form-icon-1.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.contact-us .input-box span.phone {
    background-image: url(../img/form-icon-2.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.contact-us .input-box span.mail {
    background-image: url(../img/form-icon-3.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.contact-us .input-box span.type {
    background-image: url(../img/form-icon-4.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.contact-us .input-box  {
  position: relative;
  background: #F6F8FA;
  border-radius: 10px;
  margin-bottom: 15px;
}

.contact-us .send-btn {
  padding: 17px;
  background: #32C36C;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  transition: .5s;
}

.contact-us .send-btn:hover {
  transition: .5s;
  transform: scale(.95);
}

.contact-us {
  padding: 100px 0;
  position: relative;
}

.contact-dtl p {
    margin-bottom: 2px;
    font-weight: 400 !important;
}

.contact-dtl h1 {
    margin-bottom: 20px;
}

.contact-dtl h4 {
    margin-bottom: 20px;
}

.contact-lottie {
  position: absolute;
  width: 100% !important;
  bottom: -24px;
  left: 0;
  z-index: -1;
}

footer a {
  display: block;
  margin-bottom: 10px;
  color: #47485C;
  font-size: 16px
}

footer a:hover {
  color: #0DB34F;
  transition: .3s;
}

.ftr-logo{
    display: block;
    margin-bottom: 10px;
    color: #47485C;
    width: 120px;
    height: 42px;
}

footer span {
  color: #253745;
  font-weight: 500;
  padding-bottom: 17px !important;
  display: block;
  margin-top: 10px;
}

.ftr-logo img {
    width: 100%;
}

footer {
    padding: 20px 0 0 0 !important;
}

.ftr-bar {
    width: 100%;
    padding: 10px;
    background: #0DB34F;
    margin-top: 20px;
}

.ftr-bar a {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.ftr-bar a:hover {
  color: #ffffff;
}

.menu_wrap {
  display: none;
}

.menu-img img {
  display: none;
}

.form-bg form {
  margin-bottom: 18px !important;
}

.inner-page .inner_bnr {
    width: 100%;
    background: #c4c4c4;
    margin-top: 150px;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    margin-bottom: 40px;
}

.inner-page {
    padding: 0;
}
.inner-page .inner_bnr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-page .inner-cnt span {
    color: #0DB34F;
    font-weight: 500;
    margin-bottom: 5px !important;
    display: inline-block;
}

.inner-page .inner-cnt p {
    text-align: justify;
}

.abt {
    padding-top: 150px;
}

.abt .abt-cnt {
    padding: 70px 0px;
}

.card-sec {
    background:#EDFBF0;
    padding: 80px 0px;
}

.card-sec .card-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 170px rgb(0 0 0 / 6%);
    border-radius: 10px;
    padding: 70px 60px;
    min-height: 410px;
}

.card-box h2 {
    margin: 20px 0 13px !important;
}

.team-box {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 45px;
}

.team-box a {
    position: absolute;
    right: -12px;
    bottom: 70px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00CC76;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    z-index: 28;
}

.team-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.team-box .team-info {
    background-image:url(../img/+.svg);
    background-position:center;
    background-repeat:no-repeat;
}

.our-team {
    padding: 80px 0px;
}

.our-team h2 {
    margin: 0 !important;
}

.our-team .designation {
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.designation {
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.conclusion {
    background: #F5FBFD;
}

.conclusion .conl-img {
    width:100%;
    height: 600px;
}
.conclusion .conl-cnt {
    padding-right: 120px;
}

.conclusion .conl-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.para {
    padding-top: 80px;
}
















.cookiesContent {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px;
    padding: 20px 20px 35px;
    position: fixed;
    bottom: 20px;
    left: 20px;
	box-shadow: 0px 4px 36px rgb(0 0 0 / 5%)
}
	
.cookiesContent button.close {
  width: 30px;
  font-size: 20px;
  color: #c0c5cb;
  align-self: flex-end;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}
	
.cookiesContent img {
  width: 82px;
  margin-bottom: 15px;
}
	
.cookiesContent p {
    margin-bottom: 25px;
    font-size: 14px !important;
    line-height: 24px !important;
}
	
.cookiesContent button.accept {
    background-color: #0DB34F;
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 14px;
    font-size: 16px;
    color: white;
    box-shadow: 0px 6px 10px -5px #0db34f;
}













@media (max-width: 1399.98px) {

  .contact-lottie {
    position: absolute;
    width: 100% !important;
    bottom: -100px;
    left: 0;
    z-index: -1;
  }

}

@media (max-width: 991.98px) {

  .service-img-sm {
    height: 170px;
  }

  h3 {
    font-size: 99px !important;
  }

  h1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 17px !important;
  }

  p {
    font-size: 14px !important;
  }

  h4 {
    font-size: 21px !important;
  }

  .service-cnt h1 {
    font-size: 24px !important;
  }

  .service-img {
    height: : 330px;
  }

  .form-bg {
    padding: 10px;
  }

  .contact-us form {
    padding: 14px;
  }

  footer a {
    font-size: 16px
  }

  .ftr-bar a {
    font-size: 12px;
  }
    
    .card-sec .card-box {
        padding: 20px 15px;
    }
    
    .youtubevdo iframe {
        width: 100%;
        height: 370px;
    }

}

@media (max-width: 767.98px) {

  h3 {
    font-size: 40px !important;
  }

  .service-img-sm {
    min-height: 300px;
  }

.contact-lottie {
    position: absolute;
    width: 100% !important;
    bottom: -450px;
    left: 0;
    z-index: -1;
}

  /* .menu-lottie {
    position: absolute;
    width: 100% !important;
    bottom: 0px;
    left: 0;
    z-index: -1;
  } */

  .menu-img img {
    width: 100%;
    display: block;
  }

  .menu-img {
    position: absolute;
    width: 100% !important;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }

  .contact-dtl {
    text-align: center;
    padding-top: 30px;
  }

  footer {
    text-align: center;
  }

  .ftr-logo {
    margin: 0 auto;
  }

  .menu {
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #12A84E;
    transition: .5s;
  }

  .menu.active  {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #12A84E;
    transition: .5s;
  }

  .menu .row {
    height: 100vh;
    position: relative;
  }

  .menu li a {
    text-decoration: none;
    transition: .5s;
    color: #fff;
  }

  .menu li {
    display: block;
  }

  .strt-up-btn {
    display: none;
  }

  .logo {
    float: left;
  }

  .menu_wrap {
    display: block;
  }

  .menu_btn {
    width: 30px;
    height: 23px;
    float: right;
    position: relative;
    z-index: 1000;
  }

  .menu_btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #253745;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
  }

  .menu_btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #253745;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
  }

  .menu_btn span {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: #253745;
      position: absolute;
      bottom: calc(50% - 2px);
      left: 0;
      transition: .5s;
  }

  .menu ul {
    font-size: 21px;
    line-height: 2;
  }

  .menu ul li:hover {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transition: .5s;
    font-weight: bold;
  }

  .menu ul li a {
    color: #fff !important;
  }

  .menu_btn.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #253745;
    position: absolute;
    bottom: 7px;
    left: 0;
    transform: rotate(45deg);
    transition: .5s;
    background: #ffffff;
}

.menu_btn.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #253745;
    position: absolute;
    top: 11px;
    left: 0;
    transform: rotate(-45deg);
    transition: .5s;
    background: #ffffff;
}

.menu_btn.active span {
  opacity: 0;
  transition: .5s;
}

.card-sec .card-box {
    margin-bottom: 40px;
}

.conclusion .conl-cnt {
    text-align: center;
    padding-right: 0;
}

.para {
    padding-top: 35px;
}

.youtubevdo iframe {
    width: 100%;
    height: 300px;
}
	
header .connect_us {
	position: fixed;
    bottom: 20px;
    text-align: right;
}
	
.cookiesContent {
    width: 100%;
    padding: 10px 10px 20px;
    position: fixed;
    bottom: 80px;
    left: 0;
}
	
.cookiesContent img {
    width: 49px;
}
	
.cookiesContent p {
    font-size: 12px !important;
    line-height: 22px !important;
}
	
.cookiesContent button.accept {
    width: 125px;
    padding: 10px;
    font-size: 14px;
}

}
