/*
Theme Name: www.qualityfleetservice.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-fluid {
	max-height: 100%;
}

/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}
.widget_sandhills_custom_slider > div > div {
	position: relative!important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "mundial", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-family: "copperplate", serif;
		font-size:35px;
		font-weight: 700;
	}
	h2 {
		font-family: "copperplate", serif;
		font-size:30px;
		font-weight: 700;
	}
	h3 {
		font-family: "copperplate", serif;
		font-size:25px;
		font-weight: 700;
	}
	h4 {
		font-family: "copperplate", serif;
		font-size:22px;
		font-weight: 700;
	}
	h5 {
		font-family: "copperplate", serif;
		font-size:20px;
		font-weight: 600;
	}
	h6 {
		font-family: "copperplate", serif;
		font-size:18px;
		font-weight: 500;
	}

	p {
		font-family: "mundial", sans-serif;
		font-size:16px;
		font-weight: 400;
		margin: 0;
	}
.content-header {
	font-family: "copperplate", serif;
	font-size:30px;
	font-weight: bold;
	padding-bottom:20px;
	margin:0;
}
.page-header {
	font-family: "copperplate", serif;
	font-size:45px;
	font-weight: bold;
	padding-bottom:20px;
	margin:0;
}
.sheditorinsertLink:hover {
	opacity: 0.7;
}

.butn-blue {
	font-family: "copperplate", serif;
	background:#0068a2;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #0068a2;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	outline:none;
	cursor: pointer;
}
.butn-blue:hover {
	background:#fff;
	color:#0068a2;
}
.butn-dk-blue {
	font-family: "copperplate", serif;
	background:#062233;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #0068a2;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	outline:none;
	cursor: pointer;
}
.butn-dk-blue:hover {
	background:#fff;
	color:#000;
}
.butn-white {
	font-family: "copperplate", serif;
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	outline:none;
	cursor: pointer;
}
.butn-white:hover {
	background:#000;
	color:#fff;
}
.text-link-blue {
	color:#062233;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-blue:hover {
	opacity: 0.7;
}
.text-link-white {
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}

.justify-center .container-default-div-editor {
	justify-content: center;
	display: flex;
}
.justify-left .container-default-div-editor {
	justify-content: flex-start;
	display: flex;
}
.justify-right .container-default-div-editor {
	justify-content: flex-end;
	display: flex;
}
.justify-between .container-default-div-editor {
	justify-content: space-between;
	display: flex;
}
.justify-around .container-default-div-editor {
	justify-content: space-around;
	display: flex;
}
.gap-20 .container-default-div-editor {
	gap:0 6vw;
}

/*===================== 
	header styles 
=======================*/

.highlightSidebars .header-wrap {
	padding-top:50px;
	position: static;
}
.header-wrap {
	width:100%;
	height: auto;
	position: relative;
	z-index: 101;
}
.head-search {
	width:100%;
	background:#d1d2d4;
	padding:20px;
	box-sizing: border-box;
	margin: 0 auto;
	display: none;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
	position: relative;
	z-index: 11;
}
.head-main {
	width:100%;
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: center;
}
.head-search form {
    display: flex;
    background:#fff;
    padding:20px 30px;
    box-sizing: border-box;
    width: 90%;
	clip-path: polygon(20px 0%,calc(100% - 20px) 0%,100% 50%,calc(100% - 20px) 100%,20px 100%,0% 50%);
	margin:0 auto;
	
}
.head-search form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: "mundial", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.head-search form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.head-search form button:hover {
    color:#0068a2;
}
.head-logo {
	width:auto;
	max-width: 650px;
	height: auto;
}
.head-logo-wrap {
	display: flex;
	width: 100%;
	align-items: unset;
	height: auto;
}
.head-logo-cont-1 {
	width:auto;
	height: auto;
}
.head-logo-cont-1 a {
	display: flex;
	width:100%;
	max-width:350px;
	align-items: center;
	justify-content: center;
	padding:35px 50px; 
	height: auto;
}
.head-logo-cont-1 a img {
	height: auto;
	max-height:100%;
	filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.15));
}
.head-logo-bg-1 {
	position: relative;
	width:52%;
	max-width: 350px;
	height: auto;
	max-height:100%;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}
.head-logo-bg-1 img {
	width:100%;
	max-width: 100%;
	height: auto;
	max-height:100%;
	position: absolute;
	z-index: 1;
	left:-10%;
	top: -60%;
}
.head-right {
	padding: 5px clamp(15px, 3vw, 50px) 5px 20px;
	box-sizing: border-box;
	width: auto;
	flex-grow: 1;
}
.head-info-cont {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.head-nav {
	position: relative;
	z-index: 1;
	width: 100%;
}
.head-nav:after {
	left:0;
	top:0;
	height: 100%;
	width:100%;
	background:#062233;
	clip-path: polygon(20px 0%,calc(100% - 20px) 0%,100% 50%,calc(100% - 20px) 100%,20px 100%,0% 50%);
	content:"";
	position: absolute;
	z-index: 1;
}
.head-nav-clip {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blue-menu-btn {
	clip-path: polygon(20px 0%,calc(100% - 20px) 0%,100% 50%,calc(100% - 20px) 100%,20px 100%,0% 50%);
	background:#e87301;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 10px;
	transition: .2s ease-in;
}
.blue-menu-btn a {
	color:#fff;
	font-size:26px;
	transition: .2s ease-in;
	cursor: pointer;
	padding:10px;
}
.blue-menu-btn:hover {
	background:#0068a2;
}

.foot-call-btn {
	display: inline-block;
}
.foot-call-btn ul, .header-call-btn ul {
	padding:0;
	margin:0;
	position: relative;
} 
.foot-call-btn ul li, .header-call-btn ul li {
	padding:0;
	margin:0;
	list-style: none;
} 
.foot-call-btn ul li a, .header-call-btn ul li a {
	cursor: pointer;
}
.foot-call-btn ul li li a, .header-call-btn ul li li a {
	padding:10px;
	display: block;
	color:#000;
	text-align: center;
	font-size:clamp(14px, 3vw, 18px);
} 
.foot-call-btn ul li li a:hover, .header-call-btn ul li li a:hover {
	color:#0068a2;
}
.foot-call-btn ul li li a, .header-call-btn ul li li a {
	padding:5px 10px;
	display: block;
	color:#000;
} 
.foot-call-btn ul ul, .header-call-btn ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100vw;
	right: -75px;
	background:#f2f2f2;
} 
.foot-call-btn ul ul {
	bottom:100%;
	right:0;
}


/*===================== 
	content styles 
=======================*/

.highlightSidebars .hero-wrap-1 {
	position: static;
}

.hero-wrap-1 {
	position: relative;
	width:100%;
	height: auto;
}
.hero-wrap-1:after {
	display: none;
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -110px;
	right: 0px;
	width: 55%;
	max-width: 450px;
	max-height: 250px;
	height: 100vw;
	background:url("///media.sandhills.com/img.axd?id=9056815925&wid=0&rwl=False&p=&ext=png&w=601&h=299&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=%2bhxPk210e9hY%2f7sQbPHzuk5uPTnZeWyg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:40px center;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}

.hero-video {
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	left:0;
	top:0;
	overflow: hidden;
}
.hero-video video {
	width:100%;
	height: 100%;
	object-fit: cover;
  object-position: center center;
}
.hero-overlay-1 {
	width: 100%;
	height: 65vw;
	min-height: 550px!important;
	max-height: calc(100vh - 150px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-top: 150px;
	text-align: center;
	position: relative;
	z-index: 7;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 23.84%,rgba(0,0,0,0.20) 48.19%,rgba(0,0,0,0.20) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 23.84%,rgba(0,0,0,0.20) 48.19%,rgba(0,0,0,0.20) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 23.84%,rgba(0,0,0,0.20) 48.19%,rgba(0,0,0,0.20) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 23.84%,rgba(0,0,0,0.20) 48.19%,rgba(0,0,0,0.20) 100%);
}
.hero-overlay-1 h1 {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	font-size:60px;
	font-weight:bold;
	font-family: "copperplate", serif;
	line-height: 1;
  	text-transform: uppercase;
	padding:0;
	margin:0;
}
.hero-overlay-1 p {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	font-size:25px;
	font-weight:bold;
	font-family: "mundial", sans-serif;
}
.hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap:0 20px;
	justify-content: center;
}
.home-brand-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:150px 0!important;
}
.home-brand-wrap .abs-widget-area-container {
	width:100%;
}
.home-brand-wrap > div:first-child {
	width:70%!important;
}
.home-brand-wrap > div:nth-child(2) {
	width:30%!important;
}
.home-brand-slider {
	padding:20px 20px 20px 10vw!important;
	box-sizing: border-box;
}
.home-brand-slider .item, .brand-grid .item {
	padding:10px!important;
}
.home-brand-slider .item > div, .brand-grid .item > div {
	height: 100%;
}
.brand-logo-cont-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding:30px 10px;
	box-sizing: border-box;
	background:#fff;
	height: 100%;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
	transition: .2s ease-in;
	min-height: 150px;
}
.brand-logo-cont-1 img {
	width:100%;
	max-width: 200px!important;
	height:100px!important;
	object-fit: contain;
	object-position: center center;
	transition: .2s ease-in;
}
.brand-logo-cont-1 p {
	width:100%;
	padding-top:5px;
	text-align: center;
	font-size:16px;
	color:#0068a2;
}
.brand-logo-cont-1 h2 {
	font-family: "mundial", sans-serif;
	width:100%;
	padding-top:5px;
	text-align: center;
	font-size:18px;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}
.brand-btn-container a {
	margin-bottom:0;
}
.home-brand-slider .item a:hover, .brand-grid .item a:hover {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
	background:rgba(255,255,255,0.8);
}

.home-brand-slider .item a:hover img, .brand-grid .item a:hover img, .brand-grid .item a:hover p {
	opacity: 0.6;
}
.home-brand-info {
	padding:20px 10vw 20px 20px!important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 100%;
}
.home-about-cont {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.home-about-info {
	color:#fff;
	width:50%;
	padding:100px 20px 100px 10vw;
}
.home-about-image {
	width:50%;
}
.home-about-image img {
	width:100%;
	display: block;
	margin:-50px 0;
	height: auto;
	max-height:100%;
}
.home-service-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	gap:25px 0;
	padding:180px 0;
}
.home-service-col-1 {
	width:32.33%;
	display: flex;
  	flex-direction: column;
}
.home-service-col-1 img {
	width:100%;
	max-width: 100%!important;
	height: auto;
	display: block;
	margin:0;
}
.home-service-info-1 {
	background:#062233;
	padding:50px 25px;
	width: 100%;
	box-sizing: border-box;
	color:#fff;
	position: relative;
	flex-grow:1;
}
.home-service-info-1 h2 {
	font-size:25px;
	text-transform: uppercase;
	margin: 0;
	padding:30px 0;
}
.home-service-info-1 p {
	font-size:18px;
	font-weight: 300;
	line-height: 1.5;
}
.home-service-info-1:after {
	display: block;
	content:"";
	position: absolute;
	z-index: 4;
	top: -40px;
	right:0;
	width:35%;
	max-width: 160px;
	background:url("///media.sandhills.com/img.axd?id=9056815832&wid=0&rwl=False&p=&ext=png&w=481&h=279&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=7%2bhXPvoy6SUfKE6Egr6YHSmu1Te3sIXe");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:20px center;
	max-height: 100px;
  	height: 100%;
}
.home-service-link-1 {
	width: 100%;
	padding:20px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	background:#0068a2;
	color:#fff;
	font-family: "mundial", sans-serif;
	display: block;
	transition: .2s ease-in;
}
.home-service-col-1:first-of-type .home-service-link-1 {
	clip-path: polygon(0% 0%,100% 0%,100% 100%,40px 100%,0% 10px);
}
.home-service-col-1:last-of-type .home-service-link-1 {
	clip-path: polygon(0% 0%,100% 0%,100% 10px,calc(100% - 40px) 100%,0% 100%);
}
.location-wrap {
	padding:40px 20px 100px 20px!important;
}
.location-wrap .prevButton-container-locationspostinfo {
	display: none!important;
}
.post-container-locationspostinfo {
	align-items: stretch;
}
.location-wrap .item > div {
	height: 100%;
}
.loc-cont-1 {
	display: flex;
	justify-content: space-between;
	padding:10px;
	box-sizing: border-box;
	height: 100%;
}
.loc-info-1 {
	width: 40%;
	text-align: left;
	padding: 30px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background:#fff;
	gap:20px;
}
.loc-info-1 h3 {
	font-family: "mundial", sans-serif;
	color:#0068a2;
	
}
.loc-address-1 a {
	font-family: "mundial", sans-serif;
	color:#0068a2;
}
.loc-address-1 a:hover {
	color:#062233;
}
.loc-phone-1 {
	font-family: "mundial", sans-serif;
	color:#0068a2;
}
.loc-phone-1:hover {
	color:#062233;
}
.loc-btns {
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
	display: flex;
	flex-direction: column;
	gap:15px;
}
.loc-btns a {
	position: relative;
	display: flex;
	width:100%;
	clip-path: polygon(20px 0%,100% 0%,100% 100%,20px 100%,0% 50%);
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
	align-items: center;
	transition: .2s ease-in;
}
.loc-btn-mark {
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.loc-btn-mark span {
	content:"";
	display: block;
	position: relative;
	clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
	width:53px;
	height: 53px;
	transition: .2s ease-in;
}
.loc-btns a:first-of-type .loc-btn-mark span {
	background:#0068a2;
}
.loc-btns a:last-of-type .loc-btn-mark span  {
	background:#fff;
}
.loc-btns a .loc-btn-text {
	width:calc(100% - 53px);
	font-family: "copperplate", serif;
	padding:0 10px;
	box-sizing: border-box;
	font-size: 18px;
}

.loc-btns a:first-of-type {
	background:#0068a2;
	color:#fff;
}
.loc-btns a:last-of-type {
	background:#fff;
	color:#0068a2;
}
.loc-btns a:first-of-type:hover, .loc-btns a:first-of-type:hover .loc-btn-mark span, .loc-btns a:last-of-type:hover, .loc-btns a:last-of-type:hover .loc-btn-mark span {
	background:#062233;
	color:#fff!important;
}
.loc-map-1 {
	width:60%;
}
.loc-map-1 iframe {
	width:100%;
	height: 100%;
	min-height: 300px;
}
.location-page-info-wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
	padding:40px 40px 40px 100px;
	box-sizing: border-box;
	height: 100%;
	clip-path: polygon(80px 0%, 100% 0%, 100% 50%, 100% 100%, 80px 100%, 0% 50%);
	background:#0068a2;
	color:#fff;
	text-align: left;
}
.loc-pg-contact-info {
	width:30%;
	display: flex;
	flex-direction: column;
	gap:20px;
	text-align: left;
}
.loc-pg-contact-info h3 {
	font-family: "mundial", sans-serif;
	font-size:24px;
}
.loc-address-2 {
	font-family: "mundial", sans-serif;
	font-size:20px;
	text-align: left;
}
.loc-address-2 a {
	color:#fff;
}
.loc-phone-2 {
	font-family: "mundial", sans-serif;
	font-size:20px;
	text-align: left;
}
.loc-phone-2 a {
	color:#fff;
}
.loc-hours-1 {
	font-family: "mundial", sans-serif;
	font-size:20px;
	text-align: left;
}
.loc-pg-contact-map {
	width:68%;
}
.loc-pg-contact-map iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}


.contactForm {
	padding:20px;
	width:100%;
	box-sizing: border-box;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}
.contactForm form {
	background:#fff;
	padding:50px 20px 100px 20px;
	width:100%;
	box-sizing: border-box;
	clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 40px),calc(100% - 40px) 100%,40px 100%,0% calc(100% - 40px));
}
.contactForm form h2 {
	font-family: "mundial", sans-serif;
	font-size: 500;
}
.employee-single-wrap {
	
}
.employee-team-wrap {
	padding:10px;
	height: 100%;
}
.employee-cont {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-between;
	padding:40px;
	background:#fff;
	color:#000;
	height: 100%;
}
.employee-single {	
	color:#fff;
	padding:0!important;
	position: relative;
}
.employee-single:after {
	content:"";
	width:100%;
	height: 320px;
	z-index: 1;
	clip-path: polygon(20% 0%, 100% 0%, 100% 50%, 100% 100%, 20% 100%, 0% 50%);
	background:#0068a2;
	display: block;
	position: absolute;
	right:0;
	bottom:0;
}

.employee-cont img {
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 300px;
	display: block;
	object-fit: contain;
	object-position: top center;
	position: relative;
	z-index: 2;
	padding:0 20px;
}
.employee-single .lg-text {
	font-family: "copperplate", serif;
	font-size:30px;
}
.employee-single .mid-text {
	font-family: "mundial", sans-serif;
	font-size:20px;
}
.employee-single .small-text {
	font-family: "mundial", sans-serif;
	font-size:16px;
}
.employee-team-wrap .lg-text {
	font-family: "mundial", sans-serif;
	font-size:20px;
	font-weight: 700
}
.employee-team-wrap .mid-text {
	font-family: "mundial", sans-serif;
	font-size:18px;
}
.employee-team-wrap .small-text {
	font-family: "mundial", sans-serif;
	font-size:16px;
}
.employee-single a {
	font-size:18px;
	color:#fff;
}
.employee-single .employee-info {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	z-index: 3;
	position: relative;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,20% 100%);
	background:#062233;
	height: 160px;
	padding:0 20px;
}

.employee-info {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
}
.employee-single a:hover {
	opacity: 0.7;
}
.emp-learn-more {
	width:100%;
	position: relative;
}
.emp-learn-more ul {
	width:100%;
	display: block;
	padding:0;
	margin:0;
}
.emp-learn-more ul li {
	width:100%;
	display: block;
	padding:0;
	margin:0;
	list-style: none;
}
.emp-learn-more ul li a {
	width:100%;
	display: block;
	padding:10px;
	margin:0;
	color:#0068a2;
	cursor: pointer;
}
.emp-learn-more ul li a:hover {
	opacity: 0.7;
}
.emp-learn-more ul ul {
	display: none;
	position: absolute;
	z-index: 1;
	width:100%;
	left:0;	
	bottom:100%;
	background:#fff;
	padding:5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.emp-learn-more ul ul li {
	text-align: left;	
}

.employee-cont a {
	
}
.test-rating-1 {
	width:100%;
	display: flex;
	gap:2px;
	color:#0068a2;
}
.test-content-1 {
	width:100%;
	text-align: left;
}
.test-content-1 p {
	width:100%;
	text-align: left;
}
/*===================== 
	Rental Form styles 
=======================*/

.rental-container .rate-label {
	display: none;
}
.rental-container .content-list ul {
	padding:0;
	margin:0;
}
.rental-container .content-list ul li {
	padding:5px 0;
	margin:5px 0;	
	list-style: none;
}
.rental-container .content-list ul li a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	background: #0068a2;
	padding: 10px;	
	font-size:20px;
	font-family: "mundial", sans-serif;
	cursor: pointer;
}
.rental-container .content-list ul li a:hover {
	background: #000;
}
.rental-prod-cont-1 {
	width:100%;
	border:1px solid #000;
}
.rental-container .table-headers ul {
	border-bottom:1px solid #000;
}
.rental-container .table-headers ul li {
	font-size: 16px;
	color:#0068a2;
	text-align: center;
}
.rental-prod-cont-1 ul {
	display: flex;
	flex-wrap: wrap;
	padding:0!important;
	margin:0!important;
}
.rental-prod-cont-1 ul li:first-child {
	width:36%;
}
.rental-prod-cont-1 ul li:last-child {
	border-right:0px solid #000;
}
.rental-prod-cont-1 ul li {
	list-style: none;
	display: inline;
	width:16%;
	padding:4px!important;
	margin:0!important;
	box-sizing: border-box;
	border-right:1px solid #000;
}
.rental-container .rate-check-box-1 label {
	display: block;
	text-align: center;
}
/*===================== 
	Blog styles 
=======================*/

.blog-cat-header {
	width: 100%;
	box-sizing: border-box;
	background-color: rgb(242, 242, 242);
	padding:200px 20px 20px 20px;
}
.blog-cat-header h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0px;
	color:#0068a2;
	text-align: center;
}
.blog-post-date-1 a {
	color:#0068a2;
}
.blog-post-date-1 .updated {
	display: none;
}
.blog-cat-cont-1 {
	padding: 50px 20px 140px 20px;
	background:#062233;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 100px solid rgba(242, 242, 242, 1);
}
.blog-cat-nav-1 h4 {
	font-size:30px;
	color:#fff;
}
.blog-cat-nav-1 ul {
	padding:0;
	margin:0;
}
.blog-cat-nav-1 ul li {
	padding:3px 0;
	margin:0;
	list-style: none;
}
.blog-cat-nav-1 ul li a {
	font-size: 20px;
	color:#fff;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	color:#0068a2;
}

.blog-cat-cont-1 .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 20px 140px 20px;
}
.blog-cat-cont-1 .blog-cat-nav-1 {
		width:19%;
	}

	.blog-post-tax-cont-1 {
		width:80%;
		padding-bottom:40px;
	}




.blog-wrap-1 {
	
}
.blog-wrap-2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-header-1 {
	background:#f2f2f2;
	padding-top: 83px;
}
.blog-list-1 {
	width:calc(100% - 200px);
}
.blog-nav-1 {
	width:100%;
	max-width: 200px;
}

.blog-info-header {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
}
.blog-header-1 .container-1 {
	padding:40px 20px;
}
.news-blog-post-date, .news-blog-author {
	padding-right:20px;
	border-right: 1px solid #000;
}
.blog-share-links {
	display: flex;
	gap: 10px;
}
.blog-info-header a {
	color:#0068a2;
	transition: .2s ease-in;
}
.blog-info-header a:hover {
	color:#062233;
}
.news-blog-post-date .updated {
	display: none;
}
.single-post-featrued-img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.single-post-featrued-img img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit: cover;
	object-position: center;
	max-height: 350px;
}
.news-blog-page-cont-1 {
	padding:40px 20px;
}
.news-blog-page-cont-1 a  {
	color:#0068a2;
}
.news-blog-page-cont-1 a:hover {
	color:#062233;
}
.news-blog-page-cont-1 .text-link {
	font-size:20px;
	margin-top:20px;
	display: inline-block;
}
.news-blog-page-cont-1 img {
	width: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.news-blog-page-cont-1 h1, .news-blog-page-cont-1 h2, .news-blog-page-cont-1 h3, .news-blog-page-cont-1 h4, .news-blog-page-cont-1 h5 {
	margin:40px 0 20px;
}
.news-blog-page-cont-1 iframe {
	width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
	max-width: 700px;
	margin:20px auto;
	display: block;
}
.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	gap:20px;
}
.blog-nav-foot-1 .nav-previous, .blog-nav-foot-1 .nav-next {
	width:auto;
}
.blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a {
	padding:10px;
	border:1px solid #0068a2;
	text-align: center;
	color:#0068a2;
	background:#fff;
	font-family: "mundial", sans-serif;
	transition: .2s ease-in;
	display: block;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	color:#fff;
	background:#0068a2;
}
.blog-post-wrap-1 .prevButton-container-blog, .blog-post-wrap-1 .nextButton-container-blog {
	width:auto;
	margin:0 auto;
}
.blog-post-wrap-1 .PrevButton-blog, .blog-post-wrap-1 .NextButton-blog {
	font-family: "copperplate", serif;
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	outline:none;
	cursor: pointer;
}
.blog-post-wrap-1 .PrevButton-blog u, .blog-post-wrap-1 .NextButton-blog u {
	text-decoration: none;
}
.blog-post-wrap-1 .PrevButton-blog:hover, .blog-post-wrap-1 .NextButton-blog:hover {
	background:#000;
	color:#fff;
}

.blog-post-cont-wrap-1 {
	padding:10px 20px;
	box-sizing: border-box;
}
.blog-post-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px;
	box-sizing: border-box;
	width:100%;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 2px;
}
.blog-post-f-img {
	width:35%;
	filter: drop-shadow( 1px  0px 0px black) 
        drop-shadow(-1px  0px 0px black)
        drop-shadow( 0px  1px 0px black) 
        drop-shadow( 0px -1px 0px black);
}
.blog-post-f-img-clp {
	clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 0% 0%);
}
.blog-post-f-img img {
	width:100%;
	height: 300px!important;
	object-fit: cover;
	object-position: center;
	display: block;
}
.blog-post-info-1 {
	width: 63%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding:20px;
	box-sizing: border-box;
}
.blog-post-info-1 h2 {
	font-size: 26px;
	font-weight: 700;
	color:#0068a2;
}
.blog-post-pub-info {
	display: flex;
	background: rgb(242, 242, 242);
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 20px 0;
	width: auto;
}
.blog-post-date-1 {
	padding-right: 20px;
	border-right: 1px solid rgb(0, 0, 0);
}
.blog-post-author-1 {
	padding-right: 20px;
	border-right: 1px solid rgb(0, 0, 0);
}
.blog-share-links-1 {
	display: flex;
	gap: 10px;
}
.blog-share-links-1 a {
	color:#0068a2;
	transition: .2s ease-in;
}
.blog-share-links-1 a:hover {
	color:#062233;
}

.gallery-imgs {
	padding:40px 0;
	width:100%;
	box-sizing: border-box;
}
.upcoming-a-gallery {
	display: flex;
	gap:20px 1%;
	flex-wrap: wrap;
	padding:20px 0;
}
.upcoming-a-gallery img {
	width:19%;
	transition: .2s ease-in;
	height: 100%;
	max-height: 300px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
	cursor: pointer;
}
.upcoming-a-gallery img:hover {
	opacity: 0.7;
}
.single-info-content .modal-content-1 {
	border-radius: 20px;
	overflow: hidden;
	max-width: 1000px!important;
}
.single-info-content .modal-content-1 .thumbnail {
	width:100%;
	background: #fff;
	max-height: 87vh;
	object-fit: contain;
	object-position: center;
	height: auto;
}
.single-info-content .modal-content-1 .modal {
	background-color: rgba(0,0,0,0.5);
}
.single-info-content .modal .prev,
.single-info-content .modal .next {
	text-shadow: 0 0 5px #000;
}


/*===================== 
	slideshow styles 
=======================*/

.widget_sandhills_custom_slider .slick-slider {
	flex-wrap: wrap;
}
.widget_sandhills_custom_slider .slick-slider {
	flex-wrap: wrap;
}
.widget_sandhills_custom_slider .slick-slider .slick-dots {
	position: static;
	padding-top: 30px;
}

/*===================== 
	Inventory styles 
=======================*/

.inv-cont-1 {
	width:100%;
	padding:200px 10px 40px 10px;
	font-family: "mundial", sans-serif;
}

.scrollToTop a {
	color:#fff!important;
}
/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/
.list-top-section .list-title .list-title-text {
	font-family: "copperplate", serif!important;
}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#0068a2 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#0068a2!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #0068a2!important;
    border: 1px solid #0068a2!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #0068a2!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #0068a2!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #0068a2!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #0068a2 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#0068a2 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#0068a2 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#0068a2 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#0068a2!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#0068a2!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#0068a2!important;
}
.detail-content-mobile .share-listing {
	color:#0068a2!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#0068a2!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#0068a2!important;
}
.cs-btns .button {background:#0068a2 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.anchor-1 {
	visibility: hidden;
}

.content-wrap {
	padding-top:200px;
}

.container-1 {
	width:80%;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-2 {
	width:100%;
	max-width: 900px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-3 {
	width:100%;
	max-width: 1300px;
	margin: 0 auto!important;
	box-sizing: border-box;
	padding:200px 20px 100px 20px;
}

.content-left {
	
}
.content-right {
	
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}


.accent-right-bottom-1 {
	position: relative;
	width:100%;
}
.accent-right-bottom-1:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 5;
	bottom: -110px;
	right: 0px;
	width: 55%;
	max-width: 420px;
	height: 100vw;
	max-height: 210px;
	background:url("///media.sandhills.com/img.axd?id=9056815925&wid=0&rwl=False&p=&ext=png&w=601&h=299&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=%2bhxPk210e9hY%2f7sQbPHzuk5uPTnZeWyg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:40px center;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}
.accent-left-top-1 {
	position: relative;
	width:100%;
}
.accent-left-top-1:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 5;
	top: -110px;
	left: 0px;
	width: 55%;
	max-width: 420px;
	height: 100vw;
	max-height: 210px;
	background:url("///media.sandhills.com/img.axd?id=9056815940&wid=0&rwl=False&p=&ext=png&w=601&h=299&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=%2bhxPk210e9hrSXlqCRzLUbauulwAVtif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:-40px center;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}

.container-left {
	padding-left:10%!important;
	align-self: center;
}
.container-right {
	padding-right:10%!important;
	align-self: center;
}

.center-align-content .row {
	align-items: center;
	display: flex;
}

.image-clip-right {
	clip-path: polygon(80% 0%,100% 50%,80% 100%,0% 100%,0% 0%);
}
.image-clip-left {
	clip-path: polygon(20% 0%,100% 0%,100% 100%,20% 100%,0% 50%);
}
.page-header-bg {
	padding-top: 200px;
	padding-bottom: 100px;
	border-bottom: 10px solid rgb(0, 104, 162);
	background-color: rgba(242, 242, 242, 0.85) !important;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

/*===================== 
	footer styles 
=======================*/



#foot {
	width:100%;
}
.foot-wrap {
	width:100%;

}
.foot-logo {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
	width:100%;
	max-width: 175px;
	padding-left:10px;
	box-sizing: border-box;
	
}
.foot-logo a {
	position: absolute;
	left:0;
	bottom:18px;
	clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 40px 100%, 0% 50%);
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height: auto;
	padding:28% 30px;
	box-sizing: border-box;
}
.foot-logo a img {
	height: auto;
	max-height:100%;
}
.foot-info {
	width:auto;
	flex-grow: 1;
	padding:40px 4vw;
	box-sizing: border-box;
	text-align: right;
	color:#fff;
}
.foot-info a {
	color:#fff;
}
.foot-info a:hover {
	opacity: 0.7;
}
.foot-links {
	padding:40px;
	box-sizing: border-box;
	width: 100%;
	max-width:280px;
	text-align: center;
	position: relative;
}
.foot-links:after {
	background:#0068a2;
	clip-path: polygon(20px 0%,100% 0%,100% 100%,20px 100%,0% 50%);
	width: 100%;
	height: 100%;
	content:"";
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
}
.foot-links > aside {
	position: relative;
	z-index: 2;
}
.foot-links a {
	color:#fff;
}
.foot-links a:hover {
	opacity: 0.7;
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1350px) {		
	.head-right {
		padding:5px 10px 5px 0;
	}
	.head-logo-cont-1 a {
		padding:25px 20px; 
	}
	.head-logo-bg-1 img {
		top: -50%;
	}
	.home-brand-wrap {
		padding:100px 0!important;
	}
	.home-brand-slider {
		padding:20px 20px 20px 5vw!important;
	}
	.home-brand-info {
		padding:20px 5vw 20px 5px!important;
	}
	.home-about-info {
		padding:80px 20px 80px 5vw;
	}
	.container-1 {
		width:90%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.container-left {
		padding-left:5%!important;
	}
	.container-right {
		padding-right:5%!important;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.hero-overlay-1 h1 {
		font-size:40px;
	}
	.hero-overlay-1 p {
		font-size:18px;
	}
	.loc-pg-contact-info {
		width:100%;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.loc-address-2, .loc-phone-2, .loc-phone-2 {
		width:32%;
	}
	.loc-pg-contact-map {
		width:100%;
	}
	.location-page-info-wrap {
		padding:40px 20px 40px 80px;
	}
	.employee-cont {
		padding:10px;
	}
	.upcoming-a-gallery {
		gap:20px 1.3%;
	}
	.upcoming-a-gallery img {
		width:24%;
	}
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.head-search form {
	  box-sizing: border-box;
	  width: 100%;
	}
	.header-wrap {
		align-items: center;	
	}
	.head-right	{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding:10px 0;
	}
	
	.head-nav {
		filter: none;
	}
	.blue-menu-btn {
    	clip-path: polygon(20px 0%, 100% 0%, 100% 50%, 100% 100%, 20px 100%, 0% 50%);
	}
	.blue-menu-btn a {
		padding:15px;
	}
	.home-brand-wrap {
		padding:70px 0!important;
	}
	.home-brand-slider {
		padding:20px!important;
	}
	.home-brand-info {
		padding:20px!important;
	}
	.home-about-info {
		padding:70px 20px;
	}
	.container-1 {
		width:100%;
	}
	.container-left {
		padding-left:20px!important;
	}
	.container-right {
		padding-right:20px!important;
	}
	.home-service-wrap {
		padding-top:50px;
	}
	.home-service-col-1 {
		width: 100%;
	}
	.home-service-col-1:first-of-type .home-service-link-1 {
		clip-path: polygon(0% 0%,100% 0%,100% 10px,calc(100% - 40px) 100%,0% 100%);
	}
	.home-service-col-1:last-of-type .home-service-link-1 {
		clip-path: polygon(0% 0%,100% 0%,100% 10px,calc(100% - 40px) 100%,0% 100%);
	}
	.home-service-col-1 .home-service-link-1 {
		clip-path: polygon(0% 0%,100% 0%,100% 10px,calc(100% - 40px) 100%,0% 100%);
	}
	.inv-cont-1 {
		padding:100px 10px 40px 10px;
	}
	.head-logo-cont-1 a {
		max-width:250px;
		padding:20px; 
	}
	.blog-cat-cont-1 .blog-cat-nav-1 {
		width:100%;
	}

	.blog-post-tax-cont-1 {
		width:100%;
	}
	
	.upcoming-a-gallery {
		gap:20px 1.3%;
	}
	.upcoming-a-gallery img {
		width:32.33%;
	}
}

@media only screen and (max-width :1450px) {
	.gap-20 .container-default-div-editor {
		gap:0 10px;
	}
}

@media only screen and (max-width : 1000px) {
	.blue-menu-btn {
		display: none;
	}
	.head-search {
		display: none!important;
	}
	.head-main {
		flex-wrap: wrap;
	}
	.head-logo {
		order: 1;
		max-width: 350px;
		width: calc(100% - 145px);
	}
	.head-right {
		order: 3;
		width: 100%;
	}
	.mob-menu-btn {
		order: 2;
	}
	.head-nav {
		width: 100%;
	}
	.head-nav:after {
		display: none;
	}
	.head-info {
		display: none;
	}
	
}

/* Small Devices, Tablets */

@media only screen and (max-width : 800px) {

	.foot-logo {
		max-width: 200px;
		order: 1;
		margin-bottom: -5%;
		padding:0 5px;
		box-sizing: border-box;
	}
	.foot-logo a {
		position: relative;
		bottom:40%;
	}
	.foot-links {
		order:2;
		background: rgba(0, 0, 0, 0);
  		clip-path: none;
		padding:0px 20px 20px 20px;
	}
	
	.foot-info {
		padding:20px 20px 30px 20px;
		order:3;
		width:100%;
		box-sizing: border-box;
		background:#062233;
		text-align: center;
	}
	.home-brand-wrap > div:first-child {
		width:100%!important;
		order:2;
	}
	.home-brand-wrap > div:nth-child(2) {
		width:100%!important;
		order:1;
	}
	.home-about-info {
		width:100%;
		order:2;
	}
	.home-about-image {
		width:100%;
		order:1;
	}
	.home-about-image img {
		margin: -10% auto 0 auto;
	}
	.blog-post-f-img, .blog-post-info-1 {
		width:100%;
	}
	.blog-post-f-img img {
		width:100%;
		height: 200px!important;
		clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
	}
	
}

@media only screen and (max-width : 768px) {
	
	h1 {
		font-size:28px;
	}
	h2 {
		font-size:25px;
	}
	h3 {
		font-size:22px;
	}
	h4 {
		font-size:20px;
	}
	h5 {
		font-size:18px;
	}
	h6 {
		font-size:16px;
	}

	p {
		font-size:16px;
		margin: 0;
		}
	.home-service-info-1 h2 {
		font-size:22px;
		font-weight: 700;
		padding: 10px 0;
	}
	.blog-post-info-1 h2 {
		font-size: 22px;
	}
	.home-service-info-1 p  {
		font-size:16px;
		margin: 0;
	}
	.home-service-info-1 {
		background:#062233;
		padding:50px 10px 20px 10px;
	}
	.home-service-link-1 {
		padding:15px 25px;
		font-size: 16px;
	}
	.page-header {
		font-size:32px;
	}
	.content-header {
		font-size:25px;
	}
	.hero-overlay-1 h1 {
		font-size:28px;
	}
	.hero-overlay-1 p {
		font-size: 18px;
		line-height: 1;
	}
	.hero-overlay-1 {
		height: auto;
		min-height: 100%;
		max-height: 100%;
		padding:160px 20px 100px 20px;
		background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.2) 28.50%,rgba(0,0,0,0.50) 81.35%);
		background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.2) 28.50%,rgba(0,0,0,0.50) 81.35%);
		background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.2) 28.50%,rgba(0,0,0,0.50) 81.35%);
		background-image: linear-gradient(180deg,rgba(0,0,0,0.2) 28.50%,rgba(0,0,0,0.50) 81.35%);
	}
	.hero-btns button {
		width:100%;
		max-width:100%;
	}
	.butn-blue, .butn-dk-blue, .butn-white {
		padding:8px 10px;
		font-size: 16px;
	}
	.loc-info-1 {
		width: 100%;
	}
	.loc-map-1 {
		display: none;
	}
	.hero-video {
		display: none;
	}
	.container-3 {
		padding:150px 20px 100px 20px;
	}
	.blog-post-pub-info {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		font-size: 14px;
	}
	.rental-container .table-headers {
		display: none;
	}
	.rental-prod-cont-1 ul li, .rental-prod-cont-1 ul li:first-child {
		width:100%;
		border:none;
		padding:2px 10px!important;
	}
	.rental-container .rate-check-box-1 label {
		text-align: left;
	}
	.rental-container .rate-label {
		display: inline;
		color:#0068a2;
	}
	.rental-prod-cont-1 ul {
		padding:10px 0!important;
	}
	.upcoming-a-gallery {
		gap:20px 2%;
	}
	.upcoming-a-gallery img {
		width:49%;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.home-brand-slider .item a {
		min-height: 120px;
	}
	.loc-address-2, .loc-phone-2, .loc-phone-2 {
		width:100%;
	}
	.foot-call-btn ul ul {
		width: 90vw;
		right: -41vw;
	}
}

