/**
* Custom styles

Colors

#192a3a blue
#c7a335 gold
#840200 red
#bb982d gold2

*/

p {
  font-size: 16px;
}

.page-content {
  font-size: 16px;
}

.main-logo {
  display: inline-block;
  margin-top: 11px;
}

#site-logo img {
  width: 400px;
  height: auto;
}

.footer-logo {
  padding-top: 30px;
  padding-right: 15px;
}

.home-slider-tabs .wprt-content-box.style-1 {
  height: 175px;
  background: none;
  padding: 20px 40px 19px;
}

.home-slider-tabs .wprt-content-box.style-1.bg-1 {
  background-color: #bb982d;
}

.home-slider-tabs .wprt-content-box.style-1.bg-1 .icon-wrap,
.home-slider-tabs .wprt-content-box.style-1.bg-1 .heading {
  color: white;
}

.home-slider-tabs .wprt-content-box.style-1.bg-2 {
  background-color: rgba(25, 42, 57, 1);
}

.home-slider-tabs .wprt-content-box.style-1.bg-2 .icon-wrap,
.home-slider-tabs .wprt-content-box.style-1.bg-2 .heading {
  color: white;
}

.home-slider-tabs .wprt-content-box.style-1,
.home-slider-tabs .wprt-content-box.style-1 * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-slider-tabs .wprt-content-box.style-1:hover {
  filter: brightness(125%);
}

.home-slider-tabs .wprt-content-box.style-1:hover .icon-wrap,
.home-slider-tabs .wprt-content-box.style-1:hover .heading {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.project-item:hover .zoom-popup {
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  color: white;
}


#featured-title {
  background: none;
  background-color: #192a3a;
  padding-top: 70px;
  padding-bottom: 40px;
}

.widget.widget_categories ul li {
  text-align: left;
}

.widget.widget_categories ul li a {
  float: none;
}

#sidebar .widget.widget_links ul li a, #footer-widgets .widget.widget_links ul li a,
#sidebar .widget.widget.widget_information ul li, #footer-widgets .widget.widget.widget_information ul li,
.copyright, #footer-widgets a {
  color: white;
}

#footer-widgets a:hover {
  color: #bb982d;
}

.single .hentry {
  border-bottom: 0;
}

.owl-nav.disabled {
  display: none !important;
}

#site-header .header-search-submit {
  display: block;
  opacity: 1;
  padding: 6px;
  border-radius: 0;
  background: #192a3a;
}

#site-header .header-search-field {
  width: 300px;
}

.footer-menu-ul li {
  padding: 5px 0;
}

.footer-menu-ul li a {
  padding-left: 0 !important;
}

.wprt-contact-form-2 .wpcf7-form-control-wrap.message textarea {
  height: 100px;
}

.row-video-1 {
  background: none;
  background-color: #c7a335;
}

.ba_row {
    margin-bottom: 40px;
}

.wp-caption {
  width: 50%;
  text-align: center;
  padding: 10px;
}
.wp-caption.aligncenter {
  max-width:767px;
  width: auto;
}

.wp-caption.left {
  float: left;
}

.wp-caption.right {
  float: right;
}

.wp-caption img {
  /*max-height: 280px;*/
}

.clearfix {
  clear: both;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.history-gallery {

}

.history-gallery-item {
  width: calc(33% - 5px);
  /* float: left; */
  text-align: center;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
}

.history-gallery-item img {
  vertical-align: middle;
}

.team-page-item {
  float: left;
  width: 25%;
  text-align: center;
}

.wprt-gmap-3-left {
  height: 300px;
  width: 50%;
  float: left;
  border-right: 3px solid #c7a335;
}

.wprt-gmap-3-right {
  height: 300px;
  width: 50%;
  float: left;
  border-left: 3px solid #c7a335;
}

.wprt-team.style-1 .text-wrap {
  padding-top: 15px;
}

.wprt-team.style-1 .position {
  display: block;
  min-height: 60px;
}

.wprt-team.style-1 .team-page-item {
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.wprt-team.style-1 .fullsize-team {
  padding-bottom: 40px;
}

.wprt-team.style-1 .fullsize-team:after {
  clear: both;
  content: '';
  display: table;
}

.wprt-team.style-1 .fullsize-team .thumb {
  width: 400px;
  float: left;
  margin-right: 30px;
}

.wprt-team.style-1 .fullsize-team .text-wrap {
  overflow: hidden;
  padding-top: 0;
}

.wprt-team.style-1 .thumb:after {
  display: none !important;
}

@media (max-width: 1200px) {
  .tp-parallax-wrap {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .wp-caption.left,
  .wp-caption.right {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .wprt-team.style-1 .fullsize-team .thumb {
    float: none;
    margin-right: 0;
    width: 300px;
  }
  .wprt-team .team-page-item .name {
    min-height: 66px;
  }
}

@media (max-width: 767px) {
  .wprt-gmap-3-right,
  .wprt-gmap-3-left {
    float: none;
    width: 100%;
  }
  .team-page-item {
    width: 33.3333%;
  }
}

@media (max-width: 600px) {
  .team-page-item {
    width: 50%;
  }
  .team-page-item:nth-of-type(even) {
    clear: left;
  }
}

.google-map {
  padding-bottom: 50%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

body, html {
    height: 100%;
    margin: 0;
}
iframe {
    border: 0;
    margin-top: -75px;
    height: 400px;
}
.RemoveTop {
overflow: hidden;
position: relative;
top: 30px;
}
