.website-content { padding-top: 0px !important; }
h1 { display: none; }
/* 	========== HEAD ========== */
.head {width: 100%; height: 100%; }
.head::before { position: absolute;content: '';top: 0;right: 0;bottom: 0;left: 0;background-image: url("/include/images/images/header-img.jpg");background-size: cover;background-position: 50% 50%;  width: 100%;height: 100%; box-shadow: inset 0 -10px 30px -10px rgba(9,117,55,.2);-moz-box-shadow: inset 0 -10px 30px -10px rgba(9,117,55,.2);-webkit-box-shadow: inset 0 -10px 30px -10px rgba(9,117,55,.2);}
.head::after { position: absolute;content: '';top: 0;right: 0;bottom: 0;left: 0; width: 100%;height: 100%;
	background:rgba(140,188,152, 0.8);
	background: -webkit-linear-gradient(90deg, rgba(9,117,55, 0.7)-60%, rgba(140,188,152, 0.8));
	background: linear-gradient(90deg, rgba(9,117,55, 0.7)-60%, rgba(140,188,152, 0.8));}
.head .header { display: table; height: 92vh; max-height: 950px; width: 100%; margin: 0 auto;  z-index: 3;  }
.head .header-con {  display: table-cell; vertical-align: middle;  padding: 0px 40px 0px 40px; margin: 0 auto; text-align: center;  }
.head .header-con .img { padding: 0px 20px; }
.head .header-con .img img { max-width: 650px; width: 100%;  }
.head .gtb { position: absolute; bottom: 40px; left: 48.5%; left: calc(50% - 30px); background: linear-gradient(180deg, rgba(255,255,255, 0.7)-240%, rgba(255,255,255, 0)); border-top-left-radius: 35px; border-top-right-radius: 35px; height: 95px; width: 60px; z-index: 7;   }
.head .gtb .gtb-d { position: absolute; top: 7.9px; left: 7.9px; background: #ffffff; border-radius: 100%; height: 45px; width: 45px; z-index: 5;   }
.head .gtb .gtb-d::before { position: absolute;font-family: 'Font Awesome 5 Free';font-weight: 900;content: '\f078';font-size: 1.3rem;color: #097537; top: 11px; left: 13px;}
.head .gtb-a .gtb-d { top: 42px; }
.head .gtb-a .gtb-d::before { color: #8cbc98; }
/* 	========== HOFFER ========== */
.hoffer { display: table; width: 100%;} 
.hoffer .con { display: table-cell; vertical-align: top; width: 50%;  } 
.hoffer .con:nth-child(1) { padding: 0px 40px 0px 5px; }
.hoffer .con:nth-child(2) { padding: 0px 5px 0px 40px; }
.hoffer .con .item { max-width: 500px; margin: 0 auto; overflow: hidden;  }
.hoffer .con .item .img { width: 100%; height: 200px; background-size: cover;background-position: 50% 50%; background-repeat: no-repeat; }
.hoffer .con:nth-child(1) .item .img { background-image: url("/include/images/images/offer-1.jpg");}
.hoffer .con:nth-child(2) .item .img { background-image: url("/include/images/images/offer-2.jpg");}
.hoffer .con p { min-height: 140px; }
.hoffer .con .item a { position: relative; margin: 0 auto; display: table; width: 100%; border-radius: 8px; font-weight: 500; padding: 13px 15px; text-align: center; background: #8cbc98; color: #ffffff !important; }


/* 	========== QUOTE ========== */
.quote-swipe {  background: #f8fbfe; }
.quote-swipe .quote { min-height: 505px; }
.quote-swipe .swiper-slide:nth-child(even)::before { position: absolute; top: -1px; left: 0; content: ''; background: rgb(9, 201, 102); width: 21%; height: 4px; }
.quote-swipe .swiper-slide:nth-child(even)::after { position: absolute; bottom: -1px; right: 0; content: ''; background: rgb(9, 201, 102); width: 21%; height: 4px; }
.quote-swipe .swiper-slide:nth-child(odd)::before { position: absolute; top: -1px; right: 0; content: ''; background: rgb(9, 201, 102); width: 21%; height: 4px; }
.quote-swipe .swiper-slide:nth-child(odd)::after { position: absolute; bottom: -1px; left: 0; content: ''; background: rgb(9, 201, 102); width: 21%; height: 4px; }
.quote-swipe .starbot a,.quote-swipe .starbot a:hover { color: #FFAF06 !important; }

.quote-bg::before { position: absolute; top: -1px; left: 0; content: ''; background: rgb(9, 201, 102); width: 20%; height: 4px; }
.quote-bg::after { position: absolute; bottom: -1px; right: 0; content: ''; background: rgb(9, 201, 102); width: 20%; height: 4px; }


@media screen and (max-width: 860px) and (min-width: 701px) 
{
	.indi-1 { display: block; }
}
@media screen and (max-width: 1670px) 
{
	
}


@media screen and (max-width: 1150px) 
{
	.head .gtb { bottom: 55px; }
	.head::before { background-position: 80% 50%; }
}

@media screen and (max-width: 900px) 
{
	.head .gtb { bottom: 65px; }
}

@media screen and (max-width: 900px) 
{
	.hoffer .con { width: 100%; display: block; padding: 0px !important; } 
	.hoffer .con .item p {  min-height: auto; }
	.hoffer .con:nth-child(1) { margin-bottom: 40px; }
}
@media screen and (max-width: 600px) 
{
	.head .header-con { padding: 0px 0px 0px 0px;   }
}




/* 	==================== MOBILE HOVER ==================== */
@media screen and (min-width: 850px) {
	.hoffer .con .item a:hover { background: #097537; }
}