/* custom CSS */
@import url("font.css");
@import url("country.css");

/*----------------------------------------------*/
html{
	font-size: 100%;
	height: 100%;
}
body{
	padding-top: 0;
	height: 100%;
	min-height: 100%;
	overflow: ;hidden;
}

.content-wrap{
		padding-bottom: 0;
	}
@media (min-width: 992px){
	.content-wrap{
		padding-bottom: 120px;
	}
}
/*------------------------------------------------		Mashhead		--------------*/

.page-masthead .row-feature.row-feature-primary{
	padding: 0;
	background: none;
	color: #fff;
}

.home2 .page-masthead .bk{
  background-image: url(../../../images/background/2.jpg);
}
.home3 .page-masthead .bk{
  background-image: url(../../../images/background/3.jpg);
}
.home4 .page-masthead .bk{
  background-image: url(../../../images/background/4.jpg);
}
.page-masthead .bk{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	background-image: url(../../../images/background/bk_chilly.jpg);	/*url(../../../images/background/bk1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	display: block;
	line-height: 0;
}
.row-feature .jumbotron.jumbotron-primary.masthead{
	padding: 60px 20px 20px;	40px 40px 80px 40px;
	width: ;860px;
	margin: auto;
	position: relative;
	color: #fff;
	background-color: rgba(39,119,184,0.95);
	text-align: center;
}
@media (min-width: 992px){
	.row-feature .jumbotron.jumbotron-primary.masthead{
		width: 860px;
		padding: 40px 40px 80px 40px;
	}
}
.gradient-overlay{
	background: linear-gradient(to bottom, rgba(0,32,91,0.75) 0%, rgba(255,255,255,0) 75%);
	height: 50vh;
	line-height: 0;
}

.text-center {
    text-align: center !important;
}
.jumbotron .content-heading {
    	margin: 0 auto 25px;
	font-size: 2.625rem;
	line-height: 3.9375rem;
}
@media (min-width: 992px){
	.jumbotron .content-heading{
		font-size: 2.625rem;
	}
}
.jumbotron .m-search-field{
	margin: 0;
	color: #00205b;
	position: absolute;
	left: 5%;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	background-color: #fff;
}
@media (min-width: 992px){
	.jumbotron .m-search-field {
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    position: relative;
	    top: auto;
	    left: auto;
	    width: auto;
	   margin: 0;
	}
}	
.m-search-field .form-control.control--color-blue::placeholder, .m-search-field .form-control.control--color-blue {
    color: #00205b;
}
.m-search-field .form-control{
	font-size: 1rem;
	padding: 20px 65px 20px 25px;
	border: 2px solid #F2F0ED;
	height: 87px;
	background-color: #fff;
	display: block;
	width: 100%;
	line-height: 1.5;
	background-clip: padding-box;
	transition: 0.2s ease-in-out;
	box-shadow: none!important;
}
@media (min-width: 992px){
	.m-search-field .form-control{
		font-size: 2rem;	3rem;
		padding: 20px 95px 20px 25px;
	}
}
.m-search-field label {
    right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-bottom: .3rem;
	padding: 10px;
	font-size: 28px;
	line-height: 30px;
	margin-left: 30px;
}
.m-search-field label button{
	border: none;
	background: #fff;
	box-shadow: none;
	color: #000;
}
.m-button-container {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 992px){
	.m-button-container {
	   position: absolute;
	    width: 90%;
	    left: 50%;
	    bottom: -45px;
		-webkit-transform: translateX(-50%);
	`	-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		justify-content: space-around;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		display: flex;
		flex-wrap: wrap;
	}
}	
.m-button-container a, .p-startpage .m-button-container button {
    height: 100px;
    margin-bottom: 20px;
	
	background-color: #fff;
	color: #2777b8;
	text-decoration: none;
	font-size: 1.5rem;	2.4rem;
	
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 3.3rem;
	min-height: 100px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
@media (min-width: 992px){
	.m-button-container a, .p-startpage .m-button-container button{
		margin-bottom: 0;
		width: 348px;
	}
}


/*-------------------------------------------	Main Nav	-------------------*/
nav{
	margin-top: 40px;
}
#t3-mainnav.navbar-fixed-top{
	margin-bottom: 140px;
	position: relative;
	background: none;
	border: none;
}
.navbar-default .navbar-nav > li > a{
	font-size: 1.4em;
	line-height: 1.75;
    color: #fff;
    font-weight: 600;
	border-bottom: 3px solid transparent;
	text-transform: none;
}

.visible-lg .navbar-nav{
	display: flex;
}
/*----------------------------------------------------------------------------------------------------		Mobile Menu		--------------------*/
.mobile .navbar-collapse, .mobile .navbar-collapse.in{
	background: #fff;
	width: 100%;
	height: 100vh!important;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 3;
	
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
	
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	will-change: transform;
}
.mobile .navbar-collapse.in{
	left: auto;
	right: 0px;
	display: block;
	transform: translateX(0%);
	
}

.mobile .navbar-collapse.in .navbar-nav{
	margin: 0 auto;
}
.mobile .navbar-collapse.in .navbar-nav > li {
	margin-bottom: 5px;
}
.mobile .navbar-collapse.in .navbar-nav > li > a{
	color: #00205b;	
	padding: 18px 24px;
	background: #F2F0ED;
	margin: 0;
	border: none;
	font-size:16px;
}

.mobile .navbar-collapse.in .navbar-nav > li:first-child{
	height: 80px;
}
.mobile .navbar-collapse.in .navbar-nav > li:first-child > a {
	background: #fff;
	font-size: 18px;
	line-height: 45px;
	color: #2777b8;
	font-family: Yara, arial;
	height: 80px
}
.mobile .navbar-collapse.in .navbar-nav > li:first-child > a:before {
	content: "\f041";
	padding-right: 8px;
	display: inline-block;
	font: normal normal normal 24px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile .navbar-collapse.in .navbar-nav > li:nth-child(5){
	display: none;
}
.mobile .navbar-collapse.in .navbar-nav > li:nth-child(6){
	margin-top: 40px;
}
/*----------------------------------------------	Top Nevagation 	------------------------*/
header .container{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
}
.top-navigation {
    margin-top: 10px;
	align-items: flex-end;
}
.top-navigation .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-navigation .nav .nav-link{
	font-size: 16px;	1rem;
	position: relative;
	margin: 0 16px;
	border-bottom: 3px solid transparent;
	transition: 0.3s ease;
	color: #fff;
	background: none;
}

.top-navigation .nav .nav-link:hover{
	border-bottom-color: #fff;
}
button.nav-link{
	border: none;
}
/*	 Search Page	 */
.com_search .top-navigation .nav .nav-link, .com_search .navbar-default .navbar-nav > li > a{
	color: #00205b;
}
.com_search .top-navigation .nav .nav-link:hover, .com_search .navbar-default .navbar-nav > li > a:hover{
	color: #00205b;	
	border-color: #00205b;
}
.com_search .input-group.form-group{
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
	display: block;
	height: 100px;
}
.com_search #search-searchword{
	font-size: 1rem;	2.6rem;
	font-weight: 400;	600;
	padding: 20px 65px 20px 25px;
	color: #00205b;
	height: 100px;
	border: 2px solid #F2F0ED;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media (min-width: 992px){
	.com_search #search-searchword{
		font-size: 2rem;
		font-weight: 600;
		padding: 20px 95px 20px 25px;
	}
}
.com_search #search-searchword:focus{
	box-shadow: none;
}
.com_search span.input-group-btn{
	right: 25px;
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	z-index: 2;
	
	webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.com_search button.btn.btn-default{
	padding: 10px;
	font-size: 28px;
	line-height: 30px;
	margin-left: 30px;
	color: #212529;
	border: none;
	background: none;
	
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	-o-transition: transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.com_search button.btn.btn-default:hover{
	outline: none !important;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.search-results .result-title{
	display: table;
}
.searchintro h2{
	line-height: 1.8;
	color: #0077bb;
	font-size: 2rem;
}
.search-results .result-title h3, .searchintro h3{
	line-height: 1.5;
	color: #0077bb;
}
.search-results .result-text {
    margin-bottom: 20px;
    border-bottom: 3px solid #f3f6f9;
    padding-bottom: 10px;
    font-size: 16px;
line-height: 26px;
}

/*----------------------------------------------	Logo	--------------------------*/
.logo.logo-image{
	display: flex;
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	height: 120px;
	padding-right: 20px;
	z-index: 2;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
}
.logo.logo-image > .logo-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	text-align: right;
}
.logo-image > a{
	max-width: 100%;
	max-height: 100%;
	background: none;
}
.logo-image > a:hover{
	background: none;
}
.logo-img{
	height: 100px;
	ms-flex-item-align: start;
	align-self: flex-start;
}
.logo:hover a, .logo a:hover, .logo a:active, .logo a:focus{
	background: none;
}

/*		Search Page 	*/
.com_search .logo.logo-image{
	box-shadow: none;
}

/*---------------------------------------------	Features Intro 2 ----------------------*/
.features-intro.foot{
	padding-top: 25px;
	color: #00205b;
}
@media (min-width: 992px){
	.features-intro.foot {
		background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
		padding-top: 40px;
		height: 120px;
		margin-top: -120px;
		color: #fff;
		bottom: 0;
		position: ;absolute;
		width: 100%;
		display: block;
	}
}

.features-intro.foot > .row-feature, .features-intro.foot > .row-feature .container, .features-intro.foot > .row-feature .row-feature-ct, .features-intro.foot > .row-feature .nav{
	padding: 0;
	height: 100%;
}
.features-intro.foot ul{
	display: block;
	margin-bottom: 40px;
}
.features-intro.foot ul li a{
		color: #00205b;
		text-align: center;
}
@media (min-width: 992px){
	.features-intro.foot ul{
		width: 100%;
		color: #fff;
		display: flex;
		margin: 0;
	}
	.features-intro.foot ul li a{
		color: #fff;
	}
}	
.features-intro.foot ul li a:hover{
	background: none;
	text-decoration: underline;
}
.features-intro.foot .centered{
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center !important;
}
@media (max-width: 992px){
	.features-intro.foot ul li.divider{
		margin-top: 15px;
		text-align: center;
		color: #00205b;
	}
}

/*-----------------------------------------------------------------		Header Mobile layout		----------------------*/
.m-header{
	height: 90px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.m-logo, .m-logo a > img{
	height: 40px;
	width: 40px;
	
}

.mobile-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mobile-nav .control{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 28px;
	margin-right: 28px;
	border-right: 1px solid #d8d0c7;
}
.mobile-nav .control:last-child{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.search-trigger, .slide-menu-trigger, .mobile-nav .fa{
	line-height: normal;
	font-size: 2rem;	1.25rem;
	color: #00205b;
	text-decoration: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.slide-menu-trigger.navbar-toggle{
	position: relative;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	border: none;
	z-index: 4;
}
button.navbar-toggle{
	cursor: pointer;
	background: none;
}

.mobile .navbar-collapse.in + nav + .m-header button.navbar-toggle > .fa-bars:before{
	content: "\f00d";
	position: fixed;
	top: 35px;
	right: 40px
}