/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";
@font-face {
  font-family: HelveticaNeueMedium;
  src: url("fonts/HelveticaNeueMedium.ttf");
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url("fonts/HelveticaNeueLight.ttf");
}
@font-face {
  font-family: helveticaneue-boldcondobl;
  src: url("fonts/helveticaneue-boldcondobl.ttf");
}
@font-face {
  font-family: HelveticaNeueLTCom-ThCn;
  src: url("fonts/HelveticaNeueLTCom-ThCn.ttf");
}
@font-face {
  font-family: "HelveticaNeueLTCom-BdCn";
  src: url("fonts/HelveticaNeueLTCom-BdCn.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: HelveticaNeueMedium, sans-serif, Arial;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.open-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

.container {
  width: 80%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-family: helveticaneue-boldcondobl, sans-serif, Arial;
}

ul {
  padding-left: 17px;
}

p {
  margin-bottom: 10px;
  font-family: myfont, sans-serif, Arial;
}

a, a:visited {
  color: #000;
  text-decoration: none;
}

nav {
  width: 100%;
  padding: 10px;
}

nav ul {
  padding-left: 0;
}

nav .menu {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: auto;
  justify-content: space-between;
}

nav li {
  list-style-type: none;
}

nav a, nav a:visited {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: helveticaneue-boldcondobl, sans-serif, Arial;
  pointer-events: auto;
}

.site-logo {
  display: block;
  padding: 10px 0;
}

.home-carousel .item {
  position: relative;
}

.home-carousel .caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 600px;
  max-width: 100%;
}

.home-carousel .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent !important;
  outline: none;
}

.home-carousel .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent !important;
  outline: none;
}

.home-carousel .owl-nav span {
  color: #fff;
  font-size: 70px;
}

/*.social-links {*/
/*display: flex;*/
/*}*/
/*.social-links .icons {*/
/*background-image: url(../images/social-icons.png);*/
/*background-repeat: no-repeat;*/
/*background-position: 0 0;*/
/*width: 43px;*/
/*height: 43px*/
/*}*/
/*.social-links li {*/
/*padding: 10px;*/
/*}*/
/*.social-links li:nth-child(1) {*/
/*padding-left: 0;*/
/*}*/
/*.twitter {*/
/*background-position: -56px 0 !important;*/
/*}*/
/*.instagram {*/
/*background-position: -112px 0 !important;*/
/*}*/
/*.youtube {*/
/*background-position: -167px 0 !important;*/
/*}*/
/*.snapchat {*/
/*background-position: -223px 0 !important;*/
/*}*/
.quality-wrapper {
  background: #00bff3;
  margin-top: -11px;
}

.relative {
  position: relative;
}

.quality-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -11px;
  padding-bottom: 100px;
}

.quilty-bhol {
  position: absolute;
  top: 0;
  z-index: 99999;
  left: 0;
  background: #4e0d78;
  padding: 10px 10px 10px 40px;
  color: #fff;
  width: 215px;
}

.quilty-bhol:after {
  background: #4e0d78;
  content: "";
  transform: skewX(-30deg);
  right: 22px;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.quilty-bhol h2 {
  margin: 0;
}

.quilty-bhol img {
  width: 160px;
}

.quality-contant {
  display: flex;
  width: 60%;
  align-items: center;
  margin-top: 110px;
}

.quality-contant {
  font-weight: bold;
}

.fift-year {
  border-right: 2px solid #4e0d78;
  padding-right: 10px;
  padding-left: 8px;
}

.quality-contant p {
  padding-left: 20px;
  color: #4e0d78;
  text-align: justify;
}

.conceptual-wrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 330px;
}

.right-contant {
  background: url(images/right-shadow.png) no-repeat;
  width: 50%;
  opacity: 0.8;
  text-align: right;
  padding-left: 290px;
  float: right;
  background-size: 100% 100%;
  height: 330px;
}

.continual-heading {
  padding-top: 100px;
  justify-content: center;
  width: 50%;
  color: #6d6e71;
  font-size: 27px;
}

.continual-heading h3 {
  width: 400px;
  margin-left: 150px;
}

.items-main-wrapper {
  position: relative;
  border-top: 8px solid #fff;
}

.righ-wrap {
  width: 70%;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  box-sizing: border-box;
}

.read-more {
  margin-bottom: 25px;
  font-size: 14px;
}

/*.read-more a {*/
/*color: #fff;*/
/**/
/*}*/
.inner-link {
  color: #fff !important;
}

.image2 {
  background: url(images/services/preparation-phase.png) no-repeat;
}

.image3 {
  background: url(images/services/planning-phase.png) no-repeat;
}

.image4 {
  background: url(images/services/design-and-tender-phase.png) no-repeat;
}

.image5 {
  background: url(images/services/construction-phase.png) no-repeat;
}

.image6 {
  background: url(../images/services/operation-phase.png) no-repeat;
}

.continual-heading {
  padding-top: 30px;
  display: inline-block;
}

.continual-heading h3 {
  width: 100% !important;
}

.work-wrapper {
  width: 100%;
  display: flex;
  color: #4e0d78;
}

.work-col-6 {
  width: 50%;
}

.work-col-6 h2 {
  font-size: 50px;
}

.work-col-6 h3 {
  font-size: 30px;
}

.beta {
  width: 57%;
  text-align: justify;
  margin-left: 100px;
  margin-top: 130px;
}

.social-Icon img {
  width: 50px;
}

.home-slide-caption-shap {
  width: 800px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
}

.home-slide-caption-shap:after {
  background: url("images/home-carousel-shap.png") no-repeat;
  width: 800px;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  opacity: 0.8;
  z-index: 3;
}

.slide-content {
  position: absolute;
  top: 75%;
  left: 150px;
  /*transform: translate(0, -50%);*/
  width: 600px;
  z-index: 999999999;
}

.slide-content:after {
  content: "";
  opacity: 1;
  position: absolute;
  z-index: 10000000000000000;
  background: red;
  bottom: 50%;
}

.parallax-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.slide-content {
  color: #fff;
  margin-bottom: 20px;
  /*background: #4e0d78b3;*/
  padding: 20px;
}

.parallax-mirror {
  z-index: 99;
}

.parallax-window {
  min-height: 700px;
  background: transparent;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.slide-content * {
  margin-bottom: 0;
}

.slide-content p {
  font-size: 19px;
  font-family: HelveticaNeueLight, sans-serif, Arial;
}

.slide-content h3 {
  font-size: 30px;
  margin-top: 0;
}

.slide-content h2 {
  font-size: 40px;
  margin-top: 0;
}

.view-job {
  margin-top: 50px;
}

.soccial-link {
  margin-top: 50px;
}

.footer-wrapper {
  background: #4e0d78;
  width: 100%;
}

.footer-content {
  margin: auto;
  width: 80%;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
}

.footer-nav > ul {
  display: flex;
  justify-content: space-between;
}

.footer-content ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.footer-nav > ul > li > a {
  font-size: 22px;
  text-transform: uppercase;
  font-family: helveticaneue-boldcondobl, sans-serif, Arial;
}

.footer-nav ul ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-nav ul ul a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: HelveticaNeueLight, sans-serif, Arial;
  line-height: 13px;
}

.footer-content a {
  color: #fff;
}

.slider-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.box-wrap {
  position: relative;
}

.inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 99999999999999990000000000000000;
}

.carousel .carousel-item {
  width: 300px;
  height: 250px;
}

.caption-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  margin-top: 25px;
}

.carousel-item img {
  border: 5px solid #fff;
}

.carousel-item img:hover {
  border: 5px solid #fff;
}

a.carousel-item.active:hover .caption-text {
  opacity: 1;
}

/*---------------aaybeepk------------------------*/
#careers .right-contant {
  float: inherit !important;
}

.conceptual-wrapper:nth-child(odd) .right-contant, #careers .right-contant {
  float: left;
  background: url(images/left-shadow.png) no-repeat;
  background-size: 100% 100%;
}

.conceptual-wrapper:nth-child(odd) .continual-heading {
  float: right;
}

.conceptual-wrapper h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.conceptual-wrapper strong {
  font-weight: 100;
  font-size: 19px;
}

.continual-heading {
  display: inline-block;
  /* float: left; */
}

.conceptual-wrapper {
  /*background-size: 100%;*/
  border-bottom: 8px solid #fff;
  background-position: center;
  /*transition: background-size 1s;*/
  height: 100%;
}

.conceptual-wrapper:hover {
  /*background-size: 110%;*/
}

.is-con {
  background-size: 100% 100%;
  transition: background-size 0.3s;
  transition-timing-function: ease-in;
}

.is-con:hover {
  background-size: 110% 110%;
}

.owl-stage-outer {
  position: relative;
}

.foa-slider .foa-item {
  height: 330px;
}

.foa .owl-prev, .foa .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999999999999;
  font-size: 70px;
  color: #fff;
  background: gray;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foa .owl-prev span, .foa .owl-next span {
  margin-top: -20px;
}

.foa .owl-prev {
  left: 50px;
}

.foa .owl-next {
  right: 50px;
}

.owl-stage-outer {
  overflow: auto;
}

.foa .owl-nav button:focus {
  outline: none;
}

.foa-shap-item h2 {
  font-size: 30px;
}

.foa-shap-item p {
  font-size: 22px;
  font-family: helveticaneue-boldcondobl, sans-serif, Arial;
  margin-bottom: 15px;
}

.foa-shap-item {
  width: 300px;
  margin: auto;
  padding-left: 40px;
  position: absolute;
}

.left-slider-content .foa-shap-item {
  right: 0;
  margin-right: 70px;
}

.right-slider-content .foa-shap-item {
  left: 0;
  margin-left: 70px;
}

.foa-shap {
  background: url(images/foa-shap.png) no-repeat;
  background-size: 100% 100%;
  height: 330px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*.foa-item a, .foa-item:visited, .foa-item a, .foa-item:hover {*/
/*color: #fff;*/
/*font-size: 14px;*/
/*}*/
.career {
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}

.career h3 {
  font-size: 75px;
  color: #caebfe;
}

.career p {
  font-size: 18px;
}

.career-box {
  width: 400px;
}

.career a {
  color: #e48a22;
}

.footr-nav ul {
  width: 100%;
}

.copyright {
  margin-top: 20px;
  font-size: 14px;
  width: 100%;
  background: rgba(0, 0, 0, 0.31);
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.foa h3 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.conceptual-wrapper:nth-child(odd) .righ-wrap {
  width: 300px;
  margin: 30px 0 0 70px;
}

.conceptual-wrapper:nth-child(even) .righ-wrap {
  width: 300px;
  margin: 30px 70px 0;
  float: right;
}

.conceptual-wrapper:nth-child(odd) .right-contant {
  padding-left: 0;
}

.header-content {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 95%;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

.top-bar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 90px;
}

.overlay-background {
  background: url(images/gradient.png) no-repeat;
  background-size: 100% 800px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-input {
  padding: 7px 0 7px 10px;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #000 !important;
  height: 100%;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
}

.search-input, .search-submit {
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
}

.search-icon {
  width: 15px;
  margin-top: 2px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: #869791;
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

#careers .conceptual-wrapper {
  min-height: 500px;
  background-size: 100% 100%;
  transition: background-size 1s;
}

#careers .conceptual-wrapper:hover {
  background-size: 110% 110%;
}

#careers .right-contant {
  min-height: 500px;
}

#careers .righ-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.conceptual-wrapper:nth-child(odd) .righ-wrap {
  position: absolute;
  left: 0;
}

.conceptual-wrapper:nth-child(even) .righ-wrap {
  position: absolute;
  right: 0;
}

.foa .owl-prev, .foa .owl-next {
  background: transparent !important;
  color: transparent !important;
}

.owl-prev span {
  background: transparent url("images/prev.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.owl-next span {
  background: transparent url("images/next.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.services-row p:nth-child(2) {
  font-size: 16px;
}

.owl-nav {
  display: none;
}

.services-row {
  border-bottom: 8px solid #fff;
}

.other-services {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9999999;
  color: #fff;
}

.right-slider-content .foa-shap {
  left: 0;
  background: url(images/left-shadow.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.foa-shap-item {
  width: 300px;
  padding-left: 0;
  /*margin-left: 70px;*/
}

#home-slider {
  position: relative;
  z-index: 9;
}

.header-content {
  z-index: 99999999999999990000000000000000000000000000 !important;
}

/* Inner Pages Styles */
.w-100 {
  width: 100%;
}

.main-content-wrapper {
  padding: 50px 0;
}

.content {
  margin-left: 14%;
  margin-right: 14%;
}

.sidebar nav {
  background: #403b91;
  padding: 30px 20px;
}
.sidebar nav li {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  display: none;
}
.sidebar nav li:last-child {
  border-bottom: none;
}
.sidebar nav .current-menu-item li {
  display: block !important;
}
.sidebar nav .current-page-parent li {
  display: block !important;
}
.sidebar nav .current-menu-parent li {
  display: block !important;
}
.sidebar nav a {
  padding: 2px 5px;
}
.sidebar nav .current-page-ancestor .current_page_item a, .sidebar nav .current-menu-ancestor .current-menu-item a {
  background: #38338c !important;
}

.modal-read-more {
  padding: 5px 10px;
  border: none;
  background: #21559e;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
}

.quotes p {
  font-size: 30px;
  color: #a6a6a6;
}
.quotes h4 {
  color: #403b91;
  text-align: right;
  margin: 20px 0 0;
}
.quotes__row {
  display: flex;
  align-items: flex-end;
}
.quotes__image {
  text-align: right;
  padding-left: 50px;
}

.text, .quotes, .image, .text-with-button {
  margin-bottom: 30px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.quotes span {
  font-size: 31px;
  width: calc(100% - 30px);
  position: relative;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 30px;
  text-align: justify;
  font-weight: 700;
  line-height: normal;
}

.quotes span::before {
  content: "“";
  color: #403b91;
  font-size: 3em;
  position: absolute;
  left: -36px;
  top: -17px;
}

.quotes span::after {
  content: "“";
  color: #403b91;
  font-size: 3em;
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  line-height: 0;
}

.quotes span span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.primary-title {
  color: #403b90;
}

.text__button__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.text__button__button {
  background: #21559e;
  border: none;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 64px;
  height: 64px;
  margin-right: 5px;
}
.text__button__more__text, .text__button__short__text {
  margin-top: 20px;
}
.text__button__more__text {
  display: none;
}
.open .text__button__short__text {
  display: none;
}
.open .text__button__more__text {
  display: block;
}

.menu .sub-menu {
  display: none;
}

.main-menu a {
  padding: 2px 10px;
}

.position-relative {
  position: relative;
}

.inner-page-style {
  font-size: 16px;
  font-family: HelveticaNeueLTCom-ThCn;
}
.inner-page-style p {
  font-family: HelveticaNeueLTCom-ThCn;
  font-size: 16px;
}
.inner-page-style h1, .inner-page-style h2, .inner-page-style h3, .inner-page-style h4, .inner-page-style h5, .inner-page-style h6 {
  font-family: helveticaneue-boldcondobl;
}

.bold-text, .bold-text p {
  font-family: helveticaneue-boldcondobl;
  color: #3b4a5b;
}

.contact__us {
  font-size: 14px;
  padding: 20px 15px;
}
.contact__us__head__office__wrapper {
  width: 100%;
}
.contact__us__head__office__map__iframe {
  width: 100%;
  min-height: 250px;
}
.contact__us__head__office__address {
  padding-left: 20px;
}
.contact__us__head__office__address p {
  font-size: 16px !important;
}
.contact__us__head__office__address a {
  color: #3b4a5b;
}
.contact__us__address__wrapper {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 30px;
}
.contact__us h1, .contact__us h2, .contact__us h3, .contact__us h4, .contact__us h5, .contact__us h6, .contact__us strong {
  color: #3d096d;
  letter-spacing: normal;
}
.contact__us h2, .contact__us h3 {
  margin-bottom: 5px;
}
.contact__us h2 {
  font-size: 20px;
}
.contact__us p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: initial;
  letter-spacing: normal;
}
.contact__us a img {
  margin-left: 5px;
  width: 20px;
}

/* NewsLetter */
.tabs {
  display: grid;
  grid-template-columns: repeat(2, 200px calc(100% - 200px));
  background: #e7e5e5;
  padding: 15px;
}
.tabs__nav {
  padding-left: 0;
}
.tabs__content__wrapper {
  background: #fff;
  height: 400px;
  overflow: auto;
  padding: 15px;
}
.tabs__content {
  display: none;
}
.tabs__link {
  cursor: pointer;
  list-style-type: none;
}
.tabs__content.current {
  display: inherit;
}
.tabs__link.current {
  color: #804422;
}

.newsletter-wrapper {
  width: 80%;
  margin: 0 auto 100px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.newsletter-wrapper h1 {
  color: #804422;
  font-size: 50px;
}
.newsletter-wrapper .text__button__button {
  background: #804422;
}
.newsletter-wrapper ::-webkit-scrollbar {
  width: 6px;
}
.newsletter-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.newsletter-wrapper ::-webkit-scrollbar-thumb {
  background: #888;
}
.newsletter-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.newsletter-content {
  width: 75%;
}

.newsletter-row {
  display: grid;
  grid-template-columns: repeat(2, 75% 25%);
  margin: 40px 0 0;
}

.archive-wrapper {
  float: right;
  min-width: 170px;
}
.archive-wrapper h2 {
  color: #804422;
}

.archive {
  padding: 0;
}
.archive .active a {
  color: #804422 !important;
}
.archive h3 {
  margin-bottom: 5px;
}
.archive .archive-nav > li {
  margin-bottom: 5px;
  clear: both;
  cursor: pointer;
}
.archive .archive-sub-nav {
  float: right;
  margin-bottom: 15px;
}

nav.archive a, nav.archive a:visited {
  color: #000;
  font-family: inherit;
  font-size: 14px;
  text-transform: inherit;
}

.mt-40 {
  margin-top: 40px;
}

.pdf-link {
  display: block;
  margin: 20px 0;
}

.search-page {
  width: 80%;
  margin: auto;
}
.search-page h1, .search-page h2, .search-page h3, .search-page h4, .search-page h5, .search-page h6 {
  color: #403b91;
}
.search-page article {
  margin-bottom: 30px;
}

.main-title {
  font-size: 50px;
  margin-bottom: 40px;
}

tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

tr.heads {
  background: #21559e;
  color: #fff;
}

tr a {
  color: #fff !important;
}

td {
  text-align: center;
}

tr td:first-child {
  text-align: left;
}

/* Modal */
/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 10000000000000000000000000000000;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  overflow: scroll;
  height: 100vh;
}

.close:focus {
  outline: none;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  border: 1px solid #000;
  padding: 10px;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.close {
  position: absolute;
  right: 32px;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.post-content {
  margin-bottom: 20px;
}
.post-content ul {
  margin-bottom: 20px;
}

ul.archive-sub-nav {
  display: none;
  padding-left: 20px;
}

a.post-edit-link {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 999;
}

.check {
  color: green;
  font-weight: 700;
}

.mb-20 {
  margin-bottom: 20px;
}

.pause-button {
  position: absolute;
  bottom: 25px;
    right: 70px;
  z-index: 999;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 15px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  outline: none;
  border-style: double;
  border-width: 0px 0 0px 15px;
}
.pause-button.play {
  border-style: solid;
  border-width: 9px 0 9px 15px;
}
.pause-button:hover {
  border-color: transparent transparent transparent #fff;
}

.plus:after {
  content: "+";
}

.minus:after {
  content: "-";
}

.menu .current-menu-item {
  background: #403b90;
}

.contact__us p {
  font-family: sans-serif;
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }

  .contact__us {
    width: 1138px;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .contact__us__address__wrapper {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333% - 20px));
  }

  .main-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, calc(100% - 338px) 338px);
  }

  .inner-page-style {
    line-height: 22px;
    letter-spacing: 0.4px;
  }
  .inner-page-style p {
    line-height: 22px;
    letter-spacing: 0.4px;
  }
  .inner-page-style li {
    line-height: 22px;
    letter-spacing: 0.4px;
  }

  form {
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 180px;
    float: right;
    background: rgba(0, 0, 0, 0.31);
    display: flex;
    align-items: center;
    margin-right: 9px;
  }
}
@media (max-width: 991px) {
  .archive-wrapper {
    float: none;
  }

  .archive .archive-sub-nav {
    float: none;
    padding-left: 0;
  }

  .newsletter-row {
    display: grid;
    grid-template-columns: 100%;
  }
  .newsletter-row .newsletter-column:nth-child(1) {
    order: 1;
  }

  form {
    display: flex;
    border-bottom: 1px solid #fff !important;
    margin-right: 10px;
  }
  form input {
    width: 100%;
  }

  .search-submit {
    position: static;
    border-left: none !important;
  }

  .mobile {
    display: block;
  }

  .sidebar {
    display: none;
  }

  nav .menu {
    display: block;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }

  .top-bar-row {
    width: 100%;
  }

  .open-nav-parent {
    transform: initial;
    overflow: initial;
  }

  .main-menu nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    height: 100%;
    min-height: 100vh;
    background: #21559e;
    overflow: auto;
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    color: #fff;
  }
  .main-menu nav a, .main-menu nav a:visited {
    color: #fff;
  }
  .main-menu nav ul ul {
    padding-left: 20px;
  }
  .main-menu nav li {
    margin-bottom: 5px;
    padding: 5px;
  }

  nav.open-nav {
    right: 0 !important;
    transform: translate3d(0, 0, 0);
    /* Updated the values */
  }

  .plus {
    float: right;
    font-size: 20px;
  }

  .footer-nav > ul {
    display: block;
  }

  .menubar {
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .header-content {
    padding: 0 15px;
  }

  .parallax-image {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    background-position: center;
  }

  .slide-content {
    left: 50%;
    top: inherit;
    bottom: 20px;
    width: calc(400px - 10px);
    transform: translateX(-50%);
    max-width: calc(100% - 10px);
  }
  .slide-content p {
    font-size: 16px;
  }
  .slide-content h3 {
    font-size: 20px;
  }
  .slide-content h2 {
    font-size: 30px;
  }

  .owl-dots {
    bottom: 5px;
  }

  .conceptual-wrapper {
    background-size: cover !important;
    background-position: center;
  }

  .right-contant {
    width: 100%;
  }

  .conceptual-wrapper:nth-child(odd) .righ-wrap {
    margin: 0;
    width: 200px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .conceptual-wrapper:nth-child(even) .righ-wrap {
    margin: 0;
    width: 200px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .continual-heading {
    padding-top: 0;
  }

  .conceptual-wrapper h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .foa-shap {
    width: 100%;
  }

  .foa-shap-item {
    width: 200px;
    margin: 0 0 0 15px !important;
  }

  .left-slider-content .foa-shap-item {
    margin: 0 15px 0 0 !important;
  }

  .foa h3 {
    font-size: 30px;
    line-height: 30px;
  }

  #careers .conceptual-wrapper {
    min-height: 300px;
  }

  #careers .right-contant {
    min-height: 300px;
  }

  #careers .righ-wrap {
    left: 15px;
  }

  .nav-close {
    padding: 5px 5px 10px 5px;
    font-size: 30px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #4e0d78;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .quotes__row {
    display: block;
  }

  .content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter-content {
    width: 100%;
  }

  .tabs {
    display: block;
  }

  .plus:after {
    content: "+";
  }

  .minus:after {
    content: "-";
  }
}
@media (max-width: 768px) {
  .site-logo img {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .featured {
    overflow: hidden;
  }
  .featured img {
    width: 250%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}