/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/


/*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/

@font-face {
	font-family: 'hurme_geometric_sans_regular';
	src: url('../fonts/hurmegeometricsans2-regular-webfont.woff2') format('woff2'), url('../fonts/hurmegeometricsans2-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hurme_geometric_sans_semibold';
	src: url('../fonts/hurmegeometricsans2-semibold-webfont.woff2') format('woff2'), url('../fonts/hurmegeometricsans2-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hurme_geometric_sans_bold';
	src: url('../fonts/hurmegeometricsans2-bold-webfont.woff2') format('woff2'), url('../fonts/hurmegeometricsans2-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'hurme_geometric_sans_regular', Arial;
	font-size: 18px;
	line-height: 1.6;
	color: #58595b;
}

input, select, textarea, option{
	outline:none;
}

img {
	max-width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

b, strong {
    font-weight: normal;
	font-family: 'hurme_geometric_sans_bold';
}

a {
	color: #58595b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #58595b;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
	font-family: 'hurme_geometric_sans_semibold', Arial;
	line-height: 1.1;
	color: inherit;
}

form input[type="text"],
form input[type="tel"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form input[type="date"],
form textarea,
form select {
	width: 100% !important;
	margin: 0 0 15px;
	padding: 8px 12px;
    border: solid 1px #c3e3e6;
	font-size: 16px;
	height: 55px;
	background-color:#fff !important;
	border-radius: 28px;
	color: #2c77b8;
	font-family: 'hurme_geometric_sans_semibold', Arial;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
}

form input[type="date"]{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 55px;
}

@media (max-width: 896px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="number"],
	form input[type="email"],
	form input[type="password"],
	form input[type="file"],
	form input[type="date"],
	form textarea,
	form select {
		margin: 0 0 10px;
	}
}

form textarea {
    height: 126px;
}
form select {
	background: #fff url(../images/select_bg.png) no-repeat;
	background-position: right center;
	background-size: 40px;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder { 
  color: #2c77b8;
}
::-moz-placeholder { 
  color: #2c77b8;
}
:-ms-input-placeholder { 
  color: #2c77b8;
}
:-moz-placeholder { 
  color: #2c77b8;
}

form input[type="submit"],
form button,
a.button {
    border-radius: 100px;
    padding: 8px 15px;
    background-color: #fec135;
    color: #2c77b8;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    min-width: 260px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
    height: 50px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

form input[type="submit"]:hover,
form button:hover,
a.button:hover {
	background-color: #eaae23;
	color: #2c77b8;
}



.main_heading {
	font-size: 55px;
	font-weight: normal;
	color: #2c77b8;
	font-family: 'hurme_geometric_sans_regular', Arial;
	margin: 0 0 10px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px; 
	
	
	

}
@media (min-width: 897px) and (max-width: 1400px) {
	.main_heading {
			font-size: 47px;
	
		margin: 0 0 -5px;
		
		
		top: -10px;
		
	}
	
}
@media (max-width: 896px) {
	.main_heading {
		font-size: 30px;
		line-height: 29px;
	}
}
header .container{
	width:auto;
	
}

@media (min-width:1500px){
	header .container{
	
	padding:0 100px;
}
	
}

.header_right {
	float: right;
	width: 20%;
}

.top_link {
	color: #58595b;
	text-align: right;
}

.top_link a {
	color: #58595b;
}

@media (max-width:896px) {
	.header_right {
		float: none;
		display: block;
		width: auto;
		height: 0;
		margin-left: -15px;
		margin-right: -15px;
		position: absolute;
		left: 15px;
		right: 15px;
	}
	.top_link {
		margin: 0;
		float: none;
		width: 100%;
		text-align: left;
		padding: 0 15px;
		color: #fff;
		padding-top: 6px;
	}
	.top_link .nav_icon{
		font-size: 22px;
	}
}

@media (max-width:500px) {
	.header_right {
		height:auto;
		position: static;
		border-bottom: #ffffff solid 1px;
		padding-bottom: 8px;
	}
}

.header_left {
	padding: 22px 0 18px;
	padding: 15px 0 10px;
	float: left;
	width: 20%;
	text-align: left;
}

.site_logo {
	display: inline-block;
}

.site_logo img {
	width: 100%;
	max-width: 202px;
}

@media (max-width: 896px) {
	.header_left {
		display: block;
		float: none;
		margin: 0px auto 0;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
}

.banner {
	position: relative;
}

footer {
	background: #2c77b8;
	color: #fff;
	font-size: 15px;
}

footer a,
footer a:focus {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.footer_left {
	float: none;
	width: 100%;
	text-align: center;
}

@media (max-width:896px) {
	.footer_left {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 599px) {
	.footer_left span {
		display: block;
	}
}

footer article p {
	color: #fff;
}

.footer_top {
	background-image: url(../images/news-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 0;
	background-size: cover;
}

.footer_top h3 {
	text-transform: capitalize;
	font-size: 15px;
	margin: 0 0 11px 0;
	position: relative;
	font-family: 'hurme_geometric_sans_semibold', Arial;
	font-weight:normal;
}

.topfooter_link{
	border-bottom: #8fb6d8 solid 1px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topfooter_link li{
    display: inline-block;
    padding: 0 4.5% !important;
}

.topfooter_link li:first-child{
    display: inline-block;
    padding: 0 4.8% 0 0 !important;
}

.topfooter_link li:last-child{
    display: inline-block;
    padding: 0 0 0 4% !important;
}
@media (min-width:897px) and (max-width:1100px) {
.topfooter_link li{
    display: inline-block;
    padding: 0 3.8% !important;
}

.topfooter_link li:last-child{
    display: inline-block;
    padding: 0 0 0 4% !important;
}
	
}
@media (max-width:896px) {
	.topfooter_link{
		text-align:center;
	}
	.topfooter_link li, .topfooter_link li:first-child, .topfooter_link li:last-child{
		display: inline-block;
		padding: 5px 10px !important;
		float: none;
	}
}

.footer_top ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
}

.footer_top ul li {
	position: relative;
	padding: 0 0 8px 0;
}

.footer_top ul li:before {
	/* content: "\f101"; */
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	color: #63bcff;
	font-size: 17px;
}

.footer_top ul li a {
    text-transform: capitalize;
    position: relative;
    right: 0;
    transition: 0.3s;
    font-size: 15px;
    line-height: 1.2 !important;
    display: inline-block;
}

.footer_top ul li a:hover {
	right: -2px;
	opacity: 0.8;
	transition: 0.3s;
}

.address_footer p {
	margin: 0 0 25px;
}

.footer_top .contact_ul li {
	padding: 0 0 8px 22px;
}

.footer_top .contact_ul li:before {
	content: "\f095";
}

.footer_top .contact_ul li:last-child:before {
	content: "\f003";
}

.footer_bottom {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	border-top: #8fb6d8 solid 1px;
	text-align: center;
}
@media(max-width:896px) {
	.footer_bottom {
		padding: 15px 0;
	}
	.footer_bottom > div{
		padding: 5px 0;
	}
}


.footer_tel {
	font-size: 19px;
}

.control_margin {
	/* margin-right: 20px; */
}

footer .media {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
	padding: 0 0 0px 8px;
	text-align: center;
}

footer .media a {
	border: 1px solid #FFF;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	padding: 0px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	transition: 0.3s;
	display: inline-block;
	margin: 1px 8px;
	transition: 0.3s;
	line-height: 1.7;
}

footer .media a:hover {
	background: #fff;
	color: #2c77b8;
}

@media(max-width: 1024px) {
	footer {
		font-size: 15px;
	}
	.footer_top h3 {
		/* font-size: 20px; */
	}
	.footer_bottom {
		padding: 20px 0;
	}
}

@media(max-width:896px) {
	.control_margin {
		margin-left: 0;
	}
	.footer_top article {
		margin: 0 0 20px;
	}
	.footer_top {
		padding: 25px 0 0;
	}
	.footer_bottom {
		padding: 18px 0;
	}
	.custom_ul li {
		float: none;
		width: 100%;
	}
}

.block {
	padding: 45px 0;
}

@media(max-width:896px) {
	.block {
		padding: 22px 0;
	}
}

header {
	background-color: #f5f5f5;
}

.header_body {
	background-color: #fff;
	padding: 0 25px;
}

.nav_link ul {
	list-style-type: none;
	margin: 27px 0 0 0;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}

.nav_link li {
	display: inline-block;
	padding: 0;
}

.nav_link li a {
	text-transform: capitalize;
	font-size: 18px;
	padding: 10px 16px;
	font-weight: 500;
	display: block;
	position: relative;
	margin: 0;
	line-height:1;
}

.nav_link>ul>li.active>a {
	color: #2c77b8;
}


@media(min-width: 897px) {
	.nav_link > ul > li > a {
		padding: 15px 11px;
	}
}
@media(min-width: 897px) and (max-width:1200px) {
	.nav_link ul {
	   
		margin: 13px 0 0 0;
	}
}

@media(min-width: 1200px) {
	.nav_link > ul > li > a {
		padding: 11px 16px 16px;
	}
}


.nav_link > ul > li > a:hover {
	color: #2c77b8;
}

@media(min-width: 897px) {
	.banner .item {
		position: relative;
		height: 600px;
		background-color: #58595b;
		overflow: hidden;
	}
	.banner .item>img {
		min-height: 120%;
		min-width: 160%;
		max-width: 0;
		transition: .3s;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: auto;
	}
}

.banner .container {
	position: absolute;
	top: 50%;
	transform: translate(0, -40%);
	left: 0;
	color: #fff;
	right: 0;
}

.banner_content {
	max-width: 900px
}

.banner_content h2 {
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	margin: 0 0 10px;
}

.banner_content p {
	font-size: 18px;
}

.banner_content a {
	display: inline-block;
	margin: 20px 0 0;
	background-color: #58b5fb;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 6px 7px 6px 25px;
	position: relative;
	transition: 0.3s;
	border: 5px solid rgba(39, 116, 174, 0.3);
}

.banner_content a:hover {
	opacity: 0.9;
	transition: 0.3s;
}

.banner_content a img {
	max-width: 35px;
	margin-left: 10px;
	display: inline-block !important;
}

.nav_icon,
.nav_close {
	display: none;
}

@media(max-width:1250px) {
	.banner .item {
		height: 480px;
	}
	.banner .container {
		transform: translate(0, -20%);
	}
	.banner_content h2 {
		font-size: 55px;
	}
}

@media(max-width:896px) {
	.banner .item {
		height: auto;
	}
	.banner .container {
		position: static;
		transform: translate(0, 0);
		background-color: #4aaefa;
		text-align: center;
		padding-bottom: 13px;
		padding-top: 12px;
	}
	.banner_content a {
		margin: 0;
		padding: 3px 4px 3px 20px;
	}
	.banner_content h2 {
		text-shadow: none;
		font-size: 25px;
	}
	.banner_content p {
		font-size: 16px;
	}
	.nav_icon {
		display: inline-block;
		cursor: pointer;
		color: #58595b;
	}
	header {
		position: static;
	}
	.header_body {
		padding: 0;
	}
	.nav_link ul,
	.nav_link ul li {
		display: block;
	}
	.nav_link > ul{
		padding:0 30px;
	}
	.nav_link > ul > li {
		border-bottom: solid 1px #f0f0f0;
	}
	.nav_link {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
		z-index: 11111;
		display: none;
		overflow: auto;
	}
	.nav_link li a {
		display: block;
		text-align: center;
		border: none !important;
		font-size: 25px;
		padding: 14px 16px;
		

	}

	.nav_link ul {
		position: relative;
		margin: 140px 0 0 0;
	}
	.nav_close {
		font-size: 32px;
		position: absolute;
		color: #2c77b8;
		right: 15px;
		top: 5px;
		display: block;
		cursor: pointer;
	}
	body.nav-open {
		overflow: hidden;
		height: 100%;
	}
}

.grey_bg {
	background-color: #f5f5f5;
}

.capable_card {
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	color: #000;
	margin: 25px 0 0;
	display: table;
	width: 100%;
}

.capable_card figure {
	width: 35%;
	border-right: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}

.capable_card figure img {
	min-height: 85px;
}

.capable_card h5 {
	overflow: hidden;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 0;
	margin: 0;
	padding-left: 22px;
	line-height: 1.5;
	display: table-cell;
	width: 65%;
	vertical-align: middle;
}

@media(max-width:1100px) {
	.capable_card figure {
		width: 40%;
		text-align: center;
		padding-right: 15px;
	}
}

@media(max-width:767px) {
	.capable_card {
		max-width: 500px;
		margin: 20px auto 0;
	}
	.capable_card figure img {
		min-height: initial;
	}
}

.exp_col h2 {
	text-align: left;
}

.exp_col h2:before {
	left: 0;
	margin: 0;
}

.fig_box {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin: 30px 25px 0 0;
	padding: 20px;
	text-align: center;
}

.fig_box figure {
	display: inline-block;
	padding: 10px;
	width: 49%;
	line-height: 100px;
}

.exp_col ul {
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;
}

.exp_col ul li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
}

.exp_col ul li:before {
	content: "\f058";

	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 24px;
	color: #71c2ff;
}

@media(max-width:767px) {
	.exp_col h2 {
		text-align: center;
	}
	.exp_col h2:before {
		left: 50%;
		margin-left: -35px;
	}
	.fig_box {
		margin: 20px 0 25px;
	}
}

.approach_section {
	background-image: url(../images/approach.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.approach_section h2 {
	color: #ffff;
}

.approach_card {
	background-color: #fff;
	padding: 40px 15px 20px;
	text-align: center;
	margin: 20px 0 0;
	min-height: 295px;
}

.approach_card figure {
	line-height: 120px;
}

.approach_card h3 {
	margin: 15px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}

.approach_card a {
	font-size: 16px;
	font-weight: 500;
	color: #56aae9;
	text-decoration: underline;
	padding: 0 0 3px;
}

.ul_contact li {
	padding-left: 32px !important;
}

.ul_contact li:before {
	content: "" !important;
	background-image: url(../images/insta.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
	background-size: 18px;
	top: 4px !important;
}

.ul_contact li:nth-child(2):before {
	background-image: url(../images/mail.png);
}

.ul_contact li:nth-child(3):before {
	background-image: url(../images/phone-i.png);
}

.margin_s {
	margin-top: 52px !important;
}

@media(max-width:767px) {
	.margin_s {
		margin-top: 25px !important;
	}
}

.nav_link ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 500;
	min-width: 200px;
	display: none;
}

@media (min-width:897px) {
	.nav_link ul li ul {
		-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.24);
		-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.24);
		box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.24);
		background-color:#fff;
	}
}

.nav_link ul li ul.active {
	display: block;
}

.nav_link ul li ul li {
	display: block;
	float: none;
	border-top: solid 1px #2e699c;
}

.nav_link ul li ul li a {
	font-weight: 400;
	background: #2c77b8;
	display: block;
	color: #fff;
}

@media (min-width:897px) {
	.nav_link ul li ul li a {
		text-align: left;
	}
}

.nav_link ul li ul li a:hover {
	text-decoration: none;
	background: #2e699c;
}

.nav_link ul li ul li:last-child {
	border-bottom: none;
}

.hassub > a {
	cursor: pointer;
}

@media (min-width:897px) {
	.nav_link ul li ul {
		display: none;
	}
	.nav_link ul li:hover ul {
		display: block;
	}
}

@media (max-width:896px) {
	.nav_link ul li ul li{
		border:none;
		
	}
	li.hassub{
		position:relative;
	}
	li.hassub a{
		display:inline-block;
	}
	.nav_link ul li ul li a{
		color:#2c77b8;
		background:none;
	}
	.nav_link > ul > li.active > a {
    color: #333;
}
	.nav_link ul li ul li a:hover {
		background: #fff;
	}
		
	li.hassub > a:after {
		content: '\f107';
		font-family: fontawesome;
		font-size: 14px;
		color: #333;
		top: 22px;
		position: absolute;
		margin: 0 5px 0 10px;
	}
	li.hassub.up > a:after {
		content: '\f106';
		
	}
	.nav_link ul {
		border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	}
	.nav_link ul li ul {
		position: static;
	}
}

.login_btn {
    float: right;
    margin-top: 30px;
	margin-top: 26px;
	font-family: 'hurme_geometric_sans_semibold', Arial;
}

.nav_link {
	width: 60%;
	float: left;
}

@media(max-width:896px) {
	.login_btn {
		margin-top: 0;
	}
	.nav_link {
		width: 100%;
	}
	.nav_link:before {
		content: '';
		position: absolute;
		height: 100px;
		width: 100%;
		background: url(../images/logo.png) top center no-repeat;
		background-size: auto;
		top: 70px;
		opacity: 0.4;
		background-size: 186px;
	}
}
@media(max-width:500px) {
	.login_btn {
		margin-top: 5px;
	}
}

.footer_logo{
	height:0;
	padding: 0 15px;
	max-width: 1500px;
	margin: auto;
}
.footer_logo .logo_icon{
    display: inline-block;
    width: 55px;
    margin-top: 40px;
	vertical-align:top;
}
.footer_logo .licensed_icon{
	display: inline-block;
	float:right;
	width: 55px;
	font-size: 10px;
	margin-top: 40px;
	vertical-align:top;
}
@media(max-width:1365px) {
	.footer_logo{
		height:auto;
		padding:25px 15px 0;
		text-align:center;
	}
	.footer_logo .logo_icon{
		width: 55px;
		margin: 8px 10px 0;
	}
	.footer_logo .licensed_icon{
		float:none;
		width: 55px;
		margin : 0 10px;
	}
	.footer_logo .licensed_icon img{
		height: 58px;
	}
}


.login_btn .dropdown-menu{
    background-color: #2c77b8;
    padding: 10px 20px;
    min-width: auto;
    border: none;
    border-radius: unset;
    left: unset;
    right: 0;
}

.login_btn .dropdown-menu a{
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: 'hurme_geometric_sans_regular', Arial;
    font-weight: normal;
    margin: 5px 0;
}

