@charset "UTF-8";
/*
Theme Name: Build Health International
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: buildhealth
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "build-health";
  src: url("fonts/build-health.eot");
  src: url("fonts/build-health.eot?#iefix") format("embedded-opentype"), url("fonts/build-health.woff") format("woff"), url("fonts/build-health.ttf") format("truetype"), url("fonts/build-health.svg#build-health") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "build-health" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "build-health" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-goingclear:before {
  content: "\61";
}

.icon-linkedin:before {
  content: "\62";
}

.icon-facebook:before {
  content: "\63";
}

.icon-twitter:before {
  content: "\64";
}

.icon-instagram:before {
  content: "\65";
}

.icon-phone:before {
  content: "\66";
}

.icon-advise-research:before {
  content: "\67";
}

.icon-operate-maintain:before {
  content: "\68";
}

.icon-arrow-lg-down:before {
  content: "\69";
}

.icon-partners:before {
  content: "\6a";
}

.icon-arrow-lg-right:before {
  content: "\6b";
}

.icon-pause:before {
  content: "\6c";
}

.icon-arrow-md-down:before {
  content: "\6d";
}

.icon-plan-design:before {
  content: "\6e";
}

.icon-arrow-md-right:before {
  content: "\6f";
}

.icon-plans:before {
  content: "\70";
}

.icon-arrow-sm-left:before {
  content: "\71";
}

.icon-quote:before {
  content: "\72";
}

.icon-arrow-sm-right:before {
  content: "\73";
}

.icon-renew:before {
  content: "\74";
}

.icon-build-equip:before {
  content: "\75";
}

.icon-standard:before {
  content: "\76";
}

.icon-donate:before {
  content: "\77";
}

.icon-strong:before {
  content: "\78";
}

.icon-email:before {
  content: "\79";
}

.icon-health:before {
  content: "\7a";
}

.icon-local:before {
  content: "\41";
}

.icon-location:before {
  content: "\42";
}

.icon-calendar:before {
  content: "\43";
}

.icon-check:before {
  content: "\44";
}

.icon-triangle:before {
  content: "\45";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 18px/28px "din-2014", sans-serif;
  letter-spacing: 0.27px;
}

h1 {
  font-size: 60px;
  line-height: 62px;
}

h2 {
  font-size: 48px;
  line-height: 62px;
}

h3 {
  font-size: 36px;
  line-height: 36px;
}

h4 {
  font-size: 30px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  line-height: 36px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6, p,
a, section, li {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a.anchor {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -80px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  width: 100% !important;
  border: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  padding: 10px 15px !important;
  color: #4D534C !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

.container {
  width: 100%;
  max-width: 1366px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.btn {
  z-index: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  max-width: 208px;
  border-radius: 0;
  line-height: 36px;
  color: #4D534C;
  padding: 13px 15px;
  position: relative;
  border: 4px solid #7E887C;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.base {
  color: #FFF;
  border-color: #CBDA79;
}

.btn.base:hover, .btn.base:focus, .btn.base:active {
  background: #CBDA79 !important;
  border-color: #CBDA79 !important;
}

.btn:hover, .btn:focus, .btn:active {
  outline: 0;
  color: #FFF;
  background: #7F897D !important;
  border-color: #7F897D !important;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before, .eq-height:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.blankSpace {
  display: block !important;
  position: relative !important;
  top: -160px !important;
  visibility: hidden !important;
}

.no-content {
  color: #4D534C;
}

/***********************************
HEADER STYLES
***********************************/
.header .navbar {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  width: 100%;
  z-index: 1040;
  position: fixed;
  border-radius: 0;
  background-color: #FFF;
  min-height: inherit !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navbar .container-fluid {
  padding-right: 0;
}

.header .navbar .navbar-header {
  margin: 0;
}

.header .navbar .navbar-header .logo {
  overflow: hidden;
}

.header .navbar .navbar-header .logo .navbar-brand {
  height: inherit;
  margin-right: 30px;
  padding: 14px 40px;
  border-right: 1px solid #ECECEC;
}

.header .navbar .navbar-header .logo .navbar-brand img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-collapse .nav li a {
  color: #4D534C;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 16px;
}

.header .navbar .navbar-collapse .nav li.active a, .header .navbar .navbar-collapse .nav li:hover a, .header .navbar .navbar-collapse .nav li:focus a {
  color: #CBDA79;
  background: transparent;
}

.header .navbar .navbar-collapse .navbar-nav li {
  overflow: hidden;
  padding: 26px 15px;
}

.header .navbar .navbar-collapse .navbar-nav li a {
  padding: 0;
}

.header .navbar .navbar-collapse .navbar-right {
  list-style: none;
}

.header .navbar .navbar-collapse .navbar-right li.phone {
  padding-left: 50px;
  padding-right: 50px;
  border-left: 1px solid #ECECEC;
}

.header .navbar .navbar-collapse .navbar-right li.phone a {
  font-size: 14px;
  font-weight: 400;
  color: #4D534C;
}

.header .navbar .navbar-collapse .navbar-right li.phone a i {
  color: #FF6347;
  margin-right: 10px;
}

.header .navbar .navbar-collapse .navbar-right li.phone a:hover, .header .navbar .navbar-collapse .navbar-right li.phone a:focus {
  color: #FF6347;
}

.header .navbar .navbar-collapse .navbar-right li.social-media {
  padding-left: 40px;
  padding-right: 25px;
  border-left: 1px solid #ECECEC;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a {
  padding: 0 8px;
  font-size: 17px;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a .icon-linkedin {
  color: #3F729B;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a .icon-facebook {
  color: #3B5999;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a .icon-twitter {
  color: #55ACEE;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a .icon-instagram {
  color: #FF0084;
}

.header .navbar .navbar-collapse .navbar-right li.social-media a:hover i, .header .navbar .navbar-collapse .navbar-right li.social-media a:focus i {
  color: #FF6347;
}

.header .navbar .navbar-collapse .navbar-right li.menu-btn {
  width: 200px;
  background: #FF6347;
  padding: 30px 15px;
  text-align: center;
}

.header .navbar .navbar-collapse .navbar-right li.menu-btn:hover, .header .navbar .navbar-collapse .navbar-right li.menu-btn:focus {
  background: #CBDA79;
}

.header .navbar .navbar-collapse .navbar-right li.menu-btn a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.318px;
}

.header .navbar.stop {
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
}

.home .header .navbar {
  overflow: hidden;
}

.home .header .navbar .navbar-header .logo {
  top: 0px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_gutter {
  height: 80px;
}

.sidr {
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  position: fixed;
  max-width: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.sidr.right {
  left: auto;
  right: -100%;
}

.sidr.left {
  left: -100%;
  right: auto;
}

/***********************************
PAGE HEADER STYLES
***********************************/
.page-header {
  margin: 0;
  border: 0;
  height: 480px;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-header:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: rgba(0, 0, 0, 0.2) -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0)));
  background: rgba(0, 0, 0, 0.2) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: rgba(0, 0, 0, 0.2) -o-linear-gradient(bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: rgba(0, 0, 0, 0.2) linear-gradient(to top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.page-header .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-header .content .title {
  margin: 0 0 10px;
}

.page-header .content p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.page-header .content .title, .page-header .content p {
  color: #FFF;
}

.page-header .photo-credit {
  margin: 0 0 10px;
  text-align: right;
}

.page-header .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.page-header .photo-credit h6 span {
  text-decoration: underline;
}

.blog .page-header {
  background-position: center top;
}

/***********************************
BREADCRUMB STYLES
***********************************/
.breadcrumb-wrapper {
  padding: 0;
  border-radius: 0;
  background: #EEEEEE;
}

.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 5px 25px;
  background: transparent;
}

.breadcrumb-wrapper .breadcrumb a, .breadcrumb-wrapper .breadcrumb span {
  color: #FF6347;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb-wrapper .breadcrumb a:hover, .breadcrumb-wrapper .breadcrumb a:focus {
  color: #4D534C;
}

.breadcrumb-wrapper .breadcrumb .angle-right {
  padding: 0 2px;
  color: #4D534C;
}

.breadcrumb-wrapper .breadcrumb .current-page {
  color: #4D534C;
}

/***********************************
BANNER STYLES
***********************************/
.banner {
  height: 800px;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 80px;
}

.banner .content .hero-title {
  max-width: 660px;
  margin: 30px 0 10px;
}

.banner .content p {
  font-size: 24px;
  font-weight: 300;
  max-width: 521px;
  line-height: 36px;
}

.banner .content .hero-title, .banner .content p {
  color: #4D534C;
}

.banner .content .scrollDown {
  color: #FFF;
  max-width: 70px;
  font-size: 32px;
  background: #CBDA79;
  margin-left: 18px;
  border-color: #CBDA79;
}

.banner .content .scrollDown i {
  margin: -1px 0 0;
  display: block;
}

.banner_wrapper {
  position: relative;
}

.banner_wrapper .photo-credit {
  right: 0;
  bottom: 30px;
  position: absolute;
}

.banner_wrapper .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.banner_wrapper .photo-credit h6 span {
  text-decoration: underline;
}

/***********************************
BOX ITEM STYLES
***********************************/
[data-number] {
  z-index: 1;
  position: relative;
}

[data-number]:after {
  top: 60px;
  width: 100%;
  z-index: -1;
  left: -210px;
  height: 100%;
  color: #FFF;
  margin: 0 auto;
  font-weight: 700;
  font-size: 261px;
  position: absolute;
  content: attr(data-number);
}

.bhi-section {
  margin-top: 40px;
  margin-left: 90px;
}

.bhi-section h6 {
  color: #FF6347;
  font-size: 14px;
  margin: 0 0 15px;
  letter-spacing: 1.75px;
}

.bhi-section .title {
  margin: 0 0 10px;
  color: #4D534C;
}

.bhi-section p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 541px;
}

.box-item {
  z-index: 1;
  height: 324px;
  padding: 25px;
  margin: 0 0 30px;
  position: relative;
}

.box-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0) 50%, black 100%);
}

.box-item .align-center-v {
  width: 100%;
  height: initial;
}

.box-item .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.box-item .content h3, .box-item .content h4, .box-item .content h6, .box-item .content p {
  color: #FFF;
}

.box-item .content h6 {
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.box-item .content p {
  margin: 0;
  font-weight: 300;
}

.box-item .icon {
  color: #FFF;
  font-size: 32px;
  margin-right: 5px;
}

.box-item:hover .icon, .box-item:focus .icon {
  color: #FF6347;
  margin-right: 0;
}

.box-item.photo_credit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-item .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.box-item .photo-credit h6 span {
  text-decoration: underline;
}

.box-item .photo-credit h6 span a {
  color: #CBDA79;
}

.box-item .photo-credit h6 span a:hover, .box-item .photo-credit h6 span a:focus {
  color: #FF6347;
}

.number-item {
  z-index: 1;
  height: 324px;
  padding: 15px;
  margin: 0 0 30px;
  background: #CBDA79;
  position: relative;
}

.number-item .icon {
  margin: 0 0 20px;
}

.number-item .content {
  margin: 0 auto !important;
}

.number-item .content h1 {
  color: #FFF;
  font-size: 96px;
  margin: 0 0 20px;
  line-height: 92px;
}

.number-item .content p {
  margin: 0;
  color: #4D534C;
}

.number-item .content p span {
  display: block;
}

.about-us {
  overflow: hidden;
  position: relative;
  padding: 102px 0 60px;
}

.home-expertise {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -95px 0 0;
}

.home-expertise .content {
  margin: 0 0 50px;
}

.home-expertise .content .title {
  max-width: 340px;
}

.home-expertise .content p {
  color: #4D534C;
}

.get-involved {
  padding: 90px 0 70px;
}

.get-involved [class^="col"] {
  position: relative;
}

.get-involved .bottom-image {
  position: absolute;
  bottom: -100px;
  right: -150px;
}

.get-involved .box-item {
  overflow: hidden;
}

.get-involved .box-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: '';
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.get-involved .box-item:before {
  z-index: 1;
}

.get-involved .box-item .content {
  z-index: 2;
  position: relative;
}

.get-involved .box-item .content h6 {
  color: #CBDA79;
}

.get-involved .box-item:hover:after, .get-involved .box-item:focus:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.get-involved .box-item:hover .content h4, .get-involved .box-item:focus .content h4 {
  color: #FF6347;
}

.get-involved .photo-credit {
  top: 15px;
  z-index: 2;
  right: 30px;
  position: absolute;
}

.get-involved .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.get-involved .photo-credit h6 span {
  text-decoration: underline;
}

.get-involved .photo-credit h6 span a {
  color: #CBDA79;
}

.get-involved .photo-credit h6 span a:hover, .get-involved .photo-credit h6 span a:focus {
  color: #FF6347;
}

/***********************************
BHI-SLIDER STYLES
***********************************/
.bhi-slider-wrap {
  padding: 91px 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.bhi-slider-wrap:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bhi-slider-wrap .content {
  z-index: 1;
  max-width: 914px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bhi-slider-wrap .content .slider-number {
  width: 80px;
  height: 80px;
  padding: 20px;
  background: #FFF;
  position: relative;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bhi-slider-wrap .content .slider-number:before {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  background: #FF6347;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.bhi-slider-wrap .content .slider-number span {
  font-size: 16px;
  font-weight: 400;
  color: #4D534C;
}

.bhi-slider-wrap .content .slider-number span.number-slide {
  margin: -25px 0 0;
  padding-right: 13px;
}

.bhi-slider-wrap .content .slider-number span.total-slide {
  margin: 25px 0 0;
  padding-left: 13px;
}

.bhi-slider-wrap .content .title {
  color: #CBDA79;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.bhi-slider-wrap .content .bhi-slider {
  overflow: hidden;
}

.bhi-slider-wrap .content .bhi-slider div {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.bhi-slider-wrap .content .bhi-slider h2, .bhi-slider-wrap .content .bhi-slider p {
  color: #FFF;
}

.bhi-slider-wrap .content .bhi-slider h2 {
  margin: 0 0 10px;
}

.bhi-slider-wrap .content .bhi-slider p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.36px;
}

.bhi-slider-wrap .content .bhi-slider-controls {
  margin: 70px 0 0;
}

.bhi-slider-wrap .content .bhi-slider-controls button {
  margin: 0 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bhi-slider-wrap .content .bhi-slider-controls button.controler {
  border: 0;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  background: #FF6347;
  border-radius: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bhi-slider-wrap .content .bhi-slider-controls button.controler:before, .bhi-slider-wrap .content .bhi-slider-controls button.controler:after {
  content: none;
}

.bhi-slider-wrap .content .bhi-slider-controls button.controler.next-slide i:before {
  left: -2px;
  position: relative;
}

.bhi-slider-wrap .content .bhi-slider-controls button.push-play {
  border: 0;
  width: 50px;
  height: 50px;
  color: #4D534C;
  font-size: 14px;
  background: #FFF;
  border-radius: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bhi-slider-wrap .content .bhi-slider-controls button.push-play:before, .bhi-slider-wrap .content .bhi-slider-controls button.push-play:after {
  content: none;
}

.bhi-slider-wrap .content .bhi-slider-controls button:hover.controler {
  color: #FF6347;
  background: #FFF;
}

.bhi-slider-wrap .content .bhi-slider-controls button:hover.push-play {
  color: #FFF;
  background: #FF6347;
}

.bhi-slider-wrap.latest-news .content .bhi-slider h2 {
  margin: 0 0 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.progress {
  margin: 0;
  width: 100%;
  height: 6px;
  display: block;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

.progress * {
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}

.progress span.slider__label {
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  position: absolute;
  background: #4D534C;
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}

.rel-bgSlider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rel-bgSlider .slick-list {
  height: 100%;
}

.rel-bgSlider .slick-list .slick-track {
  height: 100%;
}

.rel-bgSlider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div {
  height: 100%;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item {
  height: 100%;
  z-index: 1;
  position: relative;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit {
  z-index: 20;
  right: 30px;
  bottom: 30px;
  height: auto;
  position: absolute;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit h6 span {
  text-decoration: underline;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit h6 span a {
  color: #CBDA79;
}

.rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit h6 span a:hover, .rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit h6 span a:focus {
  color: #FF6347;
}

/***********************************
ABOUT STYLES
***********************************/
.about-us {
  background-color: #F7F7F7;
}

.about-us.home {
  z-index: 1;
  position: relative;
}

.about-us.home .bottom-image {
  z-index: -1;
  right: -20px;
  bottom: -183px;
  position: absolute;
}

.about-us.home [class*="logo-shape-"] {
  z-index: -2;
  position: absolute;
}

.about-us.home .logo-shape-1 {
  right: 240px;
  bottom: -80px;
}

.about-us.home .logo-shape-2 {
  right: -74px;
  bottom: -150px;
}

.about-us.home .logo-shape-3 {
  left: -120px;
  bottom: -150px;
}

.about-us.home .logo-shape-4 {
  bottom: -205px;
  left: 220px;
}

.about-us.home .col-md-6.col-sm-6.col-xs-6.col {
  position: relative;
}

.about-us.home .photo-credit {
  top: 15px;
  z-index: 2;
  right: 30px;
  position: absolute;
}

.about-us.home .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.about-us.home .photo-credit h6 span {
  text-decoration: underline;
}

.about-us.home .photo-credit h6 span a {
  color: #CBDA79;
}

.about-us.home .photo-credit h6 span a:hover, .about-us.home .photo-credit h6 span a:focus {
  color: #FF6347;
}

.bg-line {
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  width: 1447px;
  margin: 0 auto;
  position: absolute;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.bg-line:before, .bg-line:after, .bg-line span:before, .bg-line span:after {
  top: 0;
  left: 0;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background: #E6E6E6;
}

.bg-line:before {
  left: 16.66666666666667%;
}

.bg-line:after {
  left: 33.33333333333333%;
}

.bg-line span:before {
  left: 50%;
}

.bg-line span:after {
  left: 66.66666666666667%;
}

.bg-line span:nth-child(2):before {
  left: 83.33333333333333%;
}

.our-mission {
  padding: 80px 0 35px;
  background-color: #EEEEEE;
}

.our-mission .content h3 {
  color: #4D534C;
  margin: 0 0 20px;
}

.our-mission .content p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 632px;
}

.guiding-principles {
  padding: 80px 0 60px;
}

.guiding-principles .title {
  color: #4D534C;
  margin: 0 0 60px;
}

.guiding-item {
  margin: 0 0 50px;
}

.guiding-item .icon {
  font-size: 60px;
  padding: 0 0 15px;
  margin: 0 0 22px;
  color: #4D534C;
  position: relative;
  border-bottom: 2px solid #CBDA79;
}

.guiding-item .content p {
  margin: 0 auto;
  max-width: 324px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
}

.our-approach {
  padding: 70px 0;
  overflow: hidden;
  background: #F7F7F7;
}

.our-approach .approach-head {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E6E6E6;
}

.our-approach .approach-head .section-title {
  margin: 0 0 40px;
}

.our-approach .approach-head .section-title .title {
  margin: 0 0 5px;
  color: #4D534C;
}

.our-approach .approach-head .section-title p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.our-approach .approach-head .approach-head-item {
  margin: 0 0 30px;
  background: #FFF;
  padding: 30px 15px 15px;
}

.our-approach .approach-head .approach-head-item .icon {
  color: #FF6347;
  font-size: 26px;
  margin: 0 0 9px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.our-approach .approach-head .approach-head-item .text h6 {
  font-size: 14px;
  margin: 0 0 10px;
  color: #4D534C;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.our-approach .approach-head .approach-head-item .text i {
  color: #FF6347;
  display: block;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.our-approach .approach-head .approach-head-item:hover, .our-approach .approach-head .approach-head-item:focus {
  background: #FF6347;
}

.our-approach .approach-head .approach-head-item:hover .icon, .our-approach .approach-head .approach-head-item:focus .icon {
  color: #FFF;
}

.our-approach .approach-head .approach-head-item:hover .text h6, .our-approach .approach-head .approach-head-item:focus .text h6 {
  color: #FFF;
}

.our-approach .approach-head .approach-head-item:hover .text i, .our-approach .approach-head .approach-head-item:focus .text i {
  color: #FFF;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.approach-item {
  padding: 60px 0 30px;
}

.approach-item .border {
  z-index: 1;
  position: relative;
}

.approach-item .border:after {
  content: '';
  z-index: -1;
  top: -75px;
  height: 560px;
  right: -99833px;
  width: 99999px;
  position: absolute;
  border: 4px solid #CBDA79;
}

.approach-item:nth-child(1) .border:after {
  top: -50px !important;
}

.approach-item:nth-child(2) .border:after {
  top: -280px;
  height: 749px;
}

.approach-item:nth-child(even) .border:after {
  right: inherit;
  left: -99833px;
}

.approach-item:nth-child(even) .bhi-section {
  margin-left: 100px;
}

.approach-item .bhi-section {
  margin: 90px 0 0;
}

.approach-item .bhi-section .icon {
  width: 80px;
  height: 80px;
  color: #FFF;
  font-size: 36px;
  margin: 0 0 24px;
  background: #FF6347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.approach-item .bhi-section .icon:before, .approach-item .bhi-section .icon:after {
  content: none;
}

.approach-item .bhi-section h3 {
  margin: 0 0 20px;
  color: #4D534C;
}

.approach-item .bhi-section h6 {
  color: #929292;
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: 1.8px;
}

.approach-item .bhi-section p {
  max-width: 570px;
}

.approach-item .box-item:before {
  content: none;
}

.approach-item .box-item.box-text {
  padding: 20px;
  background: #FFF;
}

.approach-item .box-item.box-text h4 {
  color: #CBDA79;
  margin: 0 0 10px;
}

.approach-item .box-item.box-text p {
  color: #000;
  max-height: 196px;
  margin: 0 0 15px;
  overflow: hidden;
}

.approach-item .box-item.box-text h6 {
  margin: 0;
  color: #FF6347;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.approach-item .box-item.box-text h6 i {
  margin-left: 13px;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.approach-item .box-item.box-text:hover h6 i, .approach-item .box-item.box-text:focus h6 i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.our-story {
  overflow: hidden;
  padding: 139px 0 117px;
}

.our-story .row {
  position: relative;
}

.our-story .media {
  position: absolute;
  top: calc(50% - 150px);
}

.our-story .title {
  margin: 0 0 30px;
  color: #4D534C;
}

.our-story .content {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.our-story .content p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  max-width: 656px;
  line-height: 36px;
  text-align: left;
}

.our-story .content .button {
  color: #FF6347;
  font-size: 14px;
  margin: 20px 0 0;
  font-weight: 700;
  letter-spacing: 1.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-story .content .button i {
  font-size: 28px;
  margin-left: 12px;
}

.our-story .content .button:hover, .our-story .content .button:focus {
  color: #CBDA79;
}

.our-clients {
  padding: 80px 0;
  background: #F7F7F7;
}

.our-clients .title {
  margin: 0 0 40px;
  color: #4D534C;
}

.our-clients .title.sponsers {
  margin-top: 50px;
}

.client-logo {
  margin: 0 0 40px;
}

.client-logo .logo {
  width: 100%;
  height: 140px;
  padding: 15px;
  background: #FFF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo .logo img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.client-logo h6 {
  color: #FF6347;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 1.75px;
}

.client-logo:hover h6, .client-logo:focus h6 {
  color: #CBDA79;
}

.testimonials {
  padding: 75px 0;
}

.blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.blockquote h4 {
  margin: 0 0 15px;
  color: #4D534C;
}

.blockquote .separator {
  color: #CBDA79;
  font-size: 60px;
  margin: 0 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockquote .separator:before {
  content: '';
  height: 1px;
  width: 100%;
  z-index: -1;
  max-width: 500px;
  position: absolute;
  background: #FF6347;
}

.blockquote .separator i {
  z-index: 1;
  padding: 0 20px;
  background: #FFF;
  position: relative;
}

.blockquote p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.blockquote .media {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 500px;
}

.blockquote .name {
  margin: 0 0 8px;
  color: #4D534C;
  letter-spacing: 0.36px;
}

.blockquote .position {
  color: #FF6347;
  font-size: 14px;
  letter-spacing: 1.75px;
}

/***********************************
GET-INVOLVER STYLES
***********************************/
.get-involved {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: #F7F7F7;
  background-position: 50% top;
}

.get-involved [class*="logo-shape"] {
  z-index: -1;
  position: absolute;
}

.get-involved .logo-shape-1 {
  top: 0;
  right: 0;
}

.get-involved .bhi-section .title {
  max-width: 490px;
}

.get-involved .box-item:hover .content h4, .get-involved .box-item:focus .content h4 {
  color: #FFF;
}

.involved {
  padding: 80px 0 50px;
}

.involved [class^="col"] {
  position: relative;
}

.involved .photo-credit {
  top: 15px;
  z-index: 2;
  right: 30px;
  position: absolute;
}

.involved .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.involved .photo-credit h6 span {
  text-decoration: underline;
}

.involved .photo-credit h6 span a {
  color: #CBDA79;
}

.involved-item {
  margin: 0 0 30px;
  position: relative;
}

.involved-item:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.78) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.78) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.78) 100%);
}

.involved-item .media img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.involved-item .content-wrap {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
  position: absolute;
}

.involved-item .content-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}

.involved-item .content-wrap .content h6 {
  color: #CBDA79;
  font-size: 14px;
  margin: 0 0 10px;
  letter-spacing: 1.75px;
}

.involved-item .content-wrap .content h5 {
  margin: 0 0 5px;
}

.involved-item .content-wrap .content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 283px;
  letter-spacing: 0;
}

.involved-item .content-wrap .content h5, .involved-item .content-wrap .content p {
  color: #FFF;
}

.involved-item .content-wrap .btn {
  color: #FFF;
  font-size: 32px;
  max-width: 70px;
  background: #FF6347;
  border-radius: 0;
  border-color: #FF6347;
}

.involved-item .content-wrap .btn:before {
  background: #CBDA79;
}

.involved-item:hover .media img, .involved-item:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.donation {
  padding: 122px 0;
  position: relative;
  background-position: center bottom;
}

.donation:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
}

.donation.supports:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.donation.supports .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 650px;
}

.donation .content h6 {
  color: #CBDA79;
  font-size: 14px;
  margin: 0 0 15px;
  letter-spacing: 1.75px;
}

.donation .content h4 {
  margin: 0 0 10px;
}

.donation .content h3 {
  margin: 0 0 10px;
  letter-spacing: -0.54px;
}

.donation .content p {
  max-width: 470px;
}

.donation .content h3, .donation .content p, .donation .content h4 {
  color: #FFF;
}

.donation .photo-credit {
  z-index: 2;
  right: 15px;
  bottom: -92px;
  position: absolute;
}

.donation .photo-credit h6 {
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.donation .photo-credit h6 span {
  text-decoration: underline;
}

.donation .photo-credit h6 span a {
  color: #CBDA79;
}

.donation .photo-credit h6 span a:hover, .donation .photo-credit h6 span a:focus {
  color: #FF6347;
}

/***********************************
NEWS STYLES
***********************************/
.news {
  padding: 66px 0 80px;
}

.news .section-title .title {
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #4D534C;
  border-bottom: 1px solid #DCDCDC;
}

article.blog-post {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #DCDCDC;
}

article.blog-post .media {
  width: 100%;
  max-width: 210px;
  position: relative;
  margin-right: 25px;
}

article.blog-post .media img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

article.blog-post .media:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 210px;
  height: 150px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

article.blog-post .media .post-date {
  top: 0;
  z-index: 2;
  width: 210px;
  height: 150px;
  color: #FFF;
  font-size: 29px;
  font-weight: 700;
  line-height: 29px;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article.blog-post .media .post-date span {
  display: block;
}

article.blog-post .media .post-date span.month {
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 14.5px;
}

article.blog-post .media .post-date span.date {
  font-size: 74px;
  line-height: 74px;
  letter-spacing: 0.635px;
}

article.blog-post .content {
  padding: 12px 0;
}

article.blog-post .content .entry-head .post-on {
  font-size: 14px;
  margin: 0 0 10px;
  color: #4D534C;
  letter-spacing: 0.07px;
}

article.blog-post .content .entry-head .post-on a {
  color: #FF6347;
  text-transform: capitalize;
}

article.blog-post .content .entry-head .post-on a:hover, article.blog-post .content .entry-head .post-on a:focus {
  color: #CBDA79;
}

article.blog-post .content .entry-head .entry-title {
  margin: 0 0 15px;
  /*max-width: 520px;*/
  line-height: 30px;
  color: #4D534C;
}

article.blog-post a.thumb-pic {
    width: 210px;
    height: 150px;
    display: block;
}

article.blog-post .content .entry-footer .btn {
  color: #4D534C;
  background: #DDDDDD;
  border-color: #DDDDDD;
  padding: 0px 15px;
}

article.blog-post .content .entry-footer .btn:hover, article.blog-post .content .entry-footer .btn:focus {
  color: #FFF;
}

article.blog-post:hover .media img, article.blog-post:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

article.blog-post-single {
  border: 0;
  padding: 0;
}

article.blog-post-single .content {
  padding: 0;
}

article.blog-post-single .content .entry-head .title {
  margin: 0 0 30px;
  padding: 0 0 20px;
  letter-spacing: 0;
  color: #4D534C;
  border-bottom: 1px solid #DCDCDC;
}

article.blog-post-single .content .media {
  max-width: 100%;
  margin: 0 0 35px;
}

article.blog-post-single .content .media img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

article.blog-post-single .content .entry-content p {
  font-weight: 300;
}

article.blog-post-single .content .entry-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0;
  margin: 70px 0 0;
  overflow: hidden;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

article.blog-post-single .content .entry-footer .retrun-blog {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

article.blog-post-single .content .entry-footer .retrun-blog a .icon {
  width: 54px;
  height: 54px;
  font-size: 20px;
  margin-right: 12px;
  color: #4D534C;
  border-radius: 500px;
  border: 4px solid #4D534C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article.blog-post-single .content .entry-footer .retrun-blog a .content h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  color: #4D534C;
  letter-spacing: 1.75px;
}

article.blog-post-single .content .entry-footer .retrun-blog a:hover .icon, article.blog-post-single .content .entry-footer .retrun-blog a:focus .icon {
  color: #FFF;
  background: #7F897D;
  border-color: #7F897D;
}

article.blog-post-single .content .entry-footer .retrun-blog a:hover .content h6, article.blog-post-single .content .entry-footer .retrun-blog a:focus .content h6 {
  color: #7F897D;
}

article.blog-post-single .content .entry-footer .social-share label {
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  color: #4D534C;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

article.blog-post-single .content .entry-footer .social-share .st-inline-share-buttons {
  margin-left: 24px;
  z-index: 100 !important;
}

article.blog-post-single .content .entry-footer .social-share .st-inline-share-buttons .st-btn {
  display: inline-block !important;
}

.pagination {
  margin: 0;
  display: block;
  padding: 30px 0;
}

.pagination .pager {
  margin: 0;
}

.pagination .pager li a {
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  color: #4D534C;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .pager li a span {
  width: 70px;
  height: 70px;
  font-size: 28px;
  border: 4px solid #4D534C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .pager li a:hover, .pagination .pager li a:focus {
  color: #7F897D;
}

.pagination .pager li a:hover span, .pagination .pager li a:focus span {
  color: #FFF;
  background: #7F897D;
  border-color: #7F897D;
}

.pagination .pager li.previous span {
  margin-right: 20px;
}

.pagination .pager li.next span {
  margin-left: 20px;
}

.sidebar .widget {
  margin: 0 0 60px;
}

.sidebar .widget .widget-title {
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #4D534C;
  border-bottom: 1px solid #DCDCDC;
}

.sidebar .widget.widget-box .content {
  padding: 40px 35px;
  background-size: cover !important;
}

.sidebar .widget.widget-box .content h5 {
  margin: 0 0 5px;
}

.sidebar .widget.widget-box .content p {
  max-width: 206px;
}

.sidebar .widget.widget-box .content h5, .sidebar .widget.widget-box .content p {
  color: #FFF;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds {
  padding: 30px;
  margin: 0 0 24px;
  overflow: hidden;
  background: #1DA1F2;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header {
  margin: 0 0 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header:before, .sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header:after {
  content: none;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_photo {
  margin-right: 18px;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_info {
  overflow: hidden;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_info .name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_info .username {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_info .username:hover, .sidebar .widget.widget-twitter .content .bhiTwitterFeeds .twitter_header .user_info .username:focus {
  color: #CBDA79;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet + .recent_tweet {
  margin-top: 30px;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet {
  margin: 0 0 30px;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet a {
  color: #000;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet a:hover, .sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet a:focus {
  color: #CBDA79;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .tweet_time .time {
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .icon {
  float: right;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .icon .icon-twitter {
  color: #FFF;
}

.sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .icon .icon-twitter:hover, .sidebar .widget.widget-twitter .content .bhiTwitterFeeds .recent_tweet .icon .icon-twitter:focus {
  color: #CBDA79;
}

.sidebar .widget.widget-twitter .content .btn {
  color: #1DA1F2;
  max-width: 100%;
  border-color: #1DA1F2;
  text-align: left;
}

.sidebar .widget.widget-twitter .content .btn i {
  margin-right: 10px;
  font-size: 28px;
}

.sidebar .widget.widget-twitter .content .btn.btn-icon-linkedin{
  background-color: #3F729B; 
  border-color: #3F729B;
  color: #FFFFFF;
}

.sidebar .widget.widget-twitter .content .btn.btn-icon-twitter{
  background-color: #55ACEE; 
  border-color: #55ACEE;
  color: #FFFFFF;
}

.sidebar .widget.widget-twitter .content .btn.btn-icon-facebook{
  background-color: #3B5999; 
  border-color: #3B5999;
  color: #FFFFFF;
}

.sidebar .widget.widget-twitter .content .btn.btn-icon-instagram{
  background-color: #C03483; 
  border-color: #C03483;
  color: #FFFFFF;
}

.sidebar .widget.widget-twitter .content .btn:hover, .sidebar .widget.widget-twitter .content .btn:focus {
  color: #FFF;
  background: #1DA1F2 !important;
  border-color: #1DA1F2 !important;
}

.sidebar .widget.widget-twitter .content ul {
  list-style:none;
}
.sidebar .widget.widget-twitter .content ul li{
  margin-bottom: 10px;
}

.sidebar .widget.widget-instagram .content {
  padding-left: 6px;
  padding-right: 6px;
}

.sidebar .widget.widget-instagram .content .insta-item {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

.sidebar .widget.widget-instagram .content .insta-item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.sidebar .widget.widget-instagram .content .insta-item a:before, .sidebar .widget.widget-instagram .content .insta-item a:after {
  z-index: 1;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 15px;
  position: absolute;
}

.sidebar .widget.widget-instagram .content .insta-item a:before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s opacity, 0.5s background-color;
  -o-transition: 0.5s opacity, 0.5s background-color;
  transition: 0.5s opacity, 0.5s background-color;
}

.sidebar .widget.widget-instagram .content .insta-item a:after {
  top: 0;
  content: "\f103";
  font-family: dashicons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .4s transform .2s,.4s opacity .2s;
  -o-transition: .4s transform .2s,.4s opacity .2s;
  transition: .4s transform .2s,.4s opacity .2s;
}

.sidebar .widget.widget-instagram .content .insta-item a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-instagram .content .insta-item:hover a:before, .sidebar .widget.widget-instagram .content .insta-item:hover a:after, .sidebar .widget.widget-instagram .content .insta-item:focus a:before, .sidebar .widget.widget-instagram .content .insta-item:focus a:after {
  opacity: 1;
}

.sidebar .widget.widget-instagram .content .insta-item:hover a:after, .sidebar .widget.widget-instagram .content .insta-item:focus a:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sidebar .widget.widget-instagram .content .insta-item:hover a img, .sidebar .widget.widget-instagram .content .insta-item:focus a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sidebar .widget.widget-instagram .content .btn {
  color: #FF0084;
  max-width: 100%;
  border-color: #FF0084;
}

.sidebar .widget.widget-instagram .content .btn:before {
  background: #FF0084;
}

.sidebar .widget.widget-instagram .content .btn:hover, .sidebar .widget.widget-instagram .content .btn:focus {
  color: #FFF;
  background: #FF0084 !important;
  border-color: #FF0084 !important;
}

.sidebar .widget.widget-mailing .content {
  background: #FF6347 url(images/wg-mail-bg.png) no-repeat center bottom;
}

.sidebar .widget.widget-mailing .content p {
  margin: 0 0 20px;
}

.sidebar .widget.widget-mailing .content .btn {
  max-width: 180px;
  color: #4D534C;
  background: #FFF;
  border-color: #FFF;
}

.sidebar .widget.widget-mailing .content .btn:before {
  background: #CBDA79;
}

.sidebar .widget.widget-mailing .content .btn:hover, .sidebar .widget.widget-mailing .content .btn:focus {
  color: #FFF;
}

.sidebar .widget.widget-social .content {
  background: #7C68E8 url(images/wg-social-media-bg.png) no-repeat center bottom;
}

.sidebar .widget.widget-social .social-media {
  font-size: 0;
}

.sidebar .widget.widget-social .social-media li {
  padding: 0 5px 7px;
}

.sidebar .widget.widget-social .social-media li a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: #FFF;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget.widget-social .social-media li a .icon-linkedin {
  color: #3F729B;
}

.sidebar .widget.widget-social .social-media li a .icon-facebook {
  color: #3B5999;
}

.sidebar .widget.widget-social .social-media li a .icon-twitter {
  color: #55ACEE;
}

.sidebar .widget.widget-social .social-media li a .icon-instagram {
  color: #FF0084;
}

.sidebar .widget.widget-social .social-media li a:hover, .sidebar .widget.widget-social .social-media li a:focus {
  background: #000;
}

.sidebar .widget.widget-social .social-media li a:hover i, .sidebar .widget.widget-social .social-media li a:focus i {
  color: #FFF;
}

/***********************************
TEAM STYLES
***********************************/
.team {
  overflow: hidden;
  background: #F7F7F7;
  padding: 60px 0 70px;
}

.team .team-title {
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 1px solid #DCDCDC;
}

.team .team-title.international-team {
  margin-top: 30px;
}

.team .team-title .title {
  color: #4D534C;
}

.team [class^="col"]:nth-child(1) .team-member.founder .content .position {
  max-width: 190px;
}

.team-member {
  position: relative;
  margin-bottom: 30px;
}

.team-member .media img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member.founder .content .name {
  margin: 0 0 15px;
  color: #4D534C;
  letter-spacing: 0.54px;
}

.team-member.founder .content .position {
  color: #FF6347;
  margin: 0 0 15px;
  max-width: 210px;
  line-height: 28px;
}

.team-member.founder .content p {
  line-height: 26px;
}

.team-member:not(.founder):before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%);
}

.team-member:not(.founder) .content {
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  padding: 0 10px 25px 25px;
}

.team-member:not(.founder) .content .name {
  color: #CBDA79;
  margin: 0 0 8px;
  line-height: 21px;
  letter-spacing: 0.36px;
}

.team-member:not(.founder) .content .position {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.team-member:hover:not(.founder) .content .name, .team-member:focus:not(.founder) .content .name {
  color: #FF6347;
}

#popup-content {
  padding: 80px;
  max-width: 1400px;
  margin: 20px auto;
  position: relative;
  background: #FFF;
  border-radius: 10px;
}

#popup-content.no-bio {
  max-width: 1071px;
}

#popup-content .media img {
  width: 100%;
}

#popup-content .content {
  margin-left: 50px;
}

#popup-content .content .name {
  margin: 0 0 10px;
  color: #4D534C;
  letter-spacing: 0.72px;
}

#popup-content .content .position {
  color: #FF6347;
  margin: 0 0 20px;
  max-width: 480px;
  line-height: 36px;
  letter-spacing: 2.4px;
}

#popup-content .content p {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.36px;
}

#popup-content .mfp-close {
  top: 30px;
  opacity: 1;
  right: 25px;
  color: #CBDA79;
  font-weight: 200;
  font-family: "din-2014", sans-serif;
  line-height: inherit;
}

#popup-content .mfp-close:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: url(images/cross.png) no-repeat center center;
}

#popup-content .mfp-close:hover {
  opacity: 0.7;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/***********************************
EXPERTISE STYLES
***********************************/
.leftShape {
  position: relative;
}

.leftShape .arrow:before {
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  content: "";
  left: -100px;
  position: absolute;
  border-left: 50px solid #CBDA79;
  border-top: 185px solid transparent;
  border-bottom: 185px solid transparent;
}

.leftShape:after {
  top: 0;
  content: '';
  height: 100%;
  width: 99999px;
  left: -100099px;
  background: #CBDA79;
  position: absolute;
}

.shapebg {
  height: 370px;
  position: relative;
  background: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shapebg:before {
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  content: "";
  right: -50px;
  position: absolute;
  border-left: 50px solid currentColor;
  border-top: 185px solid transparent;
  border-bottom: 185px solid transparent;
}

.expertise-header {
  overflow: hidden;
  position: relative;
}

.expertise-header .content-wrap {
  z-index: 2;
  position: relative;
}

.expertise-header .content-wrap h3 {
  margin: 0 0 15px;
  color: #4D534C;
}

.expertise-header .content-wrap p {
  color: #000;
}

.expertise-header .smoothScroll .content {
  z-index: 1;
  margin-left: 30px;
  position: relative;
}

.expertise-header .smoothScroll .content i {
  display: block;
  margin: 0 0 30px;
  font-size: 62px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.expertise-header .smoothScroll .content h4 {
  max-width: 80px;
}

.expertise-header .smoothScroll .content h6 {
  font-size: 14px;
  margin: 33px 0 0;
  white-space: nowrap;
  text-decoration: underline;
  letter-spacing: 1.75px;
}

.expertise-header .smoothScroll .content i, .expertise-header .smoothScroll .content h4, .expertise-header .smoothScroll .content h6 {
  color: #FFF;
}

.expertise-header .smoothScroll:hover i, .expertise-header .smoothScroll:focus i {
  color: #FF6347;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.expertise-header .smoothScroll:hover h6, .expertise-header .smoothScroll:focus h6 {
  color: #FF6347;
}

.expertise {
  padding: 0;
  overflow: hidden;
}

.expertise .expertise-item {
  padding: 80px 0;
}

.expertise .expertise-item .border {
  z-index: 1;
  position: relative;
}

.expertise .expertise-item .border:before {
  content: '';
  z-index: -1;
  height: 100%;
  top: -125px;
  right: -99720px;
  width: 99999px;
  position: absolute;
  border: 4px solid #CBDA79;
}

.expertise .expertise-item:nth-child(odd) {
  background: #F7F7F7;
}

.expertise .expertise-item:nth-child(odd) .border:before {
  top: inherit;
  bottom: -125px;
  left: -99720px;
}

.expertise .expertise-item:nth-child(odd) .media {
  position: relative;
}

.expertise .expertise-item:nth-child(odd) .content-area {
  margin-left: 100px;
}

.expertise .expertise-item .content-area .section-title {
  overflow: hidden;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.expertise .expertise-item .content-area .section-title .icon {
  width: 80px;
  height: 80px;
  color: #FFF;
  font-size: 50px;
  background: #CBDA79;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.expertise .expertise-item .content-area .section-title .icon:before, .expertise .expertise-item .content-area .section-title .icon:after {
  content: none;
}

.expertise .expertise-item .content-area .section-title .text {
  overflow: hidden;
}

.expertise .expertise-item .content-area .section-title .text h4 {
  color: #4D534C;
}

.expertise .expertise-item .content-area .section-title .text h6 {
  color: #929292;
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.expertise .expertise-item .content-area p {
  margin: 0;
  font-weight: 300;
  max-width: 419px;
}

.expertise .expertise-item .involved-item {
  margin: 0;
}

.expertise .expertise-item .involved-item:before {
  z-index: 2;
}

.expertise .expertise-item .involved-item .content-wrap .content .title {
  color: #FFF;
  max-width: 545px;
}

.expertise .expertise-item .involved-item:hover .content-wrap .content .title, .expertise .expertise-item .involved-item:focus .content-wrap .content .title {
  color: #FF6347;
}

/***********************************
PROJECTS STYLES
***********************************/
.featured-projects {
  padding: 65px 0 0;
}

.project-head {
  overflow: hidden;
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}

.project-head .title {
  color: #4D534C;
}

.project-head .button {
  color: #FF6347;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.75px;
}

.project-head .button i {
  font-size: 28px;
  margin-left: 10px;
  position: relative;
}

.project-head .button:hover, .project-head .button:focus {
  color: #CBDA79;
}

.featured-project {
  height: 340px;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
  padding: 40px 40px 30px;
}

.featured-project:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.featured-project:after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.featured-project .content-wrap {
  z-index: 2;
  height: 100%;
  position: relative;
}

.featured-project .content-wrap .project-date {
  height: initial !important;
}

.featured-project .content-wrap .project-date .icon {
  color: #CBDA79;
  font-size: 21px;
  margin-right: 14px;
}

.featured-project .content-wrap .project-date h6 {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.featured-project .content-wrap .content {
  bottom: 0;
  position: absolute;
}

.featured-project .content-wrap .content h6 {
  color: #CBDA79;
  font-size: 14px;
  margin: 0 0 10px;
  letter-spacing: 1.75px;
}

.featured-project .content-wrap .content .title {
  color: #FFF;
  margin: 0 0 20px;
}

.featured-project .content-wrap .content .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-project .content-wrap .content .categories li {
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-project .content-wrap .content .categories li:last-child {
  padding-right: 0;
}

.featured-project .content-wrap .content .categories li .icon {
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 24px;
  margin-right: 10px;
  border-radius: 500px;
  border: 2px solid #CBDA79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-project .content-wrap .content .categories li .text {
  color: #FFF;
  font-size: 16px;
  overflow: hidden;
  line-height: 18px;
  letter-spacing: 0.24px;
}

.featured-project:hover:after, .featured-project:focus:after {
  -webkit-transform: scale(1.055);
  -ms-transform: scale(1.055);
  transform: scale(1.055);
}

.featured-project:hover .content-wrap .content .title, .featured-project:focus .content-wrap .content .title {
  color: #CBDA79;
}

.additional-projects .pagination {
  padding-top: 10px;
}

.additional-project {
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #DCDCDC;
}

.additional-project h6 {
  color: #7B7B7B;
  font-size: 14px;
  margin: 0 0 15px;
  letter-spacing: 1.75px;
}

.additional-project .title {
  margin: 0 0 27px;
  color: #4D534C;
  font-size: 30px;
  line-height: 30px;

}

.additional-project .title:hover, .additional-project .title:focus {
  color: #FF6347;
}

.additional-project .btn {
  color: #4D534C;
  background: #DDDDDD;
  border-color: #DDDDDD;
  padding: 0px 15px;
}

.additional-project .btn:hover, .additional-project .btn:focus {
  color: #FFF;
}

.additional-project .card {
  margin-bottom: 15px;
}

.additional-project .thumbnail {
  border: none;
  margin-right: 10px;
}

.additional-project .thumbnail img {
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

/* SINGLE PROJECT */
.page-header.page-header-single-project {
  height: 280px;
}

.page-header.page-header-single-project .title {
  margin: 0;
}

.page-header.page-header-single-project p {
  margin: 0px;
  color: #CBDA79;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}

.project-intro {
  overflow: hidden;
  padding: 60px 0 0;
}

.project-intro .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.project-intro .container-fluid .align-center-v {
  margin-left: 0;
}

.project-intro .project-slider-nav {
  width: 67px;
  padding-left: 0;
}

.project-intro .project-slider-nav div {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.project-intro .project-slider-nav .slick-slide {
  width: 100%;
  height: 440px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-intro .project-slider-nav .slick-slide:not(.slick-active) {
  overflow: hidden;
}

.project-intro .content {
  margin-left: 20px;
}

.project-intro .content h6 {
  color: #FF6347;
  margin: 0 0 5px;
  font-style: 14px;
  letter-spacing: 1.75px;
}

.project-intro .content h3 {
  margin: 0 0 20px;
  color: #4D534C;
}

.project-intro .content p {
  font-weight: 300;
  max-width: 90%;
}

.project-intro .content .btn-wrapper .slider-controls {
  overflow: hidden;
  padding-left: 35px;
}

.project-intro .content .btn-wrapper .slider-controls .btn {
  font-size: 28px;
  max-width: 70px;
  color: #4D534C;
  border-color: #4D534C;
  background: transparent !important;
}

.project-intro .content .btn-wrapper .slider-controls .btn:not(:last-child) {
  margin-right: 18px;
}

.project-intro .content .btn-wrapper .slider-controls .btn:hover, .project-intro .content .btn-wrapper .slider-controls .btn:focus {
  color: #FFF;
  background: #7F897D !important;
  border-color: #7F897D !important;
}

.project-intro .project-slider div {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.project-intro .project-slider .slick-list {
  padding-left: 0 !important;
}

.project-intro .project-slider .slick-slide {
  width: 100%;
  height: 440px;
  position: relative;
  margin-right: 44px;
}

.progress.progress-project {
  height: 4px;
  background: #D2D2D2;
  margin: 120px 0 16px;
}

.progress.progress-project .slider__label {
  background: #FF6347;
  -webkit-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}

.project-information {
  padding: 65px 0 30px;
  background: #F5F5F5;
}

.project-information [class^="col"]:first-child .section-title {
  max-width: 556px;
}

.project-information .section-title {
  margin: 0 0 20px;
  border-bottom: 1px solid #B4B4B4;
}

.project-information .section-title h6 {
  color: #FF6347;
  font-size: 14px;
  margin: 0 0 15px;
  letter-spacing: 1.75px;
}

.project-information .section-title .title {
  margin: 0 0 20px;
  color: #4D534C;
}

.project-information .Project-information-lists {
  margin: 45px 0 0;
}

.project-information .Project-information-lists li {
  margin: 0 0 45px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-information .Project-information-lists li:before, .project-information .Project-information-lists li:after {
  content: none;
}

.project-information .Project-information-lists li .icon {
  font-size: 48px;
  margin-right: 25px;
  color: #4D534C;
}

.project-information .Project-information-lists li .content {
  overflow: hidden;
}

.project-information .Project-information-lists li .content h6 {
  color: #FF6347;
  font-size: 14px;
  letter-spacing: 1.75px;
}

.project-information .Project-information-lists li .content h5 {
  color: #4D534C;
}

.project-information .service-Provided {
  width: 100%;
  height: 140px;
  margin: 0 0 30px;
  border-radius: 4px;
  padding: 25px 30px;
  background: #FFF;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-information .service-Provided .left {
  float: left;
}

.project-information .service-Provided .left i {
  display: block;
  font-size: 33px;
  margin: 0 0 5px;
  color: #4D534C;
}

.project-information .service-Provided .left h5 {
  font-size: 24px;
  line-height: 28px;
  color: #4D534C;
}

.project-information .service-Provided .right {
  width: 46px;
  height: 46px;
  float: right;
  color: #FFF;
  font-size: 23px;
  background: #CBDA79;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-about-partners {
  padding: 70px 0 60px;
  overflow: hidden;
}

.project-about-partners .section-title {
  margin: 0 0 30px;
  border-bottom: 1px solid #B4B4B4;
}

.project-about-partners .section-title h6 {
  color: #FF6347;
  font-size: 14px;
  margin: 0 0 15px;
  letter-spacing: 1.75px;
}

.project-about-partners .section-title .title {
  margin: 0 0 20px;
  color: #4D534C;
}

.project-about-partners .project-about ul li .icon {
  font-size: 45px;
  margin-top: 10px;
  margin-right: 25px;
}

.project-about-partners .project-about ul li .content {
  overflow: hidden;
}

.project-about-partners .project-about h5, .project-about-partners .project-about .icon, .project-about-partners .project-about p {
  color: #4D534C;
}

.project-about-partners .project-about p {
  max-width: 756px;
  font-weight: 300;
  letter-spacing: 0;
}

.project-about-partners .partners li {
  margin: 0 0 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-about-partners .partners li:before, .project-about-partners .partners li:after {
  content: none;
}

.project-about-partners .partners li .media {
  margin-right: 24px;
}

.partners-only .section-title {
  margin: 0 0 70px;
}

.partners-only .section-title .title {
  margin: 0 0 30px;
}

.partners-only .partners {
  margin-bottom: 30px;
}

.partners-only .partners .media {
  margin: 0 0 40px;
}

.project-pagination {
  padding-top: 60px;
}

.project-pagination .pagination {
  padding: 40px 0;
  border-radius: 0;
  border-top: 1px solid #B4B4B4;
}

.project-pagination .pagination .pager {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-pagination .pagination .pager:before, .project-pagination .pagination .pager:after {
  content: none;
}

.project-pagination .pagination .pager li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.project-pagination .pagination .pager li.previous a {
  text-align: left;
}

.project-pagination .pagination .pager li.next a {
  text-align: right;
}

.project-pagination .pagination .pager li.all a {
  margin: 0 auto;
  text-align: center;
  padding: 13.3px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #CBDA79;
}

.project-pagination .pagination .pager li.all a:hover, .project-pagination .pagination .pager li.all a:focus {
  color: #FFF;
  background: #CBDA79 !important;
  border-color: #CBDA79 !important;
}

/***********************************
CAREERS STYLES
***********************************/
.careers {
  padding: 80px 0 150px;
}

.careers .content {
  max-width: 1252px;
}

.careers .content h4 {
  margin: 0 0 50px;
  letter-spacing: 0.45px;
}

.careers .content h6 {
  padding: 30px 0 0;
}

.careers .content ul {
  list-style: none;
  margin: 45px 0 20px;
}

.careers .content ul li {
  padding-left: 16px;
  line-height: 36px;
  position: relative;
}

.careers .content ul li:before {
  left: 0;
  content: '•';
  font-size: 18px;
  position: absolute;
}

.careers .content a {
  color: #FF6347;
  display: block;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 36px;
  padding-top: 10px;
  text-decoration: underline;
  letter-spacing: 0.27px;
}

.careers .content a:hover, .careers .content a:focus {
  color: #CBDA79;
}

/***********************************
OUR STORY STYLES
***********************************/
.our-story-page {
  overflow: hidden;
  padding: 100px 0 70px;
  background: #F7F7F7;
}

.our-story-page .our-story-item {
  z-index: 1;
  position: relative;
}

.our-story-page .our-story-item:not(:last-child) {
  margin-bottom: 60px;
}

.our-story-page .our-story-item:nth-child(even) .content {
  margin-left: 25px;
}

.our-story-page .our-story-item:nth-child(even) .border:after {
  right: auto;
  left: -99833px;
}

.our-story-page .content span {
  color: #FF6347;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
}

.our-story-page .content .title {
  color: #4D534C;
  line-height: 55px;
}

.our-story-page .content h5 {
  color: #FF6347;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.our-story-page .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.our-story-page .media img {
  width: 100%;
  height: auto;
}

.our-story-page .border {
  position: relative;
}

.our-story-page .border:after {
  content: '';
  z-index: -1;
  bottom: -75px;
  height: 450px;
  right: -99833px;
  width: 99999px;
  position: absolute;
  border: 4px solid #CBDA79;
}

.concept-heading {
  padding-top: 0;
  overflow: hidden;
  background: #F7F7F7;
  padding-bottom: 100px;
}

.concept-heading .border {
  position: relative;
}

.concept-heading .border:after {
  content: '';
  z-index: 1;
  bottom: -75px;
  height: 450px;
  right: -99833px;
  width: 99999px;
  position: absolute;
  border: 4px solid #CBDA79;
}

.concept-heading .border.bottom:after {
  left: -99833px;
  right: auto;
  bottom: -400px;
}

.concept-heading .content {
  height: 556px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 2;
}

.concept-heading .content:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.concept-heading .content h5, .concept-heading .content .title {
  color: #FFF;
  text-shadow: 0px 2px 4px #000;
}

.concept-heading .content h5 {
  margin: 0 0 5px;
  font-weight: 400;
  letter-spacing: 3px;
}

.concept-heading .content .title {
  max-width: 760px;
}

.concept-heading .text {
  margin: 85px 0 0;
}

.concept-heading .text p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}

.concept-heading .smoothScroll {
  width: 120px;
  height: 120px;
  color: #FFF;
  display: block;
  font-size: 32px;
  background: #CBDA79;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: -60px;
  margin: 0 auto;
  position: absolute;
}

.concept-heading .smoothScroll:before, .concept-heading .smoothScroll:after {
  content: none;
}

.concept-heading .smoothScroll i {
  margin: 5px 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.concept {
  padding: 80px 0 0;
  position: relative;
}

.concept .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.concept .top-image {
  top: 80px;
  z-index: -1;
  right: -30px;
  position: absolute;
}

.concept .bottom-image {
  z-index: -1;
  bottom: 100px;
  left: -42px;
  position: absolute;
}

.concept .border-line {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  background: #CBDA79;
  position: relative;
}

.concept .border-line:before {
  top: -140px;
  left: 0;
  right: 0;
  width: 4px;
  content: '';
  height: 100%;
  background: #CBDA79;
  position: absolute;
}

.concept .border-line:after {
  bottom: 0;
  width: 24px;
  left: -10px;
  content: '';
  height: 24px;
  bottom: -12px;
  background: #CBDA79;
  position: absolute;
  border-radius: 500px;
}

.concept [class^="col"]:last-child .concept-item:before {
  left: auto;
  right: 121.66666667%;
}

.concept [class^="col"]:last-child .concept-item .date {
  margin-right: 0;
  margin-left: 24px;
}

.concept [class^="col"]:last-child .concept-item .media {
  margin-left: 0;
  margin-right: auto;
  padding-left: inherit;
  padding-right: 104px;
}

.concept-item {
  position: relative;
  margin-top: 100px;
}

.concept-item:before {
  top: 200px;
  width: 24px;
  content: '';
  height: 24px;
  left: 121.66666667%;
  background: #CBDA79;
  position: absolute;
  border-radius: 500px;
}

.concept-item.concept-0 {
  margin-top: 0;
}

.concept-item.concept-1 {
  margin-top: 420px;
}

.concept-item.concept-5 {
  margin-bottom: 150px;
}

.concept-item .media {
  margin-right: 0;
  margin-left: auto;
  padding-left: 104px;
}

.concept-item .media img {
  width: 100%;
  height: auto;
}

.concept-item .date {
  z-index: 1;
  width: 208px;
  height: 208px;
  padding: 25px;
  margin: -104px 24px 0 0;
  position: relative;
  background: #CBDA79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.concept-item .date .year {
  color: #4D534C;
  letter-spacing: 0.9px;
}

.concept-item .date .month {
  color: #FFF;
  letter-spacing: 0.6px;
}

.concept-item .content {
  overflow: hidden;
}

.concept-item .content .title {
  margin: 20px 0 12px;
  line-height: 32px;
  color: #4D534C;
}

.concept-item .content p {
  margin: 0;
  line-height: 24px;
}

.concept-item .content p + p {
  margin: 0 0 30px;
}

.today {
  border-top: 1px solid #E6E6E6;
}

.today .content {
  margin: 0 0 18px;
}

.today .content .title {
  margin: 0 0 5px;
  letter-spacing: 0;
}

.today .content ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #4D534C;
}

/***********************************
FOOTER STYLES
***********************************/
.footer {
  padding: 80px 0 70px;
  background: #CBDA79;
}

.footer .footer-logo {
  max-width: 198px;
  position: relative;
}

.footer .footer-logo a {
  display: block;
}

.footer .footer-logo a p {
  margin: 0;
  right: -2px;
  bottom: 15px;
  font-size: 10px;
  max-width: 60px;
  line-height: 12px;
  color: #4D534C;
  position: absolute;
  letter-spacing: 0.15px;
}

.footer .footer-menu {
  margin: 0 0 30px;
}

.footer .footer-menu li {
  padding: 0;
}

.footer .footer-menu li a {
  color: #4D534C;
  font-size: 16px;
  font-weight: 800;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.footer .footer-menu li a:hover, .footer .footer-menu li a:focus {
  color: #FF6347;
}

.footer .widget-contact ul li {
  margin: 0 0 12px;
}

.footer .widget-contact ul li .icon {
  color: #FFF;
  font-size: 13px;
  margin-right: 10px;
}

.footer .widget-contact ul li .icon .icon-email {
  font-size: 16px;
}

.footer .widget-contact ul li .content {
  overflow: hidden;
}

.footer .widget-contact ul li .content .name {
  color: #4D534C;
}

.footer .widget-contact ul li .content a, .footer .widget-contact ul li .content .name {
  color: #4D534C;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.footer .widget-contact ul li .content a:hover, .footer .widget-contact ul li .content a:focus {
  color: #FF6347;
}

.footer .widget-contact ul li.address .content a {
  display: block;
  max-width: 215px;
}

.footer .mailing p {
  color: #4D534C;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 435px;
  margin: 0 0 25px;
}

.footer .mailing .button {
  border: 0;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  max-width: 220px;
  text-align: center;
  margin-right: 20px;
  white-space: nowrap;
  border-radius: 26px;
  padding: 12.5px 15px;
  background: #4D534C;
}

.footer .mailing .button:hover, .footer .mailing .button:focus {
  background: #FF6347;
}

.footer .social-media {
  font-size: 0;
  white-space: nowrap;
}

.footer .social-media li {
  padding: 0 4px;
}

.footer .social-media li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #FFF;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .social-media li a .icon-linkedin {
  color: #3F729B;
}

.footer .social-media li a .icon-facebook {
  color: #3B5999;
}

.footer .social-media li a .icon-twitter {
  color: #55ACEE;
}

.footer .social-media li a .icon-instagram {
  color: #FF0084;
}

.footer .social-media li a:hover, .footer .social-media li a:focus {
  background: #000;
}

.footer .social-media li a:hover i, .footer .social-media li a:focus i {
  color: #FFF;
}

/***********************************
CONTACT STYLES
***********************************/
.contact {
  padding: 80px 0;
  border-bottom: 1px solid #D5D5D5;
}

.contact .contact-subject {
  margin: 0 0 20px;
  position: relative;
}

.contact .contact-subject:before {
  right: 0;
  z-index: 1;
  color: #FF6347;
  content: "\73";
  font-size: 24px;
  text-align: right;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 10px);
  font-family: "build-health" !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact .contact-subject select {
  border: 0;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  color: #4D534C;
  background: #FFF;
  padding: 15px 0 !important;
  border-bottom: 1px solid #FF6347;
  letter-spacing: 0.18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact .contact-subject select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.contact .contact-subject select option {
  font-weight: 600;
}

.contact .content p {
  margin: 0 0 20px;
}

.contact .content a {
  color: #FF6347;
  font-weight: 700;
  text-decoration: underline;
}

.contact .content a:hover, .contact .content a:focus {
  color: #CBDA79;
}

.contact .content .job-opp p:not(:last-child) {
  margin: 0;
}

.contact .content ul {
  list-style: none;
  margin: 0 0 30px;
}

.contact .content ul li {
  padding-left: 16px;
  position: relative;
}

.contact .content ul li:before {
  left: 0;
  content: '•';
  font-size: 18px;
  position: absolute;
}

.contact-testimonials {
  border-bottom: 1px solid #D5D5D5;
}

.contact-testimonials .blockquote .sponsors {
  color: #FF6347;
  font-size: 14px;
  letter-spacing: 1.75px;
}

.contact-testimonials .blockquote .separator:before {
  background: #4D534C;
}

.contact-testimonials .blockquote .separator img {
  z-index: 1;
  padding: 0 20px;
  background: #FFF;
  position: relative;
}

.contact-testimonials .blockquote p {
  max-width: 812px;
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
}

.contact-testimonials .blockquote .media {
  width: 92px;
  height: 92px;
}

#gmap {
  height: 440px;
}

.quick-contact {
  padding: 80px 0;
}

.quick-contact .content-wrap {
  margin-left: 100px;
}

.quick-contact .content-wrap .title {
  margin: 0 0 28px;
  color: #4D534C;
  letter-spacing: 0.18px;
}

.quick-contact .content-wrap ul li {
  margin: 0 0 28px;
}

.quick-contact .content-wrap ul li .icon {
  color: #CBDA79;
  font-size: 22px;
  margin-right: 11px;
}

.quick-contact .content-wrap ul li .content {
  overflow: hidden;
}

.quick-contact .content-wrap ul li .content span {
  display: block;
}

.quick-contact .content-wrap ul li .content a, .quick-contact .content-wrap ul li .content span {
  color: #4D534C;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.quick-contact .content-wrap ul li.address .content a {
  display: block;
  max-width: 310px;
}

.quick-contact .content-wrap ul li:hover .content a, .quick-contact .content-wrap ul li:focus .content a {
  color: #FF6347;
}

.gform_confirmation_message {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.gform_confirmation_message:before {
  content: '✔';
  font-size: 23px;
  padding-right: 10px;
  color: green;
}

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper.gform_validation_error form .gform_body ul li.gfield.google_recpatcha {
  float: none !important;
  max-width: 100% !important;
}

.gform_wrapper.gform_validation_error form .gform_footer {
  margin-top: -108px !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
  margin-top: 24px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.google_recpatcha {
  float: right;
  margin-top: 24px;
  padding-right: 222px;
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.google_recpatcha .ginput_container {
  margin-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:first-child {
  margin-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  display: none !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield label, .gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  margin: 0 0 8px;
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  color: #23275E !important;
  text-transform: uppercase !important;
  letter-spacing: 1.25px;
}

.gform_wrapper form .gform_body .gform_fields .gfield textarea.medium {
  height: 100px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  padding: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required .validation_message, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .validation_message {
  margin: 0 !important;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  z-index: 1;
  right: 20px;
  color: #FFF;
  content: "\73";
  font-size: 16px;
  text-align: right;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 12.5px);
  font-family: "build-health" !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 15px !important;
  background-color: #CBDA79 !important;
  letter-spacing: 0.21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload {
  cursor: pointer;
  position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .ginput_container_fileupload {
  width: 100%;
  height: 50px;
  border-radius: 0;
  position: relative;
  margin-top: 0 !important;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .ginput_container_fileupload .screen-reader-text {
  left: 25px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 18px;
  color: #4D534C;
  position: absolute;
  letter-spacing: 0.21px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .ginput_container_fileupload:before {
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  max-width: 208px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  content: 'Attach Doc or Pdf';
  position: absolute;
  background: #4D534C;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.35px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload input[type="file"] {
  opacity: 0;
  z-index: 11;
  height: 50px;
  width: 100%;
  cursor: pointer;
  color: transparent;
  position: relative;
}

.gform_wrapper form .gform_footer {
  float: right;
  margin: 0 !important;
  width: inherit !important;
  padding: 0 16px 0 0 !important;
  margin-top: -78px !important;
}

.gform_wrapper form .gform_footer .btn {
  width: 208px;
  font-size: 14px;
  font-weight: 700;
  max-width: 208px;
  padding: 13px 15px;
  background: #CBDA79;
  color: #4D534C;
  border-color: #CBDA79;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.gform_wrapper form .gform_footer .btn:hover, .gform_wrapper form .gform_footer .btn:focus {
  color: #FFF;
}

/***********************************
404 STYLES
***********************************/
.error404 {
  background: #FFF;
}

.error404 .error-404 {
  padding: 40px 0;
}

.error404 .error-404 .pageheader {
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.error404 .error-404 .pageheader .hero {
  margin: 0;
  color: #000;
  font-size: 125px;
  font-weight: bold;
  line-height: normal !important;
  color: #4D534C;
}

.error404 .error-404 .page-content .searchform {
  margin: 0 auto;
  padding: 10px 0 50px;
}

.error404 .error-404 .page-content .searchform .screen-reader-text {
  display: none;
}

.error404 .error-404 .page-content .searchform input[type="text"], .error404 .error-404 .page-content .searchform input[type="search"] {
  max-width: 500px;
  border-radius: 36px;
  width: 100% !important;
  margin: 0 0 20px !important;
}

.error404 .error-404 .page-content .searchform input[type="submit"] {
  border: 0;
  color: #FFF;
  width: 100%;
  font-size: 18px;
  max-width: 208px;
  padding: 12px 15px;
  border-radius: 36px;
  background: #23275E;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.error404 .error-404 .page-content .searchform input[type="submit"]:hover, .error404 .error-404 .page-content .searchform input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic_container {
  padding: 40px 0 48px 0;
}

.basic_container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none !important;
}

.basic {
  max-width: 1008px;
  margin: 0 auto;
  padding: 35px 0;
}

.basic h2 {
  color: #4D534C;
  margin-bottom: 35px;
}

.basic ul {
  margin-left: 30px;
  list-style-type: disc;
}

.basic ul li {
  margin-bottom: 15px;
}

.basic p:last-child {
  margin-bottom: 25px;
}

/* left */
.basic_left img {
  max-width: 100%;
  display: block;
  float: left;
}

.basic_left p {
  display: block;
  padding: 0;
}

/* middle */
.middle_box {
  padding: 0 15px;
}

.basic_middle img {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 50px auto;
  max-width: 1008px;
  max-width: 100%;
}

.basic_middle h2 {
  text-align: center;
}

.basic_middle p {
  margin-bottom: 0 !important;
  margin: 10px 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.basic_middle .btn {
  float: none;
  margin: 25px auto 0 auto;
}

.basic_single .btn {
  float: none;
  margin: 25px auto 0 auto;
}

/* right */
.basic_right img {
  max-width: 100%;
  display: block;
  float: right;
  margin: 0 auto;
}

.basic_right p {
  display: block;
  padding: 0;
}

.gcbase-home {
  width: 100%;
  background: #008cc6;
  background: -moz-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -webkit-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -o-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc6', endColorstr='#8ec652',GradientType=1 );
}

/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1661px) {
  .navbar-nav .phone{
    display: none;
  }
}

@media only screen and (max-width: 1450px) {
  .navbar-nav .social-media{
    display: none;
  }
}


@media only screen and (max-width: 1230px) {
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar-toggle {
    border: 0;
    margin: 0;
    padding: 0;
    width: 90px;
    height: 80px;
    display: block;
    border-radius: 0;
    border-right: 1px solid #ECECEC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .navbar-toggle:hover .icon-bar:nth-child(1) {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .header .navbar-toggle:hover .icon-bar:nth-child(3) {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .header .navbar-toggle.in .icon-bar {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
  }
  .header .navbar-toggle.in .icon-bar:nth-child(1) {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  .header .navbar-toggle.in .icon-bar:nth-child(1) .inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-toggle.in .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header .navbar-toggle.in .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .header .navbar-toggle.in .icon-bar:nth-child(3) .inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .navbar-toggle .icon-bar {
    width: 32px;
    margin: 0 auto;
    background-color: transparent !important;
    -webkit-transition: -webkit-transform 150ms linear 150ms;
    transition: -webkit-transform 150ms linear 150ms;
    -o-transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
  }
  .header .navbar-toggle .icon-bar:not(:last-child) {
    margin-bottom: 6px;
  }
  .header .navbar-toggle .icon-bar .inner {
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 4px;
    background-color: #FF6347;
    -webkit-transition: background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
    transition: background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
    -o-transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms;
    transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms;
    transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
  }
  .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background-color: #FF6347;
  }
  .header .navbar-toggle:hover:before, .header .navbar-toggle:focus:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .navbar-toggle:hover .icon-bar .inner, .header .navbar-toggle:focus .icon-bar .inner {
    background-color: #FFF;
  }
  .header .navbar .container-fluid {
    padding-left: 0;
  }
  .header .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .navbar .navbar-header .logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header .navbar .navbar-header .logo .navbar-brand {
    margin: 0;
  }
  .header .navbar .navbar-collapse .nav {
    display: none;
  }
  .sidr .sidr-inner .mobile-header {
    display: block !important;
  }
  .sidr .sidr-inner .mobile-header .navbar-header {
    width: 100%;
    float: none;
    padding: 14px 15px;
    border-bottom: 1px solid #ECECEC;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .logo a {
    display: inline-block;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .closeMenu {
    border: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/cross.png);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .closeMenu:hover, .sidr .sidr-inner .mobile-header .navbar-header .closeMenu:focus {
    background-image: url(images/cross-red.png);
  }
  .sidr .sidr-inner .mobile-header .navigation .nav {
    float: none;
  }
  .sidr .sidr-inner .mobile-header .navigation .nav li {
    float: none;
    border-bottom: 1px solid #ECECEC;
  }
  .sidr .sidr-inner .mobile-header .navigation .nav li a {
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #4D534C;
  }
  .sidr .sidr-inner .mobile-header .navigation .nav li.active a, .sidr .sidr-inner .mobile-header .navigation .nav li:hover a, .sidr .sidr-inner .mobile-header .navigation .nav li:focus a {
    color: #CBDA79;
    background-color: transparent;
  }
  .sidr .sidr-inner .mobile-header .donate-btn {
    padding: 15px 15px 30px;
    border-top: 1px solid #ECECEC;
  }
  .sidr .sidr-inner .mobile-header .donate-btn .btn {
    max-width: 100%;
    padding: 10px 15px;
    border-color: #FF6347;
  }
  .sidr .sidr-inner .mobile-header .social {
    padding: 25px 15px 15px;
  }
  .sidr .sidr-inner .mobile-header .social h6 {
    color: #4D534C;
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sidr .sidr-inner .mobile-header .social .social-media {
    font-size: 0;
    margin-left: 0;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li {
    padding: 0 20px 0 0;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a {
    font-size: 16px;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a .icon-linkedin {
    color: #3F729B;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a .icon-facebook {
    color: #3B5999;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a .icon-twitter {
    color: #55ACEE;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a .icon-instagram {
    color: #FF0084;
  }
  .sidr .sidr-inner .mobile-header .social .social-media li a:hover i, .sidr .sidr-inner .mobile-header .social .social-media li a:focus i {
    color: #FF6347;
  }
}

@media only screen and (max-width: 1400px) {
  .about-us.home .bottom-image {
    right: -60px;
    bottom: -170px;
  }
  /* Basic Template Styles */
  .basic h2 {
    margin-bottom: 20px;
  }
}

/* 1400 */
@media only screen and (min-width: 1200px) and (max-width: 1266px) {
  .quick-contact .content-wrap {
    margin-left: 60px;
  }
  .project-intro .content {
    margin-left: 10px;
  }
  .project-intro .content .btn-wrapper .btn {
    max-width: 180px;
  }
  .project-intro .content .btn-wrapper .slider-controls {
    padding-left: 25px;
  }
  .project-intro .content .btn-wrapper .slider-controls .btn:not(:last-child) {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1115px) {
  .sidebar.col-md-offset-1 {
    margin-left: 1.33333333%;
    width: 32%;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.google_recpatcha {
    padding-right: 0;
  }
  .gform_wrapper form .gform_footer {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 52px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 32px;
    line-height: 32px;
  }
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar .navbar-collapse .navbar-right li.phone {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .navbar .navbar-collapse .navbar-right li.social-media {
    padding-left: 25px;
  }
  .header .navbar .navbar-collapse .navbar-right li.menu-btn {
    width: 170px;
  }
  /***********************************
	PAGE HEADER STYLES
	***********************************/
  .page-header {
    height: 400px;
  }
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 700px;
    padding-bottom: 60px;
  }
  .banner .content .hero-title {
    max-width: 560px;
  }
  .banner .content p {
    font-size: 22px;
    line-height: 34px;
  }
  /***********************************
	BHI-SLIDER STYLES
	***********************************/
  .bhi-slider-wrap {
    padding: 80px 0;
  }
  /***********************************
	BOX ITEM STYLES
	***********************************/
  .bhi-section {
    margin-left: 60px;
  }
  .bhi-section p {
    font-size: 22px;
    line-height: 34px;
  }
  .number-item .content h1 {
    font-size: 60px;
    line-height: 55px;
    margin: 0 0 15px;
  }
  .about-us {
    padding: 80px 0 50px;
  }
  .about-us.home .bottom-image {
    right: -100px;
  }
  .home-expertise {
    margin: -80px 0 0;
  }
  .get-involved {
    padding: 70px 0 50px;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .our-mission {
    padding: 70px 0 60px;
  }
  .guiding-principles {
    padding: 70px 0 50px;
  }
  .guiding-principles .title {
    margin: 0 0 50px;
  }
  .our-approach {
    padding: 60px 0 50px;
  }
  .our-approach .approach-head {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .our-approach .approach-head .section-title p {
    font-size: 22px;
    line-height: 34px;
    max-width: 900px;
  }
  .approach-item {
    padding: 40px 0 10px;
  }
  .approach-item .border:after {
    right: -99800px;
  }
  .approach-item:nth-child(even) .border:after {
    right: inherit;
    left: -99800px;
  }
  .approach-item:nth-child(even) .bhi-section {
    margin-left: 50px;
  }
  .our-story {
    padding: 80px 0;
  }
  .our-clients {
    padding: 60px 0;
  }
  .testimonials {
    padding: 60px 0;
  }
  /***********************************
	GET-INVOLVER STYLES
	***********************************/
  .donation {
    padding: 90px 0;
  }
  .donation .photo-credit {
    bottom: -60px;
  }
  .involved {
    padding: 70px 0 40px;
  }
  /***********************************
	TEAM STYLES
	***********************************/
  .team {
    padding: 50px 0;
  }
  /***********************************
	EXPERTISE STYLES
	***********************************/
  .expertise .expertise-item {
    padding: 60px 0;
  }
  .expertise .expertise-item .border:before {
    top: -105px;
  }
  .expertise .expertise-item:nth-child(odd) {
    background: #F7F7F7;
  }
  .expertise .expertise-item:nth-child(odd) .border:before {
    bottom: -105px;
  }
  .expertise .expertise-item:nth-child(odd) .content-area {
    margin-left: 30px;
  }
  .expertise .expertise-item .content-area .section-title {
    margin: 0 0 25px;
  }
  /***********************************
	PROJECTS STYLES
	***********************************/
  .featured-project {
    padding: 30px 30px 20px;
  }
  .project-intro {
    padding: 50px 0 0;
  }
  .project-intro .project-slider-nav {
    width: 60px;
  }
  .project-intro .project-slider-nav .slick-slide {
    width: 100%;
    height: 400px;
  }
  .project-intro .content {
    margin-left: 0;
  }
  .project-intro .content h3 {
    margin: 0 0 10px;
  }
  .project-intro .content p {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .project-intro .content .btn-wrapper .btn {
    max-width: 170px;
  }
  .project-intro .content .btn-wrapper .slider-controls {
    white-space: nowrap;
    padding-left: 15px;
  }
  .project-intro .content .btn-wrapper .slider-controls .btn:not(:last-child) {
    margin-right: 5px;
  }
  .project-intro .project-slider .slick-slide {
    height: 400px;
    margin-right: 20px;
  }
  .progress.progress-project {
    margin: 60px 0 16px;
  }
  .project-about-partners {
    padding: 60px 0 30px;
  }
  .partners-only .section-title {
    margin: 0 0 60px !important;
  }
  .partners-only .partners .media {
    margin: 0 0 30px;
  }
  .project-pagination {
    padding-top: 50px;
  }
  .project-pagination .pagination {
    padding: 40px 0 20px;
  }
  /***********************************
	CAREERS STYLES
	***********************************/
  .careers {
    padding: 60px 0 80px;
  }
  .careers .content h4 {
    margin: 0 0 40px;
  }
  .careers .content h6 {
    padding: 20px 0 0;
  }
  .careers .content ul {
    margin: 30px 0 10px;
  }
  .careers .content a {
    margin: 0 0 20px;
    padding-top: 0;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  .news {
    padding: 60px 0;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  .contact {
    padding: 60px 0;
  }
  .contact .contact-subject select {
    font-size: 34px;
    letter-spacing: 0.17px;
  }
  .contact .content p {
    margin: 0 0 25px;
  }
  #gmap {
    height: 400px;
  }
  .quick-contact {
    padding: 60px 0;
  }
  .quick-contact .content-wrap {
    margin-left: 50px;
  }
  .quick-contact .content-wrap ul li {
    margin: 0 0 20px;
  }
  .quick-contact .content-wrap ul li .icon {
    font-size: 20px;
  }
  .quick-contact .content-wrap ul li .content a, .quick-contact .content-wrap ul li .content span {
    font-size: 20px;
    line-height: 30px;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page {
    padding: 80px 0;
  }
  .our-story-page .our-story-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .our-story-page .our-story-item:nth-child(even) .content {
    margin-left: 20px;
  }
  .our-story-page .content h5 {
    margin: 0 0 15px;
  }
  .our-story-page .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .concept-heading .border:after {
    bottom: -50px;
  }
  .concept-heading .content {
    height: 500px;
  }
  .concept-heading .text {
    margin: 65px 0 0;
  }
  .concept-heading .text p {
    font-size: 22px;
    line-height: 32px;
  }
  .concept-heading .smoothScroll {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
  .concept .top-image {
    top: 0;
  }
  .concept [class^="col"]:last-child .concept-item:before {
    right: 121.88888889%;
  }
  .concept [class^="col"]:last-child .concept-item .media {
    padding-right: 80px;
  }
  .concept-item.concept-1 {
    margin-top: 355px;
  }
  .concept-item:before {
    left: 121.88888889%;
  }
  .concept-item .media {
    padding-left: 80px;
  }
  .concept-item .date {
    width: 160px;
    height: 160px;
    margin: -80px 20px 0 0;
  }
}

/* 1199 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* force ipad dropdown carats */
  .open .dropdown-menu > li,
  .open .dropdown-menu > li > a:hover {
    display: inline-block !important;
  }
}

/* iPad Portrait and Landscape */
/* iPad Portrait */
/* iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .involved-item .content-wrap {
    padding: 25px;
  }
  .involved-item .content-wrap .content h6 {
    margin: 0 0 5px;
  }
  .involved-item .content-wrap .content h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .involved-item .content-wrap .content p {
    font-size: 15px;
    line-height: 23px;
  }
  .involved-item .content-wrap .btn {
    width: 60px;
    font-size: 25px;
    padding: 8px 15px;
  }
  /***********************************
	TEAM STYLES
	***********************************/
  .team-member.founder {
    display: block;
  }
  .team-member.founder [class^="col-"] {
    width: 100%;
    margin: 0 0 30px;
  }
  .team-member.founder .content {
    width: 100%;
  }
  .team-member.founder .content .position {
    max-width: 100% !important;
  }
  /***********************************
	EXPERTISE STYLES
	***********************************/
  .expertise-header .smoothScroll .content {
    margin-left: 45px;
  }
  .expertise-header .smoothScroll .content i {
    font-size: 55px;
  }
  .expertise-header .smoothScroll .content h4 {
    font-size: 26px;
    max-width: 70px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  /***********************************
	OUR STORY STYLES
	***********************************/
  .concept {
    padding: 60px 0 0;
  }
  .concept .top-image {
    top: 30px;
  }
  .concept .bottom-image img {
    max-width: 80%;
  }
  .concept [class^="col"]:last-child .concept-item:before {
    right: 122%;
  }
  .concept [class^="col"]:last-child .concept-item .media {
    padding-right: 70px;
  }
  .concept-item {
    margin-top: 70px;
  }
  .concept-item.concept-1 {
    margin-top: 390px;
  }
  .concept-item:before {
    left: 122%;
  }
  .concept-item .media {
    padding-left: 70px;
  }
  .concept-item .date {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin: -70px 15px 0 0;
  }
  .concept-item .date .year {
    font-size: 28px;
  }
  .concept-item .date .month {
    font-size: 18px;
  }
  .concept-item .content .title {
    line-height: 30px;
    margin: 15px 0 8px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .btn {
    font-size: 14px;
    max-width: 180px;
    padding: 8px 15px;
    letter-spacing: 1.75px;
  }
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar .navbar-header .logo .navbar-brand {
    border-right: 0;
    padding: 14px 20px;
  }
  .header .navbar .navbar-collapse .navbar-right li.phone {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header .navbar .navbar-collapse .navbar-right li.social-media {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .navbar .navbar-collapse .navbar-right li.social-media a {
    padding: 0 5px;
  }
  .header .navbar .navbar-collapse .navbar-right li.menu-btn {
    width: 120px;
  }
  /***********************************
	PAGE HEADER STYLES
	***********************************/
  .page-header {
    height: 350px;
    padding: 40px 0;
  }
  .page-header .content p {
    font-size: 22px;
    line-height: 30px;
  }
  /***********************************
	BREADCRUMB STYLES
	***********************************/
  .breadcrumb-wrapper .breadcrumb {
    padding: 5px 15px;
  }
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 600px;
    padding-bottom: 50px;
    background-position: 40% 50%;
  }
  .banner .content a img {
    max-width: 200px;
  }
  .banner .content .hero-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 460px;
    margin: 15px 0 5px;
  }
  .banner .content p {
    font-size: 20px;
    max-width: 445px;
    line-height: 32px;
  }
  /***********************************
	BHI-SLIDER STYLES
	***********************************/
  .bhi-slider-wrap {
    padding: 70px 0;
  }
  /***********************************
	BOX ITEM STYLES
	***********************************/
  .bhi-section {
    margin: 0 0 30px;
  }
  .bhi-section h6 {
    margin: 0 0 10px;
  }
  .bhi-section p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 0 20px;
    line-height: 32px;
  }
  .number-item .content h1 {
    font-size: 60px;
    line-height: 55px;
    margin: 0 0 15px;
  }
  .about-us {
    padding: 60px 0 30px;
  }
  .home-expertise {
    margin: 30px 0 0;
  }
  .home-expertise .content {
    margin: 0 0 30px;
  }
  .home-expertise .content .title {
    max-width: 100%;
  }
  .get-involved {
    padding: 60px 0 40px;
  }
  .get-involved .bhi-section .title {
    max-width: 100%;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .our-mission {
    padding: 50px 0 0;
    background-image: unset !important;
  }
  .our-mission .content p {
    max-width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
  .our-mission .media img {
    max-width: 800px;
  }
  .guiding-principles {
    padding: 60px 0 40px;
  }
  .guiding-principles .title {
    margin: 0 0 40px;
  }
  .our-approach {
    padding: 40px 0 30px;
  }
  .our-approach .approach-head {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .our-approach .approach-head .section-title p {
    font-size: 20px;
    line-height: 32px;
  }
  .approach-item {
    padding: 50px 0 0;
  }
  .approach-item .border:after {
    content: none;
  }
  .approach-item:nth-child(even) .bhi-section {
    margin-left: 0;
  }
  .approach-item .bhi-section {
    margin: 0 0 30px;
  }
  .approach-item .bhi-section p {
    max-width: 100%;
  }
  .our-story {
    padding: 60px 0;
  }
  .our-story .media {
    top: calc(50% - 137px);
  }
  .our-story .content p {
    font-size: 20px;
    max-width: 100%;
    margin: 0 0 20px;
    line-height: 32px;
  }
  .our-story .content .button {
    margin: 0;
  }
  .our-clients {
    padding: 50px 0 30px;
  }
  .our-clients .title.sponsers {
    margin-top: 0;
  }
  .testimonials {
    padding: 50px 0;
  }
  .blockquote p {
    font-size: 20px;
    max-width: 850px;
    line-height: 34px;
  }
  /***********************************
	GET-INVOLVER STYLES
	***********************************/
  .involved {
    padding: 60px 0 30px;
  }
  .donation {
    padding: 70px 0;
  }
  .donation .photo-credit {
    bottom: -40px;
  }
  /***********************************
	TEAM STYLES
	***********************************/
  .team {
    padding: 40px 0;
  }
  .team .team-title.international-team {
    margin-top: 20px;
  }
  #popup-content {
    padding: 70px 40px;
  }
  #popup-content .content {
    margin-left: 20px;
  }
  #popup-content .content p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
  }
  /***********************************
	EXPERTISE STYLES
	***********************************/
  .expertise-header {
    padding: 40px 0;
  }
  .expertise-header .shapebg.leftShape {
    height: auto;
  }
  .expertise-header .content-wrap {
    margin: 0 0 30px;
  }
  .expertise .expertise-item {
    padding: 50px 0;
  }
  .expertise .expertise-item .border:before {
    top: inherit;
    bottom: -70px;
    right: -99720px;
    left: auto !important;
  }
  .expertise .expertise-item:nth-child(odd) .content-area {
    margin-left: 0;
  }
  .expertise .expertise-item .content-area {
    margin: 0 0 30px;
  }
  .expertise .expertise-item .content-area p {
    max-width: 100%;
  }
  /***********************************
	PROJECTS STYLES
	***********************************/
  .featured-projects {
    padding-top: 50px;
  }
  .additional-projects {
    padding-top: 20px;
  }
  .featured-project {
    padding: 20px 20px 10px;
  }
  .project-intro {
    padding: 40px 0 0;
  }
  .project-intro .content {
    margin: 0 0 30px;
  }
  .project-intro .project-slider .slick-list {
    padding-left: 70px !important;
  }
  .progress.progress-project {
    margin: 50px 0 15px;
  }
  .project-information {
    padding: 50px 0 20px;
  }
  .project-about-partners {
    padding: 50px 0 20px;
  }
  .project-about-partners .section-title {
    margin: 0 0 25px;
  }
  .project-pagination {
    padding-top: 40px;
  }
  .project-pagination .pagination {
    padding: 30px 0 0;
  }
  /***********************************
	CAREERS STYLES
	***********************************/
  .careers {
    padding: 50px 0 40px;
  }
  .careers .content h4 {
    margin: 0 0 30px;
  }
  .careers .content p br {
    display: none;
  }
  .careers .content ul {
    margin: 20px 0 10px;
  }
  .careers .content ul li {
    line-height: 32px;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  .news {
    padding: 50px 0 10px;
  }
  article.blog-post-single .content .entry-footer {
    margin: 50px 0 0;
  }
  .pagination {
    padding: 0 0 50px;
  }
  .sidebar .widget {
    margin: 0 0 50px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  .contact {
    padding: 50px 0;
  }
  .contact .contact-subject select {
    font-size: 32px;
    letter-spacing: 0.16px;
  }
  .contact .content p, .contact .content ul {
    margin: 0 0 20px;
  }
  .contact-testimonials .blockquote .separator img {
    max-width: 75px;
  }
  .contact-testimonials .blockquote .media {
    width: 85px;
    height: 85px;
  }
  #gmap {
    height: 350px;
  }
  .quick-contact {
    padding: 50px 0;
  }
  .quick-contact .content-wrap {
    margin-left: 0;
  }
  .quick-contact .content-wrap .title {
    margin: 0 0 20px;
  }
  .quick-contact .content-wrap ul li {
    margin: 0 0 18px;
  }
  .quick-contact .content-wrap ul li .icon {
    font-size: 18px;
  }
  .quick-contact .content-wrap ul li .content a, .quick-contact .content-wrap ul li .content span {
    font-size: 18px;
    line-height: 28px;
  }
  .quick-contact .content-wrap ul li.address .content a {
    display: block;
    max-width: 280px;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page {
    padding: 50px 0;
  }
  .our-story-page .our-story-item:nth-child(even) .content {
    margin-left: 0;
  }
  .our-story-page .content h5 {
    margin: 0 0 10px;
  }
  .concept-heading {
    padding-bottom: 60px;
  }
  .concept-heading .border:after {
    bottom: -50px;
    height: 380px;
  }
  .concept-heading .content {
    height: 450px;
  }
  .concept-heading .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .concept {
    padding: 50px 0 0;
  }
  .concept .top-image {
    top: 0;
    right: -120px;
  }
  .concept .top-image img {
    max-width: 70%;
  }
  .concept .bottom-image img {
    max-width: 60%;
  }
  .concept .border-line:before {
    top: -90px;
  }
  .concept [class^="col"]:last-child .concept-item:before {
    right: 122.5%;
  }
  .concept-item.concept-1 {
    margin-top: 345px;
  }
  .concept-item:before {
    left: 122.5%;
  }
  .concept-item .content .title {
    line-height: 28px;
    margin: 15px 0 8px;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer {
    padding: 60px 0 50px;
  }
  .footer .footer-logo {
    margin: 0 auto 30px;
  }
  .footer .footer-logo a p {
    right: 8px;
    bottom: 7px;
  }
  .footer .footer-logo a img {
    max-width: 150px;
  }
  .footer .footer-menu {
    text-align: center;
  }
  .footer .footer-menu li a {
    padding: 0 10px;
  }
  /* Basic Template Styles */
  .basic_left img, .basic_right img {
    float: none;
    margin: 0 auto 50px auto;
  }
  .basic .btn {
    clear: both !important;
    display: block !important;
  }
}

/* 991 */
@media only screen and (max-width: 927px) {
  .concept-heading .border.bottom:after {
    content: none;
  }
  .concept {
    padding-bottom: 180px;
  }
  .concept .bottom-image {
    bottom: 50px;
    right: -100px;
    left: auto;
  }
  .concept .border-line:before {
    top: -50px;
  }
  .concept .first-column, .concept .last-column {
    width: 100%;
    padding-left: 16.66666667%;
  }
  .concept .first-column.hidden {
    display: block !important;
  }
  .concept .middle-column {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
  }
  .concept .last-column .concept-item {
    margin-top: 70px !important;
  }
  .concept .last-column .concept-item .media {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 70px !important;
    padding-right: 0 !important;
  }
  .concept .last-column .concept-item .date {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 24px !important;
  }
  .concept .hidden-mobile {
    display: none;
  }
  .concept-item {
    margin-top: 70px !important;
  }
  .concept-item.concept-0 {
    margin-top: 0 !important;
  }
  .concept-item:before {
    right: auto !important;
    left: -11.8888889% !important;
  }
  .footer .footer-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .footer .col:first-child {
    width: 39.66666667%;
  }
  .footer .col:nth-child(2) {
    width: 43.66666667%;
  }
}

/* (max-width: 900px) and (min-width: 768px) */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 44px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .blankSpace {
    top: -120px !important;
  }
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar .navbar-header {
    display: block !important;
  }
  .home .header .navbar .navbar-header .logo {
    top: 0 !important;
    display: block !important;
  }
  .sidr .sidr-inner .mobile-header .navigation .nav {
    margin: 0;
  }
  /***********************************
	PAGE HEADER STYLES
	***********************************/
  .page-header {
    height: 300px;
    padding: 30px 0;
  }
  .page-header .content .title {
    margin: 0 0 5px;
  }
  .page-header .content p {
    font-size: 18px;
    line-height: 28px;
  }
  /***********************************
	BREADCRUMB STYLES
	***********************************/
  .breadcrumb-wrapper .breadcrumb {
    padding: 5px 0;
  }
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 450px;
    padding-bottom: 0;
    background-position: 10% 50%;
  }
  .banner .content a img {
    max-width: 150px;
  }
  .banner .content .hero-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 350px;
    margin: 10px 0 0;
  }
  .banner .content p {
    font-size: 18px;
    max-width: 401px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  /***********************************
	BHI-SLIDER STYLES
	***********************************/
  .bhi-slider-wrap {
    padding: 60px 0;
  }
  .bhi-slider-wrap .content .slider-number {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0 auto 20px;
  }
  .bhi-slider-wrap .content .slider-number:before {
    width: 30px;
  }
  .bhi-slider-wrap .content .slider-number span.number-slide {
    margin: -20px 0 0;
    padding-right: 10px;
  }
  .bhi-slider-wrap .content .slider-number span.total-slide {
    margin: 20px 0 0;
    padding-left: 10px;
  }
  .bhi-slider-wrap .content .bhi-slider p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
  }
  /***********************************
	BOX ITEM STYLES
	***********************************/
  .bhi-section p {
    font-size: 18px;
    line-height: 30px;
  }
  .number-item, .box-item {
    height: 300px;
  }
  .about-us {
    padding: 50px 0 20px;
  }
  .get-involved {
    padding: 50px 0 30px;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .our-mission {
    padding: 40px 0 0;
  }
  .our-mission .content h3 {
    margin: 0 0 15px;
  }
  .our-mission .content p {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 30px;
  }
  .our-mission .media img {
    max-width: 600px;
  }
  .guiding-principles {
    padding: 40px 0 0;
  }
  .our-approach {
    padding: 40px 0 10px;
  }
  .our-approach .approach-head {
    padding-bottom: 10px;
  }
  .our-approach .approach-head .section-title {
    margin: 0 0 30px;
  }
  .our-approach .approach-head .section-title p {
    font-size: 18px;
    line-height: 30px;
    max-width: 726px;
  }
  .approach-item {
    padding: 40px 0 0;
  }
  .approach-item + .approach-item {
    padding: 10px 0 0;
  }
  .approach-item .bhi-section {
    margin: 0 0 30px;
  }
  .our-story {
    padding: 40px 0;
  }
  .our-story .title {
    margin: 0 0 15px;
  }
  .our-story .content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .our-clients {
    padding: 40px 0 20px;
  }
  .our-clients .title {
    margin: 0 0 30px;
  }
  .testimonials {
    padding: 40px 0;
  }
  .blockquote p {
    font-size: 18px;
    line-height: 32px;
  }
  .blockquote .media {
    width: 100px;
    height: 100px;
  }
  /***********************************
	GET-INVOLVER STYLES
	***********************************/
  .involved {
    padding: 50px 0 20px;
  }
  .donation {
    padding: 50px 0;
  }
  .donation .photo-credit {
    bottom: -20px;
  }
  /***********************************
	TEAM STYLES
	***********************************/
  .team {
    padding: 30px 0;
  }
  .team-member.founder .media {
    margin: 0 0 30px;
  }
  .team-member.founder .content .position {
    max-width: 100% !important;
  }
  #popup-content {
    padding: 40px 25px;
  }
  #popup-content .content {
    margin: 30px 0 0;
  }
  #popup-content .content .name {
    margin: 0 0 5px;
  }
  #popup-content .content .position {
    margin: 0 0 10px;
    max-width: 100%;
  }
  #popup-content .content p {
    font-size: 18px;
    line-height: 30px;
  }
  #popup-content .mfp-close {
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
  #popup-content .mfp-close:before {
    background-size: 20px;
  }
  /***********************************
	EXPERTISE STYLES
	***********************************/
  .shapebg {
    height: 250px;
  }
  .shapebg:before {
    top: inherit;
    bottom: -50px;
    border-bottom: inherit;
    left: calc(50% - 383.5px);
    border-top: 50px solid currentColor;
    border-left: 383.5px solid transparent;
    border-right: 383.5px solid transparent;
  }
  .expertise-header {
    padding: 30px 0 50px;
  }
  .expertise-header .content-wrap {
    text-align: center;
  }
  .expertise-header .smoothScroll .content {
    margin: 100px 0 0;
    text-align: center;
  }
  .expertise-header .smoothScroll .content i {
    margin: 0 0 15px;
  }
  .expertise-header .smoothScroll .content h4 {
    margin: 0 auto;
    max-width: 100%;
  }
  .expertise-header .smoothScroll .content h6 {
    margin: 20px 0 0;
  }
  .expertise-header .smoothScroll:hover i, .expertise-header .smoothScroll:focus i {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .expertise {
    padding-top: 40px;
  }
  .expertise .expertise-item {
    padding: 40px 0;
  }
  .expertise .expertise-item .border:before {
    content: none;
  }
  /***********************************
	PROJECTS STYLES
	***********************************/
  .featured-projects {
    padding-top: 40px;
  }
  .additional-projects {
    padding-top: 10px;
  }
  .project-intro {
    padding: 40px 0 0;
  }
  .project-intro .project-slider .slick-slide {
    height: 350px;
  }
  .progress.progress-project {
    margin: 40px 0 15px;
  }
  .project-information {
    padding: 40px 0 10px;
  }
  .project-information .section-title h6 {
    margin: 0 0 10px;
  }
  .project-information .Project-information-lists {
    margin: 30px 0 40px;
  }
  .project-information .Project-information-lists li {
    margin: 0 0 30px;
  }
  .project-information .service-Provided .left h5 {
    font-size: 20px;
    line-height: 25px;
    color: #4D534C;
  }
  .project-information .service-Provided .right {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .project-about-partners {
    padding: 40px 0 10px;
  }
  .project-about-partners .section-title {
    margin: 0 0 20px;
  }
  .project-about-partners .project-about {
    margin: 0 0 20px;
  }
  .project-about-partners .project-partners .partners li {
    margin: 0 0 30px;
  }
  .partners-only .section-title {
    margin: 0 0 40px !important;
  }
  .partners-only .partners .media {
    margin: 0 0 20px;
  }
  .project-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-pagination .pagination .pager li.all a {
    max-width: 190px;
    padding: 8px 15px;
  }
  /***********************************
	CAREERS STYLES
	***********************************/
  .careers {
    padding: 40px 0 30px;
  }
  .careers .content h4 {
    margin: 0 0 20px;
  }
  .careers .content h6 {
    padding: 15px 0 0;
  }
  .careers .content ul {
    margin: 15px 0 0;
  }
  .concept-item:before {
    left: -12% !important;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  .news {
    padding: 40px 0 0;
  }
  article.blog-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.blog-post .media {
    max-width: 100%;
    margin: 0 0 30px;
    float: none !important;
  }
  article.blog-post .content {
    padding: 0;
  }
  article.blog-post .content .entry-head .post-on {
    margin: 0 0 5px;
  }
  article.blog-post .content .entry-head .entry-title {
    line-height: 36px;
  }
  article.blog-post-single .content .media {
    margin: 0 0 20px;
  }
  article.blog-post-single .content .entry-content p {
    margin: 0 0 20px;
  }
  article.blog-post-single .content .entry-footer {
    margin: 40px 0 0;
  }
  .pagination {
    padding: 0 0 40px;
  }
  .pagination .pager li a span {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .pagination .pager li.previous span {
    margin-right: 15px;
  }
  .pagination .pager li.next span {
    margin-left: 15px;
  }
  .sidebar .widget {
    margin: 0 0 40px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  .contact {
    padding: 40px 0;
  }
  .contact .contact-subject select {
    font-size: 30px;
    letter-spacing: 0.15px;
  }
  .contact .content {
    margin: 0 0 30px;
  }
  #gmap {
    height: 300px;
  }
  .quick-contact {
    padding: 40px 0;
  }
  .quick-contact .content-wrap {
    margin: 0 0 30px;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page {
    padding: 40px 0;
  }
  .our-story-page .our-story-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .our-story-page .content .title {
    line-height: 42px;
  }
  .our-story-page .content p {
    font-size: 18px;
    line-height: 30px;
  }
  .concept-heading .border:after {
    bottom: -30px;
    height: 300px;
  }
  .concept-heading .content {
    height: 350px;
  }
  .concept-heading .text {
    margin: 50px 0 0;
  }
  .concept-heading .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .concept-heading .smoothScroll {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer {
    padding: 40px 0 30px;
  }
  .footer .footer-logo a img {
    max-width: 120px;
  }
  .footer .footer-logo a p {
    right: 12px;
    bottom: 0px;
    font-size: 9px;
    line-height: 11px;
  }
  .footer .silver-seal {
    margin: 30px 0 0;
  }
  .footer .silver-seal img {
    margin: 0 auto;
    max-width: 100px;
  }
}

/* 767 */
@media only screen and (max-width: 720px) {
  /***********************************
	FOOTER STYLES
	***********************************/

  .footer .col {
    width: 100%;
  }
  .footer .widget-contact {
    margin: 0 0 30px;
    text-align: center;
  }
  .footer .widget-contact li:last-child {
    margin: 0;
  }
  .footer .widget-contact li .icon {
    float: none !important;
    display: inline;
  }
  .footer .widget-contact li .content {
    display: inline;
  }
  .footer .widget-contact li .content a {
    margin: 0 auto;
  }
  .footer .mailing p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .mailing .align-center-v {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 400px;
  }
  .banner .content a img {
    max-width: 130px;
  }
  .banner .content .hero-title {
    font-size: 28px;
    line-height: 36px;
    max-width: 320px;
  }
  .banner .content p {
    font-size: 16px;
    max-width: 355px;
    line-height: 28px;
  }
  /* Basic Template Styles */
  .basic {
    padding: 25px 0;
  }
  .basic ul {
    margin-left: 20px;
  }
  .basic_middle p {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .basic_left img, .basic_right img {
    margin: 0 auto 30px auto;
  }
}

/* 680 */
@media only screen and (max-width: 641px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font: 400 16px/24px "din-2014", sans-serif;
    letter-spacing: 0.24px;
  }
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .btn {
    font-size: 12px;
    max-width: 160px;
    padding: 3px 15px;
    letter-spacing: 1.5px;
  }
  section {
    padding: 30px 0;
  }
  .col {
    width: 100%;
  }
  /***********************************
	PAGE HEADER STYLES
	***********************************/
  .page-header {
    height: 250px;
  }
  .page-header .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page-header .content p {
    font-size: 16px;
  }
  .page-header .align-center-v-b {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-header .photo-credit {
    margin: 10px 0 0;
  }
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 350px;
  }
  .banner .content a img {
    max-width: 120px;
  }
  .banner .content .hero-title {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
  }
  .banner .content p {
    font-size: 14px;
    max-width: 310px;
    line-height: 24px;
  }
  .banner .content .btn.scrollDown {
    font-size: 20px;
  }
  /***********************************
	BHI-SLIDER STYLES
	***********************************/
  .bhi-slider-wrap {
    padding: 40px 0;
  }
  .bhi-slider-wrap .content .bhi-slider-controls {
    margin: 40px 0 0;
  }
  .bhi-slider-wrap .content .bhi-slider h2 {
    margin: 0 0 5px;
  }
  .bhi-slider-wrap .content .bhi-slider p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
  }
  .rel-bgSlider .slick-list .slick-track .slick-slide div .item .photo-credit {
    right: 30px;
    bottom: 15px;
  }
  /***********************************
	BOX ITEM STYLES
	***********************************/
  .bhi-section p {
    font-size: 16px;
    line-height: 28px;
  }
  .number-item, .box-item {
    height: 250px;
  }
  .about-us {
    padding: 30px 0 0;
  }
  .get-involved {
    padding: 30px 0 10px;
  }
  .get-involved .box-item .content h4 {
    font-size: 22px;
    line-height: 26px;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .our-mission {
    padding: 30px 0 0;
  }
  .our-mission .content h3 {
    margin: 0 0 10px;
  }
  .our-mission .content p {
    font-size: 16px;
    line-height: 28px;
  }
  .our-story .content {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
  .our-mission .media img {
    max-width: 400px;
  }
  .guiding-principles {
    padding: 40px 0 10px;
  }
  .guiding-principles .title {
    margin: 0 0 30px;
  }
  .guiding-item {
    margin: 0 0 30px;
  }
  .our-story {
    padding: 30px 0;
  }
  .our-story .content p {
    font-size: 16px;
    line-height: 28px;
  }
  .our-clients {
    padding: 30px 0 10px;
  }
  .our-clients .col {
    width: 50%;
  }
  .client-logo {
    margin: 0 0 30px;
  }
  .client-logo .logo {
    height: 120px;
  }
  .testimonials {
    padding: 30px 0;
  }
  .blockquote .separator {
    font-size: 50px;
  }
  .blockquote p {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 28px;
  }
  .blockquote .media {
    width: 80px;
    height: 80px;
  }
  /***********************************
	GET-INVOLVER STYLES
	***********************************/
  .involved {
    padding: 40px 0 10px;
  }
  .involved-item .content-wrap {
    padding: 20px;
  }
  .involved-item .content-wrap .content h6 {
    margin: 0 0 5px;
  }
  .involved-item .content-wrap .content h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .involved-item .content-wrap .btn {
    max-width: 60px;
    font-size: 25px;
    padding: 8px 15px;
  }
  .donation {
    padding: 30px 0;
  }
  .donation .content p {
    margin: 0 0 20px;
    max-width: 425px;
  }
  .donation .photo-credit {
    bottom: -15px;
  }
  /***********************************
	TEAM STYLES
	***********************************/
  .team {
    padding: 30px 0 20px;
  }
  .team-member:not(.founder) .content {
    padding: 0 10px 24px 20px;
  }
  #popup-content {
    padding: 40px 15px 30px;
  }
  #popup-content .content {
    margin: 20px 0 0;
  }
  #popup-content .content .name {
    margin: 0;
    font-size: 30px;
  }
  #popup-content .content .position {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
  #popup-content .content p {
    font-size: 16px;
    line-height: 26px;
  }
  #popup-content .mfp-close {
    top: 5px;
    right: 5px;
  }
  /***********************************
	EXPERTISE STYLES
	***********************************/
  .shapebg {
    height: 220px;
  }
  .expertise-header .smoothScroll .content {
    margin: 90px 0 0;
  }
  .expertise {
    padding-top: 30px;
  }
  .expertise .expertise-item {
    padding: 30px 0;
  }
  /***********************************
	PROJECTS STYLES
	***********************************/
  .featured-projects {
    padding-top: 30px;
  }
  .additional-projects .pagination {
    padding-bottom: 10px;
  }
  .project-intro {
    padding: 30px 0 0;
  }
  .project-intro .project-slider .slick-list {
    padding-left: 60px !important;
    padding-right: 40px !important;
  }
  .project-intro .project-slider .slick-slide {
    height: 280px;
  }
  .project-intro .content .btn-wrapper .slider-controls .btn {
    max-width: 65px;
    font-size: 20px;
  }
  .progress.progress-project {
    margin: 30px 0 15px;
  }
  .project-information {
    padding: 30px 0 0;
  }
  .partners-only .partners .media {
    margin: 0 0 10px;
  }
  .project-pagination .pagination .pager li {
    margin: 0 0 30px;
  }
  .project-pagination .pagination .pager li span {
    margin-bottom: 10px;
  }
  .project-pagination .pagination .pager li.previous span {
    margin-right: 24px;
  }
  .project-pagination .pagination .pager li.previous a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-pagination .pagination .pager li.next span {
    margin-left: 60px;
  }
  .project-pagination .pagination .pager li.next a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .project-pagination .pagination .pager li.all {
    display: none;
  }
  .project-pagination .pagination .pager li.all.hidden {
    display: block !important;
  }
  /***********************************
	CAREERS STYLES
	***********************************/
  .careers {
    padding: 30px 0;
  }
  .careers .content p {
    margin: 0 0 20px;
  }
  .careers .content ul {
    margin-bottom: 10px;
  }
  .careers .content a {
    margin: 0 0 10px;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  .news {
    padding: 30px 0 0;
  }
  article.blog-post {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  article.blog-post .media {
    margin: 0 0 20px;
  }
  article.blog-post .content .entry-head .entry-title {
    line-height: 32px;
  }
  article.blog-post-single .content .entry-head .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  article.blog-post-single .content .entry-footer .social-share .st-inline-share-buttons {
    margin-left: 15px;
  }
  .sidebar .widget {
    margin: 0 0 30px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  .contact {
    padding: 30px 0 40px;
  }
  .contact .contact-subject select {
    font-size: 28px;
    letter-spacing: 0.14px;
  }
  .contact .content {
    margin: 0 0 30px;
  }
  .contact .content p, .contact .content ul {
    margin: 0 0 15px;
  }
  .contact-testimonials .blockquote .separator img {
    max-width: 65px;
  }
  .contact-testimonials .blockquote .separator:before {
    max-width: 340px;
  }
  #gmap {
    height: 250px;
  }
  .quick-contact {
    padding: 30px 0;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.google_recpatcha {
    padding-right: 0;
    margin-right: -25px;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .ginput_container_fileupload:before {
    max-width: 160px;
  }
  .gform_wrapper form .gform_footer {
    padding-right: 0 !important;
    margin-top: 24px !important;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page {
    padding: 30px 0;
  }
  .our-story-page .our-story-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .our-story-page .content .title {
    line-height: 36px;
  }
  .our-story-page .content p {
    font-size: 16px;
    line-height: 28px;
  }
  .our-story-page .border:after {
    bottom: -40px;
    height: 300px;
  }
  .concept-heading .border:after {
    bottom: -30px;
    height: 280px;
  }
  .concept-heading .content {
    height: 280px;
  }
  .concept-heading .text {
    margin: 50px 0 0;
  }
  .concept-heading .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .concept-heading .smoothScroll {
    width: 70px;
    height: 70px;
    bottom: -35px;
  }
  .concept-item {
    margin-top: 50px;
  }
  .concept-item:before {
    left: -13% !important;
  }
  .mobile-map {
    display: block!important;
  }
  .today {
      background-image: none!important;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer .col {
    width: 100%;
  }
  .footer .footer-logo,
  .footer .footer-menu,
  .footer .widget-contact {
    margin: 0 auto 20px;
  }
  .footer .silver-seal img {
    max-width: 80px;
  }
}

/* 575 */
@media only screen and (max-width: 480px) {
  /***********************************
	PAGE HEADER STYLES
	***********************************/
  .page-header {
    height: 200px;
    padding: 20px 0;
  }
  .page-header .content p {
    font-size: 16px;
  }
  .banner_wrapper .photo-credit {
    bottom: 10px;
  }
  /***********************************
	BHI-SLIDER STYLES
	***********************************/
  .bhi-slider-wrap {
    padding: 30px 0;
  }
  /***********************************
	BANNER STYLES
	***********************************/
  .banner {
    height: 350px;
  }
  .banner .content a img {
    max-width: 120px;
  }
  .banner .content .hero-title {
    font-size: 20px;
    line-height: 28px;
    max-width: 250px;
    margin: 10px 0 5px;
  }
  .banner .content p {
    font-size: 14px;
    max-width: 270px;
    line-height: 24px;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .our-mission .media img {
    max-width: 100%;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  .pagination {
    padding: 0 0 30px;
  }
  .pagination .pager li a span {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  /***********************************
	PROJECTS STYLES
	***********************************/
  .project-head {
    padding-bottom: 15px;
  }
  .project-head .title {
    margin: 0 0 10px;
  }
  .project-head .title, .project-head .button {
    float: none !important;
  }
  .featured-projects .content-wrap .content .title {
    margin-bottom: 15px;
  }
  .featured-projects .content-wrap .content .categories li .icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .featured-projects .content-wrap .content .categories li .text {
    max-width: 70px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.21px;
  }
  .project-intro .project-slider .slick-list {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
  .project-intro .project-slider .slick-slide {
    height: 200px;
  }
  .project-intro .content .btn-wrapper .btn {
    max-width: 140px;
  }
  #gmap {
    height: 200px;
  }
  /***********************************
	NEWS STYLES
	***********************************/
  article.blog-post-single .content .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article.blog-post-single .content .entry-footer .social-share {
    margin: 20px 0 0;
  }
  article.blog-post-single .content .entry-footer .social-share .st-inline-share-buttons {
    margin-left: 10px;
  }
  article.blog-post-single .content .entry-footer .social-share .st-inline-share-buttons .st-btn {
    margin-right: 10px !important;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page .border:after {
    bottom: -30px;
    height: 240px;
  }
  .concept {
    padding-bottom: 40px !important;
  }
  .concept .bottom-image {
    display: none;
  }
  .concept .first-column, .concept .last-column {
    padding-left: 15px;
  }
  .concept .middle-column {
    display: none;
  }
  .concept .last-column .concept-item {
    margin-bottom: 0;
  }
  .concept-item:before {
    content: none;
  }
  .concept-item .date {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: -50px 10px 0 0;
  }
  .concept-item .date .year {
    font-size: 20px;
  }
  .concept-item .date .month {
    font-size: 14px;
  }
  .concept-item .media {
    padding-left: 50px !important;
  }
  .concept-item .content .title {
    font-size: 20px;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer .mailing .align-center-v {
    display: block;
    text-align: center;
  }
  .footer .mailing .align-center-v .button {
    display: block;
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

/* 480 */
@media only screen and (max-width: 320px) {
  .our-clients .col {
    width: 100%;
  }
  .project-intro .content .btn-wrapper .btn {
    max-width: 130px;
  }
  .project-intro .content .btn-wrapper .slider-controls .btn {
    max-width: 55px;
    font-size: 18px;
  }
  /***********************************
	OUR STORY STYLES
	***********************************/
  .our-story-page .border:after {
    bottom: -30px;
    height: 200px;
  }
  .concept .last-column .concept-item .media {
    padding-left: 40px !important;
  }
  .concept-item:before {
    content: none;
  }
  .concept-item .date {
    width: 80px;
    height: 80px;
    margin: -40px 10px 0 0;
  }
  .concept-item .date .year {
    font-size: 20px;
  }
  .concept-item .date .month {
    font-size: 14px;
  }
  .concept-item .media {
    padding-left: 40px !important;
  }
  .concept-item .content .title {
    font-size: 18px;
    line-height: 20px;
  }
  /***********************************
  ADDITIONAL PROJECTS
  ***********************************/
  .additional-project .thumbnail {
    float: none;
  }
  .additional-project .btn {
    max-width: 100%;
  }
}
