/*$mio: 'Material Icons Outlined';*/
/*$heading-color: #83AD12;
$heading-black-color: #000000;
$theme-color: #83AD12;
$theme-darker: #6C900A;
$white: #fff;
$off-white: #D9D8D6;
$light-blue: #7DBFEB;
$gray-bg: #F8F8F8;
$text-color: #000000;
$link-color: #83AD12;
$pink-color:#DB1A79;
$orange-color:#F17A20;
$yellow-color:#F4DD32;*/
/* half circle mixin */
/* Gradient mixin */
/* line 86, ../scss/_mixin.scss */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 16, 0.5970763305) 0%, rgba(7, 84, 105, 0) 100%); }

/* line 86, ../scss/_mixin.scss */
.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(0, 15, 16, 0.8505777311) 0%, rgba(7, 84, 105, 0.4724264706) 100%); }

/* line 86, ../scss/_mixin.scss */
.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%); }

/* line 86, ../scss/_mixin.scss */
.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%); }

/* line 86, ../scss/_mixin.scss */
.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%); }

/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: 'Certo Sans';
  src: url("../fonts/CertoSans-Bold.eot");
  src: url("../fonts/CertoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Bold.woff2") format("woff2"), url("../fonts/CertoSans-Bold.woff") format("woff"), url("../fonts/CertoSans-Bold.ttf") format("truetype"), url("../fonts/CertoSans-Bold.svg#CertoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Certo Sans';
  src: url("../fonts/CertoSans-Light.eot");
  src: url("../fonts/CertoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Light.woff2") format("woff2"), url("../fonts/CertoSans-Light.woff") format("woff"), url("../fonts/CertoSans-Light.ttf") format("truetype"), url("../fonts/CertoSans-Light.svg#CertoSans-Light") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Certo Sans';
  src: url("../fonts/CertoSans-Heavy.eot");
  src: url("../fonts/CertoSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Heavy.woff2") format("woff2"), url("../fonts/CertoSans-Heavy.woff") format("woff"), url("../fonts/CertoSans-Heavy.ttf") format("truetype"), url("../fonts/CertoSans-Heavy.svg#CertoSans-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Certo Sans';
  src: url("../fonts/CertoSans-Regular.eot");
  src: url("../fonts/CertoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Regular.woff2") format("woff2"), url("../fonts/CertoSans-Regular.woff") format("woff"), url("../fonts/CertoSans-Regular.ttf") format("truetype"), url("../fonts/CertoSans-Regular.svg#CertoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 57, ../scss/_common.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth; }

/* line 62, ../scss/_common.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 68, ../scss/_common.scss */
html,
body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity; }
  @media (max-width: 575.98px) {
    /* line 68, ../scss/_common.scss */
    html,
    body {
      overflow: visible !important; } }

/* line 79, ../scss/_common.scss */
body {
  font-family: "Certo Sans";
  /*font-weight: normal;*/
  color: #626262;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    /* line 79, ../scss/_common.scss */
    body {
      font-size: 16px; } }

/* line 93, ../scss/_common.scss */
body.fade-out {
  opacity: 0;
  transition: none; }

/* line 98, ../scss/_common.scss */
.caret {
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  border-top: solid 3px #1AA79C;
  position: absolute;
  right: 0px;
  top: 25px; }

/* line 107, ../scss/_common.scss */
.section-title {
  margin-bottom: 20px; }

/* line 111, ../scss/_common.scss */
a {
  color: #1AA79C;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  /* line 117, ../scss/_common.scss */
  a:hover, a:focus {
    text-decoration: none;
    box-shadow: none !important; }
  /* line 124, ../scss/_common.scss */
  a:hover {
    color: #075469; }

/* line 129, ../scss/_common.scss */
img.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 133, ../scss/_common.scss */
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

/* line 141, ../scss/_common.scss */
i,
span,
a {
  display: inline-block; }

/* line 147, ../scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Certo Sans";
  /*    color: $heading-color;*/
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  color: #003C34; }

/* line 162, ../scss/_common.scss */
h1 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 1px; }

/* line 168, ../scss/_common.scss */
h2 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 1px; }

/* line 174, ../scss/_common.scss */
h3 {
  font-size: 32px;
  line-height: 36px;
  color: #626262;
  font-weight: 500; }

/* line 181, ../scss/_common.scss */
h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Certo Sans";
  font-weight: 400; }

/* line 188, ../scss/_common.scss */
h5 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Certo Sans"; }

/* line 194, ../scss/_common.scss */
h6 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Certo Sans";
  color: #1AA79C;
  text-transform: uppercase;
  font-weight: 500; }

/* line 203, ../scss/_common.scss */
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

/* line 210, ../scss/_common.scss */
p {
  color: #626262;
  margin: 0px;
  margin-bottom: 1.8rem;
  letter-spacing: 0.1px; }

/* line 217, ../scss/_common.scss */
.abstract {
  /*	color: $theme-color;*/
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400; }

/* line 224, ../scss/_common.scss */
strong,
b {
  font-weight: bold; }

/* line 229, ../scss/_common.scss */
small {
  font-size: 13px; }

/* line 233, ../scss/_common.scss */
input,
textarea {
  display: inherit; }

/* line 238, ../scss/_common.scss */
img {
  max-width: 100%; }

/* line 242, ../scss/_common.scss */
section {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  /* line 246, ../scss/_common.scss */
  section.no-padding-bottom {
    padding-bottom: 0; }
  /* line 250, ../scss/_common.scss */
  section.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 991.98px) {
    /* line 242, ../scss/_common.scss */
    section {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; } }

@media (max-width: 991.98px) {
  /* line 262, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 267, ../scss/_common.scss */
  h1 {
    font-size: 38px;
    line-height: 1.2; } }
@media (max-width: 991.98px) {
  /* line 275, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 280, ../scss/_common.scss */
  h1 {
    font-size: 32px;
    line-height: 1.2; } }
@media (max-width: 767.98px) {
  /* line 288, ../scss/_common.scss */
  body {
    font-size: 16px;
    line-height: 1.6; }

  /* line 293, ../scss/_common.scss */
  h1 {
    font-size: 22px;
    line-height: 1.2; }

  /* line 298, ../scss/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 30px; }

  /* line 303, ../scss/_common.scss */
  h3 {
    font-size: 24px;
    line-height: 30px; }

  /* line 308, ../scss/_common.scss */
  h4 {
    font-size: 22px;
    line-height: 28px; }

  /* line 313, ../scss/_common.scss */
  h5 {
    font-size: 20px;
    line-height: 26px; }

  /* line 318, ../scss/_common.scss */
  h6 {
    font-size: 14px;
    line-height: 24px; }

  /* line 323, ../scss/_common.scss */
  .abstract {
    font-size: 16px;
    margin-bottom: 10px; }

  /* line 328, ../scss/_common.scss */
  section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (max-width: 767.98px) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
/* line 341, ../scss/_common.scss */
.orange-text {
  color: #F6630C; }

/* line 347, ../scss/_common.scss */
.z1 {
  z-index: 1; }

/* line 351, ../scss/_common.scss */
.z2 {
  z-index: 2; }

/* line 355, ../scss/_common.scss */
.z9 {
  z-index: 9; }

/* line 359, ../scss/_common.scss */
.z99 {
  z-index: 99; }

/* line 363, ../scss/_common.scss */
.z999 {
  z-index: 999; }

/* line 367, ../scss/_common.scss */
.z9999 {
  z-index: 9999; }

/* line 371, ../scss/_common.scss */
.theme {
  /*color: $theme-color;*/ }

/* line 375, ../scss/_common.scss */
.strong {
  font-family: "Certo Sans"; }

/* line 379, ../scss/_common.scss */
.semi-strong {
  font-family: "Certo Sans"; }

/* line 383, ../scss/_common.scss */
.font-weight-400 {
  font-weight: 400; }

/* line 388, ../scss/_common.scss */
.rm-rl-container .more-text {
  display: none; }

/* line 394, ../scss/_common.scss */
.read-more-link .less {
  display: none; }

/* PAGE TRANSITION */
/* line 401, ../scss/_common.scss */
.first-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #1AA79C;
  animation: first-transition 1s;
  animation-fill-mode: forwards; }

@keyframes first-transition {
  from {
    right: 0; }
  to {
    right: -100%; } }
/* line 423, ../scss/_common.scss */
.page-transition {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background: #1AA79C;
  transition: all ease 1s; }

/* line 434, ../scss/_common.scss */
.page-transition.active {
  width: 100%; }

/* line 438, ../scss/_common.scss */
hr {
  background-color: #999;
  opacity: 0.5;
  margin: 50px 0; }

/***************************************************
  Page Search
****************************************************/
@media (max-width: 1920px) {
  /* line 448, ../scss/_common.scss */
  .navik-header-overlay .burger-menu.menu-open {
    right: -230px !important; } }
@media (max-width: 1650px) {
  /* line 448, ../scss/_common.scss */
  .navik-header-overlay .burger-menu.menu-open {
    right: -60px !important; } }

@media (max-width: 767.98px) {
  /* line 457, ../scss/_common.scss */
  .menu-overlay-link a:before {
    left: -32px !important; } }

@media (max-width: 575.98px) {
  /* line 462, ../scss/_common.scss */
  .navik-menu-overlay {
    padding: 30px 40px !important; } }

/* line 467, ../scss/_common.scss */
.search-cont-right {
  float: right;
  display: inline-flex;
  align-items: center;
  margin-right: 60px;
  margin-top: 20px; }
  @media (max-width: 1199.98px) {
    /* line 467, ../scss/_common.scss */
    .search-cont-right {
      margin-right: 85px;
      margin-top: 26px; } }
  @media (max-width: 991.98px) {
    /* line 467, ../scss/_common.scss */
    .search-cont-right {
      margin-top: 28px;
      margin-right: 43px; } }
  @media (max-width: 767.98px) {
    /* line 467, ../scss/_common.scss */
    .search-cont-right {
      margin-top: 22px;
      margin-right: 37px; } }
  @media (max-width: 480px) {
    /* line 467, ../scss/_common.scss */
    .search-cont-right {
      margin-right: 29px; } }
  @media (max-width: 388px) {
    /* line 467, ../scss/_common.scss */
    .search-cont-right {
      margin-right: 23px; } }
  /* line 494, ../scss/_common.scss */
  .search-cont-right .icon-globe {
    font-size: 20px;
    color: #FFC425;
    vertical-align: middle;
    margin-right: 5px; }
    @media (max-width: 767.98px) {
      /* line 494, ../scss/_common.scss */
      .search-cont-right .icon-globe {
        font-size: 16px; } }
    @media (max-width: 480px) {
      /* line 494, ../scss/_common.scss */
      .search-cont-right .icon-globe {
        font-size: 14px; } }
    @media (max-width: 388px) {
      /* line 494, ../scss/_common.scss */
      .search-cont-right .icon-globe {
        font-size: 10px;
        margin-right: 2px; } }

/* line 513, ../scss/_common.scss */
.icon-search {
  font-size: 19px;
  color: #FFC425;
  vertical-align: sub;
  margin-right: 3px; }
  @media (max-width: 767.98px) {
    /* line 513, ../scss/_common.scss */
    .icon-search {
      font-size: 16px; } }
  @media (max-width: 480px) {
    /* line 513, ../scss/_common.scss */
    .icon-search {
      font-size: 15px; } }
  @media (max-width: 388px) {
    /* line 513, ../scss/_common.scss */
    .icon-search {
      font-size: 10px; } }

/* line 530, ../scss/_common.scss */
.search-cont-right a.arabic {
  font-family: 'Cairo', sans-serif;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 700; }
  @media (max-width: 1199.98px) {
    /* line 530, ../scss/_common.scss */
    .search-cont-right a.arabic {
      margin-right: 8px; } }
  @media (max-width: 1199.98px) {
    /* line 530, ../scss/_common.scss */
    .search-cont-right a.arabic {
      margin-right: 13px; } }
  @media (max-width: 480px) {
    /* line 530, ../scss/_common.scss */
    .search-cont-right a.arabic {
      font-size: 18px; } }
  /* line 552, ../scss/_common.scss */
  .search-cont-right a.arabic:hover {
    color: #F6630C; }

/* line 557, ../scss/_common.scss */
.search-icon a {
  color: #fff;
  font-family: "Certo Sans";
  font-size: 16px;
  font-weight: normal; }
  @media (max-width: 480px) {
    /* line 557, ../scss/_common.scss */
    .search-icon a {
      font-size: 12px; } }
  @media (max-width: 388px) {
    /* line 557, ../scss/_common.scss */
    .search-icon a {
      font-size: 10px; } }
  /* line 568, ../scss/_common.scss */
  .search-icon a:hover {
    color: #E5A93F; }

/* line 573, ../scss/_common.scss */
.page_search_box {
  position: fixed;
  width: 100%;
  height: 0;
  /*background: rgba(0, 79, 163, 0.98);*/
  background: #01447C;
  z-index: 9999999;
  left: 0;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden; }
  /* line 587, ../scss/_common.scss */
  .page_search_box:before {
    content: '';
    position: absolute;
    background: url(../images/bg-theme-outline.svg);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.4;
    background-repeat: no-repeat;
    bottom: -14%; }
    @media (max-width: 767.98px) {
      /* line 587, ../scss/_common.scss */
      .page_search_box:before {
        bottom: 0px; } }

/* line 603, ../scss/_common.scss */
.page_search_box.active {
  height: 100%;
  opacity: 1;
  visibility: visible; }

/* line 609, ../scss/_common.scss */
.page_search_box .searchinput {
  width: 70%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767.98px) {
    /* line 609, ../scss/_common.scss */
    .page_search_box .searchinput {
      width: 90%; } }

/* line 620, ../scss/_common.scss */
.page_search_box .searchinput input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5); }

/* line 625, ../scss/_common.scss */
.page_search_box .searchinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5); }

/* line 630, ../scss/_common.scss */
.page_search_box .searchinput input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5); }

/* line 635, ../scss/_common.scss */
.page_search_box .searchinput input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5); }

/* line 640, ../scss/_common.scss */
.page_search_box .searchinput input {
  width: 100%;
  background: none;
  height: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding: 0 35px 0 0px; }
  @media (max-width: 767.98px) {
    /* line 640, ../scss/_common.scss */
    .page_search_box .searchinput input {
      width: 90%;
      font-size: 16px; } }

/* line 656, ../scss/_common.scss */
.page_search_box .searchinput button {
  position: absolute;
  bottom: 11px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 767.98px) {
    /* line 656, ../scss/_common.scss */
    .page_search_box .searchinput button {
      font-size: 18px; } }

/* line 672, ../scss/_common.scss */
.page_search_box .searchinput button:hover {
  color: #1AA79C; }

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}*/
/* line 681, ../scss/_common.scss */
.page_search_box .searchinput p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px; }

/* line 687, ../scss/_common.scss */
.search_close {
  position: absolute;
  top: 50px;
  right: 100px;
  padding: 5px;
  font-size: 24px;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    /* line 687, ../scss/_common.scss */
    .search_close {
      top: 22px;
      right: 30px; } }

/* line 702, ../scss/_common.scss */
.search_close:hover span {
  color: #1AA79C; }

/*@media only screen and (max-width: 767px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}*/
/* line 712, ../scss/_common.scss */
.search_close span {
  font-size: 24px;
  cursor: pointer;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  transition: 0.5s;
  color: #ffc425; }

/* line 721, ../scss/_common.scss */
.search_close span:hover {
  color: #FFF;
  transform: scale(1.1) rotate(180deg); }

/*===== All Button Style =====*/
/* line 728, ../scss/_common.scss */
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 734, ../scss/_common.scss */
.main-btn {
  position: relative;
  text-transform: capitalize;
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  z-index: 1;
  padding: 10px 34px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background-color: #1AA79C;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-weight: 500;
  margin-right: 30px;
  overflow: hidden;
  font-family: "Certo Sans";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  border-width: 1px !important; }
  /* line 754, ../scss/_common.scss */
  .main-btn span.icon {
    padding-left: 5px; }
  /* line 758, ../scss/_common.scss */
  .main-btn.outline {
    background-color: transparent;
    border: 1px solid #919191;
    color: #ffffff;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    /* line 765, ../scss/_common.scss */
    .main-btn.outline.white-outline {
      border: 1px solid #fff;
      color: #fff; }
      /* line 769, ../scss/_common.scss */
      .main-btn.outline.white-outline:hover {
        background: #1AA79C;
        border: 1px solid #1AA79C;
        color: #fff; }
  /* line 777, ../scss/_common.scss */
  .main-btn.right-arrow {
    position: relative;
    padding-right: 39px;
    padding-left: 18px;
    background: transparent;
    color: #fff; }
    @media (max-width: 480px) {
      /* line 777, ../scss/_common.scss */
      .main-btn.right-arrow {
        padding-left: 10px; } }
    @media (max-width: 991.98px) {
      /* line 777, ../scss/_common.scss */
      .main-btn.right-arrow {
        padding-right: 35px; } }
    /* line 792, ../scss/_common.scss */
    .main-btn.right-arrow:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 8px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important;
      content: '\e901';
      right: 15px; }
    /* line 801, ../scss/_common.scss */
    .main-btn.right-arrow:hover {
      color: #E5A93F;
      background-color: #E5A93F; }
    /* line 807, ../scss/_common.scss */
    .main-btn.right-arrow:hover:after {
      right: 10px; }
  /* line 812, ../scss/_common.scss */
  .main-btn.without-outline {
    color: #1BAEEF !important;
    font-size: 18px;
    font-weight: 500;
    font-family: "Certo Sans";
    padding-left: 0px !important; }
    @media (max-width: 1199.98px) {
      /* line 812, ../scss/_common.scss */
      .main-btn.without-outline {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      /* line 812, ../scss/_common.scss */
      .main-btn.without-outline {
        font-size: 15px; } }
    @media (max-width: 575.98px) {
      /* line 812, ../scss/_common.scss */
      .main-btn.without-outline {
        font-size: 14px; } }
    /* line 828, ../scss/_common.scss */
    .main-btn.without-outline:hover {
      color: #E5A93F !important;
      background-color: transparent !important; }
  /* line 836, ../scss/_common.scss */
  .main-btn.without-outline-white {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    font-family: "Certo Sans";
    padding-left: 0px !important; }
    /* line 843, ../scss/_common.scss */
    .main-btn.without-outline-white:hover {
      color: #E5A93F !important;
      background-color: transparent !important; }
  /* line 851, ../scss/_common.scss */
  .main-btn.plus-icon {
    position: relative;
    padding-left: 25px;
    padding-right: 0px;
    background: transparent;
    color: #1AA79C; }
    @media (max-width: 480px) {
      /* line 851, ../scss/_common.scss */
      .main-btn.plus-icon {
        padding-left: 25px; } }
    /* line 862, ../scss/_common.scss */
    .main-btn.plus-icon:after {
      font-family: 'st-icons' !important;
      position: absolute;
      /*font-size: 8px;*/
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important;
      content: '\e911';
      left: 2px;
      font-size: 16px; }
    /* line 873, ../scss/_common.scss */
    .main-btn.plus-icon:hover {
      color: #99dcd7 !important;
      background: transparent; }
    /* line 879, ../scss/_common.scss */
    .main-btn.plus-icon:hover:after {
      right: 10px;
      color: #99dcd7; }
  /* line 885, ../scss/_common.scss */
  .main-btn:hover {
    /*color: $;*/
    background-color: #003C34; }
    /* line 889, ../scss/_common.scss */
    .main-btn:hover:before {
      bottom: 0; }
  /* line 894, ../scss/_common.scss */
  .main-btn:focus {
    color: #fff; }
  /* line 898, ../scss/_common.scss */
  .main-btn:active {
    color: #fff;
    background-color: transparent; }
  /* line 903, ../scss/_common.scss */
  .main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
  /* line 915, ../scss/_common.scss */
  .main-btn .btn-icon {
    padding-right: 5px;
    font-size: 24px;
    opacity: 0.8; }
  /* line 921, ../scss/_common.scss */
  .main-btn.btn-med {
    padding: 8px 25px !important;
    font-size: 14px; }
    /* line 925, ../scss/_common.scss */
    .main-btn.btn-med .btn-icon {
      font-size: 20px;
      opacity: 0.8; }
  /* line 931, ../scss/_common.scss */
  .main-btn.btn-small {
    padding: 4px 20px !important;
    font-size: 13px; }
    /* line 935, ../scss/_common.scss */
    .main-btn.btn-small .btn-icon {
      font-size: 18px;
      opacity: 0.8; }
  /* line 941, ../scss/_common.scss */
  .main-btn.filled-btn {
    /* background-color: $theme-color;*/
    /*    border: 1px solid $theme-color;*/
    color: #fff !important; }
  /* line 947, ../scss/_common.scss */
  .main-btn.no-fill {
    border: none;
    background-color: transparent;
    /*	color: $theme-color !important;*/ }
  /* line 954, ../scss/_common.scss */
  .main-btn:hover {
    border-color: transparent;
    color: #fff !important; }
    /* line 958, ../scss/_common.scss */
    .main-btn:hover:before {
      background-color: transparent; }
  @media (max-width: 767.98px) {
    /* line 734, ../scss/_common.scss */
    .main-btn {
      padding: 10px 15px;
      font-size: 14px; }
      /* line 967, ../scss/_common.scss */
      .main-btn.btn-small {
        padding: 4px 10px !important; } }
  @media (max-width: 767.98px) {
    /* line 734, ../scss/_common.scss */
    .main-btn {
      padding: 8px 15px; } }

/* line 979, ../scss/_common.scss */
#myVideo {
  position: absolute;
  z-index: 4;
  /*right: 0;*/
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background-size: 100% 100%;*/
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */ }

/* Layer with position absolute in order to have it over the video
		* --------------------------------------- */
/* line 998, ../scss/_common.scss */
#section1 .layer {
  position: absolute;
  z-index: 99999;
  width: 100%;
  color: #fff;
  height: 43vh;
  justify-content: left;
  align-items: center;
  background-size: cover;
  margin-top: -5%;
  /*@media (max-width: 1199.98px){
      padding-top: 21%;   
  }
  @media (max-width: 991.98px){
      padding-top: 40%;   
  }
  @media (max-width: 575.98px){
     padding-left: 15px;
      padding-right: 15px;
  }
  @media (max-width: 480px){
    padding-top: 60%; 
  }*/ }
  @media (max-width: 575.98px) {
    /* line 998, ../scss/_common.scss */
    #section1 .layer {
      left: 30px; } }

/* line 1025, ../scss/_common.scss */
.banner-svg {
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: 9;
  width: 73%;
  height: 100%; }
  @media (max-width: 991.98px) {
    /* line 1025, ../scss/_common.scss */
    .banner-svg {
      bottom: -56%;
      width: 100%; } }
  @media (max-width: 480px) {
    /* line 1025, ../scss/_common.scss */
    .banner-svg {
      bottom: -73%; } }

/* line 1042, ../scss/_common.scss */
#section1 h1 {
  color: #fff; }

/* line 1046, ../scss/_common.scss */
#infoMenu li a {
  color: #fff; }

/* line 1050, ../scss/_common.scss */
#section1 {
  overflow: hidden; }

/* line 1056, ../scss/_common.scss */
.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(3, 30, 52, 0.6);
  z-index: 9;
  top: 0; }

/* line 1064, ../scss/_common.scss */
.home-slider-overlay-top {
  height: 30%;
  width: 100%;
  position: absolute;
  background: #000d0b;
  background: -moz-linear-gradient(180deg, rgba(0, 13, 11, 0.7147233894) 0%, rgba(0, 60, 52, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 13, 11, 0.7147233894) 0%, rgba(0, 60, 52, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 13, 11, 0.7147233894) 0%, rgba(0, 60, 52, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d0b",endColorstr="#003c34",GradientType=1);
  z-index: 1;
  top: 0;
  pointer-events: none; }

/* line 1077, ../scss/_common.scss */
.home-slider-overlay-bottom {
  height: 20%;
  width: 100%;
  position: absolute;
  background: #003c34;
  background: -moz-linear-gradient(180deg, rgba(0, 60, 52, 0) 0%, rgba(0, 13, 11, 0.7147233894) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 60, 52, 0) 0%, rgba(0, 13, 11, 0.7147233894) 100%);
  background: linear-gradient(180deg, rgba(0, 60, 52, 0) 0%, rgba(0, 13, 11, 0.7147233894) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34",endColorstr="#000d0b",GradientType=1);
  z-index: 1;
  bottom: 0;
  pointer-events: none; }

/* line 1090, ../scss/_common.scss */
.home-slider-overlay-center {
  height: 100%;
  width: 70%;
  position: absolute;
  background: #000f0d;
  background: -moz-linear-gradient(90deg, rgba(0, 15, 13, 0.7147233894) 0%, rgba(0, 15, 13, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 15, 13, 0.7147233894) 0%, rgba(0, 15, 13, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 15, 13, 0.7147233894) 0%, rgba(0, 15, 13, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  z-index: 1;
  bottom: 0;
  pointer-events: none; }

/* line 1117, ../scss/_common.scss */
.header-top {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  color: #fff; }

/* line 1127, ../scss/_common.scss */
.header-inner {
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    /* line 1127, ../scss/_common.scss */
    .header-inner {
      padding: 20px 15px; } }
  /* line 1140, ../scss/_common.scss */
  .header-inner img {
    max-width: 75%;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }

/* line 1146, ../scss/_common.scss */
.menu-main {
  position: relative; }

/* line 1164, ../scss/_common.scss */
.footer-links {
  color: #fff;
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: 400;
  line-height: 22px;
  text-align: center; }

/* line 1173, ../scss/_common.scss */
.footer-links a {
  color: #fff;
  padding: 0 5px;
  font-size: 14px; }
  @media (max-width: 1199.98px) {
    /* line 1173, ../scss/_common.scss */
    .footer-links a {
      font-size: 13px; } }
  @media (max-width: 388px) {
    /* line 1173, ../scss/_common.scss */
    .footer-links a {
      font-size: 12px; } }

/* line 1185, ../scss/_common.scss */
.footer-links a:first-child {
  padding-left: 0; }

/* line 1189, ../scss/_common.scss */
.footer-links a:last-child {
  padding-right: 0; }

/* line 1193, ../scss/_common.scss */
.footer-links a:hover {
  color: #E5A93F; }

/* line 1197, ../scss/_common.scss */
.copyright {
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: normal;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 0;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 20px; }

/* line 1209, ../scss/_common.scss */
.boxon {
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 0; }

/* line 1218, ../scss/_common.scss */
.boxon img {
  vertical-align: top;
  height: 16px;
  width: auto; }
  @media (max-width: 480px) {
    /* line 1218, ../scss/_common.scss */
    .boxon img {
      margin-bottom: 0px;
      vertical-align: baseline; } }

/* line 1228, ../scss/_common.scss */
.menu-bottom {
  position: relative;
  bottom: 30px;
  left: 0;
  right: 0; }
  @media (max-width: 1399.98px) {
    /* line 1228, ../scss/_common.scss */
    .menu-bottom {
      position: relative; } }

@media (max-width: 1199.98px) {
  /* line 1239, ../scss/_common.scss */
  .menu-slide .nav-menu-wrapper {
    width: 430px; } }
@media (max-width: 575.98px) {
  /* line 1239, ../scss/_common.scss */
  .menu-slide .nav-menu-wrapper {
    width: 100%; } }

@media (max-width: 1199.98px) {
  /* line 1267, ../scss/_common.scss */
  .overlay-dropdown-plus {
    top: 1px; } }

@media (max-width: 1199.98px) {
  /* line 1272, ../scss/_common.scss */
  .menu-slide .navik-menu-overlay > ul ul li a {
    padding-left: 0px; } }

@media (max-width: 1199.98px) {
  /* line 1278, ../scss/_common.scss */
  .navik-header-overlay .burger-menu {
    top: 18px; } }
@media (max-width: 991.98px) {
  /* line 1278, ../scss/_common.scss */
  .navik-header-overlay .burger-menu {
    right: 7px;
    width: 20px;
    height: 9px;
    padding: 0px;
    top: 34px; } }
@media (max-width: 767.98px) {
  /* line 1278, ../scss/_common.scss */
  .navik-header-overlay .burger-menu {
    top: 28px; } }
@media (max-width: 480px) {
  /* line 1278, ../scss/_common.scss */
  .navik-header-overlay .burger-menu {
    right: 0px; } }
@media (max-width: 388px) {
  /* line 1278, ../scss/_common.scss */
  .navik-header-overlay .burger-menu {
    width: 18px; } }

/* line 1301, ../scss/_common.scss */
.banner-sub-text {
  color: #E5A93F;
  font-family: "Certo Sans";
  font-size: 20px;
  margin-bottom: 18px; }
  @media (max-width: 1199.98px) {
    /* line 1301, ../scss/_common.scss */
    .banner-sub-text {
      font-size: 18px;
      margin-bottom: 5px; } }
  @media (max-width: 991.98px) {
    /* line 1301, ../scss/_common.scss */
    .banner-sub-text {
      font-size: 16px;
      margin-bottom: 5px; } }
  @media (max-width: 767.98px) {
    /* line 1301, ../scss/_common.scss */
    .banner-sub-text {
      font-size: 14px; } }

/* line 1320, ../scss/_common.scss */
.banner-main-text {
  color: #63CCF5;
  font-family: "Certo Sans";
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 25px;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    /* line 1320, ../scss/_common.scss */
    .banner-main-text {
      font-size: 45px;
      line-height: 50px; } }
  @media (max-width: 991.98px) {
    /* line 1320, ../scss/_common.scss */
    .banner-main-text {
      font-size: 42px;
      line-height: 46px; } }
  @media (max-width: 991.98px) {
    /* line 1320, ../scss/_common.scss */
    .banner-main-text {
      font-size: 32px;
      line-height: 35px; } }
  @media (max-width: 575.98px) {
    /* line 1320, ../scss/_common.scss */
    .banner-main-text {
      font-size: 28px;
      line-height: 32px; } }

/* line 1348, ../scss/_common.scss */
.pp-tooltip {
  top: 2px;
  font-size: 16px;
  font-family: "Certo Sans"; }

/* line 1354, ../scss/_common.scss */
.pp-tooltip.right {
  right: 25px; }

/* line 1358, ../scss/_common.scss */
#pp-nav li .active span,
.pp-slidesNav .active span {
  border: none;
  background: none; }

/* line 1364, ../scss/_common.scss */
#pp-nav span,
.pp-slidesNav span {
  border: none;
  background: none; }

/* line 1370, ../scss/_common.scss */
#pp-nav li .active span:after {
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: '\e901';
  color: #1BAEEF;
  transform: rotate(90deg); }

/* line 1380, ../scss/_common.scss */
.pp-slidesNav .active span:after {
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: '\e901';
  color: #1BAEEF;
  transform: rotate(90deg); }

/* line 1390, ../scss/_common.scss */
#pp-nav li a:hover {
  transform: rotate(25deg);
  color: #1BAEEF; }

/* line 1395, ../scss/_common.scss */
.pp-slidesNav li a:hover {
  transform: rotate(25deg);
  color: #1BAEEF; }

/* line 1400, ../scss/_common.scss */
#pp-nav span:after {
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: '\e901';
  color: #ccc;
  transform: rotate(90deg); }

/* line 1410, ../scss/_common.scss */
.pp-slidesNav span:after {
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: '\e901';
  color: #ccc; }

/* line 1419, ../scss/_common.scss */
#pp-nav li,
.pp-slidesNav li {
  margin: 10px; }

/* line 1424, ../scss/_common.scss */
.page-name-lf {
  position: absolute;
  left: 10px;
  bottom: 185px;
  -ms-transform: rotate(-90deg);
  transform: rotate(270deg);
  z-index: 9999999;
  display: block;
  color: #E5A93F;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (max-width: 1399.98px) {
    /* line 1424, ../scss/_common.scss */
    .page-name-lf {
      left: -20px; } }
  @media (max-width: 1199.98px) {
    /* line 1424, ../scss/_common.scss */
    .page-name-lf {
      display: none; } }

/* line 1445, ../scss/_common.scss */
.page-name-lf:before {
  content: '';
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: -94px;
  top: 13px; }

/* line 1456, ../scss/_common.scss */
.page-name-lf2 {
  position: absolute;
  left: 0px;
  bottom: 185px;
  -ms-transform: rotate(-90deg);
  transform: rotate(270deg);
  z-index: 9999999;
  display: block;
  color: #06AEEF;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (max-width: 1399.98px) {
    /* line 1456, ../scss/_common.scss */
    .page-name-lf2 {
      left: -20px; } }
  @media (max-width: 1199.98px) {
    /* line 1456, ../scss/_common.scss */
    .page-name-lf2 {
      display: none; } }

/* line 1476, ../scss/_common.scss */
.page-name-lf2:before {
  content: '';
  width: 80px;
  height: 1px;
  background: #D9DADB;
  display: block;
  position: absolute;
  left: -94px;
  top: 13px; }

/* line 1486, ../scss/_common.scss */
.header-2 {
  background: #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 1494, ../scss/_common.scss */
.header-2 .header-inner .icon-globe {
  color: #06AEEF; }
/* line 1498, ../scss/_common.scss */
.header-2 .header-inner .icon-search {
  color: #06AEEF; }
/* line 1502, ../scss/_common.scss */
.header-2 .header-inner .navik-header-overlay .line-menu {
  background-color: #fff; }
/* line 1506, ../scss/_common.scss */
.header-2 .header-inner .search-cont-right a.arabic {
  color: #fff; }
  /* line 1508, ../scss/_common.scss */
  .header-2 .header-inner .search-cont-right a.arabic:hover {
    color: #F6630C; }
/* line 1513, ../scss/_common.scss */
.header-2 .header-inner .subscribe-link a {
  color: #fff; }
  /* line 1515, ../scss/_common.scss */
  .header-2 .header-inner .subscribe-link a:hover {
    color: #F6630C; }
/* line 1522, ../scss/_common.scss */
.header-2 .header-inner .search-icon a {
  color: #01447C; }
  /* line 1524, ../scss/_common.scss */
  .header-2 .header-inner .search-icon a:hover {
    color: #E5A93F; }
/* line 1529, ../scss/_common.scss */
.header-2 .header-inner .cls-1 {
  fill: #00447C;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

@media (max-width: 991.98px) {
  /* line 1536, ../scss/_common.scss */
  .services-list {
    margin-bottom: 25px; } }

@media (max-width: 1399.98px) {
  /* line 1542, ../scss/_common.scss */
  #AMSF-Logo {
    width: 160px; } }
@media (max-width: 480px) {
  /* line 1542, ../scss/_common.scss */
  #AMSF-Logo {
    width: 130px; } }
@media (max-width: 388px) {
  /* line 1542, ../scss/_common.scss */
  #AMSF-Logo {
    width: 120px;
    height: 95px; } }

@media (max-width: 767.98px) {
  /* line 1554, ../scss/_common.scss */
  .section-2-bg {
    padding: 0px; } }

/* line 1591, ../scss/_common.scss */
#section2 .pp-scrollable {
  overflow-x: hidden !important; }
/* line 1595, ../scss/_common.scss */
#section2 .banner-main-text {
  width: 55%;
  color: #01447C;
  font-weight: 500;
  line-height: 70px; }
  @media (max-width: 1399.98px) {
    /* line 1595, ../scss/_common.scss */
    #section2 .banner-main-text {
      width: 70%;
      font-size: 56px;
      line-height: 65px; } }
  @media (max-width: 1199.98px) {
    /* line 1595, ../scss/_common.scss */
    #section2 .banner-main-text {
      font-size: 45px;
      line-height: 50px; } }
  @media (max-width: 991.98px) {
    /* line 1595, ../scss/_common.scss */
    #section2 .banner-main-text {
      font-size: 42px;
      line-height: 46px; } }
  @media (max-width: 767.98px) {
    /* line 1595, ../scss/_common.scss */
    #section2 .banner-main-text {
      font-size: 32px;
      line-height: 38px;
      width: 100%; } }
  @media (max-width: 575.98px) {
    /* line 1595, ../scss/_common.scss */
    #section2 .banner-main-text {
      font-size: 28px;
      line-height: 32px; } }
/* line 1626, ../scss/_common.scss */
#section2 .banner-sub-text {
  text-transform: uppercase;
  color: #06AEEF; }
/* line 1631, ../scss/_common.scss */
#section2 .child-icon {
  background: #00853F;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center; }
  @media (max-width: 1399.98px) {
    /* line 1631, ../scss/_common.scss */
    #section2 .child-icon {
      height: 100px; } }
  @media (max-width: 1199.98px) {
    /* line 1631, ../scss/_common.scss */
    #section2 .child-icon {
      height: 90px; } }
  @media (max-width: 991.98px) {
    /* line 1631, ../scss/_common.scss */
    #section2 .child-icon {
      height: 80px; } }
  @media (max-width: 575.98px) {
    /* line 1631, ../scss/_common.scss */
    #section2 .child-icon {
      margin-right: 1rem !important; } }
/* line 1654, ../scss/_common.scss */
#section2 .icon-child-development {
  color: #fff;
  font-size: 52px;
  /* text-align: center; */
  width: 120px;
  padding: 30px; }
  @media (max-width: 1399.98px) {
    /* line 1654, ../scss/_common.scss */
    #section2 .icon-child-development {
      font-size: 45px;
      width: 100px; } }
  @media (max-width: 1199.98px) {
    /* line 1654, ../scss/_common.scss */
    #section2 .icon-child-development {
      font-size: 42px;
      width: 90px; } }
  @media (max-width: 991.98px) {
    /* line 1654, ../scss/_common.scss */
    #section2 .icon-child-development {
      font-size: 38px;
      width: 80px;
      padding: 22px; } }
/* line 1684, ../scss/_common.scss */
#section2 .child-text h3 {
  color: #14853F; }
  @media (max-width: 1399.98px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 28px; } }
  @media (max-width: 1199.98px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 26px; } }
  @media (max-width: 991.98px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 22px;
      line-height: 20px; } }
  @media (max-width: 575.98px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 480px) {
    /* line 1684, ../scss/_common.scss */
    #section2 .child-text h3 {
      font-size: 18px;
      line-height: 20px; } }
/* line 1712, ../scss/_common.scss */
#section2 .community-text h3 {
  color: #E5A93F; }
  @media (max-width: 1399.98px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 28px; } }
  @media (max-width: 1199.98px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 26px; } }
  @media (max-width: 991.98px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 22px;
      line-height: 20px; } }
  @media (max-width: 575.98px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 480px) {
    /* line 1712, ../scss/_common.scss */
    #section2 .community-text h3 {
      font-size: 18px;
      line-height: 20px; } }
/* line 1769, ../scss/_common.scss */
#section2 .community-icon {
  background: #FFC425;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center; }
  @media (max-width: 1399.98px) {
    /* line 1769, ../scss/_common.scss */
    #section2 .community-icon {
      height: 100px; } }
  @media (max-width: 1199.98px) {
    /* line 1769, ../scss/_common.scss */
    #section2 .community-icon {
      height: 90px; } }
  @media (max-width: 991.98px) {
    /* line 1769, ../scss/_common.scss */
    #section2 .community-icon {
      height: 80px; } }
  @media (max-width: 575.98px) {
    /* line 1769, ../scss/_common.scss */
    #section2 .community-icon {
      margin-right: 1rem !important; } }
/* line 1791, ../scss/_common.scss */
#section2 .icon-community {
  color: #fff;
  font-size: 52px;
  /* text-align: center; */
  width: 120px;
  padding: 30px; }
  @media (max-width: 1399.98px) {
    /* line 1791, ../scss/_common.scss */
    #section2 .icon-community {
      width: 100px;
      font-size: 45px; } }
  @media (max-width: 1199.98px) {
    /* line 1791, ../scss/_common.scss */
    #section2 .icon-community {
      width: 90px;
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    /* line 1791, ../scss/_common.scss */
    #section2 .icon-community {
      width: 80px;
      font-size: 38px;
      padding: 22px; } }

/* line 1909, ../scss/_common.scss */
.gallery-play {
  position: relative; }
  /* line 1912, ../scss/_common.scss */
  .gallery-play img {
    display: block;
    transition: transform .4s;
    width: 100%; }
  /* line 1918, ../scss/_common.scss */
  .gallery-play a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  /* line 1925, ../scss/_common.scss */
  .gallery-play .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 67, 133, 0.2);
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
  /* line 1936, ../scss/_common.scss */
  .gallery-play:hover .overlay {
    background: rgba(1, 67, 133, 0.7); }
  /* line 1940, ../scss/_common.scss */
  .gallery-play:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%; }

/* line 1947, ../scss/_common.scss */
.gallery-play a:before {
  content: '\e912';
  position: absolute;
  font-family: 'st-icons';
  z-index: 1111;
  color: #fff;
  left: 39px;
  bottom: 46px;
  opacity: 1;
  font-size: 50px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 1960, ../scss/_common.scss */
.gallery-home-img {
  overflow: hidden;
  position: relative; }

/* line 1965, ../scss/_common.scss */
.photos-videos-text {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 50px;
  z-index: 2; }
  @media (max-width: 480px) {
    /* line 1965, ../scss/_common.scss */
    .photos-videos-text {
      left: 20px; } }
  /* line 1976, ../scss/_common.scss */
  .photos-videos-text h6 {
    color: #FBFCFE; }
  /* line 1980, ../scss/_common.scss */
  .photos-videos-text h3 {
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 26px; }
    @media (max-width: 1199.98px) {
      /* line 1980, ../scss/_common.scss */
      .photos-videos-text h3 {
        width: 96%;
        font-size: 22px; } }
    @media (max-width: 991.98px) {
      /* line 1980, ../scss/_common.scss */
      .photos-videos-text h3 {
        font-size: 20px; } }
    @media (max-width: 388px) {
      /* line 1980, ../scss/_common.scss */
      .photos-videos-text h3 {
        font-size: 18px;
        line-height: 20px; } }

/* line 2002, ../scss/_common.scss */
.gallery-home-img {
  overflow: hidden;
  position: relative; }

/* line 2007, ../scss/_common.scss */
.overlay-photo {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #01447c;
  background: -moz-linear-gradient(0deg, rgba(1, 68, 124, 0.7567401961) 0%, rgba(1, 67, 133, 0.0928746499) 100%);
  background: -webkit-linear-gradient(0deg, rgba(1, 68, 124, 0.7567401961) 0%, rgba(1, 67, 133, 0.0928746499) 100%);
  background: linear-gradient(0deg, rgba(1, 68, 124, 0.7567401961) 0%, rgba(1, 67, 133, 0.0928746499) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01447c", endColorstr="#014385", GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 1; }

/* line 2024, ../scss/_common.scss */
.video-icon:after {
  content: '\e903';
  position: absolute;
  font-family: 'icomoon';
  z-index: 1111;
  color: #fff;
  left: 50%;
  bottom: 50%;
  opacity: 1;
  font-size: 50px !important;
  /*@include transition(.3s);*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  @media (max-width: 575.98px) {
    /* line 2024, ../scss/_common.scss */
    .video-icon:after {
      left: 46%;
      bottom: 36%; } }

/* line 2044, ../scss/_common.scss */
.photo-icon img {
  width: 42px !important;
  height: 34px;
  margin-bottom: 10px; }
  @media (max-width: 1199.98px) {
    /* line 2044, ../scss/_common.scss */
    .photo-icon img {
      width: 36px !important;
      height: 28px; } }

/* Recent Tweets */
/* line 2057, ../scss/_common.scss */
.media-box .widget {
  background-color: transparent !important;
  display: block;
  padding: 0px; }

/* line 2063, ../scss/_common.scss */
.tweets-home-main {
  border-bottom: 1px solid #efefef;
  margin-left: 30px; }
  @media (max-width: 767.98px) {
    /* line 2063, ../scss/_common.scss */
    .tweets-home-main {
      margin-top: 30px; } }
  @media (max-width: 991.98px) {
    /* line 2063, ../scss/_common.scss */
    .tweets-home-main {
      margin-left: 0px;
      margin-top: 35px; } }

/* line 2076, ../scss/_common.scss */
.tweets-wrap .widget-title {
  position: absolute;
  bottom: 35px;
  font-size: 1.5rem; }

/* line 2082, ../scss/_common.scss */
.tweets-wrap .widget-title a {
  color: #fff; }

/* line 2086, ../scss/_common.scss */
.tweets-wrap .widget-title a:hover {
  color: #1D2E5A; }

/* line 2090, ../scss/_common.scss */
.tweets-wrap a .icon-twitter-outline {
  font-size: 36px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 2099, ../scss/_common.scss */
.tweets-wrap a:hover .icon-twitter-outline {
  color: #1D2E5A; }

/* line 2103, ../scss/_common.scss */
.tweets ul {
  padding: 0; }

/* line 2107, ../scss/_common.scss */
.tweets ul li {
  display: block;
  list-style: none;
  width: 100%; }

/* line 2113, ../scss/_common.scss */
.tweets .user,
.tweets img {
  display: none; }

/* line 2118, ../scss/_common.scss */
.tweets a {
  overflow: hidden;
  font-size: 18px;
  color: #06AEEF;
  font-family: "Certo Sans"; }

/* line 2125, ../scss/_common.scss */
.tweets p.tweet {
  font-size: 18px;
  margin-bottom: 0px;
  color: #000D16;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Certo Sans";
  height: 110px; }
  @media (max-width: 1399.98px) {
    /* line 2125, ../scss/_common.scss */
    .tweets p.tweet {
      height: 91px; } }
  @media (max-width: 1199.98px) {
    /* line 2125, ../scss/_common.scss */
    .tweets p.tweet {
      line-height: 22px;
      font-size: 16px;
      height: 65px;
      -webkit-line-clamp: 3; } }
  @media (max-width: 991.98px) {
    /* line 2125, ../scss/_common.scss */
    .tweets p.tweet {
      margin-bottom: 0px;
      height: auto; } }
  @media (max-width: 388px) {
    /* line 2125, ../scss/_common.scss */
    .tweets p.tweet {
      font-size: 13px; } }

/* line 2158, ../scss/_common.scss */
.tweets p.tweet a {
  font-size: 18px;
  color: #06AEEF;
  margin-right: 3px;
  font-family: "Certo Sans"; }
  @media (max-width: 388px) {
    /* line 2158, ../scss/_common.scss */
    .tweets p.tweet a {
      font-size: 13px; } }

/* line 2169, ../scss/_common.scss */
.tweets p.tweet a:hover {
  color: #E5A93F; }

/* line 2173, ../scss/_common.scss */
.tweets p.timePosted {
  float: left;
  margin-bottom: 5px;
  margin-top: 15px; }

/* line 2179, ../scss/_common.scss */
.tweets p.timePosted a {
  color: #06AEEF;
  font-size: 16px;
  text-transform: uppercase; }

/* line 2185, ../scss/_common.scss */
.tweets p.timePosted a::first-word {
  font-size: 300%; }

/* line 2189, ../scss/_common.scss */
.tweets p.timePosted a:hover {
  color: #E5A93F; }

/* line 2193, ../scss/_common.scss */
.tweets p.interact {
  float: right;
  text-align: right;
  margin-top: 15px;
  margin-bottom: -16px; }

/* line 2200, ../scss/_common.scss */
.tweets p.interact a {
  visibility: hidden;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #06AEEF;
  padding-left: 1px; }

/* line 2209, ../scss/_common.scss */
.tweets p.interact a:hover {
  color: #E5A93F; }

/* line 2213, ../scss/_common.scss */
.tweets p.interact .twitter_reply_icon:before {
  content: "\e904";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  visibility: visible; }

/* line 2221, ../scss/_common.scss */
.twtr-cont {
  clear: both;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    /* line 2221, ../scss/_common.scss */
    .twtr-cont {
      padding: 0px 10px; } }

/* line 2230, ../scss/_common.scss */
.tweets p.interact .twitter_retweet_icon:before {
  content: "\e90a";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  visibility: visible; }

/* line 2238, ../scss/_common.scss */
.tweets p.interact .twitter_fav_icon:before {
  content: "\e90b";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  visibility: visible; }

/* line 2246, ../scss/_common.scss */
.icon-Tweeter {
  color: #63CCF5; }

@media (max-width: 991px) {
  /* line 2252, ../scss/_common.scss */
  .tweets-wrap .widget-title {
    bottom: -15px; } }
/* line 2257, ../scss/_common.scss */
.instagram-main {
  margin-top: 36px;
  margin-left: 30px; }
  @media (max-width: 1399.98px) {
    /* line 2257, ../scss/_common.scss */
    .instagram-main {
      margin-top: 23px; } }
  @media (max-width: 1199.98px) {
    /* line 2257, ../scss/_common.scss */
    .instagram-main {
      margin-top: 16px; } }
  @media (max-width: 991.98px) {
    /* line 2257, ../scss/_common.scss */
    .instagram-main {
      margin-left: 0px; } }
  /* line 2272, ../scss/_common.scss */
  .instagram-main h5 img {
    vertical-align: bottom; }
    @media (max-width: 1199.98px) {
      /* line 2272, ../scss/_common.scss */
      .instagram-main h5 img {
        width: 26px; } }
  /* line 2279, ../scss/_common.scss */
  .instagram-main .insta-section {
    margin-top: 20px; }

/* line 2284, ../scss/_common.scss */
.partners-logo {
  position: relative;
  background: #FAFAFA;
  padding: 0px;
  margin-top: 10%;
  	/*@media (max-width: 1399.98px) {
  		top: 100vh;
  	}
      @media (max-width: 1199.98px) {
  		top: 90vh;
  	}
      @media (max-width: 991.98px) {
  		top: 115vh;
  	}
      @media (max-width: 991.98px) {
  		top: 129vh;
  	}
      @media (max-width: 575.98px) {
  		 top: 150vh;
  	}
       @media (max-width: 480px) {
  		 top: 130vh;
  	}*/ }
  @media (max-width: 388px) {
    /* line 2284, ../scss/_common.scss */
    .partners-logo {
      overflow: hidden; } }
  /* line 2312, ../scss/_common.scss */
  .partners-logo h5 {
    color: #06AEEF !important;
    font-family: "Certo Sans";
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px; }
    @media (max-width: 1399.98px) {
      /* line 2312, ../scss/_common.scss */
      .partners-logo h5 {
        font-size: 14px; } }
  /* line 2324, ../scss/_common.scss */
  .partners-logo h3 {
    color: #01447C;
    font-family: "Certo Sans";
    font-weight: 500; }
    @media (max-width: 1399.98px) {
      /* line 2324, ../scss/_common.scss */
      .partners-logo h3 {
        font-size: 26px; } }
    @media (max-width: 1199.98px) {
      /* line 2324, ../scss/_common.scss */
      .partners-logo h3 {
        font-size: 23px; } }
    @media (max-width: 991.98px) {
      /* line 2324, ../scss/_common.scss */
      .partners-logo h3 {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      /* line 2324, ../scss/_common.scss */
      .partners-logo h3 {
        font-size: 20px; } }
  /* line 2343, ../scss/_common.scss */
  .partners-logo .partners-head {
    background: url("../images/Partion.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 42px; }
    @media (max-width: 480px) {
      /* line 2343, ../scss/_common.scss */
      .partners-logo .partners-head {
        background: none; } }
    /* line 2351, ../scss/_common.scss */
    .partners-logo .partners-head h5 {
      font-size: 16px !important; }
      @media (max-width: 767.98px) {
        /* line 2351, ../scss/_common.scss */
        .partners-logo .partners-head h5 {
          font-size: 14px !important; } }
    @media (max-width: 1199.98px) {
      /* line 2343, ../scss/_common.scss */
      .partners-logo .partners-head {
        padding-top: 25px; } }
    @media (max-width: 767.98px) {
      /* line 2343, ../scss/_common.scss */
      .partners-logo .partners-head {
        padding-top: 32px; } }
    @media (max-width: 575.98px) {
      /* line 2343, ../scss/_common.scss */
      .partners-logo .partners-head {
        padding-left: 30px; } }

/***************************************************
  Partners
****************************************************/
/* line 2376, ../scss/_common.scss */
.partners .logo {
  padding: 18px 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  margin: 1px; }
  @media (max-width: 575.98px) {
    /* line 2376, ../scss/_common.scss */
    .partners .logo {
      padding: 10px 20px; } }

/*==============================================
	Footer Section Styles
===============================================*/
/* line 2396, ../scss/_common.scss */
footer {
  background-color: #01447C; }
  /* line 2399, ../scss/_common.scss */
  footer:before {
    content: '';
    position: absolute;
    background: url(../images/bg-theme-outline.svg);
    width: 100%;
    height: 27%;
    display: block;
    opacity: 0.5;
    background-position: -477% 67%;
    background-repeat: no-repeat;
    pointer-events: none; }
  /* line 2415, ../scss/_common.scss */
  footer .container {
    padding: 60px 0 20px 0; }
    @media (max-width: 575.98px) {
      /* line 2415, ../scss/_common.scss */
      footer .container {
        padding: 40px 30px 20px 30px; } }

/* line 2423, ../scss/_common.scss */
footer .sr-only {
  color: #fff; }

/* line 2427, ../scss/_common.scss */
footer p {
  font-size: 14px;
  color: #fff;
  font-family: "Certo Sans";
  margin-bottom: 10px;
  line-height: 23px; }

/* line 2435, ../scss/_common.scss */
footer h3 {
  margin-bottom: 20px;
  position: relative;
  color: #E5A93F !important;
  line-height: 26px;
  font-size: 24px;
  font-weight: 500; }
  @media (max-width: 991.98px) {
    /* line 2435, ../scss/_common.scss */
    footer h3 {
      font-size: 22px !important; } }
  @media (max-width: 767.98px) {
    /* line 2435, ../scss/_common.scss */
    footer h3 {
      font-size: 20px; } }
  @media (max-width: 575.98px) {
    /* line 2435, ../scss/_common.scss */
    footer h3 {
      font-size: 18px; } }

/* line 2456, ../scss/_common.scss */
footer .address {
  padding-right: 50px;
  position: relative; }
  @media (max-width: 1199.98px) {
    /* line 2456, ../scss/_common.scss */
    footer .address {
      padding-right: 50px; } }

/* line 2465, ../scss/_common.scss */
footer h2,
footer h2 a {
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500; }
  @media (max-width: 767.98px) {
    /* line 2465, ../scss/_common.scss */
    footer h2,
    footer h2 a {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    /* line 2465, ../scss/_common.scss */
    footer h2,
    footer h2 a {
      font-size: 18px; } }

/* line 2481, ../scss/_common.scss */
footer h2 a:hover,
footer h2 a:focus,
footer h2 a:active {
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    /* line 2481, ../scss/_common.scss */
    footer h2 a:hover,
    footer h2 a:focus,
    footer h2 a:active {
      font-size: 22px; } }

/* line 2492, ../scss/_common.scss */
footer h2 a:hover {
  color: #7fbc03 !important;
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    /* line 2492, ../scss/_common.scss */
    footer h2 a:hover {
      font-size: 22px; } }

/* line 2502, ../scss/_common.scss */
footer a.arrowlink:hover,
footer a:hover.arrowlink:before {
  color: #fff !important; }

/* line 2507, ../scss/_common.scss */
footer a.arrowlink:visited {
  color: #7fbc03; }

/* line 2511, ../scss/_common.scss */
footer .address h2 {
  line-height: 30px;
  padding-top: 6px; }

/* line 2516, ../scss/_common.scss */
footer .address .po {
  color: #c6c8c9;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px; }

/* line 2523, ../scss/_common.scss */
footer .address .ncc {
  color: #c6c8c9;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0px; }

/* line 2530, ../scss/_common.scss */
footer .address .ncc .ncc-name {
  font-weight: 300; }

/* line 2534, ../scss/_common.scss */
footer .address .ncc a {
  font-size: 20px;
  color: #fff;
  font-family: "Certo Sans";
  padding-right: 5px;
  font-weight: 300; }
  @media (max-width: 575.98px) {
    /* line 2534, ../scss/_common.scss */
    footer .address .ncc a {
      font-size: 16px; } }

/* line 2547, ../scss/_common.scss */
footer .address .ncc a:hover {
  color: #E5A93F; }

/* line 2551, ../scss/_common.scss */
footer .quicklinks h2 {
  padding-bottom: 10px; }

/* line 2555, ../scss/_common.scss */
footer .quicklinks ul {
  margin-top: 0px;
  width: 100%;
  display: block;
  float: left; }

/* line 2562, ../scss/_common.scss */
footer .quicklinks li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-right: 20px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 4px;
  vertical-align: top; }
  @media (max-width: 388px) {
    /* line 2562, ../scss/_common.scss */
    footer .quicklinks li {
      width: 100%; } }

/* line 2576, ../scss/_common.scss */
footer .quicklinks li:nth-of-type(2n) {
  margin-right: 0; }

/* line 2580, ../scss/_common.scss */
footer .quicklinks li a {
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  font-family: "Certo Sans"; }
  @media (max-width: 575.98px) {
    /* line 2580, ../scss/_common.scss */
    footer .quicklinks li a {
      font-size: 13px;
      line-height: 14px; } }

/* line 2592, ../scss/_common.scss */
footer .quicklinks li a:hover {
  color: #E5A93F; }

/* line 2596, ../scss/_common.scss */
footer .copyright {
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: 400;
  line-height: 16px;
  color: #ACC0D1;
  padding-bottom: 0;
  margin-bottom: 3px;
  margin-top: 0px;
  text-align: left; }
  /* line 2606, ../scss/_common.scss */
  footer .copyright br {
    display: none; }
    @media (max-width: 575.98px) {
      /* line 2606, ../scss/_common.scss */
      footer .copyright br {
        display: block; } }

/* line 2613, ../scss/_common.scss */
footer .boxon {
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: 400;
  line-height: 20px;
  color: #ACC0D1;
  padding-bottom: 0; }

/* line 2622, ../scss/_common.scss */
footer .boxon img {
  vertical-align: baseline;
  height: 16px;
  width: auto; }
  @media (max-width: 480px) {
    /* line 2622, ../scss/_common.scss */
    footer .boxon img {
      margin-bottom: 0px;
      vertical-align: baseline; } }

/* line 2632, ../scss/_common.scss */
footer hr {
  margin: 20px 0; }
  @media (max-width: 767.98px) {
    /* line 2632, ../scss/_common.scss */
    footer hr {
      margin: 15px 0; } }
  @media (max-width: 575.98px) {
    /* line 2632, ../scss/_common.scss */
    footer hr {
      margin: 10px 0; } }

@media (max-width: 767.98px) {
  /* line 2642, ../scss/_common.scss */
  .social-ftr-main {
    display: block !important;
    text-align: left;
    margin-bottom: 17px; } }

/* line 2650, ../scss/_common.scss */
footer .footer-logos li {
  float: left; }

/* line 2654, ../scss/_common.scss */
footer .footer-logos li.bahrain-bh {
  margin-top: 15px;
  margin-left: 30px; }

/* line 2659, ../scss/_common.scss */
footer .footer-links {
  color: #fff;
  font-size: 14px;
  font-family: "Certo Sans";
  font-weight: 400;
  line-height: 22px;
  text-align: left; }

/* line 2668, ../scss/_common.scss */
footer .footer-links a {
  color: #fff;
  padding: 0 5px;
  font-size: 14px; }
  @media (max-width: 388px) {
    /* line 2668, ../scss/_common.scss */
    footer .footer-links a {
      font-size: 12px; } }

/* line 2678, ../scss/_common.scss */
footer .footer-links a:first-child {
  padding-left: 0; }

/* line 2682, ../scss/_common.scss */
footer .footer-links a:last-child {
  padding-right: 0; }

/* line 2686, ../scss/_common.scss */
footer .footer-links a:hover {
  color: #E5A93F; }

/* line 2690, ../scss/_common.scss */
footer .social-txt {
  font-size: 14px;
  font-weight: 300;
  color: #C3C3C3;
  float: left;
  margin-right: 37px;
  margin-top: 0px; }
  @media (max-width: 991.98px) {
    /* line 2690, ../scss/_common.scss */
    footer .social-txt {
      margin-right: 36px;
      margin-top: 5px; } }
  @media (max-width: 575.98px) {
    /* line 2690, ../scss/_common.scss */
    footer .social-txt {
      margin-top: 5px; } }

/* line 2709, ../scss/_common.scss */
footer .social-txt:after {
  width: 17px;
  height: 1px;
  background: #4d718f;
  content: '';
  position: absolute;
  margin-top: 13px;
  margin-left: 10px; }
  @media (max-width: 991.98px) {
    /* line 2709, ../scss/_common.scss */
    footer .social-txt:after {
      margin-top: 9px; } }

/* line 2723, ../scss/_common.scss */
footer .social-icons {
  margin-top: 0px; }

/* line 2727, ../scss/_common.scss */
footer .social-icons li {
  float: left;
  margin-right: 10px; }

/* line 2732, ../scss/_common.scss */
footer .social-icons li a {
  color: #fff; }

/* line 2737, ../scss/_common.scss */
footer .social-icons li a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

@media (max-width: 991.98px) {
  /* line 2742, ../scss/_common.scss */
  footer .social-icons li span {
    font-size: 12px; } }

/* line 2749, ../scss/_common.scss */
footer .social-icons li a span:hover {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 2754, ../scss/_common.scss */
.useful-links ul li {
  width: 100%; }

/* line 2758, ../scss/_common.scss */
.border1 {
  color: rgba(255, 255, 255, 0.2); }

/* line 2762, ../scss/_common.scss */
.subscribe-newsletter h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    /* line 2762, ../scss/_common.scss */
    .subscribe-newsletter h4 {
      font-size: 16px; } }

/* line 2772, ../scss/_common.scss */
footer .social-icons i {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px 0;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 2788, ../scss/_common.scss */
footer .social-icons i:hover {
  background-color: #7fbc03; }

/* line 2792, ../scss/_common.scss */
footer .social-icons span {
  color: #E5A93F;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 2797, ../scss/_common.scss */
footer .social-icons span:hover {
  color: #fff; }

/* line 2803, ../scss/_common.scss */
footer .subscribe-newsletter h3 {
  text-transform: none;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 10px; }

/* line 2811, ../scss/_common.scss */
footer .subscribe-newsletter input {
  border: 1px solid #4d718f;
  outline: 0;
  padding: 11px 15px;
  font-size: 14px;
  color: #fff;
  width: 95%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
  padding-right: 45px; }
  @media (max-width: 991.98px) {
    /* line 2811, ../scss/_common.scss */
    footer .subscribe-newsletter input {
      width: 65%; } }
  @media (max-width: 767.98px) {
    /* line 2811, ../scss/_common.scss */
    footer .subscribe-newsletter input {
      width: 100%; } }

/* line 2836, ../scss/_common.scss */
footer .subscribe-newsletter button {
  margin-left: -50px; }

/* line 2840, ../scss/_common.scss */
footer .subscribe-newsletter input:focus {
  background-color: none;
  color: #fff; }

/* line 2845, ../scss/_common.scss */
.sub-email-bg:after {
  content: "\e90c";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 21px;
  color: #FFC425;
  margin-top: 10px; }

/* line 2854, ../scss/_common.scss */
footer .subscribe-newsletter input::-webkit-input-placeholder {
  color: #ddd; }

/* line 2858, ../scss/_common.scss */
footer .subscribe-newsletter input::-moz-placeholder {
  color: #ddd; }

/* line 2862, ../scss/_common.scss */
footer .subscribe-newsletter input:-moz-placeholder {
  color: #ddd; }

/* line 2866, ../scss/_common.scss */
footer .subscribe-newsletter input:-ms-input-placeholder {
  color: #ddd; }

/* line 2870, ../scss/_common.scss */
footer .subscribe-newsletter input:focus::-webkit-input-placeholder {
  color: #fff; }

/* line 2874, ../scss/_common.scss */
footer .subscribe-newsletter input:focus::-moz-placeholder {
  color: #fff; }

/* line 2878, ../scss/_common.scss */
footer .subscribe-newsletter input:focus:-moz-placeholder {
  color: #fff; }

/* line 2882, ../scss/_common.scss */
footer .subscribe-newsletter input:focus:-ms-input-placeholder {
  color: #fff; }

/* line 2887, ../scss/_common.scss */
.menu-social-media span {
  font-size: 18px; }

/* line 2891, ../scss/_common.scss */
.menu-social-media .icon-linkedin {
  font-size: 20px; }

@media (max-width: 1199.98px) {
  /* line 2896, ../scss/_common.scss */
  #pp-nav.right {
    right: 0px; } }

@media (max-width: 991.98px) {
  /* line 2903, ../scss/_common.scss */
  .mrgn-btm-20 {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  /* line 2908, ../scss/_common.scss */
  .menu-slide .navik-menu-overlay > ul {
    margin-top: 50px; } }

/* line 2915, ../scss/_common.scss */
.turn-to-black .pp-tooltip {
  color: #01447C !important; }

/*.animate-left {
    @include transition(1s);
    margin-left: -100%;
    opacity: 0;
}
.animate-left.animate {
    opacity: 1;
    margin-left: 0;
}*/
@media (max-width: 575.98px) {
  /* line 2936, ../scss/_common.scss */
  .padding-lf-15 {
    padding-left: 15px !important; } }

@media (max-width: 575.98px) {
  /* line 2941, ../scss/_common.scss */
  .padding-rt-15 {
    padding-right: 15px !important; } }

/* line 2946, ../scss/_common.scss */
.icon-scroll {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 99;
  width: 25px;
  height: 40px;
  margin-left: -20px;
  margin-top: -35px;
  cursor: pointer;
  border-radius: 25px;
  background: transparent;
  border: 2px solid #ffffff; }
  /* line 2965, ../scss/_common.scss */
  .icon-scroll:before {
    position: absolute;
    left: 62%;
    z-index: 99;
    content: '';
    width: 3px;
    height: 5px;
    background: #ffffff;
    border-radius: 2px;
    margin-left: -4px;
    top: 8px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }
  @media (max-width: 991.98px) {
    /* line 2946, ../scss/_common.scss */
    .icon-scroll {
      bottom: 8%; } }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@media (max-width: 480px) {
  /* line 3010, ../scss/_common.scss */
  .partner-slider .owl-item {
    text-align: center !important; } }

/* line 3123, ../scss/_common.scss */
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 0; }
  @media (max-width: 575.98px) {
    /* line 3123, ../scss/_common.scss */
    [data-aos^=fade][data-aos^=fade].aos-animate {
      opacity: 1; } }

/* line 3129, ../scss/_common.scss */
.animate-v {
  opacity: 0; }

/* line 3132, ../scss/_common.scss */
.animate-v.animate-down {
  opacity: 0;
  bottom: 620px; }

@media (max-width: 480px) {
  /* line 3137, ../scss/_common.scss */
  #loading .loader, #loading .loader__figure {
    top: 33%; } }

@media (max-width: 480px) {
  /* line 3143, ../scss/_common.scss */
  .menu-slide .navik-menu-overlay > ul > li > ul {
    padding-top: 5px; } }

@media (max-width: 480px) {
  /* line 3149, ../scss/_common.scss */
  .navik-menu-overlay > ul > li > ul {
    padding: 10px 0 0px; } }

@media (max-width: 575.98px) {
  /* line 3156, ../scss/_common.scss */
  .news-section {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 1650px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -300px !important; } }
@media (max-width: 1399.98px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -300px !important;
    margin-top: -10px !important; } }
@media (max-width: 991.98px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -230px !important;
    margin-top: -70px !important;
    width: 60px !important;
    height: 60px !important; } }
@media (max-width: 575.98px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -140px !important; } }
@media (max-width: 480px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -430px !important;
    margin-top: 270px !important; } }
@media (max-width: 430px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -400px !important; } }
@media (max-width: 388px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -360px !important;
    margin-top: 230px !important; } }
@media (max-width: 350px) {
  /* line 3162, ../scss/_common.scss */
  img.video-play-buttons {
    margin-left: -330px !important;
    margin-top: 230px !important; } }

/* line 3197, ../scss/_common.scss */
.tp-parallax-wrap {
  margin-top: 100px; }
  @media (max-width: 1920px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-top: 0px !important; } }
  @media (max-width: 1650px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 70px !important;
      margin-top: -40px !important; } }
  @media (max-width: 1399.98px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 100px !important;
      margin-top: -20px !important; } }
  @media (max-width: 1199.98px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 110px !important;
      margin-top: 40px !important; } }
  @media (max-width: 991.98px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 100px !important;
      margin-top: 60px !important; } }
  @media (max-width: 767.98px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 70px !important;
      margin-top: 70px !important; } }
  @media (max-width: 575.98px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-left: 20px !important;
      margin-top: 100px !important; } }
  @media (max-width: 480px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-top: 200px !important; } }
  @media (max-width: 388px) {
    /* line 3197, ../scss/_common.scss */
    .tp-parallax-wrap {
      margin-top: 230px !important; } }

/* line 3234, ../scss/_common.scss */
[class*="scaption"][class*="-large"] {
  font-size: 65px;
  line-height: 70px;
  font-family: "Certo Sans";
  color: #fff;
  font-weight: 700;
  z-index: 10;
  text-transform: none !important; }
  @media (max-width: 991.98px) {
    /* line 3234, ../scss/_common.scss */
    [class*="scaption"][class*="-large"] {
      font-size: 50px !important;
      line-height: 50px !important; } }
  @media (max-width: 767.98px) {
    /* line 3234, ../scss/_common.scss */
    [class*="scaption"][class*="-large"] {
      font-size: 40px !important;
      line-height: 1.2em !important; } }
  @media (max-width: 575.98px) {
    /* line 3250, ../scss/_common.scss */
    [class*="scaption"][class*="-large"] .scaption-white-medium p {
      width: 75% !important; } }

/* line 3268, ../scss/_common.scss */
[class*="scaption"][class*="-medium"] p {
  line-height: 30px;
  color: #fff !important;
  font-family: "Certo Sans";
  font-weight: 300 !important;
  font-size: 20px !important;
  z-index: 10;
  text-transform: none !important; }
  @media (max-width: 1199.98px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      margin-top: 10px !important;
      line-height: 28px !important; } }
  @media (max-width: 991.98px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      margin-top: 10px !important;
      line-height: 26px !important;
      font-size: 18px !important; } }
  @media (max-width: 767.98px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      margin-top: 20px !important;
      line-height: 24px !important;
      font-size: 16px !important; } }
  @media (max-width: 575.98px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      font-size: 14px !important;
      line-height: 22px !important;
      margin-top: 20px !important; } }
  @media (max-width: 480px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      font-size: 14px !important;
      line-height: 19px !important;
      margin-top: 30px !important; } }
  @media (max-width: 480px) {
    /* line 3268, ../scss/_common.scss */
    [class*="scaption"][class*="-medium"] p {
      display: none !important; } }

/* line 3317, ../scss/_common.scss */
.banner-buttons {
  margin-top: 30px !important; }
  @media (max-width: 1650px) {
    /* line 3317, ../scss/_common.scss */
    .banner-buttons {
      margin-top: 40px !important; } }
  @media (max-width: 767.98px) {
    /* line 3317, ../scss/_common.scss */
    .banner-buttons {
      margin-top: 20px !important; } }

/* line 3326, ../scss/_common.scss */
.banner-buttons a {
  color: #003C34 !important;
  background-color: #E5A93F !important;
  font-weight: 400 !important;
  padding: 10px 20px !important;
  border-radius: 0px;
  font-size: 16px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  /* line 3334, ../scss/_common.scss */
  .banner-buttons a:hover {
    background-color: #F6630C !important;
    color: #fff !important; }
  @media (max-width: 1199.98px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 50px !important; } }
  @media (max-width: 991.98px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 70px !important;
      padding: 14px 16px !important; } }
  @media (max-width: 767.98px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 90px !important;
      font-size: 14px !important; } }
  @media (max-width: 575.98px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 110px !important; } }
  @media (max-width: 480px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 10px !important; } }
  @media (max-width: 388px) {
    /* line 3326, ../scss/_common.scss */
    .banner-buttons a {
      margin-top: 0px !important;
      font-size: 10px !important; } }

@media (max-width: 575.98px) {
  /* line 3361, ../scss/_common.scss */
  .pp-scrollable {
    position: relative; } }

@media (max-width: 1650px) {
  /* line 3367, ../scss/_common.scss */
  .video-box {
    /*display: none;*/
    width: 100%;
    height: 100%; } }
/* line 3373, ../scss/_common.scss */
.video-box video {
  object-fit: cover; }

@media (max-width: 575.98px) {
  /* line 3380, ../scss/_common.scss */
  header.header-top.header-2 .header-inner {
    padding: 12px 15px; } }
@media (max-width: 575.98px) {
  /* line 3385, ../scss/_common.scss */
  header.header-top.header-2 a img {
    max-width: 100px; } }
@media (max-width: 575.98px) {
  /* line 3390, ../scss/_common.scss */
  header.header-top.header-2 .search-cont-right {
    margin-top: 12px; } }
@media (max-width: 575.98px) {
  /* line 3395, ../scss/_common.scss */
  header.header-top.header-2 .navik-header-overlay .burger-menu {
    top: 18px; } }

/* line 3401, ../scss/_common.scss */
.header-top .subscribe-link {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  @media (max-width: 767.98px) {
    /* line 3401, ../scss/_common.scss */
    .header-top .subscribe-link {
      display: none !important; } }
  /* line 3407, ../scss/_common.scss */
  .header-top .subscribe-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-right: 30px; }
    @media (max-width: 991.98px) {
      /* line 3407, ../scss/_common.scss */
      .header-top .subscribe-link a {
        font-size: 16px;
        padding-right: 20px; } }
    /* line 3416, ../scss/_common.scss */
    .header-top .subscribe-link a:hover {
      color: #F6630C; }

/* line 3424, ../scss/_common.scss */
.tp-bullets.hesperiden {
  top: 45% !important; }
  @media (max-width: 991.98px) {
    /* line 3424, ../scss/_common.scss */
    .tp-bullets.hesperiden {
      top: 88% !important; } }
  @media (max-width: 575.98px) {
    /* line 3424, ../scss/_common.scss */
    .tp-bullets.hesperiden {
      top: 88% !important; } }
  @media (max-width: 480px) {
    /* line 3424, ../scss/_common.scss */
    .tp-bullets.hesperiden {
      top: 41% !important;
      left: 105% !important; } }

/* line 3437, ../scss/_common.scss */
.rev-slider {
  height: 100vh !important; }

/* line 3440, ../scss/_common.scss */
.rev-slider-wrapper {
  width: 100%;
  height: 100vh !important; }

/* line 3444, ../scss/_common.scss */
.hesperiden .tp-bullet {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.53) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  width: 14px;
  height: 14px;
  margin-bottom: 5px !important; }
  /* line 3451, ../scss/_common.scss */
  .hesperiden .tp-bullet:hover {
    background: #E5A93F !important; }

/* line 3455, ../scss/_common.scss */
.hesperiden .tp-bullet.selected {
  background: #E5A93F !important;
  border: 1px solid #E5A93F !important; }

/* line 3471, ../scss/_common.scss */
#pp-nav {
  display: none; }

/******************1st section*****************/
/* line 3476, ../scss/_common.scss */
h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  text-transform: none; }
  @media (max-width: 1920px) {
    /* line 3476, ../scss/_common.scss */
    h2 {
      font-size: 40px !important;
      line-height: 50px !important; } }
  @media (max-width: 991.98px) {
    /* line 3476, ../scss/_common.scss */
    h2 {
      font-size: 36px !important;
      line-height: 46px !important; } }
  @media (max-width: 767.98px) {
    /* line 3476, ../scss/_common.scss */
    h2 {
      font-size: 30px !important;
      line-height: 40px !important; } }
  @media (max-width: 575.98px) {
    /* line 3476, ../scss/_common.scss */
    h2 {
      font-size: 28px !important;
      line-height: 38px !important; } }
  @media (max-width: 480px) {
    /* line 3476, ../scss/_common.scss */
    h2 {
      font-size: 26px !important;
      line-height: 34px !important; } }

/* line 3502, ../scss/_common.scss */
h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-transform: none; }
  @media (max-width: 1199.98px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 28px !important;
      line-height: 36px !important; } }
  @media (max-width: 991.98px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 26px !important;
      line-height: 34px !important; } }
  @media (max-width: 767.98px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 24px !important;
      line-height: 32px !important; } }
  @media (max-width: 575.98px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 22px !important;
      line-height: 30px !important; } }
  @media (max-width: 480px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 20px !important;
      line-height: 28px !important; } }
  @media (max-width: 388px) {
    /* line 3502, ../scss/_common.scss */
    h3 {
      font-size: 18px !important;
      line-height: 26px !important; } }

/* line 3533, ../scss/_common.scss */
h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none; }
  @media (max-width: 767.98px) {
    /* line 3533, ../scss/_common.scss */
    h4 {
      font-size: 20px !important;
      line-height: 28px !important; } }
  @media (max-width: 575.98px) {
    /* line 3533, ../scss/_common.scss */
    h4 {
      font-size: 19px !important;
      line-height: 27px !important; } }

/* line 3547, ../scss/_common.scss */
h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px; }
  @media (max-width: 767.98px) {
    /* line 3547, ../scss/_common.scss */
    h5 {
      font-size: 18px;
      line-height: 26px; } }

/* line 3556, ../scss/_common.scss */
p {
  font-size: 18px;
  font-weight: 300;
  color: #313131; }
  @media (max-width: 767.98px) {
    /* line 3556, ../scss/_common.scss */
    p {
      font-size: 16px; } }

/* line 3579, ../scss/_common.scss */
.public-offering-main-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 3579, ../scss/_common.scss */
    .public-offering-main-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 3579, ../scss/_common.scss */
    .public-offering-main-section {
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative; } }

/* line 3594, ../scss/_common.scss */
.public-offering-section .public-offering-content-area {
  padding-right: 50px; }
  @media (max-width: 1399.98px) {
    /* line 3594, ../scss/_common.scss */
    .public-offering-section .public-offering-content-area {
      padding-right: 20px; } }
  /* line 3599, ../scss/_common.scss */
  .public-offering-section .public-offering-content-area h2 {
    color: #003C34; }
  /* line 3602, ../scss/_common.scss */
  .public-offering-section .public-offering-content-area h4 {
    color: #313131; }
/* line 3606, ../scss/_common.scss */
.public-offering-section .public-offering-image-area {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  /* line 3609, ../scss/_common.scss */
  .public-offering-section .public-offering-image-area img {
    width: 100%;
    transition: transform .4s;
    display: block; }
  /* line 3615, ../scss/_common.scss */
  .public-offering-section .public-offering-image-area:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%; }
/* line 3621, ../scss/_common.scss */
.public-offering-section .public-offering-bottom-area {
  background-color: #F4F4F4; }
  /* line 3624, ../scss/_common.scss */
  .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence {
    font-size: 135px;
    letter-spacing: 6px;
    -webkit-text-stroke-width: 3px;
    -moz-text-stroke-width: 3px;
    -webkit-text-stroke-color: #F6630C;
    -moz-text-stroke-color: #F6630C;
    color: #F4F4F4 !important;
    line-height: 135px;
    font-weight: 400;
    text-transform: capitalize; }
    @media (max-width: 1399.98px) {
      /* line 3624, ../scss/_common.scss */
      .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence {
        font-size: 100px;
        line-height: 100px; } }
    @media (max-width: 991.98px) {
      /* line 3624, ../scss/_common.scss */
      .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence {
        font-size: 80px;
        line-height: 80px; } }
    @media (max-width: 480px) {
      /* line 3624, ../scss/_common.scss */
      .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 388px) {
      /* line 3624, ../scss/_common.scss */
      .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence {
        font-size: 50px;
        line-height: 50px; } }
    /* line 3652, ../scss/_common.scss */
    .public-offering-section .public-offering-bottom-area .drilling-since-years-area .years-of-excellence h4 {
      font-weight: bold;
      margin-bottom: 0px; }
  @media (max-width: 1399.98px) {
    /* line 3659, ../scss/_common.scss */
    .public-offering-section .public-offering-bottom-area .drilling-since-image-area img {
      max-width: 120px; } }
  @media (max-width: 767.98px) {
    /* line 3659, ../scss/_common.scss */
    .public-offering-section .public-offering-bottom-area .drilling-since-image-area img {
      max-width: 110px; } }
  @media (max-width: 480px) {
    /* line 3659, ../scss/_common.scss */
    .public-offering-section .public-offering-bottom-area .drilling-since-image-area img {
      max-width: 100px; } }
  @media (max-width: 388px) {
    /* line 3659, ../scss/_common.scss */
    .public-offering-section .public-offering-bottom-area .drilling-since-image-area img {
      max-width: 80px; } }

/*************2nd section***************/
/* line 3679, ../scss/_common.scss */
.message-from-leadership-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 3679, ../scss/_common.scss */
    .message-from-leadership-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 3679, ../scss/_common.scss */
    .message-from-leadership-section {
      padding-top: 50px;
      background-color: #003C34;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 3692, ../scss/_common.scss */
  .message-from-leadership-section h2 {
    color: #fff; }
  /* line 3695, ../scss/_common.scss */
  .message-from-leadership-section h3 {
    color: #fff; }
  /* line 3698, ../scss/_common.scss */
  .message-from-leadership-section h4 {
    color: #F6630C; }
  /* line 3701, ../scss/_common.scss */
  .message-from-leadership-section P {
    color: #f4f4f4; }
  /* line 3704, ../scss/_common.scss */
  .message-from-leadership-section .person-name {
    color: #fff;
    margin-bottom: 0px; }
  /* line 3708, ../scss/_common.scss */
  .message-from-leadership-section .person-designation {
    color: #BABABA;
    margin-bottom: 0px !important; }
  /* line 3712, ../scss/_common.scss */
  .message-from-leadership-section hr {
    background-color: #f5f5f5;
    margin: 50px 0;
    opacity: 0.2; }
  /* line 3717, ../scss/_common.scss */
  .message-from-leadership-section .leaders-image-area {
    background-color: #7C7C7C; }
    /* line 3719, ../scss/_common.scss */
    .message-from-leadership-section .leaders-image-area img {
      width: 100%; }

/***********3rd section**************/
/* line 3726, ../scss/_common.scss */
.parallax-area {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px;
  overflow-x: hidden !important; }

/* line 3735, ../scss/_common.scss */
.gradient-parallex {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background: #00232e;
  background: -moz-linear-gradient(360deg, #00232e 0%, rgba(0, 60, 52, 0) 100%);
  background: -webkit-linear-gradient(360deg, #00232e 0%, rgba(0, 60, 52, 0) 100%);
  background: linear-gradient(360deg, #00232e 0%, rgba(0, 60, 52, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00232e",endColorstr="#003c34",GradientType=1);
  z-index: -1; }
  @media (max-width: 575.98px) {
    /* line 3735, ../scss/_common.scss */
    .gradient-parallex {
      z-index: 1; } }

@media (max-width: 575.98px) {
  /* line 3752, ../scss/_common.scss */
  .numbers-bg-overlay {
    background: rgba(0, 0, 0, 0.7) !important; } }

@media (max-width: 575.98px) {
  /* line 3758, ../scss/_common.scss */
  .mobile-bg {
    background-position: center center !important; } }

/* line 3764, ../scss/_common.scss */
.arabian-drilling-in-numbers-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden;
  position: relative;
  height: 100%; }
  @media (max-width: 575.98px) {
    /* line 3764, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section {
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 11; } }
  /* line 3780, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section h2 {
    color: #fff; }
    @media (max-width: 1920px) {
      /* line 3782, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section h2 br {
        display: none; } }
  /* line 3789, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-top {
    width: 600px; }
    @media (max-width: 991.98px) {
      /* line 3789, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-top {
        width: 100%; } }
    /* line 3794, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top .numbers-counter-number {
      font-size: 90px;
      font-weight: bold;
      color: #F6630C;
      line-height: 90px; }
      @media (max-width: 1399.98px) {
        /* line 3794, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .numbers-counter-number {
          font-size: 70px;
          line-height: 70px; } }
      @media (max-width: 991.98px) {
        /* line 3794, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .numbers-counter-number {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767.98px) {
        /* line 3794, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .numbers-counter-number {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 575.98px) {
        /* line 3794, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .numbers-counter-number {
          font-size: 35px;
          line-height: 35px; } }
    /* line 3816, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt-pre {
      font-size: 90px;
      font-weight: bold;
      color: #F6630C;
      line-height: 90px;
      text-transform: uppercase;
      padding-right: 10px; }
      @media (max-width: 1399.98px) {
        /* line 3816, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt-pre {
          font-size: 70px;
          line-height: 70px; } }
      @media (max-width: 991.98px) {
        /* line 3816, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt-pre {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767.98px) {
        /* line 3816, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt-pre {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 575.98px) {
        /* line 3816, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt-pre {
          font-size: 35px;
          line-height: 35px; } }
    /* line 3840, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt {
      font-size: 90px;
      font-weight: bold;
      color: #F6630C;
      line-height: 90px;
      padding-right: 10px; }
      @media (max-width: 1399.98px) {
        /* line 3840, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt {
          font-size: 70px;
          line-height: 70px; } }
      @media (max-width: 991.98px) {
        /* line 3840, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767.98px) {
        /* line 3840, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 575.98px) {
        /* line 3840, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top .plus-txt {
          font-size: 35px;
          line-height: 35px; } }
    /* line 3863, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top h5 {
      color: #E5A93F;
      text-transform: uppercase;
      margin-bottom: 0px; }
      @media (max-width: 991.98px) {
        /* line 3863, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top h5 {
          font-size: 18px; } }
      @media (max-width: 575.98px) {
        /* line 3863, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top h5 {
          font-size: 16px; } }
    /* line 3874, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top p {
      color: #fff; }
      @media (max-width: 991.98px) {
        /* line 3874, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top p {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        /* line 3874, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .numbers-counter-top p {
          font-size: 14px; } }
    /* line 3883, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .numbers-counter-top hr {
      margin: 15px 0px 10px 0px;
      background: rgba(242, 242, 242, 0.21); }
  /* line 3890, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom .numbers-counter-number {
    font-size: 90px;
    font-weight: bold;
    color: #F6630C;
    line-height: 90px; }
    @media (max-width: 1399.98px) {
      /* line 3890, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .numbers-counter-number {
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 991.98px) {
      /* line 3890, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .numbers-counter-number {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 767.98px) {
      /* line 3890, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .numbers-counter-number {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 575.98px) {
      /* line 3890, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .numbers-counter-number {
        font-size: 35px;
        line-height: 35px; } }
  /* line 3912, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt {
    font-size: 90px;
    font-weight: bold;
    color: #F6630C;
    line-height: 90px; }
    @media (max-width: 1399.98px) {
      /* line 3912, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt {
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 991.98px) {
      /* line 3912, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 767.98px) {
      /* line 3912, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 575.98px) {
      /* line 3912, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt {
        font-size: 35px;
        line-height: 35px; } }
  /* line 3934, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt-pre {
    font-size: 90px;
    font-weight: bold;
    color: #F6630C;
    line-height: 90px;
    text-transform: uppercase;
    padding-right: 10px; }
    @media (max-width: 1399.98px) {
      /* line 3934, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt-pre {
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 991.98px) {
      /* line 3934, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt-pre {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 767.98px) {
      /* line 3934, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt-pre {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 575.98px) {
      /* line 3934, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom .plus-txt-pre {
        font-size: 35px;
        line-height: 35px; } }
  /* line 3958, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom h5 {
    color: #E5A93F;
    text-transform: uppercase;
    margin-bottom: 0px; }
    @media (max-width: 991.98px) {
      /* line 3958, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom h5 {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      /* line 3958, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom h5 {
        font-size: 16px; } }
  /* line 3969, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom p {
    color: #fff; }
    @media (max-width: 991.98px) {
      /* line 3969, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom p {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      /* line 3969, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .numbers-counter-bottom p {
        font-size: 14px; } }
  /* line 3978, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .numbers-counter-bottom hr {
    margin: 15px 0px 10px 0px;
    background: rgba(242, 242, 242, 0.21); }
  /* line 3984, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-dot {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.53) !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
    width: 14px;
    height: 14px;
    margin-bottom: 5px !important;
    border-radius: 50%;
    margin-right: 8px; }
  /* line 3998, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-dot.active {
    background: transparent !important;
    border: 1px solid #E5A93F !important; }
  /* line 4002, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-dots {
    left: 50%;
    position: absolute;
    bottom: -70px; }
    @media (max-width: 575.98px) {
      /* line 4002, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-dots {
        left: 46%;
        bottom: -40px; } }
  /* line 4011, ../scss/_common.scss */
  .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav {
    position: absolute;
    left: 50%; }
    @media (max-width: 991.98px) {
      /* line 4011, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav {
        left: 44%; } }
    @media (max-width: 575.98px) {
      /* line 4011, ../scss/_common.scss */
      .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav {
        left: 42%; } }
    /* line 4021, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-prev span {
      display: none; }
    /* line 4024, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-prev:before {
      content: '\e91d';
      font-family: 'icomoon';
      font-size: 14px;
      padding-right: 10px;
      color: rgba(186, 186, 186, 0.5);
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 575.98px) {
        /* line 4024, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-prev:before {
          font-size: 10px; } }
    /* line 4035, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-prev:hover:before {
      color: #F6630C; }
    /* line 4040, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-next span {
      display: none; }
    /* line 4043, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-next:before {
      content: '\e91e';
      font-family: 'icomoon';
      font-size: 14px;
      color: rgba(186, 186, 186, 0.5);
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 575.98px) {
        /* line 4043, ../scss/_common.scss */
        .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-next:before {
          font-size: 10px; } }
    /* line 4053, ../scss/_common.scss */
    .arabian-drilling-in-numbers-section .carousel-numbers-home .owl-nav .owl-next:hover:before {
      color: #F6630C; }

/*******************4th section****************/
/* line 4062, ../scss/_common.scss */
.image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 4076, ../scss/_common.scss */
.image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 60, 52, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 4086, ../scss/_common.scss */
.faq-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 60, 52, 0.9);
  z-index: -1; }
  @media (max-width: 575.98px) {
    /* line 4086, ../scss/_common.scss */
    .faq-overlay {
      z-index: 1; } }

/* line 4098, ../scss/_common.scss */
.subscribe-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00362f;
  background: -moz-linear-gradient(0deg, rgba(0, 54, 47, 0.9051995798) 0%, rgba(0, 57, 49, 0.9080007003) 35%, rgba(0, 60, 52, 0.5466561625) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 54, 47, 0.9051995798) 0%, rgba(0, 57, 49, 0.9080007003) 35%, rgba(0, 60, 52, 0.5466561625) 100%);
  background: linear-gradient(0deg, rgba(0, 54, 47, 0.9051995798) 0%, rgba(0, 57, 49, 0.9080007003) 35%, rgba(0, 60, 52, 0.5466561625) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00362f",endColorstr="#003c34",GradientType=1);
  z-index: -1; }
  @media (max-width: 575.98px) {
    /* line 4098, ../scss/_common.scss */
    .subscribe-overlay {
      z-index: 1; } }
  @media (max-width: 767.98px) {
    /* line 4098, ../scss/_common.scss */
    .subscribe-overlay {
      background: rgba(0, 54, 47, 0.9) !important; } }

/* line 4117, ../scss/_common.scss */
.home-slider-full-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

/* line 4127, ../scss/_common.scss */
.investment-highlights-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 4127, ../scss/_common.scss */
    .investment-highlights-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4127, ../scss/_common.scss */
    .investment-highlights-section {
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4139, ../scss/_common.scss */
  .investment-highlights-section .toggle-investment {
    width: 100%; }
  /* line 4142, ../scss/_common.scss */
  .investment-highlights-section .investment-highlights-grid {
    position: relative;
    overflow: hidden; }
    /* line 4145, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid img {
      width: 100%;
      transition: transform .4s; }
    /* line 4150, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover img {
      transform: scale(1.1);
      transform-origin: 50% 50%; }
    /* line 4154, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover .image-black-overlay {
      opacity: 0; }
    /* line 4157, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover .image-green-overlay {
      opacity: 1; }
    /* line 4162, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover h3 span {
      display: block !important; }
    /* line 4166, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover .read-more-links {
      color: #F6630C !important; }
      /* line 4168, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid:hover .read-more-links .text {
        color: #F6630C !important; }
    /* line 4172, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid:hover .icon-arrow-rt {
      color: #F6630C !important;
      padding-left: 15px !important; }
    /* line 4177, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title {
      position: absolute;
      bottom: 20px;
      padding: 30px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 4177, ../scss/_common.scss */
        .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title {
          bottom: 5px;
          padding: 16px; } }
      @media (max-width: 480px) {
        /* line 4177, ../scss/_common.scss */
        .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title {
          bottom: -10px; } }
      /* line 4189, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .grid-number {
        font-size: 110px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
        @media (max-width: 991.98px) {
          /* line 4189, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .grid-number {
            font-size: 100px; } }
        @media (max-width: 767.98px) {
          /* line 4189, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .grid-number {
            font-size: 90px; } }
        @media (max-width: 575.98px) {
          /* line 4189, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .grid-number {
            font-size: 80px; } }
        @media (max-width: 480px) {
          /* line 4189, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .grid-number {
            font-size: 70px; } }
      /* line 4207, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title h3 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important;
        padding-bottom: 6px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        @media (max-width: 1199.98px) {
          /* line 4207, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title h3 {
            font-size: 21px !important;
            line-height: 29px !important; } }
        @media (max-width: 575.98px) {
          /* line 4207, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title h3 {
            font-size: 18px !important;
            line-height: 26px !important; } }
      /* line 4228, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 20px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
        @media (max-width: 575.98px) {
          /* line 4228, ../scss/_common.scss */
          .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title span {
            font-size: 18px; } }
        /* line 4237, ../scss/_common.scss */
        .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title span .icon-arrow-rt {
          font-size: 12px;
          padding-left: 10px;
          color: rgba(255, 255, 255, 0.5); }
          @media (max-width: 575.98px) {
            /* line 4237, ../scss/_common.scss */
            .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title span .icon-arrow-rt {
              font-size: 10px; } }
      /* line 4247, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid .investment-highlights-grid-title .investment-highlights-title-area {
        padding-left: 14px; }
    /* line 4251, ../scss/_common.scss */
    .investment-highlights-section .investment-highlights-grid .read-more-link-ara {
      position: absolute;
      left: 86px;
      bottom: 30px; }
      /* line 4255, ../scss/_common.scss */
      .investment-highlights-section .investment-highlights-grid .read-more-link-ara span {
        color: rgba(255, 255, 255, 0.3);
        font-size: 20px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
        /* line 4260, ../scss/_common.scss */
        .investment-highlights-section .investment-highlights-grid .read-more-link-ara span .icon-arrow-rt {
          font-size: 12px;
          padding-left: 10px; }

/* line 4270, ../scss/_common.scss */
#content {
  display: none; }

/* line 4273, ../scss/_common.scss */
#content1 {
  display: none; }

/* line 4277, ../scss/_common.scss */
.key-documents-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 4277, ../scss/_common.scss */
    .key-documents-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4277, ../scss/_common.scss */
    .key-documents-section {
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4289, ../scss/_common.scss */
  .key-documents-section h3 {
    color: #003C34; }
  /* line 4292, ../scss/_common.scss */
  .key-documents-section .key-documents-wrapper {
    background-color: rgba(234, 234, 234, 0.32);
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    /* line 4296, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper:hover {
      background-color: #003C34; }
      /* line 4298, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper:hover p {
        color: #fff; }
      /* line 4301, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper:hover.with-children p:before {
        color: #E5A93F; }
    /* line 4305, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper.not-available {
      opacity: 0.2;
      cursor: not-allowed; }
    /* line 4310, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper.with-children > p {
      position: relative;
      width: 100%;
      cursor: pointer; }
      /* line 4314, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper.with-children > p:before {
        content: '\e906';
        font-family: 'icomoon';
        right: 0px;
        top: 0px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important;
        color: #003C34;
        display: inline-block;
        font-size: 14px;
        position: absolute; }
    /* line 4328, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper.with-children.active {
      background-color: #003C34; }
      /* line 4330, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper.with-children.active p {
        color: #fff; }
        /* line 4332, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper.with-children.active p:before {
          transform: rotate(90deg);
          color: #E5A93F; }
    /* line 4339, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper.with-children ul {
      display: none;
      margin: 1.5rem 0; }
      /* line 4342, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper.with-children ul li {
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important;
        padding: 0.5rem 1rem;
        margin-bottom: 1px; }
        /* line 4347, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper.with-children ul li p {
          font-weight: 300;
          font-size: 16px; }
        /* line 4351, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper.with-children ul li:hover {
          background: rgba(255, 255, 255, 0.2); }
        /* line 4354, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper.with-children ul li .language-area a {
          font-size: 16px; }
    @media (max-width: 767.98px) {
      /* line 4292, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper {
        padding: 20px 20px; } }
    /* line 4363, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper p {
      margin-bottom: 0px;
      color: #313131;
      font-weight: 400; }
    /* line 4380, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper .language-area .en-language {
      color: #F6630C;
      text-transform: uppercase;
      font-size: 18px;
      padding-left: 12px;
      position: relative;
      padding-right: 12px; }
      @media (max-width: 767.98px) {
        /* line 4380, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper .language-area .en-language {
          font-size: 15px; } }
      /* line 4390, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper .language-area .en-language span.icon-arrow-rt {
        transform: rotate(90deg);
        color: #DEDEDE;
        font-size: 8px;
        position: absolute;
        left: 42px;
        top: 8px;
        padding-top: 6px; }
        @media (max-width: 767.98px) {
          /* line 4390, ../scss/_common.scss */
          .key-documents-section .key-documents-wrapper .language-area .en-language span.icon-arrow-rt {
            left: 38px; } }
    /* line 4403, ../scss/_common.scss */
    .key-documents-section .key-documents-wrapper .language-area .ar-language {
      color: #F6630C;
      font-family: 'Cairo', sans-serif;
      font-size: 16px;
      padding-left: 12px;
      position: relative;
      padding-right: 12px; }
      @media (max-width: 767.98px) {
        /* line 4403, ../scss/_common.scss */
        .key-documents-section .key-documents-wrapper .language-area .ar-language {
          font-size: 15px; } }
      /* line 4413, ../scss/_common.scss */
      .key-documents-section .key-documents-wrapper .language-area .ar-language span.icon-arrow-rt {
        transform: rotate(90deg);
        color: #DEDEDE;
        font-size: 8px;
        position: absolute;
        left: 50px;
        top: 8px;
        padding-top: 6px; }

/* line 4427, ../scss/_common.scss */
#prospectus_local,
#prospectus_international {
  display: none; }

/* line 4432, ../scss/_common.scss */
.faq-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 4432, ../scss/_common.scss */
    .faq-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4432, ../scss/_common.scss */
    .faq-section {
      padding-top: 50px;
      position: relative;
      z-index: 1;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4446, ../scss/_common.scss */
  .faq-section h2 {
    color: #fff; }
  /* line 4449, ../scss/_common.scss */
  .faq-section .accordion-button:not(.collapsed) {
    background-color: #E5A93F;
    color: #003C34;
    box-shadow: none; }
  /* line 4454, ../scss/_common.scss */
  .faq-section .accordion-button {
    background-color: rgba(2, 52, 45, 0.6);
    padding: 0.75rem 3rem;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    position: relative; }
    @media (max-width: 991.98px) {
      /* line 4454, ../scss/_common.scss */
      .faq-section .accordion-button {
        font-size: 22px;
        line-height: 36px; } }
    @media (max-width: 767.98px) {
      /* line 4454, ../scss/_common.scss */
      .faq-section .accordion-button {
        font-size: 18px;
        line-height: 28px; } }
    /* line 4470, ../scss/_common.scss */
    .faq-section .accordion-button:focus {
      box-shadow: none; }
    /* line 4473, ../scss/_common.scss */
    .faq-section .accordion-button:before {
      content: '+';
      position: absolute;
      left: 16px;
      top: 12px;
      background-image: none;
      color: #E5A93F;
      font-size: 35px; }
    /* line 4482, ../scss/_common.scss */
    .faq-section .accordion-button:after {
      display: none; }
  /* line 4486, ../scss/_common.scss */
  .faq-section .accordion-body {
    color: #fff;
    padding: 2rem 2rem; }
    @media (max-width: 991.98px) {
      /* line 4486, ../scss/_common.scss */
      .faq-section .accordion-body {
        padding: 1rem 1rem; } }
    /* line 4492, ../scss/_common.scss */
    .faq-section .accordion-body h5 {
      color: #fff;
      font-weight: 300; }
      @media (max-width: 767.98px) {
        /* line 4492, ../scss/_common.scss */
        .faq-section .accordion-body h5 {
          font-size: 16px; } }
  /* line 4500, ../scss/_common.scss */
  .faq-section .accordion-button:not(.collapsed)::before {
    content: '-';
    position: absolute;
    left: 16px;
    top: 4px;
    background-image: none;
    color: #003C34;
    font-size: 35px; }
  /* line 4510, ../scss/_common.scss */
  .faq-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  /* line 4514, ../scss/_common.scss */
  .faq-section .accordion-item {
    background-color: transparent;
    border: transparent;
    margin-bottom: 3px; }

/* line 4522, ../scss/_common.scss */
.subscribe-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden;
  position: relative; }
  @media (max-width: 1399.98px) {
    /* line 4522, ../scss/_common.scss */
    .subscribe-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4522, ../scss/_common.scss */
    .subscribe-section {
      padding-top: 50px;
      position: relative;
      z-index: 1;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4537, ../scss/_common.scss */
  .subscribe-section h2 {
    color: #fff; }
  /* line 4540, ../scss/_common.scss */
  .subscribe-section .subscribe-grid-wrapper {
    background-color: transparent;
    height: 100%;
    border: 1px solid rgba(186, 186, 186, 0.42);
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    /* line 4545, ../scss/_common.scss */
    .subscribe-section .subscribe-grid-wrapper:hover {
      background-color: rgba(0, 51, 44, 0.85);
      transform: scale(1.05); }
      /* line 4548, ../scss/_common.scss */
      .subscribe-section .subscribe-grid-wrapper:hover .subscribe-number {
        color: #F6630C !important; }
      /* line 4555, ../scss/_common.scss */
      .subscribe-section .subscribe-grid-wrapper:hover .subscribe-step {
        color: #F6630C !important; }
    /* line 4560, ../scss/_common.scss */
    .subscribe-section .subscribe-grid-wrapper .subscribe-content-area p {
      color: #fff;
      margin-bottom: 0px; }
    /* line 4565, ../scss/_common.scss */
    .subscribe-section .subscribe-grid-wrapper a {
      color: #F6630C;
      display: inline; }
      /* line 4568, ../scss/_common.scss */
      .subscribe-section .subscribe-grid-wrapper a:hover {
        text-decoration: underline; }
    /* line 4572, ../scss/_common.scss */
    .subscribe-section .subscribe-grid-wrapper .subscribe-number-area {
      align-self: flex-start; }
      /* line 4574, ../scss/_common.scss */
      .subscribe-section .subscribe-grid-wrapper .subscribe-number-area .subscribe-step {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.26);
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 5px;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
      /* line 4582, ../scss/_common.scss */
      .subscribe-section .subscribe-grid-wrapper .subscribe-number-area .subscribe-number {
        font-size: 90px;
        font-weight: bold;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 0.26);
        line-height: 70px;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
        @media (max-width: 767.98px) {
          /* line 4582, ../scss/_common.scss */
          .subscribe-section .subscribe-grid-wrapper .subscribe-number-area .subscribe-number {
            font-size: 70px;
            line-height: 60px; } }
        @media (max-width: 767.98px) {
          /* line 4582, ../scss/_common.scss */
          .subscribe-section .subscribe-grid-wrapper .subscribe-number-area .subscribe-number {
            font-size: 60px;
            line-height: 50px; } }

/* line 4607, ../scss/_common.scss */
.receiving-banks-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 4607, ../scss/_common.scss */
    .receiving-banks-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4607, ../scss/_common.scss */
    .receiving-banks-section {
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4619, ../scss/_common.scss */
  .receiving-banks-section .card {
    padding: 25px 35px;
    height: 100%;
    background-color: #F4F4F4;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    @media (max-width: 1399.98px) {
      /* line 4619, ../scss/_common.scss */
      .receiving-banks-section .card {
        padding: 25px 20px; } }
    @media (max-width: 1199.98px) {
      /* line 4619, ../scss/_common.scss */
      .receiving-banks-section .card {
        padding: 25px 20px; } }
    /* line 4632, ../scss/_common.scss */
    .receiving-banks-section .card:hover {
      background-color: #003C34;
      box-shadow: 5px 6px 6px 2px #e9ecef;
      transform: scale(1.05); }
      /* line 4636, ../scss/_common.scss */
      .receiving-banks-section .card:hover h4 {
        color: #F6630C; }
      /* line 4639, ../scss/_common.scss */
      .receiving-banks-section .card:hover .rb-image-area img:not(.no-filter) {
        filter: brightness(0) invert(1); }
      /* line 4643, ../scss/_common.scss */
      .receiving-banks-section .card:hover ul li {
        color: #b4b4b4 !important; }
        /* line 4645, ../scss/_common.scss */
        .receiving-banks-section .card:hover ul li a {
          color: #b4b4b4 !important; }
      /* line 4649, ../scss/_common.scss */
      .receiving-banks-section .card:hover ul span {
        color: #435f5b !important; }
    /* line 4654, ../scss/_common.scss */
    .receiving-banks-section .card .rb-image-area {
      border-bottom: 1px solid rgba(112, 112, 112, 0.1); }
      /* line 4656, ../scss/_common.scss */
      .receiving-banks-section .card .rb-image-area img {
        max-width: 260px; }
        @media (max-width: 1399.98px) {
          /* line 4656, ../scss/_common.scss */
          .receiving-banks-section .card .rb-image-area img {
            max-width: 220px; } }
        @media (max-width: 767.98px) {
          /* line 4656, ../scss/_common.scss */
          .receiving-banks-section .card .rb-image-area img {
            max-width: 200px; } }
        @media (max-width: 575.98px) {
          /* line 4656, ../scss/_common.scss */
          .receiving-banks-section .card .rb-image-area img {
            max-width: 180px; } }
    /* line 4669, ../scss/_common.scss */
    .receiving-banks-section .card .card-body {
      padding: 0px; }
      /* line 4671, ../scss/_common.scss */
      .receiving-banks-section .card .card-body h4 {
        font-size: 25px; }
      /* line 4674, ../scss/_common.scss */
      .receiving-banks-section .card .card-body .card-title {
        margin-bottom: 1rem; }
      /* line 4678, ../scss/_common.scss */
      .receiving-banks-section .card .card-body ul li {
        color: #626262;
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        position: relative;
        padding-left: 35px;
        padding-bottom: 12px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.1); }
        /* line 4688, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li:last-child {
          border-bottom: none; }
        @media (max-width: 1399.98px) {
          /* line 4678, ../scss/_common.scss */
          .receiving-banks-section .card .card-body ul li {
            font-size: 16px;
            line-height: 28px; } }
        /* line 4695, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li a {
          color: #626262; }
          /* line 4697, ../scss/_common.scss */
          .receiving-banks-section .card .card-body ul li a:hover {
            color: #F6630C !important; }
        /* line 4701, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li .location-map-link {
          color: #F6630C !important;
          font-size: 14px;
          font-weight: 300; }
        /* line 4706, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li span.icon-email {
          font-size: 20px !important; }
        /* line 4709, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li span {
          color: #DDDDDD;
          font-size: 25px;
          position: absolute;
          left: 0;
          top: 5px; }
        /* line 4716, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li .contact-web-link {
          text-decoration: underline; }
        /* line 4719, ../scss/_common.scss */
        .receiving-banks-section .card .card-body ul li .contact-mail-link {
          text-decoration: underline; }

/* line 4730, ../scss/_common.scss */
.border-process {
  position: absolute;
  border: 1px solid #f8f8f8;
  padding: 30px;
  width: 90%;
  height: 92%;
  left: 5%;
  top: 4%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 4742, ../scss/_common.scss */
.black-gradient-mask {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7507177871) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 1; }

/* line 4759, ../scss/_common.scss */
.management-team-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 4759, ../scss/_common.scss */
    .management-team-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 4759, ../scss/_common.scss */
    .management-team-section {
      padding-top: 50px;
      background-color: #003C34;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 4772, ../scss/_common.scss */
  .management-team-section h2 {
    color: #fff; }
  /* line 4775, ../scss/_common.scss */
  .management-team-section .management-team-wrapper {
    position: relative;
    background-color: #7C7C7C;
    padding-top: 20px;
    overflow: hidden; }
    /* line 4780, ../scss/_common.scss */
    .management-team-section .management-team-wrapper .black-gradient-mask {
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%); }
    /* line 4786, ../scss/_common.scss */
    .management-team-section .management-team-wrapper:hover .border-process {
      opacity: 1 !important; }
      @media (max-width: 991.98px) {
        /* line 4786, ../scss/_common.scss */
        .management-team-section .management-team-wrapper:hover .border-process {
          opacity: 0 !important; } }
    /* line 4792, ../scss/_common.scss */
    .management-team-section .management-team-wrapper:hover span.icon-arrow-rt {
      opacity: 1 !important; }
    /* line 4795, ../scss/_common.scss */
    .management-team-section .management-team-wrapper:hover img {
      transform: scale(1.1);
      transform-origin: 50% 50%; }
    /* line 4799, ../scss/_common.scss */
    .management-team-section .management-team-wrapper:hover .black-gradient-mask {
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%); }
    /* line 4804, ../scss/_common.scss */
    .management-team-section .management-team-wrapper img {
      width: 100%;
      transition: transform .4s; }
    /* line 4808, ../scss/_common.scss */
    .management-team-section .management-team-wrapper .management-team-title {
      position: absolute;
      bottom: 50px;
      left: 50px;
      width: 75%;
      z-index: 2; }
      @media (max-width: 991.98px) {
        /* line 4808, ../scss/_common.scss */
        .management-team-section .management-team-wrapper .management-team-title {
          width: 100%;
          padding: 1rem 2rem;
          bottom: 0;
          left: 0; } }
      /* line 4820, ../scss/_common.scss */
      .management-team-section .management-team-wrapper .management-team-title .name-title {
        width: 80%; }
        @media (max-width: 991.98px) {
          /* line 4820, ../scss/_common.scss */
          .management-team-section .management-team-wrapper .management-team-title .name-title {
            width: 100%; } }
      /* line 4826, ../scss/_common.scss */
      .management-team-section .management-team-wrapper .management-team-title h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 400; }
        @media (max-width: 767.98px) {
          /* line 4826, ../scss/_common.scss */
          .management-team-section .management-team-wrapper .management-team-title h4 {
            margin-bottom: 0px; } }
      /* line 4834, ../scss/_common.scss */
      .management-team-section .management-team-wrapper .management-team-title span {
        font-weight: 300;
        font-size: 18px;
        color: #fff; }
      /* line 4840, ../scss/_common.scss */
      .management-team-section .management-team-wrapper .management-team-title span.icon-arrow-rt {
        color: #F6630C !important;
        float: right;
        font-size: 13px !important;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }

/* line 4853, ../scss/_common.scss */
.modal-open .modal {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 4859, ../scss/_common.scss */
.management-team-popup .management-team-model-area .modal-content {
  border-radius: 0px; }
  /* line 4861, ../scss/_common.scss */
  .management-team-popup .management-team-model-area .modal-content .modal-body {
    margin-top: 1rem; }
    /* line 4864, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
      font-size: 42px;
      font-weight: 400;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        /* line 4864, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
          font-size: 30px !important; } }
      @media (max-width: 767.98px) {
        /* line 4864, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
          font-size: 28px !important; } }
      @media (max-width: 575.98px) {
        /* line 4864, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
          font-size: 24px !important;
          line-height: 30px !important; } }
    /* line 4879, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .leader-designation {
      color: #4D4D4D; }
    /* line 4882, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
      font-size: 20px;
      font-weight: 400;
      color: #313131; }
      @media (max-width: 767.98px) {
        /* line 4882, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
          font-size: 18px !important; } }
      @media (max-width: 575.98px) {
        /* line 4882, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
          font-size: 16px !important; } }
    /* line 4893, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper p {
      margin-bottom: 1.5rem; }
    /* line 4896, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .leaders-image-area-popup {
      background-color: #B1B1B1; }
  /* line 4902, ../scss/_common.scss */
  .management-team-popup .management-team-model-area .modal-content .model-popup-header {
    border-bottom: none;
    padding: 0px; }
    /* line 4905, ../scss/_common.scss */
    .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
      background: none !important;
      opacity: 1 !important;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      /* line 4909, ../scss/_common.scss */
      .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:hover:before {
        color: #E5A93F !important; }
      /* line 4912, ../scss/_common.scss */
      .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:focus {
        box-shadow: none !important; }
      /* line 4915, ../scss/_common.scss */
      .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
        color: #F6630C !important;
        content: '\e906';
        font-family: 'icomoon';
        font-size: 20px !important;
        font-weight: 300;
        position: absolute;
        right: 45px;
        top: 38px;
        -webkit-transition: all 0.3s ease-out 0s !important;
        -moz-transition: all 0.3s ease-out 0s !important;
        -ms-transition: all 0.3s ease-out 0s !important;
        -o-transition: all 0.3s ease-out 0s !important;
        transition: all 0.3s ease-out 0s !important; }
        @media (max-width: 991.98px) {
          /* line 4915, ../scss/_common.scss */
          .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
            font-size: 16px !important; } }
        @media (max-width: 767.98px) {
          /* line 4915, ../scss/_common.scss */
          .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
            right: 16px;
            top: 12px; } }
      @media (max-width: 991.98px) {
        /* line 4905, ../scss/_common.scss */
        .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
          right: 46px;
          top: 36px; } }

/* line 5001, ../scss/_common.scss */
.onload-disclaimer-popup .btn-close {
  display: none !important; }
/* line 5004, ../scss/_common.scss */
.onload-disclaimer-popup .modal-content {
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    /* line 5004, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content {
      padding: 2rem 2rem 2rem 2rem; } }
  @media (max-width: 480px) {
    /* line 5004, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content {
      padding: 2rem 1rem 2rem 1rem; } }
  /* line 5013, ../scss/_common.scss */
  .onload-disclaimer-popup .modal-content .modal-header {
    padding: 0;
    border-bottom: none !important; }
    /* line 5016, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-header h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 40px; }
    @media (max-width: 767.98px) {
      /* line 5013, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-header {
        font-size: 28px !important;
        line-height: 36px !important; } }
  /* line 5026, ../scss/_common.scss */
  .onload-disclaimer-popup .modal-content .modal-body {
    height: 500px;
    overflow: scroll;
    padding: 2.5rem 3.5rem;
    background-color: #EFEFEF;
    overflow-x: hidden; }
    @media (max-width: 991.98px) {
      /* line 5026, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-body {
        padding: 1.5rem 2rem; } }
    @media (max-width: 767.98px) {
      /* line 5026, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-body {
        height: auto;
        overflow: auto; } }
    /* line 5040, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-body h5 {
      color: #313131;
      font-weight: 300; }
    /* line 5045, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-body .dis-bold-text {
      font-weight: 400; }
  /* line 5049, ../scss/_common.scss */
  .onload-disclaimer-popup .modal-content .modal-footer {
    border-top: none !important;
    padding: 0px; }
    /* line 5052, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-footer .dis-cancel-btn {
      background-color: #D8D8D8;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5052, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-cancel-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5052, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-cancel-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5068, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-footer .dis-cancel-btn:hover {
        background-color: #E5A93F; }
    /* line 5073, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-footer .dis-continue-btn {
      background-color: #E5A93F;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5073, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-continue-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5073, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-continue-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5088, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-footer .dis-continue-btn:hover {
        background-color: #D8D8D8; }
    /* line 5093, ../scss/_common.scss */
    .onload-disclaimer-popup .modal-content .modal-footer .dis-ar-btn {
      font-family: 'Cairo', sans-serif;
      font-size: 18px;
      color: #003C34; }
      @media (max-width: 991.98px) {
        /* line 5093, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-ar-btn {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        /* line 5093, ../scss/_common.scss */
        .onload-disclaimer-popup .modal-content .modal-footer .dis-ar-btn {
          font-size: 14px !important; } }
      /* line 5103, ../scss/_common.scss */
      .onload-disclaimer-popup .modal-content .modal-footer .dis-ar-btn:hover {
        color: #E5A93F; }

/* line 5114, ../scss/_common.scss */
div#myModal-2 {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 5118, ../scss/_common.scss */
div#myModal-3 {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 5122, ../scss/_common.scss */
div#myModal-0 {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 5126, ../scss/_common.scss */
div#myModal-4 {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 5131, ../scss/_common.scss */
.modal-body h5 {
  font-size: 18px; }
  @media (max-width: 991.98px) {
    /* line 5131, ../scss/_common.scss */
    .modal-body h5 {
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    /* line 5131, ../scss/_common.scss */
    .modal-body h5 {
      font-size: 14px; } }

/* line 5142, ../scss/_common.scss */
.modal-header h2 {
  font-size: 32px !important;
  line-height: 40px !important; }
  @media (max-width: 767.98px) {
    /* line 5142, ../scss/_common.scss */
    .modal-header h2 {
      font-size: 28px !important;
      line-height: 36px !important; } }
  @media (max-width: 575.98px) {
    /* line 5142, ../scss/_common.scss */
    .modal-header h2 {
      font-size: 24px !important;
      line-height: 32px !important; } }

/* line 5156, ../scss/_common.scss */
.onload-disclaimer-popup-2 .btn-close {
  display: none !important; }
/* line 5159, ../scss/_common.scss */
.onload-disclaimer-popup-2 .modal-content {
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    /* line 5159, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content {
      padding: 2rem 2rem 2rem 2rem; } }
  @media (max-width: 480px) {
    /* line 5159, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content {
      padding: 2rem 1rem 2rem 1rem; } }
  /* line 5168, ../scss/_common.scss */
  .onload-disclaimer-popup-2 .modal-content .modal-header {
    padding: 0;
    border-bottom: none !important; }
    /* line 5171, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-header h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 40px; }
      @media (max-width: 767.98px) {
        /* line 5171, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-header h2 {
          font-size: 28px !important;
          line-height: 36px !important; } }
  /* line 5181, ../scss/_common.scss */
  .onload-disclaimer-popup-2 .modal-content .modal-body {
    overflow: scroll;
    padding: 2.5rem 3.5rem;
    background-color: #EFEFEF;
    overflow-x: hidden; }
    @media (max-width: 991.98px) {
      /* line 5181, ../scss/_common.scss */
      .onload-disclaimer-popup-2 .modal-content .modal-body {
        padding: 1.5rem 2rem; } }
    /* line 5190, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-body h5 {
      color: #313131;
      font-weight: 300; }
    /* line 5194, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-body .dis-bold-text {
      font-weight: 400; }
  /* line 5198, ../scss/_common.scss */
  .onload-disclaimer-popup-2 .modal-content .modal-footer {
    border-top: none !important;
    padding: 0px; }
    /* line 5201, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-cancel-btn {
      background-color: #D8D8D8;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5201, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5201, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5217, ../scss/_common.scss */
      .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-cancel-btn:hover {
        background-color: #E5A93F; }
    /* line 5222, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-continue-btn {
      background-color: #E5A93F;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5222, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-continue-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5222, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-continue-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5237, ../scss/_common.scss */
      .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-continue-btn:hover {
        background-color: #D8D8D8; }
      /* line 5241, ../scss/_common.scss */
      .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-continue-btn [disabled="disabled"] {
        opacity: 0.5;
        cursor: not-allowed; }
    /* line 5246, ../scss/_common.scss */
    .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-ar-btn {
      font-family: 'Cairo', sans-serif;
      font-size: 18px; }
      @media (max-width: 991.98px) {
        /* line 5246, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-ar-btn {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        /* line 5246, ../scss/_common.scss */
        .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-ar-btn {
          font-size: 14px !important; } }
      /* line 5255, ../scss/_common.scss */
      .onload-disclaimer-popup-2 .modal-content .modal-footer .dis-ar-btn:hover {
        color: #E5A93F; }

/* line 5264, ../scss/_common.scss */
.ih-details {
  display: none;
  padding-top: 20px; }
  /* line 5268, ../scss/_common.scss */
  .ih-details ul li {
    /*position: relative;*/
    position: relative;
    font-weight: 300;
    font-size: 18px;
    color: #313131;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 15px 0px 15px 40px; }
    /* line 5276, ../scss/_common.scss */
    .ih-details ul li ul {
      margin-top: 1rem; }
      /* line 5278, ../scss/_common.scss */
      .ih-details ul li ul li {
        border-bottom: none;
        padding: 3px 0px 2px 20px; }
        /* line 5283, ../scss/_common.scss */
        .ih-details ul li ul li ul li {
          margin-bottom: 0; }
          /* line 5284, ../scss/_common.scss */
          .ih-details ul li ul li ul li:before {
            content: "\25CB" !important; }
    /* line 5292, ../scss/_common.scss */
    .ih-details ul li:last-child {
      border-bottom: none; }
    @media (max-width: 767.98px) {
      /* line 5268, ../scss/_common.scss */
      .ih-details ul li {
        font-size: 16px; } }
  /* line 5298, ../scss/_common.scss */
  .ih-details ul span {
    position: absolute;
    left: 0;
    top: 20px;
    color: rgba(246, 99, 12, 0.67); }

/* line 5308, ../scss/_common.scss */
.onload-disclaimer-popup-3 ul.default-list li {
  color: #313131; }
  @media (max-width: 767.98px) {
    /* line 5308, ../scss/_common.scss */
    .onload-disclaimer-popup-3 ul.default-list li {
      font-size: 14px; } }
/* line 5314, ../scss/_common.scss */
.onload-disclaimer-popup-3 .btn-close {
  display: none !important; }
/* line 5317, ../scss/_common.scss */
.onload-disclaimer-popup-3 .modal-content {
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    /* line 5317, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content {
      padding: 2rem 2rem 2rem 2rem; } }
  @media (max-width: 480px) {
    /* line 5317, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content {
      padding: 2rem 1rem 2rem 1rem; } }
  /* line 5326, ../scss/_common.scss */
  .onload-disclaimer-popup-3 .modal-content .modal-header {
    padding: 0;
    border-bottom: none !important; }
    /* line 5329, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-header h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 40px; }
    @media (max-width: 767.98px) {
      /* line 5326, ../scss/_common.scss */
      .onload-disclaimer-popup-3 .modal-content .modal-header {
        font-size: 28px !important;
        line-height: 36px !important; } }
  /* line 5339, ../scss/_common.scss */
  .onload-disclaimer-popup-3 .modal-content .modal-body {
    padding: 2.5rem 3.5rem;
    background-color: #EFEFEF; }
    @media (max-width: 991.98px) {
      /* line 5339, ../scss/_common.scss */
      .onload-disclaimer-popup-3 .modal-content .modal-body {
        padding: 1.5rem 2rem; } }
    /* line 5345, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-body h5 {
      color: #313131;
      font-weight: 300; }
    /* line 5349, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-body .dis-bold-text {
      font-weight: 400; }
  /* line 5353, ../scss/_common.scss */
  .onload-disclaimer-popup-3 .modal-content .modal-footer {
    border-top: none !important;
    padding: 0px; }
    /* line 5356, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-cancel-btn {
      background-color: #D8D8D8;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5356, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5356, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5372, ../scss/_common.scss */
      .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-cancel-btn:hover {
        background-color: #E5A93F; }
    /* line 5377, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-continue-btn {
      background-color: #E5A93F;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5377, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-continue-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5377, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-continue-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5392, ../scss/_common.scss */
      .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-continue-btn:hover {
        background-color: #D8D8D8; }
    /* line 5397, ../scss/_common.scss */
    .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-ar-btn {
      font-family: 'Cairo', sans-serif;
      font-size: 18px;
      color: #003C34; }
      @media (max-width: 991.98px) {
        /* line 5397, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-ar-btn {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        /* line 5397, ../scss/_common.scss */
        .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-ar-btn {
          font-size: 14px !important; } }
      /* line 5407, ../scss/_common.scss */
      .onload-disclaimer-popup-3 .modal-content .modal-footer .dis-ar-btn:hover {
        color: #E5A93F; }

/* line 5417, ../scss/_common.scss */
.onload-disclaimer-popup-0 .btn-close {
  display: none !important; }
/* line 5420, ../scss/_common.scss */
.onload-disclaimer-popup-0 .modal-content {
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    /* line 5420, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content {
      padding: 2rem 2rem 2rem 2rem; } }
  @media (max-width: 480px) {
    /* line 5420, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content {
      padding: 2rem 1rem 2rem 1rem; } }
  /* line 5429, ../scss/_common.scss */
  .onload-disclaimer-popup-0 .modal-content .modal-header {
    padding: 0;
    border-bottom: none !important; }
    /* line 5432, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-header h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 40px; }
    @media (max-width: 767.98px) {
      /* line 5429, ../scss/_common.scss */
      .onload-disclaimer-popup-0 .modal-content .modal-header {
        font-size: 28px !important;
        line-height: 36px !important; } }
  /* line 5442, ../scss/_common.scss */
  .onload-disclaimer-popup-0 .modal-content .modal-body {
    padding: 1rem 0; }
    /* line 5449, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-body h5 {
      color: #313131;
      font-weight: 300; }
    /* line 5453, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-body .dis-bold-text {
      font-weight: 400; }
  /* line 5457, ../scss/_common.scss */
  .onload-disclaimer-popup-0 .modal-content .modal-footer {
    border-top: none !important;
    padding: 0px; }
    /* line 5460, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-cancel-btn {
      background-color: #D8D8D8;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5460, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5460, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-cancel-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5476, ../scss/_common.scss */
      .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-cancel-btn:hover {
        background-color: #E5A93F; }
    /* line 5481, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-continue-btn {
      background-color: #E5A93F;
      font-size: 18px;
      font-weight: 400;
      color: #003C34;
      padding: 10px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 991.98px) {
        /* line 5481, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-continue-btn {
          font-size: 16px !important; } }
      @media (max-width: 575.98px) {
        /* line 5481, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-continue-btn {
          font-size: 14px !important;
          padding: 8px 14px; } }
      /* line 5496, ../scss/_common.scss */
      .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-continue-btn:hover {
        background-color: #D8D8D8; }
    /* line 5501, ../scss/_common.scss */
    .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-ar-btn {
      font-family: 'Cairo', sans-serif;
      font-size: 18px;
      color: #003C34; }
      @media (max-width: 991.98px) {
        /* line 5501, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-ar-btn {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        /* line 5501, ../scss/_common.scss */
        .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-ar-btn {
          font-size: 14px !important; } }
      /* line 5511, ../scss/_common.scss */
      .onload-disclaimer-popup-0 .modal-content .modal-footer .dis-ar-btn:hover {
        color: #E5A93F; }

/* line 5520, ../scss/_common.scss */
div#myModal-0 {
  pointer-events: none; }
  @media (max-width: 575.98px) {
    /* line 5520, ../scss/_common.scss */
    div#myModal-0 {
      pointer-events: auto; } }

/* line 5526, ../scss/_common.scss */
div#myModal {
  pointer-events: none; }
  @media (max-width: 575.98px) {
    /* line 5526, ../scss/_common.scss */
    div#myModal {
      pointer-events: auto; } }

/* line 5532, ../scss/_common.scss */
div#myModal-2 {
  pointer-events: none; }
  @media (max-width: 575.98px) {
    /* line 5532, ../scss/_common.scss */
    div#myModal-2 {
      pointer-events: auto; } }

/* line 5538, ../scss/_common.scss */
div#myModal-3 {
  pointer-events: none; }
  @media (max-width: 575.98px) {
    /* line 5538, ../scss/_common.scss */
    div#myModal-3 {
      pointer-events: auto; } }

/* line 5544, ../scss/_common.scss */
div#myModal-4 {
  pointer-events: none; }
  @media (max-width: 575.98px) {
    /* line 5544, ../scss/_common.scss */
    div#myModal-4 {
      pointer-events: auto; } }

/* line 5553, ../scss/_common.scss */
.show-pb {
  opacity: 1px !important; }

/* line 5556, ../scss/_common.scss */
.hide-ps {
  opacity: 0px !important; }

/* line 5559, ../scss/_common.scss */
#country_selection {
  width: 100%;
  background-color: #FCFCFC;
  padding: 18px;
  border: solid 1px #A5A5A5;
  font-size: 16px;
  color: #8E8E8E;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 300; }

/* line 5570, ../scss/_common.scss */
.country-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/drop-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 30px;
  border: 1px solid #dfdfdf; }

/*********************************/
@media only screen and (min-width: 1400px) {
  /* line 5582, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
    max-width: 1320px; } }
@media only screen and (max-width: 1399px) {
  /* line 5585, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
    max-width: 1320px; }

  /* line 5587, ../scss/_common.scss */
  .big-title-portfolio a br {
    display: none; } }
@media only screen and (max-width: 1199px) {
  /* line 5590, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
    max-width: 1140px; } }
@media only screen and (max-width: 991px) {
  /* line 5593, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
    max-width: 960px; } }
@media only screen and (min-width: 1400px) {
  /* line 5598, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area.modal-dialog {
    max-width: 1000px; } }
@media only screen and (max-width: 1399px) {
  /* line 5601, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area.modal-dialog {
    max-width: 1000px; }

  /* line 5603, ../scss/_common.scss */
  .big-title-portfolio a br {
    display: none; } }
@media only screen and (max-width: 1199px) {
  /* line 5606, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area.modal-dialog {
    max-width: 820px; } }
@media only screen and (max-width: 991px) {
  /* line 5609, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area.modal-dialog {
    max-width: 640px; } }
@media only screen and (min-width: 1400px) {
  /* line 5614, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-2.modal-dialog {
    max-width: 1000px; } }
@media only screen and (max-width: 1399px) {
  /* line 5617, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-2.modal-dialog {
    max-width: 1000px; }

  /* line 5619, ../scss/_common.scss */
  .big-title-portfolio a br {
    display: none; } }
@media only screen and (max-width: 1199px) {
  /* line 5622, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-2.modal-dialog {
    max-width: 820px; } }
@media only screen and (max-width: 991px) {
  /* line 5625, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-2.modal-dialog {
    max-width: 640px; } }
@media only screen and (min-width: 1400px) {
  /* line 5630, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-3.modal-dialog {
    max-width: 1000px; } }
@media only screen and (max-width: 1399px) {
  /* line 5633, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-3.modal-dialog {
    max-width: 1000px; }

  /* line 5635, ../scss/_common.scss */
  .big-title-portfolio a br {
    display: none; } }
@media only screen and (max-width: 1199px) {
  /* line 5638, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-3.modal-dialog {
    max-width: 820px; } }
@media only screen and (max-width: 991px) {
  /* line 5641, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-3.modal-dialog {
    max-width: 640px; } }
@media only screen and (min-width: 1400px) {
  /* line 5645, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-0.modal-dialog {
    max-width: 1000px; } }
@media only screen and (max-width: 1399px) {
  /* line 5648, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-0.modal-dialog {
    max-width: 1000px; }

  /* line 5650, ../scss/_common.scss */
  .big-title-portfolio a br {
    display: none; } }
@media only screen and (max-width: 1199px) {
  /* line 5653, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-0.modal-dialog {
    max-width: 820px; } }
@media only screen and (max-width: 991px) {
  /* line 5656, ../scss/_common.scss */
  .modal-dialog.modal-dialog-centered.onload-disclaimer-model-area-0.modal-dialog {
    max-width: 640px; } }
/* line 5661, ../scss/_common.scss */
.investor-advisors-contacts-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 5661, ../scss/_common.scss */
    .investor-advisors-contacts-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 5661, ../scss/_common.scss */
    .investor-advisors-contacts-section {
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 5673, ../scss/_common.scss */
  .investor-advisors-contacts-section h2 {
    color: #003C34; }
  /* line 5676, ../scss/_common.scss */
  .investor-advisors-contacts-section h4 {
    color: #313131;
    font-size: 25px;
    font-weight: 400; }
  /* line 5681, ../scss/_common.scss */
  .investor-advisors-contacts-section a {
    color: #F6630C;
    font-size: 25px;
    font-weight: 400; }
    /* line 5685, ../scss/_common.scss */
    .investor-advisors-contacts-section a:hover {
      color: #E5A93F; }
    @media (max-width: 767.98px) {
      /* line 5681, ../scss/_common.scss */
      .investor-advisors-contacts-section a {
        font-size: 20px; } }

/* line 5695, ../scss/_common.scss */
.mobile-footer {
  background-color: #313131;
  position: relative;
  width: 100%;
  bottom: 0;
  display: none; }
  @media (max-width: 575.98px) {
    /* line 5695, ../scss/_common.scss */
    .mobile-footer {
      display: block !important; } }
  /* line 5711, ../scss/_common.scss */
  .mobile-footer .footer-area .footer-useful-links ul li {
    display: inline-block; }
    /* line 5713, ../scss/_common.scss */
    .mobile-footer .footer-area .footer-useful-links ul li:last-child a:after {
      display: none; }
    /* line 5716, ../scss/_common.scss */
    .mobile-footer .footer-area .footer-useful-links ul li a {
      color: #BABABA !important;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 480px) {
        /* line 5716, ../scss/_common.scss */
        .mobile-footer .footer-area .footer-useful-links ul li a {
          font-size: 12px; } }
      /* line 5723, ../scss/_common.scss */
      .mobile-footer .footer-area .footer-useful-links ul li a:hover {
        color: #fff !important; }
      /* line 5726, ../scss/_common.scss */
      .mobile-footer .footer-area .footer-useful-links ul li a:after {
        content: '/';
        color: rgba(154, 154, 154, 0.5);
        padding-left: 6px;
        padding-right: 6px; }
        @media (max-width: 480px) {
          /* line 5726, ../scss/_common.scss */
          .mobile-footer .footer-area .footer-useful-links ul li a:after {
            padding-left: 2px;
            padding-right: 2px; } }
  /* line 5740, ../scss/_common.scss */
  .mobile-footer .footer-area .copyrights-text {
    color: rgba(154, 154, 154, 0.5);
    font-size: 14px;
    font-weight: 400;
    padding-top: 6px; }
    @media (max-width: 480px) {
      /* line 5740, ../scss/_common.scss */
      .mobile-footer .footer-area .copyrights-text {
        font-size: 12px; } }
    /* line 5749, ../scss/_common.scss */
    .mobile-footer .footer-area .copyrights-text a img {
      margin-top: -10px;
      padding-left: 3px; }
  @media (max-width: 575.98px) {
    /* line 5755, ../scss/_common.scss */
    .mobile-footer .footer-area .footer-saudi-vision {
      margin-top: 20px; } }
  @media (max-width: 480px) {
    /* line 5760, ../scss/_common.scss */
    .mobile-footer .footer-area .footer-saudi-vision img {
      width: 15%; } }

/* line 5770, ../scss/_common.scss */
.footer-section-area {
  background-color: #313131;
  position: absolute;
  width: 100%;
  bottom: 0; }
  @media (max-width: 575.98px) {
    /* line 5770, ../scss/_common.scss */
    .footer-section-area {
      display: none; } }
  @media (max-width: 991.98px) {
    /* line 5770, ../scss/_common.scss */
    .footer-section-area {
      bottom: -114px; } }
  /* line 5785, ../scss/_common.scss */
  .footer-section-area .footer-area .footer-useful-links ul li {
    display: inline-block; }
    /* line 5787, ../scss/_common.scss */
    .footer-section-area .footer-area .footer-useful-links ul li:last-child a:after {
      display: none; }
    /* line 5790, ../scss/_common.scss */
    .footer-section-area .footer-area .footer-useful-links ul li a {
      color: #BABABA !important;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 480px) {
        /* line 5790, ../scss/_common.scss */
        .footer-section-area .footer-area .footer-useful-links ul li a {
          font-size: 12px; } }
      /* line 5797, ../scss/_common.scss */
      .footer-section-area .footer-area .footer-useful-links ul li a:hover {
        color: #fff !important; }
      /* line 5800, ../scss/_common.scss */
      .footer-section-area .footer-area .footer-useful-links ul li a:after {
        content: '/';
        color: rgba(154, 154, 154, 0.5);
        padding-left: 6px;
        padding-right: 6px; }
        @media (max-width: 480px) {
          /* line 5800, ../scss/_common.scss */
          .footer-section-area .footer-area .footer-useful-links ul li a:after {
            padding-left: 2px;
            padding-right: 2px; } }
  /* line 5814, ../scss/_common.scss */
  .footer-section-area .footer-area .copyrights-text {
    color: rgba(154, 154, 154, 0.5);
    font-size: 14px;
    font-weight: 400;
    padding-top: 6px; }
    @media (max-width: 480px) {
      /* line 5814, ../scss/_common.scss */
      .footer-section-area .footer-area .copyrights-text {
        font-size: 12px; } }
    /* line 5823, ../scss/_common.scss */
    .footer-section-area .footer-area .copyrights-text a img {
      margin-top: -10px;
      padding-left: 3px; }
  @media (max-width: 575.98px) {
    /* line 5829, ../scss/_common.scss */
    .footer-section-area .footer-area .footer-saudi-vision {
      margin-top: 20px; } }
  @media (max-width: 480px) {
    /* line 5834, ../scss/_common.scss */
    .footer-section-area .footer-area .footer-saudi-vision img {
      width: 15%; } }

/* line 5844, ../scss/_common.scss */
.ipo-timeline-section {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  @media (max-width: 1399.98px) {
    /* line 5844, ../scss/_common.scss */
    .ipo-timeline-section {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    /* line 5844, ../scss/_common.scss */
    .ipo-timeline-section {
      padding-top: 50px;
      z-index: 1;
      position: relative;
      overflow: hidden;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 5859, ../scss/_common.scss */
  .ipo-timeline-section h2 {
    color: #fff;
    margin-bottom: 28rem; }
  /* line 5863, ../scss/_common.scss */
  .ipo-timeline-section .timeline-wrapper {
    margin-top: -320px; }
    @media (max-width: 991.98px) {
      /* line 5863, ../scss/_common.scss */
      .ipo-timeline-section .timeline-wrapper {
        margin-top: -420px; } }
    /* line 5868, ../scss/_common.scss */
    .ipo-timeline-section .timeline-wrapper ul {
      /*			&:after{
      				@media (max-width: 767.98px){
      					content: '';
      					height: 93%;
      					width: 1px;
      					background-color: rgba(74,114,109,1);
      					position: absolute;
      					left: 30px;
      					top: 0;
         					 z-index: -1;
      				}
      			}*/ }
      @media (max-width: 991.98px) {
        /* line 5868, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul {
          position: relative; } }
      /* line 5884, ../scss/_common.scss */
      .ipo-timeline-section .timeline-wrapper ul li {
        position: relative; }
        /* line 5886, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li:after {
          content: '';
          height: 16px;
          width: 120px;
          background-color: #E5A93F;
          color: #E5A93F;
          position: absolute;
          left: 86px;
          top: 44%;
          z-index: -1; }
          @media (max-width: 991.98px) {
            /* line 5886, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li:after {
              width: 100px; } }
          @media (max-width: 991.98px) {
            /* line 5886, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li:after {
              top: 62%;
              height: 8px;
              left: -20px;
              transform: rotate(90deg); } }
        @media (max-width: 991.98px) {
          /* line 5906, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li img {
            width: 60px; } }
        /* line 5911, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li:before {
          content: '';
          height: 155px;
          width: 1px;
          background-color: #4A726D;
          color: #E5A93F;
          position: absolute;
          left: 44px;
          bottom: -180px; }
          @media (max-width: 991.98px) {
            /* line 5911, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li:before {
              display: none; } }
        /* line 5924, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li:nth-child(2n):before {
          height: 61px;
          bottom: -86px; }
        /* line 5928, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li:last-child:after {
          display: none; }
        /* line 5931, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li span.timeline-date {
          position: absolute;
          top: -80px;
          color: #fff;
          font-size: 24px;
          font-weight: 400;
          text-transform: uppercase;
          left: 10px;
          width: 100%; }
          @media (max-width: 1199.98px) {
            /* line 5931, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.timeline-date {
              font-size: 20px; } }
          @media (max-width: 991.98px) {
            /* line 5931, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.timeline-date {
              font-size: 18px;
              font-weight: 700;
              top: -5px;
              left: 100px; } }
          @media (max-width: 480px) {
            /* line 5931, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.timeline-date {
              left: 80px !important; } }
          /* line 5952, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li span.timeline-date.expanded {
            display: flex;
            flex-direction: column;
            width: 150%;
            text-align: center;
            left: -30%; }
            @media (max-width: 991.98px) {
              /* line 5952, ../scss/_common.scss */
              .ipo-timeline-section .timeline-wrapper ul li span.timeline-date.expanded {
                flex-direction: row;
                width: 100%;
                text-align: left;
                left: 100px; } }
            /* line 5964, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.timeline-date.expanded .text-below {
              font-size: 16px;
              font-weight: 300; }
              @media (max-width: 991.98px) {
                /* line 5964, ../scss/_common.scss */
                .ipo-timeline-section .timeline-wrapper ul li span.timeline-date.expanded .text-below {
                  margin-left: 0.5rem;
                  align-self: center; } }
        /* line 5974, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li span.timeline-content-text {
          position: absolute;
          bottom: -280px;
          font-size: 20px;
          color: #fff;
          font-weight: 300;
          left: -80px;
          width: 250px;
          text-align: center; }
          @media (max-width: 1199.98px) {
            /* line 5974, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.timeline-content-text {
              font-size: 18px;
              line-height: 26px; } }
        @media (max-width: 991.98px) {
          /* line 5991, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li .mobile-res-content {
            position: absolute !important;
            top: 22px;
            left: 100px !important;
            text-align: left !important; } }
        @media (max-width: 480px) {
          /* line 5991, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li .mobile-res-content {
            left: 80px !important;
            font-size: 16px !important;
            line-height: 24px !important; } }
        @media (max-width: 991.98px) {
          /* line 6003, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li .mobile-res-content br {
            display: none; } }
        /* line 6010, ../scss/_common.scss */
        .ipo-timeline-section .timeline-wrapper ul li span.upside-timeline-content {
          bottom: unset;
          top: 186px; }
          @media (max-width: 991.98px) {
            /* line 6010, ../scss/_common.scss */
            .ipo-timeline-section .timeline-wrapper ul li span.upside-timeline-content {
              top: 22px; } }
        @media (max-width: 991.98px) {
          /* line 5884, ../scss/_common.scss */
          .ipo-timeline-section .timeline-wrapper ul li {
            position: relative;
            padding-bottom: 80px; } }
      /* line 6023, ../scss/_common.scss */
      .ipo-timeline-section .timeline-wrapper ul li.inactive-list-icon:after {
        background-color: #4A726D; }

/* line 6033, ../scss/_common.scss */
.pulse-animation-effect {
  transform: scale(1);
  animation: pulse-black 2s infinite;
  border-radius: 50%; }

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(229, 169, 63, 0.5); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(229, 169, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(229, 169, 63, 0); } }
/* line 6056, ../scss/_common.scss */
.video-play-buttons {
  transform: scale(1);
  animation: pulse-white 2s infinite;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.4) !important;
  width: 100%; }

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
/* line 6079, ../scss/_common.scss */
.rs-background-video-layer iframe {
  visibility: inherit !important; }

/* line 6083, ../scss/_common.scss */
.fancybox-button:hover {
  background: #E5A93F; }

/* line 6088, ../scss/_common.scss */
#section1 .custom-anchor-arrow {
  left: -100px !important; }

/* line 6091, ../scss/_common.scss */
#section1 .link-text {
  opacity: 1 !important; }
  /* line 6093, ../scss/_common.scss */
  #section1 .link-text:hover {
    color: #F6630C; }

/* line 6192, ../scss/_common.scss */
#section1 .custom-anchor-arrow {
  left: -100px !important;
  bottom: 600px; }

/* line 6196, ../scss/_common.scss */
#section1 .link-text {
  opacity: 1 !important; }
  /* line 6198, ../scss/_common.scss */
  #section1 .link-text:hover {
    color: #F6630C; }

/* line 6202, ../scss/_common.scss */
#section1 .link-text {
  color: #e3e3e3; }

/* line 6208, ../scss/_common.scss */
.custom-anchor-arrow {
  position: absolute;
  z-index: 9999999;
  display: block; }
  /* line 6212, ../scss/_common.scss */
  .custom-anchor-arrow .link {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transform: rotate(-90deg) translate3d(-300px, 0, 0); }
    /* line 6219, ../scss/_common.scss */
    .custom-anchor-arrow .link:hover .link-text {
      opacity: 1 !important; }
    /* line 6224, ../scss/_common.scss */
    .custom-anchor-arrow .link:hover .link-arrow span:after {
      animation: animation-arrow 1.5s forwards;
      animation-delay: 1s; }
    /* line 6231, ../scss/_common.scss */
    .custom-anchor-arrow .link:hover .link-line:after {
      animation: animation-line 1.5s forwards; }
    /* line 6236, ../scss/_common.scss */
    .custom-anchor-arrow .link .link-arrow {
      display: inline-flex; }
      /* line 6238, ../scss/_common.scss */
      .custom-anchor-arrow .link .link-arrow span {
        position: relative;
        width: 14px;
        height: 2px;
        border-radius: 2px;
        overflow: hidden;
        background: rgba(186, 186, 186, 0.5);
        z-index: 2; }
        /* line 6246, ../scss/_common.scss */
        .custom-anchor-arrow .link .link-arrow span:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          width: 0;
          height: 2px;
          background: #F6630C; }
        /* line 6255, ../scss/_common.scss */
        .custom-anchor-arrow .link .link-arrow span:nth-child(1) {
          transform-origin: left bottom;
          transform: rotate(45deg) translate3d(8px, -10px, 0); }
        /* line 6259, ../scss/_common.scss */
        .custom-anchor-arrow .link .link-arrow span:nth-child(2) {
          transform-origin: left bottom;
          transform: rotate(-45deg); }
    /* line 6265, ../scss/_common.scss */
    .custom-anchor-arrow .link .link-line {
      position: relative;
      margin-left: -14px;
      margin-right: 30px;
      width: 70px;
      height: 2px;
      background: rgba(186, 186, 186, 0.5);
      overflow: hidden;
      z-index: 1; }
      @media (max-width: 575.98px) {
        /* line 6265, ../scss/_common.scss */
        .custom-anchor-arrow .link .link-line {
          width: 50px; } }
      /* line 6277, ../scss/_common.scss */
      .custom-anchor-arrow .link .link-line:after {
        content: "";
        display: block;
        position: absolute;
        left: 80px;
        width: 70px;
        height: 2px;
        background: #F6630C; }
    /* line 6287, ../scss/_common.scss */
    .custom-anchor-arrow .link .link-text {
      color: #F6630C;
      font-size: 16px;
      text-transform: uppercase;
      opacity: 0 !important;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 575.98px) {
        /* line 6287, ../scss/_common.scss */
        .custom-anchor-arrow .link .link-text {
          font-size: 14px; } }

/* line 6301, ../scss/_common.scss */
#section2 .custom-anchor-arrow {
  left: -70px;
  bottom: 330px; }

/* line 6305, ../scss/_common.scss */
#section2 .up-arrow-anim {
  left: 50px;
  bottom: 280px; }

/* line 6309, ../scss/_common.scss */
#section3 .custom-anchor-arrow {
  left: -100px;
  bottom: -390px; }

/* line 6313, ../scss/_common.scss */
#section3 .up-arrow-anim {
  left: -10px;
  bottom: -410px; }

/* line 6317, ../scss/_common.scss */
#section4 .custom-anchor-arrow {
  left: -80px;
  bottom: 520px; }

/* line 6321, ../scss/_common.scss */
#section4 .up-arrow-anim {
  left: -10px;
  bottom: 520px; }

/* line 6325, ../scss/_common.scss */
#section5 .custom-anchor-arrow {
  left: -20px;
  bottom: -250px; }

/* line 6329, ../scss/_common.scss */
#section5 .up-arrow-anim {
  left: -50px;
  bottom: -154px; }

/* line 6333, ../scss/_common.scss */
#section6 .custom-anchor-arrow {
  left: -60px;
  bottom: 480px; }

/* line 6337, ../scss/_common.scss */
#section6 .up-arrow-anim {
  left: -30px;
  bottom: 524px; }

/* line 6341, ../scss/_common.scss */
#section7 .custom-anchor-arrow {
  left: -10px;
  bottom: 440px; }

/* line 6345, ../scss/_common.scss */
#section7 .up-arrow-anim {
  left: 30px;
  bottom: 474px; }

/* line 6349, ../scss/_common.scss */
#section8 .custom-anchor-arrow {
  left: -70px;
  bottom: 490px; }

/* line 6353, ../scss/_common.scss */
#section8 .up-arrow-anim {
  left: 0px;
  bottom: 494px; }

/* line 6357, ../scss/_common.scss */
#section9 .custom-anchor-arrow {
  left: -70px;
  bottom: 484px; }

/* line 6361, ../scss/_common.scss */
#section9 .up-arrow-anim {
  left: 40px;
  bottom: 444px; }

/* line 6365, ../scss/_common.scss */
#section10 .custom-anchor-arrow {
  left: -70px;
  bottom: 484px; }

/* line 6369, ../scss/_common.scss */
#section10 .up-arrow-anim {
  left: -10px;
  bottom: 494px; }

/* line 6373, ../scss/_common.scss */
#section11 .custom-anchor-arrow {
  left: -70px;
  bottom: -386px; }

/* line 6377, ../scss/_common.scss */
#section11 .up-arrow-anim {
  left: -10px;
  bottom: -372px; }

/* line 6381, ../scss/_common.scss */
#section12 .up-arrow-anim {
  left: -60px;
  bottom: 630px; }

/* line 6387, ../scss/_common.scss */
.up-arrow-anim {
  position: absolute;
  z-index: 9999999;
  display: block; }
  /* line 6391, ../scss/_common.scss */
  .up-arrow-anim .link {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transform: rotate(-90deg) translate3d(-300px, 0, 0); }
    /* line 6398, ../scss/_common.scss */
    .up-arrow-anim .link:hover .link-text {
      opacity: 1 !important; }
    /* line 6403, ../scss/_common.scss */
    .up-arrow-anim .link:hover .link-arrow span:after {
      animation: animation-arrow 1.5s forwards; }
    /* line 6410, ../scss/_common.scss */
    .up-arrow-anim .link:hover .link-line:after {
      animation: animation-line 1.5s forwards;
      animation-delay: 1s; }
    /* line 6416, ../scss/_common.scss */
    .up-arrow-anim .link .link-arrow {
      display: inline-flex;
      position: absolute;
      left: 48px;
      transform: rotate(180deg); }
      /* line 6421, ../scss/_common.scss */
      .up-arrow-anim .link .link-arrow span {
        position: relative;
        width: 14px;
        height: 2px;
        border-radius: 2px;
        overflow: hidden;
        background: rgba(186, 186, 186, 0.5);
        z-index: 2; }
        /* line 6429, ../scss/_common.scss */
        .up-arrow-anim .link .link-arrow span:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          width: 0;
          height: 2px;
          background: #F6630C; }
        /* line 6438, ../scss/_common.scss */
        .up-arrow-anim .link .link-arrow span:nth-child(1) {
          transform-origin: left bottom;
          transform: rotate(45deg) translate3d(8px, -10px, 0); }
        /* line 6442, ../scss/_common.scss */
        .up-arrow-anim .link .link-arrow span:nth-child(2) {
          transform-origin: left bottom;
          transform: rotate(-45deg); }
    /* line 6448, ../scss/_common.scss */
    .up-arrow-anim .link .link-line {
      position: relative;
      margin-left: -14px;
      margin-right: 30px;
      width: 70px;
      height: 2px;
      background: rgba(186, 186, 186, 0.5);
      overflow: hidden;
      z-index: 1; }
      @media (max-width: 575.98px) {
        /* line 6448, ../scss/_common.scss */
        .up-arrow-anim .link .link-line {
          width: 50px; } }
      /* line 6460, ../scss/_common.scss */
      .up-arrow-anim .link .link-line:after {
        content: "";
        display: block;
        position: absolute;
        left: 80px;
        width: 70px;
        height: 2px;
        background: #F6630C; }
    /* line 6470, ../scss/_common.scss */
    .up-arrow-anim .link .link-text {
      color: #F6630C;
      font-size: 16px;
      text-transform: uppercase;
      opacity: 0 !important;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 575.98px) {
        /* line 6470, ../scss/_common.scss */
        .up-arrow-anim .link .link-text {
          font-size: 14px; } }

/* line 6484, ../scss/_common.scss */
.up-down-arrow-link span {
  padding: 15px;
  background-color: #E5A93F;
  display: block;
  width: 50px;
  margin-bottom: 12px; }

/* line 6493, ../scss/_common.scss */
span.icon-arrow-rt.up-arrow-icon {
  transform: rotate(270deg);
  font-size: 10px; }

/* line 6497, ../scss/_common.scss */
span.icon-arrow-rt.down-arrow-icon {
  transform: rotate(90deg);
  font-size: 10px; }

@keyframes animation-line {
  0% {
    left: 80px; }
  100% {
    left: 0; } }
@keyframes animation-arrow {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* line 6525, ../scss/_common.scss */
#continueButton1[disabled="disabled"] {
  opacity: 0.3; }

/* line 6529, ../scss/_common.scss */
div#myModal {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111; }

/* line 6533, ../scss/_common.scss */
ul.default-list li {
  /*margin-bottom: 16px; 
  display: flex;  */
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.875rem;
  letter-spacing: 0.1px;
  font-size: 18px; }
  @media (max-width: 991.98px) {
    /* line 6533, ../scss/_common.scss */
    ul.default-list li {
      font-size: 16px; } }

/* line 6545, ../scss/_common.scss */
ul.default-list li:before {
  content: "\25A0";
  color: rgba(1, 67, 133, 0.2);
  font-weight: bold;
  /*display: inline-block; 
  float: left;
  width: 1em;
  margin-left: 0;
  position: relative;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 15px;
  margin-top: -5px; }

/* line 6562, ../scss/_common.scss */
a.clicked .investment-highlights-grid {
  position: relative;
  overflow: hidden; }
  /* line 6565, ../scss/_common.scss */
  a.clicked .investment-highlights-grid img {
    width: 100%;
    transition: transform .4s; }
  /* line 6569, ../scss/_common.scss */
  a.clicked .investment-highlights-grid img {
    transform: scale(1.1);
    transform-origin: 50% 50%; }
  /* line 6573, ../scss/_common.scss */
  a.clicked .investment-highlights-grid .image-black-overlay {
    opacity: 0; }
  /* line 6576, ../scss/_common.scss */
  a.clicked .investment-highlights-grid .image-green-overlay {
    opacity: 1; }
  /* line 6581, ../scss/_common.scss */
  a.clicked .investment-highlights-grid h3 span {
    display: block !important; }
  /* line 6585, ../scss/_common.scss */
  a.clicked .investment-highlights-grid .read-more-links {
    color: #F6630C !important; }
    /* line 6587, ../scss/_common.scss */
    a.clicked .investment-highlights-grid .read-more-links .text {
      color: #F6630C !important; }
  /* line 6591, ../scss/_common.scss */
  a.clicked .investment-highlights-grid .icon-arrow-rt {
    color: #F6630C !important;
    padding-left: 15px !important; }

/* line 6598, ../scss/_common.scss */
.arrow-nav {
  position: fixed;
  bottom: 60px;
  left: -70px;
  z-index: 999;
  width: 100px; }
  @media (max-width: 575.98px) {
    /* line 6598, ../scss/_common.scss */
    .arrow-nav {
      display: none; } }
  /* line 6607, ../scss/_common.scss */
  .arrow-nav a {
    color: #FFF; }
    /* line 6609, ../scss/_common.scss */
    .arrow-nav a span {
      margin-right: 10px; }
    /* line 6612, ../scss/_common.scss */
    .arrow-nav a .page-title {
      position: absolute;
      left: 0px;
      top: 0px;
      opacity: 0;
      width: 400px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
      @media (max-width: 1650px) {
        /* line 6612, ../scss/_common.scss */
        .arrow-nav a .page-title {
          display: none; } }
  /* line 6626, ../scss/_common.scss */
  .arrow-nav.light-mode a {
    color: #003C34; }

/* line 6632, ../scss/_common.scss */
span.icon-close.slide-menu-close {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  cursor: pointer; }
  /* line 6635, ../scss/_common.scss */
  span.icon-close.slide-menu-close:hover {
    color: #F6630C; }

/* line 6643, ../scss/_common.scss */
.arrow-nav {
  position: fixed;
  bottom: 230px;
  left: 30px;
  z-index: 999;
  width: 60px; }
  @media (max-width: 1650px) {
    /* line 6643, ../scss/_common.scss */
    .arrow-nav {
      bottom: -63px; } }

/* line 6653, ../scss/_common.scss */
.next-slide {
  transform: rotate(-90deg);
  height: 90px;
  width: 300px;
  position: absolute;
  left: -100px;
  top: -100px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  @media (max-width: 1650px) {
    /* line 6653, ../scss/_common.scss */
    .next-slide {
      height: 35px;
      width: 40px;
      background-color: #E5A93F;
      left: -33px; } }
  /* line 6667, ../scss/_common.scss */
  .next-slide:before {
    content: '\e91d';
    font-family: 'icomoon';
    font-size: 20px;
    color: rgba(186, 186, 186, 0.5); }
    @media (max-width: 1650px) {
      /* line 6667, ../scss/_common.scss */
      .next-slide:before {
        color: rgba(0, 60, 52, 0.9);
        padding-left: 9px;
        font-size: 8px; } }
  /* line 6679, ../scss/_common.scss */
  .next-slide:hover .page-title {
    opacity: 1 !important; }
  /* line 6682, ../scss/_common.scss */
  .next-slide:hover:before {
    color: #F6630C; }
    @media (max-width: 1650px) {
      /* line 6682, ../scss/_common.scss */
      .next-slide:hover:before {
        color: #fff; } }

/* line 6691, ../scss/_common.scss */
.arrow-nav a.next-slide .page-title {
  left: 70px;
  text-transform: uppercase; }

/* line 6695, ../scss/_common.scss */
.prev-slide {
  transform: rotate(-90deg);
  height: 90px;
  width: 300px;
  position: absolute;
  left: -60px;
  top: -100px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  @media (max-width: 1650px) {
    /* line 6695, ../scss/_common.scss */
    .prev-slide {
      height: 35px;
      width: 40px;
      background-color: #E5A93F;
      left: -33px;
      top: -142px; } }
  /* line 6710, ../scss/_common.scss */
  .prev-slide:after {
    content: '\e91e';
    font-family: 'icomoon';
    font-size: 20px;
    color: rgba(186, 186, 186, 0.5); }
    @media (max-width: 1650px) {
      /* line 6710, ../scss/_common.scss */
      .prev-slide:after {
        color: rgba(0, 60, 52, 0.9);
        padding-left: 9px;
        font-size: 8px; } }
  /* line 6722, ../scss/_common.scss */
  .prev-slide:hover .page-title {
    opacity: 1 !important; }
  /* line 6725, ../scss/_common.scss */
  .prev-slide:hover:after {
    color: #F6630C; }
    @media (max-width: 1650px) {
      /* line 6725, ../scss/_common.scss */
      .prev-slide:hover:after {
        color: #fff; } }

/* line 6733, ../scss/_common.scss */
.arrow-nav a.prev-slide .page-title {
  left: 70px;
  text-transform: uppercase; }
