@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'apercu-pro';
  src: url(../fonts/apercu-pro.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 12px 47px;
  color: #00bd89;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
  background: #00bd89;
  color: #fff;
}

.theme-btn:hover {
  background-color: #3e1152;
  color: #fff;
  border-color: #3e1152;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Lato';
  font-size: 48px;
  line-height: 60px;
  color: rgba(33, 34, 34, 1);
  font-weight: 900;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 5px 6px;
    font-size: 13px;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}


/*Header css Start*/

.head-icons ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.head-icons ul p {
    margin-bottom: 0px;
    font-size: 13px;
    margin-right: 8px;
}

.head-icons {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.menuSec .row {
    justify-content: center;
}
.header-logo a img {
    width: 190px;
}

.header-logo {
    text-align: center;
}
.menuSec .row {
    align-items: center;
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 25px !important;
    height: 36px !important;
    object-fit: contain;
}
.head-icons a.theme-btn {
    margin-right: unset;
}
/*Header Css End*/

/*banner Map Start*/

 #map {
      height: 100vh;
      width: 100%;
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 25px !important;
    height: 36px !important;
    object-fit: contain;
}


.banner-map .container-fluid {
    padding: 0 30px;
}

.ban-maps div#map {
    border-radius: 20px;
}

/*Banner Map End*/


/*Section Overview Start*/
.pulse {
    justify-self: center;
    width: 70%;
    height: 445px;
    background: #a18faa;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    position: relative;
}
@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 #a18faa, 0 0 0 0 #a18faa, 0 0 0 0 #a18faa;
        /* Third Layer */
    }

    40% {
        box-shadow: 0 0 0 100px #a18faa59, 0 0 0 80px #a18faa59, 0 0 0 60px #a18faa59;
    }

    80% {
        box-shadow:
            0 0 0 140px rgba(161, 143, 170, 0),
            0 0 0 120px rgba(161, 143, 170, 0),
            0 0 0 100px #a18faa59;
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(161, 143, 170, 0),
            0 0 0 140px rgba(161, 143, 170, 0),
            0 0 0 120px rgba(161, 143, 170, 0);
    }
}


.overview-img img {
    position: absolute;
    bottom: 0;
}

.overview-img {
    position: relative;
}

.overview-img {
    overflow: hidden !important;
}

.overview-img .pulse {
    bottom: -100px;
}
.text-overview h2 {
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
    font-weight: 900;
    color: rgba(33, 34, 34, 1);
}

.text-overview p {
    font-size: 16px;
    font-family: 'apercu-pro';
    color: rgba(152, 152, 152, 1);
    font-weight: 400;
    width: 95%;
}

.overview-sec .row {
    align-items: end;
}
.overview-sec {
    padding: 80px 0px 90px;
}
/*Section Overview End*/


/*Section Mission Start*/

.mission-sec .row {
    justify-content: center;
    align-items: center;
}

.mission-sec {
    padding-bottom: 70px;
}

.img-mission {
    position: relative;
}

.img-mission img {
    width: 100%;
    border-radius: 50px 0px 0px 50px;
    height: 360px;
    object-fit: cover;
}

.img-mission:before {
    position: absolute;
    content: '';
    background: rgba(0, 192, 139, 1);
    width: 4%;
    height: 100%;
    right: 0;
}


.mission-sec:hover .img-mission:before {
    width: 100%;
    border-radius: 50px 0px 0px 50px;
    transition: 0.9s;
    background: rgb(0 192 139 / 33%);
}

/*Section Mission End*/


/*Section Vision Start*/



.mission-sec.vision-sec .img-mission img {
    border-radius: 0px 50px 50px 0px;
}

.mission-sec.vision-sec .img-mission:before {
    left: 0;
    right: 0;
}

.mission-sec.vision-sec:hover .img-mission:before {
    border-radius: 0px 50px 50px 0px !important;
}

/*Section Vision End*/

/*Secyion Core Values Start*/

.text-overview h3 {
    font-family: 'Lato';
    margin-bottom: 10px;
    color: rgba(0, 192, 139, 1);
    font-weight: 700;
}

/*Section Core Values End*/


/*Section Key Features Start*/

.text-key-features h2 {
    font-family: 'Lato';
    font-size: 48px;
    font-weight: 900;
    color: rgba(33, 34, 34, 1);
    margin-bottom: 17px;
}

.text-key-features h3 {
    font-size: 23px;
    font-family: 'Lato';
    font-weight: 900;
    margin-bottom: 5px;
    color: #00c08b;
}

.text-key-features p {
    font-family: 'apercu-pro';
    font-size: 15px;
    color: rgba(152, 152, 152, 1);
}

.key-features-img img {
  width: 50%;
  height: 510px;
  object-fit: contain;
}

.key-features-img {
    display: flex;
    align-items: center;
}

img.keyfeatures-main {
    margin-left: -60px;
    width: 63%;
    height: unset;
    object-fit: unset;
}

.key-features .row {
    align-items: center;
}

.mainimg-keyfeatures {
    position: relative;
}

img.key-features-shade {
    position: absolute;
    top: -150px;
    z-index: -1;
    animation: moveLeftRight 3s ease-in-out infinite;
    border-radius: 0%;
}

img.key-features-shade-purple {
    position: absolute;
    bottom: -200px;
    z-index: -1;
    right: -100px;
    animation: moveLeftRight 3s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px); /* Move right */
  }
  100% {
    transform: translateX(0); /* Back to left */
  }
}
/*Section Key features End*/



/*Section factors Start*/

.text-factors h3 {
    font-size: 23px;
    font-family: 'Lato';
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.img-factors {
    text-align: center;
    margin-bottom: 10px;
}

.text-factors p {
    font-family: 'apercu-pro';
    font-size: 15px;
    color: rgba(152, 152, 152, 1);
    margin-bottom: 0px;
}

.text-factors {
    text-align: center;
}

.factors-box {
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 50px 15px;
    position: relative;
    z-index: 1;
    height: 445px;
    margin-bottom: 30px;
}
.heading-factor {
    text-align: center;
}
.factors-sec .row {
    margin: 0 88px;
}

.factors-sec {
    padding: 90px 0px;
}

.factors-box:before {
    position: absolute;
    content: '';
    background: #00c08b;
    bottom: -7px;
    width: 40%;
    height: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    z-index: -1;
}

.factors-box:hover:before {
    width: 100%;
    height: 100%;
    transition: 0.9s;
    bottom: 0;
}

.factors-box:hover h3 {
    color: #fff;
}


.factors-box:hover .text-factors p {
    color: #fff;
}

.factors-box:hover .img-factors img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(107%);
    transition: 0.9s;
    transform: rotateY(360deg);
}
.factors-sec .row {
    justify-content: center;
}

.factors-sec {
    padding: 90px 0px;
}

/*Section factors End*/


/*Section how iT Work Start*/

.howitwork-sec .heading-factor h2 {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.howitwork-sec .heading-factor h3 {
    font-size: 30px;
    font-weight: 700;
    color: #00c08b;
}

.howitwork-sec .heading-factor {
    margin-bottom: 60px;
}

.text-howitwork h3 {
    font-size: 30px;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 10px;
}

.img-howitwork {
    margin-bottom: 15px;
}

.text-howitwork p {
    font-family: 'apercu-pro';
    font-size: 16px;
}

.text-howitwork {
    text-align: center;
    padding: 0px 31px;
}

.img-howitwork {
    text-align: center;
}
.howitwork-sec .row {
    justify-content: center;
}

.howitwork-sec {
    position: relative;
    padding: 50px 0px 80px;
}

img.howit-shade-img {
    position: absolute;
    right: 0;
    top: -60%;
    width: 30%;
}

/*Section how iT Work End*/




/*Section join In Video Start*/

.join-sec {
  padding: 100px 0;
  position: relative;
}

img.joiin-shade {
  position: absolute;
  top: -110px;
  left: 0;
  width: 20%;
}

.main-joinin {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.play-video-icon {
  width: 24%;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.play-video-icon a {
  color: #00c08b;
  font-size: 55px;
  position: relative;
  z-index: 2;
}

.play-video-icon p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.play-video-icon .white-pulse {
  width: 95%;
  height: 249px;
  margin-bottom: -214px;
  left: 0;
}

.white-pulse {
  width: 70%;
  height: 445px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-family: sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  animation: animate-white-pulse 2s ease-out infinite;
  cursor: pointer;
  position: relative;
  color: #fff;
  justify-self: center;
}

@keyframes animate-white-pulse {
  0% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  40% {
    box-shadow: 0 0 0 100px #ffffff59, 0 0 0 80px #ffffff59, 0 0 0 60px #ffffff59;
  }
  80% {
    box-shadow:
      0 0 0 140px rgba(255, 255, 255, 0),
      0 0 0 120px rgba(255, 255, 255, 0),
      0 0 0 100px #ffffff59;
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0),
      0 0 0 140px rgba(255, 255, 255, 0),
      0 0 0 120px rgba(255, 255, 255, 0);
  }
}

.video-container video {
  width: 100%;
  border-radius: 20px;
}


/*Section Join In Video ENd*/


/*Section Helpers Start*/

.heading-factor p {
    color: #989898;
    font-family: 'apercu-pro';
    font-size: 16px;
    width: 78%;
    margin: 0 auto;
}


.helpers-sec .heading-factor h2 {
    margin-bottom: 10px;
}

.helpers-sec .heading-factor {
    margin-bottom: 40px;
}
.helpers-sec .row {
    margin: 0 88px;
}

.helpers-sec {
    padding: 30px 0px 90px;
}

/*Section helpers End*/

/*Section Coming Soon Start*/
.text-comming h3 {
    font-family: 'Lato';
    font-size: 33px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}

.text-comming h2 {
    -webkit-text-stroke-width: 1.93px;
    color: traa;
    font-weight: 900;
    font-size: 92px;
    text-align: center;
    line-height: 84px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
}

.comming-goggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.comming-soon-sec .row {
    align-items: center;
}

.comming-soon-sec {
    position: relative;
}

.comming-soon-sec:before {
    position: absolute;
    content: '';
    background: #00C08B;
    width: 100%;
    height: 390px;
    top: 156px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}

.text-comming {
    margin-left: 61px;
}

/*Sectioin Coming ENd*/


/* footert start  */

.footer_heading {
    text-align: center;
    margin-bottom: 50px;
}

.footer_heading p {
    width: 75%;
    margin: 10px auto;
    font-family: 'apercu-pro';
    font-size: 18px;
}

ul.socials_ftr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

ul.socials_ftr li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

ul.socials_ftr li a:hover {
    transform: scale(1.1);
}

ul.socials_ftr li a.fb-last {
    background: linear-gradient(135deg, #1677F1 7.36%, #176EE9 22.71%, #1D55D3 46.59%, #252EB0 77.29%, #2B189C 92.64%);
}

ul.socials_ftr li a.insta-last {
    background: linear-gradient(135.01deg, #FFE185 7.36%, #FFBB36 25.27%, #FF5176 39.76%, #F63395 51.7%, #A436D2 70.46%, #5F4EED 92.62%);
}

ul.socials_ftr li a.tiktok-last {
    background: linear-gradient(135.01deg, #23004A 7.38%, #010003 89.22%, #000000 92.64%);
}

ul.socials_ftr li a.yt-last {
    background: linear-gradient(135deg, #FF0000 7.36%, #9B0000 92.64%);
}

.cont_two h5 {
    color: hsla(0, 0%, 0%, 1);
    font-weight: 700;
    font-size: 26px;
    border-left: 5px solid #07c38e;
    padding-left: 10px;
}

.cont_three h5 {
    color: hsla(0, 0%, 0%, 1);
    font-weight: 700;
    font-size: 26px;
    border-left: 5px solid #07c38e;
    padding-left: 17px;
}

.cont_three h6 {
    color: hsla(163, 100%, 38%, 1);
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Lato';
    padding-left: 20px;
}

.cont_three ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cont_four ul li a img {
    margin-top: 5px;
    width: 20px;
    object-fit: contain;
    object-position: center;
}

.cont_three ul li a p {
    color: hsla(0, 0%, 37%, 1);
    font-size: 16px;
    font-family: 'apercu-pro';
    font-weight: 400;
    margin-bottom: 0px;
}

.cont_four h6 {
    color: hsla(163, 100%, 38%, 1);
    font-weight: 700;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 15px;
    font-family: 'Lato';
}

.cont_four ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.row.pinkbg {
    border-radius: 40px;
    background-color: hsla(0, 0%, 95%, 1);
    padding: 60px 50px;
}

.footerSec {
    padding: 0 40px;
}

.cont_one p {
    width: 90%;
    margin-top: 20px;
    color: hsla(0, 0%, 37%, 1);
    font-family: 'apercu-pro';
    font-size: 16px;
}

.cont_four ul li a p {
    color: hsla(0, 0%, 37%, 1);
    font-size: 16px;
    font-family: 'apercu-pro';
    font-weight: 400;
    margin-bottom: 0px;
}


.last_p {
    text-align: center;
}

.last_p p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: hsla(0, 0%, 37%, 1);
}

section.last {
    padding: 15px 0;
}
.cont_three {margin-left: 20px;}

.cont_three ul {
    padding-left: 20px;
}

.footer_heading h2 {
    margin-bottom: 10px;
}
/* footert end  */



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .heading-factor h2 br {
    display: none;
}

.text-comming h2 {
    font-size: 72px;
}

.comming-soon-sec:before {
    top: 98px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1198px) {
.menuSec ul li img {
    width: 20px;
}

.head-icons a.theme-btn {
    padding: 8px 19px;
    font-size: 15px;
}

.ban-maps div#map {
    height: 50vh;
}

.text-overview h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.overview-sec .col-md-5.col-lg-5.col-12 {
    width: 48%;
}

.overview-img .pulse {
    height: 275px;
}

.mission-sec .col-md-5.col-lg-5.col-12 {
    width: 50%;
}

.img-mission img {
    height: 240px;
}

.text-overview h3 {
    font-size: 20px;
}
.menuSec ul li img {
    width: 20px;
}

.head-icons a.theme-btn {
    padding: 8px 19px;
    font-size: 15px;
}

.ban-maps div#map {
    height: 50vh;
}

.text-overview h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.overview-sec .col-md-5.col-lg-5.col-12 {
    width: 48%;
}

.overview-img .pulse {
    height: 315px;
}

.mission-sec .col-md-5.col-lg-5.col-12 {
    width: 50%;
}

.img-mission img {
    height: 240px;
}

.text-overview h3 {
    font-size: 20px;
}

.factors-sec .row {
    margin: 0 0px;
}


.key-features .col-md-5.col-lg-5.col-12 {
    /* width: 100%; */
}

img.keyfeatures-main {
    margin-left: -80px;
    width: 74% !important;
}

.key-features-img img {
    width: 51%;
}

.key-features-img {
    justify-content: center;
}

img.key-features-shade {
    width: 40%;
}

img.key-features-shade-purple {
    right: 90px;
    width: 40%;
    bottom: -90px;
}

.key-features .col-md-6.col-lg-6.col-12 {
    /* width: 100%; */
}

.text-key-features h2 {
    font-size: 36px;
    margin-bottom: 7px;
}

.factors-sec {
    padding: 70px 0px;
}

.factors-sec .col-md-4.col-lg-4.col-12 {
    /* width: 50%; */
}

.img-howitwork img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.text-howitwork {
    padding: 0px 0px;
}

.text-howitwork h3 {
    font-size: 21px;
}

.text-howitwork p {
    font-size: 12px;
    line-height: 18px;
}

.howitwork-sec {
    padding: 50px 0px 0px;
}

.heading-factor h2 br {
    display: none;
}

.heading-factor h2 {
    font-size: 30px;
    line-height: 38px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.play-video-icon a {
    font-size: 25px;
}

.play-video-icon .white-pulse {
    width: 74%;
    height: 169px;
    margin-bottom: -144px;
}

.play-video-icon {
    width: 31%;
}

.helpers-sec .row {
    margin: 0 0px;
    justify-content: center;
}


.helpers-sec .col-md-4.col-lg-4.col-12 {
    /* width: 50%; */
}

.text-comming {
    margin-left: unset;
}

.text-comming h2 {
    font-size: 69px;
    line-height: 73px;
    margin-bottom: 19px;
}

.text-comming h3 {
    font-size: 25px;
}

.comming-soon-sec:before {
    height: 315px;
    top: 85px;
}

.footer_heading p {
    width: 100%;
    font-size: 15px;
}

.row.pinkbg {
    padding: 39px 8px;
}

.cont_three {
    margin-left: 17px;
}

.cont_three ul {
    padding-left: 0;
}

.cont_three h6 {
    padding-left: 0px;
    font-size: 17px;
    margin-top: 19px;
}

.cont_four h6 {
    font-size: 17px;
    margin-top: 40px;
}

.cont_two {
    padding: 0px 0px;
}

section.last {
    padding: 6px 0;
}

.last_p p {
    margin-bottom: 0px;
    font-size: 14px;
}

.footerSec {
    padding: 40px 40px 0px;
}
.factors-box {
    padding: 23px 15px;
    height: 424px;
}

.img-factors img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.text-factors p {
    font-size: 14px;
}

.join-sec {
    padding: 68px 0;
}

.helpers-sec .factors-box {
    height: 364px;
}

.cont_two h5 {
    font-size: 16px;
}

ul.socials_ftr li a {
    font-size: 17px;
    height: 26px;
    width: 25px;
    border-radius: 5px;
}

.cont_three h5 {
    font-size: 22px;
}

.cont_three ul li a {
    gap: 12px;
}

.cont_three ul li a p {
    font-size: 13px;
}

.cont_four ul li a {
    gap: 7px;
}

.cont_four ul li a p {
    font-size: 12px;
    line-height: 22px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.menuSec ul li img {
    width: 20px;
}

.head-icons a.theme-btn {
    padding: 8px 19px;
    font-size: 15px;
}

.ban-maps div#map {
    height: 50vh;
}

.text-overview h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.overview-sec .col-md-5.col-lg-5.col-12 {
    width: 48%;
}

.overview-img .pulse {
    height: 275px;
}

.mission-sec .col-md-5.col-lg-5.col-12 {
    width: 50%;
}

.img-mission img {
    height: 240px;
}

.text-overview h3 {
    font-size: 20px;
}
.menuSec ul li img {
    width: 20px;
}

.head-icons a.theme-btn {
    padding: 8px 19px;
    font-size: 15px;
}

.ban-maps div#map {
    height: 50vh;
}

.text-overview h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.overview-sec .col-md-5.col-lg-5.col-12 {
    width: 48%;
}

.overview-img .pulse {
    height: 275px;
}

.mission-sec .col-md-5.col-lg-5.col-12 {
    width: 50%;
}

.img-mission img {
    height: 240px;
}

.text-overview h3 {
    font-size: 20px;
}

.factors-sec .row {
    margin: 0 0px;
}


.key-features .col-md-5.col-lg-5.col-12 {
    width: 100%;
}

img.keyfeatures-main {
    margin-left: -80px;
    width: 50%;
}

.key-features-img img {
    width: 41%;
}

.key-features-img {
    justify-content: center;
}

img.key-features-shade {
    width: 40%;
}

img.key-features-shade-purple {
    right: 90px;
    width: 40%;
    bottom: -90px;
}

.key-features .col-md-6.col-lg-6.col-12 {
    width: 100%;
}

.text-key-features h2 {
    font-size: 36px;
    margin-bottom: 7px;
}

.factors-sec {
    padding: 70px 0px;
}

.factors-sec .col-md-4.col-lg-4.col-12 {
    width: 50%;
}

.img-howitwork img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.text-howitwork {
    padding: 0px 0px;
}

.text-howitwork h3 {
    font-size: 21px;
}

.text-howitwork p {
    font-size: 12px;
    line-height: 18px;
}

.howitwork-sec {
    padding: 50px 0px 0px;
}

.heading-factor h2 br {
    display: none;
}

.heading-factor h2 {
    font-size: 30px;
    line-height: 38px;
}

.play-video-icon a {
    font-size: 25px;
}

.play-video-icon .white-pulse {
    width: 100%;
    height: 169px;
    margin-bottom: -144px;
}

.play-video-icon {
    width: 31%;
}

.helpers-sec .row {
    margin: 0 0px;
    justify-content: center;
}


.helpers-sec .col-md-4.col-lg-4.col-12 {
    width: 50%;
}

.text-comming {
    margin-left: unset;
}

.text-comming h2 {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 19px;
}

.text-comming h3 {
    font-size: 25px;
}

.comming-soon-sec:before {
    height: 245px;
    top: 65px;
}

.footer_heading p {
    width: 100%;
    font-size: 15px;
}

.row.pinkbg {
    padding: 40px 40px;
}

.cont_three {
    margin-left: unset;
}

.cont_three ul {
    padding-left: 0;
}

.cont_three h6 {
    padding-left: 0px;
}

.cont_four h6 {
    margin-top: 10px;
}

.cont_two {
    padding: 40px 0px;
}

section.last {
    padding: 6px 0;
}

.last_p p {
    margin-bottom: 0px;
    font-size: 14px;
}

.footerSec {
    padding: 40px 40px 0px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
.head-icons {
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    justify-content: space-between;
    margin-top: 20px;
}

.head-icons a.theme-btn {margin: unset;}

.head-icons ul {
    margin-bottom: 0px;
}

.header-logo {
    padding-top: 20px;
}

.banner-map .container-fluid {
    padding: 0 10px;
}

#map {
    height: 44vh;
}

.overview-img .pulse {
    height: 321px;
    width: 74%;
}

.overview-sec {
    padding: 50px 0px 20px;
}

.text-overview h2 {
    font-size: 29px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 13px;
    width: 100%;
    line-height: 22px;
}

.img-mission img {
    height: 210px;
}

.mission-sec {
    padding-bottom: 30px;
}

img.key-features-shade {
    width: 70%;
    top: -66px;
    left: 0;
}

img.key-features-shade-purple {
    width: 61%;
    right: 71px;
    bottom: -100px;
}

.text-key-features h2 {
    font-size: 38px;
    margin-bottom: 0px;
}

.text-key-features h3 {
    font-size: 17px;
}

.text-key-features p {
    font-size: 13px;
    line-height: 22px;
}

.factors-sec .row {
    margin: 0 0px;
}

.heading-factor h2 {
    font-size: 34px;
    line-height: 40px;
}

.factors-sec {
    padding: 54px 0px;
}

.text-factors p {
    font-size: 13px;
    line-height: 23px;
}

.text-howitwork {
    margin-bottom: 50px;
    padding: 0px 28px;
}

.img-howitwork img {
    width: 20%;
}

.text-howitwork h3 {
    font-size: 22px;
}

.text-howitwork p {
    font-size: 13px;
}

.howitwork-sec {
    padding: 50px 0px 0px;
}

img.joiin-shade {
    top: -6px;
    width: 46%;
}

.join-sec .heading-factor h2 {
    font-size: 24px;
    line-height: 32px;
}

.join-sec {
    padding: 52px 0;
}

.play-video-icon a {
    font-size: 15px;
}

.play-video-icon p {
    font-size: 13px;
    padding-top: 0px;
}

.play-video-icon {
    width: 36%;
    bottom: -10px;
}

.play-video-icon .white-pulse {
    height: 129px;
    margin-bottom: -114px;
    width: 74%;
}

.helpers-sec .row {
    margin: 0 0px;
    justify-content: center;
}

.heading-factor p {
    width: 100%;
    font-size: 14px;
}

.text-comming h2 {
    font-size: 60px;
    line-height: 59px;
}

.text-comming h3 {
    font-size: 22px;
}

.comming-soon-sec:before {
    top: -30px;
}

.text-comming {
    margin-left: 0;
}

.footerSec {
    padding: 60px 10px 0px;
}

.footer_heading h2 {
    font-size: 37px;
    line-height: 37px;
}

.footer_heading p {
    width: 100%;
    font-size: 13px;
}

.footer_heading {
    margin-bottom: 39px;
}

.row.pinkbg {
    padding: 42px 14px 17px;
}

.cont_one p {
    width: 100%;
    font-size: 14px;
}

.cont_three {
    margin-left: 0px;
}

.cont_three h6 {
    font-size: 16px;
    padding-left: 0px;
}

.cont_three h5 {
    font-size: 22px;
}

.cont_three ul {
    padding-left: 0px;
}

.cont_three ul li a p {
    font-size: 13px;
}

.cont_four ul li a p {
    font-size: 13px;
}

.cont_two {
    padding: 30px 0px;
}

.cont_four h6 {
    margin-top: 20px;
}

.img-factors img {
    width: 30%;
}

.mission-sec .row {
  flex-direction: column-reverse;
}


.mission-sec.vision-sec .row {
    flex-direction: unset;
}

.text-overview h3 {
    font-size: 20px;
}
.text-factors h3 {
    font-size: 19px;
}

img.howit-shade-img {
    top: -23%;
    width: 58%;
}

.helpers-sec .factors-box {
    height: 375px;
}
.factors-box {
    height: 398px;
    padding: 31px 9px;
}

.last_p p {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0px;
}
.factors-sec .col-md-4.col-lg-4.col-12 {
    width: 50%;
}

.text-factors h3 br {
    display: none;
}

.helpers-sec .col-md-4.col-lg-4.col-12 {
    width: 50%;
}
.heading-factor h2 br {
    display: none;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.head-icons {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.head-icons a.theme-btn {
}

.head-icons ul {
    margin-bottom: 20px;
}

.header-logo {
    padding-top: 20px;
}

.banner-map .container-fluid {
    padding: 0 10px;
}

#map {
    height: 30vh;
}

.overview-img .pulse {
    height: 250px;
}

.overview-sec {
    padding: 50px 0px 20px;
}

.text-overview h2 {
    font-size: 29px;
    margin-bottom: 0px;
}

.text-overview p {
    font-size: 13px;
    width: 100%;
    line-height: 22px;
}

.img-mission img {
    height: 210px;
}

.mission-sec {
    padding-bottom: 30px;
}

img.key-features-shade {
    width: 70%;
    top: 0px;
    left: 0;
}

img.key-features-shade-purple {
    width: 61%;
    right: 71px;
    bottom: 0px;
}

.text-key-features h2 {
    font-size: 38px;
    margin-bottom: 0px;
}

.text-key-features h3 {
    font-size: 17px;
}

.text-key-features p {
    font-size: 13px;
    line-height: 22px;
}

.factors-sec .row {
    margin: 0 0px;
}

.heading-factor h2 {
    font-size: 34px;
    line-height: 40px;
}

.factors-sec {
    padding: 54px 0px;
}

.text-factors p {
    font-size: 13px;
    line-height: 23px;
}

.text-howitwork {
    margin-bottom: 50px;
    padding: 0px 28px;
}

.img-howitwork img {
    width: 20%;
}

.text-howitwork h3 {
    font-size: 22px;
}

.text-howitwork p {
    font-size: 13px;
}

.howitwork-sec {
    padding: 50px 0px 0px;
}

img.joiin-shade {
    top: -6px;
    width: 46%;
}

.join-sec .heading-factor h2 {
    font-size: 24px;
    line-height: 32px;
}

.join-sec {
    padding: 52px 0;
}

.play-video-icon a {
    font-size: 15px;
}

.play-video-icon p {
    font-size: 13px;
    padding-top: 0px;
}

.play-video-icon {
    width: 36%;
    bottom: -10px;
}

.play-video-icon .white-pulse {
    height: 129px;
    margin-bottom: -114px;
    width: 100%;
}

.helpers-sec .row {
    margin: 0 0px;
}

.heading-factor p {
    width: 100%;
    font-size: 14px;
}

.text-comming h2 {
    font-size: 60px;
    line-height: 59px;
}

.text-comming h3 {
    font-size: 22px;
}

.comming-soon-sec:before {
    top: -30px;
}

.text-comming {
    margin-left: 0;
}

.footerSec {
    padding: 60px 10px 0px;
}

.footer_heading h2 {
    font-size: 30px;
    line-height: 37px;
}

.footer_heading p {
    width: 100%;
    font-size: 13px;
}

.footer_heading {
    margin-bottom: 39px;
}

.row.pinkbg {
    padding: 42px 14px 17px;
}

.cont_one p {
    width: 100%;
    font-size: 14px;
}

.cont_three {
    margin-left: 0px;
}

.cont_three h6 {
    font-size: 16px;
    padding-left: 0px;
}

.cont_three h5 {
    font-size: 22px;
}

.cont_three ul {
    padding-left: 0px;
}

.cont_three ul li a p {
    font-size: 13px;
}

.cont_four ul li a p {
    font-size: 13px;
}

.cont_two {
    padding: 30px 0px;
}

.cont_four h6 {
    margin-top: 20px;
}

.img-factors img {
    width: 30%;
}

.mission-sec .row {
  flex-direction: column-reverse;
}


.mission-sec.vision-sec .row {
    flex-direction: unset;
}

.text-overview h3 {
    font-size: 20px;
}
.text-factors h3 {
    font-size: 21px;
}

img.howit-shade-img {
    top: -23%;
    width: 58%;
}

.helpers-sec .factors-box {
    height: 375px;
}
.factors-box {
    height: 398px;
    padding: 31px 15px;
}

.last_p p {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0px;
}
}


/*Media Query End*/


