/*
Theme Name: MTR Theme
Description: MTR Theme by 1SkyMedia
Version: 1.0.0
Author: 1SkyMedia
*/

@import url('blog/blog.css');

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 46px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 34px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.hidden {
	display: none;
}

.opt-hidden {
	display: inline-block;
	opacity: 0;
	margin: 0;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0 !important;
	
}

/* ========== Buttons/Links ========== */

a {
	color: #175392;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a.comn-btn, a.readmorebtn, .blue-btn, input[type="submit"].submit-button {
	display: inline-block;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	border-radius: 4px;
	background: linear-gradient(to right,#175392 50%,#e85c73 50%);
	background-position: right bottom;
	transition: all .4s ease-in-out;
	background-size: 200% 100%;
}

a.comn-btn:hover, a.readmorebtn:hover, a.comn-btn:focus, a.read-more:focus, .blue-btn:hover, input[type="submit"].submit-button:hover {
	color: #fff;
	background-position: left bottom;
}



/* ========== Header ========== */

#header-main {
	background-color: #fff;
	float: left;
	position: relative;
	width: 100%;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
	background-image: url("../../../wp-content/uploads/2025/02/bg_Header.jpg");
	width: 100%;
	z-index: 99;
}
.home #header {
	margin: 0;
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 99;
}
#logo {
	max-width: 300px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	animation: slide-down 1000ms normal;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(240, 239, 239, 0.9), rgba(217, 217, 222, 0.9));
}

#header.sticky .site-nav {
	background-color: rgb(236, 197, 0, 0.8);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#header.sticky #logo {
	max-width: 120px;
}

#header.sticky .header-schedule .fa {
	font-size: 2.5em;
	color: #e85c73;
}

#header.sticky .header-schedule {
	font-size: 18px;
	line-height: 1.2;
}

#header.sticky .header-schedule a {
	font-size: 1.2em;
}

#page-header{
	width: 100%;
	background-color: #e85c73;
}

#page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0px;
	font-weight: 700;
	font-family: 'Lato';
}

#breadcrumbs {
	color: #fff;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #fff;
}

/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #e85c73;
	color: #fff;
	padding: 20px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

#footer a {
	color: #fff;
	display: inline-block;
}

#footer a:hover {
	color: #175392;
	text-decoration: none;
}

#main-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
	b order-left: 1px solid #7777;
	m argin-left: -3px;
}

ul.slimmenu > li:first-child {
	margin-left: 0;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
	b order-right: 1px solid #77777778;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 24px;
	font-family: inherit;
	font-weight: 900;
}
ul.slimmenu li a:hover {
	background-color: transparent;
	color: #175392;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #175392;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #e85c73;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #e85c73;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #e85c73;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #e85c73;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}

ul.slimmenu.collapsed li a {
	background-color: #e85c73;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #e85c73;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #175392;
}
ul.slimmenu li.current-menu-item a {
	background-color: transparent;
	color: #175392;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #175392;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #e85c73;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #175392;
	color: #fff;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 40px;
	line-height: 40px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #e85c73;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #175392;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full, .full {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}

fieldset.half, .half {
	width: calc(50% - 5px);
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}

fieldset.half.last, .one-third.last, .half.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 30px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 1em 0 !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"], .wpcf7-form-control.wpcf7-previous {
	border: 0;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 17px;
	line-height: 1;
	padding: 12px 50px;
	height: auto;
	cursor: pointer;
	background: linear-gradient(to right,#175392 50%,#e85c73 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	text-transform: uppercase;
	font-weight: 600;
}

input[type="submit"]:hover, .wpcf7-form-control.wpcf7-previous:hover {
	color: #fff;
	background-position: left bottom;
}

input[type="radio"], input[type="checkbox"] {
	width: 15px;
	height: 15px;
}


/* ========== Custom ========== */
.header-top {
	background-color: #e85c73;
	padding: 5px 0;
	color: #fff;
}
#header_top_widget > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px;
}
.header-top-left {
	font-weight: 800;
	font-size: 18px;
}
.header-top-left .fa {
	margin-right: 5px;
}
#header_top_widget ul li img {
	width: 65px;
}
.header-schedule {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: 900;
	color: #e85c73;
	line-height: 1.3;
}
.header-schedule > div {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.header-schedule .fa {
	font-size: 4em;
	color: #e85c73;
}
.header-schedule .break {
	display: block;
}
.header-schedule a {
	color: #e85c73;
}
.header-schedule a:hover {
	color: #175392;
}
.header-schedule .schedule-numbr a {
	color: #175392;
	font-size: 1.5em;
	line-height: 1;
}
.header-schedule .schedule-numbr a:hover {
	color: #e85c73;
}
.social-icons {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
}
.social-icons a {
	font-size: 20px;
	color: #fff;
}
.social-icons a:hover {
	color: #e85c73;
}
#footer-top {
	background-color: #175392;
	color: #fff;
	padding: 20px 0;
}
#footer-top a {
	color: #fff;
}
#footer-top a:hover {
	color: #e85c73;
}
.footer-logo-img {
	margin-bottom: 0 !important;
}
.footer-logo-txt strong {
	font-size: 20px;
}
.footer-logo-txt p {
	margin-top: 0;
}
.foo-heads h4 {
	font-size: 18px;
	font-family: inherit;
	font-weight: 400;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}
#menu-quick-links a, #menu-services a {
	background: transparent;
	text-shadow: none;
	border: none;
	color: #ede9ea;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}
.custm-foo-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.custm-foo-menu ul li a:hover {
	text-decoration: underline;
}
.foo-heads, .foo-heads-two {
	margin-bottom: 15px !important;
}
.foo-call a {
	color: #ede9ea;
	font-size: 35px;
	font-weight: 900;
	font-family: 'Oswald';
}
.foo-call a:hover {
	color: #e85c73;
}
.foo-social-icons ul li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.foo-social-icons ul li a:hover {
	color: #fff;
	background-color: #e85c73;
}
.foo-heads-two h4 {
	font-weight: 400;
	font-size: 20px;
	color: #ede9ea;
	margin: 10px auto;
	text-transform: capitalize;
}
.home-map-row {
	border-top: 18px solid #e85c73;
}
.home-map-row .wpb_content_element {
	margin-bottom: 0 !important;
}
.main-srvic-row {
	background: #F3F3F3;
	padding: 0px 9px 20px;
	margin-top: 0;
}
.main-srvics-row h2 {
	margin: 0 auto;
	line-height: inherit;
	font-size: 20px;
	font-weight: 400;
	color: #175392;
	text-transform: uppercase;
	padding-top: 15px;
}
.main-srvics-row p {
	margin: 10px 0px 20px;
	font-size: 18px !important;
	line-height: 1.3;
	font-weight: 400;
	min-height: 185px;
}
.main-heading {
	color: #175392;
	font-size: 35px;
	text-align: center;
	margin: 25px 0px 40px;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
}
.main-heading::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 30%;
	bottom: -24px;
	background-color: #ccc;
	height: 1px;
	text-align: center;
	margin: 0 auto;
}
.main-heading::after {
	position: absolute;
	content: '\f111';
	left: 0;
	right: 0;
	width: auto;
	bottom: -13px;
	text-align: center;
	margin: 0 auto;
	font-family: FontAwesome;
	height: 1px;
	font-size: 17px;
	color: #e1dbdb;
}
.blue {
	color: #e85c73;
}
.row-one p {
	font-size: 23px;
}
.tow-form-row {
	background: rgba(0,37,100,0.5);
	padding: 25px 20px 1px;
	max-width: 550px;
	position: absolute;
	right: 0;
	z-index: 999;
}
#slider-row .vc_column-inner > .wpb_wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
.tow-form-row h1 {
	font-size: 1.9em;
	color: #fff;
	margin: 0 auto;
	font-family: 'Lato';
	text-transform: uppercase;
	text-align: center;
}
.contactHome .full.submit {
	text-align: center;
	margin-top: 30px;
	float: left;
	margin-bottom: 20px;
}
.scheduleApp-rows {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	display: flow-root;
}
#scheduleAppForm h5 {
	color: #000;
	font-weight: 700;
}
#scheduleAppForm label, #scheduleAppForm .wpcf7-list-item-label {
	display: inline-block;
	padding: 2px 0;
	color: #000;
}
.contactForm label, #scheduleAppForm label, #plowQuoteForm label {
	text-align: left;
	width: 100%;
	padding-bottom: 0;
	padding-bottom: 10px;
}
#scheduleAppForm .wpcf7-list-item-label {
	padding: 2px 5px;
}
.main-subtitle {
	font-size: 23px;
}
ul.drivers-steps-list {
	padding: 0;
	margin: 0 0 20px;
}
ul.drivers-steps-list li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}
ul.drivers-steps-list li::before {
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 25px;
	color: #175392;
}
ul.drivers-steps-list li.disable-icon::before {
	color: #999;
}
ul.drivers-steps-list li {
	margin-top: 10px;
}
.DrivingCareers .counting {
	color: #175392;
	margin-right: 10px;
}
fieldset.full.margin-bottom {
	margin-bottom: 25px;
}
.errorMessage {
	background-color: red;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 4px 0;
	margin-top: 20px;
	display: none;
}
.errorMessage p {
	margin: 0;
}
.btn-right {
	text-align: right;
}
.half > p, .half.last.dob p {
	margin: 0;
}
.half.last.dob {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.dobright p {
	display: flex;
	width: 100%;
	gap: 5px;
}
.dobright select {
	padding: 10px !important;
}
.btn-row p {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.signature-row .cf7_signature-container.cf7_signature-container-Signature {
	float: left;
	clear: both;
	width: 100%;
}
.signature-row .cf7_signature_clear {
	right: -6px;
	top: -15px;
}
.signature-row .cf7_signature.cf7_signature-Signature.kbw-signature {
	width: 100% !important;
	height: 250px !important;
}
.signature-row .cf7_signature.cf7_signature-Signature.kbw-signature canvas {
	width: 100% !important;
	height: 248px !important;
}
.iconlist ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	list-style: none;
}
.iconlist li {
	position: relative;
	padding-left: 32px;
}
.iconlist li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../../../wp-content/uploads/2020/08/favicon.png);
	margin-right: 10px;
}
#content-sitemap {
	margin-top: 20px;
}
.pum-close.popmake-close {
	padding: 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px !important;
	background-color: #000 !important;
	top: -35px !important;
	right: -35px !important;
}
.pum-overlay .pum-container, .pum-theme-framed-border .pum-container {
	border: 20px outset #175392 !important;
	box-shadow: none !important;
	background-color: #fff !important;
}
.home-app-form h3 {
	text-align: center;
	color: #000;
}
#testimonialpage {
	display: flex;
	flex-direction: column;
	gap: 31px;
}
.testimonial_rotator_title {
	color: #175392;
	font-weight: 700;
	font-size: 18px;
}
.testimonial-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-align: center;
}
.starrating {
	display: flex;
	color: gold;
	gap: 5px;
	font-size: 20px;
	margin-top: 7px;
}
#testimonialpage .testimonial-block:nth-child(2n) {
	background-color: #f6f6f6;
	padding: 20px;
}
.footer-designby img {
	max-width: 160px;
}
.topwidget ul {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	list-style: none;
}
.topwidget ul .fa {
	font-size: 25px;
}
.topwidget ul .fa.fa-mobile {
	font-size: 30px;
}
.topwidget ul a {
	color: #fff;
	display: inline-flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
.topwidget ul a:hover {
	color: #175392;
}
.vision-row {
	color: #fff;
	font-size: 22px;
}
.list-icon {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.list-icon li {
	padding-left: 30px;
	position: relative;
}
.list-icon li::before {
	position: absolute;
	content: "\f013";
	left: 0;
	top: 0;
	font-family: fontawesome;
}
.future-plan-row .list-icon li {
	font-size: 20px;
	padding-bottom: 10px;
}
p:empty {
	display: none;
}
.footer-logo img {
	width: 270px;
}
#footer-top h4 {
	font-size: 24px;
}
#footer-top ul {
	padding: 0;
	list-style: none;
}
#footer-top ul {
	padding: 0;
	list-style: none;
}
#footer-top ul li {
	padding-bottom: 10px;
}
.gatiman-logo img {
	width: 127px;
}
.future-plan-row .list-icon {
	padding-top: 10px;
}
.fotr-adrs {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	margin: -20px auto 0;
	justify-content: center;
	font-weight: 600;
}
.fotr-adrs .fa {
	font-size: 22px;
}
.fotr-adrs .fa.fa-mobile {
	font-size: 30px;
	position: relative;
	top: 3px;
}
.footer-copyright p {
	margin: 0 auto 10px;
}
.product-row img {
	border: 2px solid #b4b1ac;
	min-height: 333px;
}
.forminator-button-submit {
	text-align: center !important;
	margin: 0 auto !important;
	display: table !important;
	background: #175392;
	color: #fff !important;
	font-size: 20px !important;
	padding: 10px 30px !important;
	line-height: inherit !important;
	text-transform: uppercase !important;
}
.forminator-button-submit:hover {
	background: #e85c73;
}
.product-row .wpb_single_image {
	margin-bottom: 15px !important;
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	.site-nav .container {
		flex-direction: row-reverse;
		justify-content: flex-start;
		gap: 25px;
	}
}

@media screen and (max-width: 980px){
	#main-footer-bottom {
		flex-direction: column;
		gap: 8px;
	}
}

@media screen and (max-width: 800px){
	.header-inner-wrap {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 8px;
	}
	.topwidget {
		width: 100%;
	}
	.header-schedule {
		justify-content: space-between;
	}
	#page-header {
		padding: 10px 0;
	}
	#page-header .container {
		flex-direction: column;
	}
	#page-header h1 {
		padding: 0;
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	fieldset.half, .half, .one-third {
		width: 100%;
		margin-right: 0;
	}

}

@media screen and (max-width: 767px){
	.main-srvics-row p {
		min-height: 0;
	}
	.DrivingCareers label {
		display: block;
	}
	.product-row img {
		min-height: auto;
	}
}

@media screen and (max-width: 700px){
	.header-top {
		padding: 8px 0;
	}
	#header_top_widget > div {
		flex-direction: column;
		gap: 8px;
	}
	#slider-row .vc_column-inner > .wpb_wrapper {
		flex-direction: column;
	}
	.tow-form-row {
		position: relative;
		max-width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width: 533px){
	.header-schedule {
		font-size: 16px;
	}
	.header-schedule .fa {
		font-size: 3em;
	}
	.header-schedule a {
		font-size: 1.1em;
	}
	.blog-content .post-excerpt {
		min-height: 0;
	}
	.header-inner-wrap {
		justify-content: space-between;
	}
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	#header_top_widget > div {
		gap: 5px;
	}
	.header-top-left {
		font-size: 15px;
	}
	.header-top ul {
		font-size: 12px;
		gap: 2px;
	}
	#header_top_widget ul li img {
		width: 40px;
	}
}


@media screen and (max-width: 400px){
	.header-schedule {
		flex-direction: column;
		margin: auto;
		max-width: 185px;
		gap: 5px;
		align-items: flex-start;
	}
}

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