/* 
    Created on : 1 May, 2016, 3:38:19 PM
    Author     : Codeflicks
    
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,700,800,500,600,400italic,500italic,600italic);
body {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.margin-0 {
  margin: 0px !important;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {

      line-height: 1;
	  color: #17313e;
}

.top-bar {
    padding: 10px 0;
    background-color: #17313e;
    color: #fff;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.footer-bottom {
  padding: 15px 0;
  background-color: #17313e;
  color: #fff;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
}
.footer-bottom .social li a {
  color: #333;
  font-size: 18px;
}
.footer-bottom .social li a:hover {
  color: #ed1c24;
}

.footer {
  padding: 30px 0;
  padding-bottom: 8px;
  background-color: #9bb4ba;
}
.footer h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer .quick-links ul li {
  padding-bottom: 5px;
}
.footer .quick-links ul li a {
  color: #000;
  text-decoration: underline;
}
.footer .quick-links ul li a:hover {
  color: #23527c;
  text-decoration: none;
}

.contact-list i {
  float: left;
  width: 40px;
  display: block;
  font-size: 20px;
  color: #666;
}
.contact-list p {
  overflow: hidden;
}

.map {
  padding: 80px 0;
  background: url(../images/map.jpg) no-repeat;
  background-size: cover;
  min-height: 500px;
}

.map-location {
  background: url(../images/location-pin.png) no-repeat;
  width: 280px;
  height: 100px;
  padding-left: 90px;
  padding-top: 10px;
  font-weight: 700;
  color: #666;
  margin: 0 auto;
}

.testimonials {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 50px;
}
.section-title h1 {
  font-weight: 100;
  color: #666;
  margin-top: 0;
  font-size: 60px;
  text-transform: capitalize;
  line-height: 60px;
}
.section-title h2 {
  margin-top: 0;
  font-weight: 700;
}

.testi-tabs li {
  padding-bottom: 30px;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.testi-tabs li.active, .testi-tabs li:hover {
  opacity: 1;
}

.testi-tab-content .info {
  border-left: 10px solid #ed1c24;
  padding: 3px 20px;
}
.testi-tab-content .info h5 {
  margin: 0px;
}
.verticle-center
{
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.cta {
  padding: 50px 0;
  background: url(../images/cta.jpg) no-repeat;
}
.cta .btn-red {
  border: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 12px 25px;
}

.btn-red {
  background: #056ba9;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}
.btn-red:hover {
  background: #17313e;
  color: #fff;
}

.team {
  padding: 100px 0;
}

.team-tabs li {
  padding-bottom: 30px;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #eee;
  padding: 0px;
  margin-bottom: 20px;
}
.team-tabs li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.team-tabs li.active, .team-tabs li:hover {
  opacity: 1;
}

.team-tab-content p {
  font-size: 15px;
  line-height: 29px;
}
.team-tab-content .social a {
  color: #999;
}
.team-tab-content .social a:hover {
  color: #ed1c24;
}

.yellow-bg {
  background: url("../images/pattern-2.gif") no-repeat;
  background-size: cover;
  padding: 50px 0;
  padding-bottom: 100px;
}
.yellow-bg h1 {
  padding-top: 50px;
  font-size: 45px;
  margin-bottom: 30px;
}
.yellow-bg h1 img {
  margin-right: 20px;
}
.yellow-bg p {
  font-size: 16px;
  line-height: 28px;
}
.yellow-bg a {
  color: #23527c;
}

.feature-box i {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #333;
  text-align: center;
  font-size: 22px;
}
.feature-box .content {
  overflow: hidden;
}

.header {
  position: relative;
}
.header.about-page {
  height: 500px;
  background-size: 100% auto!important;
  background-position: center center!important;
}
.header.about-page .banner-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
}
.header.about-page .banner-overlay h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
.header .header-table {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.header .header-table .header-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.header .header-table .header-table-cell h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin: 30px;
}
.header .header-table .header-table-cell h4 {
  text-transform: uppercase;
  color: #ddd;
}

.btn-border-white {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-border-white:hover {
  color: #333;
  background-color: #fff;
}

.header-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
}
.header-bar .logo-bar {
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 1100;
}
.header-bar .btn-red {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 8px;
  margin-right: 15px;
}

.navbar-toggle {
  display: block;
  color: #fff;
  background: #056ba9;
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: center;
  font-size: 20px;
}

.navmenu-inverse .navmenu-nav > li > a {
  color: #fff;
  text-transform: uppercase;
}
.navmenu-inverse .navmenu-nav > li > a:hover {
  color: #9bb4ba;
}

.navmenu-inverse .navmenu-nav > li.active a {
  color: #9bb4ba;
}

.navmenu-inverse .navmenu-nav > li > ul { 
	color: #9bb4ba;
}
.navmenu-inverse .navmenu-nav > li > ul > li > a {
	color: #9bb4ba;
}
.navmenu-inverse .navmenu-nav > li > ul > li > a:hover {
	color: #fff;
}

.navmenu-brand img {
	max-width: 70%!important;
}
	
.recent-work {
  padding: 70px 0;
}

.project-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.project-box .project-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(5, 107, 169, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3;
  opacity: 0;
}
.project-box .project-overlay p {
  font-size: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
}
.project-box:hover .project-overlay {
  opacity: 1;
}

.project-box-wrap {
  position: relative;
  background: #ebebeb;
  padding: 5px;
}
.project-box-wrap .row {
  margin: 0;
}
.project-box-wrap .col-sm-6 {
  padding: 5px;
}

.project-desc {
  padding: 10px 15px;
  background-color: #17313e;
  margin-bottom: 0px;
}
.project-desc h4 {
  color: #fff;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.project-desc h4:after {
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #056ba9;
}
.project-desc p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}

.contact-details {
  padding: 100px 0;
  background-color: #e5c940;
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  margin-top: -50px;
}
.contact-details .container {
  transform: skewY(-3deg);
}
.contact-details .container i {
  font-size: 50px;
  margin-bottom: 20px;
}

.contact-form {
  padding: 100px 0;
}
.contact-form h1 {
  font-weight: 100;
}
.contact-form h4 {
  margin-bottom: 50px;
}
.contact-form .form-control {
  box-shadow: none;
  min-height: 45px;
  border-radius: 0px;
  border: 2px solid #eee;
}
.contact-form .form-control:focus {
  border-color: #e5c940;
  box-shadow: none;
}

.border-width {
  width: 60px;
  height: 3px;
  background: #333;
  margin: 0px 0;
  margin-bottom: 10px;
}

.services-container {
  padding: 80px 0;
  padding-bottom: 50px;
}

.service-desc {
  padding: 20px 15px;
  background-color: #f5f5f5;
}
.service-desc .btn-default {
  border: 0px;
  background-color: #ddd;
  font-weight: 700;
  border-radius: 0px;
}
.service-desc .btn-default i {
  margin-left: 5px;
}
.service-desc .btn-default:hover {
  background-color: #ed1c24;
  color: #fff;
}

.service-box {
  margin-bottom: 30px;
}

.full-wid {
  width: 100%;
  text-align: center;
}

.text5 {
  color: #222;
}

.text6 {
  color: #fff;
  font-weight: 900;
  font-size: 60px;
  line-height: 90px;
  text-transform: uppercase;
}

.btn1 {
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.btn1:hover {
  color: #333;
  background: #fff;
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 885px) {
.header.about-page {
    height: 440px;
    }
}

@media (max-width: 767px) {
.header.about-page {
    height: 215px;
    }
.verticle-center
{
display: block;
  text-align:center;
}
.cta .verticle-center  .btn-red
{
margin-top:20px;
}
.footer-bottom
{
text-align:center;
}
.footer-bottom .text-right
{
text-align:center;
}
  .header-bar {
    position: relative;
  }

  .yellow-bg h1 {
    font-size: 30px;
  }

  .header .header-table .header-table-cell h1 {
    font-size: 30px;
  }

  .section-title h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .project-box img {
    width: 100%;
  }
.quick-links
{
	margin:30px 0px;
}
.feature-box
{
	margin-top:20px;
}
  .header-bar .logo-bar {
    margin-left: 0px;
    margin-top: 0px;
  }
  .header-bar .logo-bar img {
    width: 125px;
  }

  .header-bar .btn-red {
    font-size: 10px;
    margin-top: 9px;
  }
  .mob-hide {
	  display: none!important;
  }
  .recent-work {
	  padding: 30px 0;
  }
  .header.about-page .banner-overlay h1 {
	  font-size: 30px;
  }
  .header.about-page .banner-overlay {
	  bottom: 20px;
  }
  .contactmap {
	float: none!important;
	width: 100%!important;
}
}
/* Custom */

  .toppad {
	  top: 60px!important;
	  position: relative;
}
.FloatRight {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 50%;
}

.subnav {
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
	border-top: solid 1px #ccc;
}
.subnav a {white-space:nowrap;}
.topsubnav {
	margin-top: -35px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.contactmap {
	float: right;
	width: 50%;
}