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

Template Name: Smart Cash 500 | Online Loan
Author: validtheme
Description:
Version: 1.0

Main Font    : Exo 2
Main Color   : #ed1c24

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

[Typography]

Body copy:    15px 'Exo 2', sans-serif
Header:     36px 'Exo 2', sans-serif
Input, textarea:  16px 'Exo 2', sans-serif
Sidebar heading:  22px 'Exo 2', 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 Transparent
        - Navbar Sticky
    04. Banner
        - Banner Creative
        - Banner Digital Agency
        - Banner Marketing Agency
    05. Services
        - Version One
        - Version Two
        - Version Three
	06. feature
        - Version One
        - Version Two
    07. Work Process
    08. Project
        - Project Carousel
        - Project Grid
        - Project Single
    09. Why Choose Us
    10. Team
        - Team Version One
        - Team Version Two
        - Team Single
    11. Testimonials
        - Version One
        - Version Two
    12. Why Choose Us
    13. Faq
    14. Progress
    15. Video Banner
    16. Brand / Partner
    17. Feature
    18. What We Offer
    19. Pricing
        - Version One
        - Version Two
    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=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

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

/* Varialbes */
:root {
	--font-default: "Exo 2", serif;
	--font-secondary: "Montserrat", sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #121f28;
	--dark-secondary: #133231;
	--white: #ffffff;
	--color-secondary: #ed1c24;
	--color-primary: #0066b3;
	--bg-gray: #F7F7F7;
	--color-heading: #00074a;
	--color-paragraph: rgba(0, 7, 74, 0.82);
}

/* ==============================================================
     # 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%;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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-primary);
	opacity: 1;
}

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

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 #dddddd;
	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 {
	margin-left: 20px;
}

li {
	margin: 0;
	padding: 0;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

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

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

body {
	font-family: var(--font-default);
	font-size: 15px;
	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: normal;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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: 700;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 15px;
	text-transform: none;
	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: 95%;
		width: 95%;
	}
}

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

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

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

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

@media (min-width: 1200px) {
	.container-percent {
		max-width: 1000px;
		width: 95%;
	}
}

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

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

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

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

@media (min-width: 1200px) {
	.container-mini {
		max-width: 980px;
		width: 100%;
	}
}

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

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

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

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

@media (min-width: 1200px) {
	.container-medium {
		max-width: 1180px;
		width: 100%;
	}
}

@media (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1500px;
	}
}

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

@media only screen and (min-width: 1400px) {
	.container-stage {
		margin-left: calc((100% - 1320px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

.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-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: #133231 !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-optional);
	background: var(--bg-gradient-reverse) !important;
}

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

.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(--dark);
	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.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: 120px;
	padding-bottom: 120px;
}

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

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

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {

	.default-padding {
		padding: 60px 0;
	}

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

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

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

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

	.contact-colum {
		margin-top: -240px;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}


/* ==============================================================
    # 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;
	min-height: 57px;
	line-height: 57px;
}

.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%;
	margin-left: 0;
}

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

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	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;
}

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

.site-heading h2 {
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}

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

/* ==============================================================
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: none;
	font-size: 17px;
	letter-spacing: 0;
	padding: 14px 40px;
	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 var(--dark);
    background: transparent;
}

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

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

a.btn-regular {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
	display: inline-block;
}

.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.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.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 right, 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: 220%;
}

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

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

.btn.btn-theme {
	color: var(--white);
	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(--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);
}

.shadow .btn.btn-theme::after {
	background-color: var(--white) !important;
}

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

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

.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);
	background: var(--dark);
	border: none;
}

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

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

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

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

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

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--white);
	-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.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

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

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

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

.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;
}

@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 {
	transition: all 500ms ease;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
}

.banner-area h1 {
	transition: all 500ms ease;
	transform: translateY(200px);
	opacity: 0;
	visibility: hidden;
}

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

.banner-area p {
	transition: all 500ms ease;
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
}

.banner-area ul {
	transition: all 500ms ease;
	transform: translateY(50px);
	opacity: 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;
	transform: translateY(-100px);
}

.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 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

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

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

.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 {
	overflow: hidden;
}

.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: 700ms;
	transition-delay: 700ms;
}

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

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

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

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

.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);
}

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

}

/* Banner Custom */

.banner-style-one .banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: transform 1000ms ease, opacity 1000ms ease;
	transform: translateX(50%) scaleX(2);
	opacity: 0;
}

.banner-style-one .banner-bg::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--black);
	opacity: 0.5;
}

.banner-style-one .banner-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.banner-style-one .swiper-slide.swiper-slide-active .banner-bg {
	transform: translateX(0) scaleX(1);
	filter: blur(0);
	transition-delay: 600ms;
	opacity: 1;
}

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

.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: 40px;
	color: #e3ebdd;
	font-weight: 100;
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: var(--white);
}

.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;
}

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

.banner-area .content h2 {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

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

.banner-area .swiper-slide.swiper-slide-active h2 {
    transition-delay: 300ms;
}

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


/* ==============================================================
    # feature Styles
=================================================================== */

.feature-style-one-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
}

.feature-style-one-item {
    border-radius: 20px;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.feature-style-one-item .icon img {
    height: 150px;
	margin-bottom: 60px;
}

.feature-style-one-item.active {
    background: var(--dark-secondary);
}

.feature-style-one-item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
	background: var(--dark);
	z-index: -1;
	visibility: hidden;
}

.feature-style-one-item:hover::after {
    height: 100%;
	opacity: 1;
	visibility: visible;
}

.feature-style-one-item h4,
.feature-style-one-item p,
.feature-style-one-item a {
	transition: all 0.35s ease-in-out;
}

.feature-style-one-item:hover h4,
.feature-style-one-item:hover p,
.feature-style-one-item:hover a {
    color: var(--white);
}

.feature-style-one-item:nth-child(2n) {
    background: #e8f2ff;
    margin-top: 80px;
}

.feature-style-one-item:nth-child(2n) .icon img {
    height: 150px;
}

.feature-style-one-item:nth-child(odd) {
    border: 1px solid #e7e7e7;
}


/* ==============================================================
     # About
=================================================================== */

.about-us-area .thumb {
	position: relative;
	z-index: 1;
	margin-bottom: 65px;
}

.about-us-area .thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 130%) repeat scroll 0 0;
}

.about-us-area .thumb img {
	border-radius: 8px;
}

.about-us-area .thumb img:first-child {
	width: 85%;
}

.about-us-area .thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: -65px;
    width: 45%;
    border-radius: 50%;
    border: 5px solid #71bffa;
    box-shadow: none;
}

.about-us-area .thumb .experience {
	position: absolute;
	bottom: -70px;
	left: 30px;
}

.about-us-area .thumb h2 {
	font-size: 100px;
	font-weight: 900;
	margin: 0;
	line-height: 105px;
	text-shadow: -5px 5px 0px #eceefe;
	color: var(--color-primary)
}

.about-us-area .thumb h4 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.about-us-area .about-items {
	position: relative;
}

.about-us-area .about-items .shape {
	position: absolute;
	right: -120px;
	top: 0;

}

.about-us-area .about-items .shape img {
	height: 150px;
	animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
	0%, 100% {
	  bottom: 0;
	}
	50% {
	  bottom: 300px;
	}
}

.about-us-area .info {
	padding-left: 60px;
}

.about-us-area .info h2 {
	margin-bottom: 30px;
	font-size: 42px;
}

.about-us-area .info .bottom-info {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.about-us-area .info .bottom-info .button {
	margin-right: 30px;
}

.about-us-area .info .bottom-info .contact {
	display: flex;
	align-items: center;
}

.about-us-area .info .bottom-info .contact i {
	display: inline-block;
	font-size: 40px;
	margin-right: 15px;
	color:var(--color-primary);
}

.about-us-area .info .bottom-info .contact .content {
	border-left: 1px solid #dddddd;
	padding-left: 28px;
}

.about-us-area .info .bottom-info .contact .content span {
	display: block;
	margin-bottom: 3px;
}

.about-us-area .info .bottom-info .contact .content h5 {
	margin: 0;
	font-weight: 600;
}

.about-us-area .about-items blockquote {
    background: var(--white);
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    padding: 35px;
    border-left: 5px solid var(--color-primary);
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    color: var(--color-heading);
    font-style: italic;
}

.about-us-area .about-items p {
	margin-bottom: 0;
}


/* ==============================================================
    # Services Styles
=================================================================== */
.services-style-one-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 1px solid #e7e7e7;
    overflow: hidden;
	border-radius: 20px;
	background: var(--white);
}

.services-style-one-item {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.services-style-one-item::after {
    position: absolute;
    right: -1px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid #e7e7e7;
}

.services-style-one-item::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e7e7e7;
}

.services-style-one-item .icon img {
    height: 70px;
    margin-bottom: 100px;
}

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

.services-style-one-item:hover .icon img {
	animation-name: shake-image;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}

@keyframes shake-image{
	0% { transform: translateX(0) }
	25% { transform: translateX(5px) }
	50% { transform: translateX(-5px) }
	75% { transform: translateX(5px) }
	100% { transform: translateX(0) }
}


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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-items.colums-4 .pf-item,
	.gallery-items.colums-3 .pf-item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-items.colums-4 .pf-item,
	.gallery-items.colums-3 .pf-item {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	#portfolio-grid {
		margin: 0;
	}

	.gallery-items.colums-4 .pf-item,
	.gallery-items.colums-3 .pf-item,
	.gallery-items.colums-2 .pf-item {
		width: 100%;
		padding: 15px 0;
	}
}

.gallery-style-one .item {
    background: #e8f2ff;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-style-one .item.logo {
    padding: 100px;
}

.gallery-style-one .item.logo img {
	transform: none !important;
	width: 100%;
}

.gallery-style-one .item > a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery-style-one .item > a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 65px;
    width: 65px;
    background: var(--color-primary);
    text-align: center;
    line-height: 64px;
    color: var(--white);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
}

.gallery-style-one:hover .item > a i {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.gallery-style-one .item img {
    transition: all 0.35s ease-in-out;
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.gallery-style-one:hover img {
	transform: translate3d(0,0,0);
	filter: grayscale(1);
}

.gallery-style-one .info h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.gallery-style-one .info h4 a {
    display: inline-block;
    background: var(--white);
    padding: 8px 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
	border: 1px solid #e7e7e7;
}

.gallery-style-one .item .info h4 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.gallery-content-items {
    margin: -15px;
}

/* ==============================================================
    # Products
=================================================================== */
ul.vt-products {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.vt-products .product {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
}

.vt-products.columns-4 .product {
    width: 25%;
}

.product .product-contents {
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, .17);
    padding: 50px;
    border-radius: 10px;
    background: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-logo img {
    height: 35px;
    margin-bottom: 50px;
}

.product .cart-btn-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
}

.product .cart-btn {
    width: 120px;
    display: block;
    background: var(--color-primary);
    color: var(--white);
    font-weight: 500;
    padding: 5px;
    border-radius: 40px;
	text-transform: capitalize;
    margin-top: 30px;
}

.product-image a img {
    height: 120px;
}

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

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

.shop-action ul li a {
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--color-secondary);
    transform: translate(-50%, -50%);
    color: var(--white);
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
}

.shop-action ul i {
    margin-right: 5px;
}

.product-image {
    position: relative;
}

.product-image > a {
    margin-bottom: 30px;
}

.product-contents:hover .shop-action ul li a {
    visibility: visible;
    opacity: 1;
    margin: 0;
}


/* ==============================================================
    # Partner
=================================================================== */
.partner-items img {
    max-height: 35px;
}

.partner-heading h3 {
    margin: 0;
    font-size: 36px;
}

/* ==============================================================
    # About Details Styles
=================================================================== */
.about-details-items {
    border-left: 2px dashed #cccccc;
    padding-left: 35px;
	margin-left: 15px;
}

.about-details-item {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.about-details-item:first-child {
    margin-top: 0;
}

.about-details-item::after {
    position: absolute;
    left: -52px;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 30px;
    width: 30px;
    background: var(--color-primary);
    color: var(--white);
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.about-details-item ul {
    margin-bottom: 15px;
}

.about-details-item h5 {
    margin-bottom: 10px;
}

.about-details-item .list {
    margin-top: 20px;
}

/* ==============================================================
    # Partner List Styles
=================================================================== */
.partner-list-area p {
	margin-bottom: 25px;
	font-size: 14px;
}

.partner-list-style-one .partner-list-item {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 30px;
    padding: 50px 37px;
}

.partner-list-style-one .partner-list-item img {
	margin-bottom: 30px;
}

.gallery-items.partner-list-style-one {
    margin: 0 -15px;
    margin-bottom: -20px;
}

.gallery-items.partner-list-style-one p:last-child {
	margin-bottom: 0;
}

.gallery-items.partner-list-style-one a {
	color: var(--color-primary);
}

.partner-list-items > p {
    font-size: 18px;
    margin-bottom: 50px;
}

/* ==============================================================
    # Breadcrumb Styles
=================================================================== */
.breadcrumb-area {
	padding: 150px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f2f4f7;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: var(--white);
	display: none;
}

.breadcrumb-area .breadcrumb li {
	padding-right: 20px;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
	font-size: 18px;
}

.breadcrumb-area .breadcrumb li a {
	font-weight: 600;
}

.breadcrumb-area .breadcrumb li::after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	right: 5px;
	position: absolute;
	line-height: 0;
	top: 50%;
	font-size: 14px;
	color: var(--color-heading);
	margin-top: 2px;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 3px;
	font-weight: 100;
}

.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb-area h1 {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-area {
		padding: 150px 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding: 80px 0 !important;
	}

	.breadcrumb-area h1 {
		font-size: 36px;
	}
}

.breadcrum-shape {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.breadcrum-shape img {
	height: 100%;
}

/* ==============================================================
    # Contact
=================================================================== */
.maps-area iframe {
    width: 100%;
    height: 550px;
    margin-bottom: -10px;
}

.contact-form-style-one {
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 60px 80px;
    border-radius: 10px;
}

.contact-form-style-one .form-group {
    margin-bottom: 30px;
}

.contact-form-style-one .form-group textarea {
    height: 220px;
}

.contact-form-style-one  h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.contact-form-style-one button {
    color: var(--white);
    background: var(--color-primary);
    border: none;
    padding: 13px 35px;
    border-radius: 5px;
    font-weight: 500;
}

.contact-form-style-one button:hover {
    background: var(--dark);
}

.contact-form-style-one button i {
    margin-right: 5px;
}

.contact-style-one-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-stye-one p {
    padding-right: 25%;
}

.contact-stye-one ul li li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.contact-stye-one ul li li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 50%;
}

.contact-style-one-info > ul li {
    margin-bottom: 50px;
}

.contact-style-one-info > ul li:last-child {
    margin-bottom: 0;
}

.contact-style-one-info ul ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-top: 20px;
}

.contact-style-one-info ul ul li a {
	font-weight: 400;
}

.contact-style-one-info h4 {
	font-size: 24px;
}

/* ==============================================================
    # Footer
=================================================================== */
footer .widget-title {
    margin-bottom: 30px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

footer .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: var(--color-primary);
}

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

footer .f-item.link ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 7px;
}

footer .f-item.link ul li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #f3f5fb;
}

footer .f-item.link ul li a:hover {
    color: var(--white);
}

footer .f-item.address ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

footer .f-item.address ul li i {
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

footer .f-item.address ul li a {
    font-weight: 500;
}

footer .f-item.address ul {
    margin-top: 25px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding-top: 30px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .footer-social li {
    display: inline-block;
    margin-left: 5px;
}

.footer-bottom .footer-social li a {
    display: inline-block;
}

.footer-bottom .footer-social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    background: var(--color-primary);
    border-radius: 50%;
}


footer .row {
    --bs-gutter-x: 80px;
}

.footer-bottom .footer-social li a i.fa-facebook-f {
    background: #3B5998;
}

.footer-bottom .footer-social li a i.fa-twitter {
    background: #1DA1F2;
}

.footer-bottom .footer-social li a i.fa-youtube {
    background: #FF0000;
}

.footer-bottom .footer-social li a i.fa-linkedin-in {
    background: #0077B5;
}

footer {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

footer .footer-shape {
    position: absolute;
    right: -5%;
    bottom: 0;
    z-index: -1;
    max-width: 25%;
    opacity: 0.4;
}


/* ==============================================================
    # Responsive CSS
=================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-style-one-items {
		grid-template-columns: 1fr 1fr;
	}

	.feature-style-one-item:nth-child(2n) {
		margin-top: 0;
	}

	.about-items .align-center {
		align-items: flex-start;
	}

	.about-us-area .about-items .shape {
		display: none;
	}

	.about-us-area .info h2 {
		font-size: 32px;
	}

	.partner-heading h3 {
		font-size: 26px;
	}

	.services-style-one-items {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.gallery-items.colums-3 .pf-item {
		width: 50%;
	}

	.vt-products.columns-4 .product {
		width: 33.33333%;
	}

	footer .widget-title {
		font-size: 20px;
	}
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 1023px) {
}

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

	.banner-area .swiper-nav-left {
		display: none;
	}

	.banner-area .content h2 {
		font-size: 8vw;
		line-height: 1.2;
	}

	/* Brand */
	.partner-heading {
		text-align: center;
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.clients-style-one-carousel .swiper-slide {
		text-align: center;
	}

	.clients-style-one-carousel .swiper-slide img {
		margin: auto;
	}

	/* Footer */


	footer .footer-item {
		margin-top: 50px;
	}

	footer.default-padding {
		padding-top: 65px;
	}

	.col-lg-6.col-md-6.footer-item {
		width: 100%;
	}

}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr 1fr;
	}

	.feature-style-one-item:nth-child(2n) {
		margin: 0;
	}

	/* About */
	.about-us-area .about-items .shape {
		right: -30px;
		z-index: 2;
		top: -60px;
	}

	.about-us-area .thumb {
		margin-bottom: 100px;
	}

	.about-us-area .thumb img:nth-child(2) {
		width: 40%;
	}

	/* Service */
	.services-style-one-items {
		grid-template-columns: 1fr 1fr;
	}

	/* Gallery */
	.gallery-style-one .item.logo h4 {
		left: 30px;
	}

	/* Products */
	.vt-products.columns-4 .product {
		width: 50%;
	}


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.site-heading h2 {
		font-size: 36px;
	}

	/* Banner */


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

	/* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr;
	}

	.feature-style-one-item:nth-child(2n) {
		margin: 0;
	}

	/* About */
	.about-us-area .thumb img:first-child {
		width: 100%;
	}

	.about-us-area .about-items .shape {
		display: none;
	}

	.about-us-area .thumb img:nth-child(2) {
		display: none;
	}

	.about-us-area .info h2 {
		font-size: 36px;
	}

	.about-us-area .info {
		padding-left: 12px;
	}



	/* Services */
	.services-style-one-items {
		grid-template-columns: 1fr;
	}

	/* Portfolio */
	.services-style-one-items {
		grid-template-columns: 1fr;
	}

	.gallery-content-items {
		margin: 0;
	}

	/* Product */
	.vt-products.columns-4 .product {
		width: 100%;
		padding: 0;
	}

	ul.vt-products {
		margin: 0;
	}

	/* Contact */
	.contact-form-style-one {
		padding: 50px;
	}

	.maps-area iframe {
		height: 350px;
	}

	/* Footer */
	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 15px;
	}

	.footer-bottom .footer-social li {
		margin: 0 3px;
	}

	footer.default-padding {
		padding-top: 10px;
	}

	footer .f-item.link ul {
		grid-template-columns: 1fr;
	}

}

@media only screen and (max-width: 480px) {

}
