@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
	font-family: "socialico-plus";
	src: url("fonts/SocialicoPlus/socialico-plus.eot");
	src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
			format("embedded-opentype"),
		url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
		url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
		url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
		url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
	font-family: "CenturyGothic";
	src: url("fonts/CenturyGothic/CenturyGothic.eot");
	src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
		/* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
			format("woff"),
		/* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
			format("truetype"),
		/* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
			format("svg"); /* Legacy iOS */
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}
html.suspended {
	background: rgba(0, 0, 0, 0.6);
}
body {
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial;
}
a {
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}
p,
li {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #3f3f44;
	text-align: left;
	line-height: 160%;
}
.row {
	max-width: 1748px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*floats*/
.fl {
	float: left;
}
.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #b11414;
}
.text-bold {
	font-weight: 700;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left;
}

/*clearings*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
	margin-top: 20px;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
}
#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 0.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail img {
	width: 200px;
	height: 200px;
}
#content .thumbnail:hover {
	transform: scale(1.02);
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

.buttons {
	position: relative;
	overflow: hidden;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 229px;
	padding: 17px 0;
	background: #184b87;
}
.buttons:hover {
	background: #000;
	color: #fff;
}

/*------------------------------------header------------------------------------*/
#header-top {
	background: #b9babe;
	padding: 10px 0;
}
#header-top .row {
	justify-content: flex-end;
}
#header-top p {
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	margin: 0;
	padding-right: 5px;
}
#header-top p:nth-child(2) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 27px;
}
#header-top a {
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	margin: 0 0 0 32px;
}
#header-top a:hover {
	color: #184b87;
}
#header .middle {
	padding: 10px 0;
}
#header nav {
	background: #184b87;
	padding: 13px 10px;
}
#header nav a#pull {
	display: none;
}
#header nav ul {
	margin: 0;
	padding: 0;
}
#header nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 41px;
}
#header nav ul li a {
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #fff;
}

/*------------------------------------banner------------------------------------*/
#banner {
	position: relative;
	z-index: 1;
}
#banner * {
	outline: none;
}
#banner .slider {
	box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
}
#banner .slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
#banner .item {
	height: 100%;
	position: relative;
	z-index: 1;
}
#banner .item img {
	width: 100%;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}
#banner .item.slick-active img {
	transform: scale(1);
}
#banner .slider .slick-prev {
	left: 20px;
	z-index: 99;
}
#banner .slider .slick-next {
	right: 20px;
	z-index: 99;
}
#banner .slider .slick-prev:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: url(../images/common/left-arrow.jpg);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#banner .slider .slick-next:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: url(../images/common/right-arrow.jpg);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*#banner .slider img{
  max-width: 100%;
}*/
#banner .caption {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	background: rgb(2, 0, 36);
	background: rgba(2, 0, 36, 0.5);
	border-radius: 10px;
	padding: 30px 20px;
}
#banner .caption h2 {
	font-size: 50px;
	color: #fff;
	text-align: center;
}
/*------------------------------------content------------------------------------*/
#sub-content {
	padding: 84px 0;
	border-top: 35px solid #184b87;
}
#sub-content .flex-holder {
	align-items: flex-start;
}
#sub-content p {
	margin: 0 0 54px;
}
#sub-content .img-holder {
	margin-right: 64px;
}
#sub-content .text-holder img {
	display: block;
	margin: 0 auto 0 0;
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px;
}
.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}
.ctc-form button {
	display: block;
}
.ctc-form .recap {
	display: inline-block;
}
.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
	display: none;
}

p.policy {
	font-size: 12px;
	text-align: center;
	font-weight: 100;
	max-width: 500px;
	margin: auto;
	margin-top: 20px;
	width: 100%;
}

p.copy {
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
	margin-top:30px !important;
}
p.copy img.company-logo {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}

/*footer*/

#footer p.silver {
	font-size: 18px;
}

#footer .left {
	text-align: left;
}

#footer .row.flex {
	align-items: end;
	max-width: 1500px;
}

#footer {
	background: #184b87;
	padding: 40px 0;
}
#footer p {
	text-align: inherit;
	color: #fff;
	margin: 0 auto;
}
#footer a:hover {
	color: #3f3f44;
}
#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 40px 0;
}
.inner #content .row {
	max-width: 1200px;
}
.inner #content .container {
	background: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
	border-radius: 28px;
	padding: 50px;
	margin: 20px 0;
}
.inner #content h1 {
	font-size: 45px;
	line-height: 120%;
	color: #184b87;
}
.inner #content p a:hover {
	text-decoration: none;
	color: #184b87;
}

.inner #content iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/*gallery page*/
.gallery-page #content h2 {
	text-transform: uppercase;
	color: #184b87;
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}
.inPrivacyBox p {
	text-align: justify !important;
}

/* CONTACT US PAGE */
.contact-page #content .checkbox { text-align: left !important;}
.contact-page #content .checkbox a { color: #184b87; font-weight: 600;}

/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/
