@font-face {

  font-family: 'PT Serif';

  src: url('../fonts/PTSerif-Regular.woff2') format('woff2'),

    url('../fonts/PTSerif-Regular.woff') format('woff'),

    url('../fonts/PTSerif-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'PT Serif';

  src: url('../fonts/PTSerif-Italic.woff2') format('woff2'),

    url('../fonts/PTSerif-Italic.woff') format('woff'),

    url('../fonts/PTSerif-Italic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'PT Serif';

  src: url('../fonts/PTSerif-Bold.woff2') format('woff2'),

    url('../fonts/PTSerif-Bold.woff') format('woff'),

    url('../fonts/PTSerif-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'PT Serif';

  src: url('../fonts/PTSerif-BoldItalic.woff2') format('woff2'),

    url('../fonts/PTSerif-BoldItalic.woff') format('woff'),

    url('../fonts/PTSerif-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Open Sans';

  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),

    url('../fonts/OpenSans-Bold.woff') format('woff'),

    url('../fonts/OpenSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Open Sans';

  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),

    url('../fonts/OpenSans-Regular.woff') format('woff'),

    url('../fonts/OpenSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}









html,

body {

  margin: 0;

  padding: 0;

  min-height: 100%;

  height: 100%;

  font-family: 'Open Sans', sans-serif;

  font-weight: 400;

}



section {

  overflow: hidden;

}



svg {

  max-width: 100%;

  width: 100%;

}



img {

  max-width: 100%;

}



body {

  counter-reset: section;

  box-sizing: border-box;

  font-size: 16px;

  line-height: 1.4;

  color: #205645;

}



body *,

body *:before,

body *:after {

  box-sizing: inherit;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin-top: 0;

  margin-bottom: 0;

  font-family: "PT Serif", sans-serif;

}



p {

  margin-top: 0;

  font-size: 16px;

  line-height: 1.4;

}



.page__content {

  flex: 1;

}



.container {

  display: block;

  margin-left: auto;

  margin-right: auto;

  max-width: 1400px;

  padding: 0 15px;

}



.container-small {

  display: block;

  margin-left: auto;

  margin-right: auto;

  max-width: 960px;

  padding: 0 15px;

}



.container-extrasmall {

  display: block;

  margin-left: auto;

  margin-right: auto;

  max-width: 768px;

  padding: 0 15px;

}



ul {

  padding-left: 0;

  list-style: none;

  margin: 0;

}



a {

  text-decoration: none;

  color: #148656;

  transition: all 0.5s;

}



a:hover {

  color: #5ec367;

}



.hide {

  display: none;

}



input,

button {

  font-family: inherit;

}



.btn {

  display: inline-block;

  padding: 6px 30px;

  text-decoration: none;

  background: #fff;

  color: #2b2b2b;

  border-radius: 15px;

  font-weight: 700;

  padding-left: 15px;

  padding-right: 15px;

  position: relative;

  border: 0;

  font-family: inherit;

  cursor: pointer;

}



.btn.with-arrow {

  padding-right: 30px;

}



.btn.with-arrow:after {

  content: "";

  display: block;

  position: absolute;

  height: 14px;

  width: 14px;

  border: 2px solid #2b2b2b;

  right: 15px;

  top: 0;

  bottom: 0;

  margin: auto;

  transform: rotate(45deg);

  border-width: 2px 2px 0px 0px;

}



.btn.btn-primary {

  background: #37c2db;

  color: #fff;

}



.btn.btn-primary:after {

  border-color: #fff;

}



.btn:hover {

  background: #3e3e3d;

  color: #fff;

}



.btn:hover:after {

  border-color: #fff;

}



* {

  outline: none !important;

}



.head__left {

  max-width: 300px;

  padding-bottom: 110px;

  padding-top: 40px;

}



header {

  position: relative;

  width: 100%;

}



.p-absolute {

  position: absolute;

}



.d-flex {

  display: flex;

  flex-wrap: wrap;

}



.v-center {

  align-items: center;

}



.j-center {

  justify-content: center;

}



.main-slider-block {

  padding: 30px 0 50px;

}



.main-slider-item.ms-left {

  max-width: 45%;

  flex: 0 0 45%;

}



.main-slider-item.ms-right {

  max-width: 55%;

  flex: 0 0 55%;

}



.main-slider-block h1 {

  font-size: 70px;

  padding-bottom: 25px;

}



.main-slider-block p {

  font-size: 19px;

  max-width: 550px;

  line-height: 1.4;

  margin-bottom: 80px;
  
}
/*
@media screen and (min-width:1200px) {
  .main-slider-block p {
    margin-bottom: 220px;  
  }
}
*/


.right_img_sec {

  position: relative;

}



.green_line {

  height: 24px;

  width: 28%;

  bottom: 23%;

  left: -60px;

  background: #5ec367;

}



.right_img_sec .green_line {

  height: 240px;

  width: 24px;

  bottom: 3%;

  left: 110px;

  background: #5ec367;

}



.white_line {

  height: 2px;

  width: 400px;

  bottom: 8%;

  right: 50px;

  background: #EEEEEE;

}



.compny_logos_block li:first-child {

  padding-left: 0;

}



.green_cir {

  height: 38px;

  width: 38px;

  bottom: -15px;

  border-radius: 50px;

  right: 50px;

  background: #5ec367;

}



.plus_icon {

  height: 120px;

  width: 120px;

  top: 30px;

  border-radius: 200px;

  right: 30px;

  display: flex;

  background: #148656;

  justify-content: center;

  align-items: center;

  z-index: 1;

}



.plus_icon img {

  width: 40%;

}



.calls__to__actions {

  padding: 80px 0;

  position: relative;

  overflow: hidden;

}



.cta_content_item {

  max-width: 32%;

  flex: 0 0 32%;

  margin-bottom: 4.33%;

}



.hgi_sec .cta_content_item {

  max-width: 35%;

  flex: 0 0 35%;

  margin-bottom: 4.33%;

}



.calls__to__actions .heading-block {

  margin-bottom: 80px;

}



.heading-block {

  position: relative;

}



.heading-block h2 {

  font-size: 54px;

  position: relative;

}



.pas_content_item .heading-block h2 {

  font-size: 40px;

}



.cta_content_item_block {

  background: #ffffff;

  padding: 40px 25px 40px 25px;

  margin: 0 20px 20px 0;

  box-shadow: 20px 20px 0 #5EC367;

  height: 90%;

}



.hgi_sec .cta_content_item_block {

  background: #f2faf3;

  padding: 0;

  margin: 0 20px 20px 0;

  box-shadow: 20px 20px 0 #148656;

  height: 97%;

  border: 1px solid #148656;

}



.cta__with__icon .cta_content_item_block {

  border: none;

  position: relative;

  height: auto;

}



.cta__with__icon .cta_content_text_block {

  margin-top: 70px;

}



.cta_img_block {

  max-height: 400px;

  overflow: hidden;

  text-align: center;

  background: #fff;

}



.cta_img_block img {

  max-width: 80%;

}



.list_icon_block {

  position: relative;

  margin: 0 auto;

}



.list_icon_block.e_line:after {

  content: '';

  width: 0;

  height: 40px;

  position: absolute;

  border: 1px dashed #5EC367;

  top: 110%;

  left: 50%;

}



.list_five .list_icon_block.e_line:after {

  height: 170px;



}



.e_line.d_arrow:before {

  content: '';

  background: url(../img/list_arrow.svg);

  position: absolute;

  bottom: -57px;

  left: 50%;

  width: 16px;

  height: 15px;

  background-repeat: no-repeat;

  margin-left: -7px;

}



.list_five .e_line.d_arrow:before {

  bottom: -15px;

  transform: rotate(180deg);

}



.dl_arrow:before {

  content: '';

  background: url(../img/two_arrow.svg);

  position: absolute;

  bottom: -52px;

  left: 50%;

  width: 16px;

  height: 45px;

  background-repeat: no-repeat;

  margin-left: -7px;

}



.sl_arrow:before {

  content: '';

  background: url(../img/single_arrow.svg);

  position: absolute;

  bottom: -50px;

  left: 50%;

  width: 16px;

  height: 45px;

  background-repeat: no-repeat;

  margin-left: -7px;

}



.h_line.d_arrow:after {

  content: '';

  width: 250%;

  height: 1px;

  position: absolute;

  border: 1px dashed #5EC367;

  top: 50%;

  left: -70%;

  margin-top: -2px;

}



.h_line.d_arrow:before {

  content: '';

  background: url(../img/list_arrow.svg);

  position: absolute;

  bottom: -57px;

  left: -80%;

  width: 16px;

  height: 15px;

  background-repeat: no-repeat;

  margin-left: -7px;

}



.h_line.d_arrow:before {

  top: 50%;

  transform: rotate(88deg);

  margin-top: -8px;

}





.cta_icon_block {

  position: absolute;

  height: 140px;

  width: 140px;

  background: #205645;

  border-radius: 150px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 25px;

  top: -70px;

  left: 0;

  right: 0;

  margin: 0 auto;

}



.cta_content_block.cta__with__icon {

  overflow: initial;

  margin-left: auto;

  margin-top: 50px;

}



.cta_content_block {

  justify-content: space-between;

  position: relative;

  overflow: hidden;

}



.hgi_sec .cta_content_block {

  justify-content: space-around;

  max-width: 90%;

}



.cta__with__icon .cta_content_text_block {

  min-height: 278px;

}



.cta_content_item .cta_text h3 {

  font-size: 28px;

  padding-bottom: 20px;

  /* min-height: 105px; */

}



.vis_none {

  visibility: hidden;

}



.cta_content_item .cta_text p {

  font-size: 18px;

  line-height: 1.4;

}



.cta__with__icon .cta_content_item .cta_text h3 {

  padding-top: 70px;

}



a.dw__btn {

  background: #148656;

  padding: 0 10px;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;

  display: inline-block;

}



.cta_content_text_block {

  background: #f2faf3;

  padding: 25px;

  min-height: 208px;

}



.usp_content_block .cta_text h3 {

  font-size: 20px;

  padding-bottom: 0;

  min-height: 0;

  font-weight: 700;

}



.cta_btn {

  padding: 11px 40px;

  background: #148656;

  display: inline-block;

  color: #fff;

  font-size: 18px;

  transition: all 0.5s;

}



.cta_btn:hover {

  background: #5ec367;

  color: #fff;

}



.hgi_sec .green_cir {

  height: 45px;

  width: 45px;

  bottom: 57%;

  border-radius: 50px;

  right: 47px;

  background: #5EC367;

}



.cir__light.btm_cir__light {

  right: auto;

  top: auto;

  bottom: -80px;

  left: -70px;

}



.green_cir.p-absolute.btm_green_cir {

  bottom: 25%;

  right: auto;

  left: 30px;

}



.cir__light {

  right: -50px;

  top: 8%;

  height: 400px;

  width: 400px;

  background: #D5E5DA;

  border-radius: 400px;

}



.hgi_sec .green_line {

  left: auto;

  right: 0;

  width: 13%;

  height: 10px;

  bottom: 37%;

}



.pas_content_item {

  max-width: 45%;

  flex: 0 0 45%;

}



.pas_content_item.w-55 {

  max-width: 55%;

  flex: 0 0 55%;

}



.pas_sec {

  position: relative;

  overflow: hidden;

  padding-bottom: 80px;

  background-color: #F2FAF3;

}



.pas_sec .white_line {

  height: 2px;

  width: 360px;

  bottom: auto;

  right: 45%;

  background: #5ec367;

  bottom: 60%;

}



.pas_sec .green_line {

  height: 2px;

  width: 230px;

  bottom: 18%;

  left: 53%;

  background: #5ec367;

}



.ab-img {

  width: 45%;

  position: absolute;

  top: 0;

  left: 0;

}



.pas_content_item .heading-block {

  padding: 50px 0 20px;

}



.rf_img {

  top: auto;

  left: auto;

  right: 0;

  bottom: 0;

}



.pas_fisrt_sec {

  min-height: 32vw;

}



.pas_text_block p {

  font-size: 18px;

  margin-bottom: 30px;

  padding-right: 50px;

  line-height: 1.4;

}



.pas_fisrt_sec .pas_text_block p {

  padding-right: 120px;

}



.green_cir.gc__top {

  bottom: 48%;

  right: 40%;

  background: #5EC367;

}



.green_cir.gc__bottom {

  bottom: 50%;

  right: auto;

  left: 6%;

  background: #5EC367;

}



.pas_fisrt_sec .pas_text_block {

  padding-left: 8%;

}



.usps_sec {

  position: relative;

  padding: 60px 0;

  overflow: hidden;

}



.usp_content_block {

  justify-content: space-between;

  position: relative;

  overflow: hidden;

  padding-right: 10%;

  margin-top: 60px;

}



.usp_content_block.usp_second_block {

  padding-right: 0;

  padding-left: 10%;

  margin-top: 30px;

}



.usp_content_block .cta_content_item_block {

  padding: 20px;

  /* min-height: 305px; */

  height: 100%;

  box-shadow: 20px 20px 0 #205645;

}



.hiw_sec {

  padding: 95px 0;

  position: relative;

  overflow: hidden;

  background-color: #f2faf3;

}



.hiw_sec .heading-block {

  margin-bottom: 60px;

}



.hiw__main__block ul {

  list-style: none;

  margin-left: 0;

}



.hiw__main__block p {

  font-size: 18px;

  margin-bottom: 0;

}



.text_content_block img {

  max-width: 145px;

}



.hiw__main__block ul li {

  margin-bottom: 20px;

  font-size: 23px;

  flex-wrap: nowrap;

  margin-bottom: 60px;

}



.number_block {

  max-width: 80px;

  flex: 0 0 80px;

}



.number_block span {

  display: block;

  border: 1px solid #205645;

  border-radius: 70px;

  height: 80px;

  width: 80px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 45px;

  font-family: "PT Serif", sans-serif;

  font-weight: 700;

}



.list_icon_block {

  max-width: 80px;

  flex: 0 0 80px;

}



.text_content_block b {

  font-size: 120%;

  font-family: "PT Serif", sans-serif;

}



.hiw__main__block {

  padding: 0;

  position: relative;

}



.hiw_list__left,

.hiw_list__right {

  max-width: 42.5%;

  flex: 0 0 42.5%;

}



.hiw_list__middle {

  max-width: 15%;

  flex: 0 0 15%;

}



.text_content_block {

  display: flex;

  padding: 0 20px;

  align-items: center;

}



.hiw_list__right .text_content_block {

  padding: 0 10% 0 40px;

}



.hiw_list__right .number_block {

  padding-left: 20px;

}



.list_icon_block img {

  max-height: 80px;

  background: #f2faf3;

  position: relative;

  z-index: 2;

}



.faq_main_block {

  max-width: 600px;

  margin: 0 auto;

  padding: 54px 70px 0;

  position: relative;

}



.faq-cir_light {

  width: 100%;

  height: 600px;

  position: absolute;

  background: #F2FAF3;

  border-radius: 100%;

  left: 0;

  top: 0;

}



.faq_sec {

  padding: 50px 0;

  overflow: hidden;
  position: relative;

}



.faq_block_content {

  position: relative;

}



.faq_block_content h4 {

  font-size: 25px;

}



.faq_sec .heading-block h2 {

  margin-bottom: 50px;

}



.faq_sec .green_cir.gc__bottom {

  bottom: 50%;

  right: auto;

  left: -13%;

  background: #5EC367;

}



.faq_sec .green_cir.gc__top {

  bottom: -15%;

  right: -16%;

  background: #5EC367;

}



footer {

  background: #368F63;

  padding: 50px 15px;

  text-align: center;

}



.contact_detail {

  margin-bottom: 50px;

}



.contact_detail h4 {

  font-size: 24px;

  color: #fff;

  font-weight: 400;

}



.contact_detail h4 a {

  color: #fff;

  text-decoration: underline;

  font-weight: 700;

}



.contact_detail h4 a:hover {

  color: #5ec367;

}



.footer__logo {

  max-width: 450px;

  margin: 0 auto 30px;

}



.social-main_block {

  display: flex;

  justify-content: center;

}



.social-main_block ul {

  display: block;

  width: 66%;

}



.social-main_block li {

  max-width: 60px;

  margin: 0 5px;

  display: inline-block;

}



.social-main_block a {

  display: inline-block;



}



.social-main_block a:hover {

  opacity: 0.4;

}



.social-main_block a img {

  display: inline-block;

  /* width: 100%; */

  height: 32px;

}



.green_line_light {

  height: 200px;

  width: 25px;

  bottom: -81%;

  background: #5ec367;

  right: -60%;

}



.hiw_sec .green_line {

  bottom: 0;

  background: #5ec367;

  left: 10%;

  width: 12%;

}



.green_cir_big {

  top: -140px;

  right: -60px;

  width: 500px;

  height: 500px;

  background: #D5E5DA;

  border-radius: 500px;

}



.usps_sec .green_cir_big.gc__bottom {

  bottom: -140px;

  top: auto;

  right: auto;

  left: -60px;

}



.usps_sec .green_cir.gc__bottom {

  bottom: 38%;

  right: auto;

  left: 5%;

  background: #5EC367;

}



.usps_sec .green_line {

  height: 14px;

  width: 100px;

  bottom: 46%;

  left: auto;

  background: #5ec367;

  right: 0;

}



.green_line_light.comm__bottom {

  bottom: 0;

  left: 50%;

  width: 12px;

  margin-left: -6px;

  height: 160px;

}



.pas_sec .green_line_light.comm__bottom {

  bottom: auto;

  top: 0;

  left: 50%;

  width: 12px;

  margin-left: -6px;

  height: 40px;

}



header {

  display: none;

}



.compny_logos_block ul {

  display: flex;

  align-items: center;

}



.compny_logos_block li {

  max-width: 25%;

  padding: 0 10px;

  flex: 0 0 25%;

}



.compny_logos_block a {

  width: 100%;

  display: inline-block;

}



.compny_logos_block p {

  margin-bottom: 20px;

}



.cta_text_heading {

  min-height: 50px;

  margin-bottom: 20px;

  display: flex;

  width: 100%;

  justify-content: flex-start;

  align-items: flex-end;

}



.usp_content_block .cta_text p {

  font-size: 17px;

}



.signup_button {

  position: relative;

}



.sup__btn {

  position: absolute;

  left: -40px;

  right: 0;

  margin: 0 auto;

  top: -33px;

  background: #148656;

  z-index: 1;

  font-size: 30px;

  max-width: 350px;

  text-align: center;

  padding: 15px;

  color: #fff;

  box-shadow: 15px 15px 0 #205645;

}



.sup__btn:hover {

  background: #5ec367;

  color: #fff;

}



.cuntry_logos_block {

  max-width: 30%;

  flex: 0 0 30%;

}



.companies_logo_block {

  max-width: 70%;

  flex: 0 0 70%;

}



.companies_logos_img {

  max-width: 25%;

  flex: 0 0 25%;

  /* text-align: center; */

  display: flex;

  align-items: center;

  margin-bottom: 50px;

  justify-content: center;

  padding: 0 20px;

  min-height: 50px;

  /* pointer-events: none; */

}



.cuntry_logos_img a {

  display: inline-block;

  /* pointer-events: none; */

}



.cuntry_logos_img img {

  max-width: 180px;

  max-height: 67px;

}



.logos_main_block {

  margin-top: 100px;

}



.cuntry_logos_img {

  width: 100%;

  text-align: center;

  margin-bottom: 40px;

}



.companies_logos_img img {

  /* max-width: 230px; */

  max-height: 75px;

}







.ogc_logos_sec {

  padding: 70px 0;

  background-color: #F2FAF3;

}



a.dw__btn:hover {

  background-color: #5ec367;

}



b.f_change_text {

  font-family: 'Open Sans', sans-serif;

}



.white_line.white_line_top {

  height: 18px;

  top: 0;

  bottom: auto;

  left: 45%;

  right: auto;

  background: #F5F5F4;

  z-index: 1;

  width: 150px;

}



.companies_logos_img:last-child img {

  min-height: 100px;

}



.list_icon_block.h_line.without_line:after {

  left: -260%;

}



.list_icon_block.h_line.without_line:before {

  display: none;

}

.cuntry_logos_block {

  position: relative;

}

.cuntry_logos_block:after {

  content: '';

  height: 120%;

  width: 1px;

  position: absolute;

  top: -10%;

  right: 32px;

  background: #5ec367;

}
.featured_logos_sec {
  padding: 70px 0;
  background-color: #e7ede6;
}

.featured_logos_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.featured_logos_block a img {
  height: 70px;
}
.featured_logos_block a{
  margin-bottom: 50px;
  display: inline-block;
}
@media(max-width: 1200px) {

  .list_icon_block.h_line.without_line:after {

    left: -210%;

    width: 190%;

  }

}



@media(max-width: 991px) {

  .cuntry_logos_block:after {

    right: 2px;

}

  .list_icon_block.h_line.without_line:after {

    left: -140%;

    width: 130%;

  }



  .cta_content_item {

    max-width: 50%;

    flex: 0 0 50%;



  }



  .main-slider-item.ms-right {

    padding: 0 10%;

  }



  .head__left {



    padding-bottom: 10px;

    padding-top: 30px;

  }



  .main-slider-item.ms-left,

  .main-slider-item.ms-right {

    max-width: 100%;

    flex: 0 0 100%;

    margin-bottom: 40px;

  }



  .main-slider.d-flex {

    flex-direction: column-reverse;

  }



  .left_content .head__left {

    display: none;

  }



  header {

    display: block;

  }



  .pas_second_sec .pas_img__block img {

    bottom: -100px;

  }



  .green_cir.gc__bottom {

    left: -2%;

  }



  .pas_sec .white_line {

    width: 30%;

    right: 60%;

    top: 15%;

  }



  .calls__to__actions .heading-block {

    margin-bottom: 100px;

  }



  .green_line_light.comm__bottom {

    height: 100px;

  }



  .hgi_sec .cta_content_block {



    max-width: 100%;

  }



  .hgi_sec .cta_content_item {

    max-width: 45%;

    flex: 0 0 45%;



  }



  .companies_logos_img {

    max-width: 33.33%;

    flex: 0 0 33.33%;

    margin-bottom: 50px;

  }



  .number_block span {

    height: 60px;

    width: 60px;

  }



  .number_block {

    max-width: 60px;

    flex: 0 0 60px;

  }



  .hiw__main__block p {

    font-size: 16px;

    margin-bottom: 0;

  }



  .text_content_block {

    flex-wrap: wrap;

  }



  .text_content_block img {

    max-width: 100%;

    margin-top: 20px

  }



  .list_icon_block img {

    max-height: 60px;

  }



  .list_icon_block.e_line:after {

    height: 100%;

    top: 120%;

  }



  .dl_arrow:before {

    bottom: -122px;

    height: 100%;

  }



  .sl_arrow:before {

    bottom: -100px;

    height: 100%;

  }



  .list_five .list_icon_block.e_line:after {

    height: 510%;

  }


  .wpml-ls-legacy-dropdown.custom_flag {
    padding-bottom: 5px;
}


}



@media(max-width: 767px) {

  header {

    display: block;

  }



  .main-slider-item.ms-left,

  .main-slider-item.ms-right,

  .cta_content_item,

  .pas_content_item.w-55,

  .hgi_sec .cta_content_item,

  .cuntry_logos_block,

  .companies_logo_block,

  .hiw_list__left,

  .hiw_list__right,

  .hiw_list__middle {

    max-width: 100%;

    flex: 0 0 100%;

  }



  .hiw_list__middle {

    display: none;

  }



  .social-main_block ul {

    width: 100%;

  }



  .heading-block h2 {

    margin-bottom: 20px;

  }



  .usp_content_block {

    padding: 0;

  }



  .cta_content_item {

    margin-bottom: 40px;

  }



  .heading-block h2 {

    font-size: 30px;

  }



  .main-slider-block h1 {

    font-size: 40px;

  }



  .plus_icon {

    height: 65px;

    width: 65px;

    right: 15px;

    top: 15px;

  }



  .left_content .head__left {

    display: none;

  }



  .head__left {

    max-width: 300px;

    padding-bottom: 0;

    padding-top: 30px;

    margin: 0 auto;

  }



  .calls__to__actions .heading-block {

    margin-bottom: 50px;

  }



  .main-slider.d-flex {

    flex-direction: column-reverse;

  }



  .main-slider-item.ms-right {

    margin-bottom: 50px;

    padding: 0 20px;

  }



  .calls__to__actions {

    padding: 80px 0 18%;

  }



  .pas_content_item .heading-block {

    padding: 20px 0 20px;

  }



  .pas_fisrt_sec .pas_text_block p {

    padding-right: 0;

  }



  .pas_text_block p {

    padding-right: 0;

  }



  .pas_fisrt_sec .pas_text_block {

    padding-left: 0;

  }



  .hiw_sec {

    padding: 50px 0 0;

  }



  .hiw__main__block ul li,

  .hiw__main__block p {

    font-size: 18px;



  }



  .hiw__main__block {

    padding: 0;

  }



  .faq_main_block {

    padding: 54px 20px 0;

  }



  .faq_block_content h4,

  .pas_text_block h4,

  .pas_text_block p {

    font-size: 18px;

  }



  .social-main_block a img {

    height: 24px;

  }



  .heading-block .green_cir,

  .green_cir {

    width: 30px;

    height: 30px;

  }



  .faq-cir_light {

    width: 390px;

    height: 390px;

    margin: 0 auto;

    right: 0;

  }



  .green_line {

    height: 10px;

    width: 40%;

    left: 0;

  }



  .white_line {

    height: 2px;

    width: 40%;

  }



  .pas_sec .white_line {

    width: 20%;

    top: 12%;

  }



  .green_cir.gc__bottom {

    bottom: 86%;

    left: -3%;

  }



  .pas_sec .green_line {

    height: 2px;

    width: 30%;

    left: 30%;

    bottom: 3%;

  }



  .green_cir.gc__top {

    bottom: 7%;

    right: -1%;

  }



  .green_line_light.comm__bottom {

    height: 80px;

  }



  .pas_second_sec .pas_img__block img {

    bottom: -60px;

  }



  .pas_sec {

    padding-bottom: 60%;

  }



  .usp_content_block .cta_content_item_block {

    min-height: 0;

    height: auto;

  }



  .pas_fisrt_sec {

    margin-top: 60%;

  }



  .ab-img {

    width: 80%;



  }



  .right_img_sec .green_line {

    height: 160px;

    width: 14px;

    bottom: 3%;

    left: 10%;

  }



  .ogc_logos_sec {

    padding: 40px 0;

    background-color: #F2FAF3;

  }



  .logos_main_block {

    margin-top: 50px;

  }



  .usp_content_block.usp_second_block {

    padding-left: 0;

  }



  .hiw_list__right .list_icon_block {

    order: 1;

  }



  .vis_none {

    display: none;

  }



  .list_five .list_icon_block.e_line:after {

    height: 150%;

  }



  .list_icon_block::after,

  .list_icon_block::before {

    display: none;

  }



  .main-slider-block {

    padding: 30px 0 0px;

  }



  .main-slider-block p {



    margin-bottom: 60px;

  }



  .compny_logos_block p {

    margin-bottom: 20px;

  }



  .contact_detail h4 {

    font-size: 18px;

  }



  .sup__btn {

    left: -12px;

    max-width: 320px;

    font-size: 24px;

    padding: 10px;

  }



  .cta_img_block {

    max-height: 300px;



  }



  .number_block,

  .list_icon_block {

    max-width: 100%;

    flex: 0 0 100%;

  }



  .hiw__main__block ul li {

    flex-wrap: wrap;

    text-align: center;

  }



  .number_block span {

    margin: 0 auto;

  }



  .number_block {

    margin-bottom: 20px;

  }



  .list_icon_block {

    margin-top: 20px;

  }



  .text_content_block img {

    max-width: 50%;

    margin-top: 20px;

    margin: 20px auto;

  }



  .companies_logos_img {

    max-width: 50%;

    flex: 0 0 50%;



  }



  .hgi_sec .cta_content_item {

    margin-bottom: 30px;

  }



  section {

    text-align: center;

  }



  .cta_text_heading,

  .compny_logos_block ul {

    justify-content: center;

  }



  .pas_content_item .heading-block h2 {

    font-size: 26px;

  }



  .text_content_block {

    padding: 0 !important;

  }



  .cta_icon_block {

    height: 120px;

    width: 120px;

    top: -60px;

  }

  .cuntry_logos_block:after{

    display: none;

  }

}


/* 26-05-2021 Start */

#menuToggle {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 99;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #148656;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle.active span {
  opacity: 1;
  transform: rotate(-45deg) translate(-1px, 3px);
}

#menuToggle.active span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle.active span:nth-last-child(2) {
  transform: rotate(45deg) translate(-4px, -9px);
}

.main-slider-item.ms-right {
  position: relative;
}

.header-top {
  display: flex;
  flex-wrap: wrap;
}

.header-top > div.head__left {
  max-width: 60%;
  flex: 0 0 60%;
}

.header-top > div.head__right {
  max-width: 40%;
  flex: 0 0 40%;
}

.navbar {
  position: relative;
  transition: .5s all ease;
  transform: translateY(-450px);
  z-index: 9;
}

nav.navbar.active {
  transform: translateY(0);
}

.navbar .menu {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
  padding: 80px 30px 30px;
}

.navbar .menu-main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 70px 0 15px;
}

.navbar .menu-main li {
  text-align: right;
}

.navbar .menu-main li a {
  display: inline-block;
  padding: 0 0 10px 0;
  color: #fff;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}

#menuToggle.active span {
  background: #FFFFFF;
}

@media (max-width: 991px) {
  .header-top #menuToggle {
      position: static;
  }

  .header-top > div.head__right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 10px;
      padding-top: 30px;
  }

  .main-slider-item #menuToggle {
      display: none;
  }

  .header-top > div.head__left > img {
      max-height: 40px;
  }

  .header-top > div.head__left {
      display: flex;
      align-items: center;
  }

  .navbar .menu {
      padding-top: 30px;
  }

  .navbar .menu-main {
      padding-right: 50px;
  }
}


/* 26-05-2021 End */

/*29-25-2021 FAQ */
.wpml-ls-legacy-dropdown {
  width: 60px;
  max-width: 100%;
  position: absolute;
  top: 53px;
    right: 50px;
}


.Accordion__tabs {
  max-width: 80%;
  list-style: none;
  margin: 0 auto;
}
.Accordion__tab {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #365242;
}
.Accordion__tab__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.2s ease all;
  padding: 10px 20px 8px 40px;
  cursor: pointer;
  font-weight: 400;
}

.Accordion__tab--open .Accordion__tab__headline{
  border-bottom: 1px solid #365242;
}
.Accordion__tab__headline:hover {
  background-color: #eee;
}
.Accordion__tab__headline > h4 {
  user-select: none;
  margin: 0;
  font-size: 32px;
  color: #258350;
  padding-right: 20px;
}
.Accordion__tab__headline .icon {
  position: relative;
  right: 1%;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
  max-width: 16px;
    flex: 0 0 16px;
}
.Accordion__tab__headline .icon::before, .Accordion__tab__headline .icon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #5eca63;
}

.Accordion__tab__headline .icon::before{
    top: 0;
    left: 0px;
    transform: rotate(-45deg);
}

.Accordion__tab__headline .icon::after {
    top: 0;
    right: 3px;
    transform: rotate(45deg);
}

.Accordion__tab__content {
  overflow: hidden;
  padding: 0px 15px 0 40px;
  box-sizing: border-box;
  height: 100%;
  max-height: 0;
  transition: 0.4s ease all;
}
.Accordion__tab--open .Accordion__tab__headline .icon{
  transform: rotate(180deg);
}
.Accordion__tab__content p {
  margin: 0;
  padding: 20px 0px;
  font-size: 20px;
  color: #365242;
}

.faq_sec .green_cir_big {
  top: auto;
  right: auto;
  background: #F2FAF3;
  bottom: -250px;
  left: -340px;
  z-index: -1;
}

.faq_sec .green_cir {
  bottom: auto;
}

.faq_sec .green_cir.gc__bottom {
  bottom: 290px;
  right: auto;
  left: 50px;
  background: #5EC367;
}
.wpml-ls-legacy-dropdown a {
  border: none;
  padding: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-top: .5em solid #148656;
}
.wpml-ls-legacy-dropdown.custom_flag {
  width: 30px;
  right: 58px;
  top: 58px;
}
@media (max-width: 991px) {
 .ms-right .wpml-ls-legacy-dropdown{
  display: none;
}
.wpml-ls-legacy-dropdown {
  position: static;
  margin-right: 15px;
}
}


@media(max-width: 767px){
  .Accordion__tabs {
    max-width: 100%;
  }
  .Accordion__tab__headline > h4 {
    font-size: 20px;
    text-align: left;
}
.Accordion__tab__headline {
  padding: 10px 15px 8px 15px;
}
.Accordion__tab__content {
  padding: 0px 15px 0 15px;
  text-align: left;
}
.Accordion__tab__content p {
  font-size: 16px;
  text-align: left;
}
}

/* .Accordion__tab--open .Accordion__tab__headline .icon::after {
  transform: scaleY(0);
} */

/* 23-06-2021 */
.cta_content_block.cta__with__icon .cta_content_item{
  max-width: 30%;
  flex: 0 0 30%;
  margin-bottom: 4.33%;
}

.hiw_sec.hfm_sec {
  background: #e7ede6;
}

.hiw__main__block h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hfm_sec .heading-block {
  margin-bottom: 30px;
}

@media(max-width: 991px){
  .cta_content_block.cta__with__icon .cta_content_item {
    max-width: 43%;
    flex: 0 0 43%;
  }
}

@media(max-width: 767px){
  .cta_content_block.cta__with__icon .cta_content_item {
    max-width: 100%;
    flex: 0 0 100%;
}
}