/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

a, h1, .h1, .h2, h2, .h3, h3{
    color: #0b2677;
}

.btn, .form-control{
    border-radius: 0px;
}

.btn-primary{
    background-color: #0b2677;
}

ul.nav.navbar-nav li a{
    color: #fff;
}
.navbar-inverse{
    border-color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color:#2F63FF;
}

/*HEADER*/
#header{
    /*background-image: url('../img/header-background-optimized.jpg');*/
    background-image: url('../img/header-background-3.jpg');
    background-size: 100%;
    background-position: 0 -160px;
    text-align: center;
    padding: 22% 0 12%;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
#header *{ /*everything in the header to be white color*/
    color: #fff;
}
#header:after{
    border-bottom: 36px solid #fff;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 0px;
    display: block;
    left: 0;
    height: 0;
    content: '';
    border-right: 100vw solid transparent;
    border-left: 0px solid transparent;
}

.intro{
    font-size: 16px;
}

.media{
    position: relative;
    min-height: 100px;
    display: table;
    width: 100%;
    padding: 15px;
}
.media-heading{
    display: block;
    text-align: center;
    font-size: 24px;
    width: 100%;
}
.item span.fa{
    font-size: 50px;
    color: #0b2677;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Bootstrap overrides */
.navbar-inverse{
    background-color: #0b2677;
}
.navbar-brand, .navbar-inverse .navbar-brand{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.panel.blue{
    background-color: #0b2677;
    color: #fff;
    border-radius: 0px;
    border: 0px;
}


/*carousel*/
.carousel{
    min-height: 200px;
    margin-bottom: 40px;
}
.carousel-indicators li{
    background-color: #fff;
    border: 4px solid #0b2677;
    width: 14px;
    height: 14px;
}
.carousel-indicators li.active{
    background-color: #fff;
    border: 4px solid #0b2677;
    width: 16px;
    height: 16px;
    opacity: 0.8;
}
.carousel-inner, .item{
    min-height: 200px;
}
.carousel-control.left, .carousel-control.right{
    background: none;
}

/*Parallax Counter v3
------------------------------------*/
.parallax-counter-v3 {
    z-index: 1;
    height: auto;
    padding: 100px 0;
    margin: 40px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url('../img/parallax-bg-optimized.jpg') 50% 0 fixed;
    background-size: 100%;
}

.parallax-counter-v3:after {
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
  border-bottom: 36px solid #fff;
  border-left: 100vw solid transparent;
  border-right: 0px solid transparent;
}

.parallax-counter-v3 .features {
  width: 130px;
  height: 130px;
  padding: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2);
}

.parallax-counter-v3 .features:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}

.parallax-counter-v3 .features span {
  color: #fff;
  display: block;
  font-weight: 200;
}

.parallax-counter-v3 .features span.counter {
  font-size: 30px;
}

.parallax-counter-v3 .features span.features-info {
  text-transform: uppercase;
}

/*Owl Clients v1*/
.owl-clients-v1{
    margin: 40px 0;
}
.owl-controls{
    display: none;
}
.owl-item{
    opacity: .5;
}

/*accordion panels*/
.panel-group .panel, .panel-heading{
    border-radius: 0px;
}
#accordion .panel-heading{
    padding: 0px;
    position: relative;
    background-color: #0b2677;
    color: #fff;
}
#accordion .panel-title>a{
    display: block;
    padding: 10px 30px 10px 15px;
}
#accordion .panel-title>a:hover{
    text-decoration: none;
}
.accordion_icon{
    position: absolute;
    top: 10px;
    right: 20px;
}

/*Contact Pages
------------------------------------*/
.map {
    width:100%; 
    height:350px;
    border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;
}

/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.map img {
    max-width: none;
}

.map-box {
    height: 250px;
}


/* Footer Styles */
.footer{
    background-color: #0b2677;
    color: #fff;
    margin-top: 40px;
}
footer {
    margin: 50px 0;
}
footer .list-unstyled>li{
    margin: 10px 0px;
}
footer .list-unstyled>li>a{
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid;
}
footer a,
footer .list-unstyled>li.active>a,
footer .list-unstyled>li>a:hover,
footer .list-unstyled>li>a:focus{
    color:#2F63FF;
    text-decoration: none;
}
footer a:hover{
  color: #fff;
}
footer .copyright{
    font-size: 14px;
}
footer .copyright a{
    color: #fff;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:769px) {
    #header{
        background-position: 0px -78px;
    }
    .parallax-counter-v3 {
        padding: 80px 0;
        -webkit-background-size: 250% auto;
        -moz-background-size: 250% auto;
        -o-background-size: 250% auto;
        background-size: 250% auto;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    .carousel{
        min-height: 250px;
    }
    .carousel-inner{
        width: 80%;
        min-height: 250px;
        margin: 0 auto;
    }
}
@media(max-width:480px) {
    #header{
        background-size: 150%;
        background-position: -78px -78px;
    }
    .carousel{
        min-height: 300px;
    }
    .carousel-inner{
        width: 90%;
        min-height: 300px;
        margin: 0 auto;
    }
    .parallax-counter-v3 {
        padding: 80px 0;
        -webkit-background-size: 300% auto;
        -moz-background-size: 300% auto;
        -o-background-size: 300% auto;
        background-size: 300% auto;
      }
      .parallax-counter-v3 .features {
        width: 110px;
        height: 110px;
        padding: 22px;
      }

      .md-margin-bottom-50{
        margin-bottom: 50px;
      }

      .parallax-counter-v3 .features:after {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
      }

      .parallax-counter-v3 .features span.counter {
        font-size: 20px;
      }

      .parallax-counter-v3 .features span.features-info {
        font-size: 11px;
      }
}