@charset "utf-8";
/* CSS Document */
body{
	font:normal 13px/19px 'Roboto', sans-serif;
	background: #fafafa;
	color: #555;
}
body.cover-in {
    overflow:hidden;
}
a, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto', sans-serif;
}
h2, .custom-blog h1.entry-title{
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	color: #333;
	font-weight: 400;
	text-align: center;
	background: url('../images/bg_h2-divider.png') bottom center no-repeat;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-transform: uppercase;
}
h2>span{
	font-weight: 700;
}
h3{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	text-align: center;
	background: url('../images/bg_h3-divider.png') bottom center no-repeat;
	margin: 15px 0 22px;
	padding: 0 0 15px;
}
h4{
	font-size: 36px;
	color: #252525;
	font-weight: 300;
	text-align: center;
	margin: 0 0 15px;
	padding: 0;
}
h4>span{
	font-weight: 700;
	color: #0a376a;
}
h5{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}
h6{
	font-family: 'Raleway', sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}
p{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0 0 15px;
}
.header-group3{
	margin: 0;
	padding: 0 0 20px;
}
.header-group3 h2{
	color: #2e3537;
	font-weight: 300;
	text-align: left;
	background: none;
	margin: 0 0 8px;
	padding: 0;
	text-transform: none;
}
.header-group3 h6{
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}
.header-group4{
	margin: 50px 0 40px;
	padding: 0;
}
.header-group4 h2{
	text-transform: none;
}
.header-group5 h6{
	text-align: left;
	line-height: normal;
	margin-bottom: 35px;
}
.header-group5 h6>span{
	font-weight: 600;
	color: #303030;
}

ul.list-style01{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
ul.list-style01>li{
	background: url('../images/bullet_list-style1.png') 0px 0px no-repeat;
	padding: 0 0 25px 40px;
    font-size: 18px;
}
ul.list-style01>li>p{
	font-size: 14px;
	margin: 3px 0 0;
}
ul.list-style01>li>span{
	font-size: 24px;
}
ul.list-style01.small>li{
	padding: 0 0 15px 35px;
	font-size: 18px;
	line-height: normal;
	background: url('../images/bullet_list-style1.png') 0 1px no-repeat;
    background-size: 18px auto;
}
ol{
	list-style-position: inside;
}

.btn{
	transition: all 350ms ease-in-out;
}
.btn, .form-control{
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
}
.btn.btn-outline-blue{
	color: #0a376a;
	border-color: #0a376a;
	font-size: 24px;
	font-weight: 300;
	padding: 7px 32px;
	transition: all 350ms ease-in-out;
}
.btn.btn-outline-blue:hover, .btn.btn-outline-blue:focus{
	color: #fff;
	background: #0a376a;
}
.form-control{
	font-size: 16px;
	font-weight: 400;
	color: #303030;
}
.form-group {
    margin-bottom: 20px;
}
.btn-primary{
	border-color: #09afdf;
	background: #09afdf;
}
.btn-primary:hover {
    color: #09afdf;
    background-color: #fff;
    border-color: #09afdf;
}
.btn-lg{
	font-weight: 600;
	padding: 10px 36px;
}


.divider{
	background: url('../images/bg_h2-divider.png') center no-repeat;
	height: 1px;
}

/* main style */

.row.padding{
	margin-left: 0;
	margin-right: 0;
}
.navbar{
	border-radius: 0;
}

/* ### header ### */
.site-header{
	padding: 4px 0;
}
.logo{
	display: block;
}
.logo>h1{
	padding: 0;
	margin: 0;
}
.top-link-list{
	list-style: none;
	float: right;
	padding: 30px 0 0 ; 
}
.top-link-list>li{
	float: left;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #363636;
}
.top-link-list>li>a{
	color: #363636;
}
.top-link-list>li:first-child{	
	margin-left: 0;
}
.top-link-list>li>a.mail{
	background: url('../images/icon_mail.png') 0 3px no-repeat;
	padding-left: 30px;
}
.top-link-list>li>a.call{
	background: url('../images/icon_call.png')0 -1px no-repeat;
	padding-left: 25px;
}
/* ### header ### */

/* ### top navigation ### */
.navbar-inverse.top-nav{
	background: #0a376a;
	border-top: 1px solid #5fafde;
	padding: 9px 0;
}
.top-nav.navbar>.container .navbar-brand.get-quote:hover, .top-nav.navbar>.container .navbar-brand.get-quote:focus{
	background: #82c1e7;
}
.navbar.top-nav .navbar-nav>li {
    margin-left: 10px;
}
.navbar.top-nav .navbar-nav>li:first-child {
    margin-left: 0;
}
.navbar.top-nav .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all 350ms ease-in-out;
    padding: 6px 16px;
    border-radius: 3px;
}
.navbar.top-nav .navbar-nav>li>a:hover, .navbar.top-nav .navbar-nav>li>a:focus, .navbar-inverse.top-nav .navbar-nav>.open>a, .navbar-inverse.top-nav .navbar-nav>.open>a:focus, .navbar-inverse.top-nav .navbar-nav>.open>a:hover{
	color: #fff;
	background: #001b39;
}
.navbar-inverse.top-nav .navbar-nav>.active>a, .navbar-inverse.top-nav .navbar-nav>.active>a:focus, .navbar-inverse.v .navbar-nav>.active>a:hover, .navbar.top-nav .navbar-nav>li.active>a:hover, .navbar.top-nav .navbar-nav>li.active>a:focus{
	color: #fff;
	background: #82c1e7;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;  
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar.top-nav .navbar-nav>li>.dropdown-menu{
	z-index: 99999;
}
@media (min-width: 768px){
	.navbar.top-nav {
	    margin-bottom: 0;
	    border: 0;
	    border-top: 1px solid #5fafde;
	}
	.navbar.top-nav .nav.navbar-nav{
	    margin-left: -15px;
	    margin-right: -15px;
	}	
}
/* ### top navigation ### */

/* ### Slider ### */
.bx-wrapper .bx-viewport{
	border: 0;
	left: 0;
}
.slider-wrapper{
	background: url('../images/demo_banner.jpg') no-repeat;
	background-size: 100% auto;
	position:relative;
	overflow:hidden;
	
	width:100%;
}
.slider{
	margin: 0 auto;
}
p.slide-text{
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	position:absolute;
	top:-200px;
	z-index:8000;
	padding-left: 5px;
	color:#0a376a;
}
h3.slide-text-header{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	position:absolute;
	top: 80px;
	z-index:8000;
	padding: 12px 24px;
	background: rgba(255,255,255,0.75);
}
.fraction-slider p.fs_obj.slide-text1{
	top: 80px;
}
.fraction-slider p.fs_obj.slide-text2{
	top: 130px;
}
.fraction-slider p.fs_obj.slide-text3{
	top: 180px;
}
.fraction-slider p.fs_obj.slide-text4{
	top: 230px;
}
.fraction-slider .fs_obj{
	left: 0% !important;
}
/* ### Slider ### */
/* ### Body section ### */
.body-section{
	padding: 50px 0 30px;
}
.header-group{
	 margin: 0 0 35px;
}
.feature-box{
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	padding: 25px 15px;
	text-align: center;
	margin: 0 0 30px;
	min-height: 330px;
}
.feature-box:after{
	content: '';
	width: 100%;
	height: 9px;
	display: table;
	background: url('../images/bg_feature-box-shadow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -9px;
}
.feature-box .img-box{
	height: 90px;
	overflow: hidden;
}
.feature-box p{
	font-family: 'Raleway', sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: 300;
}
.feature-box a.read-more{
	font-family: 'Raleway', sans-serif;
	color: #09afdf;
	font-size: 15px;
	font-weight: 300;
}
.feature-box a.read-more:hover, .feature-box a.read-more:focus{
	color: #0a376a;
	font-weight: 700;
}
.offers-box{
	padding: 24px 40px;
	background: #1f90ca;
}
.header-group-offers{
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.header-group-offers>h4{
	font-size: 33px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #fff;
}
.header-group-offers>p{
	margin: 0;
	color: #fff;
}
.learn-more-div{
	text-align: center;
}
.offers-box .learn-more-div{
	text-align: right;
	margin-top: 20px;
}
.btn.learn-more-btn{
	font-size: 18px;
	color: #09afdf;
	font-weight: 400;	
	border-color: #09afdf;
	padding: 10px 50px;
	border-radius: 3px;
	background: #fff;
	transition: all 350ms ease-in-out;
	position: relative;
}
.offers-box .btn.learn-more-btn{
	color: #fff;	
	border-color: #fff;
	background: #09afdf;
}
.btn.learn-more-btn:after{
	content: '\f054';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        position: absolute;
    font-size: 14px;
    top: 15px;
    right: 30px;
    transition: all 150ms ease-in-out;
}
.btn.learn-more-btn:hover, .btn.learn-more-btn:focus{
	color: #fff;
	background: #09afdf;
}
.offers-box .btn.learn-more-btn:hover, .offers-box .btn.learn-more-btn:focus{
	color: #09afdf;
	background: #fff;
}
.btn.learn-more-btn:hover:after, .btn.learn-more-btn:focus:after{
	right: 25px;
}
.section-why{
	background: #fff;
	padding: 60px 0;
}
.block-why{
	padding: 0 0 35px;
}
.section-testi{
	padding: 55px 0;
	background:#fafafa;
}
.testi-article{
	padding: 0 15px;
	text-align: center;
}
.partner-carousel-outer{
	position: relative;
	padding: 0 15px;
}
.partner-carousel-outer .customNavigation .owlprev, .partner-carousel-outer .customNavigation .owlnext{
	color: #dfdfdf;
	cursor: pointer;
	position: absolute;
	top: 50%;
	font-size: 48px;
	margin-top: -22px;
}
.partner-carousel-outer .customNavigation .owlprev{
	left: 0;
}
.partner-carousel-outer .customNavigation .owlnext{
	right: 0;
}



/* ### Body section ### */








/* ### Contact Page ### */
.article-section{
	background: #fff;
	padding: 60px 0;
}
.banner-section{
	/*background: url('../images/banner_contact-page.jpg') top center no-repeat;
	background-size: 100% auto;
	padding-top: 13%;*/
	position: relative;
	text-align: center;
}
.banner-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 70px;
}
.banner-text h2{
	color: #fff;
	/*font-weight: 600;*/
	font-weight: 700;
	background: none;
	margin: 0;
	padding: 0;
	/*font-size: 24px;*/
	font-size: 30px;
}
.banner-text h2>span{
	/*display: block;*/
	display:inline-block;
	 /*font-weight: 700;*/
	 font-weight:400;
	 font-size: 30px;
}
.contact-boxes{
    margin: 0 0 50px;
}
.contact-box-icon{
	width: 90px;
	height: 90px;
	display: inline-block;
	transition: all 350ms ease-in-out;
}
.contact-box-icon.email{
	background: url('../images/icon_email.png') no-repeat;
}
.contact-boxes .feature-box:hover .contact-box-icon.email{
	background: url('../images/icon_email-hover.png') no-repeat;
}
.contact-box-icon.call{
	background: url('../images/icon_call2.png') no-repeat;
}
.contact-boxes .feature-box:hover .contact-box-icon.call{
	background: url('../images/icon_call2-hover.png') no-repeat;
}
.contact-box-icon.map{
	background: url('../images/icon_map.png') no-repeat;
}
.contact-boxes .feature-box:hover .contact-box-icon.map{
	background: url('../images/icon_map-hover.png') no-repeat;
}
.contact-boxes .feature-box p, .contact-boxes .feature-box p a{
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.contact-boxes .feature-box p>span{
    color: #555;
    display: block;
}
.other-maps-outer{
	margin: 0 0 55px;
}
.other-maps-outer>p{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #555;
}
.other-maps{
	position: relative;
	margin: 0 0 20px;
}
.map-address{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 10px;
	background: rgba(10,55,106,0.85);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.map-address>p{
	margin: 0;
	color: #fff;
}
.map-address>p>span{
	display: block;
	font-weight: 700;
}
.other-office-boxes{
	font-family: 'Raleway', sans-serif;
}
.other-office-boxes .panel-primary>.panel-heading{
	background: #2f5580;
	/*padding: 8px 15px;*/
padding: 15px 15px 0px;
	margin: -1px -1px 0 -1px;

}
.other-office-boxes .panel-primary{
	border-color: #eeeeee;
	margin-bottom: 33px;
	min-height: 265px;
}
.other-office-boxes .panel-primary>.panel-heading h4.panel-title{
	background: #2f5580;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
.other-office-boxes .panel-primary>.panel-heading h4.panel-title>span{
	font-size: 16px;
	font-weight: 700;
	display: block;
	color: #fff;
}
.other-office-boxes .panel-primary>.panel-body{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	color: #303030;
}
/* ### Contact Page ### */
/* ### About Us ### */
.text-article{
	padding: 60px 0 0;
}
.text-article .media-left, .media>.pull-left{
    padding-right: 35px;
}
.text-article .media-left img.media-object{
    max-width: none;
}
.text-article h6.media-heading{
    font-weight: 600;
    color: #303030;
    text-align: left;
    font-size: 22px;
    line-height: normal;
    padding: 0 0 8px;
}
.text-article .media-body{
    font-family: 'Raleway', sans-serif;
	color: #555;
	font-size: 15px;
	line-height: normal;
	font-weight: 300;
}
.blue-section{
	background: #0a376a;
	padding: 70px 0;
	text-align: center;
}
.blue-section h4{
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	line-height: normal;
	font-weight: 300;
	color: #fff;
	margin: 0 0 30px;
}
.btn-know-more{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	border-color: #fff;
	padding: 7px 33px;
}
.btn-know-more:hover, .btn-know-more:focus{
	color: #0a376a;
	background: #fff;
}
/* ### About Us ### */
/* ### Achievements ### */
.awards-list{
	
}
.awards-list>ul{
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.awards-list>ul>li{
	display: inline-block;
	width: 250px;
    margin-left: 15px;
}
.awards-list .thumbnail{
	border-radius: 2px;
}
/* ### Achievements ### */
/* ### Other Content Page ### */
.body-content-other{
	
}
.body-content-other .article-img{
	float: left;
	margin-right: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding:10px;
}
.body-content-other p{
	
}
ul.list-inside {
	list-style-position: inside;
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}
ul.list-inside>li {
    margin: 0 0 5px;
}
.header-text-p{
	font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 20px 0 10px;
}
/* ### Other Content Page ### */
/* ### Blog page ### */
.custom-blog article{
	margin: 50px 0 30px;
}
.custom-blog .entry-content, .custom-blog .entry-footer{
	width: auto !important;
	float: none !important;
}
.custom-blog .entry-footer{
	margin-top: 20px !important;
}
.custom-blog .comments-area{
	margin-top: 30px;
}
/* ### Blog page ### */

/*custom css for slider font color 14-04-2016*/
.fraction-slider {color:#0a376a}

.comments-title, .comment-reply-title{
	border-top: 2px solid #ccc;
}
.post-navigation{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags{
	font-size: 14px;
}
.img-circle {
    border-radius: 50%;
    width: 90px;
    height: 90px;
background:#FFFFFF;

}

.slideTxtLine1, .slideTxtLine2, .slideTxtLine3, .slide-btn{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} 
.slideTxtLine1{
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
} 
.slideTxtLine2{
	text-shadow: 2px 2px 4px rgba(0,0,0,.15);
} 
.slideTxtLine3{
	text-shadow: 1px 1px 3px rgba(0,0,0,.15);
} 
.slide-btn{
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	transition: all 350ms ease-in-out;
} 

textarea.form-control {
    height: 123px!important;
}
.prdctlist_inL {
    float: left;
    width: 40%;
}
.productList2 a {
    font-weight: bold;
    font-size: 12px;
    color: #920d0d;
}
.prdctlist_inR {
    float: left;
    width: 60%;
    padding-top: 18px;
}
.more_btn {
    padding-top: 0px;
}