/*!
 
 */
body * {
		font-family: Raleway;
}
.container {
    max-width: 1100px;
}
.top-header {
    max-height: 80px; 
    height: 80px;
}
.top-header .logo img {
    margin: 10px; 
    height: 60px;
}
h1, h2, h3, h4 {font-weight: 500 !important; color: #555; font-family: Raleway !important;}

/*p, th, td, li, * {font-family: Raleway;}*/

.top-dark-right li { 
    line-height: 10px;  
    border-left: 1px solid #bbb; 
    padding: 0px 10px;
}
.top-dark-right li:first-child {
    border-left: none;
}
.top-dark-right li a {
    font-weight: 600;
    font-size: 11px;
}
.top-dark-right li a:hover {
    color: #32c5d2;
}
.navbar.navbar-default {
    padding: 5px 0; 
    min-height: inherit;
}
.navbar-collapse.collapse {
    max-width: 720px; 
    margin: 0 auto;
}
.navbar-nav>li>a {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding: 10px 18px; font-weight: 600 !important; 
    font-size: 14px !important;
}

@media (max-width: 991px) {
    .navbar-default .nav > li > a {
         padding: 10px 18px;
        font-size: 13px;
    }
    .navbar-collapse.collapse {
        max-width: 991px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .top-header-logo {text-align: center;}
}

.navbar-toggle {
    padding: 7px 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}

#footer {
    background-color: #11332B; /* 154237; */
}

.breadcrumb-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-color: #ffffff;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    background-size: cover;
}

.breadcrumb-wrap h4 {
    margin: 0px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Source Sans Pro", sans-serif;
}

ol.breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
}
ol.breadcrumb li a {
    color: #ffffff;
}

.tp-caption {
    font-weight: 600 !important;
}
 
.vertical-title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 60px;
    font-family: Raleway, 'Source Sans Pro', sans-serif;
}

.vertical-caption {
    font-size: 25px;
}

.fun-fact-wrap {
    background-repeat: repeat !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fun-fact-wrap h3 {
    font-size: 36px;
}
.fun-fact-wrap hr {
    background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
}

@media (max-width: 991px) {
    .facts-in {
     margin-bottom: 0px; 
    }
}
.testimonials-v-2 {
     padding: 20px 0 50px; 
    overflow: hidden;
}
.center-heading {
    margin-bottom: 20px;
}
.center-heading h2 {
    color: #555 !important;
}

#clients-carousel {
    /*background-color: #424242;*/
    background-color: #F5F5F5;
    padding: 10px 0;
}

#clients-slider img {
	height: 80px;
	width: auto;
    display: block;
    margin: 0 auto;
}


.tab-content {
    padding: 20px;
    _border: solid 1px #32c5d2;
    margin-top: 1px;
    border: none;
    border-top: solid 2px #32c5d2;
}

#back-to-top.show a {
    bottom: 20px;
}
#back-to-top a {
    display: block;
    z-index: 500;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    color: #fff;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #32c5d2;
}