/*-----------------------------------------*/
/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */
html {
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  height: 100%;
  position: relative;

}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #e74c3c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #039dbb;
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
.bp-bg-d1a705{
  background: #d1a705;
}
.bp-fc-d1a705{
  color: #d1a705;
}
.bp-bg-363636{
  background: #363636;
}

.bp-fc-363636{
  color: #363636;
}
.whitebg{
  background: #ffffff;
}
.white{
  color: #ffffff;
}


.container-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-inner {
    width: 950px;
  }
}

.container-inner:before,
.container-inner:after,
{
  display: table;
  content: " ";
}
.container-inner:after{
  clear: both;
}

.button {
  padding: 10px 50px;
  border-radius: 1px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
}
.button:hover {
  cursor: pointer;
  /*color: #fff;*/
  transition: all .85s;
}

.button.light {
  padding: 19px 59px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
  right: 50%;
}
.flex{
  display: flex;
}
@media only screen and (max-width: 991px) {.flex{display: block;}}
@media only screen and (max-width: 950px) {.flex{display: block;}}
@media only screen and (max-width: 768px) {.flex{display: block;}}


.button.white {
  border: 2px solid #ffffff;
    color: #ffffff;
}
.button.bp-trans-039dbb {
  border: 2px solid #039dbb;
    color: #039dbb;
    background: transparent;
}

.button.bp-039dbb {
  border: 2px solid #039dbb;
    color: #ffffff;
    background: #039dbb;
}
.button.bp-039dbb:hover{
  transition: all .85s;
  color: #039dbb;
  background: #ffffff;
}
.button.bp-f5b324 {
  border: 2px solid #f5b324;
    color: #ffffff;
    background: #f5b324;
}
.button.bp-f5b324:hover {
  border: 2px solid #f5b324;
    color: #f5b324;
    background: #ffffff;
}

.button.bp-1a4997transparent {
  border: 1px solid #1a4997;
  color: #1a4997;
  background: transparent;
}
.button.bp-1a4997transparent:hover {
  border: 1px solid #1a4997;
  color: #ffffff;
  background: #1a4997;
}
.button.bp-transparent {
  border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.button.bp-transparent:hover{
  transition: all .85s;
  color: #ffffff;
  border: 1px solid #039dbb;
}
.bp-whitetransparent{
    border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.button.light {
  border: 2px solid #e40012;
    color: #e40012;
}
.padding-xlarge {
  padding-top: 200px;
  padding-bottom: 200px;
}
.padding-xxlarge {
  padding-top: 325px;
  padding-bottom: 200px;
}
.padding-large {
  padding-top: 90px;
  padding-bottom: 40px;
}
.padding-tb-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-meduim {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-top-small {
  margin-top: 30px;
}
.margin-top-xsmall {
  margin-top: 15px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(231, 76, 60, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}



/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
.br-header{position: relative; background: #ffffff;}
.bps-header{position: fixed; background: transparent}
#fh5co-header {
  /*position: relative;*/
  z-index: 999;
  width: 100%;
  opacity: 1;
  top: 0;
  /*margin-top: 20px;*/
  /*border-top: 2px solid #e50013;*/
  /*border-bottom: 1px solid #1a2930;*/
  /*background: #ffffff;*/
}
.top-header{
  /*border-bottom: 1px solid #1a2930;*/
}

.navbar-brand img{
  max-width: 180px;
  margin-top: -20px;
  -webkit-transition-property: max-width;
  -webkit-transition-duration: .1s;
  -moz-transition-property:  max-width;
  -moz-transition-duration: .1s;
  transition-property:  max-width;
  transition-duration: .1s;
}
.nav > li{
  text-align: center;
}
.navbar-nav{
  float: right;
  margin-right: -15px;
  margin-top: 5px;
}
.navbar-header {
  float: left;
}
.nav>li>a{
  padding: 10px 25px;
}
@media screen and (max-width: 1200px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
/*    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);*/
  }
  #fh5co-header .navbar-brand {
    color: #f64662 !important;
  }
  .bps-header #navbar li a {
color: #ffffff;
  }
  .br-header #navbar li a {
color: #1a2930;
  }
  #fh5co-header #navbar li a {
    /*color: #1a2930;*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #1a4997 !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #1a4997 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
.bps-header #navbar li a {
color: #ffffff;
  }
  .br-header #navbar li a {
color: #1a2930;
  }
 .bps-header .navbar-default .navbar-nav>li>a{
  color: #ffffff;
 }
#fh5co-header #navbar li a {
  font-family: 'Lato', sans-serif;
  /*color: rgba(255, 255, 255, 0.5);*/
  /*color: #1a2930;*/
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#fh5co-header #navbar li a span ,#footer li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before,#footer li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #039dbb;
}
#fh5co-header #navbar li a:hover span:before,#footer li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #1a4997;
}
#fh5co-header #navbar li.active a span:before,#footer li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  /*float: left;*/
  display: block;
  font-size: 30px;
  font-weight: 700;
  /*padding-left: 0;*/
  color: #fff;
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #1a2930;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: #1a2930;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #1a4997;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #1a4997;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bps-header .navbar-default{
  background: transparent;
}
.br-header .navbar-default{
  background: transparent;
}
.bps-header.navbar-fixed-top .button.bp-transparent{
  border: 1px solid #1a4997;
  color: #1a2930;
}

#fh5co-header .navbar-default {
  border: transparent;
  /*background: #ffffff;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #f64662;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #f64662;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #1a4997;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #1a4997;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #1a4997;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #1a4997;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
/*@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}*/


/*CAROUSEL*/

.carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/slider-overlay.png) repeat;
}
 .carousel,
 .item,
 .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background: #ffffff;
}

.carousel-caption {
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow:none;
  padding: 20px 20px;
}
.carousel-caption .slider-icon img{
  max-width: 200px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.bs-caption .carousel-caption {
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow:none;
}

.carousel-caption h1:nth-child(1){
    margin-bottom: : 0px;
}
.carousel-caption h1{
  font-size: 48px;
  text-transform: none;
  font-weight: bold;
  color: #363636;
  margin-top: 0px;

}
.bs-caption .carousel-caption h1{
  font-size: 58px;
  text-transform: none;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;

}
.carousel-caption span{
  color: #d1a705;
}
.carousel-caption ,.carousel-caption p {
color: #363636;
font-size: 18px;
font-weight: normal;
}

.bs-caption .carousel-caption ,.carousel-caption p {
color: #ffffff;
font-size: 24px;
font-weight: normal;
}


.carousel-call-button{
  position: relative;
  /*left: 43%;*/
  text-align: center;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}


/*TITLE*/
.bp-sec-title{
  position: relative;
  /*padding: 0px 10px;*/
}
.bp-sec-title h1{
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #363636;
}
.bp-sec-title p{
  font-size: 18px;
  color: #363636;
}
.bp-sec-title span{
  color: #d1a705;
}
.bp-main-content{
  /*padding: 0px 10px;*/
}
.bp-pgh,.bp-pgh p{
  text-align: left;
}

.bg-section{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 20% 0;
  display: none;
}

/*CASE STUDY*/
#bp-case-study{
  position: relative;
  padding: 20% 0;
}
.bp-case-study{
  position: absolute;
  width: 500px;
  padding: 0 20px;
  top: 15%;
  /*padding: 90px 50px;*/
}

.bp-case-study-content p{
  font-size: 24px;
  font-weight: 500;
}
.bp-case-study-content span{
  color: #d1a705;
}


/*SERVICE*/
#bp-services{
  position: relative;
  padding: 90px 0;
}
.bp-service-content h1{
  text-transform: uppercase;
  color: #d1a705;
}
.bp-service-content , .bp-service-content p{
  color: #363636;
}

/*COWORK*/
#bp-cowork{
  position: relative;
  padding-top: 40px;
}
.bp-cowork-inner{
  padding: 280px 0;
  background-color: #000;
  margin-top: 120px;
}

.bp-cowork-content{
  background-color: #ffffff;
  padding: 40px 40px;
  width: 500px;
  position: absolute;
  top : 20%;
  border: 1px solid #000;
  right: 90px;
  z-index: 1;
}
.bp-cowork-content .bp-cowork-list{
  margin-bottom: 60px;
}
.bp-cowork-content .bp-cowork-list:after{
  width: 50px;
  height: 1px;
  background-color: #ccc;
  content: '';
  position: absolute;
  left: 200px;

}
.bp-cowork-content .bp-cowork-list h2{
  font-size: 24px;
  color: #d1a705;
  margin-bottom: 30px;
}
.bp-cowork-content .bp-cowork-list p{
  margin-bottom: 20px;
  color: #363636;
}

/*CONTACT*/
#bp-contact{
  position: relative;
  /*margin: 90px 0;*/
}
#map ,#map2{
  height: 800px;
  opacity: .8;
}
#mapCarousel{
  position: absolute;
  left: 60%;
  z-index: 9;
  width: 400px;
  height: 100px;
  top: 40%;
}
#mapCarousel .carousel-inner{
  min-height: 0px;
}
#mapCarousel .map-caption{

      padding: 10px;
      color: #c3d600;
      background-color: #ffffff;
      border-radius: 10px;
      border:1px solid #c3d600;
}
#mapCarousel .map-caption h1{
  margin-top: 10px;
}


.bp-contact-layer{
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.8);
    width: 600px;
    height:100%;
    /*left: 50px;*/
    z-index: 1;
}
.bp-contact-content{
  margin-top: 150px;
  padding: 20px;
  width: 500px;
  /*background: rgba(255,255,255,.8);*/
  margin-left: 90px;
}
.bp-contact-content h1{
  color: #1a4997;
  margin-bottom: 50px;
}
.bp-contact-content h3{
  color: #d1a705;
}
.bp-contact-content,.bp-contact-content p{
  color: #363636;
}

/*PAGE HEADER*/
.bp-pageheader{
  position: relative;
  padding: 90px 40px;
}
.bp-pageheader .bp-pageheader-content h1{
  font-style: normal;
  font-weight: 800;
  color: #363636;
}
.bp-pageheader .bp-pageheader-content p{
  color: #363636;
  font-size: 24px;
}
.bp-pageheader .bp-pageheader-content span{
  color: #d1a705;
}

/*START UPS*/
.bp-startups{
  position: relative;
}
.bp-startups h1{
  font-weight: bolder;
  color: #363636;
}
.bp-startups span{
   color: #d1a705;
}
.bp-startups ,.bp-startups p{
  font-size: 24px;
  color: #363636;
}
/*TEAM*/

.bp-team-img .team-content .team-background-overlay{
   background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.bp-team-img .team-content:hover .team-background-overlay{
opacity: 1;
}
/*POLICY*/
.bp-policy{
  position: relative;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.bp-policy-content{
  padding: 10px 40px
}
.bp-policy-list h1,.bp-policy-list h2,.bp-policy-list h3,.bp-policy-list h4,.bp-policy-list h5{
  font-weight: 700;
  color: #363636;
}
.bp-policy-list span{
  color: #d1a705
}
.bp-policy-list p{
  font-size: 18px;
  color: #363636;

}
.bp-policy-list{
  padding: 40px 0;
  border-bottom: 1px solid #f6f6f6;
}
.bp-policy-list ul li{
  color: #363636;
  list-style-type: disc ;
}

.bp-blog .bp-blog-list{
  padding: 10px 0px;
}
.bp-blog .bp-blog-list .col-sm-12.col-md-12:first-child{
  margin-top: 0;
}
.bp-blog .bp-blog-list .col-sm-12.col-md-12:nth-child(2n+1){
  margin-top: 50px;
}
.bp-blog .bp-blog-list  .media-heading {
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 4px;
    color: #1a4997;
}
.bp-blog .bp-blog-list  .media-heading h1{
  font-size: 24px;
}
.bp-blog-blocks{
  border: 1px solid #f6f6f6;
  padding: 2% 0;
}
/*FOOTERSOCIAL*/
.bp-blog .bp-blog-list  .footer-links-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bp-blog .bp-blog-list   .footer-links-group > li {
    float: left;
    padding: 9px 12px 10px 12px;
    border-right: 1px solid #eee;
}
.bp-blog .bp-blog-list  .panel-footer {
    background-color: #fcfcfc;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}



/*PAGINATION*/
.bp-blog .bp-blog-list .pagination>li>a{
  margin-bottom: 10px;
}
.bp-blog .bp-blog-list .pagination>li>a:focus,.bp-blog .bp-blog-list  .pagination>li>a:hover,.bp-blog .bp-blog-list  .pagination>li>span:focus,.bp-blog .bp-blog-list  .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #1a4997;
    border-color: #1a4997;
}
/*.bp-blog-img{
width: 150px;
height: 150px;
background: #c3d600;
text-align: center;
padding: 15px;
font-size: 90px;
border-radius: 150px;
color: #ffffff;
}
.bp-blog .bp-blog-list .bp-blog-item table,.bp-blog .bp-blog-list .bp-blog-item table tr td, .bp-blog .bp-blog-list .bp-blog-item table tr th{
  border: none;
}
.bp-blog .bp-blog-list .bp-blog-item table tr td{
  padding-left:  30px;
}
.bp-blog .bp-blog-list .bp-blog-item table tr td.bp-table-title h2{
  color: #363636;

}
.bp-blog .bp-blog-list .bp-blog-item table tr td.bp-table-content ,.bp-blog .bp-blog-list .bp-blog-item table tr td.bp-table-content p{
  color: #1a4997;
  font-size: 18px;
}
.bp-blog .bp-blog-list .bp-blog-item table tr td.bp-table-author{
  color: #363636;
}*/
#text1{
  font-size: 12px;
  color: #000;
}
/*EVENTS*/
.bp-events{
  position: relative;
}
.bp-events-content{
  padding: 40px 20px;
}
.bp-events-list .bp-events-title{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.bp-events-list .bp-events-title h3{
  color: #1a4997;
  /*font-size: */
}
.bp-events-list .bp-events-title h3 span{
  color: #c3d600;
}
.bp-events-list .bp-events-desc ,.bp-events-list .bp-events-desc p{
  margin-top: 50px;
  margin-bottom: 20px;
  color: #363636;
  font-size: 18px;
}
.bp-events-list .bp-events-button{
  text-align: right;
}

/*COMMUNITY*/
.bp-community{
  position: relative;
  border-bottom: 10px solid #f5b324;
}
.bp-community .bp-community-content{
  padding: 40px 20px;
}
.bp-community .bp-community-content .bp-community-list{
  padding: 40px 20px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.bp-community .bp-community-content .bp-community-list .bp-community-desc h2{
  color: #f5b324;
  margin-bottom: 40px;
}
.bp-community .bp-community-content .bp-community-list .bp-community-desc p{
  color: #363636;
}
.bp-community-btn{
  position: absolute;
  top: 50%;
  right: 20%;
}

/*PERKS*/
.bs-perks{
  position: relative;
}
.bs-perks-content {
  padding: 40px 20px;
}
.bs-perks .bs-perks-content .bs-perks-list{
  padding: 40px 20px;
  height: 250px;
}
.bs-perks .bs-perks-content .bs-perks-list h3{
  color: #363636;
}
.bs-perks-list .media-body, .media-left, .media-right{
  vertical-align: middle;
}
/*RATES*/
.bs-rates-content{
  padding: 40px 20px;
}
.bs-rates-content .bs-rates-list{
  margin-bottom: 50px;
}
.bs-rates-content .bs-rates-list .bs-rates-desc h1{
color: #ff9f19;
}
.bs-rates-content .bs-rates-list .bs-rates-desc h3{
  color: #363636;
}
.bs-rates-content .bs-rates-list .bs-rates-desc, .bs-rates-content .bs-rates-list .bs-rates-desc p{
  color: #363636;
  font-size: 24px;
}
.bs-rates-annual{
  text-align: center;
  padding: 40px;
  border: 1px solid #ff9f19;
  width: 250px;
  color: #ff9f19;
  background: #ffffff;
  border-radius: 50px;
}
/*EVENTS*/
#bs-events{
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.bs-events-inner{
  padding: 120px 0;
  background-color: #000;
  margin-top: 120px;
}

.bs-events-content.box1{
  background-color: #ffffff;
  padding: 40px 40px;
  width: 450px;
  position: absolute;
  top : 35%;
  border: 1px solid #000;
  left: 190px;
  z-index: 2;
  margin-bottom: 40px;
}
.bs-events-content.box2{
  background-color: #ffffff;
  padding: 40px 40px;
  width: 400px;
  position: absolute;
  top : 35%;
  border: 1px solid #000;
  right: 190px;
  z-index: 2;
}
.bs-events-content .bs-events-list{
  margin-bottom: 60px;
  text-align: center;
}
.bs-events-content .bs-events-list:after{
  width: 50px;
  height: 1px;
  background-color: #ccc;
  content: '';
  position: absolute;
  left: 200px;

}
.bs-events-content .bs-events-list h2{
  font-size: 24px;
  color: #d1a705;
  margin-bottom: 30px;
}
.bs-events-content .bs-events-list p{
  margin-bottom: 20px;
  color: #363636;
}
/*OWL*/
.owl-carousel .owl-nav .owl-prev{
position: absolute;
    left: -70px;
    top: 45%;
    
}
.owl-carousel .owl-nav .owl-next{
  position: absolute;
    right: -70px;
    top: 45%;

}
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{

    content: "\f053";
    margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
    
    content: "\f054";
    margin-right:10px;
}
.owl-theme .owl-nav [class*='owl-']{
  background: transparent;
  color: #363636;
  border: 1px solid #363636;
}
/*FOOTER*/
footer{
  padding: 40px 0;
  position: relative;
}
footer ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

footer ul.bp-social li{
  display: inline-block;
  padding: 5px 5px;

}
footer ul li a{
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;

}
footer ul.bp-social li a i{
  color: #d1a705;
}

footer p{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: normal;
  font-weight: 500;
}

footer .col-lg-2:nth-child(1),footer .col-lg-3,footer .col-lg-5{
    border-right: 1px solid #ffffff;
}
.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #e74c3c;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}





/*MODAL*/

/* .modal-fullscreen */
.ab-signup .modal-header,.ab-signup .modal-footer{
  border: none;
}
.ab-signup .modal-header{
  text-align: center;
}
.ab-signup .close{
    width: 30px;
    height: 30px;
    background: #039dbb;
    /* padding: 4px 12px; */
    border-radius: 50px;
    opacity: 1;
    color: #fff;
}
.ab-signup .modal-header img{text-align: center; max-width: 350px; padding-top:20px}
.ab-signup .modal-fullscreen {
  background: #ffffff;
    /*background-image: url('../images/a+.png');*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.ab-watermark img{
  /*background-image: url('../images/a+.png');*/
      position: absolute;
    max-width: 650px;
    bottom: -157px;
    right: 0;
}
.ab-signup .modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ab-signup .modal-fullscreen .modal-content .form-control{
  background-color:transparent;
}
.ab-signup .modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.ab-signup .modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0;
  /*filter: alpha(opacity=1);*/
}
.ab-signup .modal-footer {
    text-align: left;
    color: #1a2930;
}
.ab-signup .modal-footer ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.ab-signup .modal-footer ul li{
  color: #1a2930;
}
.ab-signup .modal-footer ul li i{
  color: #039dbb;
}
.ab-signup .modal-footer  .ab-signup-contact ul li span,.ab-signup .modal-footer  .ab-signup-email ul li span,.ab-signup .modal-footer  .ab-signup-address ul li span{
  margin-left: 32px;
}
.ab-signup .modal-footer  .ab-signup-email ul li span{
  margin-left: 32px;
}
.ab-signup .modal-footer  .ab-signup-address ul li span{
  margin-left: 25px;
}
.ab-signup .modal-footer  .ab-signup-contact ul li i,.ab-signup .modal-footer  .ab-signup-email ul li i,.ab-signup .modal-footer  .ab-signup-address ul li i{
  margin-right: 10px;
  color: #039dbb;
  font-size: 20px;
  text-align: center;
}
.ab-signup .ab-signup-form input.form-control,.ab-signup .ab-signup-form select.form-control{
  height: 45px;
  border-radius: 5px;
}
.ab-signup .ab-signup-form select.form-control{
  /*color: #039dbb;*/
}
.ab-signup .ab-signup-form option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
/*.ab-signup .ab-signup-form .form-control::-webkit-input-placeholder { color: #039dbb; }
.ab-signup .ab-signup-form .form-control:-moz-placeholder { color: #039dbb; }
.ab-signup .ab-signup-form .form-control::-moz-placeholder { color: #039dbb; }
.ab-signup .ab-signup-form .form-control:-ms-input-placeholder { color: #039dbb; }*/
/*.ab-signup .ab-signup-form .form-control select:selected{color: #ffffff;}*/
.ab-signup .ab-signup-form .form-control:focus{
    border-color: #039dbb;
    outline: 0;
    box-shadow: none;
}
.ab-signup .ab-signup-form .input-group-addon{
  border: none;
  background: #ffffff;
  color: #1a2930;
  font-size: 20px;
}
.ab-signup .ab-signup-form .input-group .form-control:last-child{
  border-radius: 5px;
}
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.ab-signup .modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .ab-signup .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ab-signup .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
 .ab-signup  .modal-fullscreen .modal-dialog {
     width: 970px;
  }
}
.button.ab-039dbb ,.button-ac.ab-039dbb {
  border: 2px solid #1a4997;
    color: #ffffff;
    background: #1a4997;
}
.button.ab-039dbb:hover,.button-ac.ab-039dbb:hover{
  transition: all .85s;
  color: #1a4997;
  background: #ffffff;
}