*[data-ico-fontawesome]:before {
  font-family: FontAwesome;
  content: attr(data-ico-fontawesome); }

@font-face {
  font-family: "FontAwesome5Brands";
  src: url("../fonts/FontAwesome5Brands.woff") format("woff"), url("../fonts/FontAwesome5Brands.ttf") format("truetype"); }
*[data-ico-fontawesome5brands]:before {
  font-family: FontAwesome5Brands;
  content: attr(data-ico-fontawesome5brands); }

@font-face {
  font-family: "FontAwesome5Regular";
  src: url("../fonts/FontAwesome5Regular.woff") format("woff"), url("../fonts/FontAwesome5Regular.ttf") format("truetype"); }
*[data-ico-fontawesome5regular]:before {
  font-family: FontAwesome5Regular;
  content: attr(data-ico-fontawesome5regular); }

@font-face {
  font-family: "FontAwesome5Solid";
  src: url("../fonts/FontAwesome5Solid.woff") format("woff"), url("../fonts/FontAwesome5Solid.ttf") format("truetype"); }
*[data-ico-fontawesome5solid]:before {
  font-family: FontAwesome5Solid;
  content: attr(data-ico-fontawesome5solid); }

/*----------------------------media mixing--------------------*/
/*-----------default-css-----------*/
::selection {
  background: #40b552;
  color: #fff; }

body {
  font-family: "Poppins";
  background: #010101;
  font-weight: 400;
  color: #040c05;
  font-size: 16px;
  line-height: 1.2; }
  body a {
    color: #40b552; }
    body a:hover, body a:focus {
      outline: none;
      text-decoration: none;
      color: #40b552; }
  body ol,
  body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #040c05; }
  body h1,
  body .h1 {
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Zilla Slab"; }
  body h2,
  body .h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Zilla Slab"; }
  body h3,
  body .h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Zilla Slab"; }
  body h4,
  body .h4 {
    font-size: 28px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.1;
    font-family: "Zilla Slab";
    text-transform: uppercase; }
  body p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 30px; }
    body p a {
      color: #40b552; }

.heading {
  margin: 0 0 50px; }
  .heading h3, .heading .h3 {
    font-size: 36px; }
  .heading h5,
  .heading .h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #040c05;
    font-family: "Zilla Slab"; }

.SubHeading h4,
.SubHeading .h4 {
  display: inline-block;
  position: relative;
  color: #f4f5f7; }
  .SubHeading h4:after,
  .SubHeading .h4:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 12px;
    width: 45px;
    height: 4px;
    background: #ff6600; }

.gray_bg {
  background: #f7f7f7; }

.border-right {
  border-right: 0 !important; }

.fa,
.fas,
.fab, [class*="fa-"], [class^="fa-"] {
  font-family: "Font Awesome 5 Brands"; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

section {
  padding: 70px 0;
  position: relative; }

.black_bg {
  color: #fff;
  background-color: #040c05; }
  .black_bg h1,
  .black_bg .h1,
  .black_bg h2,
  .black_bg .h2,
  .black_bg h3,
  .black_bg .h3,
  .black_bg h4,
  .black_bg .h4,
  .black_bg h5,
  .black_bg .h5,
  .black_bg p,
  .black_bg a,
  .black_bg ul li,
  .black_bg ol li {
    color: #fff; }

.blue_bg {
  color: #fff;
  background: #040c05;
  /*background: radial-gradient(circle, rgb(5 54 100) 0%, rgb(0, 0, 0) 100%);*/ }
  .blue_bg h1,
  .blue_bg h2,
  .blue_bg .h2,
  .blue_bg h3,
  .blue_bg .h3,
  .blue_bg h4,
  .blue_bg .h4,
  .blue_bg h5,
  .blue_bg .h5,
  .blue_bg p,
  .blue_bg a {
    color: #fff !important; }

.white_bg {
  color: #010101;
  background-color: #fff; }
  .white_bg h1,
  .white_bg .h1,
  .white_bg h2,
  .white_bg .h2,
  .white_bg h3,
  .white_bg .h3,
  .white_bg h4,
  .white_bg .h4,
  .white_bg h5,
  .white_bg .h5,
  .white_bg p,
  .white_bg a {
    color: #010101; }

.default_btn a,
.default_btn input[type="button"],
.default_btn input[type="submit"] {
  background: #40b552;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  border-radius: 30px;
  font-family: "Zilla Slab";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600; }
  .default_btn a:hover,
  .default_btn input[type="button"]:hover,
  .default_btn input[type="submit"]:hover {
    color: #040c05;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.default_btn2 a,
.default_btn2 input[type="button"] {
  background: none;
  padding: 15px 30px;
  color: #40b552;
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 20px;
  border: 1px solid #40b552;
  text-align: center;
  border-radius: 30px;
  font-family: "Zilla Slab";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600; }
  .default_btn2 a:hover,
  .default_btn2 input[type="button"]:hover {
    color: #fff;
    background: #40b552;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.default_btn.white_btn a {
  background: #fff;
  color: #40b552; }
  .default_btn.white_btn a:hover {
    color: #fff;
    background: #010101;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.heading_bod.bod_left {
  margin: 0 0 20px; }

.heading_bod.bod_white hr {
  background: #fff; }
.heading_bod.bod_white:before, .heading_bod.bod_white:after {
  background: #fff; }

.margin0 {
  margin: 0 !important; }

.owl-carousel {
  text-align: center;
  margin: 30px 0 0; }
  .owl-carousel .owl-dots,
  .owl-carousel .owl-dots.disabled {
    display: block !important;
    margin: 30px 0 0; }
  .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: none !important;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid #fff !important; }
    .owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot:active, .owl-carousel button.owl-dot:focus {
      outline: none; }
  .owl-carousel button.owl-dot.active {
    background: #40b552 !important;
    border: 1px solid #40b552 !important;
    width: 12px;
    height: 12px; }

.list ul {
  margin: 0 0 20px; }
  .list ul li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 20px;
    color: #010101; }
    .list ul li:before {
      position: absolute;
      content: "\f18e";
      font-family: "Font Awesome 5 Brands";
      font-size: 15px;
      color: #40b552;
      left: 0px;
      top: 5px;
      font-weight: 100; }
.list ol {
  margin: 0 0 20px;
  padding-left: 20px;
  list-style: decimal; }
  .list ol li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 20px;
    color: #010101;
    /*<::marker></::marker>*/ }
    .list ol li:before {
      position: absolute;
      content: "";
      font-family: "Font Awesome 5 Brands";
      font-size: 15px;
      color: #ffffff;
      top: 5px;
      font-weight: 100;
      width: 20px;
      height: 20px;
      display: block;
      left: -20px;
      z-index: -3;
      background: #40b552;
      border-radius: 50%; }
    .list ol li::marker {
      color: #fff;
      font-size: 13px; }

.spacer30 {
  padding: 30px 0;
  clear: both; }

.spacer50 {
  padding: 30px 0;
  clear: both; }

.pad50 {
  padding: 50px 0; }

.pad30 {
  padding: 30px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

/*-----------header-----------*/
.logo {
  margin: 15px 0; }
  .logo img {
    width: 200px;
    transition: width 2s, 0.5s ease-in-out; }

.topheader {
  padding: 10px 0;
  border-bottom: 1px solid #3c3c3c; }
  .topheader .secwrap {
    max-width: 1200px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .topheader .social_ico {
    display: flex;
    grid-gap: 13px; }
    .topheader .social_ico a {
      width: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 20px; }
      .topheader .social_ico a:hover img {
        filter: brightness(100);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .topheader .social_ico a img {
        width: 20px;
        height: 14px;
        object-fit: contain;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .topheader .topright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 25px; }
    .topheader .topright a {
      font-size: 12px;
      color: #fff;
      font-family: "Poppins";
      font-weight: 100; }
      .topheader .topright a i, .topheader .topright a img {
        color: #40b552;
        font-size: 14px;
        margin-right: 7px;
        width: 14px;
        height: 15px;
        object-fit: contain; }
    .topheader .topright .call {
      display: flex;
      grid-gap: 20px; }
      .topheader .topright .call img {
        width: 20px;
        height: auto;
        object-fit: contain; }
      .topheader .topright .call a {
        font-size: 20px;
        font-weight: bold;
        color: #40b552; }

.mob_bookBtn {
  display: none; }

header {
  position: absolute;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 999999;
  top: 0px;
  background: none;
  padding-bottom: 20px; }
  header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1400px; }

.menu-wrap .menu-row {
  text-align: right;
  padding: 20px 0px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .menu-wrap .menu-row .badgerow a {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 9px  15px;
    border-radius: 20px;
    display: inline-block; }
    .menu-wrap .menu-row .badgerow a:hover {
      background: #40b552; }
.menu-wrap .mobilesearch {
  display: none; }
.menu-wrap .call-us {
  position: relative;
  border-left: 2px solid #ffffff52;
  padding-left: 20px; }
  .menu-wrap .call-us a {
    font-family: "Zilla Slab"; }

.mainmenu > ul > li {
  margin-right: 0px; }
  .mainmenu > ul > li:last-child {
    margin-right: 0; }
  .mainmenu > ul > li > a {
    padding: 10px 10px !important;
    color: #fff; }
  .mainmenu > ul > li.default_btn a {
    font-family: "Zilla Slab";
    font-weight: bold !important;
    letter-spacing: 0 !important;
    padding: 10px 15px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    margin-left: 15px; }
    .mainmenu > ul > li.default_btn a:hover {
      color: #121212; }
.mainmenu li.has-sub > a {
  color: #fff; }
  .mainmenu li.has-sub > a:after {
    content: "";
    font-family: "FontAwesome";
    border: none;
    display: none !important;
    border-top-color: #fff;
    border-width: 4px;
    margin-left: 0 !important;
    bottom: -3px;
    position: relative; }
.mainmenu li.has-sub li.has-sub > a:after {
  display: none;
  content: "";
  font-family: "FontAwesome";
  border-top-color: #121212;
  position: relative;
  transform: rotate(-90deg) !important; }

.mainmenu.mobile.right > ul {
  z-index: 99999; }

.menu-wrap .mainmenu > ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Zilla Slab" !important;
  /*&:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0px;
    background: $color-yellow;
    display: block;
    @include transition();
    bottom: -4px;
  }*/ }
  .menu-wrap .mainmenu > ul li a:hover {
    color: #40b552 !important; }

.mainmenu ul ul {
  width: 320px;
  background: #fff;
  padding: 15px 0 0;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.22);
  border-top: 5px solid #40b552; }
  .mainmenu ul ul li a {
    color: #fff !important;
    padding: 6px 10px;
    font-size: 16px !important;
    border-bottom: 1px solid #121212; }
    .mainmenu ul ul li a:before {
      bottom: 0px !important; }

.sticky {
  position: fixed;
  animation: slide-down 0.5s;
  top: 0;
  width: 100%;
  border: none;
  background: #040c05;
  /*.mainmenu > ul > li > a {
        line-height: 20px;
    }*/ }
  .sticky .topheader {
    padding: 5px 0; }
  .sticky .logo {
    margin: 10px 0; }
    .sticky .logo img {
      width: 140px;
      transition: width 2s, 0.5s ease-in-out; }
  .sticky .menu-wrap .menu-row {
    padding: 10px 0px 10px; }

@media screen and (max-width: 991px) {
  header.sticky {
    position: fixed; }
    header.sticky .nav-ul {
      margin: 0; } }
/*-----------home_banner-----------*/
#home-slider {
  background: #040c05;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  #home-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/banenr-shape.webp) no-repeat;
    background-position: 100% 70%;
    background-size: 70%;
    /*background: #040c04;
    background: linear-gradient(36deg, rgba(4, 12, 4, 1) 38%, rgba(22, 62, 28, 1) 100%);*/
    display: block;
    /*opacity: .9;*/ }
  #home-slider .slider-wrap {
    position: relative;
    padding: 200px 0 100px;
    z-index: 1; }
    #home-slider .slider-wrap:after {
      position: absolute;
      top: 0;
      right: -90px;
      content: "";
      height: 100%;
      width: 630px;
      background: url(../img/tree.webp) no-repeat;
      display: block;
      background-size: 100%;
      background-position: 50% 80%;
      opacity: .6; }
    #home-slider .slider-wrap .slider-content {
      height: 100%;
      display: flex;
      align-items: start; }
      #home-slider .slider-wrap .slider-content .text {
        width: 62%;
        position: relative;
        z-index: 1;
        /*// padding: 80px 0 0;*/
        align-self: center;
        color: #fff;
        padding-bottom: 40px;
        padding-top: 100px; }
        #home-slider .slider-wrap .slider-content .text h1,
        #home-slider .slider-wrap .slider-content .text .h1 {
          font-size: 90px;
          letter-spacing: 0;
          font-weight: 600;
          margin: 0 0 0px;
          color: #40b552;
          text-transform: uppercase;
          font-family: "Zilla Slab"; }
        #home-slider .slider-wrap .slider-content .text h2,
        #home-slider .slider-wrap .slider-content .text .h2 {
          font-size: 58px;
          color: #fff;
          font-weight: bold; }
        #home-slider .slider-wrap .slider-content .text .subtitle {
          font-size: 25px;
          font-weight: bold;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 3px;
          margin: 0 0 20px;
          font-family: "Poppins"; }
        #home-slider .slider-wrap .slider-content .text p {
          font-size: 18px;
          color: #fff;
          margin: 0 0 30px;
          font-weight: normal; }
      #home-slider .slider-wrap .slider-content .img {
        width: 50%;
        display: flex;
        position: relative;
        z-index: 0;
        margin-left: -50px;
        display: none; }
        #home-slider .slider-wrap .slider-content .img img {
          width: 100%;
          opacity: .6;
          height: 100%; }
      #home-slider .slider-wrap .slider-content .default_btn a {
        margin-right: 10px; }

/*
.HomeLogoSlider{
  background: rgb(17,17,51);
  background: linear-gradient(0deg, rgba(17,17,51,0.9668461134453782) 11%, rgba(17,17,51,0.5802914915966386) 47%, rgba(17,17,51,0) 100%);
  margin-top: -150px; 
    z-index: 1;
    position: relative;
  .owl-item {
    .item{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px;
      img {
        max-height: -webkit-fill-available;
        object-fit: contain;
      }
    }
  }
}
*/
.BusinessSec {
  background: #040c05;
  position: relative; }
  .BusinessSec:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/tree-2.webp) no-repeat;
    background-position: 0% 100%;
    background-size: 70%;
    /*background: #040c04;
    background: linear-gradient(36deg, rgba(4, 12, 4, 1) 38%, rgba(22, 62, 28, 1) 100%);*/
    display: block;
    opacity: .1;
    z-index: 0; }
  .BusinessSec:after {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    background-size: 80%;
    background-position: 0% 80%;
    opacity: .8;
    z-index: 0; }
  .BusinessSec div {
    position: relative;
    z-index: 1; }
  .BusinessSec .content-box {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #40b552;
    box-shadow: inset 0 0 20px #40b552;
    border-radius: 20px;
    z-index: 1;
    background: #3eab4f14;
    margin: 0 0 50px; }
    .BusinessSec .content-box .icon {
      width: 130px;
      height: 130px;
      margin: 0 auto 20px; }
    .BusinessSec .content-box h4 {
      font-size: 28px;
      color: #40b552;
      font-weight: bold;
      font-family: "Poppins";
      margin: 0 0 5px; }
    .BusinessSec .content-box h5 {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 10px;
      line-height: 1.3; }
    .BusinessSec .content-box p {
      margin: 0; }

.servicesSec {
  /*background: $dark-green;*/
  position: relative;
  background: #143D18;
  background: radial-gradient(circle, #143d18 0%, #040c04 31%); }
  .servicesSec .heading h2 {
    margin: 0 0 10px; }
  .servicesSec .heading h4 {
    line-height: 1.1; }
  .servicesSec .item {
    background: #fff;
    border-radius: 20px; }
  .servicesSec .content-box {
    position: relative;
    text-align: center;
    padding: 50px 30px;
    border: 1px solid #40b552;
    box-shadow: inset 0 0 20px #40b552, 0 0 7px 4px rgba(64, 181, 82, 0.2);
    border-radius: 20px;
    z-index: 1;
    background: rgba(64, 181, 82, 0.2);
    margin: 0 0 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .servicesSec .content-box:hover {
      background: #40b552;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .servicesSec .content-box:hover .bg {
        opacity: .02;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .servicesSec .content-box:hover .icon img {
        filter: brightness(0);
        opacity: .7; }
      .servicesSec .content-box:hover h4, .servicesSec .content-box:hover p {
        color: #fff; }
      .servicesSec .content-box:hover .default_btn a {
        background: #fff;
        color: #040c05; }
    .servicesSec .content-box .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .2;
      z-index: -1; }
    .servicesSec .content-box .icon {
      width: 130px;
      height: 130px;
      margin: 0 auto 20px; }
    .servicesSec .content-box h4 {
      font-size: 28px;
      color: #040c05;
      font-weight: bold;
      font-family: "Poppins";
      margin: 0 0 10px;
      line-height: 1.2;
      min-height: 70px; }
    .servicesSec .content-box p {
      /*margin: 0;*/
      color: #040c05;
      line-height: 1.3; }
    .servicesSec .content-box .default_btn a {
      font-size: 16px;
      font-family: "Poppins"; }
  .servicesSec .owl-carousel .owl-nav button {
    position: absolute;
    top: 38%;
    left: -60px;
    width: 40px;
    height: 40px;
    background: #40b552 !important;
    border-radius: 50%;
    border: 1px solid #40b552 !important; }
    .servicesSec .owl-carousel .owl-nav button:hover {
      background: #121212 !important; }
    .servicesSec .owl-carousel .owl-nav button img {
      filter: brightness(100);
      width: 24px; }
    .servicesSec .owl-carousel .owl-nav button.owl-next {
      right: -60px;
      left: auto; }

/*-----------------whyChooseSec--------------*/
.whyChooseSec {
  position: relative; }
  .whyChooseSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 100%;
    background-position: 0% 80%;
    opacity: .8;
    z-index: 0; }
  .whyChooseSec:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 40%;
    background: url(../img/manon-tree.webp) no-repeat;
    display: block;
    background-size: 360px;
    background-position: 0% 100%;
    opacity: 1; }
  .whyChooseSec .heading h4 {
    margin: 0; }
  .whyChooseSec ul {
    margin: 0 0 20px; }
    .whyChooseSec ul li {
      display: flex;
      grid-gap: 20px;
      align-items: flex-start; }
      .whyChooseSec ul li img {
        width: 50px;
        height: auto;
        object-fit: none; }
      .whyChooseSec ul li .text h5 {
        font-size: 20px;
        font-weight: bold;
        font-family: "Poppins";
        margin: 0 0 5px; }
      .whyChooseSec ul li .text p {
        font-weight: light;
        line-height: 1.3; }

shape2.webp
.whireUs {
  background: #f4f5f7; }
  shape2.webp
  .whireUs .hireBox {
    padding: 50px 40px;
    background: #040c05; }
    shape2.webp
    .whireUs .hireBox ul li {
      margin: 0 0 10px;
      padding: 5px 0;
      display: flex;
      gap: 20px;
      align-items: center;
      font-size: 18px; }
      shape2.webp
      .whireUs .hireBox ul li:last-child {
        margin: 0; }
      shape2.webp
      .whireUs .hireBox ul li img {
        word-break: 50px;
        height: 50px; }
  shape2.webp
  .whireUs .contact_area {
    padding: 0 0 0 20px; }
    shape2.webp
    .whireUs .contact_area p span {
      color: #f00; }

.growSec {
  position: relative; }
  .growSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape2.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 100%;
    background-position: 50% -10%;
    opacity: .8;
    z-index: 0; }
  .growSec .heading {
    max-width: 1000px;
    margin: 0 auto 30px;
    width: 100%; }
    .growSec .heading h2 span {
      display: block; }
  .growSec .video-box {
    box-shadow: 0 4px 11px 9px #0000003d;
    margin: 0 auto 30px; }

/*------------------.video-box-------------*/
.video-box {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9; }

.video-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.video-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1); }

.play-btn span {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #000;
  margin-left: 5px; }

#mainVideo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.video-box.playing .video-thumbnail {
  display: none; }

.growpartner {
  position: relative;
  background: #040c05 url(../img/branchs.webp) no-repeat;
  display: block;
  background-size: 60% 80%, 81% 80%;
  background-position: 100% 0%, 20% 20%; }
  .growpartner:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: #040C04;
    background: linear-gradient(0deg, #040c04 27%, rgba(4, 12, 4, 0) 42%);
    opacity: 1;
    z-index: 1; }
  .growpartner:after {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    background-size: 80%;
    background-position: 0% 80%;
    opacity: .8;
    z-index: 0; }
  .growpartner .sec-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .growpartner .sec-wrap .img-box {
      display: flex;
      width: 30%; }
      .growpartner .sec-wrap .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .growpartner .sec-wrap .text-box {
      width: 70%; }
  .growpartner .stats-counter {
    position: relative;
    overflow: hidden;
    background: #040C04;
    background: linear-gradient(92deg, #040c04 0%, rgba(4, 12, 4, 0) 47%); }
  .growpartner .stats-container {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center; }
  .growpartner .stat-item {
    text-align: center;
    padding: 10px 30px; }
  .growpartner .stat-item h2 {
    margin: 0 0 15px;
    font-size: clamp(55px, 5vw, 90px);
    line-height: 1;
    font-weight: 600;
    color: #42a856;
    font-size: 62px;
    font-family: "Poppins"; }
  .growpartner .stat-item p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px; }

/*-----------------companiesSec------------*/
.companiesSec {
  position: relative; }
  .companiesSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 80%;
    background-position: 0% 40%;
    opacity: .8;
    z-index: 0; }
  .companiesSec .logo-box {
    padding: 30px 30px;
    background: rgba(64, 181, 82, 0.1);
    border: 1px solid #40b552;
    box-shadow: inset 0 0 20px #40b552, 0 0 7px 4px rgba(64, 181, 82, 0.2);
    border-radius: 20px;
    height: 150px;
    display: flex; }
    .companiesSec .logo-box img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

/*--------------------TestimonialSec---------------------*/
.TestimonialSec {
  /*background:  #40B552;
  background: radial-gradient(circle, rgba(64, 181, 82, 0.86) 0%, rgba(0, 0, 0, 1) 53%, rgba(4, 12, 4, 1) 100%);*/
  position: relative; }
  .TestimonialSec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/forest-bg.webp) no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
    display: block;
    z-index: 0;
    opacity: .13; }
  .TestimonialSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape3.webp) no-repeat;
    display: block;
    background-size: 80%;
    background-position: 0% 80%;
    opacity: .8;
    z-index: 0; }
  .TestimonialSec div {
    position: relative;
    z-index: 1; }
  .TestimonialSec .content-box {
    position: relative;
    text-align: left;
    padding: 40px 30px;
    border: 1px solid #40b552;
    box-shadow: inset 0 0 20px #40b552;
    border-radius: 20px;
    z-index: 1;
    background: #3eab4f14;
    margin: 0 0 10px; }
    .TestimonialSec .content-box .icon {
      width: 50px;
      height: auto;
      margin: 0 0 10px; }
    .TestimonialSec .content-box h4 {
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      font-family: "Poppins";
      margin: 0 0px; }
    .TestimonialSec .content-box h5 {
      font-size: 14px;
      font-weight: light;
      margin: 0 0 0px;
      line-height: 1.1;
      color: #40b552;
      font-family: "Poppins"; }
    .TestimonialSec .content-box .star {
      margin: 0 0 7px; }
      .TestimonialSec .content-box .star i {
        color: #ff6600; }
    .TestimonialSec .content-box p {
      margin: 0 0 20px;
      font-size: 16px;
      line-height: 26px; }

/*-------------------------process-section---------------------*/
.process-section {
  position: relative; }
  .process-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/manTree.webp) no-repeat;
    background-position: 0% 100%;
    background-size: 500px;
    display: block;
    z-index: 1;
    opacity: .1; }
  .process-section:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape3.webp) no-repeat;
    display: block;
    background-size: 80%;
    background-position: 0% 80%;
    opacity: .2;
    z-index: 0; }
  .process-section .heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
  .process-section .steps-container {
    position: relative;
    z-index: 2;
    margin-bottom: 10px; }
    .process-section .steps-container .steps-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding: 30px 0 50px; }
      .process-section .steps-container .steps-row .connecting-line {
        position: absolute;
        top: 75px;
        left: 8%;
        right: 8%;
        height: 3px;
        background: rgba(76, 175, 80, 0.25);
        z-index: 1;
        border-radius: 2px; }
      .process-section .steps-container .steps-row .step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        position: relative;
        z-index: 3;
        flex: 1;
        /*max-width: 170px;*/
        padding: 0px;
        transition: transform 0.3s ease;
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0; }
        .process-section .steps-container .steps-row .step-item:after {
          content: "";
          position: absolute;
          top: 75px;
          left: 8%;
          right: 8%;
          height: 2px;
          background: #40b552;
          z-index: 1;
          border-radius: 2px;
          transform: translateX(150px);
          width: 50px; }
        .process-section .steps-container .steps-row .step-item:last-child:after {
          display: none; }
        .process-section .steps-container .steps-row .step-item:hover {
          transform: translateY(-6px); }
        .process-section .steps-container .steps-row .step-item:nth-child(2) {
          animation-delay: 0.1s; }
        .process-section .steps-container .steps-row .step-item:nth-child(3) {
          animation-delay: 0.2s; }
        .process-section .steps-container .steps-row .step-item:nth-child(4) {
          animation-delay: 0.3s; }
        .process-section .steps-container .steps-row .step-item:nth-child(5) {
          animation-delay: 0.4s; }
        .process-section .steps-container .steps-row .step-item:nth-child(6) {
          animation-delay: 0.5s; }
        .process-section .steps-container .steps-row .step-item:nth-child(7) {
          animation-delay: 0.6s; }
        .process-section .steps-container .steps-row .step-item.active .step-icon-wrapper {
          border-color: #5cff5c;
          box-shadow: 0 0 25px rgba(76, 175, 80, 0.6), 0 0 50px rgba(76, 175, 80, 0.3), inset 0 0 25px rgba(76, 175, 80, 0.15);
          animation: pulseGlow 2.5s ease-in-out infinite; }
          .process-section .steps-container .steps-row .step-item.active .step-icon-wrapper::after {
            border-color: rgba(92, 255, 92, 0.5); }
        .process-section .steps-container .steps-row .step-item.active .step-title {
          color: #4caf50; }
        .process-section .steps-container .steps-row .step-item.active .step-subtitle {
          color: #ddd; }
        .process-section .steps-container .steps-row .step-item .step-icon-wrapper {
          width: 140px;
          height: 140px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          margin-bottom: 18px;
          transition: all 0.5s ease;
          background: radial-gradient(circle at 40% 40%, rgba(30, 80, 30, 0.6) 0%, rgba(10, 30, 10, 0.9) 70%);
          border: 3px solid #40b552;
          box-shadow: 0 0 15px rgba(76, 175, 80, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.5); }
          .process-section .steps-container .steps-row .step-item .step-icon-wrapper::after {
            content: '';
            position: absolute;
            inset: 6px;
            border-radius: 50%;
            /*border: 1px solid rgba(76, 175, 80, 0.3);*/
            transition: all 0.5s ease;
            box-shadow: inset 0 0 20px #40b552, 0 0 7px 4px rgba(64, 181, 82, 0.2); }
          .process-section .steps-container .steps-row .step-item .step-icon-wrapper img {
            width: 70px;
            height: 100%;
            object-fit: contain; }
          .process-section .steps-container .steps-row .step-item .step-icon-wrapper .step-icon {
            width: 55px;
            height: 55px;
            fill: none;
            stroke: #fff;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: all 0.5s ease; }
        .process-section .steps-container .steps-row .step-item .step-title {
          font-family: "Poppins";
          font-size: 22px;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 6px;
          transition: color 0.3s ease;
          text-align: center;
          text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8); }
        .process-section .steps-container .steps-row .step-item .step-subtitle {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
          line-height: 1.5;
          transition: color 0.3s ease;
          text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8); }
  .process-section .connector-area {
    position: relative;
    height: 80px;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    overflow: visible; }
    .process-section .connector-area .connector-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      overflow: visible; }
      .process-section .connector-area .connector-svg .connector-line-path {
        fill: none;
        stroke: #40b552;
        stroke-width: 3;
        /*stroke-linecap: round;
        stroke-linejoin: round;*/
        filter: drop-shadow(0 0 6px rgba(76, 175, 80, 0.8));
        transition: d 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
      .process-section .connector-area .connector-svg .connector-line-glow {
        fill: none;
        stroke: #40b552;
        stroke-width: 5;
        /*stroke-linecap: round;
        stroke-linejoin: round;*/
        /*filter: blur(4px);*/
        transition: d 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
      .process-section .connector-area .connector-svg .connector-line-dash {
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        /*stroke-linecap: round;
        stroke-linejoin: round;*/
        stroke-dasharray: 8 12;
        opacity: 0.6;
        transition: d 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        /*animation: dashMove 1s linear infinite;*/ }
      .process-section .connector-area .connector-svg .connector-dot {
        fill: #5cff5c;
        filter: drop-shadow(0 0 8px #5cff5c);
        transition: cx 0.7s cubic-bezier(0.4, 0, 0.2, 1), cy 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        /*animation: dotPulse 2s ease-in-out infinite;*/ }
      .process-section .connector-area .connector-svg .connector-end-dot {
        fill: #4caf50;
        filter: drop-shadow(0 0 6px rgba(76, 175, 80, 0.9));
        transition: cx 0.7s cubic-bezier(0.4, 0, 0.2, 1), cy 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
  .process-section .expanded-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 0px 30px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 0.8s ease 0.7s forwards;
    opacity: 0; }
    .process-section .expanded-content .content-text {
      font-size: 16px;
      line-height: 1.8;
      color: #d8d8d8;
      opacity: 0;
      transform: translateY(12px);
      transition: all 0.5s ease;
      text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8); }
      .process-section .expanded-content .content-text.visible {
        opacity: 1;
        transform: translateY(0); }
  .process-section .default_btn {
    position: relative;
    z-index: 2; }

/* ===== KEYFRAMES ===== */
@keyframes dashMove {
  to {
    stroke-dashoffset: -20; } }
@keyframes dotPulse {
  0%,
  100% {
    r: 6;
    opacity: 1; }
  50% {
    r: 8;
    opacity: 0.7; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 25px rgba(76, 175, 80, 0.6), 0 0 50px rgba(76, 175, 80, 0.3), inset 0 0 25px rgba(76, 175, 80, 0.15); }
  50% {
    box-shadow: 0 0 35px rgba(76, 175, 80, 0.8), 0 0 60px rgba(76, 175, 80, 0.4), inset 0 0 30px rgba(76, 175, 80, 0.2); } }
/*--------------------PodcastSec---------------*/
.PodcastSec {
  position: relative; }
  .PodcastSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 80%;
    background-position: 0% 40%;
    opacity: .8;
    z-index: 0; }
  .PodcastSec .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    background: #1a5c2a;
    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);*/
    margin: 0 0 30px; }
    .PodcastSec .card-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #40b552;
      max-height: 320px; }
      .PodcastSec .card-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .2; }
    .PodcastSec .card-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(26, 92, 42, 0.85) 0%, rgba(26, 92, 42, 0.7) 100%); }
    .PodcastSec .card-content {
      position: relative;
      z-index: 2;
      padding: 40px 30px 100px; }
    .PodcastSec .card h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.1;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px;
      max-width: 90%;
      font-family: "Poppins"; }
    .PodcastSec .card h4 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3;
      color: #fff;
      text-transform: uppercase;
      max-width: 70%;
      font-family: "Poppins";
      margin: 0;
      min-height: 65px; }
    .PodcastSec .card-image {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50%;
      height: auto;
      z-index: 3;
      width: 160px; }
      .PodcastSec .card-image img {
        width: 100%;
        height: auto;
        display: block; }
    .PodcastSec .card-wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 190px;
      z-index: 0; }
      .PodcastSec .card-wave svg {
        width: 100%;
        height: 100%;
        fill: #113116; }
    .PodcastSec .card-logo {
      position: absolute;
      bottom: 20px;
      left: 30px;
      z-index: 5;
      display: flex;
      align-items: center;
      gap: 10px; }
  .PodcastSec .logo-icon {
    width: 50px;
    height: 50px; }
  .PodcastSec .logo-text {
    display: flex;
    flex-direction: column; }
  .PodcastSec .logo-title {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2; }
  .PodcastSec .logo-subtitle {
    font-size: 9px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .PodcastSec .content-section {
    text-align: left;
    padding: 30px 0px 0; }
    .PodcastSec .content-section h4 {
      font-family: "Poppins";
      text-transform: capitalize;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 10px; }
    .PodcastSec .content-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #fff;
      margin: 0; }
  .PodcastSec .owl-carousel .owl-nav button {
    position: absolute;
    top: 35%;
    left: -40px; }
    .PodcastSec .owl-carousel .owl-nav button.owl-next {
      left: auto;
      right: -40px; }

.checklistSec {
  position: relative;
  padding: 0; }
  .checklistSec .secwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border: 1px solid #40b552;
    box-shadow: inset 0 0 20px #40b552;
    border-radius: 20px;
    background: #2A7535;
    background: linear-gradient(317deg, #2a7535 0%, #040c05 32%); }
    .checklistSec .secwrap .text {
      width: 70%; }
      .checklistSec .secwrap .text h2 {
        font-size: 52px;
        line-height: 1; }
      .checklistSec .secwrap .text h4 {
        font-size: 24px;
        margin: 0 0 20px; }
    .checklistSec .secwrap .img-box {
      width: 25%; }
      .checklistSec .secwrap .img-box img {
        width: 100%;
        height: 100%;
        max-width: 250px;
        object-fit: contain; }

/*-------------------expertsSec------------*/
.expertsSec {
  position: relative;
  padding: 50px 0;
  /*&:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 40%;
    background: url(../img/experts-img.webp) no-repeat;
    display: block;
    background-size: 360px;
    background-position: 0% 100%;
    opacity: .6;
}*/ }
  .expertsSec:after {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape3.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 60%;
    background-position: 0% 40%;
    opacity: .8;
    z-index: 0; }
  .expertsSec:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: #040C04;
    background: linear-gradient(0deg, #040c04 8%, rgba(4, 12, 4, 0) 42%);
    opacity: 1;
    z-index: 2; }
  .expertsSec .secwrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .expertsSec .secwrap .text {
      width: 55%;
      padding: 50px 0;
      position: relative;
      z-index: 3; }
    .expertsSec .secwrap .img-box {
      width: 45%;
      position: relative;
      z-index: 1; }
      .expertsSec .secwrap .img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

/*--------------------------blog_sec---------------------*/
.blog_sec {
  position: relative; }
  .blog_sec:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/tree-3.webp) no-repeat;
    background-position: 0% 70%;
    background-size: 60%;
    display: block;
    opacity: .1;
    z-index: 0; }
  .blog_sec:after {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shine.webp) no-repeat;
    display: block;
    transform: rotate(180deg);
    background-size: 80%;
    background-position: 0% 40%;
    opacity: .8;
    z-index: 0; }
  .blog_sec > div {
    position: relative;
    z-index: 1; }
  .blog_sec .blogcard {
    position: relative;
    margin: 0 0 30px; }
    .blog_sec .blogcard:hover .content-section h4 {
      color: #40b552; }
    .blog_sec .blogcard .card-image {
      height: 300px;
      width: 100%;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); }
      .blog_sec .blogcard .card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .blog_sec .content-section {
    text-align: left;
    padding: 30px 0px 0; }
    .blog_sec .content-section h4 {
      font-family: "Poppins";
      text-transform: capitalize;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 10px; }
    .blog_sec .content-section .time {
      font-size: 13px;
      color: #83a489;
      margin: 0 0 10px; }
    .blog_sec .content-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #fff;
      margin: 0;
      font-weight: light; }
  .blog_sec .default_btn2 {
    margin-top: 20px; }

/*--------------------cta_sec------------ */
.cta_sec {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-position: 50% 50%;
  background-size: cover; }
  .cta_sec:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/ctaBg.webp) no-repeat;
    background-position: 0% 10%;
    background-size: cover;
    display: block;
    opacity: .1;
    z-index: 0; }
  .cta_sec:after {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape2.webp) no-repeat;
    display: block;
    background-size: 80%;
    background-position: 0% 40%;
    opacity: .5;
    z-index: 0; }
  .cta_sec .textBlock {
    position: relative;
    z-index: 1; }
    .cta_sec .textBlock h4 {
      font-size: 24px; }
  .cta_sec .callBx {
    text-align: center;
    margin: 20px 0;
    position: relative; }
    .cta_sec .callBx span {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      display: block; }
    .cta_sec .callBx a {
      font-size: 62px;
      font-weight: bold;
      font-family: "Poppins";
      color: #40b552; }

/*-----------inquiries_form------------*/
.inquiries_form h2,
.inquiries_form .h2,
.gform_wrapper h2,
.gform_wrapper .h2 {
  margin: 0 0 10px; }
.inquiries_form p,
.gform_wrapper p {
  margin: 0 0 20px;
  color: #c4c4c4; }
.inquiries_form .gform_submission_error,
.inquiries_form .gform_validation_errors,
.gform_wrapper .gform_submission_error,
.gform_wrapper .gform_validation_errors {
  display: none !important; }
.inquiries_form .validation_message,
.gform_wrapper .validation_message {
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 100 !important;
  text-align: left !important;
  padding: 0 !important; }
.inquiries_form .gfield_error,
.gform_wrapper .gfield_error {
  border: none !important;
  background: none !important;
  margin: 0 !important; }
  .inquiries_form .gfield_error .validation_message,
  .gform_wrapper .gfield_error .validation_message {
    color: #790000 !important;
    padding: 0 !important;
    font-weight: 100 !important; }
.inquiries_form .gform_fields,
.gform_wrapper .gform_fields {
  gap: 20px !important; }
.inquiries_form .gfield_label,
.inquiries_form .gform_submission_error,
.inquiries_form .validation_message,
.gform_wrapper .gfield_label,
.gform_wrapper .gform_submission_error,
.gform_wrapper .validation_message {
  display: none !important; }
.inquiries_form .form-control,
.inquiries_form select,
.inquiries_form textarea,
.inquiries_form input,
.gform_wrapper .form-control,
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px !important;
  color: #010101;
  background-color: #fff;
  background-image: none;
  box-shadow: none !important;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.inquiries_form textarea,
.gform_wrapper textarea {
  height: auto !important;
  margin: 0 !important; }
.inquiries_form .btn-send,
.gform_wrapper .btn-send {
  background: #ff6600 !important;
  padding: 15px 30px !important;
  color: #fff !important;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  font-size: 16px !important;
  text-align: center;
  border-radius: 0px !important;
  height: auto;
  font-family: "Poppins" !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border: none;
  width: 100%; }
  .inquiries_form .btn-send:hover,
  .gform_wrapper .btn-send:hover {
    color: #40b552 !important;
    background: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/*-----------footer-----------*/
footer {
  position: relative;
  color: #fff;
  background: #020602;
  background-size: cover;
  padding: 100px 0 0px; }
  footer .footRow {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 30px; }
    footer .footRow .dtl-box {
      width: 34%; }
    footer .footRow .call_btn {
      padding-top: 10px !important; }
      footer .footRow .call_btn span {
        color: #D0D8E0 !important;
        padding-left: 50px; }
        footer .footRow .call_btn span:before {
          background: url(../img/phone-w.svg) no-repeat;
          background-size: 33px;
          top: 0; }
        footer .footRow .call_btn span a {
          color: #D0D8E0 !important; }
    footer .footRow .AreasServe {
      width: 100% !important; }
      footer .footRow .AreasServe ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .footRow .AreasServe ul li {
          width: 30%;
          position: relative;
          padding-left: 20px; }
          footer .footRow .AreasServe ul li:after {
            position: absolute;
            content: "\f101";
            font-family: "Font Awesome 5 Brands";
            font-size: 15px;
            color: #fff;
            left: 0px;
            top: 5px;
            font-weight: 100; }
          footer .footRow .AreasServe ul li a {
            color: #D0D8E0 !important;
            font-size: 14px; }
            footer .footRow .AreasServe ul li a:hover {
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              color: #ff6600 !important; }
  footer h4,
  footer .h4 {
    font-size: 16px;
    margin: 0 0 10px;
    font-family: "Poppins";
    color: #40b552;
    text-transform: uppercase;
    font-weight: 600; }
  footer p {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    margin: 0 0 10px; }
  footer .foot-log img {
    width: 180px;
    margin: 0 0  10px; }
  footer .footer_menu ul li {
    display: block;
    margin: 0 0 2px;
    line-height: 23px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    footer .footer_menu ul li a {
      color: #fff;
      font-size: 13px;
      font-weight: 400; }
    footer .footer_menu ul li:hover a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #40b552; }
  footer .dtl-box div {
    color: #D0D8E0;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
    margin: 0 0 10px;
    line-height: 20px;
    display: flex;
    align-items: center; }
    footer .dtl-box div a {
      color: #fff;
      font-weight: 400;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .dtl-box div a:hover {
        color: #40b552;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    footer .dtl-box div i {
      position: absolute;
      left: 0;
      width: 15px;
      height: auto;
      color: #40b552;
      top: 3px; }
  footer .contact_area {
    padding-left: 30px; }
    footer .contact_area .h2 {
      color: #fff; }
    footer .contact_area p {
      margin: 0 0 20px; }

.foot_social {
  text-align: left;
  display: flex;
  grid-gap: 7px; }
  .foot_social a {
    text-align: center;
    display: flex;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center; }
    .foot_social a img {
      width: 15px;
      height: 15px;
      object-fit: contain;
      filter: brightness(100); }
    .foot_social a:hover {
      color: #fff;
      background: #40b552;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.last_foot {
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #152017; }
  .last_foot a {
    color: #fff;
    padding: 0 5px;
    line-height: 15px;
    font-size: 13px; }
  .last_foot p {
    margin: 0;
    color: #D0D8E0;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px; }
  .last_foot .pageLinks {
    text-align: right; }

/*----------- Media -----------*/
@media screen and (max-width: 1300px) {
  .topheader .secwrap {
    width: 96%; }

  .mainmenu > ul .call-us {
    padding: 15px 10px 0; }
  .mainmenu > ul > li > a {
    font-size: 15px !important; }

  .servicesSec #serviceSlid {
    width: 90%;
    margin: 0 auto; }

  .PodcastSec #PodcastSlid {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 1025px) {
  .topheader .social_ico {
    grid-gap: 8px; }
    .topheader .social_ico a img {
      width: 15px; }

  .mob_bookBtn {
    display: flex;
    justify-content: center; }
    .mob_bookBtn .default_btn a {
      padding: 10px 16px;
      font-size: 14px; }

  .menu-wrap {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap; }
    .menu-wrap .menu-row {
      width: 100%;
      display: flex;
      align-items: center;
      /*flex-direction: end;*/
      justify-content: flex-end;
      margin: 0 0 0 30px; }
    .menu-wrap .call-us {
      display: none; }
    .menu-wrap .mainmenu {
      width: auto; }

  .mainmenu {
    width: auto; }
    .mainmenu .dd-toggle {
      position: absolute !important; }
    .mainmenu .menu-toggle span.bars {
      margin-right: 0;
      top: 5px;
      transition: 0.3s ease-in-out; }
      .mainmenu .menu-toggle span.bars span {
        width: 45px;
        height: 3px;
        background: #fff !important;
        margin: 0 0 6px; }
    .mainmenu .locations-menu ul {
      max-height: 100% !important;
      overflow: auto !important; }
      .mainmenu .locations-menu ul ul {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin-right: auto;
        right: 0; }

  .sticky .mainmenu .menu-toggle span.bars {
    top: 5px;
    transition: 0.3s ease-in-out; }
  .sticky .mainmenu > ul > li > a {
    line-height: 25px; }

  .mainmenu > ul {
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.4); }
    .mainmenu > ul > li {
      margin-right: 0; }
      .mainmenu > ul > li > a {
        line-height: 25px;
        color: #121212 !important;
        padding: 10px !important; }
        .mainmenu > ul > li > a:hover {
          color: #ff6600 !important; }
      .mainmenu > ul > li.default_btn {
        margin: 10px 0 0; }
        .mainmenu > ul > li.default_btn a {
          padding: 9px 7px !important;
          font-size: 16px !important; }
  .mainmenu ul ul {
    padding: 0;
    box-shadow: none;
    border-top: none; }
    .mainmenu ul ul li a {
      color: #121212 !important; }
  .mainmenu ul .call-us {
    margin-top: 10px !important;
    right: 0 !important;
    background: #010101;
    text-align: left !important; }
    .mainmenu ul .call-us a {
      font-size: 25px !important; }

  .mainmenu.light.right .menu-toggle {
    padding-right: 0 !important; } }
.main-content .text h1,
.main-content .text .h1 {
  font-size: 50px;
  color: #40b552; }
.main-content .text h2,
.main-content .text .h2 {
  font-size: 50px;
  color: #40b552; }
.main-content .text h3,
.main-content .text .h3 {
  font-size: 34px;
  color: #61605E; }
.main-content .text p a {
  color: #40b552; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100% !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px !important; }

  .SubHeading h4:after,
  .SubHeading .h4:after {
    right: -10px;
    display: inline-block;
    position: relative;
    top: -3px; }

  .menu-wrap .menu-row {
    padding: 10px 0px 10px; }

  #home-slider .slider-wrap:after {
    width: 550px; }
  #home-slider .slider-wrap .slider-content h1 {
    font-size: 62px !important; }
  #home-slider .slider-wrap .slider-content h2,
  #home-slider .slider-wrap .slider-content .h2 {
    font-size: 20px;
    line-height: 1.2; }
  #home-slider .slider-wrap .slider-content .text {
    width: 60%;
    padding-top: 50px; }
    #home-slider .slider-wrap .slider-content .text h5,
    #home-slider .slider-wrap .slider-content .text .h5,
    #home-slider .slider-wrap .slider-content .text p {
      font-size: 16px; }
  #home-slider .slider-wrap .slider-content .img {
    width: 50%; }
  #home-slider .owl-dots {
    left: 4%;
    bottom: 60px; }

  .servicesSec .content-box h4 {
    font-size: 24px; }

  .PodcastSec .card {
    margin: 0; }
    .PodcastSec .card h3 {
      font-size: 24px; }
    .PodcastSec .card .card-content {
      padding: 30px 20px 100px; }
    .PodcastSec .card .card-image img {
      width: 120px;
      float: right; }

  .inner_banner {
    padding: 200px 0 100px; }

  .foot_social,
  .privacy_policy p {
    padding: 0px 0; }

  .whychoose-us .content-box h4,
  .whychoose-us .content-box .h4 {
    font-size: 24px; } }
@media screen and (max-width: 991px) {
  body h1,
  body .h1 {
    font-size: 40px !important; }
  body h2,
  body .h2 {
    font-size: 35px !important; }
  body p {
    line-height: 1.1; }

  .heading h5,
  .heading .h5 {
    margin: 0 0 8px;
    font-size: 18px; }

  .topheader .secwrap {
    width: 750px; }
    .topheader .secwrap .topright > div {
      display: none; }
    .topheader .secwrap .topright .call {
      display: inherit !important; }

  header .call-us {
    padding: 20px 0px 0 !important; }
    header .call-us span {
      font-size: 24px; }
  header .logo {
    margin: 12px 0 10px; }
    header .logo img {
      width: 150px !important; }
  header.sticky {
    padding-bottom: 0px; }
    header.sticky .logo {
      margin: 9px 0 9px; }
      header.sticky .logo img {
        width: 130px !important; }

  .menu-wrap .menu-row {
    padding: 10px 0px 4px; }

  #home-slider:before {
    background-position: 100% 0%; }
  #home-slider .slider-wrap {
    padding-top: 140px; }
    #home-slider .slider-wrap::after {
      width: 300px; }
    #home-slider .slider-wrap .slider-content {
      align-items: initial;
      flex-wrap: wrap; }
      #home-slider .slider-wrap .slider-content h1,
      #home-slider .slider-wrap .slider-content .h1 {
        font-size: 50px !important; }
        #home-slider .slider-wrap .slider-content h1 span,
        #home-slider .slider-wrap .slider-content .h1 span {
          display: inline !important;
          margin: 0 5px; }
      #home-slider .slider-wrap .slider-content .text {
        padding: 50px 0 160px;
        width: 100%;
        position: relative;
        z-index: 1; }
        #home-slider .slider-wrap .slider-content .text h5,
        #home-slider .slider-wrap .slider-content .text .h5,
        #home-slider .slider-wrap .slider-content .text p {
          font-size: 16px; }
        #home-slider .slider-wrap .slider-content .text h3,
        #home-slider .slider-wrap .slider-content .text .h3 {
          font-size: 20px; }
        #home-slider .slider-wrap .slider-content .text .default_btn a {
          font-size: 12px; }
      #home-slider .slider-wrap .slider-content .img {
        position: absolute;
        z-index: 0;
        width: 45%;
        right: 0;
        bottom: 0; }

  .whyChooseSec:after {
    opacity: .1; }

  .process-section .steps-container .steps-row .step-item:after {
    top: 50px;
    transform: translateX(98px);
    width: 26px; }
  .process-section .steps-container .steps-row .step-item .step-title {
    font-size: 16px; }
  .process-section .steps-container .steps-row .step-item .step-subtitle {
    font-size: 13px; }
  .process-section .steps-container .steps-row .step-item .step-icon-wrapper {
    width: 100px;
    height: 100px; }
    .process-section .steps-container .steps-row .step-item .step-icon-wrapper img {
      width: 40px; }

  .PodcastSec .card {
    margin: 0; }
    .PodcastSec .card h3 {
      font-size: 24px;
      max-width: 100%; }
    .PodcastSec .card .card-content {
      padding: 30px 20px 100px; }
    .PodcastSec .card .card-image img {
      width: 120px;
      float: right; }

  .expertsSec .secwrap {
    align-items: flex-end; }

  .blog_sec .blogcard .card-image {
    height: 360px; }
    .blog_sec .blogcard .card-image img {
      width: 100%;
      heading: 100%;
      object-fit: cover; }

  footer .foot-log {
    text-align: center; }
    footer .foot-log img {
      margin: 0 auto 10px; }
  footer .foot_social {
    padding: 10px 0;
    border-top: 1px solid #61605E;
    border-bottom: 1px solid #61605E;
    margin: 0 0 20px;
    justify-content: center; }

  .last_foot {
    text-align: center; }
    .last_foot .link {
      text-align: center; }
    .last_foot img {
      width: 200px; } }
@media screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 35px !important; }
  body h2,
  body .h2 {
    font-size: 30px !important; }

  .content_sec h2,
  .content_sec .h2 {
    font-size: 30px; }

  .topheader .secwrap {
    width: 100%;
    padding: 0 15px; }

  header .call-us {
    display: none; }
  header .logo {
    margin: 10px 0;
    position: relative;
    z-index: 9;
    text-align: center; }
    header .logo img {
      width: 160px !important; }
  header .mainmenu .menu-toggle {
    padding: 25px; }
  header.sticky .logo {
    margin: 10px 0; }
    header.sticky .logo img {
      width: 160px !important; }
  header.sticky .mainmenu .menu-toggle {
    padding: 20px; }

  #home-slider .slider-wrap {
    padding-top: 160px; }
    #home-slider .slider-wrap::after {
      display: none; }
    #home-slider .slider-wrap .slider-content {
      display: flex;
      flex-wrap: wrap; }
      #home-slider .slider-wrap .slider-content .img {
        /*opacity: 0.5 !important;*/
        margin: 0 auto;
        width: 360px;
        position: relative; }
      #home-slider .slider-wrap .slider-content .text {
        width: 100%;
        text-align: center;
        padding: 50px 0 0px; }
        #home-slider .slider-wrap .slider-content .text h1,
        #home-slider .slider-wrap .slider-content .text .h1 {
          line-height: 40px !important;
          font-size: 40px !important;
          text-align: center; }
        #home-slider .slider-wrap .slider-content .text h3,
        #home-slider .slider-wrap .slider-content .text .h3 {
          text-align: center;
          margin: 5px 0 20px; }

  .servicesSec .owl-carousel .owl-nav button {
    left: -20px; }
    .servicesSec .owl-carousel .owl-nav button.owl-next {
      right: -20px; }
  .servicesSec .content-box h4 {
    min-height: auto; }

  .growpartner:before {
    background: linear-gradient(0deg, #040c04 3%, rgba(4, 12, 4, 0) 42%); }
  .growpartner .sec-wrap {
    flex-wrap: wrap; }
    .growpartner .sec-wrap .img-box {
      margin: 0 auto; }
    .growpartner .sec-wrap .text-box {
      width: 100%;
      text-align: center; }
      .growpartner .sec-wrap .text-box .heading {
        text-align: center !important; }
  .growpartner .stats-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px; }
    .growpartner .stats-container .stat-item h2 {
      font-size: 62px !important; }

  .process-section .steps-row {
    flex-wrap: wrap;
    gap: 25px;
    padding: 10px 0 30px; }
  .process-section .step-item {
    flex: 0 0 calc(50% - 20px) !important; }
    .process-section .step-item:after {
      display: none !important; }
  .process-section .connecting-line {
    display: none; }
  .process-section .step-icon-wrapper {
    width: 85px;
    height: 85px; }
  .process-section .step-icon {
    width: 38px;
    height: 38px; }
  .process-section .step-title {
    font-size: 14px; }
  .process-section .step-subtitle {
    font-size: 10px; }
  .process-section .connector-area {
    height: 60px; }
  .process-section .expanded-content {
    padding: 20px; }
  .process-section .cta-button {
    padding: 16px 35px;
    font-size: 15px; }

  .PodcastSec .card h3 {
    font-size: 30px; }
  .PodcastSec .card .card-wave {
    bottom: -3px; }

  .checklistSec .secwrap {
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px; }
    .checklistSec .secwrap .text {
      width: 100%; }
    .checklistSec .secwrap .img-box {
      margin: 0 auto 20px; }

  .expertsSec .secwrap {
    flex-wrap: wrap; }
    .expertsSec .secwrap .text {
      width: 100%;
      text-align: center; }
    .expertsSec .secwrap .img-box {
      margin: 0 auto;
      width: 95%; }

  .cta_sec {
    padding: 50px 0; }

  footer .foot_social {
    margin: 0 0 30px; }
  footer .dtl-box {
    max-width: 340px;
    margin: 0 auto; }
    footer .dtl-box ul li a {
      word-break: break-all;
      font-size: 15px; }
    footer .dtl-box ul li img {
      position: relative;
      margin-right: 10px;
      top: 10px; }
  footer .footer_menu {
    max-width: 340px;
    margin: 0 auto 30px; }
  footer .foot-log img {
    margin: 0 auto 30px !important; }

  .last_foot {
    text-align: center;
    flex-direction: column;
    padding: 22px 15px; }
    .last_foot p {
      text-align: center; }
      .last_foot p img {
        display: block;
        margin: 0 auto; }

  section {
    padding: 50px 0; } }
@media screen and (max-width: 600px) {
  body p {
    font-size: 16px;
    line-height: 24px; }
  body h1,
  body .h1 {
    font-size: 30px !important;
    line-height: 1.2; }
  body h2,
  body .h2 {
    font-size: 25px !important;
    line-height: 1.2; }
  body .h3,
  body h3 {
    font-size: 20px !important;
    line-height: 1.2; }
  body h4, body .h4 {
    font-size: 18px !important; }

  .heading {
    margin: 0 0 20px; }

  .default_btn a,
  .default_btn input[type="button"],
  .default_btn input[type="submit"] {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 15px; }

  header .mainmenu .menu-toggle {
    padding: 20px; }
  header .logo img {
    width: 130px !important; }
  header.sticky .logo img {
    width: 140px !important; }

  .menu-wrap .menu-row .leng select {
    font-size: 12px; }

  #home-slider .slider-wrap {
    padding: 110px 0 30px; }
    #home-slider .slider-wrap .slider-content .text h1,
    #home-slider .slider-wrap .slider-content .text .h1 {
      font-size: 30px !important;
      text-align: center; }
    #home-slider .slider-wrap .slider-content .text p {
      font-size: 16px; }
    #home-slider .slider-wrap .slider-content .text .default_btn2 a {
      font-size: 16px; }

  .blog_sec .blogcard .card-image {
    height: auto; }

  .cta_sec .callBx a {
    font-size: 39px; }

  footer {
    padding: 50px 0 0; }
    footer .footRow {
      text-align: left;
      flex-wrap: wrap; }
      footer .footRow > div {
        width: 100% !important;
        text-align: left;
        max-width: 100%; }
      footer .footRow .call_btn span {
        margin-left: 0px; }
      footer .footRow .AreasServe ul li {
        width: 100%; }

  .last_foot p {
    line-height: 20px;
    margin: 0 0 10px; }
  .last_foot img {
    float: none; }
  .last_foot .pageLinks {
    text-align: center; }

  .PodcastSec .owl-carousel .owl-nav button {
    left: -20px; }
    .PodcastSec .owl-carousel .owl-nav button.owl-next {
      right: -20px; } }
@media screen and (max-width: 480px) {
  .topheader .secwrap {
    justify-content: center; }
    .topheader .secwrap .social_ico {
      display: none; }

  header .mainmenu .menu-toggle {
    padding-top: 12px; }
  header.sticky .menu-wrap .menu-row {
    padding: 10px 0px 4px; }

  .menu-wrap .menu-row .badgerow a {
    font-size: 8px;
    padding: 2px 6px; }

  .mob_bookBtn .default_btn a {
    padding: 10px 11px;
    font-size: 8px; }

  #home-slider .slider-wrap {
    padding: 160px 0 50px; }
    #home-slider .slider-wrap .slider-content .text h1 {
      font-size: 25px !important;
      line-height: 33px !important; }

  .growpartner .stats-container {
    grid-template-columns: repeat(1, 1fr); }
    .growpartner .stats-container .stat-item h2 {
      font-size: 40px !important; }

  .mob_topheader span {
    display: none; } }

/*# sourceMappingURL=style.css.map */
