/* PRELOADER */

    /* Paste this css to your style sheet file or under head tag */
    /* This only works with JavaScript, 
    if it's not present, don't show loader */
/*     .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../assets/images/ellipsis.gif) center no-repeat #fff;
} */


/* NAVIGATION */

div#bs-example-navbar-collapse-1 {
    border: transparent;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: #ccc;
}
.navbar-default {
    background-color: initial;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mainpage .navbar-default .navbar-nav>li>a:focus, .mainpage .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}
.mainpage .navbar-default .navbar-nav>li>a {
    color: #FCFBFD;
}
.mainpage .btn-social-icon {
    color: #FCFBFD;
}
.mainpage .topbar div:first-child a {
    color: #FCFBFD;
}
.mainpage .navbar-default .navbar-nav > li.dropdown:hover > a {
    color: #ccc;
}
.mainpage .btn-social-icon:hover {
    color: #ccc;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.dropdown:hover > a:hover, .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: transparent;
    color: white;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
nav.navbar.navbar-default {
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    background-color: #3c4a5d;
}
.navbar-header {
    padding-top: 40px;
}
div#bs-example-navbar-collapse-1 {
    padding-top: 40px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}
.dropdown-menu {
    padding: 15px 0;
    font-size: 15px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    border: initial;
    border-radius: 1px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggle {
    margin-top: 30px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}
/* ADDITIONAL PAGES */
.commonnav{
    background-image: -moz-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -webkit-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    position: relative!important;
}
.commonnav h1 {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin-top: 50px;
}
@media (min-width: 1024px){
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
@media (max-width: 1023px){
    nav{
        padding: 0 10px;
    }
    .dropdown-menu > li > a {
        color: #fff!important;
    }
    ul.dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}
@media (max-width: 767px){
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 520px){
    .navbar-header {
        padding-top: 0;
    }
    nav>div{
        padding: 0!important;
    }
    .navbar-brand img{
        height: 62px;
        padding-top: 15px;
    }
}
@media (max-width: 500px){
    #first-slider ul {
        font-size: 25px;
    }
    .navbar-header {
        padding-top: 0;
    }
    .commonnav h1 {
        margin-top: 40px;
    }
}

/* BREAKPOINT */
@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}







/* TOPBAR */

.topbar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 20px 10px 35px;
}
.topbar ul{
    padding-left: 0;
}
.topbar div:first-child{
    float: left;
}
.topbar div:first-child a{
    padding-right: 20px;
    color: white;
}
.topbar div:first-child a:hover{
    color: #ccc;
}
.topbar div:last-child{
    float: right;
}
.topbar div:last-child li{
    display: inline-block;
}
.btn-social-icon {
    background-color: transparent!important;
    border-color: transparent!important;
    color: rgba(255,255,255,0.75)!important;
}
.btn-social-icon:hover {
    color: rgba(255,255,255,0.9)!important;
}
@media (max-width: 520px){
    .topbar{
        display: none;
    }
}










/* 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 {
    max-height: 700px;
    height: 100vh;
    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 {
    margin: 0;
    position: absolute;
    top: 185px;
    left: 50px;
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px -0.5px 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);
}
#first-slider ul {
    position: absolute;
    right: 50px;
    bottom: 50px;
    list-style-type: none;
    font-size: 22px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.2), 0px 6px 10px rgba(0,0,0,0.1), 0px 8px 13px rgba(0,0,0,0.1);
}
span.tlt1{
    font-style: italic;
    font-size: 29px;
    font-weight: 500;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.2), 0px 6px 10px rgba(0,0,0,0.1), 0px 8px 13px rgba(0,0,0,0.1);
}
@media (max-width: 1200px) { 
}
@media (max-width: 1023px) { 

}
@media (max-width: 991px) { 
    #first-slider h1 {
    }
}
@media (max-width: 767px) { 
    #first-slider .carousel .item {
        min-height: 450px;
    }
    #first-slider h1 {
        font-size: 24px;
        line-height: 39px;
    }
    #first-slider ul {
        font-size: 16px;
    }
    span.tlt1 {
        font-size: 23px;
    }
}
@media (max-width: 600px) { 
    #first-slider .carousel .item {
        min-height: 250px;
    }
    #first-slider h1 {
        font-size: 15px;
        line-height: 26px;
    }
}
@media (max-width: 565px) { 
    #first-slider ul {
        font-size: 12px;
    }
    span.tlt1 {
        font-size: 17px;
    }
}



/* PORTFOLIO ICONS */

.porticons ul {
    position: absolute;
    right: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: none;
    margin: 10px 0 10px 15px;
}





















/* PORTFOLIO */
.landingport{
    margin-bottom: 20px;
    text-align: center;
}
.landingport .col-sm-3 {
    margin-bottom: 40px;
}
.landingport img{
    width: 100%;
}
.landingport2{
    text-align: center;
}
.landingport2 img{
    width: 100%;
}
.landingport2  h5{
    font-size: 20px;
}
.landingport .col-sm-6{
    padding-bottom: 40px;
}
.landingport h4 {
    padding-bottom: 20px;
    margin-top: 0;
}


/* FORM */


#success_message{ display: none;}
.well {
    margin-bottom: 0;
    padding-top: 35px;
    padding-right: 35px;
}
.control-label {
    text-align: left!important;
}
form#contact_form {
    text-align: left;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.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){
     #map{
        min-height: 300px!important;
    }
}
@media (max-width: 450px){
    label.col-xs-4.col-md-4.control-label {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 15px;
    }
    .col-xs-8.col-md-8.inputGroupContainer {
        width: 100%;
    }
}

/* 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-4 {
        width: 49%;
        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;
    }
}


/* INDEX FORM */
.indexmap .col-md-12{
    padding-bottom: 20px;
}
.indexmap p{
    font-size: 13px;
}
@media (max-width: 767px){
.indexmap .col-md-12 {
    width: 49%;
    float: left;
    padding-top: 30px;
}
}







/* 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;
}
.btn.colorbtn  {
    font-size: 14px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border-radius: 100px;
    min-width: 240px;
    padding: 15px 30px;
    text-transform: uppercase;
    border-width: 0px;
    background-color: #59a297;
}
.btn.colorbtn:hover {
    background-image: -moz-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -webkit-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    color: #FFF;
}
.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: 30px!important;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 0!important;
}
.pagetitle h1 {
    padding-bottom: 0px;
    padding-top: 40px;
    color: #59a297;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.hrline h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
.first-section{
    margin-top: 80px;
}
.row.intro-services .col-sm-3 img{
    width: 100%;
}

.intro-services .dropdown-menu a{
    text-transform: uppercase;
}
@media (min-width: 1200px){
    .row {
        margin-left: 0;
    }
}
@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%;
    }
    .textcenter{
        text-align: center;
    }
    .blog h4{
        font-size: 14px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px){

}




/* FOOTER */

footer p {
    font-size: 14px;
    display: inline-block;
    float: right;
    padding-top: 20px;
}
footer a {
    text-decoration: none;
    color: rgb(0,84,166);
}
footer a:hover{
	color: #9ca0b0;
}
footer a:focus{
	color: #9ca0b0;
}
footer {
    padding: 20px 0;
    background-color: #eee;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer .title{
    text-transform: uppercase;
}
footer .linksinline li{
    display: inline-block;
}
footer .legal-links {
    padding: 10px 0 20px;
    margin: 0;
}
footer .legal-links li{
    width: 49%;
}
footer .legal-links li a{
    font-size: 14px;
}
footer .copyright{
    font-size: 12px;
    color: rgba(15,28,26,0.5);
    margin: 0;
}
footer .footerlinks li{
    line-height: 30px;
}
footer .title{
    margin-bottom: 20px;
}
footer .btn-social-icon {
    color: #4f5362!important;
}
footer .btn-social-icon:hover {
    color: #8e93a4!important;
}
@media (max-width: 500px){
    .footerlinks{
        display: none;
    }
    .col-xs-6.col-sm-4.linksinline{
        width: 100%;
    }
    .col-xs-6.col-sm-2.linksinline{
        margin-top: 20px;
        width: 100%;
    }
}

/* SERVICE SUMMARY */

.servsum {
    padding: 30px;
    position: relative;
}
.servsum ul {
    padding-left: 15px;
    position: absolute;
    top: 30px;
    left: 225px;
    text-transform: uppercase;
}
.servsum ul li {
    display: block;
    color: #292929;
    font-size: 20px;
    font-weight: 500;
}
.servsum img {
    max-height: 170px;
}
@media (max-width: 450px){
    .servsum img {
        max-height: 100px;
    }
    .servsum ul {
        padding-left: 15px;
        position: absolute;
        top: 30px;
        left: 143px;
        text-transform: uppercase;
    }
    .servsum ul li {
        display: block;
        color: #292929;
        font-size: 12px!important;
        font-weight: 500;
    }
}


/* 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: 40px;
    margin-top: 10px;
    margin-bottom: 32px;
    font-weight: 500;
    text-transform: capitalize;
}
.fullservices h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #59a297;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.fullservices h4 {
    font-size: 18px;
    margin: 19px 0 13px;
    font-weight: 400;
}
.fullservices .btn-ground{
	    margin-top: 40px;
}
.fullservices img{
    width: 100%;
    padding-bottom: 20px;
}
.fullservices a {
    color: blue;
    display: block;
    padding-bottom: 10px;
    text-decoration: underline;
}
.fullservices a:hover {
    text-decoration: none;
}
.fullservices ul li span{
    color:rgb(0,174,239);
}
@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;
	}
}


/* BLOG */

.blog h1 {
    padding-left: 15px;
    color: #59a297;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 60px 0 40px;
}
.blog h4{
    font-weight: 400;
}
.blog h5 {
    color: #59a297;
    font-weight: 900;
    font-size: 33px;
}
.blog img{
    width:100%;
}
.blog .col-sm-6 {
    padding: 15px;
}
.mix-introtext {
    font-weight: 300;
    color: #555;
    line-height: 1.4;
    margin: 0 0 8px;
}
.mix-date {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
}
.mix-category, .mix-author {
    line-height: 1.2;
    margin: 0 0 5px;
}
a {
    color: #59a297;
}
.mix-extra {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: right;
    padding-top: 20px;
}
.projects img {
    width: 100%;
}
/* ABOUT */

.about img{
    width: 100%;
}
.about {
    padding: 40px 0;
}
.about h2 {
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.about p{
    line-height: 2;
    font-size: 15px;
}
@media (max-width: 1199px) {
    .about h2 {
        font-size: 36px;
        margin-top: 0;
    }
    .about p {
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .about h2 {
        font-size: 26px;
    }
    .about p {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .about h2 {
        margin-top: 20px;
    }
}


/* TEAM */

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

.content {
    padding-top: 30px;
}

/* Heading */
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -35px;
    margin-left: -25px;
    position: absolute;
    background: #444;
}

.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #444;
}

.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}

/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}





/* CALL TO ACTION */
.call-to-action {
    background: #0f1c1a;
    padding: 40px 0;
}
.call-to-action h5 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 30px;
    margin: 0;
}

.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;
}
.call-to-action .col-sm-9 input:first-child{
    float: right;
}
.call-to-action .col-sm-9 input:last-child {
    height: 42px;
    width: 360px!important;
    float: right;
    background-color: #4e4f53;
    color: rgba(254,254,255,0.7);
    border-radius: 21px;
    border-width: 0px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.call-to-action input{
    float: right;
}
.call-to-action input[type="submit"] {
    width: 155px;
    min-height: 42px;
    padding: 0px 10px;
    border-radius: 21px;
    line-height: 42px;
    margin-left: 5px;
    background-color: #59a297;
    border-width: 0px;
    width: 260px!important;
    color: white;
}
input[type='submit']:hover {
    background-image: -moz-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -webkit-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(22,220,211) 0%, rgb(0,84,166) 100%);
    color: #FFF;
}
:placeholder-shown{
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .call-to-action .col-sm-3{
        width: 100%;
    }
    .call-to-action .col-sm-9 {
        width: initial;
    }
}
@media (max-width: 767px) {
    .call-to-action .col-sm-9 {
        width: fit-content;
    }
    .call-to-action h5 {
        margin-bottom: 10px;
    }
    .call-to-action .col-sm-9 input:last-child {
        width: 180px!important;
    }
    .call-to-action input[type="submit"] {
        width: 160px!important;
    }
}
@media (max-width: 550px) {
    .call-to-action h5 {
        font-size: 24px;
    }
    .call-to-action .col-sm-9 input:last-child {
        width: 110px!important;
    }
    .call-to-action input[type="submit"] {
        width: 100px!important;
    }
    :placeholder-shown{
        padding-left: 20px;
        font-size: 12px;
    }
}






@media (max-width: 768px) {
    .jumbotron .h1, .jumbotron h1 {
	    font-size: 35px!important;
	}
	.jumbotron p {
	    font-size: 13px!important;
	}
}
@media (max-width: 550px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 30px!important;
    }
}
@media (max-width: 400px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 25px!important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .jumbotron p {
        font-size: 12px!important;
    }
}
.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 36px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #00224c;
    padding-right: 15px;
    padding-left: 15px;
}
.jumbotron>hr {
    color: #59a297;
    border-top: 2px solid #59a297;
    width: 300vw;
    margin-left: -50vw;
    margin-top: 0px;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
}


/* HOMELINKS */

.homelinks ul {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.homelinks li {
    font-size: 16px;
}
.homelinks li.linkheader {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .landingport h4 {
        font-size: 28px;
    }
}
@media (max-width: 500px) {
    .landingport h4 {
        font-size: 17px;
    }
}


/* 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;
}


/* 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 {
    font-size: 26px;
    padding: 0 15px;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #00224c;
    font-weight: 600;
}
.testcol p {
    padding: 0 15px;
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.testcol .part-item {
    background-color: #fff;
}
.slide:focus{
    outline: 0;
}