/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/interlight.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/interreg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/intermed.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/intersemi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/interbold.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: white;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #004C31;
}

body p.accent,
body .content_ul li.accent {
  color: #83B645;
}

body p.secondary,
body .content_ul li.secondary {
  color: #117640;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p span.reg,
body .content_ul li span.reg {
  font-family: reg_font;
}

body p span.semi,
body .content_ul li span.semi {
  font-family: semi_font;
}

body p span.bold,
body .content_ul li span.bold {
  font-family: bold_font;
}

body p span.light,
body .content_ul li span.light {
  font-family: light_font;
}

body p span.med,
body .content_ul li span.med {
  font-family: med_font;
}

body p span.primary,
body .content_ul li span.primary {
  color: #004C31;
}

body p span.accent,
body .content_ul li span.accent {
  color: #83B645;
}

body p span.secondary,
body .content_ul li span.secondary {
  color: #117640;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 20px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  font-family: semi_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #004C31;
}

body .common_header.accent {
  color: #83B645;
}

body .common_header.secondary {
  color: #117640;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header span {
  font-family: bold_font;
  color: #004C31;
}

body .common_header span.primary {
  color: #004C31;
}

body .common_header span.accent {
  color: #83B645;
}

body .common_header span.secondary {
  color: #117640;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #004C31;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

body .common_anchor.br {
  border-radius: 40px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #117640;
}

body .common_anchor.secondary {
  background-color: #117640;
  color: #fff;
}

body .common_anchor.secondary:hover {
  background-color: #83B645;
  color: #fff;
}

body .common_anchor.secondary.reg {
  font-family: reg_font;
}

body .common_anchor.secondary.semi {
  font-family: semi_font;
}

body .common_anchor.secondary.bold {
  font-family: bold_font;
}

body .common_anchor.secondary.light {
  font-family: light_font;
}

body .common_anchor.secondary.med {
  font-family: med_font;
}

body .common_anchor.white {
  background: #fff;
  color: #004C31;
  border: 1px solid #fff;
}

body .common_anchor.white:hover {
  background: #004C31;
  color: #fff;
}

body .common_anchor.border {
  background-color: transparent;
  border: 4px solid #004C31;
  color: #004C31;
}

body .common_anchor.border.border_light {
  border-color: #83B645;
}

body .common_anchor.border.reg {
  font-family: reg_font;
}

body .common_anchor.border.semi {
  font-family: semi_font;
}

body .common_anchor.border.bold {
  font-family: bold_font;
}

body .common_anchor.border.light {
  font-family: light_font;
}

body .common_anchor.border.med {
  font-family: med_font;
}

body .common_anchor.border:hover {
  background-color: #117640;
  color: white;
}

body .common_anchor.reg {
  font-family: reg_font;
}

body .common_anchor.semi {
  font-family: semi_font;
}

body .common_anchor.bold {
  font-family: bold_font;
}

body .common_anchor.light {
  font-family: light_font;
}

body .common_anchor.med {
  font-family: med_font;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 20px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #004C31 !important;
  color: #83B645;
}

body .form_field {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 20px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #004C31;
}

body input[type=text] {
  background-color: #fff;
}

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

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

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

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

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .common_header.small {
    font-size: 26px;
  }
  body .common_header.medium {
    font-size: 53px;
  }
  body .gridContainer {
    width: 85.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .common_header.small {
    font-size: 22px;
  }
  body .common_header.medium {
    font-size: 35px;
  }
  body .gridContainer {
    width: 90.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .common_header.small {
    font-size: 22px;
  }
  body .common_header.medium {
    font-size: 30px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 35px;
  }
  body .common_header.small {
    font-size: 22px;
  }
  body .common_header.medium {
    font-size: 30px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 25px;
  }
  body .common_header.large {
    font-size: 35px;
  }
  body .common_header.small {
    font-size: 18px;
  }
  body .common_header.medium {
    font-size: 25px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.top_common_slider_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top_common_slider_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_common_slider_wrap .info_wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

.top_common_slider_wrap .common_header.large {
  padding-top: 0;
}

.top_common_slider_wrap .image_wrap {
  text-align: center;
}

.top_common_slider_wrap .video_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/background-graph-common-niveshaay.jpg") center no-repeat;
  background-size: cover;
}

.top_common_slider_wrap .data_wrap {
  padding-right: 80px;
}

.top_common_slider_wrap .title_wrap {
  padding-top: 90px;
  text-align: center;
  padding-bottom: 90px;
}

.home_page_common_content {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home_page_common_content .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_page_common_content .common_header {
  line-height: 1.4em;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0;
  font-size: 60px;
}

.home_page_common_content img {
  max-width: 180px;
  margin-bottom: 20px;
}

.primary_bg_color {
  background-color: #004C31;
}

.secondary_bg_color {
  background-color: #117640;
}

.accent_bg_color {
  background-color: #83B645;
}

.aif_table_wrap {
  border-radius: 90px 90px 0px 0px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 180px;
}

.aif_table_wrap p {
  padding-left: 10%;
  padding-right: 10%;
}

.aif_table_wrap .gridContainer {
  max-width: 900px;
  min-width: auto;
}

.aif_table_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 90px;
}

.aif_table_wrap ul li {
  width: 48.5%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
}

.aif_table_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}

.aif_table_wrap ul li img {
  max-width: 180px;
}

.aif_table_wrap ul li p {
  font-size: 20px;
}

.small_case_wrap {
  border-radius: 90px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -90px;
}

.small_case_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.small_case_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 90px;
}

.small_case_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.small_case_wrap ul li p {
  color: #686868;
}

.small_case_wrap ul li img {
  max-width: 83px;
}

.small_case_wrap ul li .meter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 9px;
}

.small_case_wrap ul li .meter_wrap img {
  width: 20px;
  margin-left: 10px;
}

.small_case_wrap ul li .meter_wrap p {
  padding-top: 0;
  color: #000;
}

.small_case_wrap ul li .value_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small_case_wrap ul li .value_wrap p span {
  color: #000;
}

.small_case_wrap ul li .value_wrap p span.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  color: #004C31;
}

.small_case_wrap ul li .bg_wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.small_case_wrap ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #117640;
  left: -0;
  top: 0;
  border-radius: 30px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.small_case_wrap ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 50;
}

.small_case_wrap ul li:hover::before {
  left: -15px;
  top: 15px;
}

.small_case_wrap ul li .full_wrap {
  z-index: 1;
}

.small_case_wrap ul li .button_wrap {
  text-align: center;
  margin-top: auto;
}

.small_case_wrap ul li .button_wrap .common_anchor {
  float: none;
}

.testimonial_wrap {
  background-color: #F0F0F0;
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 90px 90px 0px 0px;
}

.testimonial_wrap .title_wrap {
  text-align: center;
}

.testimonial_wrap .video_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.testimonial_wrap .video_ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 90px;
}

.testimonial_wrap .video_ul li:nth-child(4n+0) {
  margin-right: 0;
}

.testimonial_wrap .testi_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 90px;
}

.testimonial_wrap .testi_ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  border: 1px solid #ccc;
}

.testimonial_wrap .testi_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.testimonial_wrap .testi_ul li p {
  color: #646464;
  font-size: 12px;
}

.testimonial_wrap .testi_ul li p.bold {
  color: #000;
  font-size: 16px;
}

.research_wrap {
  background-color: #004C31;
  padding-top: 90px;
  padding-bottom: 90px;
}

.research_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.research_wrap ul li {
  width: 48.5%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 20px;
  text-align: center;
}

.research_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}

.research_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ticker_wrap {
  margin-top: 90px;
}

.ticker_wrap .data_wrap {
  margin-top: -15px;
  padding: 30px;
  border: 1px solid #C1C1C1;
  border-radius: 20px;
}

.ticker_wrap .data_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.ticker_wrap .data_wrap ul li {
  width: 17.6%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.ticker_wrap .data_wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}

.ticker_wrap p {
  z-index: 20;
}

.ticker_wrap p span {
  background-color: #fff;
  padding: 20px;
  margin-left: 30px;
}

.ticker_wrap .text_wrap {
  z-index: 20;
}

.blogs_wrap {
  margin-top: 90px;
}

.blogs_wrap .blogs_parent {
  padding-left: 100px;
  padding-right: 100px;
}

.blogs_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.blogs_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.blogs_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.blogs_wrap ul li .image_wrap img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
}

/*AIF starts*/
.aif_feature_wrap {
  background-color: #117640;
  border-radius: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 90px;
  z-index: 20;
}

.aif_feature_wrap .featue_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.aif_feature_wrap .featue_ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  border: 5px solid #117640;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.aif_feature_wrap .featue_ul li:nth-child(4n+0) {
  margin-right: 0;
}

.aif_feature_wrap .featue_ul li:hover {
  background-color: #004C31;
  border-color: #83B645;
}

.aif_feature_wrap .featue_ul li:hover p,
.aif_feature_wrap .featue_ul li:hover .common_header {
  color: white;
}

.aif_feature_wrap .featue_ul.private {
  margin-top: 90px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.aif_feature_wrap .featue_ul.private li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  padding: 20px;
  margin-top: 20px;
}

.aif_feature_wrap .featue_ul.private li:nth-child(4n+0) {
  margin-right: 3%;
}

.aif_feature_wrap .featue_ul.private li:nth-child(3n+0) {
  margin-right: 0;
}

.aif_feature_wrap .bottom_title {
  text-align: center;
  padding-top: 20px;
}

.aif_feature_wrap .button_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aif_feature_wrap .button_wrap .common_anchor {
  width: 30%;
  text-align: center;
  background-color: #83B645;
  border: 5px solid #83B645;
  padding: 15px;
  font-size: 18px;
}

.aif_feature_wrap .button_wrap .common_anchor:hover {
  background-color: #004C31;
}

.aif_feature_wrap .button_wrap .common_anchor.border {
  border-color: #83B645;
  color: white;
  background-color: transparent;
}

.aif_feature_wrap .button_wrap .common_anchor.border:hover {
  background-color: #004C31;
}

.aif_table {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -90px;
  padding-top: 180px;
  background-color: #004C31;
  border-radius: 0px 0px 90px 90px;
  padding-left: 10%;
  padding-right: 10%;
}

.aif_table table {
  width: 100%;
}

.aif_table table tr {
  border-bottom: 1px solid #fff;
}

.aif_table table tr td {
  padding: 10px;
}

.aif_table table tr td p {
  padding: 0;
}

.aif_table table tr td img {
  margin-bottom: 20px;
}

.faq_wrap {
  margin-top: 90px;
}

.faq_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq_wrap .data_wrap {
  padding-left: 40px;
}

.faq_wrap .data_wrap .question_wrap {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq_wrap .data_wrap .question_wrap .question_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq_wrap .data_wrap .question_wrap .question_parent p {
  padding-top: 0;
}

.faq_wrap .data_wrap .question_wrap .answer {
  display: none;
}

.faq_wrap .data_wrap .question_wrap.active .answer {
  display: inline-block;
}

.faq_wrap .data_wrap .question_wrap.active .question_parent img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_wrap .image_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

/*Private equity*/
.full_slider_wrap {
  padding-top: 90px;
  text-align: center;
}

.full_slider_wrap .mobile {
  display: none;
}

.common_feature_overview_wrap {
  margin-top: 90px;
}

.common_feature_overview_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.common_feature_overview_wrap .data_wrap .box_wrap {
  background-color: #117640;
  padding: 40px;
  border-radius: 20px;
  margin-top: 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.common_feature_overview_wrap .data_wrap .box_wrap.in-view {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.common_feature_overview_wrap .data_wrap .box_wrap .content_ul {
  margin-top: 20px;
}

.common_feature_overview_wrap .data_wrap .box_wrap .common_header {
  padding-top: 0;
}

.common_feature_overview_wrap .image_wrap {
  padding-left: 60px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.logo_common_wrap {
  background-color: #117640;
  border-radius: 90px 90px 0px 0px;
  padding-top: 135px;
  padding-bottom: 270px;
  margin-top: -45px;
}

.logo_common_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.logo_common_wrap ul li {
  width: 17.6%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
}

.logo_common_wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}

.logo_common_wrap ul li img {
  border-radius: 10px;
  max-width: 70%;
}

.common_feature_overview_wrap .title_wrap {
  padding-bottom: 20px;
}

.common_feature_overview_wrap .title_wrap .para_wrap {
  text-align: right;
}

.circle_strength {
  text-align: center;
  margin-top: 90px;
}

.founder_wrap {
  text-align: center;
  margin-top: 90px;
}

.founder_wrap .gridContainer {
  max-width: 1200px;
}

.founder_wrap .team_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.founder_wrap .team_ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: left;
}

.founder_wrap .team_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.founder_wrap .team_ul li .icon_wrap {
  margin-top: 20px;
}

.founder_wrap .team_ul li .icon_wrap img {
  max-width: 25px;
}

.founder_wrap .team_ul li .icon_wrap img:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.founder_wrap .team_ul li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup_lr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup_lr_wrap .image_wrap {
  width: 30%;
}

.popup_lr_wrap .info_wrap {
  width: 70%;
  padding-left: 30px;
}

.team_wrap {
  text-align: left;
  margin-top: 90px;
}

.team_wrap .gridContainer {
  max-width: 1200px;
}

.team_wrap .team_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.team_wrap .team_ul li {
  width: 24.25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: left;
}

.team_wrap .team_ul li:nth-child(4n+0) {
  margin-right: 0;
}

.team_wrap .team_ul li .icon_wrap {
  margin-top: 10px;
}

.team_wrap .team_ul li .icon_wrap img {
  width: 25px;
}

.team_wrap .team_ul li .icon_wrap img:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.team_wrap .team_ul li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: none;
}

.team_wrap .team_ul li p {
  line-height: 1.2em;
}

.team_wrap .team_ul li .content {
  margin-top: -57px;
  padding: 10px;
}

.team_wrap .team_ul li .content p {
  padding-top: 10px;
}

.team_wrap .team_ul li .content p {
  color: white !important;
}

.team_wrap .team_ul li .icon_wrap {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: auto;
  padding: 5px;
  text-align: right;
  padding-top: 0;
}

/*Blogs*/
.blogs_wrap.articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogs_wrap.articles ul li {
  background-color: #EDEDED;
  border-radius: 30px 30px 0 0;
}

.blogs_wrap.articles ul li .data_wrap {
  padding: 20px;
}

.blogs_wrap.articles ul li .data_wrap .common_header {
  padding-top: 0;
}

.header_wrap {
  border-bottom: 1px solid #000000;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  z-index: 999;
}

.header_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.header_wrap .inner_wrap .logo_wrap {
  width: 180px;
}

.header_wrap .inner_wrap .right_mob_wrap {
  display: none;
}

.header_wrap .inner_wrap .right_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.header_wrap .inner_wrap .right_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.header_wrap .inner_wrap .right_wrap ul li + li {
  margin-left: 30px;
}

.header_wrap .inner_wrap .right_wrap ul li a,
.header_wrap .inner_wrap .right_wrap ul li p {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .inner_wrap .right_wrap ul li:hover > a > p {
  color: #004C31;
}

.header_wrap .inner_wrap .right_wrap ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 100%;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: #fff;
}

.header_wrap .inner_wrap .right_wrap ul li .sub-menu li {
  width: 100%;
  margin: 0;
}

.header_wrap .inner_wrap .right_wrap ul li .sub-menu li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.header_wrap .inner_wrap .right_wrap ul li .sub-menu li a p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  font-size: 14px;
}

.header_wrap .inner_wrap .right_wrap ul li .sub-menu li a:hover p {
  padding-right: 10px;
  padding-left: 10px;
}

.header_wrap .inner_wrap .right_wrap ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header_wrap .inner_wrap .right_wrap p {
  padding: 0;
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 999;
  background: #fff;
  border-right: 1px solid #117640;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #117640;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 200px;
  margin-bottom: 15px;
}

.mobile_menu .social_wrap {
  padding: 10px 20px;
  display: none !important;
}

.mobile_menu .social_wrap .social_a {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.mobile_menu .social_wrap p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}

.mobile_menu ul li ul {
  padding: 0;
  background: #f7f7f7;
}

.mobile_menu ul li ul li a {
  padding-left: 40px;
}

.mobile_menu ul li:hover a p {
  color: #004C31;
}

.left_blk_arrow {
  left: 0 !important;
}

.left_blk_arrow:after {
  color: #000;
}

.right_blk_arrow {
  right: 0 !important;
}

.right_blk_arrow:after {
  color: #000;
}

.nopadt {
  padding-top: 0;
}

.social-icon {
  margin-top: 15px;
  display: inline-block;
}

.social-icon a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pdf-wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pdf-wrp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-top: 10px;
}

.pdf-wrp a em {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 10px;
}

.footer_wrap {
  background: #004C31;
  margin-top: 90px;
  padding: 90px 0;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap.active {
  background: #157641;
}

.footer_wrap .text-1,
.footer_wrap .text-2 {
  position: relative;
  text-align: center;
  display: inline-block;
}

.footer_wrap .common_header {
  text-align: center;
  margin-bottom: 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.footer_wrap .titlesp_wrap {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  overflow: hidden;
}

.footer_wrap .titles_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_wrap .copyright_wrap {
  margin-top: 90px;
}

.footer_wrap .copyright_wrap p {
  text-align: center;
  color: #fff;
}

.footer_wrap .copyright_wrap p a {
  color: #fff;
}

.footer_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}

.footer_wrap .inner_wrap .logow img {
  width: 200px;
}

.footer_wrap .inner_wrap .col_wrap {
  width: 25%;
}

.footer_wrap .inner_wrap .col_wrap iframe {
  margin-top: 10px;
}

.footer_wrap .inner_wrap .a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.footer_wrap .inner_wrap .a p {
  padding-top: 0;
  color: #fff;
}

.contact_top_wrap {
  margin: 20px 0;
}

.contact_top_wrap .inner_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_top_wrap .contact_table_wrap {
  margin-top: 90px;
  background: #F0F0F0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.contact_top_wrap .contact_table_wrap table {
  margin: 15px 0;
  border: 0;
}

.contact_top_wrap .contact_table_wrap table tr + tr td {
  border-top: 2px solid #A4A4A4;
}

.contact_top_wrap .contact_table_wrap table tr > *:first-child {
  padding-left: 30px;
}

.contact_top_wrap .contact_table_wrap table th,
.contact_top_wrap .contact_table_wrap table td {
  padding: 15px;
  vertical-align: middle;
  border: 0;
}

.contact_top_wrap .contact_table_wrap .common_anchor {
  margin: 0;
  white-space: nowrap;
  border: none !important;
}

.contact_top_wrap .contact_table_wrap .common_anchor:hover {
  background-color: white;
}

.contact_top_wrap .contact_table_wrap .common_header,
.contact_top_wrap .contact_table_wrap p {
  padding-top: 0;
}

.cont_form_parent_wrap {
  margin-top: 90px;
}

.cont_form_parent_wrap .inner_wrap {
  padding: 40px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #fff;
  text-align: left;
}

.cont_form_parent_wrap .inner_wrap .common_header {
  padding-top: 0;
  margin-bottom: 20px;
}

.has_footer_overlap .footer_wrap {
  margin-top: -180px;
}

.form_wrap {
  margin-bottom: 20px;
}

.form_wrap p {
  padding-top: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.form_wrap .form_field {
  margin-top: 0;
  background: #EEEEEE;
  border: 0;
}

.cont_half_wrap {
  width: 50%;
}

.cont_half_wrap.right {
  padding-left: 20px;
}

.cont_half_wrap.left {
  padding-right: 20px;
}

.aif_feature_wrap.private_equity {
  margin-top: 0;
  border-radius: 0 0 90px 90px;
}

.pfix_icons_wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.modal .modal-header .common_header {
  padding-top: 0;
}

.side_arrow {
  opacity: 0.5;
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .menu_ul li:hover img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .contact_top_wrap .contact_table_wrap .common_header {
    font-size: 18px;
  }
  .home_page_common_content img {
    width: 120px;
  }
}

@media only screen and (max-width: 1100px) {
  .popup_lr_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_lr_wrap .image_wrap {
    width: 100%;
  }
  .popup_lr_wrap .info_wrap {
    width: 100%;
    padding-left: 0px;
  }
  .social-icon {
    text-align: center;
  }
  .social-icon a {
    float: none;
  }
  .pdf-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .pfix_icons_wrap {
    bottom: 20px;
    right: 20px;
  }
  .aif_feature_wrap .featue_ul.private li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 20px;
    margin-right: 0 !important;
    margin-top: 20px;
  }
  .contact_top_wrap .contact_table_wrap .common_header {
    font-size: 16px;
  }
  .footer_wrap .inner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .inner_wrap .col_wrap {
    width: 30%;
  }
  .footer_wrap .inner_wrap .col_wrap:first-child {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 786px) {
  .contact_top_wrap .contact_table_wrap {
    white-space: nowrap;
    overflow: auto;
  }
  .cont_form_parent_wrap .gridContainer {
    max-width: 80%;
  }
  .header_wrap .inner_wrap .right_mob_wrap {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .header_wrap .inner_wrap .right_mob_wrap a {
    width: 30px;
  }
  .header_wrap .inner_wrap .right_wrap {
    display: none;
  }
  .common_feature_overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_feature_overview_wrap .parent .data_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    background-color: white;
  }
  .common_feature_overview_wrap .parent .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_common_slider_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_common_slider_wrap .parent .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 90px;
  }
  .top_common_slider_wrap .parent .image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 90px;
  }
  .top_common_slider_wrap .title_wrap {
    padding-bottom: 0;
  }
  .testimonial_wrap .testi_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding: 20px;
    margin-top: 20px;
  }
  .blogs_wrap .blogs_parent {
    padding-left: 50px;
    padding-right: 50px;
  }
  .blogs_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .research_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research_wrap .half_wrap {
    width: 100%;
  }
  .research_wrap ul {
    margin-top: 20px;
  }
  .aif_feature_wrap .featue_ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aif_feature_wrap .featue_ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    padding: 20px;
    margin-top: 20px;
  }
  .aif_feature_wrap .featue_ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .aif_feature_wrap .featue_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .aif_feature_wrap .button_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aif_feature_wrap .button_wrap .common_anchor {
    width: 100%;
  }
  .faq_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq_wrap .image_wrap {
    width: 100%;
    text-align: center;
  }
  .faq_wrap .data_wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .social-icon {
    text-align: left;
  }
  .social-icon a {
    float: left;
  }
  .pdf-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
  .footer_wrap .common_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .footer_wrap .titlesp_wrap {
    width: 100%;
  }
  .pfix_icons_wrap {
    width: 40px;
    gap: 10px;
  }
  .aif_feature_wrap .featue_ul.private {
    margin-top: 20px;
  }
  .top_common_slider_wrap.has_full_video .info_wrap {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .top_common_slider_wrap.has_full_video video {
    margin-top: 90px;
  }
  .aif_table_wrap.cont_form_parent_wrap {
    padding-bottom: 90px;
  }
  .contact_top_wrap .inner_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .contact_top_wrap .contact_table_wrap {
    margin-top: 20px;
  }
  .contact_top_wrap .contact_table_wrap .common_header {
    font-size: 14px;
  }
  .contact_top_wrap .contact_table_wrap table tr > * {
    padding: 10px;
  }
  .contact_top_wrap .contact_table_wrap table tr > *:first-child {
    padding-left: 20px;
  }
  .cont_form_parent_wrap {
    padding-top: 40px !important;
  }
  .cont_form_parent_wrap .gridContainer {
    max-width: 95.45%;
  }
  .cont_form_parent_wrap .inner_wrap {
    margin-bottom: -20px;
    padding: 20px;
    padding-bottom: 60px;
  }
  .cont_half_wrap.right,
  .cont_half_wrap.left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .has_footer_overlap .footer_wrap {
    margin-top: -90px;
  }
  .footer_wrap {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .footer_wrap .common_header {
    margin-bottom: 30px;
  }
  .footer_wrap .copyright_wrap {
    margin-top: 30px;
  }
  .footer_wrap .inner_wrap .col_wrap {
    width: 100%;
  }
  .footer_wrap .inner_wrap .col_wrap:first-child {
    text-align: left;
  }
  .left_blk_arrow:after {
    font-size: 22px !important;
  }
  .right_blk_arrow:after {
    font-size: 22px !important;
  }
  .header_wrap .inner_wrap .logo_wrap {
    width: 150px;
  }
  .header_wrap .inner_wrap .right_mob_wrap {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .header_wrap .inner_wrap .right_mob_wrap a {
    width: 25px;
  }
  .founder_wrap {
    margin-top: 20px;
  }
  .founder_wrap .team_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .team_wrap {
    margin-top: 20px;
  }
  .team_wrap .team_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .team_wrap .team_ul li:nth-child(6n+0) {
    margin-right: 3%;
  }
  .circle_strength {
    margin-top: 20px;
  }
  .common_feature_overview_wrap .title_wrap .half_wrap {
    width: 100%;
    text-align: center;
  }
  .common_feature_overview_wrap {
    margin-top: 20px;
  }
  .common_feature_overview_wrap .data_wrap .box_wrap {
    padding: 20px;
  }
  .full_slider_wrap .desktop {
    display: none;
  }
  .full_slider_wrap .mobile {
    display: inline-block;
  }
  .logo_common_wrap {
    border-radius: 45px 45px 0 0;
    padding-top: 60px;
    margin-top: -25px;
    padding-bottom: 135px;
  }
  .aif_table {
    border-radius: 0px 0px 45px 45px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 140px;
  }
  .aif_table table td p {
    white-space: nowrap;
  }
  .aif_table .table_scroll {
    overflow: scroll;
  }
  .aif_table .gridContainer {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .faq_wrap {
    margin-top: 20px;
  }
  .cont_form_parent_wrap {
    margin-top: 20px;
  }
  .aif_feature_wrap {
    border-radius: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .aif_feature_wrap .featue_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding: 20px;
    margin-top: 20px;
  }
  .aif_feature_wrap .button_wrap .common_anchor {
    font-size: 16px;
  }
  .aif_feature_wrap.private_equity {
    border-radius: 0 0 25px 25px;
  }
  .home_page_common_content .common_header {
    padding: 0;
  }
  .aif_table_wrap {
    border-radius: 45px 45px 0px 0px;
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .aif_table_wrap p {
    padding-left: 0;
    padding-right: 0;
  }
  .aif_table_wrap ul {
    margin-top: 20px;
  }
  .aif_table_wrap ul li p {
    font-size: 16px;
    padding-top: 0px;
    line-height: 1.4em;
  }
  .aif_table_wrap ul li img {
    max-width: 80%;
  }
  .small_case_wrap {
    margin-top: -45px;
    border-radius: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .small_case_wrap ul {
    margin-top: 20px;
  }
  .small_case_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .testimonial_wrap {
    border-radius: 45px 45px 0 0;
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .testimonial_wrap .video_ul {
    margin-top: 20px;
  }
  .testimonial_wrap .video_ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 20px;
  }
  .testimonial_wrap .video_ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .testimonial_wrap .video_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .testimonial_wrap .testi_ul {
    margin-top: 20px;
  }
  .ticker_wrap {
    margin-top: 20px;
  }
  .ticker_wrap .data_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 5px;
  }
  .ticker_wrap .data_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .blogs_wrap {
    margin-top: 20px;
  }
  .blogs_wrap .blogs_parent {
    padding: 0 10px;
  }
  .blogs_wrap .left_blk_arrow {
    left: -15px !important;
  }
  .blogs_wrap .right_blk_arrow {
    right: -15px !important;
  }
}

.ticker_wrap .data_wrap ul .swiper-slide li,
.logo_common_wrap ul .swiper-slide li,
.team_wrap .team_ul .swiper-slide li,
.blogs_wrap ul .swiper-slide li {
  width: 100%;
}

.faq_wrap .data_wrap .question_wrap .question_parent {
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #004C31;
}

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