/* BOOTSTRAP 3.2.0 CUSTOM CSS */

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 320px;
    max-width: 1150px;
}

.row {
    margin: 0;
    padding: 0;
}



/* --------- PRE-HEADER AREA CSS --------- */

.pre-header {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background: #0096e0 url("../img/bg_pre_header.png") no-repeat center;
    display: block;
    border-bottom:#0081c0 solid 2px;
    /* font-family: 'Open Sans', sans-serif; */
}

.ph-left {
    text-align: left;
    margin: 0;
    padding: 0;
}

.ph-right {
    text-align: right;
    margin: 0;
    padding: 0;
}

.top-phone {
    font-size: 14px;
    color: #fff;
    border-right: #fff dotted 1px;
    margin-right: 15px;
    padding-right: 15px;
    font-weight:400;
    line-height: 20px;
}

.top-phone .glyphicon {
    margin-right: 5px;
}

.rlc-icon-phone {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/ico_phone.png") no-repeat;
    vertical-align: sub;
}

a.top-email {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight:400;
    text-decoration: none;
    line-height: 20px;
}

a.top-email:hover {
    color: #fff;
    text-decoration: none;
}

a.top-email .glyphicon {
    margin-right: 5px;
}

.rlc-icon-email {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/ico_email.png") no-repeat;
    vertical-align: sub;
}

a.top-home {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight:400;
    text-decoration: none;
    line-height: 20px;
}

a.top-home:hover {
    color: #fff;
    text-decoration: none;
}

a.top-home .glyphicon {
    margin-right:0;
}

.rlc-icon-home {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/ico_home.png") no-repeat;
    vertical-align: sub;
}

a.top-contactus {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight:400;
    text-decoration: none;
    line-height: 20px;
    border-left: #fff dotted 1px;
    margin-left: 10px;
    padding-left: 10px;
}

a.top-contactus:hover {
    color: #fff;
    text-decoration: none;
}

/* --------- PRE-HEADER AREA CSS END --------- */




/* --------- HEADER AREA CSS --------- */

.header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px #ddd;
    z-index:10000;
}

.navbar-header {
    margin: 0;
    padding: 27px 0;
}

.navbar-toggle, .navbar-toggle:hover {
    background-color: #3fc8f4;
    border-color: #38b1d8;
    margin:15px 0 0 0;
}

.navbar-toggle:focus  {
    background-color: #fff;
    border-color: #38b1d8;
}

.navbar-toggle .icon-bar, .navbar-toggle:hover .icon-bar {
    background: none repeat scroll 0 0 #fff;
}

.navbar-toggle:focus .icon-bar {
    background: none repeat scroll 0 0 #3fc8f4;
}

.navbar-brand {
    float: none;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    padding:0;
    margin:0;
    border-radius: 4px;
}

.navbar-brand img {
    border-radius: 2px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li > a {
    padding:35px 15px;
    line-height: 84px;
    color: #0096e0;
    font-size:16px;
    font-weight: 400;
    transition-duration: 0.2s;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;    
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #1a5061;
    background:#f8f8f8;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f8f8f8;
    border-color:none;
    border-width:0;
}

.navbar-nav > li.active > a {
    color: #0174ad;
    background:#f8f8f8;  
}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background:#f8f8f8;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    border-color: #7d2652 -moz-use-text-color;
    border-image: none;
    border-left: 0 none;
    border-radius: 0 0 2px 2px;
    border-right: 0 none;
    border-top: 0 none;
    border-style: solid none;
    border-width:0 0 0 0;
    left: 0;
    margin: -1px 0 0 0;
    min-width: 160px;
    overflow: hidden;
    padding: 0;
    top: 100%;
}

.dropdown-menu > li > a {
    border-radius: 0;
    border-top: 1px solid #ededed;
    clear: both;
    color: #81a8b4;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px 10px 15px;
    white-space: nowrap;
    transition-duration: 0.2s;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}

.dropdown-menu > li > a:last-child {
}

.dropdown-menu > li > a.DDMenuNoBorder {
    border:none;

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:#81a8b4;
	color:#fff;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.caret {
    display: none;
}



/* --------- HEADER AREA CSS END --------- */



/* --------- MAIN AREA CSS --------- */

.main-content-area {
    padding: 20px 0;
}

.main-content-box {
    
}

.main-content-box p {
    text-align: justify;
    font-size: 13px;
    color: #677c83;
    line-height: 22px;
}

.service-box-heading {
    padding-bottom: 10px;
    font-size: 27px;
    color: #0096e0;
    line-height: 50px;
}

.service-box-heading img {
    height: 45px;
    margin-right: 10px;
}

.btn-read-more {
    background-color: #fff;
    border-color: #7d9ca6;
    color: #7d9ca6;
    font-size: 13px;
    border-radius: 2px;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;    
}

.btn-read-more:hover, .btn-read-more:focus {
    background-color: #fff;
    border-color: #3fc8f4;
    color: #3fc8f4;
}

.btn-read-more .glyphicon {
    color: #7d9ca6;
    font-size: 11px;
    margin-right:5px;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;    
}

.btn-read-more:hover .glyphicon {
    color: #3fc8f4;
}

.direct-link {
    background: #7d9ca6;
    height: 60px;
    margin: 20px 0 20px 0;
    border-radius: 2px;
    display: none;
}




/* --------- MAIN AREA CSS END --------- */




/* --------- PRE-FOOTER AREA CSS --------- */

.pre-footer {
    margin: 20px 0 0 0;
    padding: 10px 0;
    width: 100%;
    background: #0096e0 url("../img/bg_pre_header___.png") no-repeat center;
}

.pre-footer-area {
    padding: 20px 0;
}

.pre-footer-aboutus {
    color: #c6f1ff;
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
}

.pre-footer-heading {
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #c6f1ff;
    margin: 0;
    padding: 0 0 10px 0;
}

.pre-footer-contactus {
    color: #c6f1ff;
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
}

.pre-footer-contactus a {
    color: #c6f1ff;
    text-decoration: none;  
}

.pre-footer-contactus a:hover {
    text-decoration: underline;
}

.social-media {
    display: block;
    padding-top:10px;
}

a.social-links {
    opacity: 0.5;
    margin:0 10px 0 0;
    padding: 0;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

a.social-links:hover {
    opacity: 0.8;
}

/* --------- PRE-FOOTER AREA CSS END --------- */



/* --------- FOOTER AREA CSS --------- */

.footer {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background: #0075af url("../img/bg_pre_header___.png") no-repeat center;
}

.copyright {
    color: #fff;
    font-size: 12px;
    opacity: 0.3;
    line-height: 23px;
    padding-left: 0;
    float: left;
}

.footer-logo {
    text-align: right;
    padding-right: 0;
    float: right;
}

.footer-logo a {
    opacity: 0.2;
    -webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}

.footer-logo a:hover {
    opacity: 0.6;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}

.footer-logo img {
    max-width: 120px;
}

/* --------- FOOTER AREA CSS END --------- */



/* --------- BREADCRUMBS AREA CSS --------- */

.breadcrumbs-area {
    margin: 0;
    padding:0;
    width: 100%;
    background: url("../img/bg_carousel_02.jpg") no-repeat center -140px;
    border-bottom: #eee solid 1px;
}

.container-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
}

.sub-page-header-area {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.sub-page-header-area h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 33px;
    font-weight: 300;
    color: #3f5862;
}

.sub-page-header-area p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #7b8793;
    line-height:27px;
}

.sub-pg-header-02 {
    font-size: 20px;
    line-height: 27px;
    color: #0096e0;
    padding-bottom: 10px;
}

.sub-page-theme-area {
    background: url("../img/img_road.png") no-repeat right top;
    min-height: 191px;
    text-align: right;
}

.top-side-img {

}

.top-img-padding {
    margin-top: 5%;
}


/* --------- BREADCRUMBS AREA CSS END --------- */



/* --------- RESPONSIVE CSS --------- */

@media (min-width:992px) and (max-width: 1110px) {

    .sub-page-theme-area {
        background: url("../img/img_road.png") no-repeat 150px top;
    }


}

@media (max-width: 1030px) {

    .service-box-heading {
        font-size: 25px;
    }

    .service-box-heading img {
        width: 40px;
        height: 40px;
    }


}

@media (min-width:833px) and (max-width: 991px) {

    .main-content-box {
        border-bottom: #e8e8e8 dashed 1px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .sub-page-header-area p {
        font-size: 13px;
        line-height: 22px;
    }

    .sub-page-header-area h1 {
        font-size: 30px;
    }

}

@media (min-width:100px) and (max-width: 832px) {

    .sub-page-theme-area {
        background: url("../img/img_road.png") no-repeat 150px top;
    }

    .sub-page-header-area h1 {
        font-size: 23px;

    }

    .sub-page-header-area p {
        font-size: 12px;
        line-height:20px;
    }


}


@media (max-width: 950px) { 
    
    .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: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		line-height:30px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }


    .container-width-950 {
        padding-left: 0;
        padding-right: 0;
        margin:0;
        width: 100%;
    }

    .navbar-header {
        padding: 15px;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

    .navbar-nav {
        padding: 0;
        border-top: #ebf3f6 solid 2px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right:0;
    }

    .navbar-nav > li {
        border-top: #ebf3f6 solid 1px;
    }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        padding: 10px 15px;
    }

	.dropdown-menu {
	    min-width: 320px;
	    overflow: hidden;
        border-radius:0;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
	}

    .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;
    }

    .nav > li {
        display: block;
        position: relative;
        float: none;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .caret {
        display: inline-block;
    }

    .main-content-box {
        float: none;
    }

}



@media (min-width:100px) and (max-width:767px) {

    .ph-left {
        float: left;
    }

    .ph-right {
        float: right;
    }

    .top-side-img {
        margin-top: 10%;
    }

}



@media (min-width:100px) and (max-width:531px) {

    .ph-left {
        float: none;
        text-align: center;
        width: 100%;
    }

    .ph-right {
        float: none;
        text-align: center;
        width: 100%;
        display: none;
    }

}

@media (min-width:100px) and (max-width:532px) {

    .sub-page-theme-area {
        display: none;
    }

    .sub-page-header-area {
        width: 100%;
    }

    .sub-page-header-area p {
        font-size: 13px;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    .navbar-toggle, .navbar-toggle:hover {
        margin: 10px 0 0;
    }

}


@media (max-width: 440px) {

    .copyright {
        float: none;
    }

    .footer-logo {
        text-align: left;
        float: none;
        padding:5px 0;
    }

}



@media (min-width:100px) and (max-width:382px) {

    .top-phone {
        font-size: 13px;
        margin-right: 5px;
        padding-right: 5px;
        border-right: none;
    }

    a.top-email {
        font-size: 13px;
    }

}




/* --------- RESPONSIVE CSS END --------- */
