@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('../fonts/TrajanPro-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
html, body {
	overflow-x: hidden;
}
body {
	padding-top: 0; /* body padding for fixed top nav */
	color: #000;
	font-family: 'Calibri';
	background: #FFF;
}
img {
	max-width: 100%;
	height: auto;
}
.body ul, .body ol, .body ul li, .body ol li {
	margin: 0 0 0 0;
	float: none;
	position: relative;
	left: 15px;
	font-family: 'Calibri';
	font-size: 20px;
	color: #000;
	list-style-position: outside;
}
/**************************MENU START*****************************/

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	float: right;
	width: 100%;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-right {
	margin-top: 10px;
}
.nav > li {
	float: left;
}
.nav > li > a {
	padding: 20px 8px;
	font-family: 'Vanib';
	font-size: 14px;
	font-weight: bold;
	color: #055ba2 !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FFF !important;
	background: #055ba2;
	border-bottom: #85b01e 5px solid;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFF !important;
	background: #055ba2;
	border-bottom: #85b01e 5px solid;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
/**************************MENU END*****************************/

/* Global Styles End */

/**************************header start**************************/

header {
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	position: absolute;
	z-index: 999;
}
.logo {
	float: left;
	text-align: left;
	padding: 0 15px;
	margin-top: -90px;
}
.header_top {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
	background: #FFF;
	border-top: #85b01e 4px solid;
	box-shadow:#055ba2 0 -15px 0;
	margin-top:15px;
}
.phone_info {
	width: 100%;
	float: right;
	text-align: right;
	position: relative;
}
.phone_info a {
	font-family: 'Century Gothic';
	font-size: 20px;
	color: #85b01e;
	font-weight: bold;
	border-left: #85b01e 1px solid;
	padding: 0 12px;
}
.phone_info a:first-child {
	border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #0e4f93;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #73af37;
}
/**************************header end**************************/

/**************************Banner Start**************************/

.banner {
	width: 100%;
	float: left;
}
.banner img {
	width: 100%;
}
.carousel {
	position: relative;
	/*margin: 0 auto;*/
	margin-top: 187px;
}
.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 30px;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 100%;
	left: 0;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.carousel-caption h2 {
	font-family: 'TrajanPro-Regular';
	font-size: 86px;
	color: #FFF;
	margin: 0;
}
.carousel-caption p {
	font-family: 'Century Gothic';
	font-size: 28px;
	color: #FFF;
}
.btn-default {
	color: #FFF;
	background: rgb(22,101,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22,101,184,1)), color-stop(44%, rgba(15,92,171,1)), color-stop(100%, rgba(14,80,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1665b8', endColorstr='#0e5096', GradientType=0 ); /* IE6-9 */
	border-color: transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Century Gothic';
	font-weight: bold;
	font-size: 18px;
	z-index: 999;
	position: relative;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #FFF;
	background: rgb(22,101,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22,101,184,1)), color-stop(44%, rgba(15,92,171,1)), color-stop(100%, rgba(14,80,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(22,101,184,1) 0%, rgba(15,92,171,1) 44%, rgba(14,80,150,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1665b8', endColorstr='#0e5096', GradientType=0 ); /* IE6-9 */
	border-color: transparent;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: visible;
}
.carousel-control.left {
	background: none;
	margin-left: 0;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
}
.carousel-control.right {
	left: auto;
	background: none;
	margin-right: 0;
}
.carousel-control {
	position: absolute;
	top: 55%;
	bottom: 0;
	left: 0;
	width: 8%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: 1;
	z-index: 999;
}
/**************************Banner end**************************/


/**************************body start**************************/

.body {
	width: 100%;
	float: left;
	margin: 0 0;
	padding: 65px 0 0 0;
	text-align: left;
	background: #efefef;
}
.body h2 {
	color: #063b75;
	font-size: 50px;
	font-family: 'TrajanPro-Regular';
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: normal;
}
.body h2 span {
	color: #86c632;
}
.body p {
	font-family: 'Calibri';
	font-size: 20px;
	color: #000;
	margin: 0;
}
.body a {
	color: #0e529b;
	font-family: 'Calibri';
	font-size: 20px;
}
.blog {
	width: 100%;
	float: left;
	margin: 30px 0;
}
.blog_sec {
	width: 100%;
	float: left;
	text-align: center;
}
.blog_sec img {
	width: 100%;
	max-width: 270px;
	height: 100%;
	height: 200px;
	border: #FFF 4px solid;
	box-shadow: #bebebe 0 0 7px;
	margin: 0 0 20px 0;
}
.blog_sec h3 {
	font-family: 'Century Gothic';
	font-size: 19px;
	color: #124075;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.testimonial_sec {
	width: 100%;
	float: left;
	background: #0e4d8f url(../images/testi_bg.png) no-repeat;
	background-size: cover;
	padding:30px 0;
}
.testimonials {
	width: 100%;
	float: left;
}
.testimonials h3 {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	margin: 0;
}
.testimonials ul {
	margin-top: 20px;
}
.testimonials ul li {
	list-style-type: none;
	list-style-image: url(../images/list_img.png);
}
.testimonials ul li a {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 37px;
	color: #FFF;
	font-style: italic;
}
.blue_box {
	width: 100%;
	float: left;
	background: #85b01e;
	border-radius: 8px;
	padding: 35px 45px;
	margin-top: 25px;
}
.blue_box p {
	color: #FFF;
	font-style: italic;
	position: relative;
}
sub, sup {
	position: absolute;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -15px;
	left: -30px;
}
sub {
	bottom: -5px;
	margin-left: 10px;
}
.blue_box h5 {
	font-family: 'Calibri';
	font-size: 18px;
	color: #FFF;
	margin: 0;
}
.blue_box h5 span {
	font-weight: bold;
}
/**************************body end**************************/


/**************************footer start**************************/

.footer {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0;
	background:#0b3c6e;
	border-top:5px solid #85b01e;
}
.footer p {
	font-family: 'Myriad Pro';
	font-size: 18px !important;
	color: #FFF;
	margin: 0;
}
.footer a {
	font-family: 'Myriad Pro';
	font-size: 18px !important;
	color: #FFF;
	border-right: #FFF 1px solid;
	padding: 0 10px;
}
.footer a:last-child {
	border: none;
}
.footer_link {
	width: auto;
}
.btn-success {
	color: #fff;
	background-color: #1564b6;
	border-color: transparent;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #3088e3;
	border-color: transparent;
}
/**************************footer end**************************/


/*************************************contact******************************/

#contact_form {
	width: 98%;
	margin-top: 1%;
	float: left;
	padding: 0 10px;
}
#ff label {
	cursor: pointer;
	margin: 2px 0;
	color: #8f579e;
	display: block;
}
input {
	width: 100%;
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #db3b1d;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}
.sendButton {
	background: #1564b6;
	color: #FFF;
	font-size: 14px;
	width: 18%;
	font-weight: bold;
	min-width: 90px;
	float: left;
	margin: 5px 0;
	border: none;
}
.sendButton:hover {
	background: #2081e5;
	transition: all 0.5s ease;
	color: #FFF;
}
textarea {
	width: 100%;
	float: left;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #db3b1d;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
	height: 160px;
}
select {
	width: 100%;
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}
/*************************************contact******************************/
/**********************************sub menu{if required}*****************************/
.nav li ul {
	position: absolute;
	margin: 0 0 0 0;
	display: none;
	z-index: 99;
	width: 260px;
	padding: 0 0;
	float: right;
	list-style-type: none;
}
.nav li:hover ul {
	display: block;
}
.nav li ul li {
	font-size: 20px;
	float: none;
	text-align: left;
	padding: 0 0;
	background: #fff;
	border-bottom: #FFF 1px solid;
	width: 100%;
	float: left;
}
.nav li ul li:last-child {
	border-bottom: none;
}
.nav li ul li a {
	font-size: 14px;
	font-family: 'Vanib';
	color: #055ba2;
	padding: 10px;
	width: 100%;
	float: left;
	border-bottom: #055ba2 1px dashed;
}
.nav li ul li a:hover {
	color: #FFF !important;
	background: #055ba2;
	border-bottom: #85b01e 5px solid;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/****************************sub menu********************************/



/****************************media quary start********************************/


@media (max-width: 1199px) {
	
.carousel {
	position: relative;
	margin: 0 auto;
}


.phone_info a {
	font-size: 16px;
}
.nav > li > a {
	font-size: 14px;
	padding: 20px 21px;
}
.carousel-caption h2 {
	font-size: 56px;
}
.carousel-caption p {
	font-size: 22px;
}
.body h2 {
	font-size: 45px;
}
.testimonials ul li a {
	font-size: 30px;
}
.logo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	margin-top: 0;
}
.navbar-right {
	margin-top: 0;
}
.nav li ul li a {
	font-size: 14px;
}
header {
	position: relative;
	border-bottom: #85B01E 3px solid;
}
}
 @media (max-width: 991px) {
	 
	 	 


.navbar-right {
	margin-top: 0;
}
.nav li ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px;
	float: left;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	margin-right: 0;
	margin-top: 10px;
}
.phone_info {
	width: 100%;
	text-align: center;
}
.nav > li {
	float: left;
	padding: 2px 10px;
	width: 100%;
	text-align: left;
}
.nav > li > a {
	padding: 10px 10px;
}
.carousel-caption h2 {
	font-size: 46px;
}
.body h2 {
	font-size: 36px;
}
.body h3 {
	font-size: 26px !important;
}
.body p {
	font-size: 20px;
}
.blog_sec {
	margin-bottom: 20px;
}
.blog_sec h3 {
	font-size: 17px;
}
.testimonials h3 {
	font-size: 26px;
}
.testimonials ul li a {
	font-size: 24px;
}
.testimonials ul {
	margin-bottom: 25px;
}
}
 @media (max-width: 767px) {


.carousel-caption {
	width: 100%;
	float: left;
	position: relative;
	bottom: 0;
	padding: 35px 0;
}
.carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	float: left;
}
.carousel-caption h2 {
	font-size: 36px;
}
.carousel-caption p {
	font-size: 18px;
}
.banner {
	background: #055ba2;
}
.body h2 {
	font-size: 26px;
}
.box_sec h3 {
	font-size: 14px;
}
.blue_box h5 {
	margin: 15px 0 0 0;
}
.footer p {
	font-size: 15px !important;
}
.footer a {
	font-size: 15px !important;
}
}
 @media (max-width: 520px) {
.footer_link a {
	width: 100%;
	float: left;
	text-align: center;
	border: none;
}
.phone_info a {
    border-left: none;
    width: 100%;
    float: left;
}
}
/****************************media quary end********************************/
/************************/

#quick-form {
	padding: 15px;
	float: left;
	width: 100%;
	background: #0b3c6e;
	border: #3F6A98 5px solid;
	margin-top: 18px;
	border-radius: 10px;
	color:#FFF;
	text-align:center;
}
#quick-form .form-group {
    width: 100%;
    float: left;
	margin-bottom:0;
}
#quick-form h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	width:100%;
	float:left;
	text-align:center;
}

/************************/

/************************list**************************/

.listcarrier{
	width:100%;
	float:left;
}

.listcarrier h3{
	color:#055ba2;
	font-size:20px;
	font-family:'Vanib';
}

.listcarrier li{
	color:#055ba2 !important;
	font-size:14px;
	font-family:'Vanib';
	left:20px !important;
	padding:0 20px 0 0;
	list-style-image:url(../images/blt.png);
}


/************************list end**************************/
