/*
Theme Name: Golden Protection Investigation Services  Imperial Training Academy
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP5 Default is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1; 
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', sans-serif; 
	margin: 0 auto; 
	width: 100%; 
	min-width: 1200px;
}

.container {
	width: 100%; 
	max-width: 1600px; 
	margin: 0 auto; 
	padding: 0;
}

.row {
	max-width: 1440px; 
	margin: 0 auto;
}

.so-panel,
.panel-grid {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
	body {min-width: 320px;}
}


/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); 
	-webkit-clip-path: inset(50%); 
	        clip-path: inset(50%); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute !important; 
	width: 1px; 
	word-wrap: normal !important;  
}

.wp-block-column, 
.blocks-gallery-item {
	margin: 0 !important;
}

.has-1-columns .wp-block-column {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto; 
	width: auto; 
	-o-object-fit: contain; 
	   object-fit: contain;
}

.wp-block-image, 
.wp-block-image figure {
	margin: 0;
}

.cta {
	display: none;
}

img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0;
}

.elementor-widget:not(:last-child) {
	margin: 0;
}
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
a, 
a:visited {
	text-decoration: none; 
	-o-transition: all .2s ease; 
	transition: all .2s ease; 
	-webkit-transition: all .2s ease; 
	text-decoration: none !important;
}

a:hover {}
a:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 120%;
}

p {
	margin: 0;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.sidebar form, 
.error-404 form {
	position: relative; 
	max-width: 700px; 
	margin: 10px auto;
}

.sidebar input[type="search"], 
.error-404 input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -webkit-linear-gradient(top, #FFF, #ccc);
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: linear-gradient(to bottom, #FFF, #ccc);
	border: 1px solid #000; 
	position: absolute; 
	padding: 6px; 
	right: 0; 
	top: 0;
}

.sidebar .widget:not(:nth-of-type(1)) {
	background: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;  
	padding: 10px 20px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover, 
.error-404 input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form p {
	margin: 0 0 10px !important;
	width: 100%;
}

form i, 
form .hide {
	display: block;
	width: .1px; 
	height: .1px; 
	overflow: hidden;
}

form label {
	display: block; 
	font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-size: 17px;
}

form input, form textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}



div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.wpcf7 ::placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Open Sans', sans-serif;
}

.wpcf7 textarea {
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

span.wpcf7-not-valid-tip {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: -22px;
}

p.message span.wpcf7-not-valid-tip {
	top: -170px;
}

p.acceptance span.wpcf7-not-valid-tip {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 15px;
}

.wpcf7-display-none {
	text-align: center;
	background: #fff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 20px;
    line-height: 120%;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}

h1 {font-size: 70px;}
h2{font-size: 70px;}
h3{font-size: 50px;}  
h4{font-size: 35px;}
h5{font-size: 25px;}
h6{font-size: 17px;}
p, li{font-weight: 400; line-height: 140%;}
ul{padding-left: 20px; margin-top: 0;}
p{margin: 0 0 20px;}

a.btn, button {
    width: 185px;
    height: 50px;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    background: #468BCC;
}

a.btn:hover, button:hover {
    background: #202020;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#header {
	z-index: 10;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

#header .container {
    max-width: 1850px;
}

#header .top {
    background: #111111;
    padding: 8px 0;
}

#header .top a {
	color: #fff
}

#header .top .content {
    background: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

#header .top .content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

#header .bot {
    background: rgba(0,0,0,0.4);
    height: 190px;
    padding-top: 10px;
}

#header .bot .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
	width: 100%;
}

#header .bot .container {
	justify-content: space-between;
}

#header .bot .logo {
    margin-top: -30px;
}

#header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 100%;
    width: 660px;
}

#header ul li a {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    padding: 10px 35px;
    background: #468BCC;
    border-radius: 20px;
	text-transform: uppercase;
}

#header .golden img {
	width: 100%;
	max-width: 195px;
}

#header .bot .phone {
    background: #468BCC;
    padding: 10px;
    min-height: 64px;
    width: 410px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
	box-sizing: border-box;
}

#header .bot .phone a {
    margin: 0 10px;
	color: #fff;
}

#header .bot .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    width: 100%;
}

@media screen and (max-width: 780px) {
	#wprmenu_bar {
		background: -webkit-gradient(linear,left top, left bottom,from(#000),color-stop(#6e1a31),to(#000));
		background: -webkit-linear-gradient(#000,#6e1a31,#000);
		background: -o-linear-gradient(#000,#6e1a31,#000);
		background: linear-gradient(#000,#6e1a31,#000);
	}
}
/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
#banner {
	position: relative;
}

#banner .caption {
    position: relative;
    width: 100%;
	max-width: 640px;
	position: absolute;
	top: calc(45%);
	right: 10%;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#about .top {
    padding: 165px 0 175px;
    background-size: 650px 100%;
}

#about h1 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 45px;
	color: #202020;
	font-weight: 700 !important;
}

#about h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #468BCC;
    height: 3px;
    width: 262px;
}

#about p {
    line-height: 180%;
    margin-bottom: 55px;
	font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-size: 17px;
}

#about .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

#about .top .content {
    max-width: 820px;
	position: relative;
	z-index: 10;
    margin: 0 0 0 auto;
}

#about .top.elementor-section .elementor-container {
	max-width: 1420px;
}

#about .bot {
    background: #347CBE;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#about .bot.elementor-section .elementor-container {
	width: 100%;
}

#about .pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 799px;
    max-width: 100%;
}

#about .pro h3 {
    background: #FFF;
    max-width: 510px;
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 70px;
	color: #202020;
}


#about h4 {
    color: #FFF !important;
    width: 200px;
	margin: 0 auto;
}

#about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}


#about .item:nth-child(even) {
    background: #2E6DA7;
}

#reviews {
    padding: 30px 10px;
}

#reviews .container {
    max-width: 1470px;
}

#reviews h2 {
    position: relative;
    margin-bottom: 65px;
    text-align: center;
    padding-bottom: 15px;
}

#reviews h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #468BCC;
    height: 3px;
    width: 257px;
    right: 0;
    margin: 0 auto;
}

#reviews p {
	text-align: center;
	padding-top: 50px;
}

.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
	text-align: center;
}

.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
	bottom: -60px !important;
}

.strong-view .stars {
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.strong-view .wpmslider-wrapper {
	padding: 50px  25px 0;
    text-align: center;
    width: 100%;
    position: relative;
}

.strong-view.pager-style-buttons .wpmslider-pager-link {
	margin: 0 5px;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
	width: 10px !important;
	height: 10px !important;
}

.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
	bottom: 0 !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
	text-align: center !important;
	padding-top: 10px;
}
.strong-view.controls-type-sides.nav-position-inside .wpmslider-pager {
	display: block !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	min-height: 210px;
}

.strong-view.wpmtst-default .wpmtst-testimonial,
.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
	border: none !important;
}

.strong-rating span.star {
	margin: 0 5px !important;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {}
#footer {
    background: url(assets/images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    border-top: 3px solid #1F3449;
    padding-bottom: 50px;
    margin-top: 150px;
}
#footer .top {
    width: 735px;
    background: #468BCC;
    margin: 0 auto 70px;
    padding: 70px;
    margin-top: -115px;
    max-width: 100%;
	text-align: center;
	box-sizing: border-box;
}
#footer .top h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
	color: #fff;
}

#footer .top img {
    margin: 0 auto 20px;
	display: block;
}

#footer .top p {
	text-align: center;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

#footer .top .item p:nth-of-type(2) a {
    font-size: 30px;
    line-height: 120%;
}

#footer .top a {
	color: #fff;
	display: block;
}

#footer .top a:hover {
    color: #1F3449;
}

#footer h5 {
    margin-bottom: 100px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

#footer h5 strong {
    display: block;
}
#footer .top .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin: 0 auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}

#footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 580px;
    max-width: 100%;
    margin: 0 auto 20px;
}

#footer ul li a {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

#footer ul li:hover a, #footer ul li.current-menu-item a {
    color: #468BCC;
}
p.silver img {
	position: relative;
	width: 50px;
	padding-right: 10px;
	top: 5px;
}


@media screen and (max-width: 768px) {
	.cta {
		background: url("assets/images/phonecall.png") no-repeat center center,
		-webkit-radial-gradient(#6e1a31,#000,#000);
		background: url("assets/images/phonecall.png") no-repeat center center,
		-o-radial-gradient(#6e1a31,#000,#000);
		background: url("assets/images/phonecall.png") no-repeat center center,
		radial-gradient(#6e1a31,#000,#000);
		border-bottom-left-radius: 40px;
		border: 2px solid #FFD600;
		border-right: none;
		border-top-left-radius: 40px;
		bottom: 15%;
		display: block;
		height: 65px;
		position: fixed;
		right: 0;
		text-decoration: none; 
		text-indent: -9999em;
		width: 80px;
		z-index: 999;
	}
}
/*--------------------------------------------------------------
## Sidebar Blog
--------------------------------------------------------------*/
.sidebar {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%; 
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353;
}

.sidebar .widget {
	padding: 10px; 
	background: rgba(238, 238, 238, .3); 
	-webkit-box-shadow: 0px 0px 2px #111; 
	        box-shadow: 0px 0px 2px #111; 
	margin-bottom: 20px;
}

.sidebar h2 {
	margin: 0; 
	font-size: 22px;
}

.sidebar ul {
	margin: 10px auto; 
	line-height: 120%;
}

.sidebar ul a {
	font-size: 17px; 
	color: #111;
}

.sidebar ul a:hover {
	text-shadow: 0px 0px 20px #000;
}

.sidebar .widget_search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	padding: 20px;
	width: 100%; 
	background: #0F3A6F; 
	margin-bottom: 20px;
}

.sidebar form {
	position: relative;
}

.sidebar input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -webkit-linear-gradient(top, #FFF, #ccc);
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: linear-gradient(to bottom, #FFF, #ccc); 
	border: 1px solid #000; 
	padding: 6px; 
	position: absolute; 
	right: 0; 
	top: 0;
}

.sidebar input[type="submit"] {
	cursor: pointer; 
	-webkit-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.inner #header {
	position: relative
}
.inner #primary {
	min-height: 500px; 
	padding: 100px 0 50px;
}

.inner #primary h1 {
	padding-bottom: 20px;
	text-align: center;
	color: #202020;
}

.inner #content h3 {
    font-size: 30px;
	color: #202020;
	text-align: center;
}

.inner #content p {
	font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-size: 17px;
	font-weight: 600;
}

.inner #content ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.inner #content ul li {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-size: 17px;
}

.about-wrapper {
    padding: 20px;
    margin: 20px auto;
    border: 5px solid #468BCC;
    border-radius: 10px;
    max-width: 500px;
}

.about-wrapper img {
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}

.about-wrapper p {
	text-align: center;
}

.inner #content .elementor-section .elementor-container {
	max-width: 1200px;
}

.inner.page-id-15 .elementor-section .elementor-container {
	max-width: 100% !important;
}

.inner #banner.elementor-section .elementor-container {
	max-width: 100% !important;
}

#imperial {
    padding: 40px 10px;
}

#imperial form h2 {
    text-align: center;
	color: #202020;
}

#imperial form h3 {
    text-align: center;
    margin-bottom: 50px;
	font-weight: 400;
    line-height: 140%;
	font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-size: 17px !important;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
    border: 0;
    border-bottom: 5px solid #DDDDDD;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #202020;
    height: 40px;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 15px;
    font-weight: 400;
    background: #fff;
}

.wpcf7 textarea {
    height: 100px;
    padding-top: 10px;
    width: 100%;
}

.wpcf7 input[type="submit"] {
	width: 185px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
    color: #fff !important;
    padding: 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    line-height: 1 !important;
    background: #468BCC !important;
	margin: auto;
}

#imperial form .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}


#imperial form  {
    max-width: 550px;
    padding: 70px 20px;
    width: 100%;
    max-width: 630px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#imperial .top h2 {
    position: relative;
    width: 100%;
    max-width: 630px;
    padding: 35px 0;
    margin-bottom: 50px;
	color: #202020;
}

#imperial .top h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #468BCC;
    height: 3px;
    width: 257px;
}

#imperial .top ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 45px;
}

#imperial .top ul li {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#imperial .container {
	max-width: 1600px;
}

#imperial.elementor-section .elementor-container {
	max-width: 1600px;
}

.form-wrapper {
    border: 5px solid #468BCC;
    padding: 30px 20px;
    margin: 20px 0;
    border-radius: 10px;
    position: relative;
}

.form-wrapper h2 {
	text-align: center;
	color: #202020;
}

.form-wrapper img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    max-width: 100px;
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
.blog-container {
	padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;
}

.blog-list article {
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353; 
	-webkit-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

.blog-list article:not(:last-of-type) {
	margin-bottom: 40px;
}

.blog-list article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.blog-title h2 a {
	font-size: 30px; 
	margin: 0 0 20px; 
	color: #111;
}

.blog-header {
	margin-bottom: 10px; 
	-webkit-box-align: end; 
	    -ms-flex-align: end; 
	        align-items: flex-end; 
	-webkit-align-items: flex-end;
}

.blog-header p {
	margin: 0; 
	font-size: 18px;
}

.blog-header p span {
	font-style: italic;
}

.blog-image {
	text-align: center;
}

.blog-image img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear; 
	max-width: 500px !important; 
	height: auto !important;
}

.blog-container .btn {
	padding: 10px 20px; 
	font-size: 13px; 
	margin-top: 10px;
}

.pagination-n {
	text-align: right; 
	margin-top: 15px;
}

.pagination-n a {
	padding: 2px 10px; 
	background: #0F3A6F; 
	color: #FFF;
}

.pagination-n .current {
	padding: 2px 10px; 
	background: #6A7A64; 
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.blog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-container {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}

}

@media screen and (max-width: 500px) {
	.blog-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-header p, .blog-header h2 {
		width: 100%; 
		text-align: center;
	}

	.blog-list article {
		text-align: center;
	}

	.blog-header h2 {
		font-size: 30px;
	}

	.blog-container .btn {
		margin-top: 20px;
	}
}


/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.page-description {
	text-align: center; 
	font-size: 25px; 
	font-weight: 700; 
	margin-bottom: 40px; 
	display: block;
}

.page-description::after {
	content: ' "';
}

.page-description::before {
	content: '" ';
}

.search article {
	padding: 20px; 
	border: 1px solid #000; 
	margin-bottom: 30px; 
	display: block; 
	-webkit-transition: all .5s linear; 
	-o-transition: all .5s linear; 
	transition: all .5s linear;
}
.search article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.search article:last-of-type {
	margin-bottom: 0;
}

.search article h2 a {
	margin: 0 0 20px; 
	font-size: 35px; 
	color: #111;
}

.search-con {
	padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;
}

@media screen and (max-width: 768px) {
	.search-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.search-con {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
}

@media screen and (max-width: 1440px) {
	#header ul {
		width: 495px;
	}

	#header .bot .logo img {
		width: 100%;
		height: auto;
	}

	#about .top .content {
		max-width: 740px;
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 1629px) {
	#about .top:after {
		height: 100%;
		width: 855px;
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		background: #E8F0F9;
	}
}

@media screen and (max-width: 1024px) {

	#header ul {
		width: 462px;
	}

	#header ul li a {
		font-size: 15px;
	}

	#header .bot .phone {
		display: none;
	}

	#header .bot {
		padding: 10px 10px 0;
	}

	#about .bot {
		height: auto;
	}
	
	#about .bot.elementor-section .elementor-container {
		flex-direction: column;
	}
	
	#about .pro,
	#about .pro h3 {
		width: 100%;
	}

	#about .item{
		width: 100%;
		padding: 20px 10px;
	}

	#about h4{
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	h1, h2 {
		font-size: 40px !important;
	}

	h3 {
		font-size: 30px !important;
	}
	
	#header .bot {
		height: auto;
		padding: 20px 10px;
	}

	#header .bot .logo {
		max-width: 150px;
		margin-top: 0;
	}

	#header .bot .content {
		flex-direction: column-reverse;
		align-items: center;
	}

	#header {
		position: relative;
	}
	#header .bot .left {
		flex-basis: 100%;
	}

	.elementor-6 .elementor-element.elementor-element-ee159b9 img {
		height: 500px;
	}

	#header .top {
		background: #111111;
		padding: 8px 0;
	}

	#header .bot {
		background: #000;
	}

	#banner .caption {
		top: auto;
		bottom: 30px;
		left: 0;
		right: 0;
		margin: auto;
	}

	#banner h2 {
		text-align: center;
	}

	#about .top:after {
		width: 100%;
	}

	#about .top {
		padding: 40px 10px;
	}

	#about h6 {
		text-align: center;
	}

	#about h1 {
		text-align: center;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	#about h1:after {
		right: 0;
		margin: auto;
	}

	#about .btns {
		justify-content: center;
	}
	
	#header .top .content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding: 20px 10px;
	}

	.site-header .container {
		justify-content: center;
	}

	.inner #primary {
		padding: 40px 10px;
		box-sizing: border-box;
	}

	#footer .top {
		padding: 40px 10px;
	}

	#footer .top p {
		font-size: 15px;
	}

	#footer h5 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.inner #content ul {
		columns: 1;
	}
}

@media screen and (max-width: 500px) {
	#header ul {
		width: 100%;
	}
	#header ul li a {
		font-size: 12px;
		padding: 10px;
		border-radius: 8px;
	}

	#header .bot .left img {
		max-width: 100px !important;
	}

	#header .top .content span {
		font-size: 13px;
	}

	#about .pro h3 {
		font-size: 30px 1	;
	}

	#footer ul {
		flex-direction: column;
		gap: 20px;
	}

	.form-wrapper img {
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 375px) {
	#header .bot .left img {
		max-width: 50px !important;
	}	

	#header ul {
		gap: 5px;
	}
}