/* CSS Document */



@font-face {
    font-family: 'TrajanProRegular';
    src: url('../fonts/TrajanProRegular.eot');
    src: url('../fonts/TrajanProRegular.eot') format('embedded-opentype'),
         url('../fonts/TrajanProRegular.html') format('woff2'),
         url('../fonts/TrajanProRegular.woff') format('woff'),
         url('../fonts/TrajanProRegular.ttf') format('truetype'),
         url('../fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot') format('embedded-opentype'),
         url('../fonts/Georgia.html') format('woff2'),
         url('../fonts/Georgia.woff') format('woff'),
         url('../fonts/Georgia.ttf') format('truetype'),
         url('../fonts/Georgia.svg#Georgia') format('svg');
}


* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Lato', sans-serif;
	background:#fff;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; max-height:100%;height:auto;width:auto;display:block;margin:0 auto;}
a	{ outline:none; cursor:pointer;text-decoration:none;display:block; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
/*responsive menu*/
.menu {cursor: pointer; display:none;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:nth-child(2):after { transition: all 0.6s linear 0.2s;}
.menu .line:nth-child(3):after { transition: all 0.6s linear 0.3s;}
.menu .line:after { background: #F7941E; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header_wrap .menu:hover .line:after {width: 100%;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99999;}
.slider,.bx-wrapper,.bx-wrapper .bx-viewport,.slidermain,.slidermain li,.images-slider{height:100% !important;}
/*responsive menu end */
.container{max-width:1170px;width:100%;margin:0 auto;}
h1,h2,h3{font-family: 'Georgia';}
p{font-family: 'Lato', sans-serif;}
a{font-family: 'Lato', sans-serif;}
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}

input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
a, span,button, a:after, a:before {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
*:after, *:before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline:none!important;
}

/**************** Header ****************/
header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.header_mail a {
  color: #333;
  font-size: 17px;
  line-height:40px;
  background:url(../images/email.png) no-repeat left center;
  padding-left:49px;
}
.header_mail a:hover{
	color:#F7941E;
}
.header_wrap {
 padding: 18px 0 14px;
}
.header_menu {
  width: 100%;
  clear: both;
  margin-top: 32px;
}
.header_menu ul li {
  float:left;
  margin-right:18px;
}
.header_menu ul li:last-child{
	margin-right:0;
}
.header_menu ul li a{
	font-family: 'Georgia';
	font-size:17px;
	color:#333;
	line-height:100%;
	position:relative;
}
.header_menu ul li a:after{
	content:"";
	left:0;
	right:0;
	margin:auto;
	background:#F7941E;
	bottom:-14px;
	width:0;
	height:3px;
	position: absolute;
}
.header_menu ul li a:hover:after , .header_menu ul li a.active:after{
	width:100%;
}
.header_menu ul li a:hover , .header_menu ul li a.active{
	color:#F7941E;
}
.slider-img {
  background-size: cover;
  min-height: 622px;
  background-repeat: no-repeat;
}
.slider_wapper {
  position: relative;
  padding-top: 138px;
}
.slider-cap2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  padding:23px 0;
}
.slider-cap2 p{
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height:100%;
  font-family: 'Georgia';
}
.caption {
  bottom: 105px;
  left: 0;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  right: 0;
}
.caption .slider-cap1 {
  background: rgba(3, 59, 118, 0.7);
  width: 81%;
  padding: 22px 29px;
}
.caption .slider-cap1 p {
  font-family: 'TrajanProRegular';
  font-size:22px;
  color:#fff;
  line-height:100%;
}
.caption .slider-cap1 input[type="radio"]{
	opacity:0;
	position:absolute;
	width:18px;
	height:18px;
	margin-top:3px;
}
.caption .slider-cap1 input[type="radio"] + label{
	font-size:22px;
	line-height:100%;
	font-family: 'Georgia';
	color:#fff;
	background:url(../images/radio.png) no-repeat 0 -58px;
	display:inline-block;
	padding-left:30px;
	text-transform: capitalize;
}
.caption .slider-cap1 input[type="radio"]:checked + label{
	background-position:0 2px;
}
.radio_list li {
  display: inline-block;
  margin-right: 29px;
  vertical-align: middle;
}
.radio_list {
  margin-top: 12px;
}
.radio_list > ul {
  display: inline-block;
}
.get_started {
  display: inline-block;
  vertical-align: middle;
}
.get_started button{
	border:2px solid #fff;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#fff; 
	background-image: -ms-linear-gradient(top, #F7941E 0%, #D87A07 100%);
	background-image: -moz-linear-gradient(top, #F7941E 0%, #D87A07 100%);
	background-image: -o-linear-gradient(top, #F7941E 0%, #D87A07 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7941E), color-stop(100, #D87A07));
	background-image: -webkit-linear-gradient(top, #F7941E 0%, #D87A07 100%);
	background-image: linear-gradient(to bottom, #F7941E 0%, #D87A07 100%);
	padding: 10px 40px 10px 10px;
	position:relative;
	border-radius: 22px;
}
.get_started button:before{
	content:"";
	position:absolute;
	width:29px;
	height:28px;
	right:4px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../images/get-aerow.png) no-repeat right center;
}
.get_started button:hover{
	background-image: -ms-linear-gradient(top, #1d4e81 0%, #033B76 100%);
	background-image: -moz-linear-gradient(top, #1d4e81 0%, #033B76 100%);
	background-image: -o-linear-gradient(top, #1d4e81 0%, #033B76 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1d4e81), color-stop(100, #033B76));
	background-image: -webkit-linear-gradient(top, #1d4e81 0%, #033B76 100%);
	background-image: linear-gradient(to bottom, #1d4e81 0%, #033B76 100%);
}
.slider_wapper .bx-wrapper .bx-prev {
  background: url("../images/slider-aerow.png") no-repeat 0 0;
  height: 45px;
  left: 0;
  width: 53px;
  display:block!important;
  z-index:1;
}
.slider_wapper .bx-wrapper .bx-next {
  background:url("../images/slider-aerow.png") no-repeat 0 0;
  height: 45px;
  right: 0;
  width: 53px;
  background-position:0 -130px;
   display:block!important;
   z-index:1;
}
.slider_wapper .bx-wrapper .bx-prev:hover , .slider_wapper .bx-wrapper .bx-next:hover {
  opacity: 0.7;
}
/**************** Close ****************/













/**************** Content ****************/
.section1 h5{
	color:#333;
	font-size:26px;
	line-height:160%;
	font-family: 'TrajanProRegular';
	text-align:center;
	font-weight:normal;
}
.section1 {
  padding: 47px 0;
}
.section2 {
  position: relative;
  padding: 53px 0;
}
.blue_col {
  background: #033B76;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.orange_col {
  background: #F7941E;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.center_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 280px;
  height: 280px;
}
.section2_sec {
  z-index: 1;
  position: relative;
}
.section2 .blue {
  width: 35%;
}
.section2 .orange {
  width: 35%;
}
h3{
	font-size:32px;
	color:#fff;
	line-height:100%;	
	font-weight:normal;
	margin-bottom: 18px;
    padding-bottom: 22px;
}
.section2 p{
	font-size:18px;
	color:#fff;
	line-height: 160%;
	text-align: justify;
}
.section2 .blue h3{
	border-bottom:1px solid #0453AA;
}	
.section2 .orange h3{
	border-bottom:1px solid #FAB45F;
}
.section2 .blue p a{
	display:inline-block;
	color:#F7941E;
	font-weight:bold;
}
.section2 .orange p a{
	display:inline-block;
	color:#033B76;
	font-weight:bold;
}
.section2 p a:hover{
	color:#fff;
}
.section3 {
  position: relative;
  padding: 53px 0;
  background:url(../images/choose-bg.jpg) no-repeat center 0;
}
.section3_sec {
  margin: 32px auto 0;
  position: relative;
  max-width:1303px;
}
.section3_sec p {
  font-size: 20px;
  color: #fff;
  line-height: 130%;
  font-weight: bold;
  text-align: center;
}
.section3_sec .text1 {
  bottom: 136px;
  left: 270px;
  position: absolute;
}
.section3_sec .text2 {
  bottom: 40px;
  left: 427px;
  position: absolute;
}
.section3_sec .text3 {
  bottom: 210px;
  left: 688px;
  position: absolute;
}
.section3_sec .text4 {
  bottom: 73px;
  position: absolute;
  right: 279px;
}
.section3_sec .text5 {
  bottom: 160px;
  position: absolute;
  right: 112px;
}
.section3 .experi {
 background: rgba(255,255,255,0.4);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  display: inline-block;
  padding: 22px 21px;
  position: absolute;
  left:68px;
  top:120px;
}
.section3 .experi:after{
	background:url(../images/exp-aerow.png) no-repeat 0 0;
	left:60px;
	bottom:-145px;
	width:55px;
	height:145px;
	position:absolute;
	content: "";
}
.section3 .experi p {
  font-size: 24px;
  font-weight: bold;
  color: #033B76;
  line-height: 100%;
}
h2{
	font-size:35px;
	color:#033B76;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	position: relative;
	padding-bottom: 27px;
}
h2 span{
	color:#F7941E;
}
h2:after {
  content: "";
  background: #999;
  height: 1px;
  width: 194px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section4 {
  padding: 53px 0;
}
.testimonial {
  margin-top: 37px;
}
.testimonial li {
  float: left;
  margin-right: 2.6%;
  width: 31.6%;
}
.testimonial li:last-child {
  margin-right: 0;
}
.testimonial li .test_img {
  border: 4px solid #f7941e;
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  padding: 2px;
  width: 100px;
  margin:0 auto 24px;
}
.testimonial li .test_img img {
  border-radius: 50%;
}
.testimonial li .test_name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.testimonial li span {
  color: #033B76;
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 100%;
}
.testimonial .testi_quoat {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 21px 24px;
  position: relative;
  margin-top: 29px;
  box-shadow: 0 3px 0 0 #dedede;
}
.testimonial .testi_quoat:before{
	width:48px;
	height:15px;
	content: "";
  left: 0;
  top: -14px;
  position: absolute;
  right:0;
  margin:auto;
  background:url(../images/testi-aerow.png) no-repeat center 0;
}
.testimonial .testi_quoat:hover{
	border-color:#033B76;
	box-shadow: 0 3px 0 0 #5B7FA6;
}
.testimonial .testi_quoat:hover:before{
	background-position:0 -35px;
}
.testimonial .testi_quoat p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  position:relative;
  text-indent: 27px;
}
.testimonial .testi_quoat p:before {
  width: 22px;
  height: 18px;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background:url(../images/quoat.png) no-repeat left 0;
}
.section5 {
  padding: 53px 0;
  background:url(../images/affiliat-bg.jpg) repeat 0 0;
}
.owl-carousel .owl-item img {
  width: auto;
}
.affiliates_wrap ul li {
  background: #fff ;
  border:1px solid #ccc;
  height: 80px;
  padding: 10px;
  position: relative;
}
.affiliates_wrap ul li .affiliates_img img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.affiliates_wrap {
  margin-top: 37px;
}
.affiliates_wrap .owl-controls .owl-prev {
  background:url("../images/affilate-aerow.png") no-repeat  0 0;
  bottom: 0;
  display: block !important;
  font-size: 0;
  height:54px;
  left: -45px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.affiliates_wrap .owl-controls .owl-next {
  background: url("../images/affilate-aerow.png") no-repeat 0px -100px;
  bottom: 0;
  display: block !important;
  font-size: 0;
  height:54px;
  margin: auto;
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
}
.affiliates_wrap .owl-controls .owl-prev:hover , .affiliates_wrap .owl-controls .owl-next:hover{
	opacity:0.5;
}
/**************** Close ****************/













/**************** Footer ****************/
footer p , footer a{
	color:#fff;
}
.footer_wrap {
  background: #033b76;
  padding: 42px 0;
}
h6{
	font-size:25px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	line-height:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
	font-weight:normal;
	padding-bottom: 13px;
	margin-bottom: 17px;
}
h6 span{
	color:#F7941E;
}
.footer1 {
  background:url("../images/divider.png") no-repeat  right 0;
  margin-right: 3%;
  padding-right: 4%;
  width: 23.4%;
}
.foo_menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  padding-left: 14px;
}
.foo_menu li a:before {
  background: #f7941e;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 5px;
}
.foo_menu li {
  margin-bottom: 19px;
}
.foo_menu li:last-child {
  margin-bottom: 0;
}
.foo_menu > ul:first-child{
	margin-right:1%;
}
.foo_menu > ul {
  float: left;
  width: 49%;
}
.foo_menu li a:hover , .foo_menu li a.active {
	color:#f7941e;
}
.footer2{
  background:url("../images/divider.png") no-repeat  right 0;
  margin-right: 3%;
  padding-right: 4%;
  width: 26%;
}
.footer2 .add p {
  font-size: 16px;
  line-height: 21px;
}
.footer2 .add p.title {
  font-size: 18px;
  line-height:100%;
  margin-bottom: 6px;
}
.footer2 .phone p {
  background: url("../images/footer-contact-img.png") no-repeat 0 3px;
  margin-top: 17px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 21px;
}
.footer2 .fax p {
  background:url("../images/footer-contact-img.png") no-repeat  0 -35px;
  margin-top: 17px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 21px;
}
.footer2 .mail  a {
  background:url("../images/footer-contact-img.png") no-repeat 0 -74px;
  margin-top: 17px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 21px;
}
.footer2 .mail  a:hover{
	color:#F7941E;
}
.footer3{
  background:url("../images/divider.png") no-repeat  right 0;
  margin-right: 3%;
  padding-right: 4%;
  width: 29.5%;
}
.footer3 input[type="text"] {
  background: #fff ;
  border: 1px solid transparent;
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 13px;
  width: 100%;
  border-radius: 3px;
}
.footer3 textarea {
  background: #fff ;
  border: 1px solid transparent;
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  height: 40px;
  margin-bottom: 8px;
  padding:9px 13px;
  resize: none;
  width: 100%;
  border-radius: 3px;
}
.footer3 input[type="submit"] {
  background: #F7941E ;
  color: #fff;
  cursor: pointer;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  line-height: 100%;
  outline: none;
  padding: 11px 41px;
  font-weight:bold;
  border-radius: 3px;
}
.footer3 input[type="submit"]:hover{
	background:#fff;
	color:#F7941E;
}
 .footer3 input[type="text"]::-webkit-input-placeholder { color: #666; opacity:1; }
 .footer3 input[type="text"]:-moz-placeholder { color: #666; opacity:1; } 
 .footer3 input[type="text"]::-moz-placeholder { color: #666; opacity:1; } 
 .footer3 input[type="text"]:-ms-input-placeholder { color: #666; opacity:1; }

 .footer3 textarea::-webkit-input-placeholder { color: #666; opacity:1; }
 .footer3 textarea:-moz-placeholder { color: #666; opacity:1; } 
 .footer3 textarea::-moz-placeholder { color: #666; opacity:1; } 
 .footer3 textarea:-ms-input-placeholder { color: #666; opacity:1; }
 
 form#quick-enquiry-form {
  position: relative;
}
#quick-enquiry-form #ajaxLoader {
  bottom: 10px;
  left: 150px;
  position: absolute;
}
#quick-enquiry-form #result {
  position: absolute;
  bottom: -27px;
}
 .footer4 li .social_img {
  background:url("../images/footer-social.png") no-repeat 0 0;
  float: left;
  height: 39px;
  margin-right: 13px;
  width: 40px;
}
 .footer4 li .socila_desc {
  float: left;
  line-height:39px;
  font-size:14px;
  font-weight:bold;
}
.footer4 li {
  margin-bottom: 8px;
}
.footer4 li.twitter .social_img {
  background-position: 0 -49px;
}
.footer4 li.linkedin .social_img {
  background-position: 0 -98px;
}
.footer4 li.google .social_img {
  background-position: 0 -148px;
}
.footer4 li a:hover .socila_desc p{
	color:#F7941E;
}
.copyright {
  background: #034389;
  border-top: 1px solid #295f9b;
  padding: 17px 0;
}
.copyright p a{
	display:inline-block;
	font-size:15px;
	color:#fff;
	text-transform: uppercase;
}
.copyright p{
	text-align:center;
	font-size:15px;
	color:#fff;
}
.copyright p a:hover{
	color:#F7941E;
}
/**************** Close ****************/
.mob_close_btn{display:none;}
.error.gapping{padding:45px 0}
.error_text p{line-height:21px;}
.error_text p a {
  color: #fd7e00;
  display: inline-block;
}
.error_text p a:hover{
	color:#000;
}
.error_text h3 {
  font-size: 25px;
  margin: 20px 0 0;
  color: #333;
}
.fancybox-overlay {
  z-index: 99999!important;
}
.fancybox-close:hover {
  opacity: 0.6;
}
@media screen and (max-width:1303px){


}
@media screen and (max-width:1259px){
.affiliates_slider {
  margin: 0 auto;
  max-width: 92%;
}

}
