/*
Theme Name: Alj
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: alj

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: "Karbon Regular";
  src: url("fonts/Karbon-Regular.eot") format("embedded-opentype"),
    url("fonts/Karbon-Regular.otf") format("opentype"),
    url("fonts/Karbon-Regular.woff") format("woff"),
    url("fonts/Karbon-Regular.ttf") format("truetype"),
    url("fonts/Karbon-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Karbon Light";
  src: url("fonts/Karbon-Light.eot") format("embedded-opentype"),
    url("fonts/Karbon-Light.otf") format("opentype"),
    url("fonts/Karbon-Light.woff") format("woff"),
    url("fonts/Karbon-Light.ttf") format("truetype"),
    url("fonts/Karbon-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Karbon-Thin";
  src: url("fonts/Karbon-Thin.eot") format("embedded-opentype"),
    url("fonts/Karbon-Thin.otf") format("opentype"),
    url("https://aljland.com/wp-content/themes/Abdullatifjameel/fonts/Karbon-Thin.woff") format("woff"),
    url("fonts/Karbon-Thin.ttf") format("truetype"),
    url("fonts/Karbon-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Karbon Semibold";
  src: url("fonts/Karbon-Semibold.eot") format("embedded-opentype"),
    url("fonts/Karbon-Semibold.otf") format("opentype"),
    url("fonts/Karbon-Semibold.woff") format("woff"),
    url("fonts/Karbon-Semibold.ttf") format("truetype"),
    url("fonts/Karbon-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("fonts/Avenir-Book.eot") format("embedded-opentype"),
    url("fonts/Avenir-Book.woff") format("woff"),
    url("fonts/Avenir-Book.ttf") format("truetype"),
    url("fonts/Avenir-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  font-family: "Karbon Regular";
  font-size: 20px;
  color: #272727;
  background-color: #f8f8f8;
}
h2 {
  font-family: "Karbon Regular";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h3 {
  font-family: "Karbon Regular";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h4 {
  font-family: "Karbon Semibold";
  font-size: 24px;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0px;
}
ul li {
  list-style: none;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

::placeholder {
  font-family: "Avenir-Book";
  text-transform: uppercase;
}
:-ms-input-placeholder {
  font-family: "Avenir-Book";
  text-transform: uppercase;
}
::-ms-input-placeholder {
  font-family: "Avenir-Book";
  text-transform: uppercase;
}

/* Header */
.main-menu {
  float: right;
  display: inline-block;
  margin-left: 68px;
  margin-top: 11px;
}
.main-menu ul {
  float: left;
}
.main-menu > ul > li {
  float: left;
  margin-right: 35px;
}
.main-menu li a {
  display: inline-block; /* padding:34px 16px; */
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-family: "Karbon Regular";
  vertical-align: top;
  letter-spacing: 1px;
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a {
  color: #ffffff; /*background-color:#ffffff;*/
}

.sub-menu {
  z-index: 10;
}
.sub-menu li {
  display: block;
  width: 100%;
  margin: 0px 0px 2px;
}
.sub-menu li a {
  padding: 15px 22px;
  display: flex;
  width: 100%;
  color: #212120;
  font-family: "Karbon Semibold";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 10px;
  text-transform: uppercase;
  background-color: #ffffff;
  align-items: center;
  position: relative;
}
.sub-menu li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  margin-left: 13px;
  display: block;
  position: absolute;
  right: 34px;
}
.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
}

.main-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 0px 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.2);
}
.main-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(black),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(black, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(black, rgba(255, 255, 255, 0));
  background-image: linear-gradient(black, rgba(255, 255, 255, 0));
  height: 120px;
  opacity: 0.55;
  z-index: -1;
}
.main-header.scrolled {
  background-color: rgba(0, 0, 0, 1);
}
.main-header.scrolled .header-left {
  margin-top: 12px;
}
.main-header.scrolled:before {
  content: none;
}
.logged-in.admin-bar .main-header {
  top: 32px;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-right {
  float: right;
  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;
}
.btn-wrapper > a {
  font-family: "Karbon Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase;
  color: #878787;
  background-color: #eeeeee;
  padding: 10px 29px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  float: left;
  min-width: 170px;
  text-align: center;
}
.btn-wrapper > a.enquire-btn {
  background-color: #51859a;
  color: #ffffff;
  min-width: 175px;
}
.btn-wrapper > a:hover,
.btn-wrapper > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.main-menu > ul > li > a {
  opacity: 0.7;
  padding: 10px 0px;
}
.main-menu > ul > li.current-menu-item > a {
  opacity: 1;
}
.main-menu > ul > li > a:hover {
  opacity: 1;
}
.header-right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 17px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  background-image: url(images/select-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 24px;
}
.header-right select option {
  background-color: #51859a;
}

/* Common style */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix:after,
.container:after {
  clear: both;
}
.col-50,
.col-three,
.col-3,
.col-9,
.col-4,
.col-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-50 {
  width: 50%;
}
.col-three {
  width: 33.333333%;
}
.col-3 {
  width: 33.333333%;
}
.col-9 {
  width: 66.66666%;
}
.col-4 {
  width: 25%;
}
.col-8 {
  width: 75%;
}

/* Home banner */
.main-banner-slider {
  z-index: 1;
  max-width: 100%;
  height: calc(100vh + 68px);
}
.main-banner-slider .slick-list.draggable {
  margin-top: 68px;
}
.main-banner {
  height: 100vh;
  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;
  position: relative;
  padding: 120px 0px;
  background-size: cover;
  background-position: center center;
}
.main-banner .container {
  position: relative;
}
.main-banner:before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/banner-shadow.png");
}
.main-banner-content {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}
.main-banner-content h4 {
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 14px;
}
.main-banner-content h2 {
  font-family: "Karbon Light";
  font-size: 75px;
  font-weight: 300;
  letter-spacing: 3.2px;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-banner-content a {
  color: #ffffff;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
}
.main-banner-content a:hover,
.main-banner-content a:focus {
  color: #51859a;
  border-color: #51859a;
}
.main-banner-slider ul.slick-dots {
  position: absolute;
  bottom: -167px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  outline: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  color: #fff;
  background: transparent;
  width: 32px;
  height: 29px;
  font-size: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  padding: 0px;
  outline: none;
}
.slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #000000;
}
.slick-arrow:hover {
  background: transparent;
  color: #000;
}
.slick-arrow.slick-prev {
  left: 0px;
}
.slick-arrow.slick-next {
  right: 0px;
}
.slick-arrow.slick-disabled,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}
ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.slick-dots {
  text-align: center;
  padding: 10px 0 0;
}
ul.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
ul.slick-dots li button {
  display: inline-block;
  background: #525252;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  text-index: -9999;
  cursor: pointer;
  padding: 0px;
  border: none;
  outline: none;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
  background: #000000;
}
.slick-arrow.slick-prev:before {
  content: url("images/slide-black-right.png");
}
.slick-arrow.slick-next:before {
  content: url("images/slider-black-left.png");
}
.white-slider .slick-arrow.slick-prev:before {
  content: url("images/slider-white-left.png");
}
.white-slider .slick-arrow.slick-next:before {
  content: url("images/slide-white-right.png");
}
.white-slider ul.slick-dots li button {
  display: inline-block;
  background: #525252;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0;
  text-index: -9999;
  cursor: pointer;
  padding: 0px;
  border: none;
  background-color: #ffffff;
  opacity: 0.5;
}
.white-slider ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}

/* feature section */
.custom-title h2:before {
  content: url(images/title-pattern.png);
  position: relative;
  top: -10px;
  margin-right: 20px;
}
.custom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
.custom-title .more-button {
  color: #272727;
  font-family: "Karbon Semibold";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  border-bottom: 2px solid #51859a;
  padding-bottom: 5px;
}
.custom-title .more-button:hover {
  color: #51859a;
}
.featured-project {
  padding: 55px 0px;
}
.featured-project-content img {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.featured-single-project {
  position: relative;
}
.featured-project-info {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.featured-project-info h3 {
  color: #ffffff;
  font-family: "Karbon Semibold";
  font-size: 40px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
.featured-project-info small {
  color: #ffffff;
  font-family: "Karbon Regular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featured-project-content ul.slick-dots li button {
  width: 117px;
  height: 2px;
  border-radius: 0px;
  outline: none;
}
.featured-project-content ul.slick-dots li button:hover,
.featured-project-content ul.slick-dots li.slick-active button {
  background-color: #51859a;
}

/* layout section */
.layout-section {
  background-color: #ffffff;
  padding: 69px 0px 68px;
  border-bottom: 1px solid #eaeaea;
}
.layout-content {
  padding: 0px 15px;
}
.layout-content-inner {
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px;
}
.layout-slider .slick-arrow.slick-prev {
  left: -47px;
}
.layout-slider .slick-arrow.slick-next {
  right: -47px;
}
.layout-slider img {
  display: block;
}
.layout-content h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 30px;
}
.layout-section .layout-slider img {
  display: block;
  height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
/* Completed projects */
.completed-projects {
  padding: 30px 0px 100px;
}
.completed-projects-wrap.slick-initialized .slick-slide {
  padding: 0px 8px;
}
.completed-projects-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
.completed-projects-wrap .slick-prev {
  left: -54px;
}
.completed-projects-wrap .slick-next {
  right: -54px;
}
.completed-projects-info {
  background-color: #ffffff;
  padding: 36px 30px 21px 37px;
}
.completed-projects-info h4 {
  letter-spacing: 1.5px;

  margin-bottom: 4px;
}
.completed-projects-info h4 a {
  color: inherit;
}
.completed-projects-info h4 a:hover,
.completed-projects-info h4 a:focus {
  color: #51859a;
}
.completed-projects-info small {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4c4c4c;
}

/* Who we are */
.who-we-are {
  padding-bottom: 30px;
}
.who-we-are .custom-title {
  margin-bottom: 20px;
}
.who-we-are .custom-title h2 {
  margin-top: 0px;
}
.who-we-are a {
  font-family: "Karbon Semibold";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #272727;
  border-bottom: 2px solid #51859a;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 48px;
}
.who-we-are a:hover,
.who-we-are a:focus {
  color: #51859a;
}
.who-we-are p {
  line-height: 30px;
}
.year-count {
  font-size: 84px;
  font-family: "Karbon Semibold";
  line-height: 72px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  width: 100%;
  float: left;
  background-attachment: fixed;
  background-size: 10%;
}
.year-count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -32px;
}
.year-count-wrap p {
  font-family: "Karbon Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.45px;
  text-transform: uppercase;
  margin-bottom: -5px;
}

/* company info */
.company-overview {
  background-color: #51859a;
  color: #ffffff;
  text-align: center;
  padding: 42px 0px 60px;
}
.counter-wrap h3 {
  font-family: "Karbon Semibold";
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2.61px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.counter-wrap h3 small {
  font-size: 17px;
  color: #ffffff;
  text-transform: none;
}
.counter-wrap p {
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.counter-wrap ul {
  display: inline-block;
  vertical-align: top;
}
.counter-wrap ul li {
  float: left;
  margin-right: 113px;
  text-align: center;
}
.counter-wrap ul li:nth-last-child(2) {
  margin-right: 81px;
}
.counter-wrap ul li:last-child {
  margin-right: 0px;
}

/* Latest news */
.latest-news {
  padding: 76px 0px 100px;
}
.latest-news-content {
  background-color: #ffffff;
  padding: 43px 40px 48px 36px;
}
.latest-news-content h3 {
  font-family: "Karbon Regular";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 31px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 31px;
}
.latest-news-content p {
  color: #858585;
  font-family: "Karbon Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.latest-news-info {
  color: #818181;
  font-family: "Karbon Semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 27px;
}
.latest-news-info small {
  font-size: 14px;
}
.latest-news-info a {
  color: #000000;
  margin-left: 4px;
}
.latest-news-info .posted-date a {
  margin-left: 0px;
}
.latest-news-content h3 a {
  color: inherit;
}
.latest-news-content h3 a:hover,
.latest-news-content h3 a:focus,
.latest-news-info a:hover,
.latest-news-info a:focus {
  color: #51859a;
}
.latest-news-content .news-date {
  color: #4c4c4c;
  font-family: "Karbon Semibold";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 39px;
}
.latest-news-content .news-date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  height: 1px;
  width: 46px;
  background-color: #51859a;
}

/* sub banner*/
.sub-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-color: #000000;
  color: #ffffff;
  padding: 125px 0px 47px;
  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;
  text-align: center;
  font-family: "Karbon Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.sub-banner h1 {
  font-family: "Karbon Regular";
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 4.56px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sub-banner a {
  color: #ffffff;
}
.sub-banner a:hover {
  opacity: 0.8;
}
.sub-banner span {
  margin: 0px 5px;
  font-size: 16px;
}
.sub-banner span:first-child {
  margin-right: 2px;
}

.sub-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#fullC {
  padding-bottom: 50px;
  overflow: hidden;
}
.mission-vision-image img {
  height: 90px;
  margin-bottom: 15px;
}

/* Projects page */
.introduction-title {
  background-color: #ffffff;
  text-align: center;
  padding: 51px 0px 51px;
}
.introduction-title p {
  max-width: 570px;
  margin: 0 auto;
  line-height: 30px;
}
.introduction-title h2 {
  margin-bottom: 22px;
}
.projects-page-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
.projects-page-wrap:before,
.projects-page-wrap:after {
  display: table;
  content: " ";
}
.projects-page-wrap:after {
  clear: both;
}
.projects-info-wrap a {
  color: inherit;
}
.projects-info-wrap a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-info-wrap {
  width: 50%;
  float: left;
  padding: 0px 8px;
  margin-bottom: 30px;
}
.project-image {
  height: 401px;
  overflow: hidden;
}
.project-image img {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.project-cat {
  text-align: left;
  padding: 50px 0px;
}
.project-cat a,
.project-cat button {
  color: #212120;
  font-family: "Karbon Semibold";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 10px;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
.project-cat ul {
  display: inline-block;
  vertical-align: top;
}
.project-cat ul li {
  float: left;
  border-right: 1px solid #e3e3e3;
}
.project-cat ul li:last-child {
  border: none;
}
.project-cat ul li a,
.project-cat ul li button {
  padding: 10px 50px;
  display: inline-block;
  vertical-align: top;
}
.project-cat ul li button {
  padding: 10px 40px;
  cursor: pointer;
}
.project-cat ul li:first-child button {
  padding-left: 0px;
}
.project-cat ul li a.active,
.project-cat ul li a:hover,
.project-cat ul li a:focus,
.project-cat ul li button.is-checked.filtername {
  color: #51859a;
}
.pagination-section {
  text-align: center;
  margin: 30px 0px 00px;
}
.project-wrap {
  padding-bottom: 100px;
}
.pagination-section ul {
  display: inline-block;
  vertical-align: top;
}
.pagination-section ul li > a,
.pagination-section ul li > span {
  width: 60px;
  height: 60px;
  background-color: #efefef;
  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;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #51859a;
}
.pagination-section ul li:last-child {
  margin-right: 0px;
}
.pagination-section ul li a {
  color: #4c4c4c;
}
.pagination-section ul li {
  float: left;
  margin-right: 10px;
}
.pagination-section ul li > a:hover,
.pagination-section ul li > a:focus {
  color: #51859a;
}
.gallery-section-bottom .project-cat {
  padding: 20px 0px;
}
/*  Our team */
.button-group .project-cat {
  padding: 0px;
}
.team-section {
  padding: 94px 0px 0px;
}
.team-section-wrap {
  margin-right: -15px;
  margin-left: -15px;
}
.team-section-single {
  width: 33.33333333333333%;
  padding: 0px 15px;
  margin-bottom: 50px;
  display: block;
  float: left;
}
.team-section-single a {
  color: inherit;
}
.team-section-single img,
.element-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-section-single h4 {
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team-section-single span {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.team-section-single a:hover img,
.element-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-section-single .element-image {
  height: 370px;
  overflow: hidden;
}
.team-section-single .element-desc {
  padding: 28px 0px;
}
.know-more-about {
  border-top: 1px solid #eaeaea;
  padding: 67px 0px;
}
.know-more-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.know-more-about .team-next-btn:before {
  content: url(images/slide-black-right.png);
  margin-right: 20px;
}
.know-more-about .what-next-btn:after {
  content: url(images/slider-black-left.png);
  margin-left: 20px;
}
.know-more-about .team-next-btn,
.know-more-about .what-next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-transform: uppercase;
  color: #272727;
  margin-top: 8px;
}
.know-more-about .team-next-btn:hover,
.know-more-about .what-next-btn:hover {
  color: #51859a;
}

/* Project details page */
.project-main-slider img {
  height: 728px;
  vertical-align: top;
  object-fit: cover;
  object-position: center center;
}
.project-main-slider {
  background-color: #000000;
}
.project-main-banner {
  position: relative;
}
.project-main-slider .slick-prev {
  left: 135px;
}
.project-main-slider .slick-next {
  right: 135px;
}
.project-main-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  color: #ffffff;
}
.project-main-info h3 {
  font-size: 62px;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
  z-index: 5;
}
.project-main-info a {
  color: #ffffff;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 24px;
  text-transform: uppercase;
}
.project-main-info a:hover {
  opacity: 0.8;
}
.project-tabbing {
  text-align: center;
  padding: 26px 0px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  transition: all 0.1s ease-in-out;
}
.project-tabbing-ul {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
  background: #fff;
}
.project-tabbing-ul h3 {
  color: #212120;
  font-family: "Karbon Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.project-tabbing-ul li {
  float: left;
  background-color: #ffffff;
  margin-right: 30px;
  width: auto;
  position: relative;
}
.project-tabbing-ul li:last-child {
  margin-right: 0px;
}
.project-tabbing-ul li a {
  padding: 25px;
  padding-right: 25px;
  height: 120px;
  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;
  letter-spacing: 1px;
  line-height: 1.5;
}
.project-tabbing-icon .project-tab-img {
  height: 39px;
}

/* intro section */
.project-intro .custom-title {
  float: left;
  width: 33.33333333333333%;
}
.project-intro .project-description {
  float: left;
  width: 66.66%;
  padding-left: 9.922px;
  line-height: 30px;
}
.project-intro {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.project-introduction {
  background-color: #ffffff;
  padding: 102px 0px 70px;
}
.project-description p {
  margin-bottom: 30px;
}
.custom-btn {
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #272727;
  border-bottom: 2px solid #51859a;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.custom-btn:hover {
  color: #51859a;
}
.project-description .read-more-btn {
  margin-top: 25px;
}

.project-video {
  overflow: hidden;
}
.project-introduction video {
  height: 465px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

/* features */
.features-section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  padding: 70px 0px 25px;
}
.features-section .features-left {
  width: calc(100% - 815px);
  float: left;
  padding-right: 55px;
  margin-top: -6px;
}
.custom-title-info .custom-title {
  margin-bottom: 19px;
}
.custom-title-info p {
  line-height: 30px;
}
.features-list {
  margin-top: 55px;
}
.features-list .features-list-single h4 {
  color: #51859a;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.37px;
  line-height: 42px;
  text-transform: uppercase;
}
.features-list .features-list-single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  padding-top: 7px;
}
.features-list-single p {
  line-height: 30px;
}
.features-list .custom-btn {
  margin-top: 75px;
}
.features-section .features-right {
  width: 815px;
  float: left;
}
.features-right img {
  float: left;
  width: 404px;
  height: 383px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.features-right img:nth-child(2) {
  float: right;
  width: 404px;
  height: 777px;
}
.features-right img:first-child {
  margin-bottom: 11px;
}

/* facilities */
.facilities-amenities {
  padding: 77px 0px 60px;
  border-bottom: 1px solid #eaeaea;
}
.facilities-amenities .custom-title {
  margin-bottom: 15px;
}
.facilities-amenities-slider {
  margin-left: -5px;
  margin-right: -5px;
}
.facilities-amenities-slider img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.facilities-amenities-slider .facility_details p {
  display: block;
  font-size: 16px;
  opacity: 0;
  line-height: 1.5;
  text-transform: capitalize;
}
.facilities-amenities-slider .facilities-amenities-slide:hover h3 img {
  display: block;
}
.facilities-amenities-slide {
  padding: 0px 5px;
  position: relative;
}
.facilities-amenities-slide .facility_details {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: "Karbon Regular";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 42px;
  text-transform: uppercase;
  height: 97px;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px;
}
.facilities-amenities-slide .facility_details h4 {
  display: block;
  width: 100%;
  font-family: "Karbon Regular";
}
.facilities-amenities-slide .facility_details a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

li.current button {
  color: #51859a !important;
}

.neighborhood-guide-wrap .custom-title {
  margin-bottom: 25px;
}
.facilities-amenities-slide:hover .facility_details {
  height: 100%;
}
.facilities-amenities-slide:hover .facility_details p {
  opacity: 1;
}
.arrow-top-style .slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #51859a;
  border-radius: 0px;
  color: #51859a;
  left: auto;
  right: 7;
  top: -75px;
}
.arrow-top-style .slick-arrow.slick-prev {
  right: 57px;
}
.arrow-top-style .slick-arrow.slick-next:before {
  content: "\f105";
}
.arrow-top-style .slick-arrow.slick-prev:before {
  content: "\f104";
}
.arrow-top-style .slick-arrow.slick-prev:before,
.arrow-top-style .slick-arrow.slick-next:before {
  color: #51859a;
  font-size: 24px;
}
.arrow-top-style .slick-arrow:hover {
  background-color: #51859a;
}
.arrow-top-style .slick-arrow:hover:before {
  color: #ffffff;
}

/* map section */
.map-section {
  background-color: #ffffff;
  padding-top: 55px;
}
.location-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.location-title .custom-title {
  white-space: nowrap;
}
.location-title .location-info {
  max-width: 670px;
  line-height: 30px;
}
.map-content iframe {
  height: 500px;
  display: block;
  vertical-align: top;
}

/*neigbourhood guide */
.neighborhood-guide-wrap {
  background-color: #ffffff;
  padding: 55px 50px 64px;
  margin-top: -100px;
  position: relative;
  margin-bottom: 50px;
}
.neighborhood-guide-list {
  margin-left: -14px;
  margin-right: -14px;
}
.neighborhood-guide-list img {
  width: 100%;
  height: 276px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.neighborhood-guide-list .neighborhood-guide-content {
  padding: 0px 14px;
}
.neighborhood-guide-list.arrow-top-style .slick-arrow {
  right: 14px;
}
.neighborhood-guide-list.arrow-top-style .slick-arrow.slick-prev {
  right: 64px;
}
.neighborhood-guide-info .location-km {
  color: #4c4c4c;
  font-family: "Karbon Regular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-top: 37px;
}
.neighborhood-guide-info h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 25px;
}
.neighborhood-guide-info p {
  line-height: 30px;
}
.neighborhood-guide-info .custom-btn {
  margin-top: 40px;
}
.project-updates {
  padding: 95px 0px 70px;
}
.project-updates .custom-title {
  margin-bottom: 35px;
}

/* Gallery section */
.gallary-section {
  background-color: #ffffff;
  padding: 64px 0px 70px;
}
.gallary-section .custom-title {
  margin-bottom: 48px;
}
.gallary-content {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallary-content h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  color: #ffffff;
}
.gallary-content img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallary-content:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.features-two-images .features-right img:nth-child(2) {
  width: 404px;
  height: 383px;
}

/* feature listing */
.features-listing {
  margin-bottom: 31px;
}
.features-listing-single {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 130px;
}
.features-listing-single h4 {
  color: #51859a;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.37px;
  line-height: 42px;
  text-transform: uppercase;
}
.features-listing-single p {
  line-height: 30px;
}
.features-listing-image {
  height: 73px;
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.features-listing-image img {
  display: block;
  margin: 0 auto;
}
.features-listing .col-three:nth-child(3n + 1) {
  clear: left;
}
.features-listing .col-three:nth-last-child(1) .features-listing-single,
.features-listing .col-three:nth-last-child(2) .features-listing-single,
.features-listing .col-three:nth-last-child(3) .features-listing-single {
  margin-bottom: 0px;
}

/* facilities listing */
.facility-list-wrap {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  padding: 56px 0px 150px;
}
.facility-tab-content .project-introduction {
  padding-bottom: 42px;
}
.facility-tab-content .project-introduction .project-intro {
  padding-bottom: 0px;
}
.facility-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
.facility-image {
  width: 340px;
  height: 290px;
  float: left;
  min-width: 340px;
}
.facility-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.facility-info {
  margin-left: 60px;
}
.facility-info h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.facility-info p {
  color: #858585;
  font-family: "Karbon Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.facility-list .facility-content:last-child {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}
.facility-list .facility-content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.facility-list .facility-content:nth-child(even) .facility-info {
  margin-left: 0px;
  margin-right: 60px;
}

/* location tab neighborhood guide */
.location-tab-content .map-section {
  padding-top: 102px;
}
.nb-guide-image {
  width: 338px;
  height: 270px;
  float: left;
  margin-right: 50px;
}
.nb-guide-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.nb-guide-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
.nb-guide-location {
  width: 233px;
  float: left;
  margin-right: 50px;
  line-height: 30px;
}
.nb-guide-distance {
  float: left;
  width: 169px;
  margin-right: 10px;
}
.nb-guide-direction {
  float: left;
  width: 220px;
}
.nb-guide-single .nb-guide-content:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}
.nb-guide-content h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.nb-guide-distance .location-km {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.get-direction-btn {
  width: 220px;
  height: 80px;
  background-color: #51859a;
  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;
  color: #ffffff;
  font-family: "Karbon Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.neighborhood-guide-wrap.nb-guide-wrap {
  margin-bottom: 100px;
}

.layout-slider-wrap {
  margin-bottom: 50px;
  display: block;
}
.layout-slider-wrap .layout-content {
  float: left;
  width: 50%;
  margin-bottom: 88px;
}
.project-introduction .layout-slider-wrap .layout-content:nth-child(2n + 1) {
  clear: left;
}
.layout-slider-wrap .layout-content:nth-last-child(1),
.layout-slider-wrap .layout-content:nth-last-child(2) {
  margin-bottom: 0px;
}

/* mega filter */
.gallery-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-wrap .gallery-single {
  width: 33.3333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.gallery-wrap .gallery-single img,
.gallery-wrap .gallery-single video {
  height: 370px;
  width: 370px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-single-wrap {
  overflow: hidden;
}
.gallery-wrap .gallery-single:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-section .project-cat ul li.current button {
  color: #51859a;
}
.gallery-section-active .project-main-wrapper,
.gallery-section {
  display: none;
}
.gallery-section-active .gallery-section {
  display: block;
}
.gallery-section-top {
  background-color: #ffffff;
  padding: 82px 0px 29px;
}
.gallery-section-top .custom-title {
  float: left;
  margin-bottom: 10px;
}
.gallery-section-top .clearfix::before {
  display: none;
}

.gallery-section-top .clearfix::after {
  display: none;
}
.gallery-section-top .clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-section-top .project-cat {
  float: right;
  padding: 0px;
}
.gallery-section .project-cat ul.tabbing-ul li button {
  padding: 10px 23px;
}
.gallery-section-bottom {
  padding-bottom: 73px;
  background: #fff;
}
/*.photos-videos .photos-videos-filter.tab-content:first-child {display: block;}*/

/* project page tab style start */
.project-tab-content {
  display: none; /*visibility: hidden;opacity: 0;height: 0px;*/
}
.project-tab-content.current {
  display: block; /*visibility: visible;opacity: 1;height: initial;vertical-align: top;*/
}
.project-tabbing-ul li.current {
  background-color: #51859a;
}
.project-tabbing-ul li.current h3 {
  color: #ffffff;
}
.project-tabbing-ul li.current img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.tab-section-active .project-main-wrapper {
  display: none;
}
.nb-guide-single-slider {
  width: 100%;
}
/*.tab-section-active .project-main-banner {display: none;}*/
.tab-section-active .sub-banner {
  display: block !important;
}
.photos-videos-filter {
  display: none;
}
.photos-videos-filter.current {
  display: block;
}
.gallery-wrap {
  display: none;
}
.photo-tab-active .gallery-photos {
  display: block;
}
.video-tab-active .gallery-videos {
  display: block;
}
.photo-tab-active .button.photos-btn,
.video-tab-active .button.videos-btn {
  color: #51859a;
}

/* project page tab style end */

.get-started-section {
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding: 10px 0px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(0);
}

.get-started-section.hideToggle {
  transform: translateY(75px);
}

.get-started-section.hideToggle .btn-wrapper .clsoe-get-started {
  transform: translateY(-63px);
}
.get-started-section .custom-title {
  margin-top: 0 !important;
}

.get-started-section h2 {
  font-size: 26px;
  margin-top: 10px !important;
}

.get-started-section .btn-wrapper > a {
  height: 50px;
  line-height: 35px;
}
.get-started-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.get-started-section .container {
  position: relative;
}
.get-started-section .custom-title {
  float: left;
  margin-bottom: 0px;
  margin-top: 20px;
}
.get-started-section .btn-wrapper {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
}
.get-started-section .btn-wrapper > a {
  min-width: 300px;
}
.get-started-section .btn-wrapper > a.download-brochure-btn {
  margin-left: 10px;
}
.get-started-section .btn-wrapper .clsoe-get-started {
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* fancy box form */
.fancybox-content {
  padding: 70px 70px 58px;
  max-width: 1000px;
  width: 100%;
  padding-left: 400px;
}
.fancybox-content h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

select {
  font-size: 16px !important;
  background-color: transparent;
  color: #232222 !important;
  font-family: "Karbon Light" !important;
}

div#book_a_tour0 {
  background-image: url(../../uploads/2019/10/tile-1.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: -7%;
}

div#enquire_now1 {
  background-image: url(../../uploads/2019/10/tile-1.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: -7%;
}

div#request_a_call_back {
  background-image: url(../../uploads/2019/10/tile-1.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: -7%;
}

.main-banner-slider .slick-arrow.slick-next {
  right: 2% !important;
  transform: translateY(-50%);
}

.main-banner-slider .slick-arrow.slick-prev {
  left: 2% !important;
  transform: translateY(-50%);
}

.fancybox-content h3 + p {
  line-height: 30px;
}
.custom-form-style .gform_wrapper {
  margin-bottom: 0px;
  margin-top: 28px;
  font-size: 14px;
}

.project-cat ul li a.inactive {
  color: #000 !important;
  background: transparent;
  opacity: 0.4;
}

.project-cat ul li a {
  /* background: #51859a; */
  color: #51859a !important;
}

.custom-form-style
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.custom-form-style .gform_wrapper select {
  border: 1px solid #dddddd;
  color: #232222;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  height: 60px;
  padding: 7px 30px !important;
  margin: 0px;
}
.custom-form-style .gform_wrapper ul.gform_fields {
  margin-right: -16px !important;
}
.custom-form-style .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select-bg-image.png);
  background-repeat: no-repeat;
  background-position: top 30px right 30px;
}
.custom-form-style .gform_wrapper textarea,
.custom-form-style .gform_wrapper textarea.large {
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 17px 30px !important;
  height: 100px;
}
.custom-form-style .gform_wrapper .gform_footer input[type="submit"] {
  padding: 20px 40px;
  background-color: #51859a;
  border: none;
  color: #ffffff;
  font-family: "Karbon Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  margin-right: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-form-style .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #000000;
}
.custom-form-style .gform_wrapper li.gfield.gfield_error,
.custom-form-style
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  padding: 0px;
}
body .custom-form-style .gform_wrapper .top_label div.ginput_container {
  margin: 0px;
}
body .custom-form-style .gform_wrapper ul li.gfield {
  margin-top: 20px;
}
.custom-form-style
  .gform_wrapper
  .top_label
  li.gfield.gf_left_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.custom-form-style
  .gform_wrapper
  .top_label
  li.gfield.gf_right_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin: 0px;
}
.custom-form-style .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
  position: absolute;
  bottom: -16px;
  font-size: 14px;
}
.custom-form-style .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.custom-form-style .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.custom-form-style .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0px;
  right: 59px;
  top: 59px;
}
#book_a_tour0 .fancybox-button svg path,
#enquire_now1 .fancybox-button svg path {
  fill: #51859a;
}
#book_a_tour0.fancybox-content,
#enquire_now1.fancybox-content {
  border-bottom: 5px solid #51859a;
}
.gform_confirmation_message {
  border: 2px solid #008000;
  color: #008000;
  padding: 20px;
  margin-top: 20px;
}

/* about us page */
.about-head {
  padding: 100px 0px 20px;
}
.about-head img {
  height: 510px;
  object-fit: cover;
  object-position: center center;
}
.who-we-are .who-we-content + a {
  margin-top: 62px;
}
.about-head .who-we-are {
  padding-left: 30px;
}
.who-we-content p {
  margin-bottom: 30px;
}
.who-we-content p:last-child {
  margin-bottom: 0px;
}
.our-team-slider .slick-arrow.slick-prev {
  left: -47px;
}
.our-team-slider .slick-arrow.slick-next {
  right: -47px;
}
.our-team-slider .slick-arrow.slick-prev,
.our-team-slider .slick-arrow.slick-next {
  margin-top: 0px;
  top: 170px;
}
.mission-vision {
  background-color: #51859a;
  color: #ffffff;
  padding: 50px 0 30px;
}
.mission-vision .center-title {
  text-align: center;
  margin-bottom: 85px;
}
.mission-vision-image {
  float: none;
  display: block;
  width: 100%;
}
.mission-vision-info {
  margin-left: 0;
  line-height: 30px;
}
.mission-vision-wrap {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mission-vision-info h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.who-we-are-about {
  padding: 90px 0px 60px;
  border-bottom: 1px solid #eaeaea;
}
.chairman-message {
  background-color: #ffffff;
  text-align: center;
  padding: 86px 0px 82px;
  border-bottom: 1px solid #eaeaea;
}
.chairman-message img {
  height: 170px;
  width: 170px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 22px;
}
.chairman-message h2 {
  margin-bottom: 28px;
}
.chairman-content {
  max-width: 770px;
  margin: 0 auto;
}
.chairman-content p {
  line-height: 30px;
}
.what-we-do {
  background-color: #ffffff;
  padding: 75px 0px 5px;
}
.what-we-do .team-section-single .element-desc {
  padding: 38px 0px;
  line-height: 30px;
}
.what-we-do .team-section-single h4 {
  margin-bottom: 29px;
  line-height: initial;
}
.what-we-do .team-section-single .element-desc .custom-btn {
  border-bottom: 1px solid #51859a;
  margin-top: 38px;
}

/* Our History */
.company-timeline {
  padding: 96px 0px 0px;
}
.alf-col-year h4 {
  color: #4c4c4c;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0px 10px 18px 50px;
  border-bottom: 1px solid #eaeaea;
}
.alf-col-year img {
  margin-left: 186px;
  margin-top: 10px;
}
.company-timeline-content {
  position: relative;
}
.company-timeline-content:before {
  content: "";
  position: absolute;
  top: 41px;
  bottom: 0;
  width: 1px;
  left: 186px;
  background-color: #eaeaea;
}
.company-timeline-content .alf-history-section:first-child .alf-col-year h4 {
  color: #51859a;
  border-color: #51859a;
}
.alf-col-text h4 {
  font-size: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 23px;
}
.alf-col-text p {
  color: #858585;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 31px;
}
.alf-col-text hr {
  opacity: 0.3;
  margin: 34px 0px 24px;
}
.alf-col-image img {
  display: block;
  margin-left: 30px;
  height: 290px;
  object-fit: cover;
  object-position: center center;
  width: 340px;
}
.company-timeline-content .alf-history-section {
  margin-bottom: 50px;
}
.term-develop .about-head {
  padding-bottom: 50px;
  background-color: #ffffff;
}

.what-we-do-list {
  padding: 80px 0px 50px;
}
.what-we-video video {
  height: 515px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.what-we-video {
  overflow: hidden;
}
.masterplan-community .who-we-are a.more-button {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 42px;
  border-bottom: 1px solid #51859a;
  padding-bottom: 9px;
}
.tab-content {
  display: none;
}

.tab-content.project_tab {
  display: block !important;
}
.tab-content.current {
  display: block;
}

/* master plan */
.about-head.masterplan-community {
  background-color: #ffffff;
}
.master-plan {
  background-color: #ffffff;
}
.master-plan .tabbing-ul {
  display: flex;
  justify-content: space-around;
}
.master-plan .tabbing-ul li {
  width: 100%;
  text-align: center;
  color: #4c4c4c;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 27px 0px 27px;
  background-color: #f8f8f8;
  cursor: pointer;
}
.master-plan .tabbing-ul li.current {
  position: relative;
  background-color: #51859a;
  color: #ffffff;
}
.master-plan .tabbing-ul li.current:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #51859a;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.master-plan-content {
  position: relative;
}
.master-plan-content .master-close {
  position: absolute;
  right: 0;
  top: -77px;
  background-color: #b7b2a8;
  height: 77px;
  width: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-plan-content .master-close:hover {
  background-color: #51859a;
}
.master-plan-content img {
  vertical-align: top;
}
.master-plan-content-top {
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}
.master-plan .custom-title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.mobile-visible {
  display: none;
}
.mobile-hidden {
  display: block;
}

.about-head.carrer-head {
  background-color: #ffffff;
  padding-bottom: 94px;
}

/* SEND YOUR CV */
.send-cv-section .custom-form-style {
  background-color: #ffffff;
  padding: 50px 70px 70px;
}
.send-cv-section .custom-form-style .gform_wrapper {
  margin: 0px;
}
.send-cv-section {
  padding: 100px 0px 100px;
}
.send-cv-section
  .custom-form-style
  .gform_wrapper
  .gform_footer
  input[type="submit"] {
  width: 100%;
}
.ginput_recaptcha {
  text-align: center;
  background-color: #fafafa;
  padding: 15px 10px;
  margin-top: -24px !important;
}
.ginput_recaptcha > div {
  margin: 0 auto;
  position: relative;
}
.ginput_recaptcha > div:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background-color: #ebebeb;
}
.ginput_recaptcha > div > div {
  position: relative;
}
.alf-cv-content {
  line-height: 30px;
}
.alf-cv-content strong {
  display: block;
  font-family: "Karbon Semibold";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
  margin-top: 43px;
  padding-top: 33px;
  margin-bottom: 18px;
}
.alf-cv-content a {
  color: #51859a;
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.alf-cv-content a:hover {
  color: #272727;
}
section.project-main-banner:after {
  content: "";
  width: 100%;
  height: 364px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: black;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}
/* Contact us page */
.contact-page {
  padding: 96px 0px 77px;
}
.contact-map iframe {
  vertical-align: top;
}
.contact-form {
  background-color: #ffffff;
  padding: 50px 100px 89px;
}
.contact-form h3 {
  font-family: "Karbon Semibold";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: initial;
}
.contact-form
  .custom-form-style
  .gform_wrapper
  .gform_footer
  input[type="submit"] {
  width: 100%;
}
.contact-page .custom-form-style .gform_wrapper {
  margin-top: 0px;
}
.alf-contact-address {
  line-height: 30px;
}
.alf-contact-address h3 {
  margin-bottom: 16px;
}

/* MEDIA CENTER page */
.custom-title-h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.news-wrap-left {
  width: 500px;
  float: left;
  padding-right: 30px;
  margin-top: 30px;
}
.press-wrap-right {
  width: calc(100% - 500px);
  float: left;
  background-color: #f8f8f8;
  padding: 30px;
  border-left: 1px solid #eaeaea;
}
.latest-press-wrapper {
  background-color: #ffffff;
  padding-top: 100px;
  border-bottom: 1px solid #eaeaea;
}
.latest-press-wrapper .latest-news-content {
  padding: 0px;
  background-color: transparent;
}
.latest-press-container .latest-news-wrap {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 28px;
  margin-bottom: 39px;
}
.latest-press-container .latest-news-wrap .latest-news-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.latest-press-container .latest-news-wrap .latest-news-content-wrap {
  float: left;
  width: 200px;
  padding-right: 30px;
}
.latest-press-container .latest-news-wrap .latest-news-content-image {
  float: left;
  width: calc(100% - 200px);
}
.latest-news-content-image img {
  height: 368px;
  object-fit: cover;
  object-position: center center;
}
.latest-news-content .latest-news-info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.more-news .latest-news-content-image,
.more-news .latest-news-content-wrap p {
  display: none;
}
.more-news {
  margin-left: -15px;
  margin-right: -15px;
}
.more-news .latest-news-content {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.more-news .custom-title-h2 {
  padding: 0px 15px;
}
.more-news .latest-news-content .news-date {
  margin-bottom: 8px;
}
.more-news .latest-news-content .news-date:after {
  content: none;
}
.more-news .latest-news-content .latest-news-info {
  margin: 0px;
  line-height: 28px;
}
.more-news .latest-news-content h3 {
  margin-bottom: 25px;
}
.news-wrap-left .pagination-section {
  margin-bottom: 54px;
  text-align: left;
}
.latest-press-container {
  display: flex;
}
.press-release-slider img {
  display: block;
  width: 100%;
  height: 368px;
  object-fit: cover;
  object-position: center center;
}
.press-release-slider .latest-news-content .news-date {
  margin-top: 40px;
}
.press-release-slider .slick-arrow {
  top: -61px;
  transform: none;
  margin: 0px;
  transform: scale(0.8);
}
.press-release-slider .slick-arrow.slick-prev {
  right: 50px;
  left: auto;
}
.press-release-slider .latest-news-content .latest-news-info {
  text-align: right;
}
.press-release-slider .latest-news-content .latest-news-info {
  margin-top: 56px;
}
.blogs-section {
  background-color: #ffffff;
  padding: 63px 0px 0px;
}
.latest-blog-content {
  border: 1px solid #eaeaea;
  position: relative;
}
.latest-blog-content .latest-blog-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.latest-blog-content .latest-blog-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.latest-blog-content:hover .latest-blog-image {
  opacity: 1;
}
.latest-blog-content h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Media centre page */
.media-centre-single {
  background-color: #ffffff;
  padding: 100px 0px 60px;
}
.media-sidebar {
  background-color: #f8f8f8;
  padding: 40px 40px 90px;
}
.media-sidebar .latest-news-content {
  background-color: transparent;
  padding: 0px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 29px;
  padding-top: 27px;
}
.media-sidebar h4 {
  font-size: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.media-content-wrap p {
  line-height: 30px;
}
.media-content-wrap .custom-title {
  margin-bottom: 20px;
}
.media-content-wrap img {
  width: 100%;
  height: auto;
}
.media-content-wrap .lgc-first .inside-grid-column {
  padding-left: 0px;
  padding-right: 14px;
}
.media-content-wrap .lgc-last .inside-grid-column {
  padding-right: 0px;
  padding-left: 14px;
}
.media-content p {
  margin-bottom: 41px;
}
.media-content-wrap .lgc-column + p {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.media-content-wrap hr {
  box-shadow: none;
  display: block;
  border: 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 56px;
}
.media-content-wrap h4 {
  font-size: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.media-sidebar .latest-news-content h3 {
  margin-bottom: 20px;
}
.media-sidebar .latest-news-content .news-date {
  margin: 0px 0px 7px;
}
.media-sidebar .latest-news-content .news-date:after {
  content: none;
}
.media-sidebar .latest-news-content .latest-news-info {
  margin: 0px;
}
.media-sidebar .latest-news-content:last-child {
  border: none;
  margin: 0px;
  padding-bottom: 0px;
}

/* popup design */
.gallery-fancy .fancybox-caption {
  display: none;
}
.gallery-fancy .fancybox-inner {
  background-color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  top: 50px;
  bottom: 50px;
  padding: 100px;
  max-height: 600px;
}
.gallery-fancy .fancybox-navigation .fancybox-button {
  padding: 0px;
  background: transparent;
  height: 40px;
  width: 40px;
  border: 1px solid #51859a;
  right: 30px;
  left: auto;
  top: 123px;
}
.gallery-fancy .fancybox-toolbar > button {
  display: none !important;
}
.gallery-fancy .fancybox-toolbar > button.fancybox-button--close {
  display: block !important;
  background-color: transparent;
  margin-right: 30px;
  top: 52px;
}
.gallery-fancy .fancybox-infobar {
  display: none;
}
.gallery-fancy .fancybox-toolbar > button.fancybox-button--close path {
  fill: #51859a;
}
.gallery-fancy .fancybox-navigation .fancybox-button--arrow_left {
  top: 173px;
}
.gallery-fancy .fancybox-navigation .fancybox-button path {
  fill: #51859a;
}

/* Wordpress default pages */
.error-404 {
  text-align: center;
  padding: 100px 0px;
}
.not-found {
  text-align: center;
}
.search-form label .screen-reader-text {
  display: block;
  font-family: "Karbon Semibold";
  text-transform: uppercase;
  margin-bottom: 5px;
  display: none;
}
.search-form input.search-field {
  /* position: absolute; */
}
.search-form input.search-field {
  width: 100%;
  height: 50px;
  padding: 10px 90px 10px 10px;
  border: 1px solid #dcdcdc;
}
h1.page-title {
  font-family: "Karbon Semibold";
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
h2.entry-title {
  margin-bottom: 10px;
  font-size: 30px;
}
form.search-form {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  margin-top: 30px;
}
form.search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 50px;
  width: 90px;
  background-color: #51859a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Karbon Semibold";
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
form.search-form .search-submit:hover {
  background-color: #000000;
}
footer.entry-footer {
  margin: 20px 0px 0px;
}
.entry-title a {
  color: inherit;
}
.page-template-default .site-main {
  padding: 100px 0px;
}
.entry-footer > span {
  display: block;
}
.entry-footer span {
  font-size: 18px;
}
.entry-footer .comments-link {
  font-size: 14px;
  margin-top: 20px;
}
.entry-footer img {
  border-radius: 100%;
  margin-right: 10px;
  float: left;
}
.search .site-main {
  padding: 100px 0px;
  background-color: #ffffff;
}
article.post a {
  color: #51859a;
}
article.post a:hover {
  color: #000000;
}
article.page .who-we-content p {
  margin-bottom: 10px;
}
article.page .who-we-are {
  margin-top: 10px;
}
article.post {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.featured-project .featured-single-project a {
  color: #000000;
}
/* Paggination */
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .nav-links a,
.pagination .nav-links > span {
  display: inline-block;
  background-color: #51859a;
  color: #ffffff;
  padding: 5px 10px;
  border: 2px solid #51859a;
}
.pagination .nav-links {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination .nav-links a:hover,
.pagination .nav-links > span:hover,
.pagination .nav-links > span.current {
  border-color: #51859a;
  background-color: transparent;
  color: #51859a;
}

/* footer */
.site-footer {
  color: #ffffff;
  background-color: #3f4448;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.site-footer a {
  color: #ffffff;
  font-size: 16px;
}
.footer-top {
  text-align: center;
  border-bottom: 1px solid #54585b;
  padding: 50px 0px 50px;
}
.footer-top-description {
  font-family: "Karbon Regular";
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 4.97px;
  line-height: 52px;
  margin-bottom: 53px;
}
.footer-top-description h2 {
  font-weight: 400;
  font-family: "Karbon Regular";
  font-size: 51px;
  letter-spacing: 4.97px;
}
.footer-top-description h4 {
  font-size: 30px;
  line-height: initial;
  margin-bottom: 2px;
  font-family: "Karbon Regular";
}
.footer-top .more-button {
  font-family: "Karbon Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding-bottom: 9px;
  display: inline-block;
  vertical-align: top;
}
.footer-top .more-button:hover {
  color: #51859a;
  border-color: #51859a;
}
.footer-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 76px;
  margin-bottom: 88px;
}
.footer-main .newsletter-wrap {
  width: 310px;
  float: left;
}
.footer-main .footer-links {
  float: left;
  width: calc(100% - 310px);
}
.footer-links .quick-links {
  width: 355px;
  float: left;
}
.footer-links .quick-link-wrap {
  float: left;
  width: calc(100% - 355px);
  margin-top: 78px;
}
.quick-link-wrap section {
  float: left;
  width: 215px;
  padding-right: 15px;
}
.footer-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
}
.footer-main .widget-title {
  margin-bottom: 35px;
}
.newsletter-wrap input[type="text"] {
  width: 100% !important;
  min-height: 56px;
  background-color: #f1f1f1;
  border: none;
  padding: 10px 10px 10px 28px !important;
}
.newsletter-wrap .gform_wrapper ul.gform_fields li.gfield {
  padding: 0px;
}

.single-project header.main-header.removeAffix.scrolled {
  top: -82px;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
.newsletter-wrap .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 13px 0px 0px;
}
.single-project section.project-tabbing.affix.affix-top-offset {
  top: 81px;
}
/* .affix-top {
  top: 82px!important;
} */
.newsletter-wrap .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #51859a;
  font-family: "Karbon Semibold";
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 12px 26px;
  min-width: 156px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-wrap .gform_wrapper {
  margin: 32px 0 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
body .newsletter-wrap .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.newsletter-wrap .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
body .newsletter-wrap .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
.newsletter-wrap
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.newsletter-wrap .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.newsletter-wrap .gform_wrapper li.gfield.gfield_error,
.newsletter-wrap
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background-color: transparent;
}
.newsletter-wrap
  .gform_wrapper.gf_browser_chrome
  .gfield_error
  input[type="text"] {
  margin-bottom: 0px;
}
.newsletter-wrap .gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px;
  color: #ff0000;
}
.newsletter-wrap .gform_wrapper div.validation_error {
  font-size: 14px;
  color: #ff0000;
  border-color: #ff0000;
  padding: 10px 0;
  display: none;
}
.newsletter-wrap
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: none;
}
.newsletter-wrap .gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #51859a;
  background-color: #ffffff;
}
.copyright-text {
  background-color: #32363a;
  padding: 30px 0px 28px;
  margin-bottom: 00px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

input#input_2091358924_1 {
  font-size: 14px;
  padding-left: 14px !important;
  font-family: "Karbon Regular";
}

.copyright-text .container {
  display: flex;
  justify-content: space-between;
}
.social-icon {
  display: inline-block;
  margin-top: 37px;
}
.social-icon li {
  float: left;
  font-size: 18px;
  margin-right: 25px;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon a:hover {
  color: #51859a;
}
.affixContent .features-listing-image {
  margin-bottom: 0;
}
.affixContent .features-listing-image img {
  width: 50px;
}

.affixContent .features-section .features-listing {
  display: flex;
  margin-top: 20px;
}

.affixContent .features-listing-single {
  background: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  height: 100%;
}

.newsletter-wrap::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}
.newsletter-wrap::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
.newsletter-wrap:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}
.newsletter-wrap:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}
/* Responsive view */

/*11-6-2019*/
.copyright-text .footer-bottom img {
  height: 15px;
  width: 55px;
  object-fit: contain;
  vertical-align: middle;
}
.copyright-text .footer-bottom span {
  padding-left: 10px;
  display: inline-block;
}

/*27-06-2019*/
.breadcums_container {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 1;
}
.sub-banner {
  position: relative;
}

.sub-banner .container {
  position: relative;
  z-index: 1;
}
.latest-news-info {
  display: none !important;
}

.mission_wrap {
  padding: 0px 0px 30px;
  margin-left: 0px;
}

@media screen and (max-width: 1360px) {
  .completed-projects-wrap .slick-next,
  .completed-projects-wrap .slick-prev,
  .our-team-slider .slick-next,
  .our-team-slider .slick-prev,
  .layout-slider .slick-next,
  .layout-slider .slick-prev {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
  }
  .completed-projects-wrap .slick-prev:before,
  .completed-projects-wrap .slick-next:before,
  .our-team-slider .slick-prev:before,
  .our-team-slider .slick-next:before,
  .layout-slider .slick-prev:before,
  .layout-slider .slick-next:before {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    display: block;
  }
  .completed-projects-wrap .slick-prev,
  .our-team-slider .slick-arrow.slick-prev,
  .layout-slider .slick-arrow.slick-prev {
    left: 18px;
  }
  .completed-projects-wrap .slick-next,
  .our-team-slider .slick-arrow.slick-next,
  .layout-slider .slick-arrow.slick-next {
    right: 18px;
  }
  /* .main-banner-slider{padding:0px 40px;} */
  .main-banner-slider .slick-arrow {
    width: 33px;
  }
  .main-banner {
    height: 100vh;
  }
  .main-banner-slider ul.slick-dots {
    position: initial;
    margin-top: 30px;
  }
  .get-started-section .btn-wrapper .clsoe-get-started {
    right: 5px;
  }
  .get-started-section .btn-wrapper {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .main-menu {
    margin-left: 28px;
  }
  .main-menu > ul > li {
    margin-right: 15px;
  }
  .main-header {
    padding: 0px 0px 0px 15px;
  }
  .header-right select {
    margin-right: 10px;
  }
  .mainlogo {
    max-width: 150px;
  }
  .btn-wrapper > a {
    line-height: 40px;
    height: 60px;
    min-width: initial;
    padding: 10px 10px;
  }
  .btn-wrapper > a.enquire-btn {
    min-width: initial;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
  .counter-wrap ul li,
  .counter-wrap ul li:nth-last-child(2) {
    margin-right: 50px;
  }
  .footer-links .quick-links {
    width: 300px;
  }
  .footer-links .quick-link-wrap {
    width: calc(100% - 300px);
  }
  .quick-link-wrap section {
    width: 50%;
  }
  .team-section-single .element-image {
    height: 294px;
  }

  /* project page */
  .project-tabbing-ul li a {
    width: 150px;
  }
  .project-introduction {
    padding: 102px 0px 70px;
  }
  .project-main-slider img {
    height: 500px;
  }
  .features-section .features-right {
    width: 650px;
  }
  .features-section .features-left {
    width: calc(100% - 650px);
  }
  .features-right img {
    width: 320px;
    height: 383px;
  }
  .features-right img:nth-child(2) {
    width: 320px;
  }
  .get-started-section {
    padding: 21px 0px;
  }
  .get-started-section .btn-wrapper > a {
    line-height: 30px;
    height: 50px;
    min-width: 240px;
  }
  .get-started-section .custom-title {
    margin-top: 5px;
  }
  .project-main-slider .slick-prev {
    left: 30px;
  }
  .project-main-slider .slick-next {
    right: 30px;
  }
  .features-two-images .features-right img {
    width: calc(50% - 7px) !important;
  }

  .features-listing-single {
    margin: 0 auto 70px;
  }
  .location-tab-content .map-section {
    padding-top: 70px;
  }
  .nb-guide-content {
    display: flex;
  }
  .nb-guide-image,
  .nb-guide-location {
    margin-right: 30px;
  }
  .gallery-section-top {
    padding: 70px 0px 29px;
  }
  .gallery-section-top .project-cat {
    float: none;
  }
  .gallery-wrap .gallery-single img,
  .gallery-wrap .gallery-single video {
    height: 290px;
  }
  .alf-col-image img {
    margin: 0px;
  }
  .media-sidebar {
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu {
    display: block !important;
  }
  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 150px;
  }
  .main-menu li.menu-item-has-children {
    position: relative;
  }
  .main-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .main-menu .sub-menu li a:hover,
  .main-menu .sub-menu > li.current-menu-item > a {
    padding: 25px 22px;
    background-color: #51859a;
    margin-right: -10px;
    width: auto;
  }
  .childlink {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
  h2 {
    font-size: 32px;
  }
  .main-banner-content h2 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .main-banner {
    height: auto;
    min-height: 600px;
  }
  .featured-project {
    padding: 50px 0px;
  }

  .custom-title {
    margin-bottom: 30px;
  }
  .project-image {
    height: 330px;
  }
  .year-count-wrap {
    display: block;
    text-align: center;
  }
  .year-count {
    margin-bottom: 30px;
  }
  .completed-projects {
    padding-bottom: 30px;
  }
  .who-we-are,
  .latest-news {
    padding-bottom: 70px;
  }
  .latest-news-content {
    padding: 25px 15px 25px 15px;
  }
  .latest-news-content .news-date {
    margin-bottom: 40px;
  }
  .latest-news-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .latest-news-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .latest-news-info {
    margin-top: 14px;
    line-height: 20px;
  }
  .latest-news-info small {
    display: block;
  }
  .footer-top {
    padding: 80px 0px 60px;
  }
  .footer-top-description {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .footer-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer-main .footer-links {
    width: 100%;
  }
  .footer-main .newsletter-wrap {
    margin-top: 30px;
  }
  .footer-main .widget-title {
    margin-bottom: 20px;
  }
  .copyright-text {
    padding: 20px;
    line-height: 28px;
  }
  .counter-wrap ul li {
    margin-right: 20px;
  }
  .counter-wrap ul li,
  .counter-wrap ul li:nth-last-child(2) {
    margin-right: 30px;
  }
  .counter-wrap h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .counter-wrap p {
    font-size: 16px;
  }
  .company-overview {
    padding: 32px 0px 40px;
  }
  .who-we-are,
  .latest-news {
    padding: 50px 0px 60px;
  }
  .latest-news-info small > span {
    font-size: 0px;
  }
  .latest-news-info small > span span {
    font-size: 14px;
  }

  /* Header */
  .mobile-toggle {
    position: absolute;
    display: block;
    height: 25px;
    width: 26px;
    right: 15px;
    top: 50%;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-toggle i {
    position: absolute;
    height: 2px;
    display: block;
    width: 26px;
    background: #ffffff;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
  .mobile-toggle i:after,
  .mobile-toggle i:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    left: 0;
    position: Absolute;
  }
  .mobile-toggle i:after {
    top: 6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear, top 0.2s linear 0.2s;
    transition: transform 0.2s linear, top 0.2s linear 0.2s;
    transition: transform 0.2s linear, top 0.2s linear 0.2s,
      -webkit-transform 0.2s linear;
  }
  .mobile-toggle i:before {
    top: -6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear, top 0.2s linear 0.2s;
    transition: transform 0.2s linear, top 0.2s linear 0.2s;
    transition: transform 0.2s linear, top 0.2s linear 0.2s,
      -webkit-transform 0.2s linear;
  }
  .mobile-open .mobile-toggle i {
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mobile-open .mobile-toggle i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
    transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
    -o-transition: all 0.2s linear, transform 0.2s linear 0.2s;
    transition: all 0.2s linear, transform 0.2s linear 0.2s;
    transition: all 0.2s linear, transform 0.2s linear 0.2s,
      -webkit-transform 0.2s linear 0.2s;
  }
  .mobile-open .mobile-toggle i:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
    transition: all 0.2s linear, -webkit-transform 0.2s linear 0.2s;
    -o-transition: all 0.2s linear, transform 0.2s linear 0.2s;
    transition: all 0.2s linear, transform 0.2s linear 0.2s;
    transition: all 0.2s linear, transform 0.2s linear 0.2s,
      -webkit-transform 0.2s linear 0.2s;
  }
  .main-header {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
  }
  .header-right {
    display: block;
    text-align: center;
    float: none;
  }
  .header-left {
    margin: 0px;
  }
  .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 1px solid #7d7d7d;
    width: 100%;
    padding-bottom: 15px;
    background-color: #000000;
    height: calc(100vh - 66px);
    overflow-y: auto;
    margin: 0px;
  }
  .main-menu ul {
    width: 100%;
  }
  .main-menu li,
  .main-menu li a {
    width: 100%;
    margin: 0px;
    font-size: 16px;
  }
  .main-menu li a {
    padding: 10px 15px;
  }
  .main-menu > ul > li > a {
    padding: 10px 15px;
  }
  .main-menu > ul > li.menu-item-has-children {
    position: relative;
  }
  /* submenu */
  .childlink {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    text-align: center;
  }
  .childlink > i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .childlink.active > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sub-menu {
    width: 100%;
    position: initial;
    border: none;
    display: none;
  }
  .sub-menu .sub-menu {
    position: initial;
  }
  .main-menu li .sub-menu a {
    padding: 15px 25px;
    color: #000000;
  }
  .main-menu li .sub-menu li.current-menu-item a {
    color: #51859a;
  }
  .btn-wrapper > a {
    float: none;
  }
  .btn-wrapper {
    margin-top: 15px;
  }
  .main-header:before {
    content: none;
  }
  .main-header > .header-right {
    display: none;
  }
  .main-banner:before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.35);
  }

  .team-section-single .element-image {
    height: 345px;
  }
  .team-section-single {
    width: 50%;
    margin-bottom: 30px;
  }
  .know-more-about {
    padding: 35px 0px;
  }
  .know-more-about h3 {
    margin: 10px 0px 20px;
  }
  .know-more-about .container {
    display: block;
    text-align: center;
  }
  .know-more-about .team-next-btn,
  .know-more-about .what-next-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fancybox-content {
    padding: 30px 30px 28px;
    max-width: 680px;
  }
  .custom-form-style
    .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .custom-form-style .gform_wrapper select {
    height: 45px;
    padding: 7px 15px !important;
  }
  .custom-form-style .gform_wrapper textarea {
    padding: 7px 15px !important;
  }
  .custom-form-style .gform_wrapper select {
    background-position: top 17px right 15px;
  }
  .custom-form-style .gform_wrapper .gform_footer input[type="submit"] {
    width: 200px;
    height: 60px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 22px;
    top: 22px;
  }

  /* about us page */
  .about-head {
    padding: 50px 0px 20px;
  }
  .about-head .who-we-are {
    padding: 0px 0px 30px;
  }
  .mission-vision .col-3 {
    width: 100%;
  }
  .mission-vision-image {
    float: none;
  }
  .mission-vision-info {
    margin: 0px;
  }
  .mission-vision-wrap {
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
    display: block;
  }
  .mission-vision {
    padding: 50px 0px 10px;
  }
  .mission-vision .center-title {
    margin-bottom: 30px;
  }
  .who-we-are-about .col-3:first-child {
    width: 100%;
  }
  .who-we-are-about .col-3 {
    width: 50%;
  }

  /* project page */
  .project-main-slider img {
    height: 350px;
  }
  .project-tabbing-ul li a {
    width: 120px;
  }
  .project-tabbing-ul h3 {
    letter-spacing: 2px;
  }
  .project-introduction {
    padding: 70px 0px 70px;
  }
  .project-intro .custom-title {
    width: 100%;
  }
  .project-intro .project-description {
    width: 100%;
    padding: 0px;
  }
  .get-started-section .btn-wrapper > a {
    min-width: auto;
    padding: 10px 15px;
  }
  .get-started-section .btn-wrapper {
    margin-top: 0px;
  }
  .features-section .features-left {
    width: 100%;
    padding-right: 0px;
  }
  .features-list {
    margin-top: 20px;
  }
  .features-list .custom-btn {
    margin-top: 30px;
  }
  .features-section .features-right {
    width: 100%;
    margin-top: 20px;
  }
  .features-right img {
    width: calc(50% - 10px);
  }
  .features-right img:nth-child(2) {
    width: 50%;
  }
  .features-section {
    padding: 70px 0px 70px;
  }
  .location-title {
    display: block;
  }
  .map-content iframe {
    height: 350px;
  }
  .neighborhood-guide-wrap {
    padding: 40px 25px 40px;
  }
  .gallary-content h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .gallary-section {
    padding-bottom: 50px;
  }

  .facility-image {
    width: 270px;
    height: 250px;
    min-width: 270px;
  }
  .facility-list .facility-content:nth-child(even) .facility-info {
    margin-right: 40px;
  }
  .nb-guide-content {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .nb-guide-image {
    width: 150px;
    height: 160px;
  }
  .nb-guide-content h4 {
    margin-bottom: 10px;
  }
  .get-direction-btn {
    width: auto;
    height: auto;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
  }
  .nb-guide-distance {
    margin-bottom: 20px;
  }
  .gallery-wrap .gallery-single img,
  .gallery-wrap .gallery-single video {
    height: 220px;
  }
  .gallery-section-bottom {
    padding-bottom: 70px;
  }
  .company-timeline {
    padding: 70px 0px 0px;
  }
  .alf-col-year img {
    margin-left: 115px;
  }
  .company-timeline-content:before {
    left: 115px;
  }
  .what-we-video video {
    max-height: 515px;
    width: 100%;
    height: auto;
  }

  .master-plan .tabbing-ul li {
    font-size: 16px;
    letter-spacing: 0px;
    white-space: nowrap;
  }
  .master-plan .tabbing-ul li,
  .master-plan .tabbing-ul li.current {
    padding: 26px 11px 26px;
  }
  .send-cv-section {
    padding: 70px 0px 70px;
  }
  .contact-page {
    padding: 70px 0px 50px;
  }
  .contact-form {
    padding: 40px 50px 50px;
  }
  .news-wrap-left {
    width: 100%;
    margin: 0px;
  }
  .latest-press-container {
    display: block;
  }
  .press-wrap-right {
    width: 100%;
  }
  .latest-press-wrapper {
    padding-top: 70px;
  }
  .more-news .latest-news-info small {
    display: inline-block;
    vertical-align: top;
  }

  .media-centre-single {
    padding: 70px 0px 30px;
  }
  .media-sidebar {
    padding: 15px 15px 40px;
  }
  .media-sidebar .latest-news-content {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .media-sidebar .latest-news-content h3 {
    font-size: 20px;
  }
  .project-wrap {
    padding-bottom: 40px;
  }

  .neighborhood-guide-list.arrow-top-style .slick-arrow {
    top: -60px;
  }
  .error-404,
  .search .site-main,
  .page-template-default .site-main {
    padding: 70px 0px;
  }

  /* popup design */
  .fancybox-inner {
    padding: 20px;
    top: 80px;
    left: 10px;
    right: 10px;
  }
  .fancybox-slide.fancybox-slide--image {
    padding: 10px !important;
  }
  .gallery-fancy .fancybox-navigation .fancybox-button {
    bottom: 10px;
    top: initial;
    right: 10px;
  }
  .gallery-fancy .fancybox-navigation .fancybox-button--arrow_left {
    right: 60px;
  }
  .gallery-fancy .fancybox-toolbar > button.fancybox-button--close {
    top: 0px;
    margin-right: 10px;
  }
  .gallery-fancy .fancybox-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar .main-header {
    top: 46px;
  }
  .logged-in.admin-bar .main-header.scrolled {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .sub-banner h1 {
    font-size: 60px;
  }
  /* menu start */
  .header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0px;
  }
  .header > .container {
    position: relative;
    padding: 15px 15px;
  }
  .logo {
    display: block;
    max-width: 170px;
    margin-top: 9px;
  }
  .header a.logo {
    margin-top: 0px;
  }
  .header-right .btn-wrapper > a {
    padding: 10px 15px;
  }

  .main-banner {
    min-height: auto;
    padding: 150px 0px 100px;
  }
  .main-banner-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .main-banner-content {
    font-size: 20px;
  }
  .main-banner-slider {
    padding: 0px 10px;
  }
  .main-banner-slider .slick-arrow {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .main-banner-slider .slick-prev {
    left: -15px;
  }
  .main-banner-slider .slick-next {
    right: -15px;
  }
  .featured-project-content img {
    height: 350px;
  }
  .custom-title h2 {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .custom-title {
    display: block;
  }
  .custom-title h2:before {
    margin-right: 15px;
  }
  .featured-project-content ul.slick-dots li button {
    width: 50px;
  }
  .custom-title .more-button {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .col-50,
  .col-three {
    width: 100%;
  }
  .latest-news-content {
    margin-bottom: 20px;
  }
  .footer-main .newsletter-wrap {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .year-count {
    max-width: 100%;
    font-size: 288px;
    line-height: 193px;
  }
  .year-count-wrap {
    margin-bottom: 40px;
  }
  .footer-top-description h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: initial;
    margin-top: 20px;
  }
  .footer-links .quick-link-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .footer-links a {
    font-size: 18px;
    line-height: 36px;
  }
  .copyright-text {
    font-size: 18px;
    line-height: 24px;
  }
  body {
    font-size: 18px;
  }
  .completed-projects-info {
    padding: 20px;
  }
  .year-count-wrap p {
    display: block;
  }
  .year-count {
    float: none;
  }
  .footer-links .quick-links {
    width: 100%;
  }
  .counter-wrap h3 {
    margin-bottom: 10px;
  }
  .counter-wrap ul li,
  .counter-wrap ul li:nth-last-child(2) {
    width: 50%;
    float: left;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .company-overview {
    padding: 32px 0px 20px;
  }
  .newsletter-wrap .widget_text {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 310px;
  }
  html #wpadminbar {
    overflow: hidden;
  }

  /* project page */
  .sub-banner {
    height: 250px;
    padding: 100px 0px 50px;
  }
  .introduction-title {
    padding: 50px 0px 30px;
  }
  .project-cat ul li a {
    padding: 10px 15px;
  }
  .project-cat {
    padding: 30px 0px;
  }
  .projects-info-wrap {
    width: 100%;
  }
  .pagination-section ul li > a,
  .pagination-section ul li > span {
    width: 40px;
    height: 40px;
  }
  .pagination-section {
    margin: 20px 0px 50px;
  }

  .team-section-single .element-image {
    height: auto;
  }
  .team-section-single h4 {
    font-size: 20px;
  }
  .team-section-single .element-desc {
    padding: 15px 0px;
  }
  .know-more-about h3 {
    font-size: 28px;
  }

  /* project page */
  .col-3 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .about-head .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
  }
  .who-we-content p {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .our-team-slider .slick-arrow.slick-prev,
  .our-team-slider .slick-arrow.slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .who-we-are-about {
    padding: 0px 0px 40px;
  }
  .chairman-message {
    padding: 50px 0px 50px;
  }
  .team-section-single {
    width: 100%;
  }
  .what-we-do {
    padding: 45px 0px 5px;
  }
  .what-we-do .team-section-single .element-desc {
    padding: 20px 0px;
    line-height: 24px;
  }
  .what-we-do .team-section-single .element-desc .custom-btn {
    margin-top: 20px;
  }
  .chairman-content p,
  .who-we-are p {
    line-height: 24px;
  }
  .who-we-are-about .col-3 {
    width: 100%;
    text-align: center;
  }
  .who-we-are-about .col-3:first-child {
    text-align: left;
  }
  .completed-projects-wrap .slick-next,
  .completed-projects-wrap .slick-prev,
  .our-team-slider .slick-next,
  .our-team-slider .slick-prev {
    height: 32px;
    width: 32px;
  }
  .facilities-amenities,
  .project-updates,
  .layout-section,
  .features-section {
    padding: 50px 0px 50px;
  }
  .facilities-amenities .custom-title {
    margin-bottom: 30px;
  }

  .get-started-section {
    text-align: center;
  }
  .get-started-section .btn-wrapper {
    width: 100%;
    position: initial;
    padding: 0px;
  }
  .get-started-section .btn-wrapper > a {
    font-size: 14px;
  }
  .get-started-section .btn-wrapper .clsoe-get-started {
    right: 5px;
    top: 2px;
  }
  .get-started-section .custom-title {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .features-listing .col-three {
    width: 50%;
  }
  .features-listing .col-three:nth-child(3n + 1) {
    clear: initial;
  }
  .features-listing .col-three:nth-child(2n + 1) {
    clear: left;
  }

  .facility-image {
    width: 270px;
    height: 250px;
    min-width: 270px;
  }
  .facility-list .facility-content:nth-child(even) .facility-info {
    margin-right: 40px;
  }
  .project-introduction {
    padding: 50px 0px;
  }
  .facility-content {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .facility-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none;
  }
  .facility-info {
    margin: 0px;
  }
  .facility-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .facility-list-wrap,
  .gallery-section-bottom {
    padding-bottom: 50px;
  }
  .arrow-top-style {
    position: relative;
    padding-top: 50px !important;
  }
  .arrow-top-style .slick-arrow.slick-prev,
  .arrow-top-style .slick-arrow.slick-next {
    position: absolute;
    top: 0px;
  }
  .location-tab-content .map-section {
    padding-top: 50px;
  }
  .nb-guide-content > * {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .nb-guide-image {
    height: auto;
  }
  .nb-guide-content h4 {
    margin-bottom: 0px;
  }
  .get-direction-btn {
    margin-top: 10px;
  }
  .neighborhood-guide-wrap.nb-guide-wrap {
    margin-bottom: 50px;
  }
  .neighborhood-guide-list.arrow-top-style .slick-arrow {
    top: 0;
  }
  .gallary-section .gallary-wrap .col-three {
    width: 50%;
  }
  .gallery-section-top {
    padding-top: 50px;
  }

  .gallery-wrap .gallery-single {
    width: 50%;
  }
  .gallery-section-top .project-cat ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    margin-bottom: 10px;
  }
  .photos-videos .project-cat ul li:last-child button {
    padding: 10px 40px;
  }

  .project-tabbing-ul {
    width: 100%;
  }
  .project-tabbing-ul h3 {
    margin: 0px;
    text-align: left;
  }
  .project-tabbing-ul li {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .project-tabbing-ul li a {
    width: 100%;
    display: flex;
    height: 60px;
  }
  .project-tabbing-icon {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .project-tabbing-icon .project-tab-img {
    height: auto;
    min-width: 60px;
  }
  .project-tabbing-icon .project-tab-img img {
    vertical-align: top;
  }
  .company-timeline {
    padding: 50px 0px 0px;
  }

  .alf-col-year img {
    display: none;
  }
  .company-timeline-content:before {
    content: none;
  }
  .alf-col-year {
    margin-bottom: 15px;
  }
  .alf-col-year h4 {
    padding: 0px 10px 10px 10px;
  }
  .alf-col-image {
    margin-bottom: 15px;
  }
  .alf-col-text p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .alf-col-text hr {
    margin: 20px 0px 15px;
  }
  .company-timeline-content .alf-history-section {
    margin-bottom: 20px;
  }
  .what-we-do-list {
    padding: 50px 0px 30px;
  }
  .about-head img {
    height: auto;
  }

  .master-plan .tabbing-ul {
    display: inline-block;
    width: 100%;
  }
  .master-plan .tabbing-ul li,
  .master-plan .tabbing-ul li.current {
    padding: 12px 10px;
  }
  .master-plan-content-top {
    margin-bottom: 0px;
  }
  .master-plan-content .master-close {
    height: 50px;
    width: 50px;
    top: -50px;
  }

  .mobile-hidden {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  .send-cv-section {
    padding: 50px 0px 50px;
  }
  .alf-cv-content strong {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .alf-cv-content {
    margin-bottom: 30px;
  }
  .send-cv-section .custom-form-style {
    padding: 6px 15px 20px;
  }
  .ginput_recaptcha > div {
    max-width: 100%;
    transform: scale(0.8);
    margin-left: -24px;
  }
  .ginput_recaptcha {
    text-align: left;
  }
  .ginput_recaptcha > div:before {
    content: none;
  }
  .contact-form {
    padding: 40px 15px 10px;
  }
  .contact-page {
    padding: 50px 0px 50px;
  }
  .contact-map iframe {
    height: auto;
    min-height: 300px;
  }

  /* media-center page */
  .latest-press-wrapper.clearfix {
    padding-top: 50px;
  }
  .latest-press-container .latest-news-wrap .latest-news-content-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .latest-press-container .latest-news-wrap .latest-news-content {
    display: flex;
    flex-wrap: wrap;
  }
  .latest-press-container
    .latest-news-wrap
    .latest-news-content
    .latest-news-content-image {
    order: -1;
    margin-bottom: 15px;
    width: auto;
  }
  .press-wrap-right {
    padding: 15px;
  }
  .press-release-slider {
    padding-top: 30px;
  }
  .press-release-slider .slick-arrow {
    top: -11px;
  }
  .news-wrap-left {
    padding: 0px;
  }
  .latest-news-content-image img {
    height: auto;
  }
  .latest-news-wrap {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .more-news .latest-news-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .more-news .latest-news-content h3 {
    margin-bottom: 5px;
  }
  .more-news .latest-news-content:last-child {
    margin-bottom: 0px;
  }
  .press-release-slider img {
    height: auto;
  }
  .blogs-section {
    padding: 50px 0px 0px;
  }

  .media-content-wrap p {
    line-height: 24px;
  }
  .media-centre-single {
    padding: 50px 0px 30px;
  }
  .media-content-wrap .lgc-first .inside-grid-column,
  .media-content-wrap .lgc-last .inside-grid-column {
    padding: 0px;
  }
  .media-content p {
    margin-bottom: 15px;
  }
  .media-content-wrap .lgc-column + p {
    margin-top: 0px;
  }
  .media-content-wrap hr {
    margin-bottom: 30px;
  }
  .project-wrap {
    padding-bottom: 20px;
  }

  form.search-form .search-submit {
    position: initial;
    margin-top: 15px;
    min-width: 150px;
  }
  form.search-form {
    text-align: center;
  }
  .error-404,
  .search .site-main,
  .page-template-default .site-main {
    padding: 50px 0px;
  }
  h1.page-title {
    font-size: 30px;
  }
  h2.entry-title {
    font-size: 24px;
    line-height: initial;
  }
  /* hijas */

  .year-count {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.2;
  }
  .latest-news-wrap .row {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-title {
    display: flex;
    justify-content: space-between;
  }
  body,
  section {
    overflow-x: hidden;
  }
  .main-banner-slider {
    padding: 0;
  }
  .footer2 .col-md-3 {
    margin-bottom: 60px;
  }
  .main-header li.current-menu-item:after {
    content: "";
    position: absolute;
    background: #51859a;
    width: 20% !important;
    height: 4px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
  }
  .main-menu ul {
    width: 100%;
    margin-bottom: 40px;
  }
  li > a {
    padding: 10px 5px;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
  }
  .copyright-text .container {
    flex-wrap: wrap;
  }
  .footer-bottom {
    width: 100%;
  }
  .main-menu > ul > li > a {
    padding: 20px 15px;
  }
  .project-cat ul {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    align-items: center;
  }
  .project-cat ul li a {
    padding: 10px 5px;
    font-size: 13px !important;
  }
  section.project-tabbing.affix {
    position: static;
  }
  .project-tabbing-ul {
    flex-wrap: wrap;
  }
  .project-tabbing-ul li {
    width: 50%;
  }
  .project-tabbing-ul h3 {
    margin: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .project-tabbing-icon {
    display: block;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .affixContent {
    margin-top: 0 !important;
  }
  .affix .project-tab-img {
    width: auto;
    height: auto !important;
    margin-top: auto !important;
  }
  html body .project-tabbing-icon .project-tab-img {
    height: auto !important;
  }
  .project-introduction {
    padding-bottom: 15px !important;
  }
  .affixContent .features-section .features-listing {
    flex-wrap: wrap;
  }

  .arrow-top-style .slick-arrow.slick-prev,
  .arrow-top-style .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    background: #fff;
  }
  .arrow-top-style {
    padding-top: 0px !important;
  }
  .features-listing .col-4 {
    flex-basis: 50% !important;
  }
  .gallery-section-top .clearfix {

    flex-direction: column;
}
.project-cat a, .project-cat button {
  line-height: 1.2;
}
div#book_a_tour0, div#enquire_now1{
  background-image: none;
}
.who-we-are-about .col-3 img{
  width: 100%;
  margin-bottom: 20px;
}
.sub-banner h1 {
  font-size: 30px;
}
article {
  padding-top: 50px;
}
}
@media screen and (max-width: 640px) {
  .fancybox-content {
    padding: 20px 15px 28px;
  }
  .custom-form-style .gform_wrapper ul.gform_fields {
    margin-right: 0px !important;
  }
  .layout-slider-wrap .layout-content {
    width: 100%;
  }
  .layout-slider-wrap .layout-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .project-introduction {
    padding: 50px 0px;
  }
  .project-intro .project-description {
    line-height: 28px;
  }
  .project-introduction video {
    height: auto;
  }
  .project-main-info {
    bottom: 20px;
  }
  .project-main-info h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .features-right img,
  .features-two-images .features-right img:nth-child(2) {
    height: 200px;
  }
  .features-right img:nth-child(2) {
    height: 410px;
  }
  .facilities-amenities-slide h3 {
    text-align: center;
    font-size: 18px;
    height: 80px;
  }
  .facilities-amenities-slider img {
    height: 350px;
  }
  .neighborhood-guide-wrap {
    padding: 40px 15px 40px;
  }

  .features-listing .col-three {
    width: 100%;
  }
  .features-listing-image {
    margin-bottom: 15px;
  }
  .project-introduction .project-intro {
    padding-bottom: 30px;
  }
  .features-listing-single {
    margin-bottom: 40px;
  }
  .features-listing .col-three:nth-last-child(2) .features-listing-single,
  .features-listing .col-three:nth-last-child(3) .features-listing-single {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .counter-wrap ul li,
  .counter-wrap ul li:nth-last-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-top-description h4 {
    font-size: 20px;
  }
  .footer-top-description h2 {
    font-size: 26px;
  }
  .footer-top {
    padding: 50px 0px 50px;
  }
  .project-image {
    height: 280px;
  }
  .team-section-single {
    width: 100%;
  }
  .project-cat ul li button,
  .photos-videos .project-cat ul li:last-child button {
    padding: 10px 10px;
  }
  .button-group .project-cat {
    margin-top: 20px;
  }
  .team-section-single {
    width: 100%;
  }
  .team-section {
    padding: 50px 0px 20px;
  }
  .gallery-section-top .project-cat ul li {
    width: 50%;
  }
  .gallery-wrap .gallery-single {
    width: 100%;
  }
  .gallery-wrap .gallery-single img,
  .gallery-wrap .gallery-single video {
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .project-cat ul li a {
    padding: 10px 5px;
    font-size: 11px;
  }
  .gallary-section .gallary-wrap .col-three {
    width: 100%;
  }
  .gallary-content img {
    width: 100%;
  }
  .get-started-section .btn-wrapper > a {
    padding: 10px;
    letter-spacing: 0px;
    font-size: 13px;
  }
}

/*11-07-2019*/

body .modal-open {
  margin-right: 0;
}
.wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}
section {
  display: block;
}
/* .slick-slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  outline: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: left!important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  margin-top: -17.5px;
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 0;
  text-index: -9999;
  cursor: pointer;
}
.slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 14px;
}
.slick-arrow.slick-prev {
  left: -5%;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -5% !important;
}
.slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-arrow.slick-disabled {
  display: none;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  font-size: 30px;
  color: #acabae;
  cursor: pointer;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  top: 50%;
}
.slick-slider * {
  outline: none;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.slick-dots {
  text-align: center;
  padding: 10px 0 0;
}
ul.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
ul.slick-dots li button {
  display: inline-block;
  background: #a1a1a1;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  text-index: -9999;
  cursor: pointer;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
  background: #fbb314;
}

/* .slick-slider-end */

/* HIJAS */

.main-banner-content a:after {
  content: "";
  background: #fff;
  width: calc(100% + 50px);
  height: 2px;
  position: absolute;
  left: -25px;
  bottom: -3px;
  z-index: -2;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.main-banner-content a:hover {
  text-decoration: none;
}
.main-banner-content a:hover:after {
  height: calc(100% + 20px);
}

.latest-news-wrap .row {
  display: flex;
}

.latest-news-wrap .row .latest-news-content {
  height: 100%;
}

/* HIJAS */

div#map-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background: rgba(0, 0, 0, 0.01);
  margin-bottom: 0;
  padding: 60px 0;
}
.map-box .sub-menus li a:after {
  display: none;
}
span.m-name br {
  display: none;
}
div#map-box .container {
  width: 100%;
}

/*20-1ug-2019*/

.affix .project-tabbing-ul li.current:after {
  background-color: #51859a;
  width: 100%;
  height: calc(100% + 20px);
  left: 0;
  content: "";
  position: absolute;
  top: -10px;
  z-index: -1;
}

section.project-tabbing.affix {
  width: 100%;
  background: #fff;
  top: 0px;
  z-index: 8;
  padding: 10px 0 !important;
}
.project-main-wrapper {
  margin-top: 0;
  /* transition: all 0.5s ease-in-out; */
}
.affixContent {
  margin-top: 173px;
}
.project-tabbing-ul li a {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.affix .project-tabbing-ul li a {
  height: 50px !important;
}
.toSection:focus,
.toSection:hover {
  outline: none;
  text-decoration: none;
}
.project-tab-img {
  width: 23px;
  margin: 0 auto;
  height: 3;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.affix .project-tab-img {
  width: 23px;
  margin: 0 auto;
  height: 19px !important;
  margin-top: 6px !important;
}
.affix .project-tabbing-ul h3 {
  margin-bottom: 10px;
}

.caption-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}

.main-banner {
  overflow: hidden;
  height: 100vh;
  padding: 0;
}

.main-header {
  transition: all 0.1s ease-in-out;
}

.slick-slide {
  position: relative;
}
.main-banner .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.footer-bottom a {
  color: orange;
}

.banner-image {
  height: 100vh;
  object-fit: cover;
  width: 115%;
  -webkit-animation: kenburns 120s infinite linear;
  -moz-animation: kenburns 120s infinite linear;
  animation: kenburns 120s infinite linear;
  margin-left: -50px;
}
.main-banner-content {
  position: relative;
}
.main-banner-content:before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10;
  width: 100%;
}

a:focus {
  outline: none;
}

.caption-banner h2 {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-family: "Karbon-Thin";
}
.caption-banner p {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  margin-bottom: 20px;
  font-family: "Karbon Light";
  font-size: 20px;
}

li.current-menu-item {
  position: relative;
}

.main-header li.current-menu-item:after {
  content: "";
  position: absolute;
  background: #51859a;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -20px;
}

.caption-banner a {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slick-active .caption-banner h2 {
  opacity: 1;
  transform: translateY(0%);
}
.slick-active .caption-banner p {
  opacity: 1;
  transform: translateY(0%);
}
.slick-active .caption-banner a {
  opacity: 1;
  transform: translateY(0%);
}

@keyframes kenburns {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
  }
  50% {
    transform: scale(1.4) translate(15%, 0);
  }
  100% {
    transform: scale(1) rotate(0deg) translate(0, 0);
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1070px;
  }
}
.sub-menus {
  padding: 20px 0 30px 0;
}
.sub-menus.inner-sub .nav li a {
  max-width: 115px;
  min-width: 115px;
}
.sub-menus .nav {
  text-align: center;
  display: flex;
}
.sub-menus .nav li {
  display: inline-block;
  float: none;
  position: relative;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .sub-menus .nav li a {
    margin-right: 19px;
  }
}
.sub-menus .nav li a:hover,
.sub-menus .nav li a.nav-path-selected {
  background-color: transparent;
  color: #809ab3;
}
.sub-menus .nav li a span.icon-plus {
  color: #809ab3;
  position: absolute;
  right: 0;
  font-size: 15px;
  bottom: 13px;
}
.map-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .map-box {
    margin-bottom: 10px;
  }
}
.map-box .map-wrapper {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .map-box .map-wrapper {
    height: 550px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .map-box .map-wrapper {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 640px) {
  .map-box .map-wrapper {
    height: 250px;
  }
}
.map-box .sub-menus {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
@media screen and (max-width: 640px) {
  .map-box .sub-menus .nav li a {
    min-width: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .map-box .sub-menus .owl-next {
    right: 0;
  }
  .map-box .sub-menus .owl-prev {
    display: block;
    position: absolute;
    top: 40%;
  }
}
.map-box.animate .map-image {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .map-box.animate .map-image {
    opacity: 1;
    visibility: visible;
  }
}
.map-box .map-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .map-box .map-image {
    height: 450px;
  }
  div#map-box {
    padding: 0px;
  }
}
@media screen and (max-width: 992px) and (max-width: 640px) {
  .map-box .map-image {
    height: 350px;
  }
}
@media screen and (max-width: 992px) and (max-width: 640px) and (max-width: 460px) {
  .map-box .map-image {
    height: 250px;
  }
}
.map-box .map-image img {
  max-width: 100%;
  height: auto;
}
.map-box .map-image .map {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 26px;
  width: 100%;
}
.map-box .map-image .map.active {
  opacity: 1;
}
.map-box.animate .nav li {
  pointer-events: none;
}
.map-box .video-container {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .map-box .video-container {
    display: none;
  }
}
.map-box .video-container video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.map-box .video-container video.active {
  opacity: 1;
}
.map-box .video-container video.finished {
  visibility: hidden;
}
.map-box .video-container video#intro {
  position: relative;
  height: 550px;
}
.map-box .sub-menus li {
  display: inline-block;
  float: left;
  width: 20%;
}

.map-box .map-wrapper {
  background: #fff;
}
.map-box .sub-menus .nav li a {
  font-size: 16px;
  line-height: 23px;
  padding: 20px;
  display: inline-block;
  background: #fff;
  color: #000;
  width: 100%;
}
.map-box .sub-menus .nav li.active a {
  display: inline-block;
  background: #51859a;
}
@media screen and (max-width: 992px) {
  .map-box .sub-menus li {
    padding: 3px;
  }
  .map-box .sub-menus .nav li a {
    font-size: 15px;
    padding: 13px;
  }
}
@media screen and (max-width: 992px) and (min-width: 640px) {
  .map-box .sub-menus li {
    padding: 7px 5px;
  }
  .map-box .sub-menus li.active.rec-tab {
    background-color: transparent;
  }
}

.map-box .sub-menus li.active span,
.map-box .sub-menus li.active span.icon-plus {
  color: #fff;
}
.map-box .sub-menus li a {
  margin-right: 0;
  padding-left: 0;
}
.map-box .sub-menus li.active a:after {
  color: #fff;
}
.sub-menus .nav * {
  outline: none;
}

@media screen and (max-width: 640px) {
  .map-box .sub-menus li a {
    display: block;
    padding-bottom: 7px;
  }
  .map-box .map-image .slick-active .map {
    opacity: 1;
    position: unset;
  }
  .map-box .sub-menus li a:after {
    font-size: 32px;
  }
  span.m-name br {
    display: block;
  }
  .map-box .sub-menus li {
    padding: 7px 3px;
  }
  .slick-slide.slick-current.slick-active li a {
    background-color: #51859a;
    color: #fff;
  }
  .map-box .sub-menus .nav li a {
    line-height: 18px;
  }
  div#map-box {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 320px) {
  .map-box .map-wrapper {
    height: 167px;
  }
}

.features-listing {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}

.features-listing .col-4 {
  align-self: flex-start;
  flex: 1;
  flex-basis: 33%;
  margin-bottom: 30px;
}

.mouse {
  height: 50px;
  width: 35px;
  border-radius: 14px;
  border: 2px solid #fff;
}
.mouse:after {
  content: "";
  display: block;
  height: 8px;
  width: 2px;
  margin: 10px auto;
  background: #fff;
  position: relative;
  -webkit-animation: a 1.2s ease infinite;
  animation: a 1.2s ease infinite;
}
.arrow-scroll {
  width: 35px;
  margin-top: 10px;
}
.arrow-scroll > span {
  font-family: Arial, sans-serif;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 5px auto 3px;
  -webkit-animation: b 1s infinite;
  animation: b 1s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.arrow-scroll > span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.arrow-scroll > span:last-child {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes a {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes a {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes b {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.mouse-wrap {
  position: absolute;
  top: calc(100% - 120px);
  z-index: 8;
}
.project_tab.tab-content {
  display: block;
}

#tabs {
  width: 100%;
  height: 30px;
}
#tabs li {
}
.pr_container {
  clear: both;
  width: 100%;
}
.pr_container ul {
  margin-left: 25px;
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
}
.pr_container li {
  padding-bottom: 5px;
  margin-left: 5px;
}
.footer2 {
  padding: 40px 0;
  font-size: 15px;
}
.footer2 strong {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-family: "Karbon Semibold";
}
.footer2 ul.list-1 {
  margin-top: 10px;
}

.footer2 ul.menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hij-newsletter input,
.form-inline .form-group {
  width: 100%;
  height: 50px;
}
.hij-newsletter .gform_footer input {
  background-color: #51859a;
  color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 26px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  margin-top: 10px;
}

.gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper .gform_footer {
  padding: 0px 0 0px;
}

/* timline */ /* timline */ /* timline */ /* timline */
/* timline */
/* timline */
v
/* timline */
/* timline */
/* timline */
/* timline */
/* timline */
/* timline */
/* timline */
/* timline */

/* timline */
/* timline */
section.timeline-carousel {
  overflow: hidden;
}
.timeline-carousel {
  margin: 0;
  font-weight: 400;
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}

.timeline-carousel__item-wrapper.slick-initialized.slick-slider.slick-dotted {
  margin-top: 30px;
}

.timeline-carousel:after,
.timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #323232;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
  display: none;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: #000;
  font-weight: 700;
}
.timeline-carousel p {
  color: #000;
  font-weight: 300;
}

.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  display: table;
  letter-spacing: -1px;
  padding-right: 0;
  z-index: 1;
  position: relative;
  width: calc(100% - 31px);
  font-weight: 900;
  margin-bottom: 50px;
  text-align: center;
}

.slick-track:before {
  display: table;
  content: "";
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 89px;
}

.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  /* top: 0; */
  height: 10px;
  width: 10px;
  z-index: 3;
  background: #51859a;
  border-radius: 100%;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-carousel__item-inner .month {
  font-size: 20px;
  text-transform: uppercase;
  color: #51859a;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  padding-right: 15px;
  margin-top: 20px;
}

.milestone {
  background: #fff;
  width: calc(100% - 30px);
  padding: 15px;
  margin-bottom: 30px;
}

.milestone ul li {
  font-size: 16px;
  margin-left: 15px;
  list-style: circle;
  margin-bottom: 5px;
}
.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: #000;

  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #da6a10;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #da6a10;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #da6a10;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #da6a10;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.timeline-carousel slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.timeline-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.timeline-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.timeline-carousel .slick-dots li.slick-active button {
  background: #51859a;
  border-color: #51859a;
}
.timeline-carousel .slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel .slick-dots li button:hover {
  background: #da6a10;
  border-color: #da6a10;
}
.pr_logo {
  width: 150px;
  position: absolute;
  z-index: 8;
  right: 30px;
  bottom: 0px;
}

.post-995 h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.post-995 p {
  margin-bottom: 10px;
}

.post-995 a {
  display: inline;
  margin-left: 15px;
}

.post-995 ul,
.post-995 ol {
  margin-top: 0;
  padding-left: 15px;
  margin-bottom: 10px;
}

h3.defualt_heading {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 24px;
  font-family: "Karbon Semibold";
  font-size: 20px;
  font-weight: 600;
}

ul.defualt li {
  list-style: disc;
  margin-left: 25px;
}

ul.defualt ul li {
  list-style: circle;
  margin-left: 25px;
}
.Cookie_Table tr td {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 16px;
}
.Cookie_Table tr th {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Karbon Semibold";
}
.who-we-content-page ol {
  margin-left: 25px;
}
/* arabic */
.rtl .slick-slider{direction:ltr;}
.rtl .project-intro .custom-title {
    float: right;
    width: 33.33333333333333%;
}
.rtl .project-intro .project-description {
    float: left;
    width: 66.66%;
    padding-left: 0px;
	 padding-right: 9.922px;
    line-height: 30px;
}

/* hijas */

.rtl [dir="rtl"] .slick-slide {
    float: left!important;
}

.rtl .year-count {
	font-size: 67px;
}

.rtl ul.sub-menu {
    margin-right: 0;
}


.rtl .sub-menu li a:after {

    left: 14px;
	right:auto;
    transform: scaleX(-1);
}

.rtl .project-cat ul li {
    float: right;
}

.rtl .custom-form-style {
    text-align: right;
}

.rtl .fancybox-slide--html .fancybox-close-small {
    padding: 0px;
    right: 59px;
    top: 34px;
}

.rtl .main-header {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0px 32px 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.2);
	justify-content: space-between;

}

.rtl .main-menu {
    float: right;
    display: inline-block;
    margin-left: 68px;
    margin-top: 0;
	
}
.rtl .header-left{
	margin-top:0!important;
}
.rtl ul#menu-primary-menu-arabic{
	margin: 0;
    margin-right: 50px;
}

.rtl .main-header.scrolled {
    background-color: rgba(0, 0, 0, 1)!important;
}


.rtl .who-we-are .col-50 {
float:right;
}

.rtl *{
	letter-spacing:0!important;
}

.rtl .custom-title h2:before {
    content: url(images/title-pattern.png);
    position: relative;
    top: -10px;
    margin-left: 20px;
	margin-right:0;
}