body{
	font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 22px;
	color: rgba(18,18,18,1);
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding: 0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
}
a:hover,a:focus{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}
.container{
	width: 1200px;
}
.container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}
.img-responsive{
	display: inline-block;
}
.bg-color1{
	background-color: #001b44;
}
.bg-color2{
	background-color: #9c9c9c;
	color: #001b44;
}
.bg-color3{
	background-color: #f9f9f9;
}
.text-white{
	color: #fff;
}
.text-blue{
	color: #1e1e1e;
}
.text-black{
	color: rgba(18,18,18,1);
}
.section-box{
	display: flex;
	flex-wrap: wrap;
}
.width-50,.width-30,.width-70{
	float: left;
	-ms-flex-preferred-size: 0;
	width: 50%;
	position: relative;
}
.width-30{
    width:30%;
}
.width-70{
    width:70%;
}
.padd-50{
	padding: 30px;
}
.padd-l-0{
    padding-left:0;
}
.padd-t-0{
    padding-top:0;
}
.padd-r-0{
    padding-right:0;
}
.padd-b-0{
    padding-bottom:0;
}
.child {
  margin-left: auto;
  order: 2;
}
.header{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	z-index: 999;
	background-color: transparent!important;*/
	background-color: #001b44;
}
#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: #001b44;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.header.isStuck{
	background-color: #001b44;
}
.top-header{
	background-color: #fff;
}
.isStuck .top-header{
	background-color: #fff;
}
.top-contact-list{

}
.social-links{
	text-align: right;
}
.top-contact-list li,
.social-links li{
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	border-left: 1px solid #ccc;
}
.top-contact-list li:last-child,
.social-links li:last-child{
	border-right: 1px solid #ccc;
}
.top-contact-list li a,
.social-links a{
	padding:10px 15px;
	display: block;
	text-align: center;
	background-color: transparent;
	color: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.top-contact-list li a:hover,
.social-links a:hover{
	background-color: #001b44;
	color: #fff;
}
.logo{
	display: inline-block;
	margin:10px 0;
}
.logo .img-responsive{
	display: inline-block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.isStuck .logo .img-responsive{
	height: 60px;
}
.nav-wrapper{
	margin:40px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.isStuck .nav-wrapper{
	margin:30px 0;
}
.mobile-menu{
	display: none;
}
.primary-menu{
	text-align: right;
}
.primary-menu li{
	display: inline-block;
	margin-left: 35px;
	position: relative;
}
.primary-menu li:first-child{
	display: none;
}
.primary-menu li:before,
.primary-menu li:after{
	position: absolute;
	top: -10px;
	left: 0;
	height: 1px;
	background-color: #fff;
	width: 0;
	content: '';
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.primary-menu li:after{
	top: auto;
	bottom: -10px;
	left: auto;
	right: 0;
}
.primary-menu li:hover:before,
.primary-menu li:hover:after,
.primary-menu li.active:before,
.primary-menu li.active:after{
	width: 100%;
}
.primary-menu li a{
	color: #ffffff;
	text-transform: uppercase;
}
.primary-menu li:hover a,
.primary-menu li:focus a,
.primary-menu li.active a{
	color: #fff;
}
.section{
	padding:3em 0;
}

.heading1{
	text-align: center;
	font-size: 32px;
}
.btn1{
	padding:12px 20px;
	color: #fff;
	background: #001b44;
	cursor: pointer;
	border-radius: 0;
}
.btn1:hover,
.btn1:focus{
	background: #001b44;
	color: #fff;
}
.box-style1{
	position: relative;
	padding-top:15px;
	padding-right:15px;
}
.box-style2{
	position: relative;
	padding-top:15px;
	padding-left:15px;
}
.border-right:before,
.border-left:before{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	content: '';
	border:10px solid #eee;
}
.border-left:before{
	right:auto;
	left: -10px;
}
.box-style1 .img-responsive,
.box-style2 .img-responsive{
	position: relative;
	z-index: 1;
}
.parallax{
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.parallax1{
	background-image: url('../images/slider-1.jpg');
}
.parallax2{
	background-image: url('../images/slider-2.jpg');
}
.parallax3{
	background-image: url('../images/mini-banner.jpg');
	background-position: bottom center;
	padding:120px 0;
}
.parallax5{
	background-image: url('../images/parallax-img5.jpg');
	background-position: bottom center;
	padding:120px 0;
}
.parallax01{
	background-image: url('../images/img1.jpg');
	background-attachment: scroll;
}
.parallax02{
	background-image: url('../images/img2.jpg');
	background-attachment: scroll;
}
.parallax03{
	background-image: url('../images/geo-map.jpg');
	background-attachment: scroll;
}
.overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.8);
}
.accidental-path{
	clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
}
.accidental-path1{
	clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}
.parallax .container{
	position: relative;
	z-index: 1;
}
.no-margin{
	margin:0;
}
.no-padd{
	padding:0;
}
.padd-tb-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.padd-tb-25{
	padding-top: 25px;
	padding-bottom: 25px;
}
.padd-tb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padd-t-no{
	padding-top: 0;
}
.padd-b-no{
	padding-bottom: 0;
}
.section-heading{
	position: relative;
	padding-bottom: 10px;
}
.section-heading:after,
.section-heading1:after,
.section-heading2:after,
.section-heading3:after {
    background-image: url("../images/section-border.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 64px;
}
.section-heading1:after,
.section-heading2:after{
	background-image: url("../images/section-border1.png");
}
.section-heading3:after,
.section-heading2:after{
	left: 45%;
	bottom: -10px;
}
.services-box{
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	border-radius: 60px;
    /*outline-style: solid;
    outline-offset: 50px;
     outline: inset; 
    outline-color: white;*/
}
/*.services-box:after{
    position:absolute;
    bottom:50px;
    left:0;
    width:100%;
    height:3px;
    content:'';
    background:rgb(0 27 68);
    z-index:1;
}*/
.services-box:after{
    position:absolute;
    width:3px;
    height:100%;
    top:0;
    right:50px;
    content:'';
    background:#fff;
    z-index:1;
}
.services-box .img-responsive{
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(6, 21, 81, 0.6));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(6, 21, 81, 0.6));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(6, 21, 81, 0.6));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(6, 21, 81, 0.6));
}
.services-box .content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 45px;
    text-align: center;
    z-index: 1;    
}
.services-box .content:after{
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    content: '';
    background: #fff;
    z-index: 1;
}
.services-box .content a{
	color: #ffffff;
    font-weight: bold;
}
.services-box:hover .img-responsive{
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.list1 li{
	position: relative;
	padding:0 0 8px 20px;
}
.list1 li:before{
	position: absolute;
	top: 0;
	left: -4px;
	content: '\ea79';
	font-family:IcoFont;
	font-size: 20px;
}
.geo-list li:before{
	content: '\ed42';
}
.geo-list li a{
	font-weight: bold;
}
.twitter-timeline{
    width:100%!important;
}
#twitter-widget-0 {
    height: 400px !important;
}
.form-control{
	border-radius: 0;
	height: 45px;
	padding:10px;
}
textarea.form-control{
	height: 120px;
	resize: vertical;
}

.footer-widget{
	padding: 3em 0;
}
.widget-title{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.footer-menu li a{
	color: #f9f9f9;
	padding:6px 0 6px 20px;
	display: inline-block;
	position: relative;
}
.footer-menu li a:before{
	position: absolute;
	top: 6px;
	left: 0;
	content: '\ea5d';
	font-family:IcoFont;
}
.footer-menu li a:hover{
	color: #b3b3b3;
}
.address-box{
	margin-bottom: 12px;
	color: #f9f9f9;
}
.address-icon-holder{
	float: left;
	margin-right: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	background: #d7d7d7;
	color: #001b44;
}
.address-content{
	position: relative;
	overflow: hidden;
}
.address-content a{
	color: inherit;
}
.address-content a:hover{
	color: #000;
}
.copyright{
	padding:20px 0;
	text-align: center;
}
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url('../images/totop.gif') no-repeat left top; }
#toTopHover { background:url('../images/totop.gif') no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
.social-list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.social-list a{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border-radius: 100%;
	color: #001b44;
	background-color: #d7d7d7;
}
.social-list a:hover{
	background-color: #001b44;
	color: #ffffff;
}
.associate-logos{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}

.associate-logos img{
	max-width: 90%;
}
@media (min-width: 220px) and (max-width: 990px){
	.mobile-menu{
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #1e1e1e;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin-top:40px;
		margin-bottom:40px;
		float:right;
	}
	#stuck_container.isStuck{
		position: static!important;
	}
	.pseudoStickyBlock{
		display: none!important;
	}
	.isStuck .logo .img-responsive {
	    height: auto;
	}
	.container{
		width:98%;
	}
	.top-contact-list li:nth-of-type(2){
	    border-right:1px solid #ccc;
	}
	.top-contact-list li:last-child{
	    display:none;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background: #1c1c1c;
		margin:0;
	}
	.isStuck .nav-wrapper{
		margin:0;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.primary-menu li{
		display: block;
		text-align: left;
		display: block;
		margin:0;
		border-bottom: 1px solid #464646;
	}
	.primary-menu > li:first-child{
		display: block;
	}
	.primary-menu li a{
		padding:14px 20px;
		display: block;
	}
	.primary-menu li:hover:before,
	.primary-menu li:hover:after,
	.primary-menu li.active:before,
	.primary-menu li.active:after{
		display: none;
	}
	.footer-widget {
	    padding: 1.5em 0;
	}
}
@media (min-width: 768px) and (max-width: 990px){
}
@media (min-width: 220px) and (max-width: 767px){
	.top-contact-list li a, .social-links a{
		padding:10px 6px;
	}
	.mobile-menu{
		margin:30px auto;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 22px;
	}
	.section {
	    padding: 1.5em 0;
	}
	.top-contact-list {
	    text-align:center;
	}
    .top-contact-list li a{
        font-size:20px;
    }
	.accidental-path {
	    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	}
	.accidental-path1 {
	    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.width-30,.width-50,.width-70{
		width: 100%;
	}
	.padd-50{
	    padding:15px 0!important;
	}
	.parallax{
		/*min-height: 500px;*/
	}	
	.child {
      order: 0;
    }
    .associate-logos{
		gap: 10px;
	}
}
@media (min-width: 220px) and (max-width: 480px){
	.top-contact-list li:last-child{
		display: none;
	}
	/*.top-contact-list li a span{
		display: none;
	}*/
	.top-contact-list li{
        display: block;
    }
    .top-contact-list li:first-child{
        border-right: 1px solid #ccc;
    }
    .top-contact-list li a{
        padding: 6px;
    }
}