@font-face {
  font-family: 'brandon_textblack';
  src: url('../fonts/hvd_fonts_-_brandontext-black-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textblack_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textbold';
  src: url('../fonts/hvd_fonts_-_brandontext-bold-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textbold_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-bolditalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textlight';
  src: url('../fonts/hvd_fonts_-_brandontext-light-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textmedium';
  src: url('../fonts/hvd_fonts_-_brandontext-medium-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textmedium_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_text_regularregular';
  src: url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textregular_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'brandon_textthin';
  src: url('../fonts/hvd_fonts_-_brandontext-thin-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'brandon_textthin_italic';
  src: url('../fonts/hvd_fonts_-_brandontext-thinitalic-webfont.woff2') format('woff2'),
  url('../fonts/hvd_fonts_-_brandontext-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&subset=latin-ext');

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  position: relative;
  width: 100%;
  z-index: 99999;
  left: 0px;
  padding: 0px;
  padding-top: 0px;
}
section.body {
  position: relative;
}
a:hover, a:focus{
  text-decoration: none;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #707070;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
}
.slider-bg::before {
  content: '';
  background: rgba(19, 19, 19, 0.35);
  width: 100%;
  height: 100vh;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 999;
}
.phone {
  text-align: right;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #949494;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
}
.social .fa {
  color: #005897;
  padding: 10px;
}
.phone i{
  color: #005897;
}
.social{
  display: inline-block;
}
.menu-right-bar {
  float: right;
  padding-top: 7px;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #949494;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default .navbar-nav>li>a span{
  position: relative;
}
.navbar-default .navbar-nav>li>a span::after {
  content: '';
  background: #065181;
  display: inline-block;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 0%;
  transition: 0.3s;
}
.navbar-default .navbar-nav>li>a:hover span::after{
  width: 100%;
}
.navbar-right {
  float: right!important;
  margin-right: -15px;
  padding-top: 10px;
  margin-top: 0px;
}
.navbar-brand>img {
  display: block;
}
.slider-bg{
  background: url(../img/slider.jpg);
  background-size: cover;
  width: 100%;
  height: 550px;
  background-position: center center;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  height: 550px;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 550px;
}
.slider-bg .container {
  z-index: 9999;
}
.slider-bg .container h3 {
  color: #ffffff;
  font-size: 46px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
span.red {
  color: #feffff !important;
}
.caption{
  display: inline-block;
}
.border-caption {
  background: #f3faff;
  width: 80%;
  height: 1px;
  display: inline-block;
  margin-bottom: 13px;
}
.caption {
  display: block;
  position: relative;
  width: 550px;
  margin: 0px auto;
  text-align: center;
  text-shadow: 3px 3px 43px #000;
}
.caption p {
  color: #fff;
}
.owl-theme .owl-controls .owl-page {
  display: block;
  zoom: 1;
}
.owl-controls.clickable {
  position: absolute;
  top: 0px;
}
.owl-pagination {
  text-align: right;
}
.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 1 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
}
.owl-page.active span {
  background: #035186 !important;
}
.owl-pagination {
  text-align: right;
  display: inline-block;
  float: right;
}
.about {
  padding: 60px;
  background: #005288;
}
.title h2 {
  margin-top: 0px;
}
.title h2 {
  margin-top: 0px;
  color: #575757;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}
.title span {
  text-transform: uppercase;
  color: #035186;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}
p {
  color: #828282;
  font-size: 15px;
  line-height: 25px;
}
span.title-border {
  width: 400px;
  margin: 0px auto;
  height: 1px;
  background: #d2cbcb;
  display: block;
  margin-bottom: 28px;
  margin-top: 29px;
}
span.title-border::before {
  content: '';
  background: #00538a;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px auto;
  position: relative;
  top: -3px;
  box-shadow: 0px 0px 0px 19px #fff;
}
.about span.title-border::before {
  box-shadow: 0px 0px 0px 19px #005288;
}

.about > div>div>a {
  background: #035186;
  color: #fff;
  padding: 11px 20px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  float: left;
  padding-left: 0;
}
.about a i {
  margin-left: 10px;
}
.project {
  padding: 60px;
}
.project-item.big {
  min-height: 360px;
}
.project-item.big {
  min-height: 360px;
}
.project-item {
  min-height: 180px;
}

.col-sm-4.bigs {
  position: relative;
  z-index: 99;
}
.project-item.big .project-item-inner {
  transition: 0.3s;
}
.project-item.big .project-item-inner:hover {
  box-shadow: 0px 0px 94px -2px #000;
}
.project-item .project-item-inner{
  transition: 0.3s;
}
.project-item .project-item-inner:hover {
  box-shadow: 0px 0px 94px -6px #000;
}
.project-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/project/1.jpg);
  background-size: cover !important;
  left: 0px;
  border-radius: 10px;
}
.project-item-inner:hover{
  transform: scale(1.1);
}
.project-items-first .col-sm-3:hover{
  z-index: 9999;
}
.project-items-first .col-sm-6:hover{
  z-index: 9999;
}
.project-items-first .col-sm-5:hover{
  z-index: 9999;
}
.project-item-inner:hover{

}
.project-items {
  margin-bottom: 80px;
}
.project-item-inner::before {
  content: '';
  background: rgba(2, 80, 133, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
.project-caption h3 {
  margin: 0px;
}
.project-item .project-item-inner {
  transition: 4s;
}
.project-item-inner h3 a {
  color: #bacdd2;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  opacity: 0;
  transition: 0.3s;
}
.project-item:hover h3 a{
  opacity: 1;
}
.project-item-inner h3 {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: left;
  display: inline-block;
  text-align: center;
}
.project-title {
  text-align: center;
}
div#map {
  width: 100%;
  height: 390px;
}
.project-items-first .col-sm-4:hover {
  z-index: 9999;
}
.row.large-preject .project-item {
  min-height: 220px;
}
footer{
  min-height: 250px;
  background: #081b27;
  padding-top: 45px;
}
footer .menu ul li {
  display: inline-block;
}
footer .menu ul li a {
  padding: 12px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #8098a7;
}
footer .menu ul li a span {
  padding: 0px 18px;
  border-right: solid 1px #143b54;
}
.footer-contact i {
  float: left;
}
.footer-contact p {
  display: table;
  font-size: 14px;
}
address {
  display: inline-block;
  margin: 0px;
}
.footer-phone {
  display: inline-block;
}
.footer-mail {
  display: inline-block;
}
footer .menu ul li:first-child span {
  padding-left: 0px;
}
footer .menu ul li:last-child span {
  border: none;
}
.footer p {
  color: #8098a7;
  font-family: 'Poppins', sans-serif;
}
.footer-contact i {
  margin-right: 10px;
}
i.footer-icon {
  margin-left: 26px;
}
i.footer-icon.no-margin {
  margin-left: 0px;
}
.footer-contact {
  margin-top: 37px;
  margin-bottom: 20px;
}
.copyright {
  padding-top: 20px;
  border-top: solid 1px #143b54;
  padding-bottom: 10px;
}
.project-caption {
  background: transparent;
  padding: 11px;
  min-height: 120px;
  padding-top: 105px;
  padding-right: 22px;
  padding-left: 20px;
  border-right: solid 3px #005288;
  min-height: 240px;
  background: #005288;
  border-radius: 6px;
}
.project-caption h3 span {
  width: 100%;
  text-align: left;
  color: #84bde3;
  font-size: 15px;
  display: block;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.project-caption h3 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 21px !important;
}
.projet-all-item.orders .project-item {
  min-height: 240px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.project-titles {
  margin-bottom: 60px;
}
section#inner-banner {
  min-height: 390px;
  background: url(../img/inner-banner.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
section#inner-banner::before {
  content: '';
  background: rgba(10, 74, 132, 0.48);
  width: 100%;
  height: 100%;
  position: absolute;
}
.inner-banner {
  position: relative;
  top: 210px;
  display: inline-block;
}
.inner-banner h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: inline-block;
}
ul.brendcump li {
  display: inline-block;
}
ul.brendcump li a {
  display: inline-block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
}
ul.brendcump i{
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}
ul.brendcump li a.active {
  color: #ffffff;
}
.inner-banner h1::after {
  content: '';
  display: block;
  width: 50%;
  height: 7px;
  position: relative;
  background: #035186;
  top: 6px;
}
.about-content {
  margin-top: 100px;
}
ul.sidebar li a {
  color: #7f7677;
}
ul.sidebar li a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 26px
}
ul.sidebar li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: relative;
  display: inline-block;
  top: -2px;
  left: -7px;
  border-radius: 20px;
  background: #fff;
}
ul.sidebar li {
  list-style: none;
}
ul.sidebar li a::after {
  content: '';
  display: block;
  background: #9fc0d7;
  width: 0px;
  height: 2px;
  margin-top: 17px;
  margin-bottom: -2px;
  transition: 0.3s;
}
ul.sidebar.vertical li:last-child a{
  border-right: none;
}
ul.sidebar.vertical li:first-child::before{
  background: transparent;
}
ul.sidebar li a:hover::after{
  width: 37px;
}
.about-img {
  padding: 10px;
  border: solid 1px #eaeaea
}
.abs-img {
  position: absolute;
  width: 300px;
  padding: 10px;
  border: solid 1px #eaeaea;
  bottom: -30px;
  right: -30px;
  display: none;
}
.gallery-mask {
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  padding-top: 170px;
  opacity: 0;
  transition: 0.3s;
}
.gallery-item {
  position: relative;
}
.gallery-item:hover .gallery-mask{
  opacity: 1;
}
.gallery-mask h2{
  margin: 0px;
}
.gallery-mask p{
  color: #fff;
  font-size: 17px;
}
.gallery-mask h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  display: inline-block;
  border-bottom: solid 2px;
  padding-bottom: 8px;
  margin-bottom: 9px;
}
.about-content {
  margin-bottom: 80px;
}
.gallery-mask .mark{
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
}
ul.sidebar.vertical li {
  display: inline-block;
}
ul.sidebar.vertical li {
  display: inline-block;
}
ul.sidebar.vertical li a {
  opacity: 0.5;
  padding-right: 30px;
  padding-left: 30px;
  border-right: solid 1px rgba(255, 255, 255, 0.22);
  opacity: 1;
}
ul.sidebar.vertical li a.active{
  opacity: 1;
}
ul.sidebar.vertical li a.active::after{
  width: 100%;
}
ul.sidebar.vertical {
  margin-top: 30px;
  background: #00538a;
  padding-left: 20px !important;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 30px;
}
ul.sidebar {
  background: #035186;
  padding-left: 28px;
  padding-bottom: 8px;
}
.project-inner .project-item {
  min-height: 270px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}
a.more-buttons {
  display: block;
  background: transparent;
  color: #434141;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-top: 30px;
}
a.more-buttons i {
  position: relative;
  top: 5px;
  color: #035186;
}
#content{
  position: relative;
  min-height: 450px;
}
.col-sm-5.abs-maps {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-menu ul li a {
  font-size: 15px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  padding: 19px 0px;
  border-bottom: solid 1px #efefef;
  display: block;
}
.product-menu ul {
  border-right: solid 3px #035186;
  padding-right: 5px;
}
.product-menu ul li a span {
  font-family: 'Poppins', sans-serif;
}
.product-menu ul li {
  list-style: none;
}
.product-menu ul li a span {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-right: 11px;
}
.project-content h2 {
  color: #323232;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
section#content.project-all {
  margin-top: 80px;
}
p.pin-cap {
  font-size: 13px;
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  line-height: 16px;
  width: 785px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
}
.project-icon .col-sm-3 {
  padding: 4px;
}
.product-menu ul li a{
  transition: 0.3s;
}
.product-menu ul li a.active{
  color: #000;
}
.product-menu ul li a:hover {
  color: #000;
}
div#map2 {
  height: 400px;
}
.about-img img {
  width: 100%;
}
.contact-item h2 {
  font-size: 20px;
  color: #575757;
  font-family: 'Poppins', sans-serif;
}
i.contact-icon {
  float: left;
}
.contact-item p {
  display: table;
}
i.contact-icon {
  float: left;
  margin-right: 10px;
}
i.contact-icon.fa.fa-phone::before {
  position: relative;
  top: 6px;
  color: #035186;
}
.contact-content h2{
  font-size: 20px;
  color: #575757;
  font-family: 'Poppins', sans-serif;
}
form.form-contact input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.form-contact textarea {
  height: 200px;
  width: 100%;
  border: solid 1px #ccc;
  padding: 15px;
}
form.form-contact button {
  padding: 13px 31px;
  background: #035186;
  border: none;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 20px;
}
.contact-item {
  margin-bottom: 50px;
}
.maps {
  margin-bottom: 30px;
  position: absolute;
  width: 100%;
  left: 0px;
}
div#about p {
  color: #b9c3ca;
}
div#about h2 {
  color: #fff;
}
div#about span.title-border::before {
  content: '';
  background: #fff;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px auto;
  position: relative;
  top: -3px;
}
ul.sidebar.vertical {
  padding-bottom: 0px;
}
a.more-buttons i {
  float: initial !important;
  top: -1px;
  left: 15px;
}
.project-caption h3 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}
.project-caption::before {
  content: '';
  background: #005288;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  transform: rotate(45deg);
  border-radius: 4px;
}
.project-caption::after {
  position: absolute;
  content: '';
  background: #005288;
  width: 10px;
  height: 100%;
  top: 0px;
  right: 18px;
}

.footer-logo.pull-right img {
  width: 200px;
  margin-top: -80px;
}

.gallery-mask a.fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999999;
}
.gallery-img-item, .gallery-img {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center center;
}
.about-gallery {
  margin-top: 90px;
}
.navbar-default .navbar-nav>li.home-active>a span::after {
  width: 100%;
}
li.home-active a::after {
  width: 37px !important;
}
