@charset "utf-8";
body { 
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	font-size:13px;
	}
a {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    text-decoration: none !important;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.top_navigation_bar{
	position:absolute;
	right:0;
	width: 63.5%;
    height: 67px;
    background: #003c97;
    color: #fff;
    padding-left: 90px;
	z-index:6;
	; 
}
.top_navigation_bar:before{
	z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    display: block;
    width: 55px;
    background: #003C97;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(35deg);
}
.slider{
	float: left;
	width:100%;
}
.navigation{
	position:absolute;
	left:0;
	top:0;
	z-index:7;
	width:100%;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
	width:100%;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav>li>a {
    color:#fff;
	border-right:1px solid #fff;
	line-height: 16px;
	padding:0 15px;
	margin-top: 15px;
}
.navbar-nav>li>a span{
	display:block;
	font-size:12px;
	color:#aaabac;
}
.navbar-nav>li:last-child>a{
	border-right:0;
}
.navbar-nav>li>a:hover, .nav>li>a:focus, .nav>li>a:hover{
	background-color:transparent;
}
.navbar-nav>li>a:hover{
	color:#00DAFF;
}
.navbar-nav>li>a:hover>span{
	color:#fff;
}
.logo_wrapper{
	float:right;
	padding-top:10px;
	margin-right: 60px;
}
.top_contact_info{
	position:absolute;
	z-index:10;
	right:0;
	width:100%;
	top:75px;
	font-size:11px;
	color:#131313;
}
.top_contact_info i{
	font-size:14px;
	color:#003c97;
}
ul.social_link{
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
}
ul.social_link li{
	display:inline-block;
	margin-right:7px;
	float:left;
}
ul.social_link li:last-child{
	margin-right:0px;
}
ul.social_link li a i{
	display:inline-block;
	color:#fff !important;
}
ul.social_link li:first-child a {
	background-color:#1d4087;
	padding:3px 7px;	
}
ul.social_link li:nth-child(2) a{
	background-color:#ca1b18;
	padding:3px 2px;
}
ul.social_link li:nth-child(3) a{
	background-color:#127bb7;
	padding:3px 5px;
}
.phone_num h1{
	float:right;
	text-align:right;
}
.phone_num h1{
	font-weight:800;
	text-shadow:1px 1px 1px #fff;
	margin:10px 0 0 0;
	
}
.phone_num h1 small{
	display:block;
	font-size:16px;
	color:#131313;
}
.top_features{
	position: absolute;
    width: 100%;
    margin-top: -60px;
    z-index: 15;
}
.top_features img{
	border:13px #fff solid;
}
.top_features h2{
	color:#fe7e0c;
	font-size:22px;
	text-transform:uppercase;
	margin:15px 0 0 0;
	text-align:center;
	font-weight:800;
	line-height:40px;
}
.top_features h2 small{
	display:block;
	font-size:17px;
	color:#003c97;
	letter-spacing:1px;
	font-weight:700;
}
.featured_content{
	float:left;
	width:100%;
	background:url(../images/slider-bottom-tri.jpg) no-repeat;
	background-size: contain;
    min-height: 400px;
}
.blue-container{
	float:left;
	width:100%;
	background:url(../images/yellow-content-bg.png) no-repeat #003c97 right bottom;
	background-size:contain;
	padding-bottom:45px;
	margin-top:15px;
	color:#fff !important;
}
.blue-container h1{
	font-weight:800;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
}
.blue-container h2.blue_sub_heading{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 40px auto;
    background-color: #FE7E0C;
    width: 250px;
    padding: 15px;
    border-radius: 50px;
}
.blue-container p{
	font-size:17px;
	line-height:27px;
	color:#fff;
	margin-top:30px;
	text-align:justify;
}
.blue-container a.blue-readmore{
	float:right;
	color:#000;
	font-size:15px;
	background-color:#00a8ff;
	padding:6px 15px;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:700;
}
.blue-container a.blue-readmore:hover{
	background-color:#fe7e0c;
}
.white-container{
	float:left;
	width:100%;
	background:#fff;
	background-size:contain;
	padding-bottom:45px;
	margin-top:15px;
	color:#000 !important;
}
.white-container h1{
	font-weight:800;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
}
.white-container h2.white_sub_heading{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 40px auto;
    background-color: #FE7E0C;
    width: 250px;
    padding: 15px;
    border-radius: 50px;
}
.white-container p{
	font-size:17px;
	line-height:27px;
	color:#000;
	margin-top:30px;
	text-align:justify;
}
.white-container a.white-readmore{
	float:right;
	color:#000;
	font-size:15px;
	background-color:#00a8ff;
	padding:6px 15px;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:700;
}
.white-container a.white-readmore:hover{
	background-color:#fe7e0c;
}
h2{
	font-size:29px;
	color:#024393;
}
h2 span{
	font-weight:700;
	color:#fe7e0c;
}
h2::before{
	display:inline-block;
	background-color:#efefef;
	width:30px;
	height:15px;
	transform:skewX(22deg);
}
.plan_slider{
	float:left;
	width:100%;
	margin-top:35px;
	margin-bottom:30px;
}
.plan_slider ul li div{
	width:180px;
	height:285px !important;
	background-color:#a4041e;
	margin:0 10px 0;
	border-radius:5px;
	padding:15px;
}
.plan_slider ul li div:before{
	font-family: FontAwesome;
    content: '\f0ac';
    color: #fff;
    font-size: 45px;
    padding-top: 0;
    display: block;
}
.plan_slider ul li div h1{
	float:left;
	font-size:30px;
	font-weight:800;
	color:#fff;
	margin-top:10px;
	border-bottom:1px solid #730214;
	padding-bottom:10px;
}
.plan_slider ul li div h1 small{
	display:block;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	line-height:25px;
	font-weight:700;
}
.plan_slider ul li div h2{
	font-size:18px;
	color:#fff;
	font-weight:700;
	margin-top: 5px;
}
.plan_slider ul li div h2 span, .plan_slider ul li div h2 small{
	display:inline-block;
	font-size:13px;
	color:#fff;
}
.footer-top{
	float:left;
	width:100%;
	height:95px;
	background:url(../images/footer-top-bg.png) no-repeat;
	background-size:contain;
}
footer{
	float:left;
	width:100%;
	background-color:#3f3e3e;
	padding:10px 0;
	min-height:100px;
}
footer h3{
	font-size:13px;
	color:#fe7e0c;
	margin:0 0 15px 0;
}

footer h1{
	color:#fff;
	font-size:27px;
	font-weight:800;
}
footer h1 i{
	color:#fe7e0c;
}
footer h2{
	font-size:25px;
	font-weight:700;
	color:#fff;
	margin-top:10px;
}
footer p{
	color:#b0b0b0;
	font-size:12px;
}
footer hr{
	border-top:1px solid #353434;
	border-bottom:1px solid #504f4f;
	margin:10px 0;
}
.footer_links{
	float:left;
	width:100%;
	text-align:center;
	color:#777776;
}
.footer_links a{
	color:#777776;
}
.footer_links a:hover{
	color:#fff;
}
.copyright_wrapper{
	float:left;
	width:100%;
	padding:7px;
	background-color:#262626;
	color:#868585;
	font-size:12px;
}
.copyright{
	float:left;
}
.copyright a{
	color:#0090ff;
}
.powered{
	float:right;
}
.powered a{
	color:#fe7e0c;
}
.copyright a:hover, .powered a:hover{
	color:#fff;
}
h3.heading-style-2{
	font-size:28px;
	color:#003c97;
	font-weight:800;
	line-height:35px;
}
h3.heading-style-2 small{
	font-size:16px;
	color:#555555
}
@media screen and (max-width:1366px){
	.logo_wrapper{
		margin-right:0;
	}
	.logo_wrapper img{
		width: 50%;
		margin-left: 100px;
		float: right;
	}
}