/* reset */

*{margin:0; padding:0}
a img{border:0; outline:none;}
img{max-width:100%;}
input, textarea{ outline:none; }

/* DEFAULT CSS */

body { max-width: 1920px;
margin: 0 auto; 
position: relative;
}

header {
	background-color: #186ef6;
	padding: 15px 0;
}

header p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
}

header p a {
	font-weight: 400;
	color: #ffffff;
}

header p a:hover {
	font-weight: 400;
	color: #ffffff;
	text-decoration: underline;
}

.sns {
	margin-bottom: 0;
}

.sns li {
	display: inline;
	margin-right: 10px;
}

#header2 {
	background-image: url("../images/header-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
	padding: 20px 0;
}

#header2 ul li {
	color: #003471;
	list-style: square;
}

#header2 ul li span {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
}

#header2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
}

#navigation {
	margin-top: 15px;
}

.top-bar, .top-bar ul {
	background:transparent;
}

.menu li a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px; 
	color: #ffffff;
	text-transform: uppercase;
}

.menu li a:hover {
	font-weight: bold;
}

.is-dropdown-submenu {
	min-width: 300px;
	background-color: #186ef6 !important;
	border:none;
	z-index: 5;
}

.swiper-button-prev, .swiper-button-next {
	background: none;
	color: #ffffff;
	font-size: 60px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	color: #186ef6;
}

.swiper-button-prev:before {
	font-family: 'FontAwesome';
 	content: "\f104";
}

.swiper-button-next:before {
	font-family: 'FontAwesome';
 	content: "\f105"
}

#content {
 	padding: 30px 0;
}

#content h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003471;
	text-align: center;
}

#content p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #212121;
}


figcaption {
	background-color: rgba(24, 109, 247, 0.75);
	width: 75%;
	transition: all 0.5s ease;
	position: relative;
	top: -120px;
	z-index: 2;
}

figcaption p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	padding: 15px;
	margin-bottom: 0;
}

a:hover figcaption {
	background-color: #003471; 
}

#content3 {
	margin-bottom: 30px;
}

#content3 h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003471;
	text-align: center;
	text-transform: uppercase;
}

.owl-theme .owl-nav [class*='owl-'] {
	background: #003471;
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #000000;
}

#testimonials {
	background: url("../images/testimonial-bg.jpg");
	background-size: cover;
	padding: 30px 0;
}

#testimonials h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#testimonials p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
	text-align: center;
}

#contact {
	padding: 30px 0;
	background-color: #003471;
}

#contact h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#contact p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
	text-align: center;
}

#contact .form {
	padding-top: 30px;
}

#contact .form input, #contact .form textarea {
	border: 3px solid #ffffff;
	background-color: #003471;
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
}

#contact .form textarea {
	height: 140px;
}

#contact .form .button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
	background-color: #212121;
	text-transform: uppercase;
}

#contact .form .button:hover {
	background-color: #000000;
}

#footer1 {
	background-color: #252525;
	padding: 20px 0;
	border-bottom: 1px solid #363636;
}

#footer1 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

#footer1 ul {
	margin-left: 0;
}

#footer1 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 18px; 
	color: #ffffff;
	list-style: none;
}

#footer1 ul li a, #footer1 ul li a:hover {
	color: #ffffff;
}

footer {
	padding: 15px 0;
	background-color: #252525;
}

footer p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 0;
	text-align: center;
}

footer p a, footer p a:hover {
	color: #ffffff;
}

/* CUSTOM CSS */




@media only screen and (max-width: 40em) { 
	#header2 {
		background-image: none;
	}

	#logo {
		text-align: center;
		margin-bottom: 15px;
	}

	#header-img {
		padding-left: 0;
		padding-right: 0;
	}

	.title-bar {
		background-color: #000000;
	}

	.is-dropdown-submenu {
		min-width: 300px !important;
	}

	#foot-logo {
		margin-bottom: 15px;
	}

}