/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700");
@font-face {
  font-family: 'BwNistaInt-xBd';
  src: url("../plugins/fonts/BwNistaInt-xBd.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita-Regular';
  src: url('../plugins/fonts/Gordita-Regular.eot');
  src: url('../plugins/fonts/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
       url('../plugins/fonts/Gordita-Regular.svg#Gordita-Regular') format('svg'),
       url('../plugins/fonts/Gordita-Regular.ttf') format('truetype'),
       url('../plugins/fonts/Gordita-Regular.woff') format('woff'),
       url('../plugins/fonts/Gordita-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gordita-Bold';
  src: url('../plugins/fonts/Gordita-Bold.eot');
  src: url('../plugins/fonts/Gordita-Bold.eot?#iefix') format('embedded-opentype'),
       url('../plugins/fonts/Gordita-Bold.svg#Gordita-Bold') format('svg'),
       url('../plugins/fonts/Gordita-Bold.ttf') format('truetype'),
       url('../plugins/fonts/Gordita-Bold.woff') format('woff'),
       url('../plugins/fonts/Gordita-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gordita-RegularItalic';
  src: url('../plugins/fonts/Gordita-RegularItalic.eot');
  src: url('../plugins/fonts/Gordita-RegularItalic.eot?#iefix') format('embedded-opentype'),
       url('../plugins/fonts/Gordita-RegularItalic.svg#Gordita-RegularItalic') format('svg'),
       url('../plugins/fonts/Gordita-RegularItalic.ttf') format('truetype'),
       url('../plugins/fonts/Gordita-RegularItalic.woff') format('woff'),
       url('../plugins/fonts/Gordita-RegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



body {
  line-height: 1.2;
  font-family: "Gordita-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
}

p, .paragraph {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Gordita-Regular", sans-serif;
}

p-lg, .paragraph-lg {
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
  font-size: 60px;
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
}

.footer-top h3, .footer-top .h3{
  font-size: 35px;
}
.footer-top h5, .footer-top .h5 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-oscar-eric{
  letter-spacing: 5px;
  border-radius: 0;
  font-size: 18px;
  padding: 15px 30px;
  background-color: #fff;
}

.content-ms .btn-oscar-eric {
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #172b43;
    color: #fff;
}

.oscar-map{
  height: 380px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}

.content-ms ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #172b43 !important;
  opacity: 1; /* Firefox */
}

.content-ms :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #172b43 !important;
}

.content-ms ::-ms-input-placeholder { /* Microsoft Edge */
  color: #172b43 !important;
}

.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #41228e;
  color: #fff;
}

.btn-primary:active {
  background: #542cb7 !important;
}

.btn-primary:hover {
  background: #542cb7;
}

.btn-primary.focus, .btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}

.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #41228e !important;
}

a:hover {
  color: #41228e;
}

.slick-slide {
  outline: 0;
  padding: 2px;
}

.eric-img{
  position: absolute;
  margin-top: -488px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  margin-bottom: 80px;
  font-family: "Playfair Display";
  letter-spacing: 2px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-white{
  background-color: #fff;
}

.bg-grey-mahsing{
  background-color: #d9dde2; 
}

/* overlay */

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #172b43 !important;
}

.bg-half-primary{
  background: -webkit-linear-gradient(bottom, #172b43 50%, #fff 50%);
  background-color: #172b43;

  background: #172b43;
  background: -moz-linear-gradient(bottom, #ffffff 50%, #172b43 50%);
  background: -webkit-gradient(top, bottom, color-stop(50%, #172b43), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(bottom, #ffffff 50%, #172b43 50%);
  background: -o-linear-gradient(bottom, #ffffff 50%, #172b43 50%);
  background: -ms-linear-gradient(bottom, #ffffff 50%, #172b43 50%);
  background: linear-gradient(to bottom, #ffffff 50%, #172b43 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172b43', endColorstr='#ffffff', GradientType=1 );
}

.width_80 {
  width: 80% !important;
}

.width_90 {
  width: 90% !important;
}

.width_100 {
  width: 100% !important;
}

.exp{
  letter-spacing: 40px;
  font-size: 90px;
  color: #e9e9e9;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #172b43 !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-secondary {
  font-family: 'Gordita-Regular', serif !important;
}

.font-tertiary {
  font-family: 'Playfair Display', serif !important;
}

.font-italic{
  font-family: 'Gordita-RegularItalic';
}

.font-bold{
  font-family: 'Gordita-Bold';
}

.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 2px;
}

.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}

.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s ease;
  border: 0;
}

.mobile-projects .slick-dots {
  text-align: center;
  padding-left: 0;
  margin-top: 15px;
}

#projects{
  background-color: #eeeeee;
}

.mobile-projects .slick-dots li {
  display: inline-block;
  margin: 10px;
}

.mobile-projects .slick-dots li.slick-active button {
  background: #172b43;
  width: 12px;
}

.mobile-projects .slick-dots li button {
  height: 12px;
  width: 12px;
  padding: 5px;
  background: #5d5d5d;
  color: transparent;
  border-radius: 100%;
  transition: .2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
  background-color: transparent;
  font-family: "Gordita-Regular" !important;
  color: #fff;
}

.form-control.tab-mobile:focus,
.form-control.tab-mobile {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #172b43;
    height: 60px;
    background-color: transparent;
    font-family: "Gordita-Bold" !important;
    color: #172b43;
    text-align: center;
    width: 57%;
    margin: 0 auto 50px auto;
}

.form-control.tab-mobile option{
  text-align: center;
}

.content-ms .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
    height: 40px;
    background-color: transparent;
    font-family: "Gordita-Regular" !important;
    color: #172b43;
}

.form-control:focus {
  border-color: #41228e;
  background-color: transparent;
  outline: 0;
  box-shadow: none !important;
  font-family: "Gordita-Regular" !important;
  color: #fff;
}

.content-ms .form-control:focus {
  border-color: #41228e;
  background-color: transparent;
  outline: 0;
  box-shadow: none !important;
  font-family: "Gordita-Regular" !important;
  color: #172b43;
}

.content-ms select.form-control:not([size]):not([multiple]) {
    height: 40px;
    line-height: 1.5;
}

select.form-control:not([size]):not([multiple]) {
    height: 60px;
    line-height: 1.5;
}
select.form-control:not([size]):not([multiple]) option {
   color: #000;
}

textarea.form-control {
  height: 120px;
}

.lh-40{
  line-height: 40px;
}

/* /form */
/* card */
.card {
  border: 0;
  background-color: transparent;
}

.card-header {
  border: 0;
}

.card-footer {
  border: 0;
}

/* /card */
.navigation {
  padding: 0;
  transition: .3s ease;
}

.navigation.nav-bg {
    background-color: #172b43;
    padding: 0;
}

.nav-item{
  margin: 0 10px;
  font-family: "Gordita-Bold";
}


.tab-pane-mobile{
  background-color: #eee;
  padding: 60px 10px;
}

@media (max-width: 991px) {
  .foot-text-hero {
      padding-left: 5px;
      font-size: 15px;
  }

  .padding_mobile_0 {
    padding: 0 !important;
  }

  .navigation.nav-bg {
    padding: 10px 20px;
  }

  .navbar-brand img {
    padding-left: 20px;
    width: 85%;
  }

  .navbar-brand {
      padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .navigation {
    padding: 10px 0;
    background: transparent;
  }
  .navbar {
    padding: .5rem 0;
  }
  .navbar-brand{
    padding-bottom: 0;
    margin-bottom: 0; 
  }
  .navbar-brand img{
    padding-left: 20px;
  }
  .navbar-toggler{
    padding-right: 30px;
  }
  .nav-bg .navbar-brand img{
    padding-left: 0px;
  }
  .nav-bg .navbar-toggler{
    padding-right: 0px;
  }
  .navbar-collapse ul{
    background-color: transparent;
  }
  .navbar-collapse ul .nav-item:first-child{
    margin-top: 20px;
  }
  .navbar-collapse ul .nav-item:last-child{
    margin-bottom: 20px;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
  }
}

.navbar .nav-item .nav-link {
  font-family: "Gordita-Regular";
  text-transform: capitalize;
  padding: 15px;
  letter-spacing: 1px;
}

@media (min-width: 992px) and (max-width: 1200px){
  .navigation {
      padding: 0;
      transition: .3s ease;
  }
  .navigation.nav-bg {
      background-color: #172b43;
      padding: 0;
  }
  .navbar .nav-item .nav-link{
    padding: 10px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {

  .navigation.nav-bg {
      background-color: #172b43;
      padding: 0;
  }

  #features .p-110 {
    margin-bottom: 65px !important;
  }

  #features h3 {
    font-size: 45px;
    letter-spacing: 2px;
  }

  #features p {
    font-size: 16px;
  }

  #leading_developer .section-title {
      margin-bottom: 50px !important; 
  }

  .title-slider-2 p { 
      margin-right: 40px !important;
  }

  li.building-li { 
      font-size: 18px !important;
  }

  .center_align_content { 
      min-height: 450px !important;
  }

  .transformation_journey_content h3 {
      margin-bottom: 25px !important;
  }

  .transformation_journey_content p {
    width: 80%;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

.navbar .nav-item .nav-link.font-bold {
  font-family: "Gordita-Bold";
}

.bl-white{
  border-left: 1px solid #fff;
}

.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.hero-area {
  position: relative;
  height: 100vh;
}

.hero-area.project-vertica,
.hero-area.project-meridine,
.hero-area.project-oscar,
.hero-area.project-icon--residence,
.hero-area.project-i--parc,
.hero-area.project-ferringhi{
  position: relative;
  height: 80vh;
}

.ratings-list {
    list-style: none;
    padding: 0;
    column-count: 2;
}

.ratings-list li {
    margin-bottom: 20px;
}

.ratings-list li p {
    display: inline-block;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    width: 6.5em;
}

.ti-star.checked {
    color: #f5a623;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active {
    color: #4a4a4a !important;
    background-color: #fff;
    border: none;
    text-align: left;
    font-size: 18px;
    color: #565656;
    margin-bottom: 20px;
    padding: 0px 0 10px 0;
    border-bottom: 2px solid #172b43;
}

.nav-tabs .nav-link {
    color: #ddd !important;
    background-color: #fff;
    border: none;
    text-align: left;
    font-size: 18px;
    color: #565656;
    margin-bottom: 20px;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.fac-list {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  column-count: 3;
}

.fac-list.meridin-hk{
  column-count: 2;
}

.fac-list li p {
    display: inline-block;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-image: url(../images/projects/check.png);
    background-size: contain;
    list-style-position: outside;
    margin-top: -5px;
    background-position: top;
    vertical-align: top;
}

.fac-list li {
    margin-bottom: 20px;
    list-style-position: outside;
}

.check-img{
  width: 20px;
  margin: 5px 0;
}

.gallery-img{
      padding: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 150px;
}

.gallery-box:hover .hover-plus{
  opacity: 0.5;
}

.hover-plus{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    background: #000;
    z-index: 3;
    left: 10px;
    margin-top: 10px;
    top: 0;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hover-plus .ti-plus{
    color: #fff;
    font-size: 35px;
}
.row.spec-row{
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-left:0;
  margin-right: 0;
}
.spec-list {
    list-style: none;
    padding: 0;
}

.spec-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.spec-list li p {
    display: inline-block;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.spec-list li span {
    text-align: right;
    float: right;
    display: inline-block;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

#map {
    float: left;
    height: 30rem;
    width: 100%;
    background: #ccc;
}

.pl-pr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article_content_sidebar {
    margin: 0 0 30px 0;
    -webkit-box-shadow: -13.213px 8.213px 35px 6px rgba(158, 158, 158, 0.3);
    box-shadow: -13.213px 8.213px 35px 6px rgba(158, 158, 158, 0.3);
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}

.article_content_sidebar .location_type p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    font-family: "Gordita-Regular";
    margin-bottom: 10px;
}

.feature-img{
  width: 35px;
  margin: 10px;
}
.feature-span{
      width: auto;
    font-size: 35px;
}
.feature-img.train{
  width: 25px;
}
.feature-img-box {
    min-height: 65px;
}
.location_type p span, .attribute_property p span {
    margin-right: 10px;
}

.location_type p span img, .attribute_property p span img {
    width: 15px;
    margin: 0;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.article_content_sidebar .pp_content_footer {
    background: #172b43;
    padding: 20px 30px;
}

.article_content_sidebar .pp_content_footer p, .article_content_sidebar .pp_content_footer h5 {
    color: #fff;
    width: 100%;
    margin: 0;
    border: none;
    font-family: "Gordita-Bold";
    font-size: 22px;
}

.article_content_sidebar .pp_content_body h6 {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.sp-list {
    list-style: none;
    padding: 0;
}

.sp-list li {
    margin-bottom: 8px;
    list-style-image: url(../images/projects/check.png);
    background-size: contain;
    list-style-position: outside;
    margin-left: 25px;
}

.article_content_sidebar .pp_content_body p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    font-family: "Gordita-Regular";
    margin-bottom: 5px;
    padding: 0;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
}

.sp-list li p {
    font-family: "Gordita-Regular";
    display: inline-block;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-image: url(../images/projects/check.png);
    background-size: contain;
    list-style-position: outside;
    margin-top: -5px;
    background-position: top;
    vertical-align: top;
}

.sticky {
    position: inherit;
    top: 6em;
    margin-top: -10em;
    z-index: 9;
    height: 100%;
}

.eric-project {
    width: 300px;
    position: absolute;
    top: -270px;
    right: 8%;
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.content-ms .custom-control-label{
  font-size: 13px;
}

.custom-control-label {
  font-size: 10px;
  line-height: 1.35;
}

.custom-control-label a{
  color: #2e93ff !important;
}

.custom-control-label a:hover,
.custom-control-label a:focus {
  color: #fff !important;
}


.content-ms .custom-control-label a {
    color: #000 !important;
}

.content-ms .custom-control-label a:hover,
.content-ms .custom-control-label a:focus {
  color: #007bff !important;
}

.hero-hr{
  width: 200px;
  border-top: 1px solid #fff;
}

.hero-area.bg-hero {
  background-position: top left;
  background-image: url(../images/backgrounds/banne2r.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-vertica {
  background-position: top center;
  background-image: url(../images/projects/Image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-meridine {
  background-position: center;
  background-image: url(../images/projects/meridin/meridin-medini-gallery-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-oscar {
  background-position: center;
  background-image: url(../images/projects/oscar/MOscar_Podium_001_HR_WithoutHuman.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-icon--residence {
  background-position: center;
  background-image: url(../images/projects/icon-residence/iconresidence-gallery-image-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-i--parc {
  background-position: center;
  background-image: url(../images/projects/iparc/mahsing-i-parc-gallery-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area.bg-hero.project-ferringhi {
  background-position: center;
  background-image: url(../images/projects/feringghi/Exterior-v2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero-area {
    padding: 250px 0 150px;
    overflow: hidden;
  }

.bl-white {
  border-left: none;
}
.hero-area.project-vertica,
.hero-area.project-meridine,
.hero-area.project-oscar,
.hero-area.project-icon--residence,
.hero-area.project-i--parc,
.hero-area.project-ferringhi{
  position: relative;
  height: 30vh;
}
}

.hero-area h2 {
  position: relative;
  z-index: 2;
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}

.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

.source p{
  line-height: 1.4;
}

.source small{
  font-size: 70%;
}

.source{
  padding-top: 50px;
}

.bg-quote{
  background-color: #d9dde2;
}

.mahsing-line{
  width: 65%;
  margin-left: 0;
  margin-top: 50px;
  border-top: 1px solid #172b43;
}

.section.awards{
  background-color: #000;
}

.section.awards.project-award{
  background-color: #172b43;
}

.w-star-prop{
  width: 145px;
}

.section.quote-section{
  padding-top: 200px;
}

.card-line{
  margin-top:1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #9d9d9d;
  width: 65%;
}

.py-10{
  padding-top: 80px;
  padding-bottom: 80px;
}

ul.building{
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  width: 80%;
}

li.building-li {
  background: url('../images/leading-dev/building.png') no-repeat left 10px;
  background-size: 25px;
  margin-bottom: 40px;
  padding-left: 40px;
  font-size: 22px;
}

ul.fac-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fac-list li{
  background: url('../images/projects/check.png') no-repeat 10px;
  background-size: 15px;
  padding-left: 35px;
}

ol.progress-years {
  list-style-type: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-left: 20px;
}

ul.world-class {
  list-style-type: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
 
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 50px;
  color: #172b43 !important;
}

li.house-li {
  background: url('../images/leading-dev/home.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}

li.map-li {
  background: url('../images/leading-dev/location.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}
li.access-li {
  background: url('../images/leading-dev/access.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}
li.fac-li {
  background: url('../images/leading-dev/swim.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}
li.layout-li {
  background: url('../images/leading-dev/plan.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}

li.building2-li {
  background: url('../images/leading-dev/buildingb.png') no-repeat left top;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 40px;
}

.progress-years li {
    position: relative;
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    padding-bottom: 1em;
    padding-left: 90px;
}

.progress-years li span{
  margin-right: 15px;
  left: 20px;
  position: absolute;
   color: #172b43;
}

.progress-years li:before {
  content: '';
  background-color: #172b43;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 4px;
  width: 2px;
}

.progress-years li:after {
  content: '';
  background-color: #172b43;
  position: absolute;
  left: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 5px;
}

.title-slider{
  width: 85%;
}

.title-slider .slick-prev{
  display: none !important;
}

.title-slider .slick-current p{
  font-family: "Gordita-Bold";
}

.title-slider p{
  margin: 10px 0px;
  cursor: pointer;
  text-align: center;
}

.title-slider-2{
  padding: 15px;
}

.title-slider-2 p{
  cursor: pointer;
  margin-right: 20px;
}

.title-slider-2 .slick-prev{
  display: none !important;
}

.title-slider-2 .slick-current p{
  font-family: "Gordita-Bold";
  padding-bottom: 5px;
  border-bottom: 2px solid #172b43;
}

.title-slider-2{
  padding: 15px;
}

.title-slider-2 p{
  cursor: pointer;
}

.signature{
  position: absolute;
  right: 10%;
    bottom: 0;
}

.next-title{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    height: 100%;
    background: #172b43;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.prev-title{
    position: absolute;
    top: 0;
    right: 45px;
    padding: 10px;
    height: 100%;
    background: #172b43;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.img-greybox{
  background: -webkit-linear-gradient(right, #d9dde2 50%, #fff 50%);
  background-color: #d9dde2;

  background: #d9dde2;
  background: -moz-linear-gradient(right, #ffffff 50%, #d9dde2 50%);
  background: -webkit-gradient(left, right, color-stop(50%, #d9dde2), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(right, #ffffff 50%, #d9dde2 50%);
  background: -o-linear-gradient(right, #ffffff 50%, #d9dde2 50%);
  background: -ms-linear-gradient(right, #ffffff 50%, #d9dde2 50%);
  background: linear-gradient(to right, #ffffff 50%, #d9dde2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde2', endColorstr='#ffffff', GradientType=1 );
}

.img-greybox-slider img{
  height: 445px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.invalid-feedback{
  text-align: left;
}

.p-250{
  padding-top: 250px;
}

.greybox{
  background-color: #d9dde2;
  padding: 80px 100px;
}

.greybox-2{
  background-color: #d9dde2;
  padding: 50px 50px;
}

.box-nationwide{
  border: 1px solid #172b43;
  padding: 30px;
  width: 98%;
  margin-bottom: 15px;
}

.nationwide-inline{
  display: inline-block;
}

.nationwide-inline-img{
  display: inline-block !important;
  margin: 0 10px;
  margin-top: -20px; 
}
#leading_developer{
  padding-top: 110px;
  padding-bottom: 110px;
}
.section.slider-ms{
  padding-top: 110px;
  padding-bottom: 0px;
}
.p-110{
  margin-bottom: 110px !important;
}
.moreinfo-btn{
  border: 1px solid #fff;
  padding: 17px 25px;
  color: #fff;
  transition: .3s;
}

.moreinfo-btn:hover{
  border: 1px solid #fff;
  background-color: #fff;
  color: #172b43;
  padding: 17px 25px;
}
.more-info-project{
  padding: 15px;
}
.moreinfo-project-btn{
  border: 1px solid #172b43;
  color: #172b43;
  padding: 13px 25px;
  transition: .3s;
  text-align: center;
}

.moreinfo-project-btn:hover{
  border: 1px solid #172b43;
  background-color: #172b43;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1600px) {

  .box-nationwide h3{
    font-size: 30px;
  }
}

/* /education */
/* service */
.hover-bg-primary {
  transition: .3s ease;
}

.hover-bg-primary:hover {
  background: #41228e;
}

.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: .3s ease;
  background: #41228e;
}

.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: .2s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}

.hover-wrapper img {
  transition: .3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover-wrapper:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}

.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}

.foot-text-hero{
  position: absolute;
    bottom: 0;
}

/* /testimonial */
/* footer */
.section.footer-top {
  padding-top: 40px;
  padding-bottom: 0px;
}

.footer-top p{
  line-height: 18px;
}

.footer-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-section a{
  color: #fff;
}

.footer-section a:hover{
  color: #fff;
}

.footer-bottom a{
  color: #999;
}

.footer-bottom a:hover{
  color: #fff;
}

.footer-bottom p{
  font-size: 13px;
}

.footer-social-img{
  padding: 10px;
  width: 60px;
}

.desktop-size-footer{
  width: 229px;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}

.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
  .footer-bottom p.text-right,
  .footer-bottom p{
    text-align: center !important;
  }
  .m-mb-3{
    margin-bottom: 1rem !important;
  }
  .source{
    padding-top: 30px;
  }
}

blockquote {
  display: inline-block;
  padding: 10px 20px;
  background: #eaeaea;
  border-left: 2px solid #41228e;
  font-style: italic;
  font-size: 22px;
}

.content * {
  margin-bottom: 20px;
}

.content strong {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}

@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}

.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}

.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}

.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}

.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}

.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}

.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}

.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}

.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}

.filter-controls li.active {
  font-weight: bold;
}

.fs-13{
  font-size: 13px !important;
}

.fs-19{
  font-size: 19px !important;
}

.fs-23{
  font-size: 23px !important;
}

.greybox {
    background-color: #d9dde2;
    padding: 80px 60px 80px 60px;
}

.eric-quote {
    position: relative;
    left: -140px;
    top: -80px;
}

.bg-quote {
    padding-right: 145px;
}

.p-quote {
    padding-top: 75px;
}

@media (min-width: 481px){
  .hide-mobile{
    display: block;
  }
  .hide-desktop{
    display: none;
  }
}

@media (min-width: 992px){
  

}

@media (min-width: 1024px){
  .hide-desktop{
    display: none;
  }
  .p-0-1200{
    padding: 0 !important;
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 90%;
  }
  .container.navbar.navbar-expand-lg{
    padding: 10px 0;
  }
}

@media (min-width: 1600px){
  body {
    font-size: 18px;
  }
  h2, .h2 {
    font-size: 80px;
  }
  h3, .h3 {
    font-size: 50px;
  }
  h4, .h4 {
    font-size: 30px;
  }
  p, .paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  .img-greybox-slider {
    z-index: 2;
    position: absolute;
    top: -60px;
    width: 650px;
    height: 700px;
  }
  .img-greybox-slider img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .greybox {
    background-color: #d9dde2;
    padding: 180px 100px 180px 100px;
  }
  

  .fs-22{
    font-size: 22px !important;
  }
  .bg-quote{
    padding-right: 145px;
  }
  .eric-quote {
    position: relative;
    left: -140px;
    top: -80px;
  }
  .fs-25{
    font-size: 25px;
  }
  .fs-13{
    font-size: 15px !important;
  }
  .p-quote{
    padding-top: 75px;
  }
  .eric-img{
    left: 50px;
  }

}

@media (min-width: 1800px){
  .bg-hero h5.fs-13 {
    font-size: 16px !important;
  }

  .container {
      max-width: 85%;
  }

  .greybox {
    background-color: #d9dde2;
    padding: 180px 100px 180px 100px;
  }
  .bg-half-primary iframe {
    width: 69% !important;
    height: 620px !important;
  }
  .img-greybox-slider {
    top: -80px;
    width: 550px;
    height: 650px;
    margin-left: 100px;
  }
  .img-greybox-slider img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .bg-hero h4 {
      font-size: 23px !important;
  }

  .bg-hero h5 {
      font-size: 22px !important;
  }

  #features .slick-slide img {
    width: 100% !important;
  }

  .title-slider-2 {
      padding: 15px 0;
      width: 100%;
  }

  .title-slider-2 p {
      margin-right: 50px;
  }

  .transformation_journey_content h3 {
      margin-bottom: 25px !important;
  }

  .transformation_journey_content p {
    width: 65%;
    font-size: 19px;
    margin-bottom: 35px;
  }

  .transformation_journey_content hr {
      border-top: 5px solid #172b43;
      border-radius: 30px;
      margin-top: 2em;
      margin-bottom: 0em;
  }

  .greybox-2 { 
      padding: 75px 70px;
      min-height: 650px;
  }
}

@media (max-width: 1280px){
  .greybox {
    background-color: #d9dde2;
    padding: 60px;
  }

}
@media (max-width: 480px) {
  .content-ms .custom-control-label {
      font-size: 10px;
  }

  .hero-area {
    padding: 200px 0 150px;
    overflow: hidden;
  }

  #experience .section-title,
  #leading_developer .section-title{
    font-size: 28px;
    letter-spacing: 1px;
  }

  .gallery-box{
    width: 50%;
  }
  .ratings-list li p {
    font-size: 13px;
    width: auto;
  }
  .fac-list {
    column-count: 2;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link {
    font-size: 15px;
  }
  .p-3{
    padding: 0 !important;
  }
  .mobile-center{
    text-align: center;
  }
  .m-w-50{
    width: 50%;
  }
  .feature-img {
    width: auto;
    margin: 10px;
    max-height: 35px;
  }
  .hide-mobile{
    display: none;
  }
  .hide-desktop{
    display: block;
  }
  ul.world-class,
  ol.progress-years {
    list-style-type: none;
    padding: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.box-nationwide {
    border: 1px solid #172b43;
    padding: 25px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.hero-area.bg-hero{
  background-position-x: 53%; 
}
.hero-area h2{
  font-size: 30px;
}
.hero-area h5{
  font-size: 16px;
}
.fs-19 {
    font-size: 16px !important;
}
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .exp {
    display:none;
  }
  .bg-half-primary iframe {
    width: 100% !important;
    height: 210px !important;
  }
  .section.slider-ms {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  #features{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #leading_developer{
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .img-greybox-slider {
    z-index: 2;
    position: relative;
    top: auto;
    width: 100%;
    left: 0;
    height: auto;
    margin-left: 0px;
  }
  .img-greybox-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .greybox {
    background-color: #d9dde2;
    padding: 40px 20px;
  }
  .m-p-0{
    padding: 0 !important;
  }
  .bg-quote {
    padding-right: 15px;
  }
  .py-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn-oscar-eric {
      letter-spacing: 5px;
      border-radius: 0;
      font-size: 18px;
      padding: 15px 20px;
      background-color: #fff;
  }
  .eric-quote {
    position: relative;
    left: 0;
    top: 0;
    height: auto !important;
    width: 100% !important;
  }
  

  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  .section.quote-section {
    padding-top: 0px;
  }
  .p-quote {
    padding-top: 0;
  }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .mahsing-line {
    display: none;
  }
  .footer-top p {
    font-size: 13px;
    line-height: 16px;
  }
  .m-fs-16{
    font-size: 16px;
    line-height: 25px;
  }
  .m-w-50{
    width: 50%;
  }
  .m-w-70{
    width: 70%;
  }
  .m-text-center{
    text-align: center;
  }
  .m-text-left{
    text-align: left !important;
  }
  .footer-social-img {
    width: 90%;
  }
  .footer-social{
    width: 80%;
    margin: 0 auto;
  }
  .footer-social li{
    text-align: center;
  }
  .eric-img{
    display: none;
  }
  .p-250{
    padding-top: 0 !important;
  }
  .mobile-flex{
    flex-direction: column;
  }
  .sticky {
    top: 0;
    margin-top: 40px;
  }
  .eric-project {
    display: none;
  }
  .mb-5.mobile-mb-0{
    margin-bottom: 1rem !important;
  }
  .mb-5.mobile-mb-0 .section-title {
    margin-bottom: 1rem;
  }
  select.minimal option{
    font-size: 13px;
    font-family: "Gordita-Regular";
  }
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }

  select.minimal:focus {
    background-image:
      linear-gradient(45deg, #172b43 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #172b43 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: #172b43;
    outline: 0;
  }


  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  select.minimal.form-control:not([size]):not([multiple]){
    height: 45px;
    width: 100%;
    margin-bottom: 25px;
  }

  #experience .section-title,
  #leading_developer .section-title{
    font-size: 27px;
  }

  #leading_developer .section-title{
    margin-bottom: 25px;
  }

  ul.building {
      width: 100%;
      margin-bottom: 35px !important;
  }

  li.building-li {
      margin-bottom: 20px !important;
      font-size: 15px !important;
  }

  .tab-pane-mobile h3 {
      margin-bottom: 25px !important;
  }

  .tab-pane-mobile .mb-5 {
      margin-bottom: 25px !important;
  }

  .progress-years li {
      line-height: 26px !important;
      font-size: 16px !important;
  }

  ul.world-class {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}

.center_align_content {
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-content: center;
    min-height: 500px;
}

.transformation_journey_content hr {
    border-top: 2px solid #172b43;
    border-radius: 30px;
    margin-top: 2em;
    margin-bottom: -0.5em;
}


/*# sourceMappingURL=maps/style.css.map */

