﻿body {
	background: #fff;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 20px 0;
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}

.logo {
	padding-top: 1%;
}

#header.header-scrolled,
#header.header-pages {
	height: 70px;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
	display: none;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #413e66;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 7px 0;
	max-height: 26px;
}


/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

#banner {
	float: left;
	width: 100%;
}
#main-head {
	float: left;
	width: 100%;
	text-align: center;
}

#banner img {
	float: left;
	width: 100%;
	padding-bottom: 4%;
}
#banner-inner {
	float: left;
	width: 100%;	
	padding-bottom: 4%;
}

#banner-inner img {
	float: left;
	width: 100%;
}
h1 {
	color: #000094;
	font-weight: bold;
}
h2 {
	color: #000094;
	font-weight: bold;
	font-size: 25px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav {
	/* Drop Down */
	/* Deep Drop Down */
}

.main-nav,
.main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav a {
	display: block;
	position: relative;
	color: #333;
	padding: 10px 9px;
	transition: 0.3s;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - -3px) !important;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 2px 15px 10px 12px;
	background: #000094;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}

.main-nav .drop-down ul a {
	padding: 10px 20px 10px 0;
	font-size: 20px;
	text-transform: none;
	color: #fff;
	font-weight: normal;
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #fff;
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0px solid #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #1bb1dc;
}

.main-nav .drop-down > a::after {
	content: url("../images/down-ar.png");
	padding-left: 10px;
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
    content: url("../images/menu-hum.png");
}

.fa-remove::before, .fa-close::before, .fa-times::before {
    content: url("../images/cross.png");
}
.mobile-nav .drop-down > a::after {
    content: url("../images/ar-down.png");
}

.mobile-nav .active.drop-down > a::after {
    content: url("../images/ar-up.png");
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f0de";
	position: absolute;
	right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(40, 38, 70, 0.8);
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #8dc2fa;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {

	padding-left: 10px;
	position: absolute;
	right: 15px;
}



.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #065e77;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(40, 38, 70, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}


/*--------------------------------------------------------------
# Sections main div
--------------------------------------------------------------*/

#inner {
	float: left;
	width: 100%;
	padding-bottom: 4%;
}

#inner h1 {
	color: #000094;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 3%;
}

#main {
	float: left;
	width: 100%;
}


/* Card Section
--------------------------------*/

#card {
	float: left;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 6%;
}

.box>.icon {
	text-align: center;
	position: relative;
}

.box>.icon .image img {
	width: 40px;
	height: 40px;
	vertical-align: middle !important;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border-radius: 50%;
	background: #000094;
}

.box>.icon>.info {
	margin-top: -13%;
	background: #f5f5f5;
	padding: 48px 32px 42px 32px;
	height: 290px;
}

.box>.icon>.info>h3.title {
	margin-top: 9px;
	font-size: 25px;
	color: #222;
	font-weight: bold;
}

.box>.icon>.info>p {
	font-size: 18px;
	line-height: 1.5em;
}

.box>.icon a {
	color: #f00;
	float: left;
	width: 100%;
}

.box>.icon>.info>.more a {
	line-height: 12px;
	text-decoration: none;
	color: #000094 !important;
}

.box > .icon > .info > .more a:hover {
	text-decoration: underline;
}

.more {
	bottom: 10%;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}

#card .row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

#card.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}


/* Four Section
--------------------------------*/

#four-sec li:last-child {
	border-bottom: 0px;
	margin-bottom: 13%;
}

.four-in:nth-child(odd) {
	background: #f7f7f7;
	padding: 34px 12px;
}

.four-in:nth-child(even) {
	background: #cbc9ca;
	padding: 34px 12px;
}

#four-sec {
	background: url("../images/four-bk.jpg");
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.four-in ul {
	list-style: none;
	padding-left: 0px;
}

#four-sec .row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

#four-sec .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#four-sec li {
	font-size: 18px;
}

#four-sec h2 {
	font-size: 19px;
	color: #000094;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 8%;
}

.four-in li {
	border-bottom: 1px solid #333;
	padding-bottom: 9px;
	padding-top: 9px;
}

#four-sec .more a {
	color: #000094;
	font-weight: bold;
	float: right !important;
}

#four-sec .col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 23%;
	margin-right: 2%;
}

#four-sec .col-lg-3:last-child {
	margin-right: 0;
}

#four-sec .more {
	bottom: 9%;
	position: absolute;
	width: 94%;
	left: 0px;
	right: 16px;
}


/* Trend Section
--------------------------------*/

#trend-sec {
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

#trend-sec h3 {
	float: left;
	width: 100%;
	color: #000094;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6%;
	font-size: 36px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	float: left;
	width: 100%;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #000094;
}

.footer-top h3 {
	color: #8ec552;
	font-weight: bold;
	font-size: 24px;
}

.footer-top {
	color: #fff;
}

.footer-top a {
	color: #8ec552;
	float: left;
	width: 100%;
	margin-top: 4%;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	color: #413e66;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
/* Suggest Form
--------------------------------*/

 .sugestform .btn-group .btn {border-radius: 50px !important; padding: 10px 31px;}
h2, h3, h4, h5, h6 {color: #000094; font-weight: bold;}
.form-horizontal.sugestform {float: left; background: #f1f1f1; width: 100%; padding: 5% 4%;}
.sugestform .form-check {padding-left: 0px !important;}

/* Copyright Section
--------------------------------*/

.copy {
	background: #8ec552;
	float: left;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	color: #000094;
}

.copy li {
	float: none;
	list-style: none;
	border-right: 1px solid #333;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 12px !important;
	display: inline-flex;
}

.copyright {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 1%;
}

.copy ul {
	float: left;
	width: 100%;
}

.copy li:last-child {
	border-right: 0px solid #333;
	padding-right: 0%;
	padding-left: 1%;
}

.copy li:first-child {
	padding-left: 0%;
}

.copy a {
	color: #000094;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 991px) {
	#header {
		height: 70px;
		padding: 15px 0;
	}
	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
}

@media (max-width: 767px) {
	.box>.icon>.info {
		margin-bottom: 7%;
	}
	#four-sec .col-lg-3 {
		flex: auto;
		max-width: 90%;
		margin-right: 0px;
		margin-left: 18px;
	}
	.copy ul {
		padding-left: 0px;
	}
	.copy a {
		font-size: 13px;
	}
	.copy li {
		line-height: 3px;
		margin-bottom: 4%;
		padding-right: 3%;
		padding-left: 3%;
	}
	.copy {
		font-size: 13px;
	}
	#main-head h1 {
	font-size: 23px;
}
#main-head h2 {
	font-size: 20px;
}
}