@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  overflow-x: hidden;
  color: #153165;
  min-height: 100vh;
  font-family: "Circular Std Book";
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 4.5rem;
  font-family: "Circular Std";
}
@media screen and (max-width: 1367px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1367px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1367px) {
  h3 {
    font-size: 1.4rem;
  }
}

.btn-primary {
  background: #5ED56D;
  color: #ffffff;
  border-color: #5ED56D;
  border-radius: 40px;
  height: 50px;
  padding: 0 40px;
  line-height: 50px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #36ca48;
  border-color: #36ca48;
}

@keyframes up-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes hello-frame {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.main-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 100vw;
}
.main-navbar .navbar-brand {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 10px 20px 10px;
  margin-top: -9px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 640px) {
  .main-navbar .navbar-brand {
    border-radius: 0 0 15px 15px;
    padding: 10px 10px 10px 10px;
  }
}
.main-navbar .navbar-brand img {
  width: 100%;
  max-width: 80px;
  transition: all ease-in 0.1s;
}
@media screen and (max-width: 640px) {
  .main-navbar .navbar-brand img {
    max-width: 50px;
  }
}
.main-navbar .navbar-nav {
  margin: auto;
}
.main-navbar .navbar-nav li a {
  font-size: 16px;
  color: #25364A;
  padding: 1.3rem 1.1rem !important;
  transition: all ease 0.2s;
  color: #ffffff;
  font-family: "Circular Std Book";
  text-transform: uppercase;
}
.main-navbar .navbar-nav li a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.main-navbar .navbar-nav li .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar-nav li .dropdown-menu.dropdown-toggle::after {
  display: none !important;
}
.main-navbar .navbar-nav li .dropdown-menu .dropdown-item {
  padding: 10px !important;
  color: #000000;
}
.main-navbar .navbar-nav li .dropdown-menu .dropdown-item:active, .main-navbar .navbar-nav li .dropdown-menu .dropdown-item:hover, .main-navbar .navbar-nav li .dropdown-menu .dropdown-item:focus {
  background: rgba(94, 213, 109, 0.15);
}
.main-navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
@media screen and (max-height: 800px) {
  .main-navbar .navbar-nav .dropdown:hover > .dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
  }
}
.main-navbar .navbar-nav .dropdown:hover > .dropdown-menu li a {
  padding: 15px 18px !important;
  font-size: 15px;
}
.main-navbar.fixedHeader {
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.main-navbar.fixedHeader .navbar-brand {
  padding: 10px;
}
.main-navbar.fixedHeader .navbar-brand img {
  max-width: 50px;
}
.main-navbar.fixedHeader .navbar-nav li a {
  color: #000000;
}
.main-navbar.fixedHeader .navbar-nav li a:hover {
  color: #5ED56D;
}
.main-navbar.fixedHeader .navbar-nav li a.active {
  color: #5ED56D;
}
@media screen and (max-width: 991px) {
  .main-navbar.fixedHeader .navbar-nav li a.active {
    color: #5ED56D;
  }
}
.main-navbar .navbar-toggler {
  border: 0;
  outline: none !important;
  box-shadow: none;
}
.main-navbar .navbar-toggler .close-icon {
  display: none;
  width: 22px;
}
.main-navbar .navbar-toggler[aria-expanded=true] .close-icon {
  display: block;
}
.main-navbar .navbar-toggler[aria-expanded=true] .menu-icon {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-navbar .navbar-toggler svg path {
    fill: #ffffff;
  }
}
.main-navbar .menus-bar {
  transition: all ease-in 0.1s;
}
@media screen and (max-width: 991px) {
  .main-navbar .menus-bar {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 260px;
    min-height: 100vh;
    left: -260px;
    padding-left: 20px;
    box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
  .main-navbar .menus-bar.show {
    left: 0;
  }
  .main-navbar .menus-bar ul {
    margin-left: 0;
  }
  .main-navbar .menus-bar ul .nav-link {
    color: #25364A;
  }
  .main-navbar .menus-bar ul .nav-link:hover {
    color: #5ED56D;
  }
}
.main-navbar .header-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .main-navbar .header-right {
    flex-direction: row-reverse;
  }
}
.main-navbar .header-right .indis-btn {
  margin-right: 1rem;
}
.main-navbar .header-right .indis-btn img {
  max-width: 108px;
}
@media screen and (max-width: 640px) {
  .main-navbar .header-right .indis-btn img {
    max-width: 80px;
    margin-left: 10px;
  }
}
.main-navbar .header-right .btn {
  background: #ffffff;
  height: 36px;
  border-radius: 36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .main-navbar .header-right .btn {
    font-size: 11px;
    height: 30px;
    border-radius: 30px;
  }
}
.main-navbar .header-right .btn:hover {
  opacity: 0.9;
}
.main-navbar .header-right .btn:nth-child(1) {
  margin-right: 8px;
}
.main-navbar .header-right .btn svg {
  margin-right: 4px;
}
.main-navbar .headertalk-btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 8px 25px;
}
.main-navbar.fixedHeader .headertalk-btn {
  background: #ffffff;
  color: #5ED56D;
}
@media screen and (max-width: 991px) {
  .main-navbar.fixedHeader .navbar-toggler svg path {
    fill: #5ED56D;
  }
}
.main-navbar.fixedHeader .header-right .btn {
  background: #5ED56D;
  color: #ffffff;
}
.main-navbar.fixedHeader .header-right .btn svg path {
  fill: #ffffff;
}

.heading-circle {
  width: 99px;
  height: 99px;
  border-radius: 99px;
  background: rgba(94, 213, 109, 0.2);
}

.innertitle-section {
  background: url("../images/banner.jpg");
  height: 120px;
  width: 100vw;
  background-size: 100%;
  position: relative;
}
.innertitle-section::before {
  content: "";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-section {
  display: flex;
  position: relative;
  text-align: center;
  background: url("../images/banner.jpg");
  background-size: cover;
}
.home-section::before {
  content: "";
  background: #000000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-section h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 4rem;
}
.home-section .content-banner {
  position: relative;
}
.home-section .banner-center {
  max-height: 980px;
  height: 100vh;
  min-height: 900px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 11rem;
}
.home-section .banner-center .ripprl-circle {
  background: rgba(37, 54, 74, 0.03);
  width: 240px;
  height: 240px;
  min-width: 240px;
  border-radius: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -63px;
  z-index: 2;
  animation: ripple 0.7s linear infinite;
}
@media screen and (max-width: 767px) {
  .home-section .banner-center h1 {
    font-size: 2rem;
  }
}
.home-section .banner-center .arrow-part {
  text-align: right;
  position: absolute;
  top: 40%;
  right: 38%;
}
.home-section .banner-center .arrow-part img {
  max-width: 118px;
  animation: MoveUpDown 1.9s linear infinite;
}
.home-section .banner-center .arrow-part div {
  transform: rotate(-15deg);
  margin-right: -58px;
  margin-top: -10px;
  color: #ffffff;
}
.home-section .banner-center .center-circle {
  width: 320px;
  height: 320px;
  border-radius: 320px;
  background: #ffffff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  opacity: 0.5;
}
.home-section .banner-center .center-circle p {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
}
.home-section .banner-center .animation-div {
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section h4 {
  color: rgba(255, 255, 255, 0.21);
}
.home-section .banner-item-1 {
  position: absolute;
  top: 45%;
  text-align: left;
  left: 15%;
  animation: MoveUpDown 1.6s linear infinite;
}
.home-section .banner-item-1 h4 {
  font-size: 56px;
  transform: rotate(-17deg);
}
.home-section .banner-item-1 img {
  max-width: 190px;
}
.home-section .banner-item-2 {
  position: absolute;
  top: 70%;
  animation: MoveUpDown 2.1s linear infinite;
}
.home-section .banner-item-2 h4 {
  font-size: 37px;
  transform: rotate(-17deg);
  text-align: left;
}
.home-section .banner-item-2 img {
  max-width: 175px;
}
.home-section .banner-item-3 {
  position: absolute;
  top: 46%;
  right: 0;
  display: flex;
  animation: MoveUpDown 1.9s linear infinite;
}
.home-section .banner-item-3 h4 {
  font-size: 33px;
  transform: rotate(-18deg);
}
.home-section .banner-item-3 img {
  max-width: 110px;
}
.home-section .banner-item-4 {
  position: absolute;
  top: 62%;
  right: 0;
  animation: MoveUpDown 1.6s linear infinite;
}
.home-section .banner-item-4 h4 {
  font-size: 56px;
  transform: rotate(-18deg);
}
.home-section .banner-item-4 img {
  max-width: 210px;
}

.goodhelping-section {
  padding: 180px 0;
}
.goodhelping-section .left-header {
  position: relative;
}
.goodhelping-section .left-header .heading-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
}
.goodhelping-section .left-header h1 {
  font-size: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .goodhelping-section .left-header h1 {
    font-size: 40px;
  }
}
.goodhelping-section .left-header p {
  font-size: 20px;
}
.goodhelping-section .right-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.goodhelping-section .right-header .arrow-icon {
  max-width: 109px;
}
.goodhelping-section .right-header .right-col {
  text-align: right;
}
.goodhelping-section .right-header .right-col img {
  max-width: 50px;
  margin-bottom: 10px;
}
.goodhelping-section .right-header .right-col p {
  font-size: 14px;
  margin-bottom: 0;
}
.goodhelping-section .right-header .right-col h5 {
  font-size: 16px;
}
.goodhelping-section .list-row {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .goodhelping-section .list-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .goodhelping-section .list-row {
    padding: 0 25px;
  }
}
@media screen and (max-width: 630px) {
  .goodhelping-section .list-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goodhelping-section .list-row .list-colum {
  text-align: center;
}
.goodhelping-section .list-row .list-colum img {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 1400px) {
  .goodhelping-section .list-row .list-colum img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .goodhelping-section .list-row .list-colum img {
    width: 160px;
    height: 160px;
    border-radius: 160px;
  }
}
@media screen and (max-width: 630px) {
  .goodhelping-section .list-row .list-colum img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
}

.aboutpage-section {
  padding: 7rem 0 8rem 0;
}
.aboutpage-section .about-img {
  max-width: 340px;
  width: 100%;
  float: left;
  margin-right: 2.5rem;
}
.aboutpage-section .join-card {
  background: rgba(94, 213, 109, 0.2);
  padding: 0 3rem 0 0;
  border-radius: 1.3rem;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 1.6rem;
}
.aboutpage-section .join-card img {
  max-width: 340px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3rem;
}

.servicehome-section {
  padding: 50px 0;
}
.servicehome-section .service-card {
  background: #F4F6F7;
  border-radius: 50px;
  position: relative;
  padding: 60px 50px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .servicehome-section .service-card {
    padding: 40px 20px;
  }
}
.servicehome-section .service-card .download-btn {
  position: absolute;
  top: -25px;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 260px;
}
.servicehome-section .service-card h1 {
  font-size: 60px;
  font-family: "Circular Std Book";
}
@media screen and (max-width: 767px) {
  .servicehome-section .service-card h1 {
    font-size: 40px;
  }
}
.servicehome-section .service-card h5 {
  font-size: 38px;
}
.servicehome-section .service-card .animation-div {
  width: 100px;
  height: 100px;
  margin: auto;
}
.servicehome-section .service-card .service-list {
  max-width: 1100px;
  margin: 3rem auto 0 auto;
  display: grid;
  list-style-type: none;
  padding-left: 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 25px;
}
@media screen and (max-width: 767px) {
  .servicehome-section .service-card .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.servicehome-section .service-card .service-list li img {
  width: 70%;
  max-width: 100px;
  margin-bottom: 1rem;
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .servicehome-section .service-card .service-list li img {
    max-width: 80px;
    max-height: 60px;
  }
}
.servicehome-section .service-card .service-list li h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .servicehome-section .service-card .service-list li h3 {
    font-size: 1.2rem;
  }
}

.trending-section {
  padding: 80px 0;
}
.trending-section .heading-left {
  margin-bottom: 40px;
  position: relative;
}
.trending-section .heading-left .heading-circle {
  position: absolute;
  z-index: -1;
  top: -22px;
  left: -10px;
}
.trending-section .heading-left h1 {
  font-size: 60px;
  font-family: "Circular Std";
}
@media screen and (max-width: 767px) {
  .trending-section .heading-left h1 {
    font-size: 40px;
  }
}
.trending-section .multiple-items .slick-list {
  margin: 0 -12px;
}
.trending-section .multiple-items .slick-list .slick-slide {
  padding: 0 12px;
}
.trending-section .multiple-items .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #153165;
  bottom: auto;
  top: -50px;
}
.trending-section .multiple-items .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.trending-section .multiple-items .slick-arrow.slick-prev {
  left: auto;
  right: 50px;
}
.trending-section .multiple-items .slick-arrow.slick-next {
  right: 0;
}
.trending-section .trending-card {
  border: 0;
}
.trending-section .trending-card .card-body {
  padding: 15px 0 18px 0;
  border-bottom: 1px dashed #BFC5CC;
}
.trending-section .trending-card .card-body .card-text {
  min-height: 50px;
  max-width: 80%;
}
.trending-section .trending-card .card-body .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trending-section .trending-card .card-body .card-bottom .bottom-left {
  display: flex;
  align-items: center;
}
.trending-section .trending-card .card-body .card-bottom .bottom-left .progress-chart {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(#A0AFCB var(--progress), #6AD3F6 0deg);
  font-size: 0;
}
.trending-section .trending-card .card-body .card-bottom .bottom-left .progress-chart::after {
  content: attr(data-progress) "%";
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 3px;
  border-radius: 50%;
  background: white;
  font-size: 12px;
  text-align: center;
  color: #7E8DA8;
}
.trending-section .trending-card .card-body .card-bottom .bottom-left p {
  font-size: 12px;
  margin-bottom: 2px;
  color: #7E8DA8;
}
.trending-section .trending-card .card-body .card-bottom .bottom-left h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.trending-section .trending-card .card-body .card-bottom .btn {
  width: 68px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  font-size: 12px;
}

.statics-section {
  padding: 60px 0;
}
.statics-section .blue-card {
  border-radius: 30px;
  background: #222126;
  padding: 100px 40px 0 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .statics-section .blue-card {
    display: block;
    padding: 30px 30px 0 30px;
    overflow: hidden;
  }
}
.statics-section .blue-card .left-colum {
  position: relative;
}
.statics-section .blue-card .left-colum .heading-circle {
  position: absolute;
  z-index: -1;
  top: -22px;
  left: -10px;
}
.statics-section .blue-card .left-colum h1 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .statics-section .blue-card .left-colum h1 {
    font-size: 40px;
  }
}
.statics-section .blue-card .left-colum ul {
  padding-left: 0;
}
.statics-section .blue-card .left-colum ul li {
  display: flex;
  color: #ffffff;
  padding: 12px 0;
  max-width: 500px;
}
.statics-section .blue-card .left-colum ul li .image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 80px;
  overflow: hidden;
  margin-right: 18px;
}
.statics-section .blue-card .left-colum ul li .image img {
  width: 100%;
}
.statics-section .blue-card .left-colum ul li h3 {
  font-family: "Circular Std";
  font-size: 1.5rem;
}
.statics-section .blue-card .left-colum ul li p {
  font-family: "Circular Std Book";
  font-size: 18px;
  line-height: 1.1;
}
.statics-section .blue-card .right-colum {
  position: relative;
}
@media screen and (max-width: 991px) {
  .statics-section .blue-card .right-colum {
    text-align: center;
  }
}
.statics-section .blue-card .right-colum .arrow-icon {
  position: absolute;
  top: 15%;
  left: -36px;
  max-width: 85px;
  animation: MoveUpDown 1.9s linear infinite;
}
.statics-section .blue-card .right-colum img {
  max-width: 455px;
  position: relative;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .statics-section .blue-card .right-colum img {
    max-width: 90%;
  }
}
.statics-section .blue-card .right-colum .animation-div {
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: -80px;
}
@media screen and (max-width: 991px) {
  .statics-section .blue-card .right-colum .animation-div {
    right: 0;
    margin: auto;
  }
}

.acrossglobe-section {
  padding: 90px 0;
}
.acrossglobe-section .accrossglobe-bg {
  margin-top: 3rem;
  height: 540px;
  background: url("../images/happy.png");
  animation: scroll 50s linear infinite;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  width: 100vw;
  top: 0;
  background-repeat: repeat-x;
  z-index: 0;
  background-size: auto 100%;
}
@media screen and (max-width: 991px) {
  .acrossglobe-section .accrossglobe-bg {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .acrossglobe-section .accrossglobe-bg {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .acrossglobe-section .accrossglobe-bg {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .acrossglobe-section .accrossglobe-bg {
    height: 210px;
  }
}
.acrossglobe-section .heading-center {
  position: relative;
}
.acrossglobe-section .heading-center .heading-circle {
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.acrossglobe-section .heading-center h1 {
  text-align: center;
  font-size: 60px;
  font-family: "Circular Std";
}
@media screen and (max-width: 767px) {
  .acrossglobe-section .heading-center h1 {
    font-size: 40px;
  }
}

.howque-section {
  background: rgba(94, 213, 109, 0.2);
  padding: 70px 0 0 0;
}
.howque-section h1 {
  font-size: 60px;
  font-family: "Circular Std";
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .howque-section h1 {
    font-size: 40px;
  }
}
.howque-section p {
  font-size: 26px;
}
.howque-section .left-colum img {
  max-width: 100%;
  width: 380px;
}
.howque-section .contact-btns {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.howque-section .contact-btns a {
  background: #5ED56D;
  border: 3px solid #ffffff;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  color: #ffffff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .howque-section .contact-btns a {
    font-size: 13px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .howque-section .contact-btns a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
}
.howque-section .contact-btns a svg {
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .howque-section .contact-btns a svg {
    width: 20px;
  }
}

.service-section ul {
  font-size: 1.25rem;
  padding: 0 0 0 1.5rem;
  list-style-type: none;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 15px;
}
.service-section ul::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dddbda;
  left: 0;
}
.service-section ul li {
  padding: 10px 0;
  position: relative;
}
.service-section ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #5ED56D;
  position: absolute;
  left: -31px;
  border: 2px solid #fff;
  top: 16px;
}
.service-section ul li:first-child {
  padding-top: 0;
}
.service-section ul li:first-child::before {
  top: 6px;
}
.service-section ul li:last-child {
  padding-bottom: 0;
}
.service-section ul li:last-child::before {
  top: 16px;
}
.service-section .services-row-1 {
  padding-top: 6.5rem;
  padding-bottom: 6rem;
}
.service-section .services-row-1 .service-left {
  position: relative;
}
.service-section .services-row-1 .service-left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.service-section .services-row-1 .service-left p {
  background: #ffffff;
  padding: 1.4rem;
  position: absolute;
  bottom: 2rem;
  right: -5rem;
  max-width: 280px;
  box-shadow: 1px 2px 18px rgba(0, 0, 0, 0.12);
  z-index: 2;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-1 .service-left p {
    right: auto;
    left: auto;
    bottom: 0;
    margin: auto;
  }
}
.service-section .services-row-1 .service-right {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-1 .service-right {
    padding-left: 0;
    padding-top: 1.4rem;
  }
}
.service-section .services-row-1 .service-right h1 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.service-section .services-row-1 .service-right p {
  font-size: 1.25rem;
}
.service-section .services-row-2 {
  background: rgba(94, 213, 109, 0.25);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-2 .services-row {
    flex-direction: column-reverse;
  }
}
.service-section .services-row-2 .service-left p {
  font-size: 1.25rem;
}
.service-section .services-row-2 .service-left .p-tag1 {
  background: #ffffff;
  padding: 1.8rem;
  margin-top: 10rem;
  margin-right: -1.5rem;
  color: #25364A;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-2 .service-left .p-tag1 {
    margin-top: 1rem;
    margin-right: 0;
    border-radius: 1rem;
  }
}
.service-section .services-row-2 .service-left .service-details {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
.service-section .services-row-2 .service-right h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-2 .service-right p {
  font-size: 1.25rem;
}
.service-section .services-row-2 .service-right .serviceimage-row {
  background: #000000;
  border-radius: 1rem;
}
.service-section .services-row-2 .service-right img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  opacity: 0.8;
}
.service-section .services-row-3 {
  padding-top: 6.5rem;
  padding-bottom: 6rem;
}
.service-section .services-row-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.6rem;
}
.service-section .services-row-3 h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-3 p {
  font-size: 1.25rem;
}
.service-section .services-row-4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background: #000000;
  color: #ffffff;
}
.service-section .services-row-4 .services-row {
  position: relative;
  z-index: 1;
}
.service-section .services-row-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
}
.service-section .services-row-4 h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-4 p {
  font-size: 1.25rem;
}
.service-section .services-row-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.service-section .services-row-5 .card-upper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.2rem;
  box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-5 .card-upper {
    flex-direction: column;
  }
}
.service-section .services-row-5 .card-upper .card-left {
  min-width: 32%;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-5 .card-upper .card-left {
    margin-bottom: 2rem;
  }
}
.service-section .services-row-5 .card-upper .card-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 380px;
  border-radius: 1.2rem;
}
.service-section .services-row-5 .services-row {
  position: relative;
  z-index: 1;
}
.service-section .services-row-5 h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-5 p {
  font-size: 1.25rem;
}
.service-section .services-row-6 {
  background: rgba(94, 213, 109, 0.25);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.service-section .services-row-6 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.service-section .services-row-6 p {
  font-size: 1.25rem;
}
.service-section .services-row-6 .serviceimage-row {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.service-section .services-row-6 .serviceimage-row p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #ffffff;
}
.service-section .services-row-6 .serviceimage-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
  border-radius: 1.2rem;
}
.service-section .services-row-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.service-section .services-row-7 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.service-section .services-row-7 p {
  font-size: 1.25rem;
}
.service-section .services-row-7 .serviceimage-row {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.service-section .services-row-7 .serviceimage-row p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #ffffff;
}
.service-section .services-row-7 .serviceimage-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
  border-radius: 1.2rem;
}
.service-section .services-row-8 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  background: rgba(94, 213, 109, 0.25);
}
.service-section .services-row-8 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.service-section .services-row-8 p {
  font-size: 1.25rem;
}
.service-section .services-row-8 .serviceimage-row {
  margin-bottom: 0 !important;
}
.service-section .services-row-8 .right-ptag {
  position: absolute;
  background: #ffffff;
  padding: 1.5rem;
  left: -10%;
  border-radius: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-8 .right-ptag {
    left: 0;
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .service-section .services-row-8 .mt-5 {
    margin-top: 1.5rem !important;
  }
}
.service-section .services-row-8 .serviceimage-row {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.service-section .services-row-8 .serviceimage-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 420px;
  border-radius: 1.2rem;
}
.service-section .services-row-9 {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  position: relative;
}
.service-section .services-row-9 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.service-section .services-row-9 p {
  font-size: 1.25rem;
}
.service-section .services-row-9 img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
.service-section .services-row-9 .service-details {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  margin-top: -8rem;
  z-index: 2;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  box-shadow: 1px 2px 18px rgba(0, 0, 0, 0.12);
}
.service-section .services-row-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background: #000000;
  color: #ffffff;
}
.service-section .services-row-10 .services-row {
  position: relative;
  z-index: 1;
}
.service-section .services-row-10 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
}
.service-section .services-row-10 h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-10 p {
  font-size: 1.25rem;
}
.service-section .services-row-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.service-section .services-row-11 img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.service-section .services-row-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background: rgba(94, 213, 109, 0.25);
}
.service-section .services-row-12 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.service-section .services-row-12 p {
  font-size: 1.25rem;
}
.service-section .services-row-12 .right-ptag {
  position: absolute;
  background: #ffffff;
  padding: 1.5rem;
  left: -10%;
  border-radius: 1rem;
  margin-top: 1rem;
}
.service-section .services-row-12 .serviceimage-row {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  margin-top: 1.5rem;
}
.service-section .services-row-12 .serviceimage-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
  border-radius: 1.2rem;
}
.service-section .services-row-12 .service-details {
  padding-left: 10%;
  margin-top: 3.5rem;
}
.service-section .services-row-13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.service-section .services-row-13 h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.service-section .services-row-13 p {
  font-size: 1.25rem;
}
.service-section .services-row-13 .serviceimage-row {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.service-section .services-row-13 .serviceimage-row p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #ffffff;
}
.service-section .services-row-13 .serviceimage-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-13 .serviceimage-row img {
    margin-bottom: 2.5rem;
  }
}
.service-section .services-row-14 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background: rgba(94, 213, 109, 0.12);
  color: #ffffff;
}
.service-section .services-row-14 .services-row {
  position: relative;
  z-index: 1;
  background: #000000;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-section .services-row-14 .services-row {
    padding: 1rem;
  }
}
.service-section .services-row-14 .service-upper {
  position: relative;
}
.service-section .services-row-14 .service-details {
  position: relative;
}
.service-section .services-row-14 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
}
.service-section .services-row-14 h1 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.service-section .services-row-14 p {
  font-size: 1.25rem;
}
.service-section .services-row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.service-section .services-row .service-upper {
  margin-bottom: 2rem;
}
.service-section .services-row .service-upper h1 {
  font-size: 3.2rem;
  position: relative;
}
.service-section .services-row .service-upper p {
  font-size: 1.3rem;
}
.service-section .services-row .serviceimage-row {
  margin-bottom: 2rem;
}
.service-section .services-row .service-details p {
  font-size: 1.3rem;
}
.service-section .services-row .service-details ul {
  font-size: 1.25rem;
  padding: 0 0 0 1.5rem;
  list-style-type: none;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 15px;
}
.service-section .services-row .service-details ul::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dddbda;
  left: 0;
}
.service-section .services-row .service-details ul li {
  padding: 10px 0;
  position: relative;
}
.service-section .services-row .service-details ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #5ED56D;
  position: absolute;
  left: -31px;
  border: 2px solid #fff;
  top: 16px;
}
.service-section .services-row .service-details ul li:first-child {
  padding-top: 0;
}
.service-section .services-row .service-details ul li:first-child::before {
  top: 6px;
}
.service-section .services-row .service-details ul li:last-child {
  padding-bottom: 0;
}
.service-section .services-row .service-details ul li:last-child::before {
  top: 16px;
}
.service-section .services-row:nth-child(even) .service-upper {
  padding-left: 25%;
}

.main-footer {
  background: #222126;
  padding-top: 3.5rem;
}
.main-footer .footer-logo {
  max-height: 50px;
  margin-bottom: 1.4rem;
  margin-right: 1rem;
}
.main-footer .foote-text {
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.main-footer .foote-text img {
  width: 28px;
  margin-right: 8px;
}
.main-footer .bottom-footer {
  padding: 20px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-family: "Circular Std Book";
  font-size: 12px;
  text-align: center;
}
.main-footer h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.main-footer .social-icons {
  display: flex;
  align-items: center;
  margin: 2.5rem 0;
}
.main-footer .social-icons a {
  margin-right: 22px;
}
.main-footer .social-icons a svg {
  fill: #ffffff;
}
.main-footer .nav li a {
  padding: 10px 0 !important;
  color: #ffffff;
  font-size: 15px;
}

hr {
  background: #25364A;
  opacity: 1;
  border: 0;
}

.participant-form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.participant-form h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.participant-form input.form-control, .participant-form select.form-control {
  min-height: 46px;
}

.map-section {
  padding-bottom: 6rem;
}

.contact-form {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.contact-form .download-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 2.5rem;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form .download-card {
    margin-top: 1.8rem;
  }
}
.contact-form .download-card h2 {
  font-size: 2.1rem;
  font-weight: 600;
}
.contact-form .download-card .btn {
  margin-top: 1.2rem;
}
.contact-form .contact-card {
  background: #f5f5f5;
  border-radius: 1.2rem;
  padding: 2.5rem;
}
.contact-form .contact-card h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.contact-form .contact-card .contact-row {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.contact-form .contact-card .contact-row:last-child {
  margin-bottom: 0;
}
.contact-form .contact-card .contact-row svg {
  width: 22px;
  margin-right: 10px;
  fill: #25364A;
}

@keyframes scroll {
  100% {
    background-position: -3000px 0px;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 4em rgba(255, 255, 255, 0.3), 0 0 0 6em rgba(255, 255, 255, 0);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(3.5, 3.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
}/*# sourceMappingURL=main.css.map */