@charset "UTF-8";
@font-face {
  font-family: "ebrima";
  src: url("../fonts/Ebrima.woff2") format("woff2"), url("../fonts/Ebrima.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "ebrima", sans-serif;
  font-style: normal;
  color: #4d4d4d;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 600px) {
  body {
    padding-top: 70px;
  }
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: relative;
  background: #fff;
  font-family: "Cabin", sans-serif;
  z-index: 9999;
}
@media only screen and (max-width: 600px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
#header .top_header {
  color: #fff;
  background: #4D4D4D;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  #header .top_header {
    padding: 5px;
  }
}
#header .top_header nav {
  float: right;
}
@media only screen and (max-width: 650px) {
  #header .top_header nav {
    display: none;
  }
}
#header .top_header nav a {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  margin-left: 30px;
  color: #fff;
  font-size: 180%;
}
#header .top_header nav a:hover {
  color: #AF473C;
}
#header .top_header nav a:first-of-type {
  margin: 0;
}
#header .top_header nav a img {
  display: block;
}
#header .top_header nav a img.icn {
  float: left;
}
#header .top_header nav a.tel img {
  padding: 3px 20px 0 0;
}
#header .top_header nav a.email img {
  padding: 5px 20px 0 0;
}
#header .bottom_header {
  padding: 30px 20px;
}
@media only screen and (max-width: 600px) {
  #header .bottom_header {
    padding: 0 20px;
    height: 60px;
  }
}
#header .bottom_header #logo {
  display: block;
  float: left;
  width: 472px;
  height: 48px;
}
#header .bottom_header #logo img {
  display: block;
}
@media only screen and (max-width: 600px) {
  #header .bottom_header #logo {
    max-width: 220px;
    height: auto;
    margin-top: 18px;
  }
  #header .bottom_header #logo img {
    width: 100%;
    height: auto;
  }
}
#header .bottom_header nav {
  float: right;
  padding-top: 16px;
}
@media only screen and (max-width: 1100px) {
  #header .bottom_header nav {
    display: none;
  }
}
#header .bottom_header nav a {
  display: block;
  float: left;
  font-size: 180%;
  color: #4D4D4D;
  padding-left: 24px;
}
@media only screen and (max-width: 1450px) {
  #header .bottom_header nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1250px) {
  #header .bottom_header nav a {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  #header .bottom_header nav a {
    font-size: 12px;
  }
}
#header .bottom_header nav a:first-of-type {
  padding: 0;
}
#header .bottom_header nav a:hover {
  color: #AF473C;
}

.page-about #nav_about,
.page-the-team #nav_team,
.page-services #nav_ser,
.page-our-work #nav_work,
.page-asset-management #nav_ass,
.page-development #nav_dev,
.page-contact #nav_con {
  color: #AF473C !important;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  display: none;
  margin-top: 5px;
}
@media only screen and (max-width: 1100px) {
  #nav-toggle {
    display: block;
    float: right;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    width: 48px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 600px) {
  #nav-toggle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  #nav-toggle #nav-burger {
    width: 39px;
    height: 35px;
    position: relative;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*OPEN*/
  }
  #nav-toggle #nav-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #AF473C;
    opacity: 1;
    left: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-toggle #nav-burger span:nth-child(1) {
    top: 5px;
  }
  #nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
    top: 16px;
  }
  #nav-toggle #nav-burger span:nth-child(4) {
    top: 26px;
  }
  #nav-toggle #nav-burger:hover span {
    background: #000;
  }
  #nav-toggle #nav-burger.open span {
    background: #000;
  }
  #nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #nav-toggle #nav-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-toggle #nav-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*
----------------------------
=	MOBILE NAV
----------------------------
*/
#mobile_nav {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #mobile_nav {
    display: block;
    position: fixed;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100vh;
    background: #AF473C;
    background-size: contain;
    z-index: 99;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #mobile_nav.active {
    left: 0;
  }
  #mobile_nav .mob_inner {
    height: 80%;
    overflow-y: scroll;
    padding: 200px 20px 20px 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 600px) {
  #mobile_nav .mob_inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  #mobile_nav a,
#mobile_nav .serve_title {
    display: block;
    color: #fff;
    font-size: 180%;
    padding: 14px 0;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #mobile_nav a:hover,
#mobile_nav .serve_title:hover {
    color: #000;
  }
}
@media only screen and (max-width: 1100px) {
  #mobile_nav .sub_navs nav {
    display: none;
  }
  #mobile_nav .sub_navs nav a {
    font-weight: 400;
    padding: 10px;
    border: none;
  }
}

/*
---------------------------------------------------------------------------
=	HOMEPAGE
---------------------------------------------------------------------------
*/
.hero {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  .hero {
    margin-bottom: 20px;
  }
}
.page-about .hero, .page-the-team .hero, .page-our-work .hero .page-contact .hero {
  margin-bottom: 0;
}
.hero .page_bg_hero {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .hero .page_bg_hero {
    width: 100%;
  }
}
.hero:before {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(0, -50%);
  width: 50%;
  height: 180%;
  content: "";
  background: white;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .hero:before {
    border-radius: 0 100% 100% 0;
  }
}
@media only screen and (max-width: 1350px) {
  .hero:before {
    width: 60%;
  }
}
@media only screen and (max-width: 750px) {
  .hero:before {
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    left: 0;
  }
}
.home .hero:before {
  height: 120%;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 1350px) {
  .home .hero:before {
    height: 200%;
  }
}
.hero .hero_content {
  position: relative;
  padding: 60px 0;
  width: 100%;
  color: #4D4D4D;
  z-index: 10;
}
@media only screen and (min-width: 1351px) {
  .hero .hero_content {
    max-width: 480px;
  }
  .home .hero .hero_content {
    padding: 170px 0;
  }
}
@media only screen and (max-width: 1350px) {
  .hero .hero_content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .hero .hero_content {
    max-width: 100%;
  }
}
.hero .hero_content h1 {
  font-size: 550%;
  line-height: 67px;
  margin-bottom: 50px;
  color: #AF473C;
}
@media only screen and (max-width: 750px) {
  .hero .hero_content h1 {
    font-size: 36px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}
.home .hero .hero_content h1 {
  color: #4D4D4D;
}
.hero .hero_content .links {
  padding-top: 40px;
}
.hero .hero_content p {
  font-size: 18px;
}

/*
----------------------------
=	INTRO
----------------------------
*/
.intro {
  padding: 70px 20px;
}
.intro .wrap {
  text-align: center;
  max-width: 1200px;
}

/*
----------------------------
=	SERVICES
----------------------------
*/
.home_services {
  position: relative;
}
.home_services .mob {
  display: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .home_services .mob {
    display: block;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
}
.home_services .bg {
  position: absolute;
  height: 100%;
  width: 25%;
  top: 0;
}
.home_services .bg.img_right {
  right: 0;
}
@media only screen and (max-width: 1300px) {
  .home_services .bg {
    width: 15%;
  }
}
@media only screen and (max-width: 1000px) {
  .home_services .bg {
    display: none;
  }
}
.home_services .cols {
  width: 50%;
  background: #626E61;
  color: #fff;
  padding: 40px 36px;
  margin: 0 0 0 25%;
}
@media only screen and (max-width: 1300px) {
  .home_services .cols {
    width: 70%;
    margin: 0 15%;
  }
}
@media only screen and (max-width: 1000px) {
  .home_services .cols {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
}
.home_services .cols h3 {
  text-align: center;
  color: #fff;
}
.home_services .cols .col {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .home_services .cols .col {
    width: 100%;
  }
}
.home_services .cols .col span {
  display: block;
  font-size: 320%;
  margin-bottom: 60px;
}
.home_services .cols .col ul li {
  display: block;
  position: relative;
  font-size: 160%;
  line-height: 1.4em;
  margin-bottom: 14px;
  padding: 0 0 0 20px;
}
.home_services .cols .col ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 40px;
  content: "•";
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .home_services .cols .col.col1 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 751px) {
  .home_services .cols .col.col2 {
    text-align: right;
  }
  .home_services .cols .col.col2 li {
    padding: 0 20px 0 0;
  }
  .home_services .cols .col.col2 li:before {
    right: 0;
  }
}
.home_services .cols .btn {
  color: #fff;
  border-color: #fff;
  background: none;
}
.home_services .cols .btn:hover {
  background: #fff;
  color: #626E61;
}

/*
---------------------------------------------------------------------------
=	PAGE
---------------------------------------------------------------------------
*/
/*
----------------------------
=	CONTENT BUILDING 
----------------------------
*/
.content_blocks .content_block {
  position: relative;
  width: 100%;
  background: #F6F6F6;
  padding: 0 20px;
}
@media only screen and (min-width: 901px) {
  .content_blocks .content_block .block_img {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover !important;
  }
  .content_blocks .content_block .block_img img {
    display: none;
    border: 1px solid orange;
  }
}
@media only screen and (max-width: 900px) {
  .content_blocks .content_block .block_img {
    display: block;
    width: 100%;
    background: none;
  }
  .content_blocks .content_block .block_img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 901px) {
  .content_blocks .content_block .entry_content {
    width: 60%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .content_blocks .content_block .block_img,
.content_blocks .content_block .entry_content {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .content_blocks .content_block .block_img,
.content_blocks .content_block .entry_content {
    width: 100%;
  }
  .content_blocks .content_block .entry_content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 500px) {
  .content_blocks .content_block .entry_content {
    padding: 30px 0;
  }
}
.content_blocks .content_block.odd {
  background: #fff;
}
@media only screen and (min-width: 701px) {
  .content_blocks .content_block.odd .entry_content {
    float: right;
    padding: 40px 0 40px 20px;
  }
  .content_blocks .content_block.odd .block_img {
    left: 0;
  }
}

/*
---------------------------------------------------------------------------
=	ABOUT 
---------------------------------------------------------------------------
*/
.about_cols {
  position: relative;
  border-bottom: 40px solid #626E61;
}
@media only screen and (min-width: 1001px) {
  .about_cols {
    padding: 0 20px;
  }
  .about_cols:before {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background: #F6F6F6;
    content: "";
    z-index: 0;
  }
}
.about_cols .col {
  padding: 60px 0;
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
}
.about_cols .col.col1 {
  padding-right: 5%;
}
.about_cols .col.col2 {
  padding-left: 5%;
}
@media only screen and (max-width: 1000px) {
  .about_cols .col {
    width: 100%;
    padding: 60px 20px !important;
  }
  .about_cols .col.col1 {
    background: #F6F6F6;
  }
}

.carasel {
  padding: 60px 0;
}
.carasel h2 {
  display: block;
  text-align: center;
  color: #AF473C;
  font-size: 320%;
  margin-bottom: 60px;
}
.carasel .slick button {
  display: none !important;
}
.carasel .slick span {
  display: block;
  text-align: center;
  height: 70px;
  padding: 0 10%;
}
.carasel .slick span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle !important;
}

/*
---------------------------------------------------------------------------
=	THE TEAM / OUR WORK
---------------------------------------------------------------------------
*/
.grid {
  background: #F6F6F6;
  padding: 60px 20px;
}
.grid .grid_item {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .grid .grid_item {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .grid .grid_item {
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .page-the-team .grid .grid_item:first-of-type {
    margin-left: 16.66%;
  }
}
.grid .grid_item span {
  display: block;
  font-size: 180%;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #000;
  padding: 0 10%;
}
.page-our-work .grid .grid_item span {
  padding: 0;
}
.page-our-work .grid .grid_item span:last-of-type {
  height: 80px;
}
.grid .grid_item span.grid_item_img {
  margin: 0 auto 20px auto;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  padding: 0;
}
@media only screen and (max-width: 340px) {
  .grid .grid_item span.grid_item_img {
    width: 280px;
    height: 280px;
  }
}
.grid .grid_item span.grid_item_title {
  color: #AF473C;
  font-size: 24px;
}
.grid .grid_item:hover span {
  color: #AF473C;
}

/*POP UP*/
.pop_up {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.pop_up .pop_up_head span {
  display: block;
  font-size: 180%;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.pop_up .pop_up_head span.grid_item_img {
  float: left;
  margin: 0 auto 20px auto;
  width: 300px;
  height: 300px;
  border-radius: 300px;
}
.pop_up .pop_up_head span.grid_item_title {
  color: #AF473C;
  font-size: 24px;
}
.pop_up .pop_up_head div {
  padding: 100px 0 0 340px;
}
@media only screen and (max-width: 767px) {
  .pop_up .pop_up_head div {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.pop_up .closeme {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  background: pink;
  width: 48px;
  height: 48px;
  background: url(../images/icn_close.png);
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .pop_up .closeme {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
.contact_cols {
  background: #F6F6F6;
  padding: 60px 20px 80px 20px;
}
.contact_cols .col {
  width: 50%;
}
.contact_cols .col.col {
  float: left;
}
.contact_cols .col.col2 {
  float: right;
}
@media only screen and (max-width: 1000px) {
  .contact_cols .col.col2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact_cols .col {
    width: 100%;
  }
}
.contact_cols .col h2 {
  display: block;
  color: #AF473C;
  font-size: 320%;
  margin-bottom: 30px;
}
.contact_cols .col.col1 span {
  display: block;
  font-size: 200%;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact_cols .col.col1 ul {
  display: block;
}
.contact_cols .col.col1 ul:first-of-type {
  margin-bottom: 60px;
}
.contact_cols .col.col1 ul li {
  display: block;
  font-size: 180%;
  line-height: 40px;
  padding-left: 50px;
  background: url(../images/icn_pin.png) 0 0 no-repeat;
  margin-bottom: 10px;
}
.contact_cols .col.col1 ul li.tel {
  background: url(../images/icn_tel_red.png) 0 8px no-repeat;
}
.contact_cols .col.col1 ul li.mail {
  background: url(../images/icn_mail_red.png) 0 10px no-repeat;
}
.contact_cols .col.col1 ul li a {
  display: block;
  color: #4d4d4d;
}
.contact_cols .col.col1 ul li a:hover {
  color: #AF473C;
}

.maps .map {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 30%;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .maps .map {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .maps .map {
    width: 100%;
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .maps .map {
    padding-bottom: 100%;
  }
}
.maps .map span {
  display: block;
  line-height: 60px;
  height: 100%;
  top: 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 200%;
  color: #AF473C;
}
@media only screen and (max-width: 700px) {
  .maps .map span {
    font-size: 14px;
    line-height: 40px;
  }
}
.maps .map.map1 span {
  right: 0;
}
@media only screen and (min-width: 701px) {
  .maps .map.map2 span {
    left: 0;
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 700px) {
  .maps .map.map2 span {
    right: 0;
  }
}
.maps .map:hover span {
  color: #fff;
  background: #AF473C;
}

/*
---------------------------------------------------------------------------
=	POLICY PAGE
---------------------------------------------------------------------------
*/
.pol {
  padding: 60px 20px;
}
.pol h1 {
  font-size: 550%;
  line-height: 67px;
  margin-bottom: 50px;
  color: #AF473C;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  color: #fff;
}
#footer .top_footer {
  background: #AF473C;
  padding: 40px 20px 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 701px) {
  #footer .top_footer:before {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(0, -50%);
    width: 40%;
    height: 140%;
    content: "";
    background: #3C3C3C;
    border-radius: 100% 0 0 100%;
  }
}
#footer .top_footer .col1 {
  float: left;
}
@media only screen and (max-width: 700px) {
  #footer .top_footer .col1 {
    width: 100%;
  }
}
#footer .top_footer .add {
  margin-bottom: 40px;
}
#footer .top_footer .add span {
  display: block;
  margin-bottom: 30px;
  font-size: 300%;
}
#footer .top_footer .add ul {
  display: block;
  font-size: 180%;
}
#footer .top_footer .add ul li {
  display: block;
  line-height: 1.3em;
  margin-bottom: 6px;
}
#footer .top_footer .add ul li.tel {
  margin-top: 20px;
}
#footer .top_footer .add ul li a {
  color: #fff;
}
#footer .top_footer .add ul li a:hover {
  color: #4d4d4d;
}
#footer .top_footer .col2 {
  float: right;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media only screen and (max-width: 700px) {
  #footer .top_footer .col2 {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
  }
}
#footer .top_footer .col2 a {
  display: block;
  color: #fff;
  font-size: 240%;
}
@media only screen and (max-width: 700px) {
  #footer .top_footer .col2 a {
    font-size: 18px;
  }
}
#footer .top_footer .col2 a:hover {
  color: #AF473C;
}
#footer .top_footer .col2 .rics {
  margin-bottom: 30px;
}
#footer .top_footer .col2 .rics img {
  display: block;
}
#footer .top_footer .col2 .links {
  padding-top: 30px;
}
#footer .top_footer .col2 .links a {
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block !important;
  background: #fff;
}
#footer .top_footer .col2 .links a:hover {
  background: #AF473C;
}
#footer .top_footer .col2 .links a:hover i {
  color: #fff;
}
#footer .top_footer .col2 .links a i {
  color: #4d4d4d;
}
#footer .bottom_footer {
  padding: 10px 20px;
}
#footer .bottom_footer p {
  font-size: 140%;
  line-height: 1.2em;
}
@media only screen and (max-width: 500px) {
  #footer .bottom_footer p {
    font-size: 10px;
  }
}
#footer .bottom_footer p a {
  display: inline-block;
  color: #fff;
}
#footer .bottom_footer p a:hover {
  color: #AF473C;
}
