
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Default Styles
2.0 Head Styles
3.0 Main Content
4.0 Footer
5.0 BS Overides
6.0 Navscroll
7.0 Slick Overides
8.0 Media Queries
--------------------------------------------------------------*/

/* 
colours 
	
	blue #002281
	light blue #1a50bc
	border #001757, #002281, #1140ab, #2361d1, #3a7bef
		
*/

body 
{
	color:#000000;
	font-family: 'Raleway', sans-serif;

}
p
{
	color:#000000;
	font-size:14px;
	font-family: 'Raleway', sans-serif;

}
p.small{font-size:11px;}
p.large{font-size:18px;}

h1
{
	font-family: 'Raleway', sans-serif;
	margin:0;
	font-size:28px;
	font-weight:600;
}

h2
{
	font-family: 'Raleway', sans-serif;
	margin:0;
	font-size:28px;
	font-weight:600;
}
h2.large
{
	
}
h3
{
	font-family: 'Raleway', sans-serif;
	margin:0;
	font-size:22px;
	font-weight:600;
}
h4
{
	font-family: 'Raleway', sans-serif;
	margin:0;
	font-size:18px;
	font-weight:600;
}

a
{
	color:inherit;
}

a:hover, a:focus
{
	color:inherit;
}
a.underline
{
	text-decoration:underline;
}
a.underline:hover, a.underline:focus
{
	text-decoration: none;
}
.fix-body
{
	position: fixed;
	width:100%;
}

/*--------------------------------------------------------------
1.0 Default Styles
--------------------------------------------------------------*/

.flex-center-container
{
    width:100%;
    height:0;
    padding-bottom:100%;
    position:relative;
}
.flex-center {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-inline-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
}

.flex-default{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 	-ms-flex-direction:column;
 	flex-direction:column;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 	-ms-flex-direction:row;
 	flex-direction:row;
}
.flex-in{
	-ms-flex: 1;  
	-webkit-box-flex: 1;  
	flex: 1;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.margin-top-auto{
	margin-top:auto;
}




textarea{ resize:vertical;}
.btn.custom
{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	font-weight:600;
	font-size:24px;
	background-color:#002281;
	color:#fff;
	padding:10px 30px;
	border-radius:0;
}
.btn.custom:hover, .btn.custom:focus
{
	background-color:#1140ab;	
}
.btn.custom.alt
{
}
.btn.custom.alt:hover, .btn.custom.alt:focus
{	
}

.default-bg-image
{
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	background-position: center;
	background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.default-bg-image.hero
{
	padding-bottom:40%;
}
.default-bg-image.narrow
{
	padding-bottom:10%;
}
.bg-image{
	width:100%;
	height:auto;
	position:relative;
	background-position: center;
	background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-mask{
	height:0;
	padding-top:50%;
	overflow:hidden;
	position:relative;
}
.img-mask img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.padding-remove{padding:0;}
.margin-remove{margin:0;}

.margin-top-large{margin-top:70px;}
.margin-top-medium{margin-top:40px;}
.margin-top-small{margin-top:30px;}
.margin-top-xsmall{margin-top:15px;}
.margin-bottom-xsmall{margin-bottom:15px;}
.margin-bottom-small{margin-bottom:30px;}
.margin-bottom-medium{margin-bottom:40px;}
.margin-bottom-large{margin-bottom:70px;}
.padding-bottom-large{padding-bottom:70px;}
.padding-bottom-medium{padding-bottom:40px;}
.padding-bottom-small{padding-bottom:30px;}
.padding-top-large{padding-top:70px;}
.padding-top-medium{padding-top:40px;}
.padding-top-small{padding-top:30px;}

.padding-small{padding:30px;}
.padding-medium{padding:40px;}
.padding-large{padding:70px;}

.bg-blue{background-color:#002281;}
.blue{color:#002281;}
.light-blue{color:#2361d1;}
.white{color:#ffffff;}
.bg-white{background-color:#ffffff;}



.shadow{
	-webkit-box-shadow: 0 10px 35px 0 rgba(1,1,1,0.1);
	box-shadow: 0 10px 35px 0 rgba(1,1,1,0.1);
}
hr {
    margin: 0;
    border-top: 2px solid #002281;
}

.social.round{
	background-color: #002281;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	margin-right:10px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social.round img{
	height:18px;
}
/*default styles end*/

/*--------------------------------------------------------------
2.0 Head Styles
--------------------------------------------------------------*/
.buttons
{
	display:none;
	width:100%;
	margin:0;
	background-color:#ffffff;
	position:relative;
	z-index:21;
	text-align:left;
	-webkit-box-shadow: 0 10px 35px 0 rgba(1,1,1,0.1);
	box-shadow: 0 10px 35px 0 rgba(1,1,1,0.1);
}

.buttons button
{
	margin:0;
	background-color: transparent;
	
}
.buttons button:hover
{
	background-color: #ececec
}
nav.menu
{
	background-color: #002281;
	overflow:scroll;
}
nav.menu ul {
    padding: 60px 0 0 0;
	width:100%;
}
nav.menu ul .dropdown-menu
{
	width:100%;
	border-radius:0;
	padding:0;
}
nav.menu ul .dropdown-menu a
{
	color:#000000;
}
nav.slide-menu-left button.close-menu
{
	width:100%;
	background-color:#6a0f0f;
	font-size:22px;
	margin:0;
}
nav.slide-menu-left li
{
	border:none;
}
nav.slide-menu-left a
{
	font-size:14px;
	padding:5px;
	letter-spacing:2px;
    text-transform: uppercase;
}
nav.slide-menu-left a:hover
{
	text-decoration:none;
	background-color:#1a50bc;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #002281;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav.slide-menu-left, nav.push-menu-left {
    left: -100%;
	width: 100%;
}

/* head styles end */

/*--------------------------------------------------------------
3.0 Main Content
--------------------------------------------------------------*/

.client .default-bg-image
{
	padding-bottom:125%;
	background-position: top center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	overflow:hidden;
}
.client-in .default-bg-image
{
	padding-bottom:30%;
}
.client-hover-text{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	background-color: #002281;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
	text-align:center;
	height:65px;
	display: -webkit-inline-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.client-hover-text p{
    color: #ffffff;
	font-size:18px;
	margin-bottom:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	line-height:16px;
}
.client-hover-text img{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
    height:0;
}
a.client-a:hover .client-hover-text, a.client-a:focus .client-hover-text{
	height:100%;
}
a.client-a:hover .client-hover-text p, a.client-a:focus .client-hover-text p{
	margin-bottom:20px;
}
a.client-a:hover .client-hover-text img, a.client-a:focus .client-hover-text img{
	height:40px;
}
.client-hero-text{
    height: 100%;
    position: absolute;
    width: 100%;
    padding-right: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.client-hero-text p{
	    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
    margin: 0;
}
.client-hero-text p:first-child {
    position: relative;
    left: -70px;
}
.client-hero-text p:nth-child(3) {
    position: relative;
    left: 70px;
}
.client-social p{
	font-size:20px;
	color:#002281;
	font-weight:600;
	line-height:50px;
	display: inline-block;
	margin-left:30px;
}
.client-social p:first-child{
	margin-left:0;
}
.client-social .social.round{
	vertical-align:sub;
}
/* main content end */

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.footer p{color:#ffffff;}
.border-container{
	position: relative;
	-webkit-box-shadow: 0 10px 35px 0 rgba(1,1,1,0.3);
	box-shadow: 0 10px 35px 0 rgba(1,1,1,0.3);
}
.border-blue-1, .border-blue-2, .border-blue-3, .border-blue-4, .border-blue-5
{
	height:20px;
	width:20%;
	float:left;
}
.border-blue-1{background-color:#001757;}
.border-blue-2{background-color:#002281;}
.border-blue-3{background-color:#1140ab;}
.border-blue-4{background-color:#2361d1;}
.border-blue-5{background-color:#3a7bef;}
.border-container.client .border-blue-1, .border-container.client .border-blue-2, .border-container.client .border-blue-3, .border-container.client .border-blue-4, .border-container.client .border-blue-5 {
    height: 80px;
}
/* footer end */

/*--------------------------------------------------------------
5.0 BS Overides
--------------------------------------------------------------*/

.form-control
{
	height:auto;
	padding:13px;
	border-radius:0;
	border:1px solid #002281;
}
.captchaContainer input
{
	width:100%;
	height:auto;
	padding:13px;
	border-radius:0;
	border:none;
	margin-bottom:20px;
	background-color:#f1f1f1;
}

.img-responsive
{
	display:inline;
}
.nav
{
	float: right;
	margin:0 auto;
	display:table;
} /* center navigation */

.navbar-nav>li>a{
	background-color: #ffffff;
	color:#002281;
	font-weight:600;
	font-size:28px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	padding:60px 20px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
	background-color: #002281;
	color:#ffffff;
}
.navbar{
	border:none;
	margin:0;
}
/* BS overrides end */


/*--------------------------------------------------------------
6.0 Navscroll
--------------------------------------------------------------*/
.navScroll
{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	background-color:rgba(200, 200, 200, 0.7);
	padding:20px 10px;
	border-radius:0;
}
.navScroll img{height:30px;}
.navScroll a
{
	text-decoration:none;
}
.navScroll:hover
{
	background-color:rgba(200, 200, 200, 1);
}
/* navScroll end */

/*--------------------------------------------------------------
7.0 Slick Overides
--------------------------------------------------------------*/
.slick-next:before, .slick-prev:before {
	content: "";
	height:62px;
  	width:34px;
  	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
}
.slick-prev:before {
  background-image:url('/images/left-arrow.svg');
}
.slick-next:before {
  background-image:url('/images/right-arrow.svg');  
}

.slick-prev, .slick-next
{
	height:62px;
  	width:34px;
}

.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}
.slick-container{
	margin:0;
}
.slick-dots{bottom:25px;}
.slick-dots li button:before{content:'';}
.slick-dots li button {
	border:3px solid #ffffff;
	border-radius:50%;
}
.slick-dots li.slick-active button {
	border:3px solid #ffffff;
	border-radius:50%;
	background-color:#ffffff;
}
/* Slick Overides End */


/* responsive captcha */

.g-recaptcha{
	position: relative;
    top: -10px;
	overflow:hidden;
}
.g-recaptcha iframe:hover{
	cursor:pointer;
}
.g-recaptcha iframe{
	border: 1px solid #002281;
}
.recaptcha-container{
	overflow:hidden; height:52px;
	position: relative;
}
.g-overlay{
	position:absolute;
	left:0;
	display:block;
	width:100%;
	height:52px;
	top:0;
	pointer-events: none;
}
.g-overlay-in{
	left:0;
	display:block;
	width:100%;
	overflow:hidden;
	border: 1px solid #002281;
	height:52px;
	top:0;
	position:relative;
	pointer-events: none;
}
.g-overlay-in:after{
	content:"I'm not a robot";
	background-color:#f9f9f9;
	width:100%;
	height:100%;
	position:absolute;
	left:45px;
	pointer-events: none;
	line-height: 48px;
    color: #555;
    font-size: 14px;
	padding-left:10px;
}
/* responsive captcha end */

/*--------------------------------------------------------------
8.0 Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) 
{
	.navbar-nav>li>a {
	    padding: 45px 20px;
	    font-size: 20px;
	}
}

@media (max-width: 992px) 
{
	.text-center-tablet{text-align:center;}
	.navbar-nav>li>a {
	    padding: 53px 20px;
	}
	.client .default-bg-image {
	    padding-bottom: 115%;
	}
	.border-container.client .border-blue-1, .border-container.client .border-blue-2, .border-container.client .border-blue-3, .border-container.client .border-blue-4, .border-container.client .border-blue-5 {
	    height: 20px;
	}
	.client-hero-text p{
	    font-size: 30px;
		line-height: 30px;
	}
	.client-hero-text p:first-child {
	    left: -20px;
	}
	.client-hero-text p:nth-child(3) {
		left: 20px;
	}
}

@media (max-width: 767px)
{
	.buttons
	{
		display:block;
	}
	.text-center-mobile{text-align:center;}
	.border-blue-1, .border-blue-2, .border-blue-3, .border-blue-4, .border-blue-5
	{
		height:10px;
	}
	.client-social p{
		font-size:18px;
		display: block;
		margin-left:0;
	}
	.slick-dots {
		bottom: 0;
	}
	.default-bg-image.narrow
	{
		padding-bottom:20%;
	}
}
@media (max-width: 480px)
{
	.client-hover-text {
    	padding: 10px 30px;
    	height: 45px;
	}
	.client-hover-text p{
		font-size:16px;
	}
	.client-hero-text p {
	    font-size: 20px;
	    line-height: 20px;
	}
}
/* Media Queries End */

.alertbox {padding:20px; background-color:#002281; text-align:center; color:#ffffff;}