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

Template Name: Avrix - Digital Agency Portfolio Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #2667FF

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

[Typography]

Body copy:    15px 'Manrope', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Manrope', sans-serif
Sidebar heading:  22px 'Manrope', 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 Portfolio
    05. Services
        - Version One
        - Version Two
        - Service Single
	06. About
        - Version One
        - Version Two
    07. Project
        - Project Carousel
        - Project Grid
        - Project Single
    08. Why Choose Us
    09. Team
        - Team Version One
        - Team Single
    10. Testimonials
    11. Why Choose Us
    12. Faq
    13. Progress
    14. Brand / Partner
    15. Feature
    16. What We Offer
    17. Pricing
    18. 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=Manrope:wght@200;300;400;500;600;700;800&display=swap');


/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1d1d1d;
	--dark-secondary: #262525;
	--white: #ffffff;
	--color-primary: #5138ee;
	--color-secondary: #02ebad;
	--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: #f1f3f5;
	--bg-gradient: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
}



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

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



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

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


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

	.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: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}

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

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

@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: 50px;
	}
}

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

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

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

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 50px;
		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: 800;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 42px;
	line-height: 1.3;
}

.heading span {
	font-weight: 400;
}

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

.site-heading strong {
	display: inline-block;
	font-weight: 800;
	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.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -1;
}

.title {
	font-weight: 800;
	font-size: 50px !important;
	margin-top: -15px;
}

@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: uppercase;
	color: var(--color-primary);
	font-weight: 900;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}

.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;
		font-size: 36px;
		line-height: 1.2;
	}
}

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

.heading-left .heading {
	font-weight: 800;
	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: 800;
	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: 800;
}

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

.video-play-button.with-text {
	width: auto;
	background: transparent;
}

.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}

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

.video-play-button.with-text .effect {
	height: 60px;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}

.video-play-button.with-text .effect::before {
	display: none;
}

.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

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



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

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

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

/* ============================================================== 
    # Topbar Styles
=================================================================== */
.item-flex {
	align-items: center;
	display: flex;
}

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

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

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

.top-bar-area li {
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin-left: 30px;
	padding-left: 30px;
}

.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-bar-area.top-bar-style-one.bg-dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-bar-style-two {
	padding: 20px 0;
}

.top-bar-style-two .text-end .social li {
	margin-left: 8px;
}

.top-bar-style-two .social li a {
	display: inline-block;
	background: var(--dark);
	color: var(--white);
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.top-bar-style-two .item-flex li i {
	font-weight: 600;
	color: var(--color-paragraph);
}

.call-entry {
	display: flex;
	justify-content: right;
	text-align: left;
}

.call-entry p {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 14px;
}

.call-entry p strong {
	font-weight: 600;
	color: var(--blue);
}

.call-entry h5 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.6px;
}

.call-entry h5 a {
	padding: 0 !important;
	display: inline-block;
	text-transform: lowercase;
}

.call-entry i {
	display: inline-block;
	font-size: 40px;
	margin-right: 15px;
	position: relative;
	color: var(--white);
}

.top-bar-style-two .item-flex li strong {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--white);
}

.top-bar-style-two .item-flex li a {
	font-weight: 500;
	color: var(--white);
}

.top-bar-style-two .item-flex li a:hover {
	color: var(--white);
}

.top-bar-style-two .item-flex li {
	line-height: 1.7;
}

.top-bar-style-two .item-flex li i {
	display: inline-block;
	font-size: 40px;
	color: var(--white);
	margin-right: 15px;
	font-weight: 100;
}

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

@media (max-width: 1023px) {
	.banner-area {
		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(--color-heading);
}

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

.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-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 800;
	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;
	color: var(--white);
}

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

.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-heading);
	font-weight: 800;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */
.banner-style-one {
	padding-top: 250px;
	padding-bottom: 200px;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-style-one::after {
	position: absolute;
	left: 0;
	bottom: 20%;
	content: "";
	height: 400px;
	width: 400px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 50%;
	filter: blur(100px);
	opacity: 0.08;
}

.bg-dark .banner-style-one::after {
	opacity: 0.4;
}

.banner-one-item h4 {
	font-weight: 800;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	color: var(--color-primary);
	border: 1px solid;
	border-radius: 30px;
}

.bg-dark .banner-one-item h4 {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-one-item h2 {
	margin: 0;
	font-size: 90px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
}

.bg-dark .banner-one-item h2 {
	color: var(--white);
}

@media (min-width: 1200px) {
	.banner-one-item h2 {
		font-size: 120px;
	}
}

.banner-one-item h2 strong {
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	float: right;
}

.bg-dark .banner-one-item h2 strong {
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	opacity: 0.8;
}

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

.curve-text svg {
	background: var(--bg-gradient);
	border-radius: 50%;
	padding: 35px;
	position: relative;
	z-index: 1;
	font-size: 25px;
	height: 180px;
	width: 180px;
	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: 40px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
}

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

.curve-text svg text {
	fill: var(--white);
	letter-spacing: 4px;
}

/* Banner Style Three */
.banner-style-three {
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	overflow: hidden;
}

.banner-style-three .row div {
	height: auto;
}

.banner-style-three h2 {
	margin: 0;
	font-size: 65px;
	font-weight: 900;
}

.bg-dark .banner-style-three h2 {
	color: var(--white);
}

.banner-style-three .content {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 60px;
}

.banner-style-three .content::after {
	position: absolute;
	left: -15%;
	top: 50%;
	content: "";
	height: 500px;
	width: 500px;
	background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
	z-index: -1;
	transform: translateY(-50%);
	border-radius: 50%;
}

.bg-dark .banner-style-three .content::after {
	background: var(--bg-gradient);
	opacity: 0.6;
}

.banner-style-three .fun-fact .counter {
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	font-size: 100px;
	font-weight: 800;
}

.bg-dark .banner-style-three .fun-fact .counter {
	-webkit-text-stroke: 1px var(--white);
}

.banner-style-three .fun-fact .counter .operator {
	font-weight: 800;
}

.banner-style-three .fun-fact .medium {
	font-weight: 700;
	font-size: 20px;
}

.banner-style-three .thumb {
	position: relative;
	z-index: 1;
	padding-top: 30px;
}

.banner-style-three .thumb img {
	max-width: 60%;
}

.banner-style-three .thumb img:nth-child(2) {
	position: absolute;
	left: -100px;
	height: 150px;
	top: -50px;
}


/* ============================================================== 
    # Background Move
=================================================================== */

.banner-animation-zoom {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 600px;
	width: 100%;
}

.banner-animation-zoom .animation-zoom-banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

@media (min-width: 1800px) {
	.banner-animation-zoom {
		height: 650px;
	}
}

.experience-box {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 100px;
	text-align: left;
	max-width: 40%;
}

.experience-box .inner-content {
	position: relative;
	z-index: 1;
}

.banner-animation-zoom .container {
	position: relative;
	height: 100%;
}

.experience-box strong {
	display: block;
	font-size: 100px;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: -15px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
}

.experience-box h2 {
	color: var(--white);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 25px;
}

.experience-box::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 500%;
	background: var(--color-primary);
	content: "";
	z-index: -1;
}

.experience-box::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 500%;
	background: url(../img/shape/graph.png);
	content: "";
	background-repeat: no-repeat;
}

.experience-box .btn-animation {
	color: var(--white);
}

.experience-box p {
	color: var(--white);
	opacity: 0.9;
}


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

.services-item-one-items .services-carousel {
	position: relative;
	padding: 30px;
	top: -30px;
	margin: -30px;
	margin-bottom: -60px;
}

.cteative-service-item {
	padding: 67px 60px;
	background: var(--white);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.bg-dark .cteative-service-item {
	background: #262525;
	box-shadow: none;
}

.cteative-service-item i {
	display: inline-block;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 30px;
}

.bg-dark .cteative-service-item a {
	color: var(--white);
}

.bg-dark .cteative-service-item a:hover {
	color: var(--color-primary);
}

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

.cteative-service-item h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.cteative-service-item img {
	height: 80px;
	margin-bottom: 50px;
	width: auto !important;
}

.cteative-service-item p {
	margin: 0;
}

.cteative-service-item span {
	position: absolute;
	bottom: -19px;
	font-size: 120px;
	z-index: -1;
	font-weight: 900;
	line-height: 1;
	color: #cccccc;
	opacity: 0.2;
}

.bg-dark .cteative-service-item span {
	color: var(--white);
	opacity: 0.04;
}

.services-carousel.owl-carousel .owl-dots {
	position: absolute;
	top: -90px;
	right: 100px;
}

.services-carousel.owl-carousel .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid;
	height: 25px;
	width: 25px;
	border-color: var(--color-primary);
	position: relative;
	opacity: 0.6;
}

.services-carousel.owl-carousel .owl-dots .owl-dot span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--bg-gradient);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0.6;
}

.services-carousel.owl-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

.services-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
	opacity: 1;
}

img.bg-move {
	position: absolute;
	max-width: 200px;
	transform: rotate(45deg);
	left: 0;
	bottom: 80px;
	z-index: 9;
}

.services-button-prev,
.services-button-next {
	height: 60px;
	width: 70px;
	line-height: 60px;
	position: relative;
	z-index: 1;
}

.services-nav .nav-items {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dddddd;
	overflow: hidden;
	border-radius: 30px;
}

.bg-dark .services-nav .nav-items {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.services-button-prev {
	border-right: 1px solid #dddddd;
}

.bg-dark .services-button-prev {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.services-button-next::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	transform: translate(-50%, -50%);
	margin-top: 1px;
}

.services-button-prev::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	transform: translate(-50%, -50%);
	margin-top: 1px;
}

.services-nav {
	display: flex;
	position: relative;
	right: 0;
	top: -130px;
	justify-content: right;
	padding: 0 30px;
	max-width: 100%;
	margin-bottom: -60px;
}

@media (min-width: 576px) {
	.services-nav {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.services-nav {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.services-nav {
		max-width: 960px;
	}
}

@media (min-width: 1400px) {
	.services-nav {
		max-width: 1320px;
	}
}


/* ============================================================== 
    # Service Style Three
=================================================================== */

.service-hover-item {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	counter-increment: count;
}

.service-hover-wrapper {
	position: absolute;
	width: 337px;
	top: 50px;
	left: 185px;
	pointer-events: none;
	transform: translate(-100%, -50%);
	overflow: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all .5s ease-out;
	background-color: var(--ogency-black2);
	z-index: -1;
}

.service-hover-wrapper img {
	height: 100%;
}

.service-hover-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-hover-items > ul > li {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 50px 0;
}

.service-hover-items > ul > li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service-hover-content {
	display: grid;
	grid-template-columns: 0.5fr 1.6fr 2.5fr 1.2fr;
	grid-column-gap: 70px;
}

.service-hover-content .arrow {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.service-hover-items .icon i {
	display: inline-block;
	font-weight: 100;
	font-size: 55px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-hover-content h2 {
	font-weight: 700;
	margin-top: -8px;
	font-size: 30px;
}

.service-hover-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px;
}

.service-hover-content ul li {
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding-left: 27px;
	color: #cccccc;
	margin-top: 5px;
}

.service-hover-content ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	font-size: 15px;
	font-weight: 100;
}

.service-hover-content p {
	margin-bottom: 0;
}

.service-hover-content .item-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-hover-content .item-title span {
	font-size: 60px;
	line-height: 1;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	opacity: 0.3;
}

.service-hover-content .arrow .btn-animation {
	left: 50px;
}

.service-hover-content .btn-animation::after {
	background: rgba(255, 255, 255, 0.1);
	border: none;
}


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

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

.feature-list-item li {
	position: relative;
	z-index: 1;
	padding-left: 32px;
	margin-top: 10px;
	font-weight: 600;
}

.feature-list-item li::after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-heading);
	font-weight: 500;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

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

.quick-contact-widget .content {
	position: relative;
	z-index: 1;
}

.quick-contact-widget h2 {
	font-weight: 800;
	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 .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;
	z-index: 1;
	display: inline-block;
	padding-bottom: 15px;
}

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

.services-sidebar .single-widget .widget-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 5px;
	background: var(--dark);
}

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

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

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

.services-more .item {
	padding: 50px 35px;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0 30px 80px rgba(90,144,225,.1);
}

.services-more .item img {
	height: 80px;
	margin-bottom: 30px;
}

.services-more .item i::before {
	line-height: inherit;
}

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

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

.service-single-thumb {
	position: relative;
	z-index: 1;
}

.service-single-thumb img {
	margin-bottom: 40px;
}

.services-list-widget {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border: 2px solid;
	padding-top: 60px;
}

.services-list-widget a {
	display: block;
	padding: 10px 0;
	font-weight: 700;
	position: relative;
	padding-right: 50px;
	font-size: 17px;
}

.services-list-widget .current-item a {
	color: var(--color-primary);
	font-weight: 800;
}

.services-list-widget li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list-widget li:first-child {
	border: none;
	margin-top: -10px;
}

.services-list-widget a i {
	float: right;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	margin-top: 1px;
}

.services-sidebar .single-widget.text-light .widget-title::after {
	border-color: var(--white);
}






/* ============================================================== 
    # Contact CSS
=================================================================== */
ul.contact-address {
	padding: 90px 60px;
	border-radius: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul.contact-address h4 {
	font-weight: 700;
	margin-bottom: 8px;
}

ul.contact-address > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

ul.contact-address li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

ul.contact-address li p {
	margin: 0;
}

ul.contact-address li a {
	font-weight: 500;
	color: #cccccc;
}

ul.contact-address li a:hover {
	color: var(--white);
}

ul.contact-address ul.social-link li {
	display: inline-block;
}

ul.contact-address ul.social-link li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 54px;
	text-align: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 10px;
}

ul.contact-address ul.social-link li a:hover {
	background: var(--color-primary);
	color: var(--white);
}

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

.contact-form-style-one input, 
.contact-form-style-one textarea {
	min-height: 60px;
	padding: 10px 30px;
	border-radius: 30px;
}

.contact-form-style-one textarea {
	padding-top: 20px;
	min-height: 220px;
}

ul.contact-address li a.phone-link {
	font-size: 36px;
	font-weight: 800;
	color: var(--white);
	text-decoration: underline;
}

ul.contact-address > li:first-child {
	border: none;
	margin-bottom: 0;
}

.contact-form-style-one button {
	border-radius: 30px;
	margin-top: 13px;
}
