/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap

/*--------------------------------------------------------------
>>> GLOBAL
----------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden; 
  color: #757575;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h2, .h2 {
    font-size: 2.2em;
}
h1 {
  margin-top: 13px;
}
h1 {
  margin-bottom: 25px;
}
a {
  color: #4d4d4d;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #FFF;
}

blockquote {
    padding: 10px 20px;
    margin: 30px 0px;
    font-size: 17.5px;
    border-left: 10px solid #9f9492;
    background: rgba(248, 153, 56, 0.7);
    color: #FFF;
    font-size: 14px;
}
section {
  padding: 20px 0px;
}
figure {
    margin: 0;
}
a:focus {
    outline: none;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
  margin-bottom: 10px;
}
a.btn:visited, a.btn-default:visited {
  color: #FFF;
}
.btn.btn-primary {
  background: #023c61;
  border-color: none;
  font-size: 12px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #727e10;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
>>> GLOBAL CLASSES
----------------------------------------------------------------*/
h1 span.title-low {
  font-weight: normal;
  font-size: 1.5em;
}
h1 span.title-bold {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid #4d4d4d;
  font-size: 1.5em;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
label.error {
  color: #828282;
  font-size: 1.1em;
  font-weight: normal;
}
#hidden-contact label.error {
  color: #eaeaea;
  font-size: 1.1em;
  font-weight: normal;
}


#contact label.error {
  color: #023c61;
}
.modal ul li {
    font-size: 1.5em;
}
.modal p {
    font-size: 1.5em;
}
a, a:visited, a:hover, a:active, a:focus {
    color: #FFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
}
footer a, footer a:visited, footer a:hover, footer a:active, footer a:focus {
    color: #FFF;
}
/*--------------------------------------------------------------
>>> CF7 FIXES
----------------------------------------------------------------*/
.form-control {
    border-radius: 0px;
}
.form-control:focus {
    border-color: #023c61;
}
span.wpcf7-not-valid-tip {
    color: #FFF;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors {
    border: none;
    color: #FFF;
    font-size: 1.1em;
}
div.wpcf7-mail-sent-ok {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 1.1em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #FFF;
}
div.wpcf7-validation-errors {
    border: 2px solid #FFF;
}
.btn {
    border-width: 0;
}
.btn-default {
    color: #FFF;
    background-color: #3a598f;
    font-size: 15px;
    padding: 10px 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-color: #3a598f;
    border-color: #3a598f;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: right;
    color: #FF6600;
    text-transform: uppercase;
}
div.wpcf7-response-output {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 3px solid #4d4d4d;
    font-size: 1.1em;
    margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
    border-bottom: 2px solid #FF6600;
    color: #757575;
}
div.wpcf7-validation-errors {
     border-bottom: 2px solid #FF6600;
    color: #757575;
}
.screen-reader-response {
  display: none;
}


/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/
.navbar-default {
    background-color: #FFF;
    border-color: transparent;
    
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.15em;
}
.date-container {
    padding-top: 12px;
    min-width: 100px;
}
.date-container p {
    color: #FFF;
    line-height: 15px;
    display: block;
    font-size: 1.1em;
    margin-bottom: 0px;
    font-weight: 300;
}
.no-pdn-right {
    padding-right: 0px;
}
.no-pdn-left {
    padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-menu {
    border: none;
    background: #018dca;
    color: #FFF;
    padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #267fbb;
}
.navbar-default .navbar-nav > li > a.separator:hover, .navbar-default .navbar-nav > li > a.separator:focus {
    color: #267fbb;
    background-color: transparent;
}

.navbar-fixed-top {
    margin-top: 45px;
}

/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

footer {
  background: #267fbb;
  padding: 10px 0px;
  color: #FFF;
}
footer p {
  color: #FFF;
  line-height: 1.25em;
  margin-bottom: 1em;
}
footer h4 {
  color: #FFF;
  font-size: 1.25em;
  margin-top: 0px;
}
footer address {
  color: #FFF;
  font-size: 1.25em;
}
footer .date-container {
  padding-top: 0px;
}
footer .date-container p {
  color: #FFF;
  font-size: 1.25em;
  line-height: 1.25em;
}
footer ul {
  margin-left: 0px;
  padding-left: 0px;
}
footer ul li {
  color: #FFF;
  line-height: 20px;
}
footer ul li a {
  color: #FFF;
}
footer i {
  font-size: 1.25em;
  color: #FFF;
  display: block;
  margin: 0 auto; 
}

/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/

#main-navigation {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.separator {
    margin-bottom: 10px;
    padding-bottom: 5px;
    min-height: 50px;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.navbar-default .navbar-nav > li > a i {
    color: #267fbb;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover i {
    color: #3a598f;
}

.right-padding {
    padding-right: 20px;
}
.padding-both {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background-color: transparent;
    }
    li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .navbar-brand {
        padding: 2px 15px;
    }
    #main-navigation {
        padding-left: 20px;
    }
}


/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

footer h3 {
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.5em;
}

footer .navbar-nav > li {
    float: left;
    min-width: 60px;
}

footer .navbar-nav > li i {
    display: block;
    text-align: center;
}
footer ul {
    list-style: disc;
    margin-left: 15px;
    padding-left: 0px;
}
footer .nav>li>a:hover i, footer .nav>li>a:focus i {
    color: #3a598f;
}

#copyright {
  background: #e1e1e1;
  color: #a1a1a1;
  padding: 5px;
  margin: 0px;
}
#copyright p {
  font-size: .8em;
  padding: 0px;
  margin: 0px;
}
.contact-title {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .contact-title {
    margin-top: 10px;
  }
  footer .navbar-nav > li {
    margin-left: 15px;
  }
}

/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/

#main-slide {
    margin-top: 25px;
}
#main-slide i.fa-chevron-left, #main-slide i.fa-chevron-right {
    margin-top: 80%;
    background: rgba(47,74,83,.8);
    color: #FFF;
    padding: 30px 15px;
}
#main-slide i.fa-chevron-left {
    position: relative;
    left: -70px;
}
#main-slide i.fa-chevron-right {
    position: relative;
    right: -70px;
}
.carousel-caption {
    right: auto;
    left: auto;
    bottom: 0px;
    padding: 5px 15px;
    text-align: left;
}
.carousel-caption p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        right: auto;
        left: auto;
        width: 100%;
        background: rgba(47,74,83,.7);
    }
}

/*--------------------------------------------------------------
>>> HEADER FIX
----------------------------------------------------------------*/
.btn-default {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*--------------------------------------------------------------
>>> BOOTSTRAP REWRITE
----------------------------------------------------------------*/
.navbar-nav>li>.dropdown-menu {
    background: #002163;
    color: #FFF;
}
.dropdown-menu>li>a {
    color: #FFF;
}


.bootslider .bs-container .bs-slide .bs-foreground {
    padding-top: 100px;
}


/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/


#main-slide h1, #main-slide h2, #main-slide p {
    color: #FFF;
    text-shadow: 2px 2px 0px rgba(70, 70, 70, 1);
}
#test-slide .glyphicon-chevron-left:before {
    content: "\e079";
    color: #002989;
}
#test-slide .glyphicon-chevron-right:before {
    content: "\e080";
    color: #002989;
}

@media screen and (min-width: 768px) {
    #main-slide {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .bootslider .bs-container .bs-slide .bs-foreground {
        padding-top: 40px;
    }
    #main-slide h1 {
        font-size: .9em;
    }
    #main-slide h2 {
        font-size: .8em;
    }
}

#message {
    margin-top: -30px;
    margin-bottom: -10px;
}
#message h2 {
    color: #902424;
}
#message h2 span {
    color: #c53131;
}

#services {
    position: relative;
}
#services .red-background img {
    display: block;
    margin: 0 auto;
    max-width: 70px;
}
#services h2 {
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
}
#services ul li {
    color: #FFF;
    font-size: .9em;
}
.red-background {
    background: #c53131;
    margin-top: -8px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note-container {
    position: absolute;
    display: block;
    left: -100px;
    bottom: 400px;
}
h1.section-header {
    color: #002163;
}
hr.section-header {
    border-top: 5px solid #002163;
    width: 60px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 30px;
    padding-top: 0px;
}
#assessment {
    background: url('<?php echo get_template_directory_uri(); ?>/images/bg-services.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
#assessment h2 {
    font-size: 1.2em;
}
.gray-bg {
    background: #002163;
    color: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
#assessment ul {
    padding-left: 21px;
}

@media screen and (max-width: 768px) {
    .gray-bg {
        min-height: auto;
    }
}
#who-iam {
    background: #e8e8e8;
}
#who-iam h1 {
    font-size: 1.5em;
    color: #0052a5;
}
#who-iam img {
    border: 5px solid #002163;
}
.white-bg {
    background: #FFF;
    padding: 20px 40px;
}
#who-iam ul {
    padding-left: 25px;
}

@media screen and (max-width: 768px) {
    #who-iam img {
        display: block;
        margin: 0 auto;
    }
}

.blue-bg {
    padding: 20px;
    background: #5c83ac;
    min-height: 160px;
    position: relative;
}
.blue-bg img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .5;
}
#test-slide p {
    font-size: .9em;
    color: #FFF;
}

@media screen and (min-width: 768px) {
  #test-slide .carousel-control .glyphicon-chevron-left, #test-slide .carousel-control .icon-prev {
      margin-left: -125px;
  }
  #test-slide .carousel-control .glyphicon-chevron-right, #test-slide .carousel-control .icon-next {
    margin-right: -125px;
  }
}

@media screen and (max-width: 768px) {
    .blue-bg {
        min-height: 250px;
    }
}

#contact input, #contact textarea {
    margin-bottom: 10px;
}
label {
    font-weight: normal;
}
#quote {
    position: relative;
}
.quote-msj {
    position: absolute;
    top: 80px;
    right: 50px;
    width: 210px;
}
.quote-msj h3 {
    color: #FFF;
    font-size: 1em;
}
.quote-msj p {
    color: #FFF;
}


/*--------------------------------------------------------------
>>> CONTACT SIDEBAR
----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .navbar-brand > img {
    max-width: 150px;
  }
}
#aside-contact {
    position: fixed;
    background: rgba(38, 127, 187, .95);
    z-index: 999;
    width: 350px;
    height: 135px;
    padding: 20px 45px;
    bottom: 50px;
    right: 0px;
}

#aside-contact p {
    color: #FFF;
}
.btn-white {
    border: 1px solid #FFF;
}
#aside-contact .glyphicon-chevron-left:before {
    content: "\e079";
    color: #FFF;
}
#aside-contact .glyphicon-chevron-right:before {
    content: "\e080";
    color: #FFF;
}
@media only screen and (max-width: 960px) {
    /* HIDE XS */
    section#side-contact {
        left: -40px;
     }
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      margin-left: -55px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -55px;
  }
}

.gray-bg {
    background: rgba(1,34,100, .6);
}
.gray-bg ul li {
    font-size: .9em;
}
.gray-bg h2 {
    margin: -20px -20px 20px 20px;
    padding: 20px;
    background: rgba(1,34,100, .6);
    display: block;
    width: 100%;
    min-height: 50px;
}
.cross {
  position: absolute;
  top: -12px;
  right: -10px;
  padding: 10px;
}
.cross i {
  color: #FFF;
}