/* ----------------------------------

Template Name: Agrica - Organic Farm Agriculture Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Outfit
Main Color   : #49a760

-------------------------------------

[Typography]

Body copy:    15px 'Outfit', sans-serif
Header:     36px 'Outfit', sans-serif
Input, textarea:  16px 'Outfit', sans-serif
Sidebar heading:  22px 'Outfit', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Center Brand
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
        - Banner Agriculture
        - Banner Farming
        - Banner Agrculture Shop
    05. About
        - Version One
        - Version Two
	06. Services
        - Version One
        - Version Two
        - Service Single
    07. Project
        - Project Carousel
        - Project Grid
        - Project Single
	08. Testimonails
        - Version One
        - Version Two
    09. Why Choose Us
    10. Farmer
        - Farmer Slider
        - Farmer Single
        - Farmer Single
    11. Our Speciality
    12. Product Type
    13. Story Timeline
    14. Faq
    15. Brand / Partner
    16. Feature
        - Version One
        - Version Two
    17. Our Story
    18. Product Benifits
	19. Shop
        - Shop Grid
        - Shop List
        - Shop Single With Gallery
        - Shop Single Regular
    20. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Michroma&amp;display=swap');

/* Varialbes */
/*:root {
	--font-default: 'Outfit', sans-serif;
	--font-secondary: 'Michroma', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #012B3E;
	--dark-secondary: #1F1E17;
	--white: #ffffff;
	--color-secondary: #2B84B5;
	--color-primary: #AECD40;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #e9f1ee;
	--bg-gradient: linear-gradient(97deg, #49a760 50%, rgba(252,197,27,1) 100%);
}
*/

:root {
	--font-default: 'Outfit', sans-serif;
	--font-secondary: 'Michroma', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--font-sans:    'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  	--font-sans-condensed: 'Roboto Condensed', 'Roboto', system-ui, sans-serif;
	--black: #000000;
	
	--white: #ffffff;
	
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gradient: linear-gradient(97deg, #49a760 50%, rgba(252,197,27,1) 100%);
	--font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Consolas, monospace;
	--clock-dark-blue:  #012B3E; /* primary dark — backgrounds, body copy on light */
	--clock-light-green:#AECD40; /* energetic accent — highlights on dark, data viz pops */
	--clock-grey:       #A9A9A9; /* neutral — rules, disabled, secondary icons */

	/* =========================================================
     EXTENDED NEUTRALS — derived from dark blue for surfaces
     ========================================================= */
	 --clock-navy-900:   #001824;
	 --clock-navy-800:   #012B3E; /* = dark-blue */
	 --clock-navy-700:   #0A3E55;
	 --clock-navy-600:   #14526D;
	 --clock-navy-500:   #1F6885;
	 --clock-ink:        #0A1620; /* near-black used behind grid bg */
   
	 --clock-white:      #FFFFFF;
	 --clock-paper:      #F4F6F7; /* light grid background paper */
	 --clock-mist:       #E4E8EB;
	 --clock-ash:        #C8CED2;
	 --clock-stone:      #8F9AA2;

	/* =========================================================
     SEMANTIC SURFACE & TEXT TOKENS
     ========================================================= */
	/* Dark theme (default on dark grid) */
	--bg-dark:          var(--clock-navy-800);
	--bg-dark-elev:     var(--clock-navy-700);
	--bg-dark-ink:      var(--clock-ink);

	--fg-on-dark:       #FFFFFF;
	--fg-on-dark-soft:  rgba(255,255,255,0.72);
	--fg-on-dark-mute:  rgba(255,255,255,0.48);
	--rule-on-dark:     rgba(255,255,255,0.12);

	/* Light theme (on white grid or white paper) */
	--bg-light:         #FFFFFF;
	--bg-light-paper:   var(--clock-paper);
	--fg-on-light:      var(--clock-dark-blue);
	--fg-on-light-soft: #3A5565;
	--fg-on-light-mute: #6B8190;
	--rule-on-light:    #D9E0E4;

	/* Accents */
	--accent-primary:   var(--clock-logo-blue);
	--accent-highlight: var(--clock-light-green);  /* for callout words on dark */
	--accent-eco:       var(--clock-dark-green);   /* for GreenFeed context */

	/* Status (inferred — brand guide doesn't spec these) */
	--status-success:   #5FB86B;
	--status-warning:   #E9B949;
	--status-danger:    #D9534F;
	--status-info:      var(--clock-logo-blue);

	/* Shadows — the brand uses almost no shadow in print; these are
     for interactive surfaces only */
	 --shadow-sm: 0 1px 2px rgba(1,43,62,0.08);
	 --shadow-md: 0 4px 12px rgba(1,43,62,0.10);
	 --shadow-lg: 0 12px 32px rgba(1,43,62,0.14);
	 --shadow-glow-blue: 0 0 0 1px rgba(28,154,214,0.30), 0 8px 24px rgba(28,154,214,0.20);
	 --shadow-glow-lime: 0 0 0 1px rgba(174,205,64,0.35), 0 8px 24px rgba(174,205,64,0.22);
   
	 --border-hairline: 1px solid var(--rule-on-dark);
	 --border-rule-light: 1px solid var(--rule-on-light);
	 --border-accent: 2px solid var(--accent-highlight);
   
	 /* Motion — deliberate, technical; no bouncing */
	 --ease-standard: cubic-bezier(0.2, 0.0, 0.2, 1);
	 --ease-emphasized: cubic-bezier(0.2, 0.0, 0, 1);
	 --dur-fast: 120ms;
	 --dur-base: 200ms;
	 --dur-slow: 360ms;
}


 
/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-secondary);
	opacity: 1;
}

.secondary a:hover {
	color: var(--color-secondary);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

/*ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}*/

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--font-default);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 100%;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.box-layout {
		width: 94%;
		margin: auto;
		border-radius: 30px;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.item-center {
	display: flex;
	align-items: center;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-dark .bg-gray {
	background: var(--dark-secondary);
}

.bg-gray-secondary {
	background: var(--bg-gray-secondary);
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}

.bg-theme {
	background-color: var(--color-primary);
}

.bg-theme-secondary {
	background-color: var(--color-secondary);
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-secondary);
	background: var(--bg-gradient-reverse) !important;
}

.text-gradient {
	background: var(--text-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	display: inline-block;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: var(--black) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 60px 0;
	}
}

.default-padding-top {
	padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 60px;
	}
}

.default-padding-bottom {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 60px;
	}
	default-padding.bottom-less {
		padding-top: 120px;
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 50px;
	line-height: 1.2;
}

.heading span {
	font-weight: 400;
}

.site-heading {
	margin-bottom: 60px;
}

.site-heading strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.site-heading strong::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/35.html);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -1;
}

.title {
	font-weight: 700;
	font-size: 1.5rem !important;
	font-family: var(--font-secondary);
	color: var(--color-secondary);
	margin-top: -10px;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.title {
		font-size: 36px !important;
		margin-top: 0;
	}
}

.bg-dark .title {
	color: var(--white);
}

.site-heading .title {
	margin-bottom: 0;
}

.bg-dark .site-heading .title {
	color: var(--white);
}

.sub-title {
	text-transform: capitalize;
	font-weight: 500;
	color: #000000 !important;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	font-size: 1.25rem !important;
	letter-spacing: 1px;
}

.text-center .sub-title {
	margin-bottom: 20px;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 15px;
	}
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
	padding: 0 10%;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
	background: var(--white);
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 40px;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 600;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-left .heading {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.sub-heading {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient-reverse);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.shadow .sub-heading {
	-webkit-text-fill-color: var(--white);
	font-weight: 600;
}

.bg-gradient .sub-heading {
	color: var(--white);
	background: transparent;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
	-webkit-text-fill-color: inherit;
	color: var(--white);
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button i {
	display: inline-block;
	background: var(--color-primary);
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	position: relative;
}

.video-play-button i {
	font-weight: 100;
	font-size: 35px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.text-play-button {
	width: auto;
	background: transparent;
	position: relative;
	line-height: 60px;
}

.text-play-button span {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 500;
}

.text-play-button span i {
	margin-left: 25px;
	margin-right: 40px;
	color: var(--white);
	left: -1px;
}

.text-play-button .effect {
	height: 60px;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-secondary);
	opacity: 1;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
}

.text-play-button .effect::after {
	content: "";
	background: var(--color-secondary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	position: absolute;
	border-radius: 50%;
	animation: video-play 1500ms ease-out infinite;
	left: 50%;
	top: 50%;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.mfp-container button::after {
	display: none;
}

.mfp-container button {
	opacity: 1;
	visibility: visible;
}

.mfp-arrow-left:before {
	border-right: 27px solid var(--white);
}

.mfp-arrow-right:before {
	border-left: 27px solid var(--white);
}


/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: none !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
}

.btn:focus, .btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn:hover {
	background-color: var(--color-primary);
	color: var(--white);
}

.btn.radius {
	border-radius: 6px;
}

.btn.btn-border {
	border: 2px solid #dddddd;
	background: transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
}

.btn.btn-border::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-border:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-border:hover {
	border-color: var(--dark);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: #e7e7e7;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: #e7e7e7;
	color: var(--dark);
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn-md.btn-border-dark {
	padding: 15px 35px;
}

.btn.btn-border-dark:hover {
	background: var(--dark);
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn-md.btn-border-light {
	border: 1px solid var(--white);
	padding: 15px 35px;
}

.btn.btn-border.light {
	color: var(--white);
	border-color: var(--white);
}

.btn.btn-border.light::after {
	background: var(--color-primary);
}

.btn.btn-border.light:hover {
	border-color: var(--color-primary);
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-primary) );
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 250%;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
	color: var(--color-heading);
	border: none;
	background: var(--color-primary);
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--color-secondary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.bg-dark .btn.btn-theme::after {
	background-color: var(--color-secondary);
}

.btn.btn-theme:hover {
	color: var(--white);
}

.banner-style-three .btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background: var(--white) !important;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.banner-style-three .btn.btn-theme:hover {
	color: var(--color-heading) !important;
}

button {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 14px 40px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
	color: var(--color-heading);
	border: none;
	background: var(--color-primary);
}

button::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

button:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

button:hover {
	color: var(--white);
}

button i {
	margin-right: 4px;
}

.btn.btn-theme.secondary {
	color: var(--white);
	border: none;
	background: var(--color-secondary);
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	border: none;
	background: var(--white);
	border: 2px solid transparent;
}

.btn.btn-light.btn-md {
	padding: 13px 52px;
}

.btn.btn-light:hover {
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
}

.btn.btn-dark {
	color: var(--white);
	border: none;
	background: var(--dark);
}

.btn.btn-dark::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--color-secondary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark:hover {
	color: var(--white);
}

.btn i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.btn-md i {
	font-weight: 1;
	font-size: 24px;
	margin: 0;
	float: left;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

.btn-simple i {
	transform: rotate(-45deg);
	display: inline-block;
	margin-left: 2px;
}

.btn-simple:hover {
	color: var(--color-primary);
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 600;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before, .animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 17px 45px;
	font-size: 18px;
}

.btn-md.btn-border {
	padding: 14px 52px;
}

.btn-sm {
	padding: 16px 45px;
	font-size: 14px;
}

.btn-sm.btn-border,
.btn-sm.btn-light {
	padding: 14px 45px;
}

.mfp-close-btn-in .mfp-close::after {
	display: none;
}

/* Btn Animation */

.btn-animation {
	z-index: 1;
	position: relative;
	font-size: 18px;
	display: inline-block;
}

.bg-dark .btn-animation {
	color: var(--white);
}

.btn-animation i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--white);
	color: var(--color-heading);
	border-radius: 50%;
	font-weight: 400;
	margin-right: 10px;
	transition: all 0.35s ease-in-out;
	transform: scale(0);
}

.btn-animation:hover {
	margin-left: 0;
	color: var(--color-heading);
}

.bg-dark .btn-animation:hover {
	color: var(--white);
}

.btn-animation:hover i {
	transform: scale(1);
}

.btn-animation::after {
	position: absolute;
	left: -13px;
	top: 0;
	content: "";
	height: 60px;
	width: 60px;
	border: 1px solid #c2bfbf;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	transform: scale(1);
	z-index: -1;
}

.bg-dark .btn-animation::after {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-animation:hover::after {
	transform: scale(0);
}

.btn-animation span {
	transition: all 0.35s ease-in-out;
	left: -50px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-animation:hover span {
	left: 0;
}

.btn-animation.dark::after {
	border-color: #c5c5c5;
	z-index: -1;
}

.btn-animation.dark i {
	background: var(--color-primary);
	color: var(--white);
}

.btn-animation.dark:hover {
	color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

a.btn-round-animation {
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	line-height: 180px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

a.btn-round-animation i {
	display: inline-block;
	transform: rotate(-45deg);
	font-weight: 400;
	margin-left: 5px;
}

a.btn-round-animation::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	background: var(--color-primary);
	z-index: -1;
	transition: all 0.30s ease-in-out;
	border-radius: 50%;
}

a.btn-round-animation::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 0;
	width: 100%;
	background: var(--bg-gradient);
	z-index: -1;
	transition: all 0.40s ease-in-out;
	border-radius: 50%;
}

a.btn-round-animation:hover {
	color: var(--white);
}

a.btn-round-animation:hover::before {
	height: 100%;
}

a.btn-round-animation:hover::after {
	opacity: 0.4;
	height: 80%;
}

a.btn-round-animation.dark {
	border-color: rgba(255, 255, 255, 0.2);
}

.cart-btn {
	display: inline-flex;
	border: 2px solid var(--color-primary);
	padding: 12px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	align-items: center;
	font-size: 13px;
}

.cart-btn i {
	display: inline;
	font-weight: 100;
	font-size: 20px;
	margin-right: 10px;
}

.cart-btn:hover {
	background: var(--color-primary);
	color: var(--color-heading);
}

.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
	color: #cccccc;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
	color: var(--white);
}

.curve-text svg {
	fill: var(--white);
	height: 170px;
	width: 170px;
	overflow: inherit;
	animation: spinner 20s infinite linear;
}

.curve-text svg {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	padding: 30px;
	position: relative;
	z-index: 1;
	font-size: 120%;
	height: 200px;
	width: 200px;
	text-transform: uppercase;
	font-weight: 800;
}

.curve-text svg a {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
}

.curve-text {
	display: inline-block;
	position: relative;
}

.curve-text a {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 9;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 52px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
}

.curve-text svg path {
	fill: none;
}

.curve-text svg text {
	fill: var(--white);
	letter-spacing: 7px;
	font-family: var(--font-secondary);
}


/* ============================================================== 
    # Topbar Styles
=================================================================== */

.item-flex {
	align-items: center;
	display: flex;
}

.item-flex li {
	margin-left: 30px;
}

.item-flex li:first-child {
	margin: 0;
}

.item-flex li i {
	margin-right: 10px;
	font-weight: 100;
	font-size: 20px;
	color: var(--color-primary);
}

.top-bar-area li {
	display: flex;
	align-items: center;
}

.top-bar-area li a {
	font-weight: 400;
}

.top-bar-area .social li {
	display: inline-block;
	margin-right: 30px;
}

.top-bar-area .social li:first-child {
	margin-right: 0;
}

.top-bar-area .text-end .social li {
	margin-right: 0;
	margin-left: 30px;
}

.top-bar-area .text-end .social li:first-child {
	margin-left: 0;
}

.top-bar-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.top-style-two .info li {
	font-weight: 500;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.top-style-two .text-end li {
	justify-content: right;
	text-align: left;
}

.top-style-two .info li i {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	margin-right: 20px;
	font-size: 40px;
}

.top-style-two .logo img {
	height: 60px;
}

.top-style-two .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}

.top-style-two.bg-dark .logo {
	border-color: rgba(255, 255, 255, 0.2);
}

.top-style-two .info li span {
	display: block;
	font-weight: 500;
	line-height: 1.1;
	font-size: 15px;
}

.top-style-two .info li a {
	font-size: 18px;
	text-transform: lowercase;
}

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

/* ============================================================== 
    # Navbar Styles
=================================================================== */
@media (min-width: 1024px) {

	nav.navbar.navbar-style-one {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	nav.navbar.navbar-style-one a.navbar-brand {
		position: relative;
		z-index: 1;
		padding: 0 55px;
		top: 15px;
	}

	nav.navbar.navbar-style-one a.navbar-brand::after {
		position: absolute;
		left: 0;
		top: -55px;
		content: "";
		height: 160px;
		width: 100%;
		background: var(--color-secondary);
		z-index: -1;
		box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
		border-radius: 0 0 0 10px;
	}

	nav.navbar.navbar-style-one a.navbar-brand::before {
		position: absolute;
		right: -25px;
		bottom: -45px;
		content: "";
		border-bottom: 35px solid transparent;
		border-left: 25px solid var(--color-secondary);
		opacity: 0.9;
	}

	nav.navbar.navbar-style-one::after {
		position: absolute;
		left: 10%;
		content: "";
		height: 100%;
		right: 0;
		bottom: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		z-index: -1;
	}

	nav.navbar.validnavs.navbar-style-one .logo-scrolled {
		display: none;
	}

	nav.navbar.validnavs.navbar-style-one .logo-display {
		display: inline-block;
	}

	nav.navbar.navbar-style-one.no-background::before {
		position: absolute;
		left: 10%;
		content: "";
		height: 100%;
		right: 0;
		bottom: 0;
		backdrop-filter: blur(10px);
		width: 100%;
		z-index: -1;
	}
}


/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.mfp-iframe-holder .mfp-close {
	color: transparent;
	background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	z-index: 1;
	display: block;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	color: var(--white);
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.banner-area,
	.banner-area div {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}

.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 25%;
	margin: 0;
	visibility: hidden;
}

@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}

.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}

.banner-area .banner-slide h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 3200ms;
	transition-delay: 3200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	font-size: 28px;
	color: var(--white);
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: transparent !important;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {
	.banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {
	.banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-default);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-default);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	right: 12px;
	bottom: inherit;
	left: inherit;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	right: 30px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	right: 100px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-default);
	font-weight: 600;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

/* Banner One */
.banner-area.banner-style-one .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-style-one .content {
	display: flex;
}

.banner-style-one .content .badge img {
	background: var(--color-secondary);
	border-radius: 50%;
	padding: 15px;
	animation: spinner 30s infinite linear;
	max-width: 200px;
}

.banner-style-one .content .badge {
	margin-right: 50px;
}

.banner-style-one .content h4 {
	text-transform: uppercase;
	font-weight: 500;
}

.banner-style-one .content h2 {
	font-size: 60px;
	font-family: var(--font-secondary);
	font-size: 60px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.banner-style-one .content h2 strong {
	display: block;
}

.banner-style-one .content p {
	font-size: 18px;
}

.banner-style-one .shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 50%;
	width: auto;
	transition: all 0.55s ease-in-out;
}

.banner-style-one .shape img {
	height: 100%;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .shape {
	height: 60%;
}

/* Banner Two */


.banner-area.banner-style-two .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-style-two h2 {
	text-transform: uppercase;
	font-size: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-style-two h2 strong {
	display: inline-block;
	background: var(--color-primary);
	padding: 0 15px;
	border-radius: 10px;
	font-size: 80px;
	margin-left: 15px;
	color: var(--color-heading);
	position: relative;
	z-index: 1;
}

.banner-style-two h2 strong::after {
	position: absolute;
	right: -5px;
	top: -65px;
	content: "";
	height: 80px;
	width: 80px;
	background: url(../img/shape/4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}

.banner-style-two p {
	padding: 0 15%;
	font-size: 18px;
}

.banner-style-two .content .animated-btn {
	text-transform: uppercase;
}

.banner-style-two .content .animated-btn i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--white);
	border-radius: 50%;
	color: var(--color-heading);
	margin-right: 10px;
}

.banner-style-two .content {
	padding-top: 120px;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 9;
	height: auto;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
	height: 20px;
	width: 20px;
	background: transparent;
	border: 2px solid;
	opacity: 0.5;
	position: relative;
	z-index: 1;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: var(--white);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	opacity: 1;
}

/* Banner Three  */

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-area.banner-style-three .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-area.banner-style-three .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.banner-style-three h4 {
	font-family: var(--font-secondary);
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.banner-style-three h2 {
	font-size: 80px;
	line-height: 1.1;
	text-transform: capitalize;
}

.banner-style-three .content {
	position: relative;
	z-index: 1;
}


/* Banner Four */
.banner-style-four .shape {
    position: absolute;
    z-index: 1;
    width: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    transition: all 0.85s ease-in-out;
}


.banner-style-four h2 {
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-style-four h2 strong {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-heading);
}

.banner-style-four ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-style-four ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-weight: 900;
    margin: 0 14px;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--color-heading);
    position: relative;
    z-index: 1;
}

.banner-style-four ul li::after {
    position: absolute;
    right: -20px;
    top: 50%;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--color-secondary);
    border-radius: 50%;
    transform: translateY(-50%);
}

.banner-style-four ul li:last-child::after {
    display: none;
}

.banner-area.banner-style-four .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-area.banner-style-four .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-four .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-area.banner-style-four .swiper-slide.swiper-slide-active .shape {
    width: 35%;
}


.banner-area.banner-style-four .swiper-button-prev::after,
.banner-area.banner-style-four .swiper-button-next::after {
	color: var(--color-heading);
}

.banner-area.banner-style-four.navigation-circle .swiper-button-prev,
.banner-area.banner-style-four.navigation-circle .swiper-button-next {
	border: 2px solid var(--color-heading);
}

/* ============================================================== 
    # About
=================================================================== */
ul.top-feature {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	margin-left: -45%;
	margin-top: 70px;
	position: relative;
}

ul.top-feature li {
	display: block;
	background: var(--color-primary);
	padding: 50px;
}

ul.top-feature li:nth-child(2) {
	background: var(--color-secondary);
}

ul.top-feature li img {
	height: 80px;
	margin-bottom: 30px;
}

ul.top-feature li p {
	margin: 0;
	color: var(--color-heading);
}

.fun-fact-style-flex {
	display: flex;
	align-items: center;
}

.fun-fact-style-flex .counter {
	display: flex;
	font-size: 100px;
	align-items: center;
	line-height: 70px;
	margin-right: 20px;
	border-right: 1px solid #dddddd;
	padding-right: 20px;
	color: var(--color-secondary);
}

.fun-fact-style-flex .medium {
	font-weight: 700;
	line-height: 1.7;
	color: var(--color-heading);
}

ul.top-feature li:nth-child(2) h4 {
	color: var(--white);
}

ul.top-feature li:nth-child(2) p {
	color: var(--white);
	opacity: 0.9;
}

.about-style-one-thumb {
	position: relative;
}

.about-style-one-thumb .animation-shape {
	position: absolute;
	left: -140px;
	bottom: 0;
	max-width: 230px;
}

.about-style-one-thumb .animation-shape img {
	transform: rotate(0deg);
}


/* ============================================================== 
    # Services
=================================================================== */

.service-one-single {
	margin-bottom: 30px;
}

.service-style-one-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 50px;
	background: var(--white);
	height: 100%;
	border-radius: 30px;
}

.service-style-one-item .top {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.service-style-one-item .top img {
	height: 60px;
	margin-right: 25px;
}

.service-style-one-item .top .icon {
	min-width: 90px;
}

.service-style-one-item .top h4 {
	text-transform: uppercase;
	margin: 0;
}

.service-style-one-item .top span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	color: var(--color-secondary);
	display: block;
	margin-top: 8px;
}

.service-style-one-item p {
	margin-bottom: 0;
}

.services-style-one-area .row {
	--bs-gutter-x: 3px;
}

.service-style-one-item img {
	height: 150px;
	margin-bottom: 30px;
	max-width: inherit;
}

.service-style-one-item a.btn-angle {
	display: inline-block;
	height: 58px;
	width: 58px;
	text-align: center;
	line-height: 58px;
	background: var(--color-primary);
	color: var(--color-heading);
	margin-top: 30px;
	border-radius: 50%;
}

.service-style-one-item a.btn-angle:hover {
	background: var(--color-secondary);
	color: var(--white);
}

.shape-right-top {
	position: absolute;
	right: 0;
	top: 50px;
	height: 100%;
	width: 28%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}

/* ============================================================== 
    # Services
=================================================================== */

.service-style-two-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.service-style-two .thumb {
	overflow: hidden;
	border-radius: 8px;
}

.service-style-two .thumb img {
	transition: all 0.65s ease-in-out;
	transform: scale(1);
}

.service-style-two:hover .thumb img {
	transform: scale(1.2);
}

.half-bg-dark-bottom {
	position: relative;
	z-index: 1;
}

.half-bg-dark-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: var(--white);
	z-index: -1;
}

.half-bg-dark-bottom::before {
	position: absolute;
	left: 0;
	bottom: 30%;
	content: "";
	height: 100px;
	width: 100%;
	background: url(../img/shape/20.png);
	z-index: -1;
	background-size: cover;
	background-position: center top;
}

h2.mask-text.large {
	font-size: 120px;
	display: inline-block;
	background-position: top;
}

.service-style-two {
	position: relative;
}

.service-style-two {
	position: relative;
	border-radius: 10px;
}

.service-style-two .overlay {
	display: flex;
	position: absolute;
	left: 30px;
	bottom: -30px;
	right: 30px;
	z-index: 1;
}

.service-style-two .overlay .icon {
	width: 80px;
	padding: 15px;
	background: var(--color-secondary);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 80px;
}

.service-style-two .overlay .info {
	background: var(--white);
	width: 100%;
	margin-left: 15px;
	padding: 20px 30px;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	text-align: center;
	box-shadow: 0px 15px 23px -10px rgb(109 117 143 / 30%);
}

.service-style-two .overlay .info::after {
	position: absolute;
	right: 15px;
	bottom: 33px;
	content: "";
	height: 1px;
	left: 15px;
	background: var(--color-secondary);
	z-index: -1;
}

.service-style-two .overlay .info h4 {
	margin-bottom: 5px;
	font-family: var(--font-secondary);
	letter-spacing: 2px;
	font-weight: 900;
}

.service-style-two .overlay .info span {
	color: var(--color-secondary);
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	text-align: center;
	background: var(--white);
	padding: 0 15px;
}

.service-style-two-carousel .swiper-wrapper {
	padding-bottom: 60px;
}

.service-style-two img {
	border-radius: 8px;
}

.service-style-two-carousel.swiper .swiper-button-prev,
.service-style-two-carousel.swiper .swiper-button-next {
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.service-style-two-carousel.swiper .swiper-button-prev::after, 
.service-style-two-carousel.swiper .swiper-button-next::after {
	color: var(--white);
	font-size: 30px;
}

.service-style-two-carousel.swiper:hover .swiper-button-prev {
	left: 50px;
	opacity: 1;
	visibility: visible;
}

.service-style-two-carousel.swiper:hover .swiper-button-next {
	right: 50px;
	opacity: 1;
	visibility: visible;
}


/* ============================================================== 
    # Services Details
=================================================================== */
.services-details-area .thumb img {
	margin-bottom: 40px;
}

.services-details-area h1, 
  .services-details-area h2, 
  .services-details-area h3, 
  .services-details-area h4, 
  .services-details-area h5, 
  .services-details-area h6 {
	font-weight: 600;
}

.feature-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-list-item li {
	position: relative;
	z-index: 1;
	padding-left: 27px;
	margin-top: 8px;
}

.feature-list-item li::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-secondary);
	font-weight: 500;
}

.quick-contact-widget {
	padding: 60px 37px;
	text-align: center;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.quick-contact-widget h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 25px;
}

.quick-contact-widget h4 a {
	font-weight: 400;
	border-bottom: 2px solid;
}

.quick-contact-widget i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-weight: 100;
	background: #ffffff;
	color: var(--color-primary);
	font-size: 22px;
	border-radius: 50%;
	margin-bottom: 40px;
	position: relative;
}

.quick-contact-widget i::after {
	position: absolute;
	left: -10px;
	top: -10px;
	content: "";
	height: 80px;
	width: 80px;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.8;
}

.quick-contact-widget::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--black);
	z-index: -1;
	opacity: 0.6;
}

.quick-contact-widget .btn-sm {
	font-size: 16px;
}

.services-sidebar .single-widget {
	margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
	display: block;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	display: inline-block;
	padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
	font-size: 22px;
}

.services-sidebar .single-widget:first-child {
	margin-top: 0;
}

.widget-brochure ul {
	padding-left: 0;
	list-style: none;
}

.widget-brochure ul li a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	background: #ffffff;
	padding: 20px 25px;
	border-radius: 5px;
	border: 2px solid #cddff7;
	color: var(--color-heading);
}

.widget-brochure ul li a:hover {
	color: var(--color-primary);
}

.widget-brochure ul li:first-child a {
	margin-top: 0;
}

.widget-brochure ul li:first-child a,
.widget-brochure ul li a:hover {
	background: var(--color-primary);
	border-color: transparent;
	color: var(--white);
}

.widget-brochure ul li i {
	font-size: 35px;
	font-weight: 100;
	margin-right: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
  .widget-brochure ul li:first-child i {
	color: var(--white);
}

.services-list-widget {
	background: var(--bg-gray);
	padding: 30px;
}

.services-list-widget ul li:last-child a {
	border: none;
}

.services-list-widget ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.services-list-widget ul li {
	display: block;
}

.services-list-widget ul li a {
	display: block;
	padding: 18px 25px;
	border-bottom: 1px solid #c8e0ff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: var(--color-heading);
}

.services-list-widget ul li a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: var(--bg-gradient);
	background-size: 220% 150%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	z-index: -1;
}

.services-list-widget ul li a:hover {
	color: #ffffff;
}

.services-list-widget ul li a:hover::before {
	width: 100%;
}

.services-list-widget ul li.current-item a {
	color: #ffffff;
}

.services-list-widget ul li.current-item a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "\f061";
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 17px;
}

.services-list-widget ul li.current-item a::before {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.services-more .row {
		margin-top: -20px;
	}
}

.services-more .item {
	padding: 35px;
	background: var(--bg-gray);
	margin-top: 15px;
	border-radius: 10px;
}

@media only screen and (max-width: 767px) {
	.services-more .item {
		margin-top: 30px;
		text-align: center;
	}

	.services-details-items blockquote {
		font-size: 28px;
		padding: 50px 37px;
		margin: 30px 0;
		margin-top: 0;
	}
}

.services-more .item i {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 30px;
	background: var(--color-primary);
	color: var(--white);
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
}

.services-more .item a {
	color: var(--color-heading);
}

.services-more .item a:hover {
	color: var(--color-primary);
}

.services-more .item p {
	margin: 0;
}

.accordion-style-two-items .accordion-style-two {
	margin-top: 15px;
	border: none;
	background: #ffffff;
	box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
	border-radius: 8px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.accordion-style-two-items .accordion-style-two .accordion-body {
	padding: 30px;
}

.accordion-style-two-items button.accordion-button:not(.collapsed) {
	background: var(--color-primary);
	border-radius: 10px 10px 0 0;
}

.accordion-style-two-items .accordion-style-two::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 5px;
	border-radius: 0 10px 10px 0;
}

.accordion-style-two-items .accordion-style-two .accordion-body p {
	margin: 0;
}

.accordion-style-two-items button.accordion-button {
	background: #ffffff;
	padding: 20px 25px !important;
	box-shadow: inherit !important;
	color: var(--color-heading);
	border-radius: 10px;
}

.accordion-style-two-items button.accordion-button::after {
	filter: grayscale(100%);
	left: auto;
	right: 20px;
	background-color: transparent;
	transform: none;
}

.services-details-items blockquote {
	background: var(--color-secondary);
	color: var(--white);
	padding: 45px 60px;
	border-radius: 6px;
	margin: 40px 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
}

.accordion-button {
	text-transform: none;
}

/* ============================================================== 
    # Our Benifits
=================================================================== */
.fun-fact .medium {
	display: block;
}

.fun-fact .counter {
	display: flex;
	align-items: center;
	font-size: 65px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 5px;
}

.shape-top-center {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	background-size: cover;
}

.benifits-area {
	position: relative;
	padding-top: 250px;
}

.benifit-items {
	padding: 80px;
	position: relative;
	bottom: 0;
	background: var(--color-secondary);
	margin-right: -15px;
}

.benifit-items .sub-title {
	margin-bottom: 30px;
}

.product-count {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	padding-top: 35px;
	margin-top: 35px;
}

.product-count img {
	width: 100px;
	margin-right: 30px;
}

.benifit-items p {
	opacity: 0.9;
}

ul.list-standard {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-standard li {
	position: relative;
	font-size: 17px;
	padding-left: 25px;
	line-height: 2;
	font-weight: 500;
}

.list-standard li::after {
	position: absolute;
	left: 0;
	top: 7px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	color: var(--white);
	border-radius: 5px;
}


/* ============================================================== 
    # Video Area
=================================================================== */
.video-content {
    padding: 280px 0;
    position: relative;
    z-index: 1;
}

.video-content .video-play-button {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.video-content .video-play-button i {
    top: 0;
    left: 0;
}

.video-content .video-play-button i::before {
    left: 5px;
    position: relative;
}

.video-content h2 {
	margin: 0;
}

/* ============================================================== 
    # Product list
=================================================================== */
.product-cat-area {
	position: relative;
	z-index: 1;
}

.product-list-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 60px;
	grid-column-gap: 30px;
}

.product-cat-lists {
	padding-left: 80px;
}

.product-cat-items {
	overflow: hidden;
}

.product-cat-lists .top-info {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.product-list-item a {
	display: block;
	position: relative;
	z-index: 1;
}

.product-list-item a img {
	height: 70px;
	margin-bottom: 15px;
}

.product-list-item h5 {
	font-family: var(--font-secondary);
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 0;
}

.mask-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	font-size: 100px;
	font-weight: 900;
	margin: 0;
	line-height: 1.1;
	text-transform: capitalize;
	font-family: var(--font-secondary);
	display: inline-block;
}

.product-cat-area::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: var(--dark);
	z-index: -1;
}

.shape-right-bottom-mini {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
}

.benifit-items .shape {
	position: absolute;
	left: -80px;
	bottom: -60px;
	width: 200px;
	animation: UpDown 6s linear infinite;
}

/* ============================================================== 
    # Options list
=================================================================== */
.options-cat-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
}

.options-list-box {
	display: grid;
	max-width: 1200px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-row-gap: 60px;
	grid-column-gap: 40px;
}

.options-cat-lists {
	padding-left: 60px;
}

.options-cat-items {
	overflow: hidden;
}

.options-cat-lists .top-info {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.options-list-item {
  background-color: #1a3c5a;
  border-radius: 10px; 
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 

  /* --- ESTILOS PARA CENTRAR EL TEXTO DENTRO DEL CUADRO --- */
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center;     /* Centra el contenido verticalmente */
  text-align: center;

  /* Asegura una altura mínima para que todos los cuadros se vean uniformes */
  min-height: 120px;
}

/* Ajuste al texto para que no tenga márgenes extra */
.options-list-item h5 {
	line-height: 1.4;
}

.options-list-item a {
	display: block;
	position: relative;
	z-index: 1;
}

.options-list-item a img {
	height: 70px;
	margin-bottom: 15px;
}

.options-list-item h5 {
	font-family: var(--font-secondary);
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 1.4;
}

.mask-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	font-size: 100px;
	font-weight: 900;
	margin: 0;
	line-height: 1.1;
	text-transform: capitalize;
	font-family: var(--font-secondary);
	display: inline-block;
}

.options-cat-area::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--dark);
	z-index: -1;
}

.shape-right-bottom-mini {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
}

.benifit-items .shape {
	position: absolute;
	left: -80px;
	bottom: -60px;
	width: 200px;
	animation: UpDown 6s linear infinite;
}


/* ============================================================== 
    # Testimonial
=================================================================== */

.testimonial-area {
	background-size: 30%;
	background-repeat: repeat-x;
	background-position: bottom center;
}

.testimonial-style-one p {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.6;
}

.testimonial-style-one {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 50px;
	overflow: hidden;
}

.testimonial-style-one .info {
	background: var(--white);
	padding: 60px;
	padding-left: 220px;
	margin-left: -200px;
	margin-top: 120px;
	position: relative;
	z-index: 1;
}

.testimonial-style-one .info img {
	height: 100px;
	position: absolute;
	z-index: -1;
	margin-top: -28px;
	opacity: 0.07;
	margin-left: -25px;
}

.testimonial-style-one .thumb {
	position: relative;
	z-index: 2;
}

.testimonial-heading {
	position: relative;
}

.testimonial-heading h2 {
	position: absolute;
	top: 0;
	left: 38%;
	font-size: 50px;
	z-index: 1;
}

.testimonial-heading h2::after {
	position: absolute;
	left: 0;
	bottom: -8px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

.testimonial-style-one .provider {
	display: flex;
	justify-content: space-between;
}

.testimonial-style-one .provider i {
	color: #ffc204;
}

.testimonial-style-one .provider {
	margin-top: 30px;
	border-top: 2px solid;
	padding-top: 35px;
}

.testimonial-style-one .provider h4 {
	margin-bottom: 5px;
}

.testimonial-style-one .provider span {
	color: var(--color-secondary);
	text-transform: uppercase;
}

/* ============================================================== 
    # Testimonial Style Two
=================================================================== */
.testimonial-style-two-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.testimonial-style-two {
	border-radius: 10px;
	overflow: hidden;
	padding-top: 20px;
}

.testimonial-style-two .thumb {
	position: relative;
	height: 150px;
	width: 150px;
	margin: auto auto 30px;
}

.testimonial-style-two .thumb > img {
	border-radius: 50%;
	border: 12px solid var(--white);
}

.testimonial-style-two .thumb img:nth-child(2) {
	border-radius: inherit;
	position: absolute;
	height: 51px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-primary);
	padding: 10px;
	border-radius: 50%;
}

.testimonial-style-two p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-heading);
}

.testimonial-style-two .provider {
	position: relative;
	z-index: 1;
	margin-top: -80px;
}

.testimonial-style-two .item-info {
	padding: 120px;
	position: relative;
	background: var(--white);
	border-radius: 20px;
}

.testimonial-style-two .item-info::after {
	position: absolute;
	left: 30px;
	right: 30px;
	content: "";
	height: 60px;
	background: var(--white);
	z-index: -1;
	top: -20px;
	border-radius: 10px;
	opacity: 0.6;
}

.testimonial-style-two .thumb .quote {
	background: var(--color-secondary);
	height: 50px;
	width: 50px;
	padding: 11px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -7px;
}

.testimonial-style-two .thumb .quote img {
	border-radius: 0;
}

.testimonial-style-two .provider h4 {
	margin-bottom: 5px;
	font-size: 28px;
}

.testimonial-style-two .provider span {
	color: var(--color-secondary);
	text-transform: uppercase;
	font-size: 18px;
}

.testimonial-style-two i {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 25px;
	color: #ffc100;
}

.testimonial-style-two-carousel .swiper-pagination {
	position: relative;
	margin-top: 40px;
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet {
	height: 20px;
	width: 20px;
	border: 1px solid var(--color-heading);
	background: transparent;
	position: relative;
	z-index: 1;
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: var(--color-heading);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/* ============================================================== 
    # Gallery
=================================================================== */
.gallery-style-one {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.gallery-style-one img {
	transition: all 0.75s ease-in-out;
	transform: scale(1);
}

.gallery-style-one:hover img {
	transform: scale(1.3);
}

.gallery-style-one .overlay {
	position: absolute;
	left: 30px;
	bottom: 15px;
	z-index: 1;
	right: 0px;
	margin: 0px;
	padding: 50px;
}

.gallery-style-one .overlay::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.75;
	background: url(../img/shape/14.png) left center / 50% no-repeat;
	background-position: left center;
}

.gallery-style-one .overlay h4 {
	margin: 0;
	font-family: var(--font-secondary);
	letter-spacing: 1px;
	font-size: 28px;
}

.gallery-style-one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 40%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
}

.gallery-style-one-carousel .swiper-wrapper {
	padding-bottom: 70px;
}

.gallery-style-one-carousel .swiper-pagination {
	margin-bottom: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-style-one-carousel .swiper-pagination span.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	margin: 0 5px;
	background: var(--dark);
}

.gallery-style-one-carousel .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 17px;
	width: 17px;
	background: var(--color-secondary);
	opacity: 1;
}

.gallery-style-one .overlay a {
	color: var(--white);
}

.gallery-style-one .overlay p {
	color: var(--color-primary);
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
	font-size: 18px;
}


/* ============================================================== 
    # Gallery 
=================================================================== */

.magnific-mix-gallery {
	margin: -15px;
	overflow: hidden;
}

.gallery-items.colums-3 .gallery-item {
	float: left;
	padding: 15px;
	width: 33.3333%;
}

.gallery-items.colums-2 .gallery-item {
	float: left;
	padding: 15px;
	width: 50%;
}

.gallery-items.colums-4 .gallery-item {
	float: left;
	padding: 15px;
	width: 25%;
}

.gallery-items .gallery-item.width {
	width: 66.6666%;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.gallery-items.colums-2 .gallery-item,
	.gallery-items.colums-3 .gallery-item,
	.gallery-items.colums-4 .gallery-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

  
  /* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  
	  /* Portfolio */
	.gallery-items.colums-4 .gallery-item {
		width: 50%;
	}
}

/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-style-one img {
	border-radius: 10px;
}

.project-details-thumb img {
	margin-bottom: 60px;
}

.project-single-tags a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	text-transform: uppercase;
	color: var(--color-paragraph);
}

.project-single-tags a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: ",";
}

.project-single-tags a:last-child::after {
	display: none;
}

.project-single-tags {
	margin-bottom: 15px;
}

.project-single-tags a:hover {
	color: var(--color-primary);
}

.project-details-thumb h2 {
	font-weight: 700;
	margin: 0;
	padding-right: 15%;
}

.project-author-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-row-gap: 30px;
}

.project-author-details ul li {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 60px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.project-author-details ul li:first-child {
	border: none;
	padding: 0;
}

.project-author-details ul li  h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}

.project-author-details ul li p {
	margin: 0;
}

.project-author-details ul li .right-info h3 {
	color: var(--color-paragraph);
	font-weight: 600;
}

p.project-inner-tag {
	font-weight: 700;
	line-height: 2.3;
	text-transform: uppercase;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum h1,
.item-grid-colum h2,
.item-grid-colum h3,
.item-grid-colum h4,
.item-grid-colum h5,
.item-grid-colum h6 {
	font-weight: 700;
}

ul.list-disc {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}

ul.list-disc li {
	list-style: disc;
	margin-top: 7px;
}

.project-details-style-one img {
	margin-bottom: 35px;
}

.project-details-style-one .project-details-top img {
	margin-bottom: 60px;
}

.project-detail-content {
	position: relative;
}

.project-detail-content ul.project-info {
	padding: 60px;
	border-radius: 8px;
}

@media (min-width: 992px) {
	.project-detail-content ul.project-info {
		position: sticky;
		top: 200px;
	}
}

ul.project-info li h4 {
	margin: 0;
	margin-bottom: 4px;
}

ul.project-info li {
	margin-top: 25px;
}

ul.project-info li:first-child {
	margin-top: 0;
}

.project-static-gallery img {
	margin-bottom: 0;
	margin-top: 20px;
}


/* ============================================================== 
	 # Why Choose Us
=================================================================== */
.choose-us-thumb {
	text-align: center;
	position: relative;
	z-index: 1;
}

.choose-us-thumb::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 120%;
	width: 66%;
	transform: translate(-50%, -50%);
	border: 15px solid var(--color-primary);
	z-index: -1;
}

.choose-us-thumb img {
	max-width: 120%;
}

.achivement-items {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-column-gap: 80px;
	align-items: center;
}

.achivement-content {
	text-align: center;
}

.achivement-content .progressbar {
	position: relative;
	margin-bottom: 5px;
}

.achivement-content .progressbar strong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 24px;
	color: var(--color-primary);
}

.achivement-content .item {
	margin-top: 50px;
}

.achivement-content .item:first-child {
	margin-top: 0;
}

.achivement-content .item h4 {
	font-size: 20px;
}

ul.list-details h4 {
	font-weight: 700;
}

ul.list-details li {
	margin-top: 40px;
}

ul.list-details li:first-child {
	margin-top: 0;
}

ul.list-details li p {
	margin: 0;
}

/* ============================================================== 
    # Choose us Style Two
=================================================================== */
.choose-us-style-two-area {
	position: relative;
	z-index: 1;
}

.choose-us-style-two-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: var(--dark);
	z-index: -1;
}

.choose-us-style-two-area::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: url(../img/shape/12.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: -1;
}

ul.list-simple li {
	margin-top: 40px;
	position: relative;
	z-index: 1;
	padding-left: 45px;
}

ul.list-simple li:first-child {
	margin-top: 0;
}

ul.list-simple li::after {
	position: absolute;
	left: 0;
	top: 3px;
	height: 26px;
	width: 26px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	border-radius: 50%;
	background: var(--color-secondary);
	color: var(--white);
	line-height: 27px;
}

ul.list-simple li p {
	margin: 0;
}

ul.list-simple.text-light li p {
	opacity: 0.9;
}

.fun-fact-thumb {
	position: relative;
	margin-left: -35%;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	bottom: -120px;
	margin-top: -120px;
}

.fun-fact-thumb .fun-fact {
	margin-left: 25%;
}

.choose-us-style-two-info {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	grid-column-gap: 50px;
	margin-top: 50px;
}

.choose-us-style-two-info .thumb {
	margin-right: -140%;
	margin-left: 30px;
}

.choose-us-style-two-info .fun-fact {
	margin-top: 20px;
	color: var(--color-heading);
	border-top: 2px solid;
	padding-top: 20px;
}

.choose-us-style-two-info .fun-fact:first-child {
	margin-top: -10px;
	padding-top: 0;
	border: none;
}

.choose-us-style-two-info .fun-fact .counter {
	color: var(--color-primary);
	font-size: 70px;
	font-weight: 600;
}

.choose-us-style-two-info .thumb {
	position: relative;
	z-index: 1;
}

.choose-us-style-two-info .thumb .video-play-button {
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.choose-us-style-two-info .thumb .video-play-button i {
	font-size: 30px;
	left: 0;
}

.choose-us-style-two-info .thumb .video-play-button .effect {
	background: var(--color-primary);
	height: 150px;
	width: 150px;
}

.choose-us-style-two-info .thumb .video-play-button .effect::after {
	background: var(--color-primary);
	height: 100px;
	width: 100px;
}

.choose-us-style-two-info .thumb .video-play-button i::before {
	position: relative;
	left: 3px;
}

/* ============================================================== 
    # Choose Us Style Three
=================================================================== */
.choose-us-style-three-area .shape {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 45%;
}

.choose-us-style-three-badge {
	position: absolute;
	top: 50%;
	right: 0;
	height: 200px;
	width: 200px;
	display: inline-block;
	transform: translateY(-50%);
	margin-right: -60px;
}

.choose-us-style-three-badge img {
	background: var(--white);
	border-radius: 50%;
	padding: 17px;
	box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
	position: absolute;
	right: -30px;
	animation: spinner 30s infinite linear;
	height: 200px;
}

.choose-us-style-three-badge img:nth-child(2) {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	padding: 0;
	background: transparent;
	border-radius: inherit;
	animation: inherit;
	box-shadow: none;
}

.illustration-bottom {
	position: absolute;
	right: 0;
	bottom: -80px;
	z-index: 9;
	width: 20%;
}

.list-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-column-gap: 50px;
	margin-top: 35px;
	align-items: center;
}

.list-grid h4 {
	margin: 0;
	text-transform: capitalize;
	font-size: 30px;
}

ul.list-item li {
	position: relative;
	z-index: 1;
	padding-left: 35px;
	font-size: 18px;
	margin-top: 5px;
}

ul.list-item li::after {
	position: absolute;
	left: 0;
	top: 7px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 23px;
	width: 23px;
	text-align: center;
	line-height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	font-size: 11px;
}

.list-grid .achivement-content {
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list-grid .achivement-content .progressbar {
	display: inline-block;
}

/* ============================================================== 
    # Farmers
=================================================================== */

.farmer-area {
	background-repeat: repeat-x;
	background-position: bottom center;
}

.farmer-stye-one {
	margin-bottom: 30px;
}

.farmer-style-one-item .thumb {
	position: relative;
}

.farmer-style-one-item .thumb .social {
	position: absolute;
	left: 0;
	bottom: 0;
}

.farmer-style-one-item .info {
	display: inline-block;
	float: right;
	margin-top: 24px;
}

.farmer-style-one-item .info h4 {
	margin: 0;
}

.farmer-style-one-item .info span {
	font-size: 14px;
	font-weight: 600;
}

.farmer-style-one-item .thumb .social > i {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: var(--color-primary);
	text-align: center;
	line-height: 50px;
	color: var(--color-heading);
	position: absolute;
	bottom: 0;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
}

.farmer-style-one-item .thumb .social ul {
	position: absolute;
	bottom: 50px;
}

.farmer-style-one-item .thumb .social ul a {
	color: var(--white);
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	visibility: hidden;
}

.farmer-style-one-item .thumb .shape {
	position: absolute;
	left: 0;
	bottom: -15px;
}

.farmer-style-one-item .thumb:hover .social ul a {
	opacity: 1;
	visibility: visible;
}

.farmer-style-one-item .thumb .social ul li:first-child a {
	transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(2) a {
	transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(3) a {
	transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(4) {
	transform: translateY(30px) rotate(0);
}

/* Hover */
.farmer-style-one-item .thumb:hover .social ul li:first-child a {
	transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(2) a {
	transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(3) a {
	transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(4) {
	transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb .social li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.instagram a {
	background: #3f729b none repeat scroll 0 0;
}


/* ============================================================== 
     # Team Single  
=================================================================== */

.text-right {
  position: relative;
}

.bio-hover {
  display: none;
  position: absolute;
  bottom: -120%;
  left: 0;
  background-color: #fff;
  color: #333;
  padding: 10px;
  width: 250px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 8px;
  font-size: 14px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.text-right:hover .bio-hover {
  display: block;
}

.team-single-area .team-content-top .right-info h2 {
	font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
	display: block;
	text-transform: uppercase;
	color: var(--color-secondary);
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .right-info ul {
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
	padding-top: 17px;
}

.team-single-area .right-info ul li {
	margin-top: 10px;
	color: var(--color-heading);
}

.team-single-area .right-info ul li strong {
	font-weight: 600;
}

.team-single-area .right-info ul li a {
	font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
	color: var(--color-primary);
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 25px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	padding-right: 20px;
}

.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 45px;
	background: var(--white);
	box-shadow: 0 0 10px #cccccc;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--color-secondary);
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
}

.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
}

.team-single-area .bottom-info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
	margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
	padding-left: 35px;
}

.skill-items .progress-box {
	margin-bottom: 35px;
}

.team-single-area .team-content-top img {
	border-radius: 50%;
}

.skill-items .progress-box:last-child {
	margin-bottom: 0;
}

.skill-items .progress-box h5 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.skill-items .progress-box h5 span {
	position: absolute;
	font-size: 50px;
	line-height: 1;
	top: -21px;
	left: 0;
	z-index: -1;
	opacity: 0.05;
	font-weight: 600;
}

.skill-items .skill-items {
	margin-top: 40px;
}

.skill-items .progress-box .progress {
	background: transparent;
	border-bottom: none;
	box-shadow: inherit;
	border-radius: inherit;
	overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
	height: 6px;
	border-radius: 30px;
	background: var(--bg-gradient);
	top: 12px;
	position: relative;
	overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -40px;
	display: block;
	font-size: 17px;
	color: var(--color-heading);
	font-weight: 600;
}

.team-single-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
}

.team-list-item h4 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 28px;
}

.team-list-item h5 {
	font-weight: 600;
	margin-bottom: 8px;
}

.team-list-item span {
	text-transform: none;
	margin-bottom: 5px;
	color: var(--color-heading);
	display: block;
}

.team-list-item li {
	margin-top: 30px;
}

.team-list-item li:first-child {
	margin-top: 0;
}

.team-single-list ul {
	border: none;
	margin-top: 0;
	padding: 0;
}

.skill-items h3 {
	font-weight: 600;
	margin-bottom: 30px;
}

.team-list-item ul {
	border-left: 1px solid;
	padding-left: 25px;
}

.team-list-item ul li {
	position: relative;
	z-index: 1;
}

.team-list-item ul li::after {
	position: absolute;
	left: -33px;
	top: 3px;
	content: "";
	height: 15px;
	width: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	background: var(--bg-gray);
}



/* ============================================================== 
    # Faq
=================================================================== */

.faq-style-one {
	position: relative;
}

.faq-style-one button.accordion-button {
	color: var(--color-heading);
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	padding-right: 0;
	background: transparent;
	padding-left: 35px;
	position: relative;
	box-shadow: inherit;
	border: none;
	border-radius: inherit;
	text-transform: none;
}

.faq-style-one button.accordion-button::after {
	background: transparent;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 17px;
	position: absolute;
	top: 22px;
	left: 0;
	opacity: 1;
	height: 100%;
	transform: inherit;
}

.faq-style-one button.accordion-button:not(.collapsed)::after {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f068";
}

.faq-style-one button.accordion-button:focus {
	background: transparent;
	color: var(--color-heading);
	border: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.faq-style-one .accordion-body {
	padding: 0;
	margin-top: 15px;
}

.faq-style-one .accordion-header {
	border-bottom: 1px solid;
}

.thumb-style-two {
	position: relative;
	z-index: 1;
}

.thumb-style-two img:nth-child(2) {
	position: absolute;
	bottom: -2px;
	z-index: -1;
	height: 300px;
	left: 100%;
	transform: rotate(2deg);
	margin-left: -25px;
}

.thumb-style-two h2 {
	margin: 0;
	position: absolute;
	font-size: 200px;
	bottom: 0;
	left: -80px;
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	font-family: sans-serif;
}

.thumb-style-two h2 strong {
	display: inline-block;
	color: var(--color-secondary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	background-image: url(../img/banner/7.jpg);
	font-size: 250px;
}


/* ============================================================== 
    # Contact Us
=================================================================== */

.contact-area {
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	z-index: 1;
}

.contact-area::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 55%;
	background: var(--dark);
	z-index: -1;
}

.contact-page.contact-area::after {
	display: none;
}

.contact-area .shape-left-top {
	max-width: 30%;
	top: 60px;
	opacity: 0.1;
}

.contact-style-one-info li {
	display: flex;
	margin-top: 30px;
}

.contact-style-one-info li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	font-size: 25px;
	margin-right: 20px;
}

.contact-style-one-info li:nth-child(2) i {
	background: var(--color-secondary);
}

.contact-style-one-info li:nth-child(3) i {
	background: #068685;
}

.contact-style-one-info li p {
	margin: 0;
}

.contact-style-one-info li h5 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 20px !important;
	margin-top: 0;
}

.contact-style-one-info li a {
	font-weight: 400;
}

.contact-style-one-info h2 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1;
}

.contact-style-one-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}

.contact-form-style-one {
	padding: 80px 100px;
	position: relative;
	background: var(--white);
}

.contact-form-style-one img {
	position: absolute;
	left: -230px;
	bottom: -50px;
	width: 300px;
}

.contact-form-style-one .illustration {
	position: absolute;
	left: -130px;
	bottom: -60px;
	z-index: -1;
}

.contact-form-style-one .sub-heading {
	margin-bottom: 15px;
}

.contact-form-style-one .heading {
	margin-bottom: 40px;
}

.contact-form-style-one input, 
.contact-form-style-one textarea {
	margin-bottom: 15px;
	padding: 15px 20px;
	border: none;
	background: #f8f8f8;
	font-size: 14px;
}

.contact-form-style-one textarea {
	min-height: 180px;
}

.contact-form-style-one button {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 6px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 17px;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
	color: var(--color-heading);
	border: none;
	background: var(--color-primary);
	padding: 16px 52px;
}

.contact-form-style-one button::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--color-secondary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.contact-form-style-one button:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.contact-form-style-one button:hover {
	color: var(--white);
}

img.loader {
	margin-left: 8px;
}

.contact-style-one-info h2 span {
	position: relative;
	z-index: 1;
}

.contact-style-one-info h2 span svg {
	position: absolute;
	top: auto;
	left: 50%;
	width: 80%;
	height: 100%;
	transform: translate(-50%);
	overflow: visible;
	bottom: 0;
	z-index: -1;
}

.contact-style-one-info h2 span path {
	stroke: var( --color-primary);
	stroke-width: 10;
	stroke-dasharray: 1500;
	fill: none;
}

.contact-form-style-one .sub-title {
	margin-bottom: 10px;
}

.sahpe-right-bottom {
	position: absolute;
	right: 0;
	bottom: -50px;
	max-width: 15%;
}

/* ============================================================== 
    # Feature
=================================================================== */

.feature-style-one-area {
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shape-left-top {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: -1;
	width: 25%;
}

.quality-card ul {
	display: flex;
	align-items: center;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 25px;
	margin-top: -40px;
}

.quality-card img {
	height: 120px;
	margin: 0 15px;
}

.quality-card ul li {
	font-size: 50px;
	text-transform: uppercase;
	color: var(--color-heading);
	font-weight: 700;
}

.feature-style-one-info .mask-text {
	text-align: center;
}

.feature-style-one-item {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.feature-style-one-item h2 {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-secondary);
	font-weight: 900;
	color: var(--white);
}

.item-list li {
	font-weight: 600;
	color: var(--color-heading);
	line-height: 32px;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

.item-list li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-secondary);
	font-weight: 100;
}

.featured-product {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	overflow: hidden;
	border-radius: 10px;
	margin-right: -50px;
	padding: 25px 0;
}

.featured-product .product-list-item a {
	display: flex;
	align-items: center;
	padding: 17px 50px;
}

.featured-product .product-list-item img {
	width: 70px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 0;
}

.featured-product .product-list-item {
	position: relative;
	z-index: 1;
}

.featured-product .product-list-item a h5 {
	margin: 0;
}


/* ============================================================== 
    # Featuer Style Two
=================================================================== */

.feature-style-two-area {
	background-size: 55%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.feature-style-two-items {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr;
	align-items: center;
}

.feature-style-two {
	padding: 50px;
}

.feature-style-two.info {
    padding: 100px 80px;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    background-color: var(--white);
}

.product-feature-item {
	text-align: center;
	margin-top: 80px;
}

.product-feature-item h4 {
	margin: 0;
}

.product-feature-item:first-child {
	margin-top: 0;
}

.product-feature-item img {
	height: 120px;
	margin-bottom: 15px;
}

.product-feature-item .thumb {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.product-feature-item .thumb::after {
	position: absolute;
	left: 50%;
	top: -30px;
	content: "";
	height: 150px;
	width: 150px;
	transform: translateX(-50%);
	background: linear-gradient(0deg, transparent, rgba(237, 245, 255, 0.9));
	z-index: -1;
	border-radius: 50%;
}


/* ============================================================== 
    # Feature Style Three
=================================================================== */

.thumb-style-three {
	position: relative;
	z-index: 1;
}

.thumb-style-three img {
    padding: 80px;
}

.thumb-style-three::after {
    position: absolute;
    height: 580px;
    width: 580px;
    content: "";
    border: 100px solid var(--color-primary);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


.feature-style-three-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-style-three-item p {
    margin: 0;
}

.feature-style-three-item h4 {
    font-weight: 700;
}

.feature-style-three-item li {
    margin-top: 30px;
    display: flex;
    border-top: 1px solid var(--color-secondary);
    padding-top: 30px;
}

.feature-style-three-item li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.ex-badge {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 280px;
    width: 280px;
}

.ex-badge .fun-fact {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
}

.ex-badge img {
    padding: 0;
}

.ex-badge .fun-fact .counter {
    line-height: 1;
    margin: 0;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.feature-style-three-item li img {
    min-width: 60px;
    width: 60px;
}

.feature-style-three-item li .icon {
    margin-right: 25px;
}

.feature-style-three-item.text-end li {
    flex-direction: row-reverse;
}

.feature-style-three-item.text-end li .icon {
    margin-right: 0;
    margin-left: 30px;
}

/* ============================================================== 
    # Timeline
=================================================================== */

.timeline-area {
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.timeline-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 50px;
	border-top: 2px solid var(--dark);
	padding-top: 50px;
}

.timeline-item h2 {
	color: var(--dark);
	font-weight: 800;
	font-size: 65px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.timeline-item h4 {
	margin-bottom: 0;
}

.timeline-item {
	position: relative;
	z-index: 1;
}

.timeline-item::after {
	position: absolute;
	left: 40px;
	top: -61px;
	content: "";
	height: 20px;
	width: 20px;
	background: var(--white);
	border-radius: 50%;
	border: 2px solid var(--dark);
}

.timeline-item::before {
	position: absolute;
	left: 49px;
	top: -42px;
	content: "";
	height: 30px;
	width: 2px;
	border-left: 2px solid var(--dark);
}

.timeline-item h2::after {
	position: absolute;
	left: 46px;
	top: -55px;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-secondary);
	border-radius: 50%;
}


/* ============================================================== 
     # History 
=================================================================== */

.history-area {
    position: relative;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	overflow: hidden;
}

.history-area .fixed-shape-center {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.history-area .fixed-shape {
    position: absolute;
    bottom: -11px;
    width: 100%;
}

.history-area .fixed-shape img {
  width: 100%;
}

/* Indicator */

.history-area .carousel-indicators {
    bottom: auto;
    top: 0;
    justify-content: center;
    text-align: center;
    margin: 0 10%;
}

.history-area .carousel-indicators li {
  text-indent: 0;
  border: none;
  color: #ffffff;
  background: transparent;
  transition: all 0.25s ease;
  line-height: 1;
  opacity: 1;
  height: 60px;
  text-align: center;
  display: block;
  flex: inherit;
  float: none;
  width: auto;
}

.history-area .carousel-indicators li h4 {
  font-weight: 700;
  color: var(--color-heading);
  transition: all 0.35s ease-in-out;
  text-align: center;
}

.history-area .carousel-inner {
    padding-top: 120px;
    padding-left: 15%;
    padding-right: 15%;
}

.history-area .carousel-indicators::after {
    position: absolute;
    left: 0;
    top: 50px;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--color-secondary);
    z-index: -1;
}

.history-area .carousel-indicators li {
    position: relative;
    z-index: 1;
}

.history-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    bottom: 4px;
    content: "";
    height: 10px;
    width: 10px;
    border: 5px solid var(--dark);
    border-radius: 50%;
    margin-left: -5px;
}

.history-area .history-items {
    position: relative;
}

.timeline-navigation {
    position: absolute;
    right: -7%;
    top: 29px;
    display: flex;
    width: 114%;
    justify-content: space-between;
    align-items: center;
}

.timeline-navigation > div {
	height: 40px;
	width: 40px;
	background: var(--color-primary);
	z-index: 9;
	position: relative;
	border-radius: 50%;
}

.timeline-navigation > div::after {
	position: absolute;
	top: 50%;
	content: "";
	left: 50%;
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	color: var(--color-heading);
	transform: translate(-50%, -50%);
	font-size: 25px;
}

.timeline-navigation .timeline-button-next::after {
	content: "\f105";
}

.timeline-navigation .timeline-button-prev::after {
	content: "\f104";
}

.history-items .carousel-item h3 {
    font-size: 36px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.history-items .animated-btn {
	text-transform: uppercase;
}

.history-items .animated-btn i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--color-secondary);
	border-radius: 50%;
	color: var(--white);
	margin-right: 10px;
}



/* ============================================================== 
    # Call to action
=================================================================== */
.call-to-action-area {
	background-size: 35%;
	background-position: center top;
}

.callto-action {
	background: var(--color-secondary);
	padding: 80px;
	position: relative;
	z-index: 2;
}

.callto-action p {
	opacity: 0.9;
}

.call-to-action-area .row {
	align-items: end;
}

.call-to-action-area .brand {
	padding: 50px;
	position: relative;
	z-index: 1;
}

.call-to-action-area .brand::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 600%;
	left: -200%;
	right: -200%;
	background: var(--white);
	z-index: -1;
}

.callto-action a {
	text-transform: uppercase;
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

.call-to-action-area .shape {
	position: absolute;
	right: 0;
	z-index: 2;
	bottom: 160px;
	max-width: 26%;
}


/* ============================================================== 
    # Brand
=================================================================== */
.brand-style-one-carousel img {
	height: 100px;
}

/* ============================================================== 
    # Product Speciality
=================================================================== */
.product-badge {
	position: relative;
	left: 0;
	background: var(--color-primary);
	text-align: center;
	padding: 40px;
	display: inline-block;
	top: -35px;
	margin-bottom: 0;
}

.product-speciality-info {
	position: relative;
	z-index: 1;
}

.product-badge h1 {
	margin: 0;
	font-size: 60px;
}

.product-badge h1 strong {
	display: block;
	font-size: 36px;
	font-family: var(--font-secondary);
	text-transform: uppercase;
}

.product-badge::after {
	position: absolute;
	right: -29px;
	top: 0;
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 35px solid var(--color-primary);
	opacity: 0.6;
}

.product-speciality-info h2 {
	font-size: 60px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.product-speciality-info h2 strong {
	display: block;
	color: var(--color-secondary);
	font-weight: 600;
}

/* ============================================================== 
    # Product Type
=================================================================== */

.product-type-area {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.product-type-item .thumb {
    box-shadow: 0px 15px 10px -10px rgb(109 117 143 / 33%);
    padding: 35px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin: auto auto 30px;
    position: relative;
    z-index: 1;
    background: var(--white);
}

.product-type-item .thumb img {
    border-radius: 50%;
}

.product-type-item .thumb span {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    text-align: center;
    line-height: 50px;
    color: var(--color-heading);
    font-weight: 800;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    right: 32px;
    bottom: 50px;
}

.product-type-single:nth-child(2n) .product-type-item .thumb span {
    right: 32px;
    bottom: auto;
    top: 50px;
}


/* ============================================================== 
    # Category Product
=================================================================== */
.product-cat-highlight-info {
	padding: 80px;
	background: var(--color-secondary);
}

.product-cat-highlight-info h2 {
	text-transform: uppercase;
	margin-bottom: 25px;
}

.product-cat-highlight-info h2 strong {
	display: block;
}

.product-cat-highlight-info h6 {
	text-transform: uppercase;
	font-size: 18px;
	background: var(--white);
	display: inline-block;
	color: var(--color-heading);
	padding: 10px;
	position: relative;
	z-index: 1;
}

.product-cat-highlight-info .btn {
	margin-top: 25px;
}

.product-cat-highlight-info .btn::after {
	background: var(--dark);
}

.product-cat-highlight-info img {
	margin-top: -80px;
}

.product-cat-highlight-info h6::after {
	position: absolute;
	right: -15px;
	top: 0px;
	content: "";
	height: 101%;
	width: 40px;
	background: var(--white);
	clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	z-index: -1;
}

.product-cat-highlight-info h6::before {
	position: absolute;
	left: -15px;
	top: 0px;
	content: "";
	height: 101%;
	width: 40px;
	background: var(--white);
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
	z-index: -1;
}

.pro-cat-carousel .product {
	margin-bottom: 0;
	padding: 0;
}

.pro-cat-carousel .product .product-contents {
	box-shadow: none;
	border: 1px solid #e7e7e7;
}

ul.product-features {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

ul.product-features li {
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	margin-right: 50px;
}

ul.product-features li img {
	height: 60px;
	margin-right: 15px;
}

ul.product-features li p {
	margin: 0;
}

ul.product-features li h4 {
	margin-bottom: 5px;
	font-weight: 600;
}

ul.product-features li:last-child {
	margin: 0;
}

.product-swiper-nav {
	position: absolute;
	right: 0;
	top: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	width: 100%;
	padding: 0 50px;
	transform: translateY(-50%);
	margin-top: -20px;
}

.product-swiper-nav > div {
	height: 40px;
	width: 40px;
	background: var(--color-primary);
	z-index: 9;
	position: relative;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.product-swiper-nav > div::after {
	position: absolute;
	top: 7px;
	content: "";
	height: 100%;
	width: 100%;
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	color: var(--white);
}

.product-swiper-nav .product-button-next::after {
	content: "\f105";
}

.product-swiper-nav .product-button-prev::after {
	content: "\f104";
}

.pro-cat-carousel:hover .product-swiper-nav > div {
	opacity: 1;
	visibility: visible;
}


/* Brand */
.brand-style-two img {
	max-height: 90px;
}


/* ============================================================== 
    # Footer
=================================================================== */
footer {
	background-size: 15%;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.shape-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
	opacity: 0.4;
	z-index: -1;
}

.footer-item {
	margin-top: 50px;
}

.f-items.default-padding {
	padding-top: 70px;
}

.footer-item .logo, 
.footer-item .widget-title {
	margin-bottom: 30px;
}

.footer-item .logo {
	height: 60px;
}

.footer-item .widget-title {
	font-weight: 600;
}

.footer-item.link li {
	margin-top: 12px;
}

.footer-item.link li:first-child {
	margin: 0;
}

.footer-item.link li a {
	font-weight: 500;
	color: #dedede;
}

.footer-item.link li a:hover {
	color: var(--white);
}

.footer-item.recent-post li {
	display: flex;
	margin-top: 30px;
}

.footer-item.recent-post li img {
	width: 80px;
	max-width: 80px;
	margin-right: 20px;
	border-radius: 10px;
}

.footer-item.recent-post li:first-child {
	margin: 0;
}

.footer-item.recent-post li .meta-title span {
	color: var(--color-primary);
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-item.recent-post li a {
	line-height: 1;
	font-weight: 600;
	color: #dedede;
	font-size: 18px;
}

.footer-item.recent-post li a:hover {
	color: var(--white);
}

.footer-item.recent-post li h5 {
	margin: 0;
	line-height: 1.3;
}

.footer-item.about {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 20px;
}

.footer-item.about p {
	color: #dedede;
}

.footer-item.about form {
	margin-top: 30px;
	position: relative;
}

.footer-item.about form button {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background: var(--color-primary);
	border: none;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	color: var(--color-heading);
}

.footer-item.about form button:hover {
	color: var(--white);
}

.footer-item.about form input {
	min-height: 66px;
	padding-left: 30px;
	border-radius: 50px;
	border: none;
}

.footer-item.contact li {
	display: flex;
	margin-top: 20px;
}

.footer-item.contact li strong {
	display: block;
	text-transform: uppercase;
	color: var(--white);
	font-size: 14px;
}

.footer-item.contact li i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 18px;
}

.footer-item.contact li {
	color: #dedede;
}

.footer-item.contact li p {
	margin: 0;
	color: #dedede;
}

.footer-item.contact li a {
	color: #dedede;
	font-weight: 500;
}

.footer-item.contact li a:hover {
	color: var(--white);
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom {
	padding-bottom: 50px;
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}




/* ============================================================== 
     # Responsive CSS  
=================================================================== */

/* Custom Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

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

	/* Banner Two */
	.banner-style-three h2 {
		font-size: 60px;
	}

	.banner-style-two .content {
		padding-top: 160px;
		padding-bottom: 120px;
	}

	ul.top-feature {
		margin-left: -100%;
	}

	.mask-text {
		font-size: 80px;
		margin-right: -10%;
	}

	.product-list-box {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}

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

	.choose-us-thumb img {
		max-width: 100%;
	}

	.achivement-items {
		align-items: start;
	}

	.contact-style-one-info {
		padding-left: 50px;
	}

	.contact-page .contact-style-one-info {
		padding-left: 0;
	}

	.contact-form-style-one {
		padding: 70px;
	}

	.contact-form-style-one .heading {
		font-size: 44px;
	}

	.contact-style-one-info h2 {
		font-size: 44px;
		margin-top: 65px;
	}

	.blog-area.home-blog .thumb img {
		width: 100%;
	}

	/* feature product */
	.feature-style-one-area .align-center {
		align-items: center;
	}

	.featured-product {
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin-right: 0;
		grid-column-gap: 30px;
	}

	.featured-product .product-list-item a {
		display: block;
		padding: 50px;
	}

	.featured-product .product-list-item {
		margin: 0;
		text-align: center;
	}

	.featured-product .product-list-item img {
		margin: 0;
		margin-bottom: 15px;
		height: 60px;
		width: auto;
	}

	.feature-style-two.info {
		padding: 80px 50px;
	}

	.feature-style-two.info .title {
		font-size: 40px !important;
	}

	.product-feature-item img {
		height: 100px;
	}

	.product-feature-item .thumb::after {
		height: 120px;
		width: 120px;
	}

	.product-feature-item h4 {
		font-size: 20px;
	}

	.product-cat-highlight-info img {
		display: none;
	}

	.product-cat-highlight-info h2 {
		font-size: 80px;
	}

	.cat-pro-area .pr-80 {
		padding-right: 15px;
	}

	.product-cat-highlight-info {
		margin-bottom: 60px;
	}

	.grid .product .product-contents {
		grid-template-columns: 1fr;
		text-align: center;
	}

	/* Choose us style two */
	.choose-us-style-two-area::after {
		width: 45%;
	}

	.choose-us-style-two-info .thumb {
		margin-right: -35%;
	}

	.choose-us-style-two-info .fun-fact .counter {
		font-size: 50px;
	}

	.choose-us-style-two-info {
		grid-template-columns: 1fr 2fr;
	}

	/* Brand */
	.brand-style-one-carousel img {
		height: auto;
		max-height: 80px;
	}

	.callto-action {
		padding: 120px;
	}

	.call-to-action-area .shape {
		z-index: 9;
	}

	.brand-style-one-carousel {
		text-align: center;
	}

	.call-to-action-area .brand {
		border-bottom: 1px solid;
	}

	/* Faq */
	.thumb-style-two h2 {
		font-size: 150px;
		left: -40px;
	}

	.thumb-style-two h2 strong {
		font-size: 200px;
	}

	.list-grid {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 25px;
	}

	.list-grid .achivement-content {
		border: none;
	}

	ul.list-item li {
		font-size: 16px;
		font-weight: 400;
		margin-top: 10px;
	}

	ul.list-item li::after {
		top: 3px;
	}

	.illustration-bottom {
		display: none;
	}

	.services-details-items .features .mt-xs-30 {
		margin-top: 30px;
	}

	/* Home Dairy */
	
	.feature-style-three-item ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}
	
	.feature-style-three-item li {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.thumb-style-three img {
		width: 45%;
		padding: 0;
	}
	
	.thumb-style-three {
		text-align: center;
		margin: 120px 0;
	}
	
	.history-area .carousel-inner {
		padding: 0;
		padding-top: 120px;
	}
	
	.carousel.slide .carousel-item img {
		margin-bottom: 50px;
		width: 100%;
	}
	.feature-style-three-item.text-end li {
		flex-direction: inherit;
		text-align: left;
	}
	
	.feature-style-three-item.text-end li .icon {
		margin: 0;
		margin-right: 30px;
	}

	.ex-badge {
		display: none;
	}

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

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.navbar .attr-right .attr-nav li.button {
		display: none;
	}

	.navbar.navbar-fixed .attr-right .attr-nav li.button {
		display: inline-block;
	}

	/* Topbar */
	.top-bar-area .item-flex {
		justify-content: center;
		align-items: center;
	}

	.top-bar-area li {
		justify-content: center;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0 20px;
		margin: 0;
	}

	.top-bar-area li:last-child {
		border: none;
	}

	.top-bar-area .text-end {
		text-align: center !important;
		margin-top: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 15px;
		display: none;
	}

	.top-bar-area .text-end .social li {
		margin: 0 15px;
	}

	.top-bar-area {
		padding: 20px 0;
	}

	.top-style-two .logo {
		display: none !important;
	}

	.top-style-two .row {
		display: block;
		text-align: center;
	}

	.top-style-two {
		padding: 20px 0;
	}

	.top-style-two .row > div {
		width: auto;
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0 30px;
	}

	.top-style-two .info li {
		text-align: left;
	}

	.top-style-two .row > div:last-child {
		border: none;
	}

	/* Banner Style One */
	.banner-style-one .content h2 {
		font-size: 55px;
	}

	.banner-style-one .curve-text svg {
		height: 180px;
		width: 180px;
	}

	/* Banner Style Two */
	.banner-style-two h2 {
		font-size: 80px;
		margin-bottom: 30px;
	}

	.banner-style-two h2 strong {
		font-size: 65px;
	}


	/* Banner Style Three */

	.banner-style-two .content {
		padding-top: 120px;
		padding-bottom: 130px;
	}

	.banner-style-three h2 {
		font-size: 65px;
		line-height: 1.2;
	}

	.banner-style-three .content::after {
		display: none;
	}

	/* About */
	.about-style-one-thumb img {
		margin-bottom: 50px;
		width: 100%;
	}

	.about-style-one-thumb .animation-shape {
		display: none;
	}

	ul.top-feature {
		margin: 0;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 30px;
		margin-top: 40px;
	}

	.fun-fact-style-flex .counter {
		font-size: 80px;
	}

	/* Why Choose Us */
	.choose-us-style-two-area::after {
		width: 100%;
	}

	.choose-us-style-two-area .title {
		color: var(--white);
	}

	.choose-us-style-two-area ul.list-simple {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		padding-bottom: 65px;
	}

	.choose-us-style-two-info .fun-fact {
		color: var(--white);
	}

	.choose-us-style-two-info .thumb {
		margin-right: 0;
	}

	.choose-us-style-two-info {
		grid-template-columns: 1fr 1fr;
	}

	.choose-us-style-two-area.overflow-hidden.default-padding-top {
		padding-bottom: 115px;
	}

	/* Faq */
	.thumb-style-two h2 {
		left: 30px;
		bottom: 0;
		line-height: 1;
		display: none;
	}

	.thumb-style-two img {
		margin-bottom: 50px;
	}

	/* Service */
	.services-style-one-area .row {
		--bs-gutter-x: 30px;
	}

	.shape-right-top {
		top: auto;
		bottom: 0;
		background-position: right bottom;
		display: none;
	}

	/* Services Two */
	h2.mask-text.large {
		font-size: 90px;
	}

	.service-style-two .overlay {
		left: 15px;
		right: 15px;
	}

	.service-style-two .overlay .icon {
		min-width: 75px;
		width: 75px;
	}


	/* Timelime */
	.timeline-area {
		background-color: var(--bg-gray);
		padding: 120px 0;
	}

	.timeline-area .site-heading p {
		padding: 0;
	}

	.timeline-item h2 {
		font-size: 36px;
	}

	.timeline-item h4 {
		font-size: 18px;
		margin: 0;
	}

	/* Farmer */
	.farmer-style-one-item .info {
		float: left;
	}

	.team-style-one-carousel {
		margin-top: 50px;
	}

	/* Product Cat */
	.product-cat-lists {
		padding: 0;
	}

	.product-cat-area::after {
		width: 100%;
	}

	.mask-text {
		font-size: 80px;
		margin-bottom: 40px;
	}

	.product-cat-items {
		text-align: center;
	}

	.product-list-item a {
		background: rgba(255, 255, 255, 0.07);
		padding: 30px;
		border-radius: 8px;
	}

	.product-list-box {
		grid-template-columns: 1fr 1fr 1fr;
		grid-row-gap: 30px;
	}

	/* Options Cat */
	.options-cat-lists {
		padding: 0;
	}

	.options-cat-area::after {
		width: 100%;
	}

	.mask-text {
		font-size: 80px;
		margin-bottom: 40px;
	}

	.options-cat-items {
		text-align: center;
	}

	.options-list-item a {
		background: rgba(255, 255, 255, 0.07);
		padding: 30px;
		border-radius: 8px;
	}


	/* Benifits */
	.benifits-area .shape-top-center {
		display: none;
	}

	.benifits-area {
		margin: 0;
		padding-top: 0;
		background-image: none !important;
		background-color: var(--bg-gray) !important;
	}

	.benifits-area .mbYTP_wrapper {
		display: none;
	}

	.benifit-items {
		margin: 0;
		border-radius: 10px;
		padding: 100px;
		margin-bottom: 120px;
	}

	.benifit-items .shape {
		display: none;
	}

	/* Feature */
	.feature-style-one-item img {
		margin-bottom: 50px;
	}

	.featured-product {
		margin: 0;
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}

	.feature-style-one-area {
		background-size: 30%;
		overflow: hidden;
	}

	/* Feature */
	.feature-style-two-items {
		grid-template-columns: 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 80px;
	}

	.feature-style-two {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.product-feature-item {
		margin: 0;
	}

	.feature-style-two.info {
		grid-template-columns: 1fr;
	}

	/* Product Feature */
	.product-speciality-info h2 {
		font-size: 50px;
	}

	/* Product Highlight */
	.product-cat-highlight-info img {
		max-width: 70%;
	}

	.product-cat-highlight-info {
		margin-bottom: 50px;
	}

	/* Choose Us Style Three */
	.choose-us-style-three-area .shape {
		position: relative;
		height: 400px;
		width: 100%;
		margin-bottom: 50px;
	}

	.choose-us-style-three-area {
		padding-top: 0;
	}

	.list-grid .achivement-content {
		text-align: center;
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.list-grid .achivement-content .item {
		width: 100%;
		text-align: left;
	}

	.list-grid {
		justify-content: center;
		align-items: center;
	}

	.illustration-bottom {
		width: 30%;
		bottom: -40px;
	}

	/* Mix Product */
	.product-mix-menu {
		top: 0;
		text-align: left !important;
		margin: 0;
		margin-bottom: 50px;
	}

	ul#shop-masonary {
		margin: 0 -15px;
	}

	.grid .product .product-contents {
		grid-template-columns: 1fr;
		text-align: center;
	}

	/* Farmer Details */

	.team-single-list {
		margin-bottom: 50px;
	}

	.team-single-area .team-content-top img {
		border-radius: 0;
	}


	/* Testimonial */
	.testimonial-style-one {
		display: block;
		background: var(--white);
	}

	.testimonial-heading h2 {
		position: inherit;
		right: auto;
		left: auto;
		margin: 0;
		text-align: center;
		margin-bottom: 50px;
		display: inline-block;
	}

	.testimonial-heading {
		text-align: center;
		margin-top: -10px;
	}

	.testimonial-style-one .info {
		margin: 0;
		padding: 0;
		padding-top: 30px;
	}

	.testimonial-style-one .thumb img {
		height: 200px;
		width: 200px;
		border-radius: 50%;
		margin-bottom: 30px;
	}

	.swiper .testimonial-style-one {
		padding: 100px;
		text-align: center;
		border-radius: 10px;
		overflow: hidden;
	}

	.testimonial-style-one p {
		font-size: 24px;
	}

	.testimonial-style-one .info img {
		top: 0;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.testimonial-style-one .provider {
		display: block;
	}

	.testimonial-style-one .provider .rating {
		margin-top: 15px;
	}

	/* Call To Action */
	.call-to-action-area .shape {
		z-index: 9;
	}

	.brand-style-one-carousel {
		text-align: center;
	}

	.brand-style-one-carousel img {
		height: 80px;
	}

	.call-to-action-area .brand {
		border-bottom: 1px solid;
	}

	/* Testimonial Two */
	.testimonial-style-two .item-info {
		padding: 50px 37px;
		padding-bottom: 90px;
	}

	.testimonial-style-two p {
		font-size: 24px;
		line-height: 1.7;
	}

	/* Why Choose Us */
	.choose-us-thumb img {
		max-width: 100%;
	}

	.choose-us-thumb {
		margin-bottom: 90px;
		text-align: center;
		margin-top: 30px;
	}

	.achivement-items {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.achivement-content {
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.achivement-content .item {
		margin: 0;
	}

	ul.list-details li {
		padding: 0 10%;
	}

	/* Gallery Details */
	.project-detail-content ul.project-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		padding: 70px;
	}

	ul.project-info li {
		margin: 0;
	}

	/* Contact */
	.contact-area::after {
		display: none;
	}

	.heading {
		font-size: 36px;
		line-height: 1.1;
		margin-top: 0;
	}

	.contact-form-style-one img {
		display: none;
	}

	.contact-style-one-info h2 {
		color: var(--color-heading);
	}

	.contact-style-one-info h2 span {
		color: var(--color-heading);
	}

	.contact-style-one-info p {
		color: var(--color-paragraph);
	}

	.contact-style-one-info li h5 {
		color: var(--color-heading);
	}

	.contact-style-one-info a {
		color: var(--color-heading);
	}

	.contact-area .sahpe-right-bottom {
		max-width: 25%;
	}

	/* Home Dairy */
	.banner-style-four h2 {
		font-size: 100px;
	}
	
	.feature-style-three-item ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}
	
	.feature-style-three-item li {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.thumb-style-three::after {
		height: 500px;
		width: 500px;
	}
	
	.thumb-style-three img {
		padding: 0 160px;
	}
	
	.thumb-style-three {
		text-align: center;
		margin: 90px 0;
	}
	
	.history-area .carousel-inner {
		padding: 0;
		padding-top: 120px;
	}
	
	.carousel.slide .carousel-item img {
		margin-bottom: 50px;
		width: 100%;
	}
	.feature-style-three-item.text-end li {
		flex-direction: inherit;
		text-align: left;
	}
	
	.feature-style-three-item.text-end li .icon {
		margin: 0;
		margin-right: 30px;
	}

	.ex-badge {
		display: none;
	}
	

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Topbar */
	.top-bar-area .item-flex {
		display: block;
		text-align: center;
	}

	.top-bar-area li {
		justify-content: center;
		margin-top: 10px;
	}

	.top-bar-area .text-end {
		text-align: center !important;
		margin-top: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 15px;
	}

	.top-bar-area .text-end .social li {
		margin: 0 15px;
	}

	.top-bar-area {
		padding: 20px 0;
		display: none;
	}

	.top-style-two .logo {
		display: none !important;
	}

	.top-style-two .row {
		display: block;
		text-align: center;
	}

	.top-style-two {
		padding: 20px 0;
		display: none;
	}

	.top-style-two .row > div {
		width: auto;
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0 30px;
	}

	.top-style-two .info li {
		text-align: left;
	}

	.top-style-two .row > div:last-child {
		border: none;
		padding-right: 0;
		margin-right: 0;
	}

	/* Banner */
	.banner-style-one {
		text-align: center;
	}

	.banner-style-one .content {
		display: block;
	}

	.banner-style-one .content .badge {
		margin: 0;
		margin-bottom: 30px;
	}

	.banner-style-one .content h2 {
		font-size: 42px;
	}

	.banner-area.banner-style-one .swiper-slide.swiper-slide-active .shape {
		height: 25%;
	}

	/* Banner Two */

	.banner-style-two .content {
		padding-top: 60px;
	}

	.banner-style-two h2 {
		font-size: 42px;
		display: block;
	}

	.banner-style-two h2 strong {
		font-size: 42px;
		background: transparent;
		color: var(--white);
		padding: 0;
		margin: 0;
	}

	.banner-style-two h2 strong::after {
		display: none;
	}

	.banner-style-three .content::after {
		display: none;
	}

	/* Banner Three */
	.banner-style-three h2 {
		font-size: 36px;
		line-height: 1.2;
	}

	.banner-style-three h4 {
		font-size: 20px;
	}

	/* About */
	.about-style-one-thumb img {
		margin-bottom: 30px;
	}

	.about-style-one-thumb .animation-shape {
		display: none;
	}

	ul.top-feature {
		margin: 0;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
		margin-top: 40px;
	}

	.fun-fact-style-flex .counter {
		font-size: 80px;
	}

	/* Feature */
	.feature-style-one-item img {
		margin-bottom: 30px;
	}

	.featured-product {
		margin: 0;
		margin-top: 30px;
	}

	.feature-style-one-area {
		background-size: 30%;
		overflow: hidden;
	}


	/* Product Cat */
	.product-cat-lists {
		padding: 0;
	}

	.product-cat-area::after {
		width: 100%;
	}

	.mask-text {
		font-size: 42px;
		margin-bottom: 40px;
		line-height: 1.3;
		-webkit-text-fill-color: var(--color-primary);
	}

	.product-cat-items {
		text-align: center;
	}

	.product-list-item a {
		background: rgba(255, 255, 255, 0.07);
		padding: 30px;
		border-radius: 8px;
	}

	.product-list-box {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 30px;
	}

	/* Benifits */
	.benifits-area .shape-top-center {
		display: none;
	}

	.benifits-area {
		margin: 0;
		padding-top: 0;
		background-image: none !important;
		background-color: var(--bg-gray) !important;
	}

	.benifits-area .mbYTP_wrapper {
		display: none;
	}

	.benifit-items {
		padding: 60px 37px;
		margin: 0;
		border-radius: 10px;
		padding: 60px 37px;
		margin-bottom: 60px;
	}

	.benifit-items .shape {
		display: none;
	}

	/* Services */
	.shape-right-top {
		display: none;
	}

	/* Services Two */
	h2.mask-text.large {
		font-size: 42px;
		line-height: 1.2;
		-webkit-text-fill-color: transparent;
		margin: 0;
	}

	/* Testimonial */
	.testimonial-style-one {
		display: block;
		background: var(--white);
	}

	.testimonial-heading h2 {
		position: inherit;
		right: auto;
		left: auto;
		margin: 0;
		text-align: center;
		margin-bottom: 50px;
		display: inline-block;
	}

	.testimonial-heading {
		text-align: center;
		margin-top: -10px;
	}

	.testimonial-style-one .info {
		margin: 0;
		padding: 0;
		padding-top: 30px;
	}

	.testimonial-style-one .thumb img {
		height: 200px;
		width: 200px;
		border-radius: 50%;
		margin-bottom: 30px;
	}

	.swiper .testimonial-style-one {
		padding: 50px;
		text-align: center;
		border-radius: 10px;
		overflow: hidden;
	}

	.testimonial-style-one p {
		font-size: 24px;
	}

	.testimonial-style-one .info img {
		top: 0;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.testimonial-style-one .provider {
		display: block;
	}

	.testimonial-style-one .provider .rating {
		margin-top: 15px;
	}

	/* Testimonial Two */
	.testimonial-style-two .item-info {
		padding: 50px 37px;
		padding-bottom: 90px;
	}

	.testimonial-style-two p {
		font-size: 24px;
		line-height: 1.7;
	}


	/* Why Choose Us */
	.choose-us-thumb img {
		max-width: 100%;
	}

	.choose-us-thumb {
		margin-bottom: 60px;
		text-align: center;
		margin-top: 30px;
	}

	.achivement-items {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.achivement-content {
		margin-top: 40px;
	}

	/* Choose Us Style Two */
	.feature-style-one-item img {
		margin-bottom: 30px;
	}

	.featured-product {
		margin: 0;
		margin-top: 30px;
	}

	.feature-style-one-area {
		background-size: 30%;
		overflow: hidden;
	}

	.choose-us-style-two-info {
		grid-template-columns: 1fr;
	}

	.choose-us-style-two-info .thumb {
		margin: 0;
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.choose-us-style-two-area::after {
		width: 100%;
	}

	.choose-us-style-two-area .title {
		color: var(--white);
	}

	.choose-us-style-two-info span.medium {
		color: var(--white);
	}

	.choose-us-style-two-info .fun-fact {
		color: var(--white);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.choose-us-style-two-area .sub-title {
		color: var(--color-primary);
	}

	/* Choose Us Three */
	.choose-us-style-three-area .shape {
		position: relative;
		min-height: 350px;
		width: 100%;
		background-position: center;
		margin-bottom: 40px;
	}

	.choose-us-style-three-area {
		padding-top: 0;
	}

	.list-grid {
		grid-template-columns: 1fr;
	}

	.list-grid .achivement-content {
		border: none;
		margin-bottom: 30px;
		margin-top: 0;
		display: none;
	}

	.illustration-bottom {
		bottom: -30px;
		width: 40%;
		display: none;
	}

	/* Feature Two */
	.feature-style-two-items {
		grid-template-columns: 1fr;
	}

	.feature-style-two.info {
		padding: 50px 37px;
	}


	/* Timeline */
	.timeline-items {
		border: none;
		border-left: 2px solid var(--dark);
		padding-top: 0;
		padding-left: 50px;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 40px;
	}

	.timeline-item::before {
		left: -42px;
		top: 50px;
		border: none;
		border-top: 2px solid var(--dark);
		width: 30px;
		height: 2px;
	}

	.timeline-item::after {
		left: -61px;
		top: 40px;
	}

	.timeline-item h2::after {
		left: -55px;
		top: 46px;
	}

	.timeline-item h4 {
		margin: 0;
	}


/* Farmer */
	.farmer-style-one-item .info {
		float: left;
	}

	.farmer-style-one-item img {
		width: 100%;
	}



/* Farmer Details */
	.team-single-area .right-info .social .share-link {
		display: none;
	}

	.team-single-list {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
		margin-bottom: 30px;
	}

	.team-single-area .team-content-top img {
		border-radius: 0;
	}

	.team-style-one-carousel {
		margin-top: 50px;
	}


/* Faq */
	.thumb-style-two h2 {
		left: 30px;
		font-size: 100px;
		line-height: 1;
		bottom: 0;
		-webkit-text-stroke: 1px var(--color-primary);
		display: none;
	}

	.thumb-style-two h2 strong {
		font-size: 200px;
	}

	.thumb-style-two img {
		margin-bottom: 40px;
	}

	.faq-style-one-info .title {
		margin-bottom: 0;
	}

/* Call to Action */
	.call-to-action-area .shape {
		display: none;
	}

	.brand-style-one-carousel {
		text-align: center;
	}

	.call-to-action-area .brand {
		padding-bottom: 60px;
		border-bottom: 2px solid;
	}

/* Product Speciality */
	.feature-style-two-items {
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
	}

	.feature-style-two.info {
		padding: 50px 37px;
		margin-top: 0;
	}

	.product-speciality-arae {
		background-image: none !important;
		background-color: var(--bg-gray);
		padding-top: 55px;
	}

	.product-badge {
		display: none;
	}

	.product-speciality-info h2 {
		font-size: 36px;
	}

	.feature-style-two {
		padding: 0;
		margin-top: 30px;
	}

/* Product Cat Feature */
	.product-cat-highlight-info h2 {
		font-size: 36px;
	}

	.product-cat-highlight-info {
		padding: 50px 37px;
		margin-bottom: 40px;
	}

	ul.product-features li {
		display: block;
		text-align: center;
		margin-right: 0;
		padding: 0;
		float: none;
	}

	ul.product-features li img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	ul.product-features {
		margin-bottom: 40px;
	}

	.pro-cat-carousel .product {
		text-align: center;
	}


/* Product Grid */

	.mix-product-area {
		text-align: center;
	}

	.product-mix-menu {
		top: 0;
		margin: 0;
		margin-bottom: 40px;
		text-align: center !important;
	}

	.product-mix-menu button {
		margin: 0 5px;
		margin-bottom: 15px;
	}

	.grid .product .product-contents {
		grid-template-columns: 1fr;
		text-align: center;
	}

	ul#shop-masonary .product {
		padding: 0;
	}




	/* Gallery */
	.magnific-mix-gallery {
		margin: 0;
	}

	.gallery-style-one-carousel {
		padding: 0 10px;
	}

	.gallery-style-one .overlay {
		left: 0;
		bottom: 0;
	}

	.project-details-style-one .project-details-top img {
		margin-bottom: 40px;
	}

	ul.project-info li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 25px;
	}

	ul.project-info li:first-child {
		padding-top: 0;
		border: none;
	}

	/* Contact */
	.contact-area::after {
		display: none;
	}

	.contact-form-style-one {
		margin-bottom: 30px;
		padding: 80px;
		border-radius: 10px;
	}

	.heading {
		font-size: 36px;
		line-height: 1.1;
		margin-top: 0;
	}

	.contact-form-style-one img {
		display: none;
	}

	.contact-style-one-info h2 {
		color: var(--color-heading);
		font-size: 36px;
	}

	.contact-style-one-info h2 span {
		color: var(--color-heading);
	}

	.contact-style-one-info p {
		color: var(--color-paragraph);
	}

	.contact-style-one-info li h5 {
		color: var(--color-heading);
	}

	.contact-style-one-info a {
		color: var(--color-heading);
	}

	.contact-area .sahpe-right-bottom {
		max-width: 25%;
	}

	/* Blog */
	.blog-area .overlay .post-title {
		font-size: 24px;
	}


	/* Footer */
	.f-items.default-padding {
		padding-top: 0;
	}

	.footer-item.about {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}

	/* Home Dairy */
	.banner-style-four h2 {
		font-size: 42px;
	}
	
	.banner-style-four ul li {
		font-size: 20px;
	}
	
	.feature-style-three-item li {
		display: block;
		text-align: center;
	}
	
	.feature-style-three-item li .icon {
		margin: 0 !important;
		margin-bottom: 25px !important;
	}
	
	.ex-badge {
		display: none;
	}
	
	.thumb-style-three::after {
		height: 320px;
		width: 320px;
		border-width: 50px;
	}
	
	.thumb-style-three img {
		width: 320px;
		margin: 40px auto;
		padding: 53px;
	}
	
	.thumb-style-three {
		text-align: center;
	}
	
	.history-area .carousel-inner {
		padding: 0;
		padding-top: 120px;
	}
	
	.carousel.slide .carousel-item img {
		margin-bottom: 30px;
	}
	
	.video-content {
		padding: 120px 0;
		padding-bottom: 100px;
	}
}


/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 768px) and (max-width: 1200px) {

	/* Portfolio */
	.gallery-items.colums-2 .gallery-item,
	.gallery-items.colums-3 .gallery-item {
		width: 50%;
	}

	.gallery-style-one .overlay {
		left: 0;
		bottom: 0;
	}
}

/* Custom Layout */
@media only screen and (max-width: 480px) {
	nav.navbar.validnavs.inc-shape::before {
		bottom: -5px;
	}

	.fun-fact-style-flex .counter {
		font-size: 60px;
	}

	.fun-fact-style-flex .medium {
		font-size: 14px;
		line-height: 1.6;
	}

	/* Service */
	.service-style-one-item {
		padding: 50px 37px;
	}

	.service-style-two .overlay {
		left: 15px;
		right: 15px;
	}

	/* Product Cat */
	.product-list-box {
		grid-template-columns: 1fr;
	}

	.callto-action {
		padding: 50px 37px;
	}

	.brand-style-one-carousel img {
		height: auto;
		max-height: 80px;
	}

	/* Contact */
	
	.contact-form-style-one {
		padding: 60px 40px;
	}

	/* Blog */

	.blog-area .overlay {
		padding: 30px;
	}

	.blog-area .overlay .post-title {
		font-size: 20px;
	}

	.blog-area .overlay p {
		margin-bottom: 0;
		font-size: 14px;
	}

	.blog-area .overlay .button-regular {
		display: none;
	}
}

/* Custom Layout */
@media only screen and (max-width: 1199px) {
}

/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}



/* ============================================================== 
     # Preloader 
=================================================================== */

.agrica-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.agrica-preloader .animation-preloader {
	z-index: 1000;
	position: relative;
}

.agrica-preloader .animation-preloader::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../c-lock/images/brand/C-LOCK-Blue-web.png);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
}

.bg-dark .agrica-preloader .animation-preloader::after {
	background: url(../c-lock/images/brand/C-LOCK-Blue-web.png);
	background-repeat: no-repeat;
	background-position: center;
}

.agrica-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 2px solid rgba(2, 109, 255, 0.3);
	border-top-color: var(--color-primary);
	height: 110px;
	margin: auto;
	width: 110px;
}

.bg-dark .agrica-preloader .animation-preloader .spinner {
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: rgba(255, 255, 255, 1);
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.agrica-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.agrica-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.agrica-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.agrica-preloader .loader .row {
	height: 100%;
}

.agrica-preloader .loader .loader-section {
	padding: 0px;
}

.agrica-preloader .loader .loader-section .bg {
	background-color: var(--white);
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.bg-dark .agrica-preloader .loader .loader-section .bg {
	background-color: var(--dark);
}

.agrica-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.agrica-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.agrica-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
.frame-space-after-extra-small {
	padding-bottom: 0;
	margin-bottom: -35px;
}
.services-list-widget ul li a:hover {
  color: #fff;
}


@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@media screen and (max-width: 767px) {
	.agrica-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}

@media screen and (max-width: 500px) {
	.agrica-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
}

/* ==================================================
   # Estilos FORZADOS para Logo Responsivo
   ================================================== */

/* Usamos !important para anular cualquier otro estilo del tema */

/* Tamaño para pantallas de escritorio */
nav.navbar a.navbar-brand img {
  max-height: 60px !important; /* <-- Altura máxima en PC. ¡Ajusta este valor! */
  height: auto !important;
  width: auto !important;
}

/* Para pantallas de TABLETS (menores a 992px de ancho) */
@media (max-width: 991px) {
  nav.navbar a.navbar-brand img {
    max-height: 45px !important; /* <-- Tamaño para tablets */
  }
}

/* Para pantallas de MÓVILES (menores a 768px de ancho) */
@media (max-width: 767px) {
  nav.navbar a.navbar-brand img {
    max-height: 40px !important; /* <-- Tamaño para móviles */
  }
}

/* NEW STYLES */

/* Breadcrumb Area Styles */
.breadcrumb-area-custom {
    background-color: #054e6f;
    padding: 15px 0;
    margin: 0;
}
/* .breadcrumb-area-custom.shadow.dark {
	z-index: 99;
} */
.page-title {
	text-align: center;
    margin-top: var(--frame-spacing-xl);
}
.page-title h1 {
	margin-bottom: 0;
	color: #012b3e;
}
#p89 .page-title h1 {
	font-size: 70px;
}
.page-title p {
	margin-bottom: -25px;
	margin-top: 25px;
}
.page-title + .default-padding {
	padding-top: 0;
}
p span.blue-text {
	color: #012b3e;
	font-weight: bold;
}

/* Image Accordion Styles */
.image-accordion-section {
    padding: 0 0 60px;
    background-color: #fff;
}
.image-accordion-section .page-title {
	text-align: initial;
}
.image-accordion-section .page-title h2 {
    color: #012b3e;
}

.image-accordion-title {
    text-align: center;
    margin-bottom: 50px;
}

.image-accordion-title .title {
    color: #012b3e;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.image-accordion-left-content h2 {
	color: #012b3e;
}
.image-accordion-left-content ul li,
.image-accordion-left-content ul li,
.image-accordion-left-content ul li,
.frame-type-twocol.frame-layout-12 .grid-row .grid-col ul li {
	padding: 5px 10px;
	font-size: 22px;
	transition: all 0.3s ease;
	color: #aecd40;
	font-weight: 600;
}

.image-accordion-left-content ul li:hover,
.image-accordion-left-content ul li:hover,
.image-accordion-left-content ul li:hover,
.frame-type-twocol.frame-layout-12 .grid-row .grid-col ul li:hover {
	background-color: #012b3e;
	color: #ffffff;
	border-radius: 10px;
}
/* Images Section */
.image-accordion-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.image-accordion-image-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.image-accordion-image {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
    display: block;
    text-align: center;
}

.image-accordion-image::after {
    display: none !important;
}

.image-accordion-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(174, 205, 64, 0.6);
    animation: imageHover 0.3s ease;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description h2,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description h3,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description h5 {
	color: #012b3e;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description h3.text-center {
	margin-top: 22px;
	color: #aecd40;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description p {
	color: var(--color-paragraph);
	text-transform: none;
	font-family: var(--font-default);
	font-weight: 300;
	margin: 0;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description h2:not(:first-child) {
	margin-top: 22px;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description > ol > li > span,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description > ol > li > p > span,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description > ul > li > span,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description > ul > li > p > span {
	color: #aecd40;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description ol,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description ul {
	padding-left: 22px;
	margin: 22px 0 22px;
}
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description ol li,
.image-accordion-accordion-wrapper .accordion-item .accordion-collapse .accordion-description ul li {
	font-weight: 300;
}
.scroll-to-fixed-fixed.accordion-image-container-unfixed {
	bottom: -28px;
	top: unset !important;
}
@keyframes imageHover {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 8px 30px rgba(174, 205, 64, 0.7);
    }
    100% {
        box-shadow: 0 8px 25px rgba(174, 205, 64, 0.6);
    }
}

.image-accordion-image img.accordion-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.image-accordion-image:hover img.accordion-image {
    transform: scale(1.02);
}

/* Accordion Content Images */
.accordion-image-wrapper {
    margin-bottom: 30px;
    position: relative;
    background-color: #012b3e;
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.accordion-image-label {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #aecd40;
    font-size: 28px;
    font-weight: 700;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(174, 205, 64, 0.3);
}

.accordion-image-container {
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 0;
	width: 20%;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(174, 205, 64, 0.4);
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.accordion-collapse.show .accordion-image-container {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.accordion-content-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.image-accordion-section .image-accordion-accordion-wrapper .accordion-button {
	padding-right: 30px !important;
}
.image-accordion-section .accordion-description {
    margin-top: 20px;
	position: relative;
	width: 90%;
}

.image-accordion-section .accordion-description h4,
.image-accordion-section .accordion-description .CustomSpan {
	color: #aecd40;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1280px) {
    .accordion-image-container {
		left: 105%;
	}
}
@media (min-width: 768px) {
    .image-accordion-image-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    
    .image-accordion-title .title {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .image-accordion-image-item {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
    
    .image-accordion-title .title {
        font-size: 48px;
    }
}
@media (max-width: 992px) {
    .accordion-image-container {
		width: 25%;
	}
}
@media (max-width: 767px) {
    .image-accordion-section {
        padding: 0 0 40px;
    }
    
    .image-accordion-title {
        margin-bottom: 30px;
    }
    
    .image-accordion-title .title {
        font-size: 28px;
    }
    
    .image-accordion-images-wrapper {
        gap: 20px;
        margin-bottom: 30px;
    }
	.accordion-image-container {
		width: 30%;
	}
}

/* bullet_list */
.bullet-list-container {
	margin: 0 0 60px 0;
}

.bullet-list-title {
	font-family: var(--font-default);
	font-size: 36px;
	font-weight: 600;
	color: #012B3E;
	margin-bottom: 40px;
	text-align: left;
}

.bullet-list-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.bullet-list-item {
	padding: 25px;
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 4px;
}

.bullet-list-item:hover {
	background-color: #012B3E;
	padding: 25px;
	border-radius: 4px;
}

.bullet-list-item-title {
	font-family: var(--font-default);
	font-size: 20px;
	font-weight: 600;
	color: #AECD40;
	margin-bottom: 12px;
	transition: color 0.3s ease;
}

.bullet-list-item-description {
	font-family: var(--font-default);
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	transition: color 0.3s ease;
}

.bullet-list-item:hover .bullet-list-item-description p {
	color: #ffffff;
}

.bullet-list-item-description p {
	margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.bullet-list-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.bullet-list-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.bullet-list-item {
		padding: 20px;
	}
	
	.bullet-list-item:hover {
		padding: 20px;
	}
}
/* text and image with round the corners */
.frame-layout-20 h2 {
	color: #012b3e;
}
.frame-layout-20 .textpic-gallery img {
	border-radius: 50px;
}
/* twocol -> Columns with round the corners */
.frame-type-twocol.frame-layout-11 .grid-col {
	display: flex;
	flex-direction: column;
}
.frame-type-twocol.frame-layout-11 .grid-col:only-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.frame-type-twocol.frame-layout-11 .grid-col:only-child {
		flex: 0 0 100%;
	}
}
.frame-type-twocol.frame-layout-11 .grid-col .frame-type-header .frame-header {
	margin: 0 0 55px 0;
}
.frame-type-twocol.frame-layout-11 .grid-col .frame-header {
	margin: 0 0 12px 0;
}
.frame-type-twocol.frame-layout-11 .grid-col .frame-type-header {
	--frame-spacing: 0;
}
.frame-type-twocol.frame-layout-11 .grid-col .frame-type-text,
.frame-type-twocol.frame-layout-11 .grid-col .frame-type-image {
	border-radius: 24px;
	padding: 28px 30px !important;
	background-color: #ffffff;
	border: 2px solid #AECD40;
	flex: 1;
	width: 100%;
}
.frame-type-twocol.frame-layout-11 .frame-header h2 {
	color: #012B3E;
}
.frame-type-twocol.frame-layout-11 .frame-header h3,
.frame-type-textpic.frame-layout-20 .CustomSpan,
.frame-type-twocol.frame-layout-11 .grid-col .CustomSpan,
.frame-type-twocol .grid-col h4 .CustomSpan {
	color: #AECD40;
}
.frame-type-twocol.frame-layout-11 .grid-col h1,
.frame-type-twocol.frame-layout-11 .grid-col h2,
.frame-type-twocol.frame-layout-11 .grid-col h3,
.frame-type-twocol.frame-layout-11 .grid-col h4,
.frame-type-twocol.frame-layout-11 .grid-col h5,
.frame-type-twocol.frame-layout-11 .grid-col h6 {
	color: #012B3E;
}

.frame-type-twocol.frame-layout-11 .grid-col:hover .frame-type-text {
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(1, 43, 62, 0.25), inset 0 0 8px rgba(1, 43, 62, 0.35);
}

@media (max-width: 992px) {
	.frame-type-twocol.frame-layout-11 .grid-col {
		margin-bottom: 20px;
	}

	.frame-type-twocol.frame-layout-11 .grid-col:last-child {
		margin-bottom: 0;
	}

	.frame-type-twocol.frame-layout-11 .grid-col .frame-type-text {
		padding: 20px 22px;
		border-radius: 20px;
	}
}
.frame-type-twocol.frame-layout-11 .background-image-hover {
	position: fixed;
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	border-radius: 0;
	background-color: transparent;
	/* box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); */
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.frame-type-twocol.frame-layout-11 figure.image:hover .background-image-hover {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
	top: 50%;
	left: 50%;
}

.frame-type-twocol.frame-layout-11 figure.image:hover .background-image-hover img {
	width: auto;
	height: auto;
	max-width: 100vw;
	max-height: 95vh;
	object-fit: contain;
	display: block;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(1, 43, 62, 0.25), inset 0 0 8px rgba(1, 43, 62, 0.35);
}

.frame-type-twocol.frame-layout-12.frame-space-before-medium {
	margin-top: 3em !important;
}
.frame-type-twocol.frame-layout-12 .grid-row .grid-col h2,
.frame-type-twocol.frame-layout-12 .grid-row .grid-col h3 {
	color: #012b3e;
}

.frame-type-twocol.frame-layout-12 .grid-row .grid-col .CustomSpan {
	color: #aecd40;
}
/* onecol -> One Column with Background Image */
.frame-type-onecol.frame-layout-11 {
	background-image: url('/fileadmin/user_upload/Grid_BG.png');
	background-color: #0b2a40;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 40px;
}
.frame-type-onecol.frame-layout-11 .grid-col {
	padding: 40px;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn {
	margin: 30px !important;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-header h2,
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-header h3,
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn h2 {
	color: #ffffff;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table {
	border: none !important;
	border-style: none !important;
	border-color: transparent !important;
	border-width: 0px !important;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table tbody tr:first-child,
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table tbody tr:not(:first-child) td:first-child {
	background-color: transparent;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table th,
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table td {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 16px 22px;
	border-right: 2px solid #FFFFFF !important;
	border-bottom: 2px solid #FFFFFF;
	vertical-align: middle;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table th:last-child,
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table td:last-child {
	border-right: none !important;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table tr:last-child td {
	border-bottom: none !important;
}

.frame-type-onecol.frame-layout-11 .grid-col .frame-type-header h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-header h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #a9cd3f;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .grid-col {
    margin: 0 0 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.80);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.80);
    position: relative;
    color: #fff;
    transition: all 0.4s ease;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .grid-col h4 {
	text-align: center;
	color: #aecd40;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .grid-col:hover {
	box-shadow: 0 0 30px 5px #aecd40;
    transform: scale(1.07);
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol p {
	color: #e9f1f7;
	opacity: 0.9;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 16px;
	color: #e9f1f7;
	line-height: 1.5;
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol ul li::before {
	content: "→";
	position: absolute;
	left: 15px;
	top: -5px;
	color: #a9cd3f;
	font-weight: 700;
	background-image: none
}
.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .row {
	gap: 30px;
	margin: 0 30px;
}
.frame-type-onecol.frame-layout-11 .frame.frame-layout-5 .text-column table tbody tr:first-child {
	background-color: #012b3e;
}
.frame-type-onecol.frame-layout-11 .frame.frame-layout-5 .text-column table tbody tr:not(:first-child) td:first-child {
	background-color: #0d4f6c;
}
.frame-type-onecol.frame-layout-11 .frame.frame-layout-5 .text-column table tbody tr:not(:first-child) td:first-child > * {
	color: #aecd40;
}
.frame-type-onecol.frame-layout-11 .frame.frame-layout-5 .text-column {
	margin: 0 auto;
	max-width: 80%;
}
@media (max-width: 992px) {
	.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .grid-col {
		margin: 0;
	}
	.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .row {
		flex-direction: column;
	}
	.frame-type-onecol.frame-layout-11 .frame.frame-layout-5 .text-column {
		max-width: 100%;
	}
	.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table th,
	.frame-type-onecol.frame-layout-11 .grid-col .frame-type-textcolumn .text-column .table-responsive table.table td {
		padding: 5px 5px;
	}
}
@media (max-width: 576px) {
	.frame-type-onecol.frame-layout-11 .grid-col .frame-type-threecol .row {
		margin: 0 10px;
	}
}
.logo-showcase-slider {
	padding: 0 0 40px;
}

.logo-showcase-slider__title {
	text-align: center;
	color: #012b3e;
	margin: 0 0 20px;
}

.logo-showcase-slider__carousel {
	background: url('/fileadmin/user_upload/AdobeStock_219996753.jpeg') no-repeat center center;
	padding: 40px 0px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 0 5px 2px #aecd40;
}

.logo-showcase-slider__slide {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.logo-showcase-slider__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.logo-showcase-slider__logo img {
	height: 24px;
	width: auto;
	display: block;
}

.logo-showcase-slider__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
}

.logo-showcase-slider__name {
	display: inline-block;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.logo-showcase-slider {
		padding: 30px 0;
	}

	.logo-showcase-slider__carousel::before,
	.logo-showcase-slider__carousel::after {
		width: 60px;
	}

	.logo-showcase-slider__slide {
		padding: 0 12px;
	}

	.logo-showcase-slider__item {
		font-size: 16px;
	}
}
/* twocol -> Columns with same height and header blur cover effect */
.frame-type-twocol.frame-layout-14 .frame-header h2,
.frame-type-twocol.frame-layout-14 .frame-header h3,
.frame-type-twocol.frame-layout-14 .frame-header h4 {
	color: #012b3e;
}
/* header -> Blur Color */
.blueTextColor {
	color: #012b3e;
}
.GreenTextColor {
	color: #aecd40 !important;
}
.frame-11 {
	padding-top: 0 !important;
}
.frame-12 {
	padding-bottom: 0 !important;
}
.frame-12.frame-space-before-large {
	margin-top: var(--frame-outer-spacing-before) !important;
}
.frame-type-twocol.frame-space-before-extra-large,
.frame-layout-20.frame-space-before-extra-large {
	margin-top: 5rem !important;
}
/* Highlight Info List */
.frame-type-mask_highlight_info_list {
	margin: 5rem 0;
}

.frame-type-mask_highlight_info_list > h2 {
	margin: 0 0 24px;
	color: #012b3e;
	font-weight: 700;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner {
	display: grid;
	gap: 24px;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .col-2,
.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .col-10,
.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .col-md-4,
.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .col-md-8 {
	padding: 0;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item {
	height: 100%;
	display: flex;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.frame-type-mask_highlight_info_list .highlight-info-list__letter {
	font-size: 96px;
	line-height: 0.75;
	font-weight: 800;
	color: #012b3e;
}
.frame-type-mask_highlight_info_list .highlight-info-list__letter-wrapper .highlight-info-list-wrapper-inner-item {
	display: block;
}
.frame-type-mask_highlight_info_list .highlight-info-list__letter--accent {
	font-size: 250px;
	color: #012b3e;
	text-align: center;
}
.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .row .highlight-info-list__letter-wrapper {
	transition: transform 0.25s ease, background-color 0.25s ease;
	transform-origin: center;
}
/*.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .row .highlight-info-list__letter-wrapper:hover {
	transform: scale(1.15);
	text-shadow: 0 0 18px #aecd40, 0 0 36px #aecd40, 0 0 64px #aecd40;
}*/

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item-content h3 {
	margin: 0 0 8px;
	color: #012b3e;
	font-weight: 700;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item-content p {
	margin: 0;
	color: #465a63;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item-content ul {
	margin: 8px 0 0 18px !important;
	padding: 0;
}

.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner-item-content ul li {
	margin: 6px 0 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.frame-type-mask_highlight_info_list .highlight-info-list__letter--accent {
		text-align: left;
	}
	.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .col-md-8 {
		padding-left: 20px;
		margin-top: 20px;
	}
	.frame-type-mask_highlight_info_list .highlight-info-list-wrapper-inner .row .highlight-info-list__letter-wrapper {
		width: 50%;
	}
}
/* threecol -> Columns with bottom links */
.frame-type-threecol.frame-layout-11 .grid-col .btn-success {
	background-color: #aecd40;
}
.frame-type-threecol.frame-layout-11 .grid-col .btn-success:hover {
	background-color: #1c9ad6;
}
.frame-type-threecol.frame-layout-11 .grid-col {
	padding: 40px 40px 10px;
    display: flex;
    flex-direction: column;
}
.frame-type-threecol.frame-layout-11 .grid-col .frame {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.frame-type-threecol.frame-layout-11 .grid-col .frame p:last-child {
    margin-top: auto;
}
/* table -> Special table structure and design */
.frame-type-text.frame-layout-11 figure.table {
	margin: 0 auto;
	max-width: 80%;
}
.frame-type-text.frame-layout-11 .table-responsive table.table th,
.frame-type-text.frame-layout-11 .table-responsive table.table td {
	border-right: 2px solid #012b3e !important;
	border-bottom: 2px solid #012b3e;
}
.frame-type-text.frame-layout-11 .table-responsive table.table {
	border: none !important;
	border-style: none !important;
	border-color: transparent !important;
	border-width: 0px !important;
}
.frame-type-text.frame-layout-11 .table-responsive table.table tbody tr:first-child td,
.frame-type-text.frame-layout-11 .table-responsive table.table tbody tr:first-child td:first-child {
	color: #012b3e;
}
.frame-type-text.frame-layout-11 .table-responsive table.table tbody tr:first-child td strong {
	font-weight: 800;
}
.frame-type-text.frame-layout-11 .table-responsive table.table th,
.frame-type-text.frame-layout-11 .table-responsive table.table td {
	color: #808080;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 16px 22px;
	border-right: 2px solid #012b3e !important;
	border-bottom: 2px solid #012b3e;
	vertical-align: middle;
}
.frame-type-text.frame-layout-11 .table-responsive table.table th:last-child,
.frame-type-text.frame-layout-11 .table-responsive table.table td:last-child {
	border-right: none !important;
}
.frame-type-text.frame-layout-11 .table-responsive table.table tr:last-child td {
	border-bottom: none !important;
}
.frame-type-text.frame-layout-11 .table-responsive table.table tbody tr td:first-child {
	color: #aecd40;
}
.frame-type-mask_data_insight_content_and_button .CustomDescriptionBlock .CustomSpan {
	color: #aecd40;
}
/* Repeating image 12 */
.frame-type-mask_stackedimage.frame-layout-12 {
	text-align: initial;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 {
	margin-top: 40px;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base {
	padding: 15px 30px;
	border: 2px solid #c5dc7a;
	border-radius: 45px;
	display: flex;
	gap: 40px;
	min-height: 260px;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base {
	margin: 0 12.5% 0 37.5%;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base .si-bg-img:nth-child(1) .stacked-top-image img {
	width: 80%;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base .stacked-top-image {
	margin-left: 22%;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .si-bg-img:nth-child(2) .stacked-top-image {
	margin-top: -5%;
}	
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .stacked-top-image {
	margin-left: 10%;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .si-bg-img:nth-child(1) .stacked-top-image img {
	width: 75%;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .stacked-top-image img {
	bottom: 0;
	right: 0;
	width: 80%;
	object-fit: contain;
}
.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base img.stacked-base-image {
	position: absolute;
	z-index: -1;
	height: 85%;
	width: 100%;
	object-fit: cover;
	bottom: 0;
}

.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
	margin: -150px 0 -160px 300px;
	width: 12%;
}
@media (max-width: 1200px) {
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
		margin: -150px 0 -160px 200px;
	}
}
/* Tablet devices (768px - 991px) */
@media (max-width: 991px) {
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 {
		margin-top: 30px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base {
		padding: 25px;
		gap: 30px;
		min-height: 220px;
		border-radius: 35px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
		margin: -120px 0 -130px 200px;
		width: 10%;
	}
}

/* Small tablets (576px - 767px) */
@media (max-width: 767px) {
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 {
		margin-top: 20px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base {
		padding: 20px;
		gap: 20px;
		min-height: 180px;
		border-radius: 30px;
		flex-direction: column;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base {
		margin: 0;
	}
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base .stacked-top-image {
		margin-left: 10%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base .stacked-top-image img {
		width: 60%;
		margin-left: 10%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .stacked-top-image img {
		width: 50%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
		margin: -80px 0 -90px 120px;
		width: 12%;
	}
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .stacked-top-image {
		margin-left: inherit;
	}
}

/* Mobile devices (up to 575px) */
@media (max-width: 575px) {
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 {
		margin-top: 15px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base {
		padding: 15px;
		gap: 15px;
		min-height: 150px;
		border-radius: 25px;
		border-width: 1.5px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base {
		margin: 0;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base .stacked-top-image img {
		width: 70%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base .stacked-top-image img {
		width: 85%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base img.stacked-base-image {
		height: 80%;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
		margin: -60px 0 -70px 80px;
		width: 12%;
	}
}

/* Extra small devices (up to 375px) */
@media (max-width: 375px) {
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base {
		padding: 12px;
		gap: 12px;
		min-height: 130px;
		border-radius: 20px;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .base.first-base {
		margin: 0;
	}
	
	.services-details-area .container .services-details-items .row .services-single-content.order-lg-last .stacked-image.repeatingimage-12 .stacked-separator img {
		margin: -50px 0 -60px 60px;
		width: 20%;
	}
}
.frame.frame-extra-margin {
	padding-top: 0;
	padding-bottom: 0;
}
.frame.frame-extra-margin .frame-type-container_3_columns {
	padding-top: 0;
}
@media (min-width: 1200px) {
	.frame-extra-margin .overlay-image-part .container {
		max-width: 1080px;
	}
}
@media (min-width: 1400px) {
	.frame-extra-margin .overlay-image-part .container {
		max-width: 1320px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.frame.frame-extra-margin .liquid-glass-image img {
		margin: -15px 0 -15px;
	}
}
.frame-extra-margin .frame-orginal-image-size .liquid-glass-image img[src$=".png"] {
  	width: 100%;
}
.contact-hero.buttons-only.spacing-0 .contact-hero__content {
	padding: 40px 20px 0;
}
.frame-extra-margin .frame-type-container_4_columns .kontakt-team-blog .liquid-glass-image img {
	width: 75%;
  	height: 195px;
}
.contact-hero + .frame-extra-margin .frame-type-container_4_columns .kontakt-team-blog .liquid-glass-image img {
	margin: 0;
	height: 150px;
	width: 80%;
}
.frame-text-align-left.frame-layout-12 {
	text-align: left;
}

/* Hero banner */
.hero-banner {
	position: relative;
	overflow: hidden;
	min-height: min(820px, 86vh);
	display: flex;
	align-items: center;
	background: #005f8f;
}

.hero-banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	background: #b7d94a;
	z-index: 3;
}

.hero-banner__bg {
	position: absolute;
	inset: 0;
}

.hero-banner__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 64% center;
	filter: saturate(0.95) contrast(1.02);
}

.hero-banner__container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-banner__content {
    max-width: 100%;
    padding: 80px 0 80px;
    color: #fff;
}

.hero-banner .hero-banner__title {
    font-family: var(--font-default);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 25px;
}

.hero-banner .hero-banner__subtitle {
    font-family: var(--font-default);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #b2d85c;
    margin: 0 0 25px;
}
.hero-banner .hero-banner__description {
	max-width: 750px;
}
.hero-banner .hero-banner__description, .hero-banner .hero-banner__description p {
    font-family: var(--font-default);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.36;
    color: #f6fbff;
}

.hero-banner__description p {
	margin: 0 0 10px;
}

.hero-banner .hero-banner__description strong,
.hero-banner .hero-banner__description b {
	color: #b2d85c;
	font-weight: 700;
}

.hero-banner .hero-banner__scroll-text {
	font-family: var(--font-default);
	margin: 50px 0 0;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9e9e9d;
}

@media (max-width: 1399px) {
	.hero-banner__content {
		padding: 84px 0 108px;
	}
}

@media (max-width: 1199px) {
	.hero-banner__content {
		padding: 84px 0 100px;
	}
	.hero-banner .hero-banner__description {
		font-size: 16px;
		line-height: 1.35;
	}

	.hero-banner .hero-banner__scroll-text {
		font-size: 12px;
		margin-top: 46px;
	}
}

@media (max-width: 991px) {
	.hero-banner {
		min-height: 620px;
	}

	.hero-banner__content {
		padding: 72px 0 84px;
		max-width: 100%;
	}

	.hero-banner .hero-banner__description {
		font-size: 16px;
		line-height: 1.4;
	}

	.hero-banner__subtitle {
		margin-bottom: 24px;
	}

	.hero-banner__scroll-text {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.hero-banner {
		min-height: 520px;
	}

	.hero-banner__content {
		padding: 62px 0 84px;
	}

	.hero-banner .hero-banner__description {
		font-size: 18px;
		line-height: 1.45;
	}

	.hero-banner .hero-banner__scroll-text {
		margin-top: 40px;
		font-size: 12px;
	}
}
/* Hero banner Bottom Start */
.hero-banner.has-hero-items {
	min-height: min(853px, 96vh);
}
.hero-banner.has-hero-items .hero-banner__container {
	margin-bottom: 88px;
}
.hero-banner__items-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: #b7d94a;
}

.hero-banner__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	padding: 12px 0;
}

.hero-banner__item {
	text-align: center;
}

.hero-banner__item-text p {
	margin: 0;
	font-family: var(--font-default);
	color: #052c42;
	text-transform: uppercase;
}
.hero-banner__item-text h2 {
	color: #052c42;
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.hero-banner.has-hero-items {
		min-height: min(790px, 94vh);
	}

	.hero-banner.has-hero-items .hero-banner__container {
		margin-bottom: 78px;
	}

	.hero-banner.has-hero-items .hero-banner__content {
		padding-bottom: 168px;
	}
	.hero-banner__items {
		gap: 16px;
	}
}

@media (max-width: 991px) {
	.hero-banner.has-hero-items {
		min-height: min(700px, 92vh);
	}

	.hero-banner.has-hero-items .hero-banner__container {
		margin-bottom: 70px;
	}

	.hero-banner.has-hero-items .hero-banner__content {
		padding-bottom: 180px;
	}
	.hero-banner__items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hero-banner.has-hero-items {
		min-height: min(610px, 90vh);
	}

	.hero-banner.has-hero-items .hero-banner__container {
		margin-bottom: 58px;
	}

	.hero-banner__items {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px 0 14px;
	}
}
/* Hero banner Bottom End */
/* Card grid section */
@font-face {
	font-family: "ArcherPro";
	src: local("ArcherPro"), local("ArcherPro Bold"), url("../fonts/ArcherProBold.otf") format("opentype");
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}

.card-grid-section {
	position: relative;
	overflow: hidden;
	padding: 90px 0 110px;
	background-color: #f3f7fb;
}
.card-grid-section.has-white-bg {
	background-color: inherit;
}

.card-grid-section::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.card-grid-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.card-grid-section__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.card-grid-section__container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
}

.card-grid-section__eyebrow {
	margin: 0 0 12px;
	color: #1c9ad6;
	font-family: ArcherPro, var(--font-default), serif;
	font-size: 18px;
	line-height: 1.1;
}

.card-grid-section__title {
    margin: 0 0 38px;
    max-width: 700px;
    color: #081a2f;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.card-grid-section__intro {
	margin: 0 0 48px;
	max-width: 830px;
}
.card-grid-section__intro h2 {
	margin: 0 0 38px;
    max-width: 710px;
    color: #081a2f;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.card-grid-section__intro h2 .CustomSpan {
    color: #b5d75e;
}
.card-grid-section__intro p {
	color: #012b3e;
}
.card-grid-section__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.card-grid-section__card {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	min-height: 345px;
	padding: 42px;
	color: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	/*box-shadow: inset 0 0 0 1px rgba(17, 51, 87, 0.66);*/
	/*transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;*/
}
.card-grid-section__card.has-white-bg {
	border: 2px solid #012b3e;
}

.card-grid-section__card-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.card-grid-section__card-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.card-grid-section__card-number {
    position: absolute;
    right: 26px;
    top: 8px;
    z-index: 2;
    color: #8db15a;
    font-size: clamp(72px, 5.6vw, 90px);
    line-height: 1;
    font-weight: 700;
    opacity: 0.5;
}

.card-grid-section__card-content {
	position: relative;
	z-index: 1;
}
.card-grid-section__card-content h2 {
	max-width: calc(100% - 10px);
}
.card-grid-section__card-content h4 {
	color: #b5d75e;
}
.card-grid-section.has-white-bg .card-grid-section__card-content h4 {
	color: #FFFFFF;
}
.card-grid-section.has-white-bg .card-grid-section__card-content h4:first-of-type {
	margin-bottom: 5px;
}
.card-grid-section.has-white-bg .card-grid-section__card-content h4 .CustomSpan {
	color: #b5d75e;
}
.card-grid-section.has-white-bg .card-grid-section__card.has-white-bg .card-grid-section__card-content h4 .CustomSpan {
	color: #9c9c9c;
}
.card-grid-section__card-content h3 {
	margin: 26px 0;
	color: #ffffff;
	font-weight: 700;
}

.card-grid-section__card-content p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.96);
	/*font-size: clamp(16px, 1.56vw, 21px);
	line-height: 1.4;*/
	font-weight: 400;
}
.card-grid-section__card.has-white-bg .card-grid-section__card-content h4,
.card-grid-section__card.has-white-bg .card-grid-section__card-content p {
	color: #012b3e;
}
.card-grid-section__card-header {
	color: #012b3e;
	text-align: center;
	margin-bottom: 26px;
}
.card-grid-section.has-white-bg .card-grid-section__card-content h4:nth-child(2) {
	margin-bottom: 36px;
}
.card-grid-section.has-white-bg .card-grid-section__card-content h4:last-of-type {
	margin-top: 36px;
}

.card-grid-section__card:hover {
	-webkit-box-shadow: 0 0 35px 0 rgba(181, 215, 94, 0.98);
    box-shadow: 0 0 35px 0 rgba(181, 215, 94, 0.98);
}

.card-grid-section__card-content p:last-child{
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.card-grid-section {
		padding: 70px 0 84px;
	}

	.card-grid-section__card {
		min-height: 300px;
		padding: 32px;
		-webkit-border-radius: 28px;
		border-radius: 28px;
	}

	.card-grid-section__card-content {
		max-width: calc(100% - 82px);
	}
}

@media (max-width: 991px) {
	.card-grid-section__cards {
		grid-template-columns: 1fr;
	}

	.card-grid-section__title {
		margin-bottom: 24px;
	}

	.card-grid-section__card {
		min-height: 260px;
	}
}

@media (max-width: 767px) {
	.card-grid-section {
		padding: 56px 0 64px;
	}

	.card-grid-section__card {
		padding: 24px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
	}

	.card-grid-section__card-content {
    	max-width: 100%;
	}

	.card-grid-section__card-content h3 {
    	max-width: 80%;
	}
}
/* Card grid section (Blue background) Start*/
.card-grid-section.has-blue-bg {
	background: #042d4e;
}

.card-grid-section-blue__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.card-grid-section-blue__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-grid-section.has-blue-bg .card-grid-section__eyebrow {
	text-align: center;
	color: #9ec6df;
}

.card-grid-section.has-blue-bg .card-grid-section__title {
	max-width: none;
	margin: 0 0 54px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}

.card-grid-section-blue__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 100px;
}

.card-grid-section-blue__item {
	min-height: 100%;
}

.card-grid-section-blue__number {
	margin: 0 0 6px;
	color: #b4d95f;
	line-height: 1;
	font-weight: 700;
}

.card-grid-section-blue__content {
	color: #ffffff;
}

.card-grid-section-blue__content h2,
.card-grid-section-blue__content h3,
.card-grid-section-blue__content h4 {
	margin: 0 0 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
}

.card-grid-section-blue__content p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.35;
}

.card-grid-section-blue__content p:last-child {
	margin-bottom: 0;
}

.card-grid-section-blue__images {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 100px;
}

.card-grid-section-blue__image-wrap {
	display: flex;
	align-items: flex-end;
	max-height: 400px;
}

.card-grid-section-blue__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left bottom;
}

@media (max-width: 1199px) {
	.card-grid-section-blue__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.card-grid-section-blue__images {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.card-grid-section.has-blue-bg .card-grid-section__title {
		margin-bottom: 30px;
	}
	.card-grid-section-blue__item {
		margin-bottom: 20px;
	}
	.card-grid-section-blue__cards {
		grid-template-columns: 1fr;
	}
	.card-grid-section-blue__image {
		object-position: center center;
	}
	.card-grid-section-blue__images {
		grid-template-columns: 1fr;
		margin-top: 20px;
	}
}

/* Card grid section (Blue background) End*/
/* Card grid section (Right side Card) Start*/
.card-grid-section.has-right-card {
	padding: 88px 0 96px;
	background: #ffffff;
	--right-card-heading: #012B3E;
	--right-card-green: #b4d95f;
	--right-card-blue: #2aa8dc;
	--right-card-bg: #042d4e;
	--right-card-text: rgba(255, 255, 255, 0.95);
}

.card-grid-section.has-right-card::after {
	display: none;
}

.card-grid-section.has-right-card .card-grid-section__container {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.82fr);
	column-gap: 56px;
	row-gap: 20px;
	align-items: center;
}

.card-grid-section.has-right-card .card-grid-section__title,
.card-grid-section.has-right-card .card-grid-section__intro {
	max-width: 760px;
}

.card-grid-section.has-right-card .card-grid-section__title {
	margin: 0;
	font-weight: 700;
}

.card-grid-section.has-right-card .card-grid-section__intro {
	margin: 0;
}
.card-grid-section.has-right-card .card-grid-section__intro h2 {
	color: var(--right-card-heading);
	margin-bottom: 16px;
}
.card-grid-section.has-right-card .card-grid-section__intro p .CustomSpan {
	color: var(--right-card-green);
}
.card-grid-section.has-right-card .card-grid-section__intro p {
	margin: 0 0 16px;
	color: var(--right-card-heading);
	max-width: 550px;
}

.card-grid-section.has-right-card .card-grid-section__intro p:last-child {
	margin-bottom: 0;
}

.card-grid-section.has-right-card .card-grid-section__cards {
	grid-column: 2;
	grid-row: 1 / span 2;
	grid-template-columns: 1fr;
	gap: 16px;
}

.card-grid-section.has-right-card .card-grid-section__card-wrap {
	display: grid;
	gap: 12px;
}

.card-grid-section.has-right-card .card-grid-section__card-header {
	margin: 0;
	color: var(--right-card-heading);
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.card-grid-section.has-right-card .card-grid-section__card {
	min-height: auto;
	padding: 34px 36px;
	border: 0;
	border-radius: 44px;
	background: var(--right-card-bg);
	box-shadow: inset 0 0 0 1px rgba(180, 217, 95, 0.22);
}

.card-grid-section.has-right-card .card-grid-section__card:hover {
	box-shadow: 0 0 35px 0 rgba(181, 215, 94, 0.98);
}

.card-grid-section.has-right-card .card-grid-section__card-content {
	max-width: 100%;
}

.card-grid-section.has-right-card .card-grid-section__card-content h2,
.card-grid-section.has-right-card .card-grid-section__card-content h3 {
	margin: 0 0 16px;
	color: var(--right-card-text);
	font-weight: 700;
}

.card-grid-section.has-right-card .card-grid-section__card-content h4 {
	margin: 0 0 10px;
	color: var(--right-card-green);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
}

.card-grid-section.has-right-card .card-grid-section__card-content p {
	margin: 0 0 10px;
	color: var(--right-card-text);
	line-height: 1.35;
}

.card-grid-section.has-right-card .card-grid-section__card-content p:last-child {
	margin-bottom: 0;
}

.card-grid-section.has-right-card .card-grid-section__card-content .table-responsive {
	margin: 0;
	overflow: visible;
}

.card-grid-section.has-right-card .card-grid-section__card-content table {
	width: 100%;
	margin: 0;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
}

.card-grid-section.has-right-card .card-grid-section__card-content table th,
.card-grid-section.has-right-card .card-grid-section__card-content table td {
	padding: 4px 10px;
	border: 0 !important;
	background: transparent;
	color: var(--right-card-text);
	vertical-align: top;
}

.card-grid-section.has-right-card .card-grid-section__card-content table th p,
.card-grid-section.has-right-card .card-grid-section__card-content table td p {
	margin: 0;
	line-height: 1.25;
}

.card-grid-section.has-right-card .card-grid-section__card-content table thead tr:first-child th {
	padding: 12px 16px;
	background: var(--right-card-green);
	color: var(--right-card-bg);
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.card-grid-section.has-right-card .card-grid-section__card-content table thead tr:first-child th:first-child {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.card-grid-section.has-right-card .card-grid-section__card-content table thead tr:first-child th:last-child {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.card-grid-section.has-right-card .card-grid-section__card-content table thead tr:not(:first-child) th {
	padding-top: 12px;
	padding-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.card-grid-section.has-right-card .card-grid-section__card-content table tbody tr:first-child td:first-child,
.card-grid-section.has-right-card .card-grid-section__card-content table tbody td:first-child .CustomSpan {
	color: var(--right-card-green);
}
.card-grid-section.has-right-card .card-grid-section__card-content table tbody tr:first-child td,
.card-grid-section.has-right-card .card-grid-section__card-content table tbody td .CustomSpan {
	color: var(--right-card-blue);
}

.card-grid-section.has-right-card .card-grid-section__card-content table tbody tr + tr td {
	padding-top: 10px;
}

@media (max-width: 1199px) {
	.card-grid-section.has-right-card {
		padding: 72px 0 80px;
	}

	.card-grid-section.has-right-card .card-grid-section__container {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
		column-gap: 34px;
	}

	.card-grid-section.has-right-card .card-grid-section__card {
		padding: 30px;
		border-radius: 36px;
	}
}

@media (max-width: 991px) {
	.card-grid-section.has-right-card .card-grid-section__container {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.card-grid-section.has-right-card .card-grid-section__cards {
		grid-column: auto;
		grid-row: auto;
	}
	.card-grid-section.has-right-card .card-grid-section__card {
		text-align: center;
	}
	.card-grid-section.has-right-card .card-grid-section__cards,
	.card-grid-section.has-right-card .card-grid-section__title,
	.card-grid-section.has-right-card .card-grid-section__intro,
	.card-grid-section.has-right-card .card-grid-section__intro p {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.card-grid-section.has-right-card {
		padding: 56px 0 64px;
	}

	.card-grid-section.has-right-card .card-grid-section__card {
		padding: 24px;
		border-radius: 24px;
	}

	.card-grid-section.has-right-card .card-grid-section__card-content table th,
	.card-grid-section.has-right-card .card-grid-section__card-content table td {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/* Card grid section (Right side Card) End*/
/* Two column section white background */
.two-col-white-section {
	padding: 84px 0 92px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 -4px 15px -8px rgba(156,156,156,0.4);
	background: linear-gradient(
		to bottom,
		rgba(156, 156, 156, 0.3) 0%,
		#9c9c9c 30%,
		#9c9c9c 100%
	);
}

.two-col-white-section:before {
    /* box-shadow: 0 0 50px 0 rgba(156, 156, 156, 0.5) inset; */
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
    content: "";
    background: linear-gradient(to bottom, rgb(227 225 225 / 74%) 0%, rgba(156, 156, 156, 0) 30%, rgba(156, 156, 156, 0) 30%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.two-col-white-section__container {
	max-width: 1260px;
	position: relative;
	z-index: 2;
}


.two-col-white-section__eyebrow {
	margin: 0 0 14px;
	text-align: center;
	color: #1295da;
	font-size: 18px;
	font-family: ArcherPro, var(--font-default), serif;
	line-height: 1.2;
}

.two-col-white-section__title {
	margin: 0 auto 18px;
	text-align: center;
	color: #061b34;
	/*font-size: clamp(36px, 4vw, 60px);
	line-height: 1.06;*/
	font-weight: 700;
}

.two-col-white-section__intro {
	margin: 0 auto 48px;
	text-align: center;
}
.two-col-white-section__intro p {
	color: #ffffff;
	margin: 0 0 10px;
	/*font-size: clamp(17px, 1.2vw, 22px);
	line-height: 1.45;*/
}

.two-col-white-section__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.two-col-white-section__card {
	padding: 34px 32px 28px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 54px;
	border-radius: 54px;
}

.two-col-white-section__card-content h1,
.two-col-white-section__card-content h2 {
	margin: 0 0 16px;
	color: #07213d;
	/*font-size: clamp(36px, 2.7vw, 56px);
	line-height: 1.04;*/
	font-weight: 700;
}
.two-col-white-section__card-content h3 {
    color: #ffffff;
    margin: 1em 0 1em 0;
}

.two-col-white-section__card-content p {
	margin: 0 0 20px 0;
	color: #ffffff;
	/*font-size: clamp(18px, 1.06vw, 20px);
	line-height: 1.42;*/
	/*min-height: 150px;*/
}
.two-col-white-section__card-content p:first-of-type {
	color: #012b3e;
	margin: 1.5em 0 60px 0;
}
.two-col-white-section__card-content p .CustomSpan {
    color: #012b3e;
    display: block;
    font-weight: 800;
    margin-bottom: 0px;
}

.two-col-white-section__card-content p:last-child {
	margin-bottom: 0;
	min-height: initial;
	text-align: center;
}

.two-col-white-section__card-content a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 270px;
	margin-top: 10px;
	padding: 13px 28px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	/*border: 2px solid #ccd4de;*/
	background: #ffffff;
	color: #06203a;
	/*font-size: clamp(22px, 1.4vw, 22px);
	line-height: 1.1;*/
	font-weight: 700;
	text-decoration: none;
}

.two-col-white-section__card-content a:hover,
.two-col-white-section__card-content a:focus {
	border-color: #06203a;
	color: #fff;
	background-color: #06203a;
}

@media (max-width: 1199px) {
	.two-col-white-section {
		padding: 70px 0 80px;
	}

	.two-col-white-section__card {
		-webkit-border-radius: 40px;
		border-radius: 40px;
		padding: 28px 24px 24px;
	}
}

@media (max-width: 991px) {
	.two-col-white-section__columns {
		grid-template-columns: 1fr;
	}

	.two-col-white-section__intro {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.two-col-white-section {
		padding: 54px 0 62px;
	}

	.two-col-white-section__card {
		-webkit-border-radius: 28px;
		border-radius: 28px;
		padding: 22px 18px;
	}

	.two-col-white-section__card-content a {
		min-width: 100%;
	}
}

/* CTA links */
.cta-links-section {
	padding: clamp(64px, 7vw, 120px) 0;
	background: #b2d55a;
}

.cta-links-section__container {
	display: flex;
	justify-content: center;
}

.cta-links-section__content {
	max-width: 760px;
	text-align: center;
}

.cta-links-section__title {
	margin: 0;
	color: #ffffff;
	/*font-size: clamp(44px, 4.2vw, 72px);
	line-height: 1.06;*/
	font-weight: 700;
}

.cta-links-section__subtitle {
	margin: 10px 0 0;
	color: #ffffff;
	font-size: clamp(42px, 4vw, 68px);
	line-height: 1.08;
	font-weight: 500;
	font-style: italic;
}

.cta-links-section__description {
	max-width: 600px;
	margin: 30px auto 0;
}

.cta-links-section__description p {
	margin: 0;
	color: rgba(255, 255, 255, 0.95);
	/*font-size: clamp(18px, 1.2vw, 24px);
	line-height: 1.45;*/
}

.cta-links-section__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 34px;
}

.cta-links-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 14px 28px;
	margin: 0 10px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	/*border: 2px solid #e2e6ea;*/
	background: #ffffff;
	color: #b2d55a;
	/*font-size: clamp(22px, 1.24vw, 22px);*/
	line-height: 1.1;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cta-links-section__button:hover,
.cta-links-section__button:focus {
	background: #0b223d;
	border-color: #0b223d;
	color: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
	.cta-links-section {
		padding: 70px 0;
	}

	.cta-links-section__description {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.cta-links-section {
		padding: 56px 0;
	}

	.cta-links-section__subtitle {
		margin-top: 6px;
	}

	.cta-links-section__buttons {
		margin-top: 26px;
	}

	.cta-links-section__button {
		width: 100%;
		min-width: 100%;
		font-size: clamp(22px, 6.5vw, 30px);
	}
}

/* Metrics comparison block */
.metrics-comparison-block {
	padding: 60px 0 44px;
	background: #ffffff;
}
.metrics-comparison-block .metrics-comparison-block__title {
	margin: 0 0 38px;
    text-align: center;
    color: #012b3e;
	font-weight: 700;
	line-height: 1.06;
    letter-spacing: -0.02em;
}

.metrics-comparison-block__container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

.metrics-comparison-block__grid {
	display: grid;
	grid-template-columns: 0.45fr 0.55fr;
	gap: 44px;
	align-items: start;
}

.metrics-comparison-block__copy {
	max-width: 560px;
}

.metrics-comparison-block__header {
	margin: 0 0 18px;
	color: #061b34;
	font-family: ArcherPro, var(--font-default), serif;
	font-size: clamp(40px, 4.1vw, 66px);
	line-height: 1.02;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.metrics-comparison-block__header .CustomSpan {
	color: #b2d55a;
	font-style: italic;
}

.metrics-comparison-block__header em,
.metrics-comparison-block__header i {
	color: #b2d55a;
	font-style: italic;
}

.metrics-comparison-block__body p {
	margin: 0 0 14px;
	color: #1b2f3f;
	font-size: clamp(16px, 1.15vw, 22px);
	line-height: 1.45;
}
.metrics-comparison-block__body h2 {
	color: #012b3e;
}
.metrics-comparison-block__body h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 14px;
	color: #012b3e;
}
.metrics-comparison-block__body h2 .CustomSpan {
	color: #b2d55a;
}
.metrics-comparison-block__body h4 {
	color: #1295da;
	font-size: 18px;
	font-family: ArcherPro, var(--font-default), serif;
	font-weight: 400;
	margin: 0 0 20px;
}

.metrics-comparison-block__body p:last-child {
	margin-bottom: 0;
}

.metrics-comparison-block__metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.metrics-comparison-block__metrics-grid .metrics-comparison-block__metric-card:hover {
	-webkit-box-shadow: 0 0 35px 0 rgba(181, 215, 94, 0.98);
    box-shadow: 0 0 35px 0 rgba(181, 215, 94, 0.98);
}

.metrics-comparison-block__metric-card {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 22px 25px;
	min-height: 122px;
	color: #ffffff;
	background-image: url('../img/Grid_BG_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.metrics-comparison-block__metric-card h2 {
    color: #aecd40;
    margin-bottom: 0;
}
.metrics-comparison-block__metric-card p {
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}
.metrics-comparison-block__metric-card p:last-child {
	color: #9c9c9c;
	margin-top: 5px;
}

.metrics-comparison-block__metric-card strong,
.metrics-comparison-block__metric-card h1,
.metrics-comparison-block__metric-card h2,
.metrics-comparison-block__metric-card h3 {
	font-family: ArcherPro, var(--font-default), serif;
}
.metrics-comparison-block__metric-card h2 {
	font-size: 24px;
}
.metrics-comparison-block__metric-card strong {
	color: #b2d55a;
	font-size: clamp(16px, 1.4vw, 26px);
	line-height: 1.05;
	display: block;
	margin: 0 0 8px;
	font-weight: 700;
}

.metrics-comparison-block__metric-card h3 {
	margin: 0 0 8px;
	color: #b2d55a;
	font-size: clamp(40px, 3.1vw, 56px);
	line-height: 0.92;
	font-weight: 700;
}

.metrics-comparison-block__progress {
	margin-top: 34px;
}

.metrics-comparison-block__progress-row {
	display: grid;
	/* Keep bar labels same width so values align nicely */
	grid-template-columns: clamp(130px, 22vw, 200px) 1fr 76px;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
}

.metrics-comparison-block__progress-row:last-child {
	margin-bottom: 0;
}

.metrics-comparison-block__bar-name {
	color: #081a2f;
	font-family: var(--font-default);
	font-size: 17px;
	line-height: 1.1;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.metrics-comparison-block__bar-name em {
	font-style: italic;
	font-weight: 400;
	color: rgba(8, 26, 47, 0.6);
}

.metrics-comparison-block__bar-track {
	height: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #bcbcbc;
	overflow: hidden;
}

.metrics-comparison-block__bar-fill {
	height: 100%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #b2d55a;
	width: 0%;
}

.metrics-comparison-block.is-visible .metrics-comparison-block__bar-fill {
	animation: metricsProgressFill 1800ms ease-out forwards;
	will-change: width;
}

.metrics-comparison-block__bar-value {
	color: #081a2f;
	font-family: var(--font-default);
	font-size: 17px;
	line-height: 1.1;
	font-weight: 700;
	text-align: right;
}

.metrics-comparison-block__bottom-text {
	margin-top: 16px;
	color: #6c7781;
	font-size: 16px;
	line-height: 1.35;
	font-style: italic;
}

@keyframes metricsProgressFill {
	from {
		width: 0%;
	}
	to {
		width: calc(var(--progress, 0) * 1%);
	}
}

@media (max-width: 991px) {
	.metrics-comparison-block {
		padding: 70px 0 54px;
	}

	.metrics-comparison-block__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}

@media (max-width: 767px) {
	.metrics-comparison-block__metrics-grid {
		grid-template-columns: 1fr;
	}

	.metrics-comparison-block__progress-row {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 18px;
	}

	.metrics-comparison-block__bar-value {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.metrics-comparison-block.is-visible .metrics-comparison-block__bar-fill {
		animation: none;
		width: calc(var(--progress, 0) * 1%);
	}
}

/* CTA layer with cards */
.cta-layer-with-cards {
	position: relative;
	padding: 80px 0 70px;
	color: #ffffff;
	overflow: hidden;
	background-color: #01223a;
	background-image: url('../img/Grid_BG_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cta-layer-with-cards::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cta-layer-with-cards__container {
	position: relative;
	z-index: 1;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

.cta-layer-with-cards__grid {
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;
	gap: 44px;
	align-items: start;
}

.cta-layer-with-cards__copy {
	max-width: 560px;
}

.cta-layer-with-cards__copy a {
	color: #b2d55a;
}

.cta-layer-with-cards__body p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(14px, 1.1vw, 18px);
	line-height: 1.55;
}

.cta-layer-with-cards__body p:last-child {
	margin-bottom: 0;
}

.cta-layer-with-cards__body h1,
.cta-layer-with-cards__body h2,
.cta-layer-with-cards__body h3 {
	/*font-family: ArcherPro, var(--font-default), serif;*/
	color: #ffffff;
	letter-spacing: -0.02em;
	font-weight: 600;
	line-height: 1.02;
	margin: 0 0 12px;
}
.cta-layer-with-cards__body h4 {
	color: #1295da;
	font-size: 18px;
	font-family: ArcherPro, var(--font-default), serif;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 20px;
}
.cta-layer-with-cards__body p .CustomSpan {
	color: #b2d55a;
}
/*.cta-layer-with-cards__body h1 {
	font-size: clamp(44px, 4.2vw, 72px);
}

.cta-layer-with-cards__body h2 {
	font-size: clamp(36px, 3.6vw, 60px);
}

.cta-layer-with-cards__body h3 {
	font-size: clamp(28px, 2.8vw, 44px);
}*/

.cta-layer-with-cards__cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-self: end;
	width: 100%;
	max-width: 520px;
}

.cta-layer-with-cards__card {
	background: rgba(255, 255, 255, 0.98);
	color: #061b34;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 16px 18px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	font-size: 13px;
	line-height: 1.4;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cta-layer-with-cards__card:hover {
  	box-shadow: 0 0 20px #aecd40;
  	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cta-layer-with-cards__card p {
	margin: 0;
	font-weight: 400;
	color: #061b34;
}

.cta-layer-with-cards__card p + p {
	margin-top: 10px;
}
.cta-layer-with-cards__card p a {
	color: #b2d55a;
}

.cta-layer-with-cards__card strong {
	font-weight: 700;
}

@media (max-width: 991px) {
	.cta-layer-with-cards {
		padding: 70px 0 54px;
	}

	.cta-layer-with-cards__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.cta-layer-with-cards__cards {
		max-width: 100%;
	}

	.card-grid-section__title{
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.cta-layer-with-cards {
		padding: 56px 0 44px;
	}

	.cta-layer-with-cards__card {
		padding: 14px 16px;
		-webkit-border-radius: 14px;
		border-radius: 14px;
	}

	.cta-layer-with-cards__card p {
		font-size: 12px;
	}

	.card-grid-section__title {
    	font-size: 35px;
    	max-width: 600px;
	}

	.cta-links-section__title{
		font-size: 35px;
	}

	.card-grid-section__card-content h2 {
    	font-size: 28px;
	}
}

@media(max-width: 480px){
	.hero-banner__content .hero-banner__title {
    	font-size: 40px;
	}

	.hero-banner .hero-banner__subtitle{
		font-size: 34px;
	}
}
/* CTA layer with cards (Option 1) Start*/
.cta-layer-with-cards--option-2 .cta-layer-with-cards__grid {
	grid-template-columns: 1fr;
	gap: 30px;
	align-content: space-between;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__copy {
	max-width: 60%;
}
.cta-layer-with-cards--option-2 .cta-layer-with-cards__body h2:first-child {
	color: #1295da;
	font-family: ArcherPro, var(--font-default), serif;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__cards--option-2 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	max-width: 100%;
	justify-self: stretch;
	margin-top: auto;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 {
	padding: 40px 24px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
	min-height: 290px;
}
.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2:hover {
	box-shadow: 0 0 20px #aecd40;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 p {
	margin: 0;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 p:first-child {
	margin-bottom: 14px;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 h4 {
	color: #1295da;
	line-height: 1.04;
	font-family: ArcherPro, var(--font-default), serif;
	font-weight: 600;
}

.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 p + p {
	margin-top: 0;
	color: #061b34;
	line-height: 1.25;
}

@media (max-width: 1199px) {
	.cta-layer-with-cards--option-2 .cta-layer-with-cards__cards--option-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cta-layer-with-cards--option-2 .cta-layer-with-cards__grid {
		min-height: auto;
	}

	.cta-layer-with-cards--option-2 .cta-layer-with-cards__cards--option-2 {
		grid-template-columns: 1fr;
	}

	.cta-layer-with-cards--option-2 .cta-layer-with-cards__card--option-2 {
		min-height: auto;
		padding: 20px 18px;
	}
}
/* CTA layer with cards (Option 1) End*/
/* CTA layer with cards (Option 2) Start*/
.cta-layer-with-cards--option-2-value-2 {
	padding: 72px 0;
}
.cta-layer-with-cards--option-2-value-2::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: gray;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 36px;
	align-items: end;
	margin-bottom: 48px;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__copy,
.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__body {
	max-width: 720px;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__body h2 {
	color: #1295da;
	margin: 0 0 10px;
}
.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__body h4 .CustomSpan {
	color: #b2d85c;
}
.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__body p {
	color: #ffffff;
	margin: 0;
	max-width: 760px;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-visual {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-visual-img {
	width: auto;
	max-width: 180px;
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: -6px;
	white-space: nowrap;
	padding: 10px;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-image {
	width: 100%;
	max-width: 180px;
	height: auto;
	display: block;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__cards--option-2-value-2 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	max-width: 100%;
	justify-self: stretch;
	align-items: start;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 12px 0 0;
	min-height: 0;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 p {
	margin: 0;
	color: #ffffff;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 p:first-child {
	margin-bottom: 10px;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 h4 {
	color: #1295da;
	margin: 0 0 8px;
}
.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 h4 .CustomSpan {
	border-top: 2px solid #9dbe2f;
	padding-top: 2px;
	color: #ffffff;
}

.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__card--option-2-value-2 p + p {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-top {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__option-2-value-2-visual-img {
		justify-content: flex-start;
	}
	.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__cards--option-2-value-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cta-layer-with-cards--option-2-value-2 {
		padding: 56px 0 30px;
	}

	.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__cards--option-2-value-2 {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.cta-layer-with-cards--option-2-value-2 .cta-layer-with-cards__body p {
		font-size: 18px;
	}
}
/* CTA layer with cards (Option 2) End*/
/* CTA layer with cards (Option 3) Start*/
.cta-layer-with-cards--option-3 {
	padding: 80px 0 0;
	position: relative;
	background-color: #01223a;
	background-image: var(--cta-option-3-bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	isolation: isolate;
	overflow: visible;
	margin-bottom: 160px;
}
.cta-layer-with-cards--option-3::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #012b3e;
	opacity: 0.70;
	z-index: 0;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__option-3-top {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.cta-layer-with-cards--option-3 .container {
	position: relative;
	z-index: 1;
	padding-bottom: 160px;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__copy,
.cta-layer-with-cards--option-3 .cta-layer-with-cards__body {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__body :is(h1, h2, h3) {
	color: #ffffff;
	margin: 0 0 12px;
	line-height: 1.05;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__body p {
	margin: 0;
	color: rgba(255, 255, 255, 0.96);
	line-height: 1.3;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__cards--option-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px;
	max-width: 1120px;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: -130px;
	transform: translateX(-50%);
	z-index: 1;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 {
	background: linear-gradient(180deg, #022f49 0%, #01263d 100%);
	color: #ffffff;
	border-radius: 28px;
	padding: 30px;
	box-shadow:
		0 14px 34px rgba(1, 23, 38, 0.48),
		0 0 0 1px rgba(36, 132, 186, 0.45),
		0 0 22px rgba(18, 149, 218, 0.34);
	border: 1px solid rgba(60, 152, 204, 0.32);
	height: 100%;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 > p .CustomSpan {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 8px;
	background: #1295da;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 h5 {
	margin: 0 0 15px;
	color: #1295da;
	line-height: 1.02;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 p {
	margin: 0;
	color: #ffffff;
	line-height: 1.25;
}

.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 p + p {
	margin-top: 7px;
}

@media (max-width: 1199px) {
	.cta-layer-with-cards--option-3 {
		padding: 72px 0 88px;
		margin-bottom: 0;
	}

	.cta-layer-with-cards--option-3 .container {
		padding-bottom: 0;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__cards--option-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px;
		max-width: 980px;
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		margin: 24px auto 0;
	}
}

@media (max-width: 991px) {
	.cta-layer-with-cards--option-3 {
		padding: 64px 0 74px;
		background-attachment: scroll;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__option-3-top {
		margin-bottom: 28px;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__cards--option-3 {
		gap: 20px;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 {
		padding: 24px 20px;
		border-radius: 24px;
	}
}

@media (max-width: 767px) {
	.cta-layer-with-cards--option-3 {
		padding: 52px 0 56px;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__cards--option-3 {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 18px;
	}

	.cta-layer-with-cards--option-3 .cta-layer-with-cards__card--option-3 {
		padding: 22px 18px;
		border-radius: 22px;
	}
}
/* CTA layer with cards (Option 3) End*/
/* Mask Product */
.product-whole-wrap.bg-white {
	background: unset;
	margin-bottom: 40px;
}
.product-whole-wrap.bg-white .product-whole-header {
	text-align: center;
}
.product-whole-wrap.bg-white .product-whole-header h2{
	text-align: center;
	color: #012b3e;
	line-height: 1.06;
	font-weight: 700;
}
.product-whole-wrap.bg-white .product-whole-inner {
	max-width: 960px;
}
.product-whole-wrap.bg-white .product-whole-box {
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-whole-wrap.bg-white .product-whole-box-cover:hover .product-whole-box {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}
.product-whole-wrap.bg-white .product-whole-box-cover .product-whole-box:hover {
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-whole-wrap.bg-white .product-whole-description {
	min-height: 290px;
}
.product-whole-wrap.bg-white .product-whole-description, 
.product-whole-wrap.bg-white .product-whole-description p {
	color: #012b3e;
	text-align: center;
}
.product-whole-wrap.bg-white .product-whole-description > ul {
	padding-left: 0;
}
.product-whole-wrap.bg-white .product-whole-description > ul > li {
	color: var(--color-primary);
}
.product-whole-wrap.bg-white .product-whole-description > ul > li::before {
	content: "";
}
.product-whole-wrap.bg-white .product-whole-description > ul > li span {
	font-weight: 800;
}
.product-whole-wrap.bg-white .product-link {
	text-align: center;
}
.product-whole-wrap.bg-white .product-link .product-footer-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 14px 28px;
	margin: 0 10px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	/*border: 2px solid #e2e6ea;*/
	background: #ffffff;
	color: #0b223d;
	/*font-size: clamp(22px, 1.24vw, 22px);*/
	line-height: 1.1;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 2px solid #0b223d;
}

.product-whole-wrap.bg-white .product-link .product-footer-link:hover,
.product-whole-wrap.bg-white .product-link .product-footer-link:focus {
	background: #0b223d;
	border-color: #0b223d;
	color: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* profile_section */
.profile-section {
	padding: 86px 0;
	background: #ffffff;
}
.profile-section__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.7fr);
	grid-template-areas:
		"intro allocation"
		"scenario efficiency";
	column-gap: 52px;
	row-gap: 34px;
	align-items: start;
	margin-bottom: 60px;
}
.profile-section__intro-col {
	grid-area: intro;
}
.profile-section__allocation-col {
	grid-area: allocation;
}
.profile-section__scenario-col {
	grid-area: scenario;
}
.profile-section__efficiency-col {
	grid-area: efficiency;
}
.profile-section__intro {
	color: #012b3e;
}
.profile-section__intro :is(h1, h2) {
	margin: 0 0 10px;
	color: #012b3e;
	/*font-size: 40px;
	line-height: 1;*/
	letter-spacing: -0.02em;
}
.profile-section__intro h3 {
	margin: 0 0 18px;
	color: #93bf23;
	/*font-size: 30px;
	line-height: 1.1;*/
	font-style: italic;
	font-weight: 400;
}
.profile-section__intro p {
	margin: 0 0 14px;
	color: #012b3e;
	/*font-size: clamp(17px, 1.05vw, 22px);
	line-height: 1.22;*/
	font-weight: 400;
}

.profile-section__metric {
	align-self: end;
	text-align: right;
	color: #dce9b3;
}
.profile-section__metric :is(h1, h2, h3, h4, strong) {
	display: block;
	margin: 0;
	color: #dce9b3;
	font-size: clamp(160px, 11.2vw, 250px);
	line-height: 0.82;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.profile-section__metric p {
	margin: 8px 0 0;
	color: #012b3e;
	font-size: clamp(12px, 0.9vw, 14px);
	line-height: 1.12;
	font-weight: 600;
	text-align: left;
	max-width: 360px;
	margin-left: auto;
	text-align: center;
}

.profile-section__scenario {
	padding-top: 6px;
}
.profile-section__scenario-title {
	margin: 0 0 24px;
	text-align: center;
	color: #012b3e;
	/*font-size: 40px;
	line-height: 1.04;*/
	letter-spacing: -0.02em;
}
.profile-section__scenario-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}
.profile-section__scenario-card .profile-section__scenario-list {
	border-radius: 22px;
	padding: 18px 18px 16px;
	border: 2px solid #c9d8de;
	background: #e9f7f0;
}
.profile-section__scenario-card:nth-child(even) .profile-section__scenario-list {
	background: #fdeee7;
}
.profile-section__scenario-card h3 {
	margin: 0 0 12px;
	color: #012b3e;
	/*font-size: 30px;
	line-height: 1.1;*/
	text-align: center;
	word-break: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
}
.profile-section__scenario-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}
.profile-section__scenario-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(10, 47, 71, 0.14);
}
.profile-section__scenario-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.profile-section__scenario-key {
	color: #012b3e;
	font-size: clamp(16px, 1vw, 18px);
	line-height: 1.2;
	font-weight: 600;
}
.profile-section__scenario-value {
	color: #0b9456;
	font-size: clamp(16px, 1vw, 18px);
	line-height: 1.2;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}
.profile-section__scenario-card:nth-child(even) .profile-section__scenario-value {
	color: #df4a17;
}

.profile-section__bottom {
	margin-top: 28px;
	border: 2px solid #93bf23;
	border-radius: 34px;
	padding: 20px 26px;
	color: #012b3e;
}
.profile-section__bottom :is(h1, h2, h3, h4) {
	color: #012b3e;
	line-height: 1.04;
}
.profile-section__bottom p {
	margin: 0;
	line-height: 1.23;
	font-weight: initial;
	color: #012b3e;
}
.profile-section__bottom strong {
	font-weight: 700;
}

@media (max-width: 1399px) {
	.profile-section {
		padding: 70px 0;
	}
	.profile-section__layout {
		column-gap: 36px;
		row-gap: 24px;
	}
	.profile-section__metric :is(h1, h2, h3, h4, strong) {
		font-size: clamp(140px, 9vw, 200px);
	}
}

@media (max-width: 1024px) {
	.profile-section__layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"allocation"
			"scenario"
			"efficiency";
		gap: 22px;
	}
	.profile-section__metric {
		text-align: left;
		align-self: start;
	}
	.profile-section__metric p {
		margin-left: 0;
	}
	.profile-section__scenario-grid {
		grid-template-columns: 1fr;
	}
	.profile-section__scenario-title {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.profile-section {
		padding: 56px 0;
	}
	.profile-section__intro :is(h1, h2) {
		font-size: clamp(35px, 8vw, 45px);
	}
	.profile-section__scenario-card {
		border-radius: 20px;
		padding: 16px;
	}
	.profile-section__scenario-list li {
		gap: 12px;
	}
	.profile-section__bottom {
		border-radius: 22px;
		padding: 16px 18px;
	}
}
/* profit_opportunity Start */
.profit-opportunity {
    padding: 80px 0;
}

.profit-opportunity .profit-opportunity__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
}

.profit-opportunity .profit-opportunity__copy {
    color: #041f3b;
}

.profit-opportunity .profit-opportunity__copy h1,
.profit-opportunity .profit-opportunity__copy h2,
.profit-opportunity .profit-opportunity__copy h3,
.profit-opportunity .profit-opportunity__copy h4 {
    margin: 0 0 20px;
    color: #041f3b;
    line-height: 1.03;
    font-weight: 800;
}

.profit-opportunity .profit-opportunity__copy p {
    margin: 0;
    color: #041f3b;
}

.profit-opportunity .profit-opportunity__cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
}

.profit-opportunity .profit-opportunity__card {
    background: #ffffff;
    border: 3px solid #051f3b;
    border-radius: 38px;
    padding: 22px;
    min-height: 166px;
}

.profit-opportunity .profit-opportunity__value {
    margin: 0 0 8px;
    color: #a4ce3b;
    font-weight: 800;
}

.profit-opportunity .profit-opportunity__text {
    margin: 0;
    color: #041f3b;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .profit-opportunity {
        padding: 64px 0;
    }

    .profit-opportunity .profit-opportunity__grid {
        gap: 30px;
    }

    .profit-opportunity .profit-opportunity__copy p {
        font-size: 25px;
    }

    .profit-opportunity .profit-opportunity__card {
        border-radius: 32px;
        min-height: 150px;
    }
}

@media (max-width: 991px) {
    .profit-opportunity .profit-opportunity__grid {
        grid-template-columns: 1fr;
    }

    .profit-opportunity .profit-opportunity__copy {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    .profit-opportunity {
        padding: 50px 0;
    }

    .profit-opportunity .profit-opportunity__copy h1,
    .profit-opportunity .profit-opportunity__copy h2,
    .profit-opportunity .profit-opportunity__copy h3,
    .profit-opportunity .profit-opportunity__copy h4 {
        margin-bottom: 16px;
    }

    .profit-opportunity .profit-opportunity__cards {
        gap: 14px;
    }

    .profit-opportunity .profit-opportunity__card {
        border-width: 2px;
        border-radius: 24px;
        min-height: 128px;
        padding: 16px;
    }

    .profit-opportunity .profit-opportunity__value {
        margin-bottom: 6px;
    }
}

@media (max-width: 520px) {
    .profit-opportunity .profit-opportunity__cards {
        grid-template-columns: 1fr;
    }
}
/* profit_opportunity End */
/* profit_opportunity Start (Option 2)*/
.profit-opportunity--option-2 {
    padding: 30px 0 10px;
}

.profit-opportunity--option-2 .profit-opportunity__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    gap: 30px 48px;
    align-items: center;
}

.profit-opportunity--option-2 .profit-opportunity__copy {
    color: #ffffff;
	max-width: 620px;
}

.profit-opportunity--option-2 .profit-opportunity__copy h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-weight: 800;
}
.profit-opportunity--option-2 .profit-opportunity__copy h2 .CustomSpan {
    color: #a4ce3b;
}

.profit-opportunity--option-2 .profit-opportunity__copy em,
.profit-opportunity--option-2 .profit-opportunity__copy i,
.profit-opportunity--option-2 .profit-opportunity__copy strong em,
.profit-opportunity--option-2 .profit-opportunity__copy strong i {
    color: #a4ce3b;
    font-style: italic;
}

.profit-opportunity--option-2 .profit-opportunity__copy p {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

.profit-opportunity--option-2 .profit-opportunity__cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profit-opportunity--option-2 .profit-opportunity__card {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(143, 173, 193, 0.35);
    border-radius: 16px;
    padding: 6px 20px;
    min-height: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.profit-opportunity--option-2 .profit-opportunity__card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 300px);
}

.profit-opportunity--option-2 .profit-opportunity__value {
    margin: 0;
    color: #a4ce3b;
    font-weight: 800;
	width: 75px;
}

.profit-opportunity--option-2 .profit-opportunity__text {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

@media (max-width: 1199px) {
	.profit-opportunity--option-2 .profit-opportunity__copy {
		max-width: 100%;
	}
    .profit-opportunity--option-2 .profit-opportunity__grid {
        grid-template-columns: 1fr;
        gap: 24px 28px;
    }

    .profit-opportunity--option-2 .profit-opportunity__card {
        padding: 12px 16px;
    }
}

@media (max-width: 991px) {
	.profit-opportunity--option-2 .profit-opportunity__cards,
    .profit-opportunity--option-2 .profit-opportunity__grid {
        grid-template-columns: 1fr;
    }

    .profit-opportunity--option-2 .profit-opportunity__cards {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .profit-opportunity--option-2 .profit-opportunity__card:nth-child(3) {
        width: min(100%, 400px);
    }
}

@media (max-width: 767px) {
    .profit-opportunity--option-2 {
        padding: 42px 0;
    }

    .profit-opportunity--option-2 .profit-opportunity__copy h1,
    .profit-opportunity--option-2 .profit-opportunity__copy h2,
    .profit-opportunity--option-2 .profit-opportunity__copy h3,
    .profit-opportunity--option-2 .profit-opportunity__copy h4 {
        margin-bottom: 12px;
    }

    .profit-opportunity--option-2 .profit-opportunity__cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .profit-opportunity--option-2 .profit-opportunity__card {
        min-height: 74px;
        border-radius: 12px;
        gap: 10px;
        padding: 10px 12px;
    }

    .profit-opportunity--option-2 .profit-opportunity__card:nth-child(3) {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
    }
}
/* profit_opportunity End (Option 2)*/

/* data_insight_cards_with_bottom_content Start */
.frame-type-mask_data_insight_cards_with_bottom_content {
	padding-top: 0;
}
.data-insight-cards-with-bottom-content {
	padding: 0 0 60px;
}
.data-insight-cards-with-bottom-content__header h2 {
    text-align: center;
	color: #FFFFFF;
}

.data-insight-cards-with-bottom-content__grid {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.data-insight-cards-bottom-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.data-insight-cards-bottom-wrapper .liquid-glass-wrapper {
    margin: 0 0 75px;
    width: 100%;
}

.data-insight-cards-bottom-wrapper .liquid-glass-wrapper .liquid-glass {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 26px;
    padding: 28px 24px 24px;
    min-height: 400px;
}
.data-insight-cards-bottom-wrapper .liquid-glass-wrapper .liquid-glass:hover {
    box-shadow: 0 0 30px 5px #aecd40;
    transform: scale(1.05);
}

.data-insight-cards-bottom-wrapper .liquid-glass-image {
    width: 100%;
    text-align: center;
}

.data-insight-cards-bottom-wrapper .liquid-glass-image img {
	height: auto;
	width: auto;
    margin: 0 auto 14px;
    object-fit: contain;
    display: block;
}

.data-insight-cards-bottom-wrapper .liquid-glass-title {
    width: 100%;
    text-align: center;
}

.data-insight-cards-bottom-wrapper .liquid-glass .liquid-glass-title h4 {
    margin: 0 0 12px;
    color: #1da8e6;
    font-weight: 700;
}

.data-insight-cards-bottom-wrapper .liquid-glass-description,
.data-insight-cards-bottom-wrapper .liquid-glass-description p {
    margin: 0;
    color: #ffffff;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 305px;
    color: #ffffff;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content ul {
    margin: 0;
    padding-left: 22px;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content li {
    margin: 0 0 8px;
    color: #ffffff;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content li:last-child {
    margin-bottom: 0;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-footer-link {
    margin-top: auto;
    padding-top: 16px;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-footer-link .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: #23a6e4;
    border: 1px solid #23a6e4;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    transition: all 0.2s ease;
}

.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-footer-link .btn:hover,
.data-insight-cards-bottom-wrapper .data-insight-cards-bottom-footer-link .btn:focus {
    background-color: #38b7f4;
    border-color: #38b7f4;
    color: #ffffff;
}

@media (max-width: 991px) {
    .data-insight-cards-with-bottom-content__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .data-insight-cards-bottom-wrapper .liquid-glass-wrapper .liquid-glass {
        min-height: 360px;
        padding: 22px 18px 20px;
    }

    .data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .data-insight-cards-with-bottom-content__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .data-insight-cards-bottom-wrapper .liquid-glass-wrapper .liquid-glass {
        border-radius: 20px;
        min-height: 320px;
    }

    .data-insight-cards-bottom-wrapper .data-insight-cards-bottom-content {
        min-height: 0;
    }
}
/* data_insight_cards_with_bottom_content End */
/* Producer Profitability Section */
.profitability-section .profitability-wrapper {
    padding: 80px 0px;
}

.profitability-section .profit-box {
    position: relative;
    background: url('/fileadmin/user_upload/Grid_BG.png') center/cover no-repeat;
    border-radius: 40px;
    padding: 30px 50px;
    margin-bottom: 140px;
    overflow: visible;
	min-height: 333px;
}

.profitability-section .profit-box > * {
    position: relative;
    z-index: 2;
}

.profitability-section .profit-title {
    text-align: center;
    color: #e3eaee;
    margin-bottom: 20px;
}

.profitability-section .profit-left h4 {
    color: #b4d95f;
    font-size: 16px;
    margin-bottom: 15px;
}

.profitability-section .profit-left ul {
    list-style: none;
    padding: 0;
}

.profitability-section .profit-left li {
    margin-bottom: 8px;
    color: #b4d95f;
    font-size: 15px;
	font-weight: 600;
}

.profitability-section .profit-center {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: -35px;
}

.profitability-section .plus,
.profitability-section .equals {
    font-size: 62px;
    color: #ffffff;
    font-weight: 600;
}

.profitability-section .feed-cost {
    color: #d7dfe3;
    font-size: 21px;
}

.profitability-section .result strong {
    font-size: 56px;
    color: #b4d95f;
    display: block;
    line-height: 1;
}

.profitability-section .result span {
    font-size: 17px;
    color: #dbe4e8;
    font-weight: 900;
}
.profitability-section .profit-right {
  margin-top: 20px;
}

.profitability-section .profit-right h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.profitability-section .profit-right p {
    font-size: 14px;
    color: #e7edf0;
    margin-bottom: 8px;
    line-height: 1.4;
}

.profitability-section .profit-right h4 .CustomSpan {
    color: #b4d95f;
}

.profitability-section .profit-images img {
    position: absolute;
    bottom: -240px;
    max-height: 300px;
    width: auto;
    object-fit: contain;
    z-index: 3;
    transition: transform 0.35s ease, filter 0.35s ease;
    transform-origin: center bottom;
}

.profitability-section .profit-images img:hover {
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.24));
    z-index: 4;
}

.profitability-section .profit-images.two .img-left {
    left: 35%;
    transform: translateX(-50%);
}

.profitability-section .profit-images.two .img-right {
    right: 35%;
    transform: translateX(50%);
}

.profitability-section .profit-images.three .img-left {
    left: 10%;
}

.profitability-section .profit-images.three .img-center {
    left: 50%;
    transform: translateX(-50%);
}

.profitability-section .profit-images.three .img-right {
    right: 10%;
}

.profitability-section .profit-images.two .img-left:hover {
    transform: translateX(-50%) translateY(-10px) scale(1.03);
}

.profitability-section .profit-images.two .img-right:hover {
    transform: translateX(50%) translateY(-10px) scale(1.03);
}

.profitability-section .profit-images.three .img-left:hover,
.profitability-section .profit-images.three .img-right:hover {
    transform: translateY(-10px) scale(1.03);
}

.profitability-section .profit-images.three .img-center:hover {
    transform: translateX(-50%) translateY(-10px) scale(1.03);
}
.profitability-section .plus, .profitability-section .equals {
  line-height: 0;
}

@media (max-width: 1199px) {
    .profitability-section .profit-box {
        padding: 30px 35px;
        margin-bottom: 120px;
        min-height: 300px;
    }

    .profitability-section .profit-center {
        gap: 14px;
        margin-left: -14px;
    }

    .profitability-section .profit-right {
        margin-top: 10px;
    }

    .profitability-section .profit-images img {
        bottom: -205px;
        max-height: 250px;
    }

    .profitability-section .profit-images.two .img-left {
        left: 32%;
    }

    .profitability-section .profit-images.two .img-right {
        right: 32%;
    }

    .profitability-section .profit-images.three .img-left {
        left: 8%;
    }

    .profitability-section .profit-images.three .img-right {
        right: 8%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .profitability-section .profitability-wrapper {
        padding: 60px 0;
    }

    .profitability-section .ge-header h2 {
        font-size: 50px;
        line-height: 1.12;
    }

    .profitability-section .profit-box {
        padding: 28px 30px 120px;
        margin-bottom: 120px;
        min-height: 330px;
    }

    .profitability-section .profit-content .row {
        align-items: center;
        row-gap: 14px;
    }

    .profitability-section .profit-content .d-flex.justify-content-center {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 14px;
    }

    .profitability-section .profit-left {
        text-align: left;
    }

    .profitability-section .profit-right {
        margin-top: 0;
        text-align: left;
    }

    .profitability-section .profit-right h4,
    .profitability-section .profit-right p {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .profitability-section .profit-center {
        justify-content: center;
        flex-wrap: nowrap;
        margin-left: -10px;
        gap: 10px;
    }

    .profitability-section .plus,
    .profitability-section .equals {
        font-size: 42px;
    }

    .profitability-section .feed-cost {
        font-size: 16px;
    }

    .profitability-section .result strong {
        font-size: 40px;
    }

    .profitability-section .result span {
        font-size: 14px;
    }

    .profitability-section .profit-right h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profitability-section .profit-right p {
        font-size: 13px;
        line-height: 1.35;
    }

    .profitability-section .profit-images {
        margin-top: 0;
    }

    .profitability-section .profit-images img {
        position: absolute;
        bottom: -205px;
        max-height: 220px;
    }

    .profitability-section .profit-images.two .img-left {
        left: 33%;
    }

    .profitability-section .profit-images.two .img-right {
        right: 33%;
    }

    .profitability-section .profit-images.three .img-left {
        left: 8%;
    }

    .profitability-section .profit-images.three .img-right {
        right: 8%;
    }

    .profitability-section .profit-images img:hover {
        filter: none;
    }
}

@media (max-width: 767px) {
    .profitability-section .ge-header h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    .profitability-section .profit-box {
        padding: 24px 18px 30px;
        margin-bottom: 32px;
        border-radius: 24px;
    }

    .profitability-section .profit-title {
        margin-bottom: 16px;
    }

    .profitability-section .profit-left,
    .profitability-section .profit-right {
        text-align: center;
    }

    .profitability-section .profit-content .row > [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .profitability-section .profit-content .d-flex.justify-content-center {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .profitability-section .profit-center {
        gap: 10px;
        margin-bottom: 18px;
        flex-wrap: wrap;
    }

    .profitability-section .plus,
    .profitability-section .equals {
        font-size: 44px;
    }

    .profitability-section .feed-cost {
        font-size: 19px;
    }

    .profitability-section .result strong {
        font-size: 44px;
    }

    .profitability-section .profit-images {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
    }

    .profitability-section .profit-images img {
        position: static;
        bottom: auto;
        transform: none !important;
        max-height: none;
        width: 42%;
        height: auto;
        margin: 0;
        filter: none;
        z-index: auto;
    }

    .profitability-section .profit-images.three img {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .profitability-section .ge-header h2 {
        font-size: 36px;
    }

    .profitability-section .profit-box {
        padding: 20px 14px 26px;
        border-radius: 20px;
        margin-bottom: 28px;
    }

    .profitability-section .profit-title {
        font-size: 22px;
    }

    .profitability-section .profit-center {
        gap: 8px;
		justify-content: center;
    	text-align: center;
    }

    .profitability-section .profit-images {
        gap: 8px;
    }

    .profitability-section .profit-images img {
        width: 44%;
    }

    .profitability-section .profit-images.three img {
        width: 31%;
    }

    .profitability-section .result strong {
        font-size: 40px;
    }
}
/* New Desing Changes */
body.layout-5 a {
	color: inherit;
	text-decoration: none;
}

body.layout-5 .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 48px;
}

/* ============ Hero ============ */
body.layout-5 .hero {
	position: relative;
	background: var(--clock-dark-blue) url('../illustrations/hero-cattle.png') center/cover no-repeat;
	color: #fff;
	padding: 96px 0 88px;
	overflow: hidden;
}

body.layout-5 .hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 30, 53, 0.45), rgba(7, 30, 53, 0.7));
	pointer-events: none;
}

body.layout-5 .hero .wrap {
	position: relative;
	z-index: 1;
}

body.layout-5 .eyebrow {
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--clock-light-green);
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

body.layout-5 .eyebrow::before {
	content: '';
	width: 22px;
	height: 1px;
	background: var(--clock-light-green);
}

body.layout-5 section:not(.hero):not(.dark) .eyebrow {
	color: var(--clock-logo-blue);
}

body.layout-5 section:not(.hero):not(.dark) .eyebrow::before {
	background: var(--clock-logo-blue);
}
body.layout-5 .hero h1 {
	color: #fff;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 57px;
	line-height: 1.02;
	letter-spacing: -0.02em;
	max-width: 960px;
}

body.layout-5 .hero h1 .lime {
	color: var(--clock-light-green);
}

body.layout-5 .hero .lede {
	margin-top: 32px;
	max-width: 720px;
	font-size: 20px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

body.layout-5 .hero .tagline-stripe {
	display: inline-block;
	margin-top: 36px;
	padding: 8px 0 8px 18px;
	border-left: 2px solid var(--clock-light-green);
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--clock-light-green);
	font-weight: 700;
}

/* ============ Section scaffolding ============ */
body.layout-5 section.block {
	padding: 104px 0;
}

body.layout-5 section.paper {
	background: var(--clock-paper) url('../backgrounds/grid-light.png') center/cover;
}

body.layout-5 section.dark {
	background: var(--clock-dark-blue) url('../backgrounds/grid-dark.png') center/cover;
	color: #fff;
}

body.layout-5 h2.section-head {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 52px;
	line-height: 1.08;
	letter-spacing: -0.015em;
	color: var(--clock-dark-blue);
	max-width: 980px;
}

body.layout-5 section.dark h2.section-head {
	color: #fff;
}

body.layout-5 h2.section-head .lime {
	color: var(--clock-light-green);
}

body.layout-5 h2.section-head .blue {
	color: var(--clock-logo-blue);
}

body.layout-5 .lede-p {
	font-size: 19px;
	line-height: 1.55;
	color: var(--fg-on-light-soft);
	max-width: 780px;
	margin-top: 28px;
}

body.layout-5 section.dark .lede-p {
	color: rgba(255, 255, 255, 0.82);
}

body.layout-5 p.body {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--fg-on-light-soft);
	max-width: 780px;
}

body.layout-5 section.dark p.body {
	color: rgba(255, 255, 255, 0.82);
}

body.layout-5 p.body strong {
	color: var(--clock-dark-blue);
	font-weight: 700;
}

body.layout-5 section.dark p.body strong {
	color: #fff;
}

body.layout-5 .pullquote p {
	margin: 44px 0 32px;
	padding: 28px 0 28px 32px;
	border-left: 3px solid var(--clock-light-green);
	max-width: 900px;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 26px;
	line-height: 1.35;
	color: var(--clock-dark-blue);
	letter-spacing: -0.005em;
}

body.layout-5 section.dark .pullquote p {
	color: #fff;
}

body.layout-5 .pullquote p strong {
	color: var(--clock-light-green);
	font-weight: 700;
}

/* ============ Buttons ============ */
body.layout-5 .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	background: var(--clock-light-green);
	color: var(--clock-dark-blue);
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	transition: transform 120ms var(--ease-standard), box-shadow 120ms var(--ease-standard);
}

body.layout-5 .btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(174, 205, 64, 0.3);
}

body.layout-5 .btn.ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

body.layout-5 .btn.ghost:hover {
	background: rgba(255, 255, 255, 0.06);
}

body.layout-5 .btn .arrow {
	transition: transform 200ms var(--ease-standard);
}

body.layout-5 .btn:hover .arrow {
	transform: translateX(3px);
}

/* ============ "The Problem" two-column ============ */
body.layout-5 .problem-grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	align-items: start;
}

body.layout-5 .problem-grid .body-col p {
	max-width: none;
}

body.layout-5 .problem-grid .body-col p + p {
	margin-top: 18px;
}

body.layout-5 .chart-card {
	position: sticky;
	top: 32px;
	background: var(--clock-white);
	border: 1px solid var(--clock-mist);
	border-radius: 6px;
	padding: 28px;
	box-shadow: 0 12px 36px -16px rgba(7, 30, 53, 0.18);
}

body.layout-5 .chart-card .chart-tag {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--clock-logo-blue);
	margin-bottom: 14px;
}

body.layout-5 .chart-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

body.layout-5 .chart-card .chart-caption {
	margin-top: 18px;
	font-family: var(--font-mono);
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: var(--fg-on-light-mute);
}

body.layout-5 .chart-card .chart-caption strong {
	color: var(--clock-dark-blue);
	font-family: var(--font-sans);
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 10px;
	display: block;
	margin-bottom: 6px;
}

/* ============ Same Feed Different Engine ============ */
body.layout-5 .sfde-chart {
	margin-top: 56px;
	background: var(--clock-white);
	border: 1px solid var(--clock-mist);
	border-radius: 6px;
	padding: 48px;
	box-shadow: 0 12px 36px -16px rgba(7, 30, 53, 0.18);
}

/* Bull photo above each column */
body.layout-5 .sfde-bull-wrap {
	position: relative;
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 8px;
}

body.layout-5 .sfde-bull-wrap::before {
	content: '';
	position: absolute;
	width: 78%;
	height: 36%;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(174, 205, 64, 0.42), rgba(174, 205, 64, 0) 65%);
	filter: blur(10px);
	z-index: 0;
}

body.layout-5 .sfde-col.bad .sfde-bull-wrap::before {
	background: radial-gradient(ellipse, rgba(201, 106, 62, 0.4), rgba(201, 106, 62, 0) 65%);
}

body.layout-5 .sfde-bull-wrap img {
	position: relative;
	z-index: 1;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 18px 14px rgba(7, 30, 53, 0.32)) drop-shadow(0 6px 6px rgba(7, 30, 53, 0.18));
}

body.layout-5 .sfde-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

body.layout-5 .sfde-col {
	padding: 0 36px;
	border-right: 1px solid var(--clock-mist);
}

body.layout-5 .sfde-col:last-child {
	border-right: none;
}

body.layout-5 .sfde-col:first-child {
	padding-left: 0;
}

body.layout-5 .sfde-col:last-child {
	padding-right: 0;
}

body.layout-5 .sfde-tag {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

body.layout-5 .sfde-col.good .sfde-tag {
	color: var(--clock-light-green);
}

body.layout-5 .sfde-col.bad .sfde-tag {
	color: #C96A3E;
}

body.layout-5 .sfde-id {
	font-family: var(--font-mono);
	font-weight: 700;
	font-size: 28px;
	color: var(--clock-dark-blue);
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
}

body.layout-5 .sfde-id .badge {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 10px;
	background: rgba(174, 205, 64, 0.18);
	color: var(--clock-dark-blue);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: var(--font-sans);
}

body.layout-5 .sfde-col.bad .sfde-id .badge {
	background: rgba(201, 106, 62, 0.16);
}

/* Bar comparison */
body.layout-5 .sfde-bars {
	margin-top: 28px;
}

body.layout-5 .sfde-bar-row + .sfde-bar-row {
	margin-top: 18px;
}

body.layout-5 .sfde-bar-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 6px;
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fg-on-light-mute);
}

body.layout-5 .sfde-bar-label .v {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 18px;
	color: var(--clock-dark-blue);
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
	text-transform: none;
}

body.layout-5 .sfde-bar-track {
	height: 14px;
	background: var(--clock-paper);
	border-radius: 2px;
	overflow: hidden;
}

body.layout-5 .sfde-bar-fill {
	height: 100%;
	background: var(--clock-light-green);
	border-radius: 2px;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 1200ms cubic-bezier(0.2, 0, 0.2, 1);
}

body.layout-5 .sfde-bar-fill.heat {
	background: #C96A3E;
}

body.layout-5 .sfde-bar-fill.tissue {
	background: var(--clock-light-green);
}

body.layout-5 .sfde-bars.in-view .sfde-bar-fill {
	transform: scaleX(var(--w, 1));
}

/* Cost callout */
body.layout-5 .sfde-cost {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--clock-mist);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

body.layout-5 .sfde-cost .lbl {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fg-on-light-mute);
}

body.layout-5 .sfde-cost .v {
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -0.025em;
	font-variant-numeric: tabular-nums;
	color: var(--clock-dark-blue);
}

body.layout-5 .sfde-col.good .sfde-cost .v {
	color: var(--clock-green);
}

body.layout-5 .sfde-col.bad .sfde-cost .v {
	color: #B85B30;
}

/* ============ Mount placeholders ============ */
body.layout-5 .mount-loading {
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--clock-stone);
}

/* ============ CTA + footer ============ */
body.layout-5 .cta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 48px;
}

body.layout-5 .cta-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 44px 40px;
	border-radius: 4px;
}

body.layout-5 .cta-card h3 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 28px;
	line-height: 1.15;
	color: #fff;
	margin-bottom: 12px;
}

body.layout-5 .cta-card p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.6;
	margin-bottom: 24px;
}

body.layout-5 .foot-tagline p {
	margin-top: 72px;
	text-align: center;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 28px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: -0.01em;
}

body.layout-5 .foot-tagline p .lime {
	color: var(--clock-light-green);
}

/* ============ CGI hardware showcase ============ */
body.layout-5 .cgi-hardware {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 56px;
	align-items: start;
}

body.layout-5 .cgi-hardware .copy-col p {
	max-width: none;
}

body.layout-5 .cgi-hardware-card {
	background: var(--clock-white);
	border: 1px solid var(--clock-mist);
	border-radius: 6px;
	padding: 28px 28px 24px;
	box-shadow: 0 12px 36px -16px rgba(7, 30, 53, 0.18);
}

body.layout-5 .cgi-hardware-card .card-tag {
	font-family: var(--font-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--clock-logo-blue);
	margin-bottom: 16px;
}

body.layout-5 .cgi-hardware-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

body.layout-5 .cgi-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

body.layout-5 .cgi-product-img-wrap {
	position: relative;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

body.layout-5 .cgi-product-img-wrap::before {
	content: '';
	position: absolute;
	width: 78%;
	height: 22%;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(174, 205, 64, 0.32), rgba(174, 205, 64, 0) 70%);
	filter: blur(8px);
	z-index: 0;
}

body.layout-5 .cgi-product img {
	position: relative;
	z-index: 1;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 12px rgba(7, 30, 53, 0.22));
}

body.layout-5 .cgi-product .product-name {
	margin-top: 14px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 18px;
	color: var(--clock-dark-blue);
	letter-spacing: -0.005em;
}

body.layout-5 .cgi-product .product-name .lime {
	color: var(--clock-light-green);
}

body.layout-5 .cgi-product .product-role {
	margin-top: 4px;
	font-family: var(--font-mono);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fg-on-light-mute);
}

/* ============ CGI pullquote box ============ */
body.layout-5 .cgi-pullbox {
	margin: 56px 0 0;
	padding: 44px 56px;
	background: linear-gradient(135deg, var(--clock-dark-blue) 0%, #0a3e55 100%);
	border-radius: 6px;
	box-shadow: 0 18px 50px -22px rgba(7, 30, 53, 0.4);
	color: #fff;
	position: relative;
	overflow: hidden;
}

body.layout-5 .cgi-pullbox::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(174, 205, 64, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(174, 205, 64, 0.05) 1px, transparent 1px);
	background-size: 32px 32px;
	pointer-events: none;
}

body.layout-5 .cgi-pullbox::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background: var(--clock-light-green);
}

body.layout-5 .cgi-pullbox p {
	position: relative;
	margin: 0;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #fff;
}

body.layout-5 .cgi-pullbox .lime {
	color: var(--clock-light-green);
	font-weight: 700;
}

/* ============ CGI timeline ============ */
body.layout-5 .cgi-timeline {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	background: var(--clock-white);
	border: 1px solid var(--clock-mist);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 12px 36px -16px rgba(7, 30, 53, 0.18);
}

body.layout-5 .cgi-step {
	padding: 36px 32px 36px;
	border-right: 1px solid var(--clock-mist);
	position: relative;
}

body.layout-5 .cgi-step:last-child {
	border-right: none;
}

body.layout-5 .cgi-step::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--clock-light-green);
	opacity: 0.35;
}

body.layout-5 .cgi-step.active::before {
	opacity: 1;
}

body.layout-5 .cgi-step .day {
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--clock-logo-blue);
	margin-bottom: 14px;
}

body.layout-5 .cgi-step h4 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 28px;
	line-height: 1.15;
	color: var(--clock-dark-blue);
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}

body.layout-5 .cgi-step p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--fg-on-light-soft);
}

body.layout-5 footer.site-footer {
	background: var(--clock-navy-900);
	color: rgba(255, 255, 255, 0.75);
	padding: 56px 0 32px;
	font-size: 13px;
}

body.layout-5 footer.site-footer .wrap {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 40px;
}

body.layout-5 footer.site-footer h5 {
	color: #fff;
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

body.layout-5 footer.site-footer ul {
	list-style: none;
}

body.layout-5 footer.site-footer li {
	padding: 4px 0;
}

body.layout-5 footer.site-footer li a:hover {
	color: var(--clock-light-green);
}

body.layout-5 footer.site-footer img {
	height: 26px;
	margin-bottom: 18px;
}

body.layout-5 footer.site-footer .legal {
	grid-column: 1 / -1;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 24px;
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
/* Reveal animation */
body.layout-5 .reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 700ms var(--ease-standard), transform 700ms var(--ease-standard);
}
body.layout-5 .reveal.in-view {
	opacity: 1;
	transform: none;
}
@media (max-width:900px) {
	body.layout-5 .wrap {
		padding: 0 24px;
	}
	body.layout-5 .hero {
		padding: 72px 0 56px;
	}
	body.layout-5 .hero h1 {
		font-size: 44px;
	}
	body.layout-5 h2.section-head {
		font-size: 34px;
	}
	body.layout-5 .problem-grid {
		grid-template-columns: 1fr;
	}
	body.layout-5 .chart-card {
		position: static;
	}
	body.layout-5 .sfde-grid {
		grid-template-columns: 1fr;
	}
	body.layout-5 .sfde-col {
		padding: 24px 0;
		border-right: none;
		border-bottom: 1px solid var(--clock-mist);
	}
	body.layout-5 .sfde-col:last-child {
		border-bottom: none;
	}
	body.layout-5 .cta-grid {
		grid-template-columns: 1fr;
	}
	body.layout-5 .cgi-timeline {
		grid-template-columns: 1fr;
	}
	body.layout-5 .cgi-step {
		border-right: none;
		border-bottom: 1px solid var(--clock-mist);
	}
	body.layout-5 .cgi-step:last-child {
		border-bottom: none;
	}
	body.layout-5 .cgi-hardware {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	body.layout-5 .cgi-pullbox {
		padding: 32px 28px;
	}
	body.layout-5 .cgi-pullbox p {
		font-size: 22px;
	}
	body.layout-5 footer.site-footer .wrap {
		grid-template-columns: 1fr 1fr;
	}
	body.layout-5 .site-header nav {
		display: none;
	}
}
/* ============ TICKER ============ */
.ticker {
  background: var(--clock-navy-900);
  color: #fff;
  padding: 32px 0 22px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.verified-by-title {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.verified-by-title::after {
  content: "";
  display: block;
  width: 44px; height: 2px;
  background: var(--accent-highlight);
  margin: 10px auto 0;
}
.ticker-track {
  display: flex;
  gap: 80px;
  animation: tickerScroll 50s linear infinite;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ticker-track span { display: inline-flex; align-items: center; gap: 16px; }
.ticker-track .tdot {
  width: 6px; height: 6px;
  background: var(--accent-highlight);
  border-radius: 50%;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}