/*

 *

 *		CUSTOM.CSS

 *

 *	+ TYPOGRAPHY

 *	+ HEADLINE

 *	+ ALERTS

 *	+ LISTS

 *	+ BUTTONS

 *	+ DIVIDERS

 *	+ TEXT BOXES

 *	+ IMAGE BOXES

 *	+ ACCORDION

 *	+ TABS

 *	+ GOOGLE MAPS

 *  + SOCIAL MEDIA

 * 	+ PROCESS STEPS

 *	+ TIMELINE

 *	+ PIE CHARTS

 *	+ PROGRESS BARS

 *  + COUNTERS

 *	+ COUNTDOWN

 *	+ PRICE PLAN

*  	+ TESTIMONIALS

*  	+ ISOTOPE

*  	+ FILTER

*  	+ PAGINATION

*  	+ BREADCRUMB

*  	+ FULL SECTIONS

*  	+ VIDEO PLAYER

*  	+ SCROLL UP

 *	+ SLIDERS

 *	+ ANIMATIONS

 *	+ WIDGETS

 *  + RESPONSIVE

 *	 - LARGE DISPLAY (>1200px)

 *	 - SMALL DISPLAY (TABLETS)

 *	 - EXTRA SMALL DISPLAY (PHONES PORTRAIT)

 *	 - EXTRA SMALL DISPLAY (PHONES LANDSCAPE)

 */

/***********************************************************************************

 *	+ TYPOGRAPHY

 ***********************************************************************************/

body {
	font: 14px/26px 'Open Sans', Arial, sans-serif;

	background-color: #fff;

	color: #33263e;
}

h1,
h2,
h3,
h4,
h5,
h6,
h9 {
	margin: 0;

	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 600;
}

h1 {
	margin-bottom: 14px;

	font-size: 50px;

	line-height: 64px;
}

h2 {
	margin-bottom: 12px;

	font-size: 36px;

	line-height: 54px;
}

h3 {
	margin-bottom: 10px;

	font-size: 24px;

	line-height: 36px;
}

h4 {
	margin-bottom: 8px;

	font-size: 18px;

	line-height: 28px;
}

h5 {
	margin-bottom: 6px;

	font-size: 16px;

	line-height: 26px;

	font-weight: 500;
}

h6 {
	margin-bottom: 4px;

	font-size: 14px;

	line-height: 24px;

	font-weight: 500;
}

h9 {
	margin-bottom: 4px;

	font-size: 36px;

	line-height: 24px;

	font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h9 a {
	color: #065f00;

	text-decoration: none;

	-webkit-transition: color 0.3s;

	transition: color 0.3s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h9 a:hover {
	text-decoration: none;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h9 i {
	margin-right: 5px;

	color: #0dbf00;

	font-size: 150%;

	vertical-align: middle;
}

p {
	margin-bottom: 20px;
}

a {
	color: #0dbf00;
}

a:hover,
a:focus {
	outline: 0;

	color: #0dbf00;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: inherit;
}

big {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

ul,
ol {
	padding: 0;

	list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-left: 20px;
}

dl {
	margin-bottom: 20px;
}

dd {
	margin-bottom: 10px;
}

.last,
.no-margin-bottom {
	margin-bottom: 0;
}

.text-default-color {
	color: #0dbf00;
}

blockquote {
	padding: 0;

	padding-left: 20px;

	border-left: 2px solid #0dbf00;

	margin-left: 40px;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 14px;

	font-weight: 600;
}

blockquote>*:last-child {
	margin-bottom: 0;
}

blockquote footer {
	font-family: 'Poppins', Arial, sans-serif;

	font-size: 16px;

	font-weight: 500;

	font-style: normal;

	color: #848484;
}

blockquote footer:before {
	content: none;
}

label {
	font-weight: normal;
}

input,
select,
textarea {
	display: block;

	width: 100%;

	padding: 11px 20px;

	border: 2px solid #dbd5e0;

	color: #000000;

	font-size: 14px;

	line-height: 26px;
}

select {
	width: 100%;

	margin-bottom: 20px;
}

textarea:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='month']:focus,
input[type='text']:focus,
input[type='color']:focus,
input[type='email']:focus,
input[type='image']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='password']:focus {
	border-color: #81768a;

	box-shadow: none;

	outline: 0;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	width: auto;

	border: none;

	background-color: #0dbf00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 12px;

	font-weight: 600;

	text-transform: uppercase;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	background-color: #065f00;

	color: #fff;
}

button,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus {
	box-shadow: none;

	outline: 0;
}

/***********************************************************************************

 *	+ HEADLINE

 ***********************************************************************************/

/* HEADLINE */

.headline {
	display: inline-block;

	padding-left: 100px;

	margin-bottom: 60px;

	text-align: left;
}

.headline p {
	margin-bottom: 0;

	font-size: 18px;

	font-style: italic;
}

.headline h2 {
	position: relative;

	margin-bottom: 0;
}

.headline h9 {
	position: relative;

	margin-bottom: 0;
}

.headline h2:before {
	position: absolute;

	top: 15px;

	left: -100px;

	display: block;

	width: 65px;

	border-top: 2px solid #065f00;

	content: '';
}

/* SMALL HEADLINE */

.small-headline {
	padding-left: 60px;

	margin-bottom: 30px;
}

.small-headline p {
	margin-bottom: 0;

	font-style: italic;
}

.small-headline h4 {
	position: relative;

	margin-bottom: 0;
}

.small-headline h4:before {
	position: absolute;

	top: 8px;

	left: -60px;

	display: block;

	width: 35px;

	border-top: 2px solid #0dbf00;

	content: '';
}

/* TEXT FILL IMAGE */

.text-image-bg {
	background: repeat top left;
}

.text-fill-image {
	overflow: hidden;

	background: #065f00;

	color: #fff;

	font-size: 72px;

	line-height: 64px;

	font-weight: 700;

	mix-blend-mode: lighten;
}

.text-image-bg.bordered .text-fill-image {
	padding: 35px;

	border: 5px solid #065f00;
}

.text-fill-image.big {
	font-size: 150px;

	line-height: 160px;
}

.text-fill-image.big2 {
	margin-bottom: -170px;

	font-size: 400px;

	line-height: 400px;

	font-weight: 500;

	text-align: center;
}

/***********************************************************************************

 *	+ ALERTS

 ***********************************************************************************/

.alert {
	padding: 15px 30px;

	border: none;

	border-radius: 0;

	color: #065f00;

	font-size: 16px;

	text-align: center;
}

.alert.alert-info {
	background-color: #eff6f8;
}

.alert.alert-danger {
	background-color: #f4233c;

	color: #fff;
}

.alert.alert-success {
	background-color: #56d7fe;

	color: #fff;
}

.alert.alert-warning {
	background-color: #fddb01;
}

/***********************************************************************************

 *	+ LISTS

 ***********************************************************************************/

/* DISC LIST */

.disc-list {
	list-style: none;

	margin-bottom: 20px;
}

.disc-list li {
	margin-bottom: 10px;
}

.disc-list li:last-child {
	margin-bottom: 0;
}

.disc-list li:before {
	display: inline-block;

	width: 8px;

	height: 8px;

	border: 2px solid #0dbf00;

	border-radius: 50%;

	margin-right: 20px;

	content: '';
}

/* CHECK LIST */

.check-list {
	list-style: none;

	margin-bottom: 20px;
}

.check-list li {
	margin-bottom: 10px;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li:before {
	position: relative;

	top: 3px;

	margin-right: 20px;

	color: #0dbf00;

	font-family: 'oslo-icons';

	font-size: 20px;

	content: '\e948';
}

/***********************************************************************************

 *	+ BUTTONS

 ***********************************************************************************/

.btn {
	position: relative;

	margin-bottom: 20px;

	border-radius: 0;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 500;

	color: #065f00;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.btn+.btn {
	margin-left: 20px;
}

.btn-lg {
	font-size: 16px;
}

.btn:focus,
.btn:active {
	outline: 0 !important;

	box-shadow: none;
}

/* BUTTON STYLE-1 */

.btn-style-1 {
	padding: 0;
}

.btn-style-1:after,
.btn-style-1:before {
	display: block;

	border-top: 2px solid;

	margin-bottom: 12px;

	content: '';
}

.btn-style-1:before {
	width: 65%;

	border-top-color: #0dbf00;
}

.btn-style-1:after {
	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	border-top-color: #065f00;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.btn-style-1:hover:after {
	width: 65%;
}

.text-center .btn-style-1:before {
	margin-left: auto;

	margin-right: auto;
}

.text-center .btn-style-1:after {
	left: 50%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);
}

/* BUTTON STYLE-2 */

.btn-style-2 {
	padding: 0 0 10px 20px;

	line-height: 32px;

	text-transform: uppercase;
}

.btn-style-2:before {
	position: absolute;

	top: 5px;

	left: 0;

	width: 100%;

	display: block;

	border-top: 2px solid #065f00;

	content: '';

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.btn-style-2:after {
	content: url('/img/icons/arrows/chevron-right.svg');
	position: relative;
	top: 5px;
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 2px solid #065f00;
	margin-left: 20px;
	font-size: 24px;
	line-height: 40px;
	padding-top:2px;
	-webkit-transition: all 0.43s;
	transition: all 0.43s;
}
.btn-style-2.dark:after {
	content: url('/img/icons/arrows/chevron-right-black.svg');
}

.btn-style-2:hover:before {
	-webkit-transform: translateY(42px);

	-ms-transform: translateY(42px);

	transform: translateY(42px);
}

.btn-style-2:hover:after {
	-webkit-transform: rotateX(180deg);

	-ms-transform: rotateX(180deg);

	transform: rotateX(180deg);
}

/* CALL BUTTON */

.call-button {
	display: inline-block;

	padding: 20px 50px;

	background-color: #0dbf00;

	color: #065f00;

	font-size: 24px;

	font-weight: 600;

	text-decoration: none !important;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.call-button:hover {
	background-color: #065f00;

	color: #fff;
}

/***********************************************************************************

 *	+ DIVIDERS

 ***********************************************************************************/

.hr {
	border-top: 2px solid #dbd5e0;

	margin: 30px 0;
}

.hr-2 {
	border-top: 2px solid #065f00;

	margin: 30px 0;
}

.hr-3 {
	border-top: 2px solid #0dbf00;

	margin: 30px 0;
}

/***********************************************************************************

 *	+ TEXT BOXES

 ***********************************************************************************/

.text-box {
	margin-bottom: 40px;

	padding: 100px 50px;

	background: #edf4f6 no-repeat center center;

	-webkit-background-size: cover;

	background-size: cover;
}

.text-box.rounded {
	border-radius: 20px;
}

.text-box>*:last-child {
	margin-bottom: 0;
}

.text-box.dark-bg {
	background-color: #065f00;

	color: #fff;
}

.text-box.light-bg {
	background-color: #0dab02;

	color: #fff;
}

.text-box.dark-bg a,
.text-box.dark-bg h1,
.text-box.dark-bg h2,
.text-box.dark-bg h3,
.text-box.dark-bg h4,
.text-box.dark-bg h5,
.text-box.dark-bg h6 .text-box.light-bg a,
.text-box.light-bg h1,
.text-box.light-bg h2,
.text-box.light-bg h3,
.text-box.light-bg h4,
.text-box.light-bg h5,
.text-box.light-bg h6 {
	color: inherit;
}

.text-boxes-container {
	margin: 50px 0;
}

.text-boxes-container .text-box.genisys-quad_4_spaces {
	background-image: url(../../images/genx/genisys-quad_4_spaces.png);
}

.text-boxes-container .text-box {
	float: left;

	width: 33.33333%;

	margin-bottom: 0;
}

.text-boxes-container:after {
	visibility: hidden;

	display: block;

	font-size: 0;

	content: ' ';

	clear: both;

	height: 0;
}

/***********************************************************************************

 *	+ IMAGE BOXES

 ***********************************************************************************/

.image-box {
	padding: 0 25px 10px;

	border: 2px solid #f7f7f7;

	margin-bottom: 50px;
}

.image-box-thumbnail {
	margin: 0 -25px 20px;
}

/***********************************************************************************

 *	+ ACCORDION

 ***********************************************************************************/

.panel {
	background-color: transparent;

	box-shadow: none;
}

.panel-heading {
	padding: 0;

	border: none;

	border-radius: 0;

	background-color: transparent;
}

.panel-title a,
.panel-title a:focus {
	position: relative;

	display: block;

	padding: 18px 65px 18px 30px;

	margin-bottom: 15px;

	background-color: #f7f7f7;

	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 16px;

	font-weight: 500;

	text-decoration: none;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.panel-title a:before {
	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	width: 64px;

	border-left: 2px solid #fff;

	color: #065f00;

	font-size: 20px;

	line-height: 64px;

	text-align: center;

	content: '+';

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.panel-title a:hover,
.panel-title a[aria-expanded='true'] {
	background-color: #065f00;

	color: #fff;
}

.panel-title a:hover:before {
	background-color: #0dbf00;
}

.panel-title a[aria-expanded='true']:before {
	background-color: #0dbf00;

	content: '-';
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	padding: 15px 60px 30px;

	border: none;
}

.panel-body>*:last-child {
	margin-bottom: 0;
}

.solo-panel {
	margin: 5rem 0 8rem 0;
}

/***********************************************************************************

 *	+ TABS

 ***********************************************************************************/

/* DEFAULT STYLE */

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li {
	margin-bottom: 0;
}

.nav-tabs>li>a {
	padding: 15px 25px;

	border: none;

	border-radius: 0;

	background-color: #f7f7f7;

	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 16px;

	font-weight: 500;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.nav-tabs>li>a:focus {
	border-color: transparent;

	background-color: transparent;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: none;

	background-color: #065f00;

	color: #fff;
}

.nav-tabs>li>a:after {
	position: absolute;

	bottom: 0;

	left: 50%;

	width: 0;

	height: 0;

	border-left: 8px solid transparent;

	border-right: 8px solid transparent;

	border-top: 10px solid transparent;

	margin-left: -8px;

	content: '';

	-webkit-transition: bottom 0.3s;

	transition: bottom 0.3s;
}

.nav-tabs>li.active>a:after {
	bottom: -10px;

	border-top-color: #065f00;
}

.tab-content {
	margin: 60px 0 40px;
}

.tab-content:after {
	visibility: hidden;

	display: block;

	font-size: 0;

	content: ' ';

	clear: both;

	height: 0;
}

/* SQUARE STYLE */

.tabs.square .nav-tabs>li {
	width: 25%;
}

.tabs.square .nav-tabs>li>a {
	padding: 35% 20px;

	margin-right: 0;

	background-color: #0dbf00;

	color: #fff;

	font-size: 18px;

	text-align: center;
}

.tabs.square .nav-tabs>li:nth-child(1)>a {
	background-color: #9bbf99;
}

.tabs.square .nav-tabs>li:nth-child(2)>a {
	background-color: #508f4c;
}

.tabs.square .nav-tabs>li:nth-child(3)>a {
	background-color: #065f00;
}

.tabs.square .nav-tabs>li:nth-child(4)>a {
	background-color: #033900;
}

.tabs.square .nav-tabs>li>a i {
	display: block;

	margin-bottom: 20px;

	font-size: 32px;
}

.tabs.square .nav-tabs>li>a:hover,
.tabs.square .nav-tabs>li.active>a,
.tabs.square .nav-tabs>li.active>a:hover,
.tabs.square .nav-tabs>li.active>a:focus {
	color: #0dbf00;
}

.tabs.square .nav-tabs>li>a:after {
	height: 100px;

	border: none;

	border-left: 2px solid #0dbf00;

	margin-left: 1px;

	opacity: 0;

	box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.tabs.square .nav-tabs>li.active>a:after {
	bottom: -50px;

	opacity: 1;
}

.tabs.square .tab-content {
	padding: 50px;

	text-align: center;
}

/* SQUARE-2 STYLE */

.tabs.square-2 .nav-tabs {
	float: left;

	width: 35%;

	margin: -15px;
}

.tabs.square-2 .nav-tabs>li {
	width: 50%;

	padding: 15px;
}

.tabs.square-2 .nav-tabs>li>a {
	padding: 25% 20px;

	margin-right: 0;

	background-color: #0dbf00;

	color: #065f00;

	font-size: 18px;

	text-align: center;
}

.tabs.square-2 .nav-tabs>li>a:after {
	display: none;
}

.tabs.square-2 .nav-tabs>li>a i {
	display: block;

	margin-bottom: 20px;

	font-size: 32px;
}

.tabs.square-2 .nav-tabs>li>a:hover,
.tabs.square-2 .nav-tabs>li.active>a,
.tabs.square-2 .nav-tabs>li.active>a:hover,
.tabs.square-2 .nav-tabs>li.active>a:focus {
	background-color: #065f00;

	color: #fff;
}

.tabs.square-2 .tab-content {
	float: left;

	width: 65%;

	margin-top: 0;

	padding-left: 160px;
}

.tabs.square-2 .tab-content .headline {
	padding-left: 0;
}

.tabs.square-2:after {
	visibility: hidden;

	display: block;

	font-size: 0;

	content: ' ';

	clear: both;

	height: 0;
}

/* CIRCLE STYLE */

.tabs.circle .nav-tabs>li {
	border: 2px solid transparent;

	border-radius: 50%;

	width: 20%;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.tabs.circle .nav-tabs>li>a {
	padding: 25% 0;

	margin-right: 0;

	background-color: transparent;

	color: #065f00;

	font-size: 18px;

	text-align: center;
}

.tabs.circle .nav-tabs>li>a:before {
	position: absolute;

	z-index: 1;

	bottom: 16%;

	left: 50%;

	width: 0;

	height: 0;

	border-left: 4px solid transparent;

	border-right: 4px solid transparent;

	border-top: 5px solid #fff;

	margin-left: -4px;

	content: '';

	-webkit-transition: bottom 0.3s;

	transition: bottom 0.3s;
}

.tabs.circle .nav-tabs>li>a:after {
	bottom: 20%;
}

.tabs.circle .nav-tabs>li.active>a:after {
	bottom: 15%;
}

.tabs.circle .nav-tabs>li>a i {
	display: block;

	margin-bottom: 20px;

	font-size: 32px;
}

.tabs.circle .nav-tabs>li:hover,
.tabs.circle .nav-tabs>li.active {
	border-color: #0dbf00;
}

.tabs.circle .tab-content {
	text-align: center;
}

/***********************************************************************************

 *	+ GOOGLE MAPS

 ***********************************************************************************/

.map-container {
	position: relative;

	margin-bottom: 50px;
}

.map {
	height: 700px;
}

.map img {
	max-width: none;
}

.location-details {
	position: absolute;

	top: 50%;

	left: 50%;

	width: 400px;

	padding: 40px;

	background-color: #065f00;

	color: #fff;

	text-align: center;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);
}

.location-details>*:last-child {
	margin-bottom: 0;
}

.location-details .widget-contact ul {
	font-family: 'Poppins', Arial, sans-serif;

	font-size: 16px;

	font-weight: 300;
}

.location-details .widget-contact ul li {
	margin-bottom: 0;
}

.location-details .widget-contact ul li span {
	color: #0dbf00;
}

.location-details .widget-contact ul li a {
	color: #fff;
}

a.close-location-details {
	position: absolute;

	top: 15px;

	right: 20px;

	color: #fff;

	font-size: 22px;

	text-decoration: none;
}

/***********************************************************************************

 *	+ SOCIAL MEDIA

 ***********************************************************************************/

.social-media {
	margin-bottom: 20px;
}

.social-media h5 {
	display: inline-block;

	margin-right: 20px;

	text-transform: uppercase;
}

.social-media a {
	margin-right: 10px;
	margin-bottom: 10px;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.social-media a.facebook {
	background-color: #0e59a0 !important;
}

.social-media a.twitter {
	background-color: #0ea4ff !important;
}

.social-media a.linkedin {
	background-color: #018faf !important;
}

.social-media a.youtube {
	background-color: #cc181e !important;
}

.social-media a.email {
	background-color: #689c49 !important;
}

.social-media a:hover {
	background-color: #065f00 !important;
}

.social-media.default-color a {
	background-color: #def0f5 !important;
}

.social-media.default-color a:hover {
	background-color: #065f00 !important;
}

/***********************************************************************************

 *	+ PROCESS STEPS

 ***********************************************************************************/

.process-steps {
	min-height: 200px;

	position: relative;

	text-align: center;
}

.process-steps:before {
	position: absolute;

	top: 70px;

	right: 0;

	left: 0;

	display: block;

	border-top: 2px solid #dbd5e0;

	content: '';
}

.process-steps .step {
	position: relative;

	float: left;

	width: 16.66667%;
}

.process-steps .step:before {
	position: absolute;

	z-index: 2;

	top: 70px;

	left: 50%;

	width: 12px;

	height: 12px;

	margin: -6px 0 0 -6px;

	border-radius: 50%;

	background-color: #0dbf00;

	content: '';
}

.process-steps .step:after {
	position: absolute;

	top: 70px;

	left: 50%;

	z-index: 1;

	width: 34px;

	height: 34px;

	border: 2px solid #0dbf00;

	border-radius: 50%;

	margin: -17px 0 0 -17px;

	background-color: #fff;

	outline: 5px solid #fff;

	content: '';

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.process-steps.process-6-steps .step {
	width: 16.66667%;
}

.process-steps.process-5-steps .step {
	width: 20%;
}

.process-steps.process-4-steps .step {
	width: 25%;
}

.process-steps .step i {
	display: block;

	margin-bottom: 80px;

	font-size: 32px;

	line-height: 32px;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.process-steps .step h3 {
	margin-bottom: 80px;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.step-details:before {
	position: relative;

	top: -10px;

	left: 50%;

	display: block;

	height: 0;

	border-left: 2px solid #0dbf00;

	margin-left: -1px;

	content: '';

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.step-details h6 {
	font-weight: 700;

	text-transform: uppercase;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.process-steps .step:hover .step-details:before {
	height: 35px;
}

.process-steps .step:hover i,
.process-steps .step:hover h3 {
	color: #0dbf00;
}

.process-steps .step:hover .step-details {
	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);
}

.process-steps .step:hover:after {
	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);
}

.process-steps:after {
	visibility: hidden;

	display: block;

	font-size: 0;

	content: ' ';

	clear: both;

	height: 0;
}

/***********************************************************************************

*	+ TIMELINE

***********************************************************************************/

.timeline-item {
	padding: 100px 60px;

	margin: -40px 0;

	background-color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 500;

	box-shadow: -3px -5px 40px 0 rgba(0, 0, 0, 0.25);
}

.timeline-item.style-1 {
	background-color: #fff;
}

.timeline-item.style-2 {
	background-color: #065f00;

	color: #fff;
}

.timeline-item.style-2 h2,
.timeline-item.style-2 h4 {
	color: #fff;
}

.timeline-item h2 {
	margin-bottom: 30px;

	line-height: 36px;

	font-weight: 700;
}

.timeline-item *:last-child {
	margin-bottom: 0;
}

.timeline-item .text-fill-image {
	font-size: 200px;

	line-height: 180px;
}

.timeline-item.style-2 .text-fill-image {
	background: #065f00;

	color: #fff;

	mix-blend-mode: darken;
}

/* TIMELINE SLIDER */

.timeline {
	list-style: none;
}

.timeline li {
	position: relative;

	padding-left: 55px;

	margin-bottom: 40px;
}

.timeline li:last-child {
	margin-bottom: 0;
}

.timeline li .time {
	position: absolute;

	top: 0;

	left: 0;

	font-weight: 700;
}

.timeline li h6 {
	font-weight: 600;
}

.content-mask {
	overflow: hidden;

	height: 300px;

	margin-bottom: 50px;
}

.content-scroller .dragdealer {
	float: right;

	width: 2px;

	height: 300px;

	margin-left: 50px;
}

.dragdealer {
	position: relative;

	background-color: #dbd5e0;
}

.dragdealer .handle {
	background-color: #0dbf00;

	width: 10px;

	height: 35px;

	margin-left: -4px;
}

/***********************************************************************************

 *	+ PIE CHARTS

 ***********************************************************************************/

.pie-chart-container {
	margin-bottom: 25px;

	text-align: center;
}

.pie-chart {
	position: relative;

	text-align: center;
}

.pie-chart canvas {
	max-width: 100%;
}

.pie-chart-details {
	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);
}

.pie-chart-details h1 {
	font-size: 60px;

	line-height: 60px;

	margin-bottom: 0;
}

/***********************************************************************************

 *	+ PROGRESS BARS

 ***********************************************************************************/

.progress {
	overflow: visible;

	height: 7px;

	border-radius: 0;

	margin-bottom: 25px;

	background-color: #dbd5e0;

	box-shadow: none;
}

.progress-bar {
	position: relative;

	background-color: #0dbf00;

	box-shadow: none;
}

.progress-bar span {
	position: absolute;

	top: -37px;

	right: 0;

	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 14px;

	font-weight: 500;
}

.progress-bar-title {
	margin-bottom: 15px;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 500;
}

/***********************************************************************************

 *	+ COUNTERS

 ***********************************************************************************/

.counter {
	margin-bottom: 50px;

	font-family: 'Poppins', Arial, sans-serif;

	text-align: center;
}

.counter-value {
	font-size: 48px;

	line-height: 54px;

	font-weight: 700;
}

.counter-details {
	font-size: 16px;

	font-weight: 600;
}

.counter.color-1 {
	color: #065f00;
}

.counter.color-2 {
	color: #0dbf00;
}

/***********************************************************************************

 *	+ COUNTDOWN

 ***********************************************************************************/

.countdown {
	margin: 70px 0;
}

.countdown>div {
	position: relative;

	float: left;

	width: 25%;
}

.countdown>div>.counter {
	float: left;

	display: block;

	width: 140px;

	height: 140px;

	border: 10px solid #0dbf00;

	font-size: 68px;

	line-height: 140px;

	font-weight: 700;
}

.countdown>div>span {
	position: absolute;

	bottom: 50px;

	left: 150px;

	display: block;

	color: #065f00;

	font-size: 18px;

	font-weight: 600;

	text-transform: lowercase;
}

.countdown:after,
.countdown>div:after {
	visibility: hidden;

	display: block;

	font-size: 0;

	content: ' ';

	clear: both;

	height: 0;
}

/***********************************************************************************

 *	+ PRICE PLAN

 ***********************************************************************************/

.price-plan {
	position: relative;

	padding: 70px 20px 50px;

	border: 2px solid transparent;

	margin-bottom: 50px;

	background-color: #fff;

	color: #065f00;

	text-align: center;

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);

	-webkit-transform: translateZ(0);

	-ms-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-transition: all 0.5s;

	transition: all 0.5s;
}

.price-plan:before,
.price-plan:after {
	position: absolute;

	z-index: -1;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	margin: -2px;

	content: '';

	-webkit-transition: all 0.5s;

	transition: all 0.5s;
}

.price-plan:before {
	border-right: 2px solid #0dbf00;

	border-left: 2px solid #0dbf00;

	-webkit-transform: scaleY(0);

	-ms-transform: scaleY(0);

	transform: scaleY(0);

	-webkit-transform-origin: 100% 0;

	-ms-transform-origin: 100% 0;

	transform-origin: 100% 0;
}

.price-plan:after {
	border-top: 2px solid #0dbf00;

	border-bottom: 2px solid #0dbf00;

	-webkit-transform: scaleX(0);

	-ms-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 0 100%;

	-ms-transform-origin: 0 100%;

	transform-origin: 0 100%;
}

.price-plan h1 {
	margin-bottom: 40px;

	font-size: 60px;

	font-weight: 500;

	-webkit-transition: color 0.3s;

	transition: color 0.3s;
}

.price-plan h1 sup {
	font-size: 34px;
}

.price-plan h1 small {
	margin-left: -45px;

	color: #065f00;

	font-size: 12px;

	font-weight: 300;
}

.price-plan h3 {
	margin-bottom: 40px;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.price-plan h3:after {
	display: block;

	width: 50px;

	border-bottom: 2px solid #0dbf00;

	margin: 20px auto 0;

	content: '';
}

.price-plan ul {
	margin-bottom: 40px;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 500;

	list-style: none;
}

.price-plan ul li {
	margin-bottom: 10px;
}

.price-plan ul li:last-child {
	margin-bottom: 0;
}

.price-plan .btn {
	text-transform: uppercase;
}

.price-plan .btn:after {
	position: relative;

	top: 6px;

	margin-left: 5px;

	font-family: 'oslo-icons';

	font-size: 26px;

	content: '\ea1d';

	-webkit-transition: color 0.3s;

	transition: color 0.3s;
}

.price-plan:hover {
	border-color: #0dbf00;
}

.price-plan .btn:hover:after {
	color: #0dbf00;
}

.price-plan:hover:before {
	-webkit-transform: scaleY(1);

	-ms-transform: scaleY(1);

	transform: scaleY(1);
}

.price-plan:hover:after {
	-webkit-transform: scaleX(1);

	-ms-transform: scaleX(1);

	transform: scaleX(1);
}

.price-plan:hover h1 {
	color: #0dbf00;
}

.price-plan:hover h3 {
	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);
}

/***********************************************************************************

 *	+ TESTIMONIALS

 ***********************************************************************************/

.testimonial {
	position: relative;

	padding: 100px;

	margin-bottom: 100px;

	background-color: #fff;

	color: #065f00;

	text-align: center;
}

.testimonial blockquote {
	padding-left: 0;

	border-left: none;

	margin-bottom: 40px;

	margin-left: 0;

	font: 18px/27px 'Open Sans', Arial, sans-serif;

	font-style: italic;
}

.testimonial>img {
	position: absolute;

	bottom: 0;

	left: 50%;

	border-radius: 50%;

	-webkit-transform: translate(-50%, 50%);

	-ms-transform: translate(-50%, 50%);

	transform: translate(-50%, 50%);
}

.testimonial h4 {
	font-weight: 500;
}

.testimonial h4 small {
	display: block;

	font-weight: 500;
}

/***********************************************************************************

 *	+ ISOTOPE

 ***********************************************************************************/

.isotope {
	margin-bottom: 100px;
}

.isotope .isotope-item {
	float: left;

	width: 33.333333%;
}

.isotope.gutter {
	margin: -15px -15px 100px;
}

.isotope.gutter .isotope-item {
	padding: 15px;
}

.isotope.col-3 .isotope-item {
	width: 33.333333%;
}

.isotope.col-4 .isotope-item {
	width: 33.333333%;
}

.isotope-item.item-width-1 {
	width: 33.333333%;
}

.isotope-item.item-width-2 {
	width: 66.666667%;
}

.isotope .portfolio-item {
	margin-bottom: 0;
}

/***********************************************************************************

 *	+ FILTER

 ***********************************************************************************/

.filter {
	margin-bottom: 100px;

	list-style: none;
}

.filter li {
	display: inline-block;

	margin-right: 40px;
}

.filter li:last-child {
	margin-right: 0;
}

.filter li a {
	display: inline-block;

	padding: 0 5px;

	color: #81768a;

	font-family: 'Poppins', Arial, sans-serif;

	font-weight: 600;

	text-decoration: none;

	text-transform: uppercase;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.filter li a:after {
	display: block;

	width: 0;

	margin-top: 3px;

	border-bottom: 2px solid #0dbf00;

	content: '';

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.filter li a:hover,
.filter li a.active {
	color: #065f00;
}

.filter li a.active:after {
	width: 100%;
}

/***********************************************************************************

 *	+ PAGINATION

 ***********************************************************************************/

.pagination {
	display: block;

	margin-top: 0;

	margin-bottom: 50px;
}

.pagination li {
	display: inline-block;

	margin-right: 7px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a {
	display: block;

	width: 50px;

	height: 50px;

	padding: 0;

	border: 2px solid #dbd5e0;

	background-color: transparent;

	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	line-height: 50px;

	font-weight: 500;

	text-align: center;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.pagination>li:last-child>a,
.pagination>li:first-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>span {
	border-radius: 0;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
	border-color: #0dbf00;

	background-color: #0dbf00;

	color: #065f00;
}

/***********************************************************************************

*	+ BREADCRUMB

***********************************************************************************/

.breadcrumb {
	background-color: transparent;

	margin: 0;

	padding: 0;

	font-weight: 600;
}

.breadcrumb>li+li::before {
	color: #0dbf00;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: none;

	color: #0dbf00;
}

.breadcrumb li.active {
	color: #fff;
}

/***********************************************************************************

 *	+ FULL SECTIONS

 ***********************************************************************************/

.full-section {
	position: relative;

	z-index: 1;

	padding: 60px 0;

	margin-bottom: 100px;

	background: no-repeat center center;
}

.full-section-overlay {
	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background-color: #065f00;

	opacity: 0.8;
}

.full-section-container {
	position: relative;

	z-index: 3;
}

.full-screen .full-section-container {
	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);
}

.parallax {
	background-attachment: fixed !important;

	-webkit-background-size: cover !important;

	background-size: cover !important;
}

.full-section.dark-section {
	background-color: #0dbf00;

	color: #fff;
}

.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6,
.full-section.dark-section h1 a,
.full-section.dark-section h2 a,
.full-section.dark-section h3 a,
.full-section.dark-section h4 a,
.full-section.dark-section h5 a,
.full-section.dark-section h6 a {
	color: inherit;
}

.full-section.dark-section a:hover {
	color: #0dbf00;
}

.full-section.dark-section .btn,
.full-section.dark-section .btn-style-2:hover {
	color: inherit;
}

.full-section.dark-section .btn-style-1:after,
.full-section.dark-section .btn-style-2:after,
.full-section.dark-section .btn-style-2:before {
	border-color: #fff;
}

.full-section.dark-section .panel-title a,
.full-section.dark-section .panel-title a:focus {
	color: #065f00;
}

.full-section.dark-section .panel-title a:hover,
.full-section.dark-section .panel-title a[aria-expanded='true'] {
	color: #fff;
}

.full-section.dark-section .tabs.circle .nav-tabs>li>a {
	color: inherit;
}

.full-section.dark-section .social-media a:hover {
	color: #fff;
}

.full-section.dark-section .progress-bar span {
	color: inherit;
}

.full-section.dark-section .counter.color-1 {
	color: inherit;
}

.full-section.dark-section .filter li a {
	color: inherit;
}

.full-section.dark-section .filter li a:hover,
.full-section.dark-section .filter li a.active {
	color: #0dbf00;
}

.full-section.dark-section .pagination li a {
	color: #fff;
}

.full-section.dark-section .pagination li a:hover,
.full-section.dark-section .pagination li.active a {
	color: #065f00;
}

.full-section.dark-section .service-box.style-1:hover>i,
.full-section.dark-section .service-box.style-2:hover>i {
	color: inherit;
}

.full-section.dark-section .portfolio-item .zoom-action:hover {
	color: #fff;
}

.full-section.dark-section .widget-pages ul li a,
.full-section.dark-section .widget-contact ul li a,
.full-section.dark-section .widget-archives ul li a,
.full-section.dark-section .widget-metadata ul li a,
.full-section.dark-section .widget-categories ul li a,
.full-section.dark-section .widget-recent-posts ul li a,
.full-section.dark-section .widget-recent-comments ul li a {
	color: inherit;
}

.full-section.dark-section .widget-tags a:hover {
	color: #065f00;
}

.full-section .process-steps .step:after {
	outline: none;
}

.full-section.dark-section .reply a,
.full-section.dark-section .comment-author .fn {
	color: inherit;
}

/* BACKROUNDS AND STYLE FOR FULL SECTIONS */

#section-1 {
	margin-top: 50px;

	background-color: #065f00;
}

#section-1 h3 img {
	vertical-align: unset;
}

#section-2 {
	padding: 100px 0 250px;

	margin-top: 100px;

	margin-bottom: 0;
}

#section-2:before,
#section-2:after {
	position: absolute;

	top: 0;

	bottom: 0;

	width: 50%;

	content: '';
}

#section-2:before {
	z-index: 1;

	left: 0;

	background-color: #e6efe5;
}

#section-2:after {
	z-index: 2;

	top: 100px;

	right: 0;

	width: 55%;

	background: url(../../images/backgrounds/genisys-web-interface-tablet.png) no-repeat center center;

	-webkit-background-size: cover;

	background-size: cover;
}

#section-3 {
	padding: 100px 0;
}

#section-3:before,
#section-3:after {
	position: absolute;

	top: 0;

	bottom: 0;

	width: 50%;

	content: '';
}

#section-3:before {
	z-index: 2;

	top: -150px;

	bottom: 100px;

	left: 0;

	width: 55%;

	background: url(../../images/backgrounds/genisys-in-construction-zone.jpg) no-repeat center center;

	-webkit-background-size: cover;

	background-size: cover;
}

#section-3:after {
	z-index: 1;

	right: 0;

	background-color: #e6efe5;
}

#section-4 {
	padding-top: 100px;

	padding-bottom: 0;

	margin-top: 80px;

	margin-bottom: 0;

	background-color: #0dbf00;
}

#section-5 {
	padding-top: 100px;

	padding-bottom: 0;

	margin-top: 80px;

	margin-bottom: -50px;

	background-color: #e6efe5;
}

#section-6 {
	padding: 100px 0 60px;
}

#section-6:before {
	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 50%;

	background: url(../../images/backgrounds/bg-3.jpg) no-repeat center center;

	-webkit-background-size: cover;

	background-size: cover;

	content: '';
}

#section-6:after {
	position: absolute;

	top: 45px;

	right: 0;

	bottom: 45px;

	width: 55%;

	border: 3px solid #0dbf00;

	border-right: none;

	content: '';
}

#section-6 .text-box {
	padding: 10% 20%;
}

#section-7 {
	padding-bottom: 45px;

	margin-top: 50px;

	margin-bottom: 0;
}

#section-8 {
	padding-top: 100px;

	padding-bottom: 0;

	background-color: #e6efe5;
}

#section-9 {
	background-color: #000000;
}

#section-9 .text-fill-image {
	background: #0dbf00;

	color: #fff;

	font-size: 50px;

	line-height: 64px;

	mix-blend-mode: darken;
}

#section-10 {
	padding: 120px 0 50px;

	margin-top: 80px;

	margin-bottom: -50px;

	background-color: #f7f7f7;
}

#section-11 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/bg-slide-genisys-building.jpg);
}

#section-12 {
	padding: 100px 0 80px;

	margin-top: 80px;

	background-color: #0dbf00;
}

#section-12 .text-fill-image {
	background: #0dbf00;

	color: #fff;

	mix-blend-mode: darken;
}

#section-13 {
	z-index: 2;

	padding: 0;

	margin-top: 100px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/bg-7.jpg);
}

#section-14 {
	padding-top: 150px;

	padding-bottom: 0;

	background-color: #0dbf00;
}

#section-14 h1 {
	font-size: 300px;

	line-height: 100px;

	font-weight: 700;

	font-style: italic;
}

#section-15 {
	padding: 100px 0 80px;

	margin-top: 200px;

	margin-bottom: -50px;

	background-color: #f7f7f7;
}

#section-15 h3 {
	font-weight: 500;
}

#section-15 h3:before {
	display: block;

	width: 35px;

	border-top: 2px solid #0dbf00;

	margin-bottom: 10px;

	content: '';
}

#section-15 h2 {
	position: absolute;

	top: 0;

	left: 50%;

	padding-left: 40px;

	border-bottom: 2px solid #0dbf00;

	margin: -200px 0 0 -120px;

	-webkit-transform: rotate(-90deg);

	-ms-transform: rotate(-90deg);

	transform: rotate(-90deg);
}

#section-16 {
	padding: 160px 0 140px;

	margin-top: 80px;

	margin-bottom: 0;

	background-color: #f7f7f7;
}

#section-16:before {
	position: absolute;

	top: 0;

	bottom: -10px;

	left: 0;

	width: 50%;

	background: url(../../images/backgrounds/bg-8.jpg) no-repeat center center;

	content: '';

	-webkit-background-size: contain;

	background-size: contain;
}

#section-17 {
	padding: 160px 0 140px;

	background-color: #065f00;
}

#section-17:after {
	position: absolute;

	top: -11px;

	right: 0;

	bottom: 0;

	width: 50%;

	background: url(../../images/backgrounds/bg-9.jpg) no-repeat center center;

	content: '';

	-webkit-background-size: contain;

	background-size: contain;
}

#section-18 {
	padding: 100px 0 50px;

	margin-top: 50px;

	margin-bottom: -50px;

	background-image: url(../../images/backgrounds/bg-10.jpg);
}

#section-19 {
	margin-bottom: -50px;

	background-image: url(../../images/backgrounds/bg-11.jpg);
}

#section-20 {
	padding-top: 100px;

	padding-bottom: 0;

	margin-top: 80px;

	background-color: #f7f7f7;
}

#section-21 {
	padding: 100px 0 80px;

	margin-top: 80px;

	background-image: url(../../images/backgrounds/bg-12.jpg);
}

#section-22 {
	padding: 100px 0 80px;

	margin-top: 80px;

	margin-bottom: -50px;

	background-image: url(../../images/bg-slide-genisys-building.jpg);
}

#section-23 {
	padding: 160px 0 140px;

	margin-top: 80px;

	margin-bottom: 0;

	background-color: #f7f7f7;
}

#section-23:before {
	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 50%;

	background: url(../../images/backgrounds/genisys-poe-office.jpg) no-repeat center center;

	content: '';

	-webkit-background-size: cover;

	background-size: cover;
}

#section-24 {
	padding: 160px 0 140px;

	background-color: #065f00;
}

#section-24:after {
	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	width: 50%;

	background: url(../../images/backgrounds/genisys-poe-green-tech.jpg) no-repeat center center;

	content: '';

	-webkit-background-size: cover;

	background-size: cover;
}

#section-25 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/smartphone-background.jpg);
}

#section-26 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/smartphone-atrium.jpg);
}

#section-27 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/intellidrive-background.jpg);
}

#section-28 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/body-parts-store-background.jpg);
}

#section-29 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/theater-back.jpg);
}

#section-30 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/triplett-back.jpg);
}

#section-31 {
	padding: 160px 0 200px;

	margin-top: 80px;

	margin-bottom: 0;

	background-image: url(../../images/backgrounds/compucom-2.jpg);
}

/***********************************************************************************

 *	+ VIDEO PLAYER

 ***********************************************************************************/

#local-video-section,
#youtube-video-section {
	position: absolute;

	z-index: 1;

	overflow: hidden;

	top: 0;

	width: 100%;

	height: 100%;
}

#video-section {
	padding: 0;

	margin-top: -50px;

	height: 765px;

	background: transparent;
}

.youtube-player {
	display: none;
}

#video-section .full-section-container {
	position: absolute;

	z-index: 2;

	top: 50%;

	left: 0;

	width: 100%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);
}

#local-video-section video {
	width: 100%;

	height: 100%;
}

/***********************************************************************************

 *	+ SCROLL UP

 ***********************************************************************************/

#scroll-up {
	position: fixed;

	z-index: 8000;

	bottom: 50px;

	right: 50px;

	display: none;

	width: 56px;

	height: 56px;

	border-radius: 50%;

	background-color: #065f00;

	color: #fff;

	font-size: 42px;

	line-height: 60px;

	text-align: center;

	text-decoration: none;

	cursor: pointer;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

#scroll-up:hover {
	background-color: #0dbf00;

	color: #065f00;
}

/***********************************************************************************

 *	+ SLIDERS

 ***********************************************************************************/

/* REVOLUTION SLIDER */

.rev_slider_wrapper {
	height: 715px;

	margin-bottom: 100px;
}

.rev_slider ul,
.rev_slider ul li {
	overflow: visible !important;
}

/* ARROWS */

.tp-leftarrow.custom,
.tp-rightarrow.custom {
	width: 54px;

	height: 54px;

	border: 2px solid #065f00;

	background-color: transparent;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.tp-leftarrow.custom:hover,
.tp-rightarrow.custom:hover {
	background-color: transparent;

	opacity: 0.5;
}

.tp-leftarrow.custom,
.tp-leftarrow.custom:hover {
	background: url(../images/prev.png) no-repeat center center;
}

.tp-rightarrow.custom,
.tp-rightarrow.custom:hover {
	background: url(../images/next.png) no-repeat center center;
}

.tp-leftarrow.custom:before {
	content: none !important;
}

.tp-rightarrow.custom:before {
	content: none !important;
}

/* BULLETS */

.tp-bullets.custom .tp-bullet {
	width: 8px;

	height: 8px;

	border-radius: 50%;

	border: 2px solid #065f00;

	background-color: transparent;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
	background-color: #065f00;
}

/* TYPOGRAPHY */

.tp-caption.big-title-white {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 72px;

	font-weight: 700;

	text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.43);
}

.tp-caption.big-title {
	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 72px;

	font-weight: 500;
}

.tp-caption.para-title {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 16px;

	font-weight: 500;
}

.tp-caption.title-deuce {
	color: #0dbf00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 50px;

	font-weight: 500;

	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.tp-caption.title {
	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 36px;

	font-weight: 500;
}

.tp-caption.title-white {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 36px;

	font-weight: 700;

	text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.43);
}

.tp-caption.big-revolution {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 220px;

	font-weight: 500;

	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.35);
}

.tp-caption.medium-revolution {
	color: #0dbf00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 75px;

	font-weight: 500;

	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.65);
}

.tp-caption.small-revolution {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 50px;

	font-weight: 500;

	text-shadow: 0px 3px 10px rgba(5, 5, 5, 0.75);
}

.tp-caption.letter {
	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 120px;

	font-weight: 500;

	text-shadow: 10px 20px 4px rgba(0, 0, 0, 0.15);
}

.tp-caption.letter2 {
	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 380px;

	font-weight: 500;

	text-shadow: 10px 20px 4px rgba(0, 0, 0, 0.15);
}

.tp-caption.letter3 {
	color: #065f00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 250px;

	font-weight: 500;

	text-shadow: 10px 20px 4px rgba(0, 0, 0, 0.15);
}

.tp-caption.text {
	font-family: 'Poppins', Arial, sans-serif;

	font-size: 18px;

	font-weight: 500;
}

.tp-caption.small-title {
	color: #000000;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 80px;

	font-weight: 500;
}

.tp-caption.paragraph {
	color: #000000;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 14px;

	font-weight: 500;
}

.tp-caption.title2 {
	color: #0dbf00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 122px;

	font-weight: 500;

	text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.tp-caption.title2-white {
	color: #fff;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 122px;

	font-weight: 500;

	text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

/* OWL Carousel */

.owl-carousel {
	margin-bottom: 50px;
}

.owl-carousel:hover {
	cursor: move;
}

.owl-pagination {
	position: absolute;

	bottom: -40px;

	left: 0;

	width: 100%;

	text-align: center;
}

.owl-page {
	display: inline-block;

	width: 10px;

	height: 10px;

	border: 2px solid #065f00;

	border-radius: 50%;

	margin-right: 8px;

	background-color: transparent;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.owl-page:hover,
.owl-page.active {
	background-color: #065f00;
}

.owl-page:last-child {
	margin-right: 0;
}

.owl-prev,
.owl-next {
	position: absolute;

	top: 50%;

	width: 55px;

	height: 55px;

	border-radius: 50%;

	background: #065f00 no-repeat center center;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.owl-prev {
	left: 30px;

	background-image: url(../images/prev-white.png);
}

.owl-next {
	right: 30px;

	background-image: url(../images/next-white.png);
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #0dbf00;
}

/* TESTIMONIALS SLIDER */

.testimonials-slider .owl-prev,
.testimonials-slider .owl-next {
	top: auto;

	bottom: 50px;
}

.testimonials-slider .owl-prev {
	left: 35%;
}

.testimonials-slider .owl-next {
	right: 35%;
}

/* LOGOS SLIDER */

.logos-slider {
	text-align: center;
}

.logos-slider .owl-prev {
	left: -30px;
}

.logos-slider .owl-next {
	right: -30px;
}

/***********************************************************************************

 *	+ ANIMATIONS

 ***********************************************************************************/

.wow {
	visibility: hidden;
}

.wow.animated {
	visibility: visible;
}

/***********************************************************************************

 *	+ WIDGETS

 ***********************************************************************************/

.widget {
	margin-bottom: 75px;
}

.widget>*:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 50px;

	font-weight: 700;

	text-transform: uppercase;
}

.widget-title:before {
	display: block;

	width: 30px;

	border-top: 2px solid #0dbf00;

	margin-bottom: 15px;

	content: '';
}

/* WIDGET TEXT */

.widget-text blockquote {
	padding-left: 0;

	border-left: none;

	margin-left: 0;

	font-family: 'Open Sans', Arial, sans-serif;

	font-weight: 400;

	font-style: italic;

	text-align: center;
}

.widget-text blockquote:before {
	color: #0dbf00;

	font-family: 'Poppins', Arial, sans-serif;

	font-size: 36px;

	font-weight: 500;

	font-style: normal;

	content: '\201c';
}

.widget-text>div>*:last-child {
	margin-bottom: 0;
}

.widget-text .copyright {
	font-size: 13px;
}

.widget-text .copyright img {
	height: 66px;
	width: auto;
	max-width: none;
	margin: 0 8px;
	vertical-align: middle;
}

/* WIDGET TAGS */

.widget-tags a {
	display: inline-block;

	padding: 7px 15px;

	margin: 5px 5px 5px 0;

	background-color: #065f00;

	color: #fff;

	text-decoration: none;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;
}

.widget-tags a:hover {
	background-color: #0dbf00;

	color: #065f00;
}

/* WIDGET NEWSLETTER */

.form-hp{
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.widget-newsletter input[type='text'],
.widget-newsletter input[type='email'] {
	display: inline-block;

	width: 70%;

	height: 50px;

	border-top: none;

	border-right: none;

	margin-bottom: 20px;

	background-color: transparent;

	color: inherit;
}

.widget-newsletter button[type='submit'] {
	position: relative;

	top: 12px;

	background-color: transparent;
}

/* WIDGET CONTACT */

.widget-contact ul {
	margin-bottom: 0;

	list-style: none;
}

.widget-contact ul li {
	margin-bottom: 25px;
}

.widget-contact ul li:last-child {
	margin-bottom: 0;
}

.widget-contact ul li a {
	color: #33263e;
}

/* WIDGET SOCIAL */

.widget-social .social-media {
	margin-bottom: 0;
	gap: 5px;
}

.widget-social .social-media.rounded a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

/*
	*	USB LIGHT Styles
	*/

.usbPageContent {
	position: relative;
	z-index: auto;
	box-sizing: border-box;
}

#usbLightSection1 {
	z-index: 1;
	position: relative;
	/* padding: 80px 8px; */
	z-index: 1;
	/* Ensure it's above the second section */
	margin-bottom: 120px;
}

#usbLightSection1 .container {
	z-index: 10;
}

#usbLightSection2 {
	/* background: linear-gradient(to bottom, #63f66b, 10% #63f66b, 100% #91a38f); */
	background: linear-gradient(180deg, #63f66b 0 10%, #63f66b 10%, #abcfa7 100%);
	/* background: #63f66b; */
	position: relative;
	padding: 100px 2px;
	z-index: 2;
}

#usbLightSection2::before {
	content: '';
	position: absolute;
	top: -50px;
	/* Adjust as needed */
	left: 0;
	right: 0;
	height: 140px;
	/* Adjust the size of the overlap */
	width: 1000px;
	background-color: #63f66b;
	/* background: linear-gradient(173deg, #63f66b,); Match section gradient */

	transform: skewY(7deg);
	/* Adjust the angle */
	z-index: -1;
	/* Place it behind the second section content */
}

#usbLightSection3 {
	padding: 80px 8px;
	z-index: 1;
	position: relative;
	background-color: #f7f7f7;
}

#usbLightSection3::before {
	content: '';
	position: absolute;
	top: -100px;
	/* Adjust as needed */
	/* left: 0; */
	right: 0;
	height: 140px;
	/* Adjust the size of the overlap */
	width: 1000px;
	background-color: #abcfa7;
	/* background: linear-gradient(173deg, #63f66b,); Match section gradient */

	transform: skewY(7deg);
	/* Adjust the angle */
	z-index: 0;
	/* Place it behind the second section content */
}

.usb-tab-pane {
	/* opacity: 0;
		transform: scale(0.95);
		transition: all ease; */
	width: 100%;
	font-size: 16px;
}

.code-section {
	font-family: 'Courier New', monospace;
	background-color: #dfdfdf;
	color: #333;
	border-left: 4px solid #007acc;
	padding: 12px;
	margin: 16px 0;
}

.usbIconImage {
	/* width: 200px; */
	height: 100px;
	border-radius: 10px;
}

.d-flex {
	display: flex;
}

.flex-col {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.flex-col:has(.card) {
	transition: all 1s ease;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-between {
	display: flex;
	justify-content: space-evenly;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.justify-space-evenly {
	justify-content: space-evenly;
}

.justify-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.font-sm {
	font-size: 15px;
}

.flex-2 {
	flex: 2;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.w-100 {
	width: 100%;
}

.g-2 {
	gap: 10px;
}

.g-4 {
	gap: 9px;
}

.mb-2 {
	margin-bottom: 2rem;
}

.redText {
	color: rgb(126, 0, 0);
}

.greenText {
	color: green;
}

.blueText {
	color: blue;
}

.card {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #56af40;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	flex: 1;
}

.card.tab-content {
	border-radius: 0px 0px 10px 10px;
	border-top: none;
	min-height: 500px;
}

.card.usbCard {
	/* min-height: 254px; */
	/* width: 180px; */
	cursor: pointer;
	transition: transform 0.2s;
	border-radius: 10px 10px 0px 0px;
}

.usbCardHeader {
	height: 60px;
}

.card.usbCard h4 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.card.usbCard.active {
	/* transform: scale(1.02); */
	outline: 0;
	color: #0dbf00;
	text-decoration: none;
}

.card.usbCard.active h4 {
	outline: 0;
	color: #0dbf00;
	text-decoration: none;
}

.usb-item-content {
	width: 100%;
}

.usb-item-image {
	margin-left: auto;
	align-items: center;
}

.card.usbCard:hover h4 {
	outline: 0;
	color: #0dbf00;
	text-decoration: none;
}

.card.usbCard:hover p {
	text-decoration: none;
}

.card.usbCard p {
	outline: 0;
	color: #33263e;
	text-decoration: none;
}

.step-section {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	/* max-width: 800px; */
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

.step-section h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

.step {
	display: flex;
	margin-bottom: 20px;
	align-items: start;
}

.step-number {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #56af40;
	/* Green */
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
}

.step-content {
	flex: 1;
}

.step-content h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #444;
}

.step-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.callout {
	background-color: #fffbe5;
	padding: 10px;
	margin-top: 10px;
	border-left: 5px solid #f7c000;
	font-style: italic;
}

.no-decoration:hover {
	text-decoration: none;
}

.no-decoration:focus {
	text-decoration: none;
}

.card:has(#tab-1-1.active) {
	background: #a8e6d3 !important;
}

.card:has(#tab-1-2.active) {
	background: #9fe2bf !important;
}

.card:has(#tab-1-3.active) {
	background: #8ad1a0 !important;
}

.card:has(#tab-1-4.active) {
	background: #7cc8a3 !important;
}

.card:has(#tab-1-5.active) {
	background: #6bb598 !important;
}

.card:has(#tab-1-6.active) {
	background: #5a9b88 !important;
}

#card-1 {
	background: #a8e6d3 !important;
}

#card-2 {
	background: #9fe2bf !important;
}

#card-3 {
	background: #8ad1a0 !important;
}

#card-4 {
	background: #7cc8a3 !important;
}

#card-5 {
	background: #6bb598 !important;
}

#card-6 {
	background: #5a9b88 !important;
}

#card-1.active {
	border-bottom: 2px solid #a8e6d3 !important;
}

#card-2.active {
	border-bottom: 2px solid #9fe2bf !important;
}

#card-3.active {
	border-bottom: 2px solid #8ad1a0 !important;
}

#card-4.active {
	border-bottom: 2px solid #7cc8a3 !important;
}

#card-5.active {
	border-bottom: 2px solid #6bb598 !important;
}

#card-6.active {
	border-bottom: 2px solid #5a9b88 !important;
}

.survey-container {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 90%;
	max-width: 600px;
	padding: 20px;
}

.survey-container h1 {
	margin-top: 0;
	font-size: 1.5em;
	color: #333;
	text-align: center;
}

.survey-container .question {
	margin-bottom: 20px;
}

.survey-container label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.survey-container input[type='radio'],
.survey-container input[type='checkbox'],
.survey-container select,
.survey-container input[type='range'] {
	margin-right: 10px;
}

.survey-container textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: none;
}

.survey-container button {
	/* background-color: #56af40; */
	background-color: #007a33;

	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
	width: 100%;
}

.survey-container button:hover {
	/* background-color: #007A33; */
	background-color: #56af40;
}

.success-message {
	display: none;
	margin-top: 20px;
	color: green;
	text-align: center;
}

.button-rating,
.multi-button-rating {
	display: flex;
	gap: 5px;
}

.button-rating button,
.multi-button-rating button {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	/* background-color: #56af40; */
	background-color: #007a33;

	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.button-rating button.selected,
.multi-button-rating button.selected {
	background-color: #56af40;
	color: white;
}

.button-rating button:hover,
.multi-button-rating button:hover {
	background-color: #56af40;
	/* background-color: #e0e0e0; */
}

/***********************************************************************************

 *	+ RESPONSIVE

 ***********************************************************************************/

/***********************************************************************************

 *	- LARGE DISPLAY (>1200px)

 ***********************************************************************************/

@media (min-width: 1400px) {
	.isotope.col-4 .isotope-item {
		width: 25%;
	}

	.isotope-item.item-width-1 {
		width: 25%;
	}

	.isotope-item.item-width-2 {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.text-box {
		padding: 100px 70px;
	}

	.timeline-item .text-fill-image {
		font-size: 250px;

		line-height: 240px;
	}

	.text-fill-image.big2 {
		font-size: 250px;
	}
}

/***********************************************************************************

 *	- SMALL DISPLAY (TABLETS)

 ***********************************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
	.text-fill-image.big2 {
		font-size: 300px;
	}

	.call-button {
		padding: 10px 25px;

		font-size: 18px;
	}

	.text-boxes-container .text-box.genisys-quad_4_spaces {
		background-image: url(../../images/genx/970x200_gen-quad.png);
	}

	.text-boxes-container .text-box {
		float: none;

		width: 100%;
	}

	.tabs.circle .nav-tabs>li>a {
		font-size: 16px;
	}

	.tabs.circle .nav-tabs>li>a i {
		font-size: 26px;

		margin-bottom: 10px;
	}

	.tabs.square-2 .nav-tabs {
		float: none;

		width: 100%;

		margin-bottom: 40px;
	}

	.tabs.square-2 .tab-content {
		float: none;

		width: 100%;

		padding-left: 0;
	}

	.tabs.square-2 .tab-content .headline {
		padding-left: 100px;
	}

	.timeline-item {
		padding: 100px 30px;
	}

	.timeline-item .text-fill-image {
		font-size: 170px;

		line-height: 150px;
	}

	.pie-chart-details h1 {
		font-size: 32px;

		line-height: 32px;
	}

	.countdown>div>.counter {
		width: 90px;

		height: 90px;

		border-width: 5px;

		font-size: 42px;

		line-height: 90px;
	}

	.countdown>div>span {
		left: 100px;
	}

	.isotope .isotope-item,
	.isotope.col-3 .isotope-item,
	.isotope.col-4 .isotope-item {
		width: 50%;
	}

	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		display: none;
	}

	.tp-bullets.default {
		top: auto !important;

		bottom: -25px !important;
	}

	#section-2 {
		padding-bottom: 0;

		background-color: #edf4f6;
	}

	#section-2:before,
	#section-2:after {
		display: none;
	}

	#section-3 {
		background-color: #edf4f6;
	}

	#section-3:before,
	#section-3:after {
		display: none;
	}

	#section-6 {
		padding: 0;
	}

	#section-6:before,
	#section-6:after {
		display: none;
	}

	#section-16:before {
		display: none;
	}

	#section-17:after {
		display: none;
	}

	#section-23 .full-section-container .container-fluid .row .col-md-7 {
		width: 53.3%;

		padding-left: 0;

		padding-right: 0;
	}

	#section-23 .full-section-container .container-fluid .row .col-md-4 {
		width: 43.3%;

		float: right;

		padding-left: 0;

		padding-right: 15px;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-7 {
		width: 53.3%;

		padding-left: 0;

		padding-right: 0;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-4 {
		width: 43.3%;

		float: left;

		padding-left: 15px;

		padding-right: 0;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-4 .headline {
		padding-left: 0;
	}

	#instafeed a {
		width: 85px;
	}
}

/***********************************************************************************

 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)

 ***********************************************************************************/

@media (max-width: 767px) {
	.usbCard {
		padding: 15px;
	}

	.usbIconImage {
		display: none;
	}

	.usbCardHeader {
		height: 53px;
	}

	.last {
		margin-bottom: 20px;
	}

	.flex-col ul {
		margin-bottom: 0px;
	}

	.sm-col {
		flex-direction: column;
	}

	.usb-item-image {
		margin-left: 0;
		order: -1;
	}

	.sm-order-1 {
		order: 1;
	}

	.headline {
		padding-left: 50px;
	}

	.headline h2 {
		font-size: 28px;

		line-height: 38px;
	}

	.headline h2:before {
		left: -50px;

		width: 35px;
	}

	.text-fill-image {
		font-size: 42px;

		line-height: 38px;
	}

	.text-fill-image.big {
		font-size: 72px;

		line-height: 72px;
	}

	.text-fill-image.big2 {
		font-size: 120px;

		line-height: 120px;

		margin-bottom: 0;
	}

	.text-box {
		padding: 30px 20px;
	}

	.text-boxes-container .text-box.genisys-quad_4_spaces {
		background-image: url(../../images/genx/700x60_gen-quad.png);
	}

	.text-boxes-container .text-box {
		float: none;

		width: 100%;
	}

	.panel-group .panel-heading+.panel-collapse>.list-group,
	.panel-group .panel-heading+.panel-collapse>.panel-body {
		padding: 15px 0px;
	}

	.nav-tabs>li {
		float: none;
	}

	.nav-tabs>li>a:after {
		display: none;
	}

	.tabs.square .nav-tabs>li {
		width: 100%;
	}

	.tabs.square .nav-tabs>li>a {
		padding: 20px;
	}

	.tabs.square .nav-tabs>li>a:after {
		display: none;
	}

	.tabs.square .tab-content {
		padding: 30px 0;
	}

	.tabs.circle .nav-tabs>li {
		width: 100%;

		border-radius: 0;
	}

	.tabs.circle .nav-tabs>li a {
		padding: 10px;
	}

	.tabs.circle .nav-tabs>li a:before,
	.tabs.circle .nav-tabs>li a:after {
		display: none;
	}

	.tabs.square-2 .nav-tabs {
		float: none;

		width: 100%;

		margin: -5px -5px 40px;
	}

	.tabs.square-2 .nav-tabs li {
		float: left;

		width: 50%;

		padding: 5px;
	}

	.tabs.square-2 .tab-content {
		float: none;

		width: 100%;

		padding-left: 0;
	}

	.tabs.square-2 .tab-content .headline {
		padding-left: 50px;
	}

	.process-steps:before {
		display: none;
	}

	.process-steps .step {
		float: none;

		width: 100%;

		margin-bottom: 30px;
	}

	.process-steps .step:last-child {
		margin-bottom: 0;
	}

	.process-steps.process-4-steps .step,
	.process-steps.process-5-steps .step,
	.process-steps.process-6-steps .step {
		width: 100%;
	}

	.testimonial {
		padding: 40px 20px 70px;
	}

	.timeline-item {
		padding: 40px 20px;

		margin: 0;
	}

	.timeline-item .text-fill-image {
		font-size: 170px;

		line-height: 150px;
	}

	.map {
		height: 350px;
	}

	.location-details {
		display: none;
	}

	.countdown>div {
		float: none;

		width: 100%;
	}

	.isotope .isotope-item {
		float: none;

		width: 100%;
	}

	.isotope.col-3 .isotope-item,
	.isotope.col-4 .isotope-item {
		width: 100%;
	}

	.filter li {
		display: block;

		margin-right: 0;

		margin-bottom: 10px;
	}

	.filter li:last-child {
		margin-bottom: 0;
	}

	.rev_slider_wrapper {
		margin-bottom: 100px !important;
	}

	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		display: none;
	}

	.tp-bullets.custom {
		top: auto !important;

		bottom: -25px !important;
	}

	.testimonials-slider .owl-prev {
		left: 5%;
	}

	.testimonials-slider .owl-next {
		right: 5%;
	}

	.full-screen .full-section-container {
		position: relative;

		top: 0;

		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);
	}

	#section-2 {
		padding-bottom: 0;

		background-color: #edf4f6;
	}

	#section-2:before,
	#section-2:after {
		display: none;
	}

	#section-3 {
		background-color: #edf4f6;
	}

	#section-3:before,
	#section-3:after {
		display: none;
	}

	#section-6 {
		padding: 0;
	}

	#section-6:before,
	#section-6:after {
		display: none;
	}

	#section-11 h1 {
		font-size: 48px;
	}

	#section-14 {
		padding-top: 80px;
	}

	#section-14 h1 {
		font-size: 120px;

		line-height: 40px;
	}

	#section-16:before {
		display: none;
	}

	#section-17:after {
		display: none;
	}

	#section-23 .full-section-container .container-fluid .row .col-md-7 {
		width: 53.3%;

		padding-left: 0;

		padding-right: 0;
	}

	#section-23 .full-section-container .container-fluid .row .col-md-4 {
		width: 43.3%;

		float: right;

		padding-left: 0;

		padding-right: 15px;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-7 {
		width: 53.3%;

		padding-left: 0;

		padding-right: 0;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-4 {
		width: 43.3%;

		float: left;

		padding-left: 15px;

		padding-right: 0;
	}

	#section-24 .full-section-container .container-fluid .row .col-md-4 .headline {
		padding-left: 0;
	}

	#video-section {
		/*margin-top: -30px;*/

		height: 36vh;

		margin-bottom: 50px;
	}

	#scroll-up {
		right: 20px;

		bottom: 20px;
	}

	.widget-text .copyright img {
		display: inline-block;
		height: 48px;
		margin: 0 6px;
	}
}

/***********************************************************************************

 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)

 ***********************************************************************************/

@media (max-width: 550px) {
	.flex-col:has(a .active) {
		order: 1;
	}
}

/* reCAPTCHA v3 badge is 256px wide and parked at right: -186px. That
   off-screen tail expands the document and enables sideways scrolling,
   especially on the homepage where the fixed hero uses the viewport width. */
.grecaptcha-badge {
	width: 70px !important;
	right: 4px !important;
	left: auto !important;
	overflow: hidden !important;
}