@import "base.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&family=Oswald:wght@300;400;500;700&display=swap");

body {
	color: #222;
	font-family: "Open Sans Condensed", arial, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
}
h1 {
	color: #000;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 49px;
	font-weight: 900;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
  }
h2 {
	font-family: "Oswald", arial, sans-serif;
	margin: 15px 0;
}

h3 {
	font-family: "Oswald", arial, sans-serif;
	margin-bottom: 10px;
}

p {
	line-height: 1.6;
	margin-bottom: 10px;
}

li {
	list-style: none;
}

a {
	color: #1eaece;
	text-decoration: none;
}

a:hover {
	color: #2f84c8;
}

a:focus,
select:focus,
input:focus {
	outline: 0 none;
}

input {
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}

.col4 {
	max-width: 25%;
}

/* =====================================================================

CUSTOM CSS STARTS HERE

=======================================================================*/
.container {
	margin: auto;
	width: 80%;
}
.siteMainWidth {
	margin-top: 120px;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#addressRow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fe0000;
	height: 35px;
	padding: 2px 15px;
}
.address {
	color: rgba(255, 255, 255, 0.95);
	width: 50%;
}
.social {
	text-align: right;
	width: 50%;
}
#socialIcons img {
	margin-right: 10px;
	opacity: 0.92;
	width: 38px;
}
#socialIcons li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
#menuRow {
	background: #000;
	padding: 0px 15px;
}
#logoRow {
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: fixed;
  top: 35px;
  width: 80%;
  left: 10%;
}
#logoRow.show {
	width: 18.9%;
}
.accImg {
  max-height: 70px;
}
.col.spacer {
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	width: 36.6%;
}
.col.spacer.show {
	width: 18.5%;
}
#mission-title .widget-title,
#vision-title .widget-title {
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
}
.custom-logo {
	height: auto;
	max-width: 200px;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
	transition: width 0.2s;
}
.custom-logo.show {
  width: 100px;
}
.mobileBranding {
	display: none;
}
.mobile-menu-block {
	display: none;
}
.col.mainMenu {
	width: 63.4%;
}
.mainmenu li {
	display: inline-block;
	min-width: calc(100% / 5 - 20px);
	text-align: center;
}
.mainmenu li a {
	display: block;
	min-width: 140px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.mainmenu li a:hover {
	background: #222;
}
#mainMenu li#menu-item-612 {
	display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
	display: none;
}
body:not(.home) #logoRow {
	width: 280px;
}
body:not(.home) .col.spacer {
	width: 20%;
}
#front-banner h2 {
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}
#front-intro .widget-title {
	font-size: 65px;
	font-weight: 900;
	font-style: italic;
	color: #004dff;
	border: none;
	width: 100%;
}
#quote-form .widget-title {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}
#services-title h2 {
	padding: 7px;
	background: #fff;
	color: #004dff;
	text-align: center;
	font-size: 65px;
	font-weight: 900;
	margin-bottom: 30px;
	font-style: italic;
}
#reasons-block {
	padding-left: 15%;
}
#reasons-block h2 {
	font-size: 36px;
	color: #444;
}
#reasons-block ul li {
	background: url("../img/list-image.png") no-repeat 0 0/50px;
	line-height: 50px;
	height: 75px;
	padding-left: 60px;
	font-weight: bold;
	color: #444;
}
.front-service-block {
	text-align: center;
}
.front-service-block .widget-title {
	color: #000;
	margin: 15px auto;
	font-size: 22px;
	border: none;
}
#our-work-title h2 {
	background: #000;
	border-radius: 75px;
	margin: 0;
	font-size: 48px;
	font-style: italic;
	line-height: 1;
	padding: 3px 0 10px;
}
#our-work-title {
	border-radius: 75px;
	border: 2px solid #000;
	color: #fff;
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 47%;
}
#beforeImage,
#afterImage {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#beforeImage h2,
#afterImage h2 {
	font-size: 36px;
	color: #004dff;
}
.widget-title {
	color: #fe0000;
	font-size: 28px;
	width: max-content;
	margin: 15px 0;
}
#testimonials-title h2 {
	font-size: 60px;
	padding: 20px 0;
	text-align: center;
	font-style: italic;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
	color: #004dff;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
.customField {
	display: none;
}
#mainMenu li {
	display: inline-block;
	min-width: calc(100% / 5 - 20px);
	text-align: center;
}
#mainMenu li a {
	display: block;
	min-width: 140px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
#mainMenu li a:hover {
	background: #222;
}
.singlePost {
	margin-top: 200px;
	padding-bottom: 100px;
}
.staff-block .widget-title {
	text-align: center;
}
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #fe0000;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 14px;
	padding: 10px 38px;
	border-radius: 4px;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	background-color: #ddd;
	border: 1px solid #333;
	cursor: pointer;
	color: #222;
}
.service-image img {
	padding: 10px;
	border: 2px solid #111;
	border-radius: 100%;
}

.postImage {
	margin: 10px 0 20px 8px;
	text-align: center;
}
.postImage img {
	max-width: 300px;
	padding: 20px;
	border: 1px solid;
}
.fg-default.fg-center {
	text-align: left;
}
/*======================== WOK PAGE ====================*/
.pt-cv-href-thumbnail {
	min-height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.pt-cv-wrapper .btn-success {
	color: #fff;
	background-color: #fe0000;
	border-color: transparent;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 20px;
}
._blank.pt-cv-readmore.btn.btn-success:hover {
	background: #000;
}
.pt-cv-ifield {
	text-align: center;
}
.pt-cv-view a {
	justify-content: center;
	max-height: 200px;
	overflow: hidden;
}
.pt-cv-content,
.pt-cv-content * {
	font-weight: 800;
	font-size: 20px;
}
.front-service-block {
	background: #eee;
	margin: 10px;
	padding: 10px;
	min-height: 375px;
}
.pt-cv-thumbnail {
	max-height: 184px;
	overflow: hidden;
	object-fit: cover;
}
/*================== FOOTER =============================*/
footer {
	background: #222;
	padding: 60px 15px 100px;
}
.bottomMenu li {
	line-height: 29px;
}
.phone img,
.marker img {
	width: 30px;
	margin-right: 10px;
}
#legalNotice {
	padding: 10px 15px;
	background: #000;
	color: #fff;
}
#legalNotice a {
	color: #fff;
}
#legalNotice a:hover {
	color: #000;
}

.bottomTitle {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}
#botAddress li {
	color: #fff;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#botAddress .address {
	margin-left: 44px;
}
#about-image img {
	border: 5px solid #000;
	padding: 5px;
}

#contactImg {
	margin-top: 11px;
}
/*============================================================

RESPONSIVE CODE FOR MOBILE PHONES TABLETS AND DESKTOPS 
                    MOBILE IS FIRST

=============================================================*/

/*=============================================================

MOBILE PHONES

=============================================================*/
@media screen and (min-width: 300px) and (max-width: 720px) {
	html,
	body {
		overflow-x: hidden;
	}
	.container {
		max-width: 100%;
		width: 96%;
	}
	.row80 {
		width: 94%;
	}
	h1 {
		font-size: 40px;
		margin: 0;
	}
	#our-work-title {
		border-radius: 0;
		width: 96%;
		border: none;
	}
	#our-work-title h2 {
		font-size: 35px;
	}
	#testimonials-title h2 {
		font-size: 29px;
	}
	.siteMainWidth {
		margin-top: 175px;
	}
	#beforeImage,
	#afterImage {
		min-height: 60px;
	}
	#front-banner h2 {
		font-size: 26px;
		margin: 15px 0 0;
	}
	body:not(.home) #logoRow {
		width: 100%;
	}
	#logoRow {
		width: 100%;
		position: relative;
		z-index: -1;
		top: 40px;
		text-align: center;
	}
	.row40 {
		width: 70%;
	}
	.custom-logo {
		max-width: 65%;
	}
	#addressRow {
		height: 48px;
		text-align: center;
		position: relative;
		z-index: 99999;
	}
	#addressRow h4 {
		font-size: 16px;
	}
	#mainMenu li {
		display: block;
	}
	#mainMenu li a {
		padding: 5px 0 5px 2%;
		text-align: left;
		font-size: 22px;
	}
	li#menu-item-612 a {
		color: red;
	}
	.widget-title {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	#menuRow {
		position: fixed;
		top: -158px;
		transition: top 0.2s;
	}
	#menuRow.show {
		position: fixed;
		top: 48px;
	}
	#mainMenu li#menu-item-612 {
		display: block;
	}
	.address {
		width: 76%;
	}
	#front-intro .widget-title {
		font-size: 42px;
	}
	#banner {
		height: 138px;
		margin-top: 176px;
	}
}

/*=============================================================

PHABLETS OR SMALL TABLETS

=============================================================*/
@media screen and (min-width: 461px) and (max-width: 767px) {
}

/*=============================================================

TABLETS OR SMALL LAPTOPS

=============================================================*/
@media screen and (min-width: 768px) and (max-width: 960px) {
}

/*=============================================================

TABLETS OR SMALL LAPTOPS

=============================================================*/
@media screen and (min-width: 961px) and (max-width: 1023px) {
}

/*=============================================================

LAPTOPS

=============================================================*/
@media screen and (min-width: 1280px) and (max-width: 1460px) {
	.container {
		max-width: 96%;
	}
}

/*=============================================================

FULL HD RESPONSIVE CODE

=============================================================*/
@media screen and (min-width: 1880px) and (max-width: 2500px) {
	.front-service-block .widget-title {
		font-size: 25px;
	}
	.container {
		width: 70%;
	}
}
