/* NAVIGATION */

.navbar-brand>img {
    max-height: 45px;
    padding-left: 20px;
}
.navbar {
    min-height: 80px;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: rgba(255,255,255 ,0.95);
    border-bottom: 1px solid #ece4e4;
}
.navbar-nav>li>a {
    padding-top: 31px;
    padding-bottom: 31px;
}
.navbar-default .navbar-nav>li>a {
    color: #00224c;
    text-transform: uppercase;
}
.navbar-right {
    padding-right: 20px;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
@media (max-width: 600px) { 
    .navbar-brand>img {
        padding-left: 0;
    }
}
@media (max-width: 400px) { 
    .navbar-brand>img {
        max-height: 35px;
    }
    .navbar {
        min-height: 65px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
}

/* SLIDER */


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
    min-height: 650px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#first-slider h1 {
    position: absolute;
    bottom: 220px;
    right: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 44px;
    text-align: right;
    line-height: 53px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
@media (max-width: 991px) { 
    #first-slider h1 {
        font-size: 34px;
        line-height: 46px;
    }
}
@media (max-width: 767px) { 
    #first-slider .carousel .item {
        min-height: 450px;
    }
    #first-slider h1 {
        bottom: 145px;
        font-size: 24px;
        line-height: 39px;
    }
}
@media (max-width: 600px) { 
    #first-slider .carousel .item {
        min-height: 250px;
    }
    #first-slider h1 {
        bottom: 79px;
        font-size: 15px;
        line-height: 26px;
        right: 10px;
    }
}





/* LANDING SOLUTIONS
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
    font-weight: 500;
    font-size: 27px;
}
.marketing p {
    padding: 10px 0;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
.col-md-3.text-center {
    border: 2px solid #ece4e4;
    padding: 0;
    margin: 1%;
    width: 23%;
}
.marketing img {
    max-width: 100%;
}
.btn {
    border: 2px solid #ccc;
}




/* ACCORDION */
/* From https://jsfiddle.net/Wc4xt/1052 */
.panel-heading a:after {
    font-family: 'fontawesome';
    content: "\f07d";
    float: right;
    color: grey;
}
.panel-heading {
    cursor: pointer;
    cursor: hand;
}
.accrd-sol .col-sm-12.col-md-6 img {
    padding-bottom: 20px;
    max-width: 100%;
}
@media (max-width: 767px) { 
    .accrd-sol img{
        display: none;
    }
}
@media (max-width: 400px) { 
.panel-group .panel {
    font-size: 12px;
}
.panel-title {
    font-size: 13px;
}
}




/* TESTIMONIALS */

#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 34, 76,0.6);
    text-shadow: none;
}

#myCarousel .list-group {
    position:absolute;
    top:0;
    right:0;
}
#myCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 30px;
}
#myCarousel .list-group .active {
    background-color:transparent;
    border: 2px solid #00224c;
}
#myCarousel .list-group .active h4 {
    font-weight: 500;
    color: #00224c;
}
.list-group-item h4 {
    font-weight: 400;
}
#myCarousel .carousel-caption h4 a {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}
@media (min-width: 992px) { 
    #myCarousel {padding-right:33.3333%;}
    #myCarousel .carousel-controls {display:none;}  
}
@media (max-width: 991px) { 
    .carousel-caption p,
    #myCarousel .list-group {display:none;} 
}







/* LOGO */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* FORM */


#success_message{ display: none;}
#error_message{ display: none;}
.well {
    margin-bottom: 0;
    padding-top: 35px;
    padding-right: 35px;
}
.control-label {
    text-align: left!important;
}
form{
    text-align: left;
}
.btn-warning {
    color: #fff;
    background-color: #014494;
    border-color: #014494;
    width: 100px;
}
.btn-warning:hover {
    color: #fff;
    background-color: #015ccb;
    border-color: #015ccb;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    padding-left: 30px;
}
@media (max-width: 767px){
    .typical-section #map{
        height: 300px!important;
    }
}

/* FORM2 */

.contactrow {
    text-align: left;
    margin: 0;
    padding: 0 30px 30px;
}
.contactrow .col-md-3 {
    padding: 0;
}
#formcol2 .well{
    padding-bottom: 0px;
}
@media (max-width: 767px){
    .contactrow .col-md-3 {
        width: 33%;
        float: left;
    }
}
@media (max-width: 600px){
    .contactrow .col-md-3 {
        width: 50%;
    }
    .contactmap #map{
        min-height: 300px!important;
    }
}
@media (max-width: 450px){
    .contactrow .col-md-3 {
        width: 100%;
        padding-bottom: 20px;
    }
}

/* BLOG */

.span10 p {
    padding-top: 10px;
}
.label-info {
    background-color: #80A1CA;
}
@media only screen and (min-width: 1400px){
    .blogpage.container {
        width: 1170px;
    }
}
@media only screen and (min-width: 1600px){
    .blogpage.container {
        width: 1170px;
    }
}













/* GENERAL */


body{
	font-family: 'Montserrat', sans-serif;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    z-index: -1;
}
#title-text .jumbotron{
	padding-top: 0;
	background-color: #4d4d4d;
    padding-bottom: 20px;
}
#title-text .jumbotron img {
    margin-top: -55px;
    height: 151px;
}
#title-text .jumbotron p {
    color: #f2f2f2;
    padding-top: 10px;
}
a {
    color: #014494;
    text-decoration: none;
}
a:focus, a:hover {
    color: #014494;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #2d495a;
    border-color: #2d495a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #446e88;
    border-color: #446e88;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2d495a;
    border-color: #2d495a;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2d495a;
    border-color: #2d495a;
}
.jumbotron {
    margin-bottom: 0;
    background-color: transparent;
}
.typical-section {
    text-align: center;
}
.typical-section p {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0 40px;
    font-size: 15px;
}
.typical-section h3 {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 35px;
}
.marginclass{
	margin-bottom: 40px;
}
.pagetitle {
    padding-bottom: 50px!important;
    max-width: 1000px;
    margin: 0 auto;
}
.pagetitle h1 {
    padding-bottom: 40px;
    padding-top: 30px;
    font-weight: 500;
    color: #00224c;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
.first-section{
    margin-top: 80px;
}
@media (max-width: 991px){
    .col-sm-6.text-center {
        margin: 1%;
        width: 48%;
    }
    .first-section{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    body {
        padding-right: 0;
        padding-left: 0;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .row, .thumbnails {
        margin-left: 0;
        margin-right: 0;
    }
    .col-xs-12.text-center {
        margin: 1%;
        width: 98%;
    }
}


/* TESTIMONIALS HOME */

.testcol .col-sm-4{
    margin-bottom: 40px;
}
.testcol .bgimg {
    min-width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testcol h3 {
    margin-top: 20px;
    font-size: 22px;
    padding: 0 15px;
}
.testcol p {
    padding: 0 15px;
    font-size: 14px;
}
.testcol p.name {
    font-family: 'Yellowtail', cursive;
    font-size: 32px;
}
.testcol .part-item {
    background-color: #F5F5F5;
    padding-bottom: 10px;
}
.slide:focus{
    outline: 0;
}



/* FOOTER */

footer p {
    margin: 0;
    color: #ebebe0;
    float: left;
    line-height: 23px;
}
footer a{
	text-decoration: none;
	color: white;
}
footer a:hover{
	text-decoration: underline;
	color: white;
}
footer a:focus{
	text-decoration: underline;
	color: white;
}
footer{
	padding: 11px 0;
	background-color: #4d4d4d;
}
footer ul {
    padding-left: 0;
    float: right;
    margin-bottom: 0;
}
footer li{
	display: inline-block;
}
footer .btn {
    border: none;
}
.btn-youtube{
	background-color: #E62117;
}
.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}
 .btn-youtube:focus span, .btn-youtube:hover  span , .btn-youtube:focus,.btn-youtube:hover{
    background-color: #a21710;
}
@media (max-width: 750px){
    footer ul {
        float: left;
        padding-top: 10px;
    }
}
@media (max-width: 600px){
    footer p {
        line-height: 16px;
        font-size: 11px;
    }
    footer {
        padding: 8px 0;
    }
}
@media (max-width: 470px){
    footer p {
        line-height: 14px;
        font-size: 9px;
    }
}




/* FULL SERVICES */

.fullservices.row {
    display: table;
}

.fullservices [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.fullservices.row .col-sm-12.col-md-6{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fullservices h2{
	    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 32px;
}
.fullservices h4{
    font-size: 20px;
    margin: 30px 0;
}
.fullservices .btn-ground{
	    margin-top: 40px;
}
@media (min-width: 768px){
	.col-md-6 {
	    width: 50%;
	}
	.col-md-pull-6 {
	    right: 50%;
	}
	.col-md-push-6 {
	    left: 50%;
	}
}
@media (max-width: 767px){
	.fullservices.row {
	    display: block;
	}
	.fullservices [class*="col-"] {
	    float: initial;
	    display: block;
	    vertical-align: initial;
	    min-height: 300px;
	}
	.fullservices h2 {
	    margin-top: 30px;
	}
}
@media (max-width: 500px){
	.fullservices h2 {
	    font-size: 28px;
	}
}




/* CALL TO ACTION */
.call-to-action {
    background: rgba(0, 34, 76,0.4);
    padding: 40px 0;
}
.call-to-action h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.call-to-action .btn {
    border-radius: 5px;
    margin: 15px 0 10px 0;
    font-weight: 700;
}

.call-to-action .btn.btn-white {
    background: #fff;
    color: #666;
    border-bottom: 4px solid #ddd;
}

@media (max-width: 768px) {
    .m-text-center {text-align:center;}
    .call-to-action h1{font-size:20px;}
}
@media (max-width: 1200px) {
    .m-text-center {text-align:center;}
    .call-to-action h1{font-size:25px;}
    .call-to-action .btn {
	    margin: 10px 0 10px 0;
	}
}











@media only screen and (min-width: 1600px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1550px;
}
}
@media only screen and (min-width: 1400px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1370px;
}
}
@media (max-width: 768px) {
    .jumbotron .h1, .jumbotron h1 {
	    font-size: 35px!important;
	}
	.jumbotron p {
	    font-size: 13px!important;
	}
}
.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 40px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 300;
    color: #00224c;
}
