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

Template Name: Coder Station - Taking your digital experience to the new level.
Author: validtheme
Description:
Version: 1.0

Main Font    : Outfit
Main Color   : #005bdf

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

[Typography]

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

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Style One
        - Banner Style Two
    06. About Us
	    - About Style One
        - About Style Two
    07. Services
        - Tab Version
        - Grid Version
        - Services Single
    08. Features
    09. Work Process
		- Grid Version
        - Animation Version
    10. Why Choose Us
    11. Fun Factor
    12. Pricing Table
		- Two Colum
        - Three Colum
    13. Team
        - Grid Version
        - Side Version
        - Team Details
    14. Testimonials
		- Light Version
        - Gradient Version
    15. Projects
    16. Project Details
    17. Search Service
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

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

/* Varialbes */
:root {
	--font-default: 'Outfit', sans-serif;
	--font-heading: 'Outfit', sans-serif;
	--font-common: 'Roboto', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1b1c4a;
	--dark-secondary: #005688;
	--white: #ffffff;
	--color-primary: #005bdf;
	--color-secondary: #8c0ab0;
	--color-optional: #16b03a ;
	--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: #ebedf4;
	--bg-gradient: linear-gradient(to right, #270b69, #2c2085, #2c33a2, #2447c0, #005bdf);
	--bg-gradient-reverse: linear-gradient(90deg, var(--color-primary)  0%, var(--color-secondary) 100%);
	--bg-gradient-secondary: linear-gradient(to right, #270b69, #2c2085, #2c33a2, #2447c0, #005bdf);
}



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

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

body,
html {
	height: 100%;
}

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

html, body, div, span, img,
ol, 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;
}


tbody, 
td, 
tfoot, 
th, 
thead, 
tr {
	border-style: solid;
}


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

button {
	outline: medium none;
}

iframe {
	border: none;
}

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

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

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

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

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

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

ul {
	list-style-type: none;
}

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

b {
	font-weight: 800;
}

strong {
	font-weight: 800;
}

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

i::before {
	line-height: inherit !important;
}


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

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

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

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

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


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

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

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

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

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

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

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

.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-primary);
	background: var(--bg-gradient-secondary) !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: rgba(0, 4, 30, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.65;
	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: 50px;
		padding-bottom: 50px;
	}
}

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

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 50px 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;
	}
}

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

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

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

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

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

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

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

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

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 42px;
}

.heading span {
	font-weight: 400;
}

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

.title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3;
}

h3.title {
    font-size: 36px;
}

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

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 500;
	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;
}

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

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

.site-heading .devider:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: var(--color-primary);
}

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

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

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

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

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

.heading-left .content-left {
    border-right: 1px solid #d5cece;
}

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

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

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

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

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

.bg-dark .heading-left p {
	opacity: 0.8;
}

.sub-heading {
	color: var(--color-primary);
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
}

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

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

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

.video-play-button .effect {
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	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: 70px;
	height: 70px;
	background: var(--color-primary);
	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;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: var(--color-secondary);
	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;
	-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;
}


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		width: 100px;
	}
}

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

	100% {
		width: 100px;
	}
}

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

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

	60% {
		background-position: 180px;
	}

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

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

	60% {
		background-position: 180px;
	}

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

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

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

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

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

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

.btn.btn-border {
	border: 2px solid #e7e7e7;
	background: transparent;
}

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

.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, #005bdf , #2a0bab, #005bdf );
	-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);
}

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

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


.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: 14px 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn i {
    font-weight: 100;
    font-size: 20px;
    margin-left: 0;
    margin-right: 5px;
}

.btn.btn-light.btn-md.animation.btn-call {
    padding: 14px 45px;
}

.banner-style-two .button a {
    margin-right: 5px;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */
.breadcrumb-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area .breadcrumb-box {
	padding: 150px 0;
	padding-top: 300px;
}

.breadcrumb-area .top-pad-extra {
	padding-top: 240px;
}

.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: 700;
	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: 500;
	color: var(--white);
	text-transform: uppercase;
	font-size: 14px;
}

.breadcrumb-area .breadcrumb li a {
	color: var(--white);
	font-weight: 500;
}

.breadcrumb-area .breadcrumb li a:hover {
	color: var(--white);
}

.breadcrumb-area .breadcrumb li.active {
	color: var(--white);
}

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

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

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

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	margin: 0;
	margin-top: 10px;
}

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

.shape-breadcrum {
    position: absolute;
    right: -5%;
    top: 0;
    height: 60%;
    transform: rotate(-45deg);
}

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

.shape-breadcrum-left {
    position: absolute;
    left: -5%;
    top: -5%;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left top;
    background-size: contain;
}

.breadcrumb-inner-content ul {
    list-style: disc;
    margin-left: 15px;
}

.breadcrumb-inner-content ul li {
    list-style: disc;
    font-weight: 500;
    font-style: italic;
}

.breadcrumb-inner-content ul.icon-list {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    display: flex;
}

.breadcrumb-inner-content ul.icon-list li {
    list-style: none;
    font-style: normal;
    display: flex;
    margin-left: 50px;
}

.breadcrumb-inner-content ul.icon-list li i {
    display: inline-block;
    font-size: 35px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--color-primary);
    border-radius: 5px;
    margin-right: 30px;
}

.breadcrumb-inner-content ul.icon-list li:first-child {
    margin: 0;
}

.breadcrumb-inner-content ul.icon-list li p {
    margin: 0;
    font-size: 14px;
}

.breadcrumb-inner-content ul.icon-list li h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 2px 0;
}


/* ============================================================== 
    # Topbar Styles
=================================================================== */
.top-bar-style-one .logo img {
    height: 60px;
}

.top-bar-style-one .social li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.top-bar-style-one .social li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.top-bar-style-one {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-style-one.transparent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

.top-bar-style-one.transparent .logo {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-style-one .social li a {
    display: inline-block;
    text-align: center;
    color: var(--white);
    font-size: 17px;
    padding: 8px 15px;
    padding-left: 20px;
}

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

.top-bar-style-one .info i {
    font-weight: 300;
    position: relative;
    margin-right: 4px;
    color: var(--white);
    top: 1px;
}

.top-bar-style-one .info li {
    font-weight: 500;
    text-transform: capitalize;
}

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

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

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


@media (min-width: 1024px) {
	.top-bar-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* ============================================================== 
    # 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-top: 280px;
    padding-bottom: 200px;
}

@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;
	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 .banner-style-two.swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.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 .banner-style-two.swiper-slide.swiper-slide-active p,
.banner-area .banner-style-two.swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.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-one .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

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

.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: 600;
	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: 600;
	letter-spacing: 0.6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.banner-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    z-index: -1;
}

.banner-shape .item {
    position: absolute;
	transition: all 0.45s ease-in-out;
}

.banner-shape .item:first-child {
    height: 300% !important;
    width: 400px;
    background: var(--bg-gradient);
    left: -20%;
    top: -100%;
    transform: skewX(-20deg);
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 0px 10px #232931;
	opacity: 1;
	visibility: hidden;
}

.banner-shape .item:nth-child(2) {
    height: 300% !important;
    width: 130px;
    background: #000000;
    left: 50%;
    top: 20%;
    transform: skewX(-20deg);
    z-index: -1;
    opacity: 0;
	visibility: hidden;
}

.banner-style-one.swiper-slide-active .banner-shape .item:first-child {
    width: 600px;
    left: -20%;
	opacity: 0.5;
	visibility: visible;
	transition-delay: 600ms;
}

.banner-style-one.swiper-slide-active .banner-shape .item:nth-child(2) {
    width: 130px;
    left: 40%;
	opacity: 0.5;
	visibility: visible;
	transition-delay: 1100ms;
}



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

.banner-style-one-area {
    padding-top: 118px;
}

.banner-style-one-area {
    position: relative;
    z-index: 1;
}

.banner-style-one .content {
    padding-top: 120px;
	position: relative;
	z-index: 1;
}

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

.banner-style-one .thumb img {
	border-radius: 20px;
}



  .banner-style-one .content .shape-circle {
    position: absolute;
    left: 0;
    bottom: -800px;
    height: 800px !important;
    width: 800px;
    background: var(--dark);
    z-index: -1;
    border-radius: 50%;
    margin-left: -25%;
    opacity: 0;
	visibility: visible;
	transition: all 0.55s ease-in-out;
}

.banner-style-one.swiper-slide-visible .content .shape-circle {
	visibility: visible;
	opacity: 0.5;
	bottom: -500px;
}

.banner-style-one h2 {
    font-size: 70px;
    font-weight: 200;
    line-height: 1.1;
}

.banner-style-one h2 strong {
    font-weight: 600;
    display: block;
}


/* Banner Style Two */

.banner-style-two h2 {
    font-size: 60px;
    font-weight: 600;
}

.banner-style-two h2 strong {
    display: block;
    font-weight: 600;
}

.banner-style-two h2 span {
    position: relative;
    z-index: 1;
}

.banner-style-two h2 span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 120%;
    width: 120%;
    background: url(../img/shape/8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.banner-style-two li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
    line-height: 2.2;
}

.banner-style-two li::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 14px;
    opacity: 0.5;
}

.banner-style-two ul {
    margin-top: 25px;
}

.call-button {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: var(--white);
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    margin-right: 15px;
	position: relative;
}

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

.call-button i {
	color: var(--color-primary);
}

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

.banner-area.auto-height .banner-style-two .content {
    padding-top: 250px;
    padding-bottom: 160px;
}

.banner-style-two.banner-area {
    background-size: cover;
    background-position: right top;
}

.banner-area {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right top;
}

.banner-style-two .thumb img {
    max-width: 140%;
}

.banner-illustration {
    position: absolute;
    width: 100%;
    height: 100% !important;
}

.banner-illustration div {
    height: 100% !important;
}

.banner-illustration .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-illustration .animate-thumb {
	height: auto !important;
	margin-top: 80px;
	margin-right: -20%;
}

.banner-style-two {
    padding: 80px 0;
}

@media only screen and (min-width: 1800px) {
	.banner-area.auto-height .banner-style-two .content {
		padding-top: 300px;
		padding-bottom: 200px;
	}

	.banner-illustration .animate-thumb {
		margin-right: -30%;
	}
}


@media only screen and (min-width: 1024px) {
	.banner-thumb {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 45%;
		z-index: 9;
	}
}


.banner-thumb .swiper-slide {
	display: flex;
	background: #eee;
	align-items: center;
	justify-content: center;
	transition: all 200ms linear;
	transform: scale(0.7);
	overflow: hidden;
	border-radius: 10px;
  }
  .banner-thumb .swiper-slide.swiper-slide-active {
	transform: scale(1);
	background: #fc0;
  }

  .banner-style-two {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.banner-angle-shape {
    height: 100% !important;
}


.banner-style-two .banner-angle-shape .shape-item {
	position: absolute;
	height: 0;
	width: 2200px;
	bottom: 399px;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(30%, #104cba), color-stop(70%, rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, #104cba 30%, rgba(0, 0, 0, 0) 70%);
	-webkit-transition-delay: 3000ms;
			transition-delay: 3000ms;
	-webkit-transform: rotate(65deg);
			transform: rotate(65deg);
			-webkit-transition: all 1000ms ease;
			transition: all 1000ms ease;
			-webkit-box-shadow: 0px 0px 10px #232931;
					box-shadow: 0px 0px 10px #232931;
			-webkit-transition-delay: 800ms;
					transition-delay: 800ms;
  }
  
  .banner-style-two .banner-angle-shape .shape-item:nth-child(2) {
	height: 0;
	width: 2200px;
	bottom: 400px;
	right: -150px;
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #104cba), color-stop(80%, rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, #104cba 10%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-delay: 1500ms;
			transition-delay: 1500ms;
	-webkit-transform: rotate(65deg);
			transform: rotate(65deg);
	-webkit-box-shadow: inherit;
			box-shadow: inherit;
  }
  
  
  @media only screen and (max-width: 767px) {
	.banner-style-two .banner-angle-shape .shape-item {
	  display: none;
	}
  }
  
  .banner-style-two.swiper-slide-visible .banner-angle-shape .shape-item {
	height: 150px;
	opacity: 1;
	visibility: visible;
  }
  
  .banner-style-two.swiper-slide-visible .banner-angle-shape .shape-item:nth-child(2) {
	height: 100px;
	visibility: visible;
	opacity: 1;
  }

.banner-style-two p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 30px;
    display: block;
}

.shape-right-top {
    position: absolute;
    top: 0;
    right: 0;
}

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

.shape-bottom-large {
    position: absolute;
    right: -150%;
    top: 0;
    content: "";
    height: 300px;
    width: 500%;
    background: var(--bg-gray);
    z-index: -1;
}

.about-style-one .thumb {
    position: relative;
    padding-bottom: 70px;
}
  
  .about-style-one .thumb .experience {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 50%;
	bottom: 60px;
	background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
	background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
	background-size: 220% 150%;
	padding: 30px;
	margin-right: -35px;
  }
  
  .about-style-one .thumb .experience h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.1;
  }
  
  .about-style-one .thumb .experience h2 strong {
	display: block;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-stroke: 1px #ffffff;
	font-size: 75px;
	font-weight: 900;
  }
  
  .about-style-one .thumb .shape {
	position: absolute;
  }
  
  .about-style-one .thumb .shape:first-child {
	left: 50%;
	top: 0;
	height: 100%;
	width: 15px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  
  .about-style-one .thumb .shape:nth-child(2) {
	right: 0;
	top: 0;
	height: 60px;
	width: 50%;
	background: #ffffff;
  }
  
  .about-style-one .thumb .shape:nth-child(3) {
	right: 50%;
	bottom: 0;
	height: 120px;
	width: 53%;
	background: #ffffff;
	margin-right: -7px;
  }
  
  @media only screen and (min-width: 1400px) {
	.about-style-one .thumb .shape:nth-child(3) {
	  background: var(--bg-gray);
	}
  }
  
  @media only screen and (max-width: 767px) {
	.about-style-one .thumb .shape {
	  display: none;
	}
  }
  
  .about-style-one > .info {
	margin-top: 55px;
  }
  
  @media only screen and (max-width: 767px) {
	.about-style-one > .info {
	  margin-top: 30px;
	}
  }
  
  .award {
	z-index: 1;
	position: absolute;
	left: -50px;
	right: 50%;
	bottom: 60px;
	background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
	background-size: 220% 150%;
	padding: 30px;
	margin-right: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
  }
  
  .award i {
	display: inline-block;
	color: #ffffff;
	font-size: 80px;
	margin-right: 20px;
	font-weight: 100;
  }
  
  .award h4 {
	font-weight: 600;
	color: #ffffff;
  }
  
  .award p {
	color: #dddddd;
	margin: 0;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.award {
	  left: 0;
	  bottom: 30px;
	  right: 35%;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.award {
	  left: 0;
	  bottom: 0;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.award {
	  left: 0;
	  bottom: 0;
	  display: none;
	}
  }
  
  .shape-left-top {
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 500px;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
  }
  
  .blur-bg {
	position: absolute;
	right: 80px;
	top: 80px;
	height: 300px;
	width: 300px;
	background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
	background: linear-gradient(to right, #104cba, #00ccff, #104cba);
	z-index: -1;
	background-size: 220% 150%;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.1;
	-webkit-filter: blur(80px);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.blur-bg {
	  display: none;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.blur-bg {
	  display: none;
	}
  }
  
  .experience {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .experience .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .experience h2 {
    font-size: 200px;
    line-height: 140px;
    margin: 0;
    font-weight: 900;
    margin-right: 30px;
    text-shadow: -5px 5px 0px #eceefe;
    position: relative;
    top: -85px;
    margin-bottom: -120px;
    color: transparent;
    -webkit-text-stroke: 2px #666666;
    font-family: var(--font-common);
    letter-spacing: -5px;
}
  
  .experience h4 {
	font-weight: 600;
	margin: 0;
  }
  
  .about-area .experience {
    position: relative;
    padding-top: 35px;
    margin-top: 70px;
    padding-bottom: 15px;
    display: block;
	margin-bottom: 10px;
}

.about-area .shape-animated {
	position: absolute;
	right: 50px;
	top: 80px;
	-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: 4s;
			animation-duration: 4s;
  }
  
  @media only screen and (max-width: 767px) {
	.about-area .shape-animated {
	  display: none;
	}
  }

  .about-area .shape-animated img {
    height: 150px;
}

.about-style-one .thumb img:first-child {
    max-width: 80%;
    border-radius: 20px;
}

.about-style-one .thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    max-width: 300px;
    border-radius: 20px;
    bottom: 0;
	box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

.about-style-one .thumb .rounder-img {
    position: absolute;
    right: 35px;
    top: 50px;
    max-width: 180px;
    text-align: right;
}

.about-style-one .thumb .rounder-img i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 50px;
    color: var(--white);
    background: var(--color-primary);
}

.about-style-one .thumb .rounder-img img {
    max-width: 100%;
    animation: spinner 25s infinite linear;
}

.about-area {
    background-repeat: no-repeat;
    background-position: left bottom;
}


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

.services-style-one {
	height: 100%;
}

.services-style-one a {
    background: var(--white);
	height: 100%;
    padding: 60px 37px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
	border-radius: 7px;
	display: block;
}

.services-style-one a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: var(--bg-gradient-secondary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.services-style-one a::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/10.png);
    background-repeat: no-repeat;
    background-size: 31%;
    background-position: right top;
    z-index: -1;
	transition: all 0.35s ease-in-out;
}

.services-style-one.active a::after, 
.services-style-one a:hover::after {
    visibility: visible;
    opacity: 1;
	height: 100%;
}

.services-style-one .icon img {
    height: 80px;
    margin-bottom: 30px;
}

.services-style-one .icon i {
    display: inline-block;
    font-weight: 1;
    font-size: 60px;
    margin-bottom: 30px;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-style-one h3 {
    font-size: 22px;
	font-weight: 600;
}

.services-style-one .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.services-style-one .btn-simple {
    font-size: 15px;
	font-weight: 600;
}

.services-style-one .button {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 15px;
	display: block;
}


.services-style-one p,
.services-style-one img,
.services-style-one h3,
.services-style-one i,
.services-style-one .button {
	transition: all 0.35s ease-in-out;
}

.services-style-one:hover p,
.services-style-one.active p,
.services-style-one:hover i,
.services-style-one.active i,
.services-style-one:hover a,
.services-style-one.active a,
.services-style-one:hover h3,
.services-style-one.active h3,
.services-style-one:hover .btn-simple,
.services-style-one.active .btn-simple {
	color: var(--white);
}

.services-style-one:hover .button,
.services-style-one.active .button {
	border-color: rgba(255, 255, 255, 0.3);
}

.services-style-one-area {
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* Services Style Two */
.services-style-two {
    padding: 67px 50px;
    background: var(--white);
    height: 100%;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 26px 50px rgb(203 206 225 / 24%);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-style-two .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.services-style-two .shape img {
    height: 100%;
    transition: all 0.35s ease-in-out;
}

.services-style-two .icon {
    display: inline-block;
    font-size: 35px;
    font-weight: 100;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    margin-right: 30px;
    text-align: center;
	min-width: 80px;
}

.services-style-two .icon i {
	font-weight: 100;
}

.services-style-two .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}

.services-style-two h3 {
    font-weight: 600;
	margin-bottom: 25px;
}

.services-style-two p {
    margin: 0;
}

.services-style-two.active .shape img, 
.services-style-two:hover .shape img {
    opacity: 1;
    height: 100%;
}

.services-style-two span {
    position: absolute;
    right: 50px;
    top: 67px;
    font-size: 40px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--color-heading);
    font-family: var(--font-common);
    opacity: 0.3;
}


.three-colums .services-style-two {
    display: block;
	height: auto;
}

.three-colums .services-style-two .icon {
    margin: 0;
    margin-bottom: 30px;
}

.three-colums .services-style-two .icon img {
	height: 45px;
}

.three-colums .services-style-two h3 {
    padding: 0;
    font-size: 24px;
    margin-bottom: 15px;
}

.services-style-two ul {
    margin-top: 20px;
    list-style: disc;
    margin-left: 20px;
	text-align: left;
    display: inline-block;
}

.services-style-two ul li {
    list-style: disc;
    margin-top: 5px;
}

/* Service tab */
.modal-xl .modal-header {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
}

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

.service-modal .modal-full,
.service-modal .modal-content {
    background: var(--bg-gray);
}


/* Timeline */

.timeline .right_content .icon {
    margin-right: 30px;
    min-width: 100px;
}

.timeline .right_content img {
    height: 80px;
    float: left;
}

.timeline .right_content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}

.timeline .right_content ul {
    list-style: disc;
    margin-left: 20px;
}

.timeline .right_content ul li {
    list-style: inherit;
}

.timeline .content-main .content-inner::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../img/shape/23.png);
    height: 200px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    background-position: right bottom;
}

.timeline .content-main .content-inner:hover::before {
    opacity: 0.5;
	height: 300px;
    width: 300px;
}

.timeline .content-main .content-inner .content {
    z-index: 9;
    position: relative;
}

/* ----------------------------------
    Fun Factor Style
 ------------------------------------*/
 .fun-fact .counter {
	position: relative;
  }
  
  .fun-fact .counter {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 60px;
	font-weight: 500;
	color: #232323;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: -5px;
	justify-content: center;
  }
  
  .text-light .fun-fact .counter {
	color: #ffffff;
  }
  
  .fun-fact .operator {
	font-size: 50px;
	margin-left: 2px;
  }
  
  .fun-fact .medium {
	font-weight: 600;
	color: #232323;
  }
  
  .text-light .fun-fact .medium {
	color: #ffffff;
  }
  
  .fun-fact-style-one {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .fun-fact-style-one:last-child {
	border: none;
  }
  
  .fun-fact-style-one .fun-fact {
	padding: 0 50px;
  }
  
  .fun-fact-style-one .medium {
	font-size: 20px;
	display: block;
	margin-bottom: 0;
  }
  
  .fun-fact-style-one .counter {
	margin-bottom: 15px;
  }
  
  @media only screen and (max-width: 991px) {
	.fun-fact-style-one .counter {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  }
  
  .fun-fact-style-one .operator {
	font-size: 60px;
	font-weight: 300;
  }
  
  .fun-fact-style-one p {
	margin: 0;
	opacity: 0.9;
  }
  
  @media only screen and (max-width: 991px) {
	.fun-fact-style-one {
	  margin-top: 50px;
	  text-align: center;
	}
  }
  
  .fun-fact-style-one-box {
	margin: 0 -50px;
  }
  
/* ============================================================== 
    # Hiring Process Style
=================================================================== */
.hiring-process-area {
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: right bottom;
}

.updown-shape {
    position: absolute;
    max-width: 4%;
}

.updown-shape img {
    width: 100%;
    height: auto;
}

.hiring-process-tabs {
    height: 550px;
    width: 550px;
    margin: 65px auto auto;
    border-radius: 50%;
    padding: 60px 100px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    background-color: var(--white);
    z-index: 1;
}

.hiring-process-tabs::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 2px dashed var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    animation: spinner 50s infinite linear;
}

.hiring-process-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.hiring-process-tabs .nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    border: none;
    height: 150px;
    width: 150px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 30px;
    line-height: 1.2;
    color: var(--color-heading);
    transition: all 0.35s ease-in-out;
}

@media only screen and (min-width: 767px) {
	.hiring-process-tabs .nav-tabs .nav-link {
		position: absolute;
	}
}

.hiring-process-tabs .nav-tabs .nav-link:first-child {
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
}

.hiring-process-tabs .nav-tabs .nav-link:nth-child(2) {
    left: -40px;
    bottom: 100px;
}

.hiring-process-tabs .nav-tabs .nav-link:nth-child(3) {
    right: -40px;
    bottom: 100px;
}

.hiring-process-tabs .nav-tabs .nav-link i {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: var(--color-heading);
	transition: all 0.35s ease-in-out;
}

.hiring-process-tabs .nav-tabs .nav-link.active {
    background: var(--bg-gradient-secondary);
    color: var(--white);
}

.hiring-process-tabs .nav-tabs .nav-link.active i {
    color: var(--white);
}

.hiring-process-tabs .tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
}

.list-item {
    margin-top: 25px;
}

.list-item li {
    display: block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 35px;
    margin-top: 12px;
    color: var(--color-heading);
}

.list-item li::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--white);
    background: var(--bg-gradient);
}


a.btn-regular {
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    color: var(--color-primary);
    border-bottom: 1px solid;
}

a.btn-regular i {
    font-size: 14px;
    animation: bounce 2s infinite;
    margin-left: 10px;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  transform: translateX(0);
	}
	40% {
	  transform: translateX(-10px);
	}
	60% {
	  transform: translateX(-5px);
	}
  }
  @keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  transform: translateX(0);
	}
	40% {
	  transform: translateX(-10px);
	}
	60% {
	  transform: translateX(-5px);
	}
  }

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

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

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

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

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

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

/* Max Wide Mobile Layout:. */
@media only screen and (min-width: 768px) and (max-width: 1200px) {

	/* Portfolio */
	.gallery-items.colums-2 .gallery-item,
	.gallery-items.colums-3 .gallery-item {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.project-style-one .overlay {
		display: block !important;
		text-align: center;
	}
	
	.project-style-one .overlay .content {
		padding: 0;
	}
	
	.project-style-one .overlay .button a {
		margin-top: 15px;
	}
}
  
  /* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  
	  /* Portfolio */
	.gallery-items.colums-4 .gallery-item {
		width: 50%;
	}
}

.project-style-one {
    position: relative;
    z-index: 1;
    background: var(--white);
    padding: 0;
    border-radius: 20px;
    border: 1px solid #b3bcca;
}

.project-style-one h4 {
	font-size: 18px;
	margin: 0;
}

.project-style-one .overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 20px 15px;
}

.project-style-one .overlay .button a {
    display: inline-block;
    border: 2px solid #e7e7e7;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    background: var(--white);
    overflow: hidden;
}

.project-style-one .overlay .content {
    padding-right: 30px;
}

.project-style-one .overlay .button a:hover::after {
    width: 100%;
}

.project-style-one .overlay .button a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: var(--color-primary);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    border-radius: 20px;
}

.project-style-one .overlay .button a:hover {
    color: var(--white);
    border: 2px solid transparent;
}

.project-style-one .overlay .content span {
    font-size: 14px;
}

.project-style-one .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 70%;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.mix-item-menu button {
    display: inline-block;
    border: none;
    margin: 5px;
    padding: 10px 30px;
    background: var(--dark-secondary);
    border-radius: 30px;
    color: var(--white);
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.mix-item-menu {
    margin-bottom: 50px;
	margin-top: -20px;
}

.mix-item-menu button::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
}

.mix-item-menu button.active::after {
    opacity: 1;
}

.mix-item-menu button i {
    display: inline-block;
    font-weight: 100;
    margin-right: 10px;
}

.load-more-info p {
    margin: 0;
    display: inline-block;
    font-style: italic;
}

.load-more-info a {
    color: var(--color-primary);
    font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}

.project-style-one .thumb {
    position: relative;
    z-index: 1;
    background: var(--bg-gray);
    padding: 30px;
    border-radius: 20px 20px 0 0;
}

.project-style-one .thumb a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    margin: 0 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
}

.project-style-one .thumb img {
    transition: all 0.35s ease-in-out;
}

.project-style-one:hover .thumb img {
    opacity: 0.3;
}

.project-style-one:hover .thumb a {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mfp-figure:after {
	box-shadow: inherit;
	background: transparent;
}

/* ============================================================== 
    # Feature Style One Style
=================================================================== */
.feature-style-one-item {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
}

.feature-style-one-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    border-radius: 10px;;
}

.feature-style-one-item i {
    color: var(--white);
    display: inline-block;
    font-size: 39px;
    font-weight: 100;
    margin-bottom: 30px;
    height: 80px;
    width: 80px;
    background: var(--bg-gradient-secondary);
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*
.feature-style-one-item i::after {
    position: absolute;
    left: -25px;
    bottom: -20px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/19.png);
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    background-position: bottom left;
    background-size: contain;
}
*/

.feature-style-one-area .row > div:nth-child(2n) {
    margin-top: 80px;
}

.feature-style-one-item h4 {
    font-weight: 600;
}

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

/* Feature Style Two */

.feature-style-two-carousel {
    position: relative;
    z-index: 1;
}

.feature-style-two-carousel .feature-thumb {
    padding-right: 60px;
    padding-bottom: 80px;
}

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

.feature-style-two-carousel::after {
    position: absolute;
    right: 0;
    content: "";
    height: 200px;
    width: 200px;
    background: url(../img/shape/26.png);
    z-index: 1;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.feature-style-two-carousel .swiper-pagination {
    text-align: center;
    width: 150px;
    left: auto;
    right: 0;
    bottom: 100px;
}

.feature-style-two-carousel .swiper-pagination span.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background: var(--white);
}

.feature-style-two li {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    padding-left: 35px;
    color: var(--color-heading);
}

.feature-style-two li::after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    font-size: 12px;
    color: var(--color-heading);
}

.feature-style-two li strong {
	font-weight: 600;
}

/* Feature Style Three */
.feature-style-three {
    padding: 60px 50px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.feature-style-three img {
    height: 80px;
    margin-bottom: 30px;
}

.feature-style-three h4 {
    font-weight: 600;
}

.feature-style-three p {
    margin: 0;
}

.feature-style-three {
    margin-top: 80px;
}

.col-lg-4:nth-child(2n) .feature-style-three {
    margin-top: 0;
}


/* ============================================================== 
    # What's Included Style
=================================================================== */

.half-bg-top-gray {
    position: relative;
    z-index: 1;
}

.half-bg-top-gray::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}

.what-included-box {
    padding: 120px;
    padding-bottom: 90px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-include-style-one {
    display: block;
    padding: 45px 30px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.35s ease-in-out;
	border: 1px solid transparent;
}

.service-include-style-one i {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 100;
    display: inline-block;
}

.service-include-style-one h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

.service-include-style-one h4, 
.service-include-style-one i {
	transition: all 0.35s ease-in-out;
}

.service-include-style-one:hover {
    background: var(--color-primary);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.shape-left-bottom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 70%;
}

.shape-left-bottom img {
    height: 100%;
}

/* ============================================================== 
    # Our Benifits Style
=================================================================== */
.benifit-style-one {
    text-align: center;
    padding: 50px 70px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.benifit-style-one img {
    height: 80px;
    margin-bottom: 30px;
}

.benifit-style-one h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.benifit-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    opacity: 1;
    transition: all 0.35s ease-in-out;
}

.benifit-style-one.active h4, 
.benifit-style-one:hover h4 {
    color: var(--white);
}

.benifit-style-one.active::after, 
.benifit-style-one:hover::after {
    background: var(--color-primary);
    opacity: 0.6;
    transition: all 0.35s ease-in-out;
}

.benifit-style-one h4 {
    transition: all 0.35s ease-in-out;
    animation-timing-function: ease-in-out;
}


/* ============================================================== 
    # Partner Style
=================================================================== */
.partner-map {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.partner-map h2 {
    font-size: 250px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    margin-top: -10px;
	margin-bottom: 20px;
}

.partner-map h2 span {
    position: absolute;
    font-size: 40px;
    color: var(--color-primary);
}

.partner-map h4 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
}

.mask-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
}

.partner-items ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.partner-items ul img {
    width: auto;
    text-align: center;
    margin: auto;
}

.partner-items ul li::after {
    position: absolute;
    right: -1px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

.partner-items ul li {
    position: relative;
    padding: 30px;
	display: flex;
	align-items: center;
}

/* ============================================================== 
    # Technology Stack Style
=================================================================== */

.technology-stack {
    margin-bottom: 185px;
    margin-top: -50px;
}

@media only screen and (min-width: 992px) {
	.technology-stack li:first-child, 
	.technology-stack li:last-child {
		position: relative;
		top: 150px;
	}
}

.technology-stack i,
.technology-stack .icon {
    display: inline-block;
    height: 130px;
    width: 130px;
    color: var(--white);
    line-height: 130px;
    background: var(--color-primary);
    font-size: 50px;
    margin-bottom: 70px;
    position: relative;
    clip-path: polygon( 45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975% );
}

.technology-stack li:nth-child(2n) i,
.technology-stack li:nth-child(2n) .icon {
    background: var(--dark-secondary);
}

@media only screen and (min-width: 992px) {
	.technology-stack li:nth-child(2n) i,
	.technology-stack li:nth-child(2n) .icon {
		margin: 0;
	}
}

@media only screen and (min-width: 992px) {

	.technology-stack li:nth-child(2n) i,
	.technology-stack li:nth-child(2n) .icon {
		margin-top: 85px;
	}
}

.technology-stack li {
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 992px) {
	.technology-stack li:nth-child(2n) {
		top: 80px;
	}
}

.technology-stack li h5 {
    margin: 0;
    width: 100%;
    font-weight: 600;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
	.technology-stack li h5 {
		position: absolute;
	}
}

@media only screen and (min-width: 992px) {
	.technology-stack li:nth-child(2n) h5 {
		bottom: auto;
		top: 0;
	}
}

.technology-stack h5::after {
    position: absolute;
    left: 50%;
    content: "";
    height: 40px;
    width: 1px;
    border-left: 2px dashed #d5c7c7;
    z-index: 9;
    bottom: 35px;
}

@media only screen and (min-width: 992px) {
	.technology-stack li:nth-child(2n) h5::after {
		bottom: auto;
		top: 30px;
	}
}

.technology-stack img {
    height: 65px;
    position: relative;
    top: -5px;
}

/* ============================================================== 
    # Testimonials Style
=================================================================== */

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

.testimonial-style-one-item {
    padding: 50px 30px;
    background: var(--white);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.bg-gray .testimonial-style-one-item {
    border: none;
}

.testimonial-style-one-item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/15.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
}

.testimonial-style-one-item p {
	font-size: 18px;
	line-height: 1.7;
}

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

.testimonial-style-one-item .provider img {
	height: 70px;
	width: 70px;
	min-width: 70px;
	margin-right: 25px;
	border-radius: 50%;
}

.testimonial-style-one-item .provider h4 {
	margin-bottom: 3px;
	font-weight: 500;
}

.testimonial-style-one .rating-provider {
	margin-left: 0;
}

.testimonial-style-one .rating-provider .ratings {
	margin: 0;
}

.testimonial-style-one-item .provider .thumb {
	position: relative;
	z-index: 1;
}

.testimonial-style-one-item .provider .thumb::after {
	position: absolute;
	right: 12px;
	top: 10px;
	content: "";
	height: 30px;
	width: 30px;
	background-image: url(../img/shape/quote.png);
	background-color: var(--color-primary);
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-style-one-item .provider strong {
	font-weight: 600;
	color: var(--color-primary);
}

.testimonial-style-one-area .shape-animation {
	z-index: inherit;
}

@media only screen and (min-width: 992px) {
	.testimonial-style-one-carousel {
		position: relative;
		left: 50px;
	}

	.testimonial-pagination {
		position: absolute;
		bottom: auto !important;
		top: 50%;
		transform: translateY(-50%);
		width: auto !important;
		z-index: 9 !important;
		left: 50px !important;
	}

	.testimonial-pagination span {
		display: block;
		margin: 10px 0 !important;
		height: 10px;
		width: 10px;
	}

}


/* ============================================================== 
    # Timeline Style
=================================================================== */
.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 50%;
    width: 1px;
    top: -20px;
    background: #dddddd;
}

  .timeline{
	position:relative;
	margin: auto;
	padding: 50px 0;
  }
  
  
  .timeline > ul{
	margin:0;
	padding:0 ;
  }
  
  .timeline > ul > li {
    list-style: none;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding: 0 70px;
    padding-bottom: 50px;
	padding-left: 0;
}
  
  
  .timeline > ul > li:nth-child(odd){
	float:left;
	clear:both;
  }
  
  .timeline > ul > li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
	padding-right: 0;
	padding-left: 75px;
  }
  
  .left_content{
	padding-bottom:20px;
	background: var(--white);
  }

  .timeline h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
  }
  
  .timeline > ul > li:nth-child(odd):before{
	content: '';
	position:absolute;
	width:10px;
	height:10px;
	background:var(--bg-gradient);
	border-radius:50%;
	box-shadow: 0 0 0 3px rgba(58,112,239,0.2);
	right:-6px;
	top:24px;
	z-index:1;
  }
  
  .timeline > ul > li:nth-child(even):before{
	content: '';
	position:absolute;
	width:10px;
	height:10px;
   background:var(--bg-gradient);
	border-radius:50%;
	box-shadow: 0 0 0 3px rgba(58,112,239,0.2);
	left:-5px;
	top:24px;
	z-index: 1;
  }
  
  .timeline > ul > li:nth-child(odd) .left_content {
    position: absolute;
    top: 12px;
    left: 100%;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    box-shadow: 0 0 0 3px rgb(59 112 239 / 30%);
    border-radius: 18px;
    margin-left: 50px;
    min-width: 200px;
    text-align: center;
}
  
.timeline > ul > li:nth-child(even) .left_content {
    position: absolute;
    top: 12px;
    right: 100%;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    box-shadow: 0 0 0 3px rgb(59 112 239 / 30%);
    border-radius: 18px;
    margin-right: 50px;
    min-width: 200px;
    text-align: center;
}
  
  
  @media (max-width: 1000px){
	
	.timeline{
	  width:100%;
	}
  }
  
  @media (max-width: 767px){
	.timeline{
	  width:100%;
	}
	.timeline:before{
	  left:20px;
	}
	.timeline > ul > li:nth-child(odd),
	.timeline > ul > li:nth-child(even){
	  width:100%;
	  text-align:left;
	 padding-left:50px; 
	}
	
	.timeline > ul > li:nth-child(odd):before
	  {
	  top:-18px;
	  left:16px;
	
	}
	.timeline > ul > li:nth-child(even):before
	{ 
	  top:-18px;
	  left:16px;
	}
	
	  .timeline > ul > li:nth-child(odd) .left_content,
	.timeline > ul > li:nth-child(even) .left_content
	{
	  top:-30px;
	  left:50px;
	  right:inherit;
	}
  
	
  }

  .timeline .content-main .right_content {
    display: flex;
}

.timeline .content-main {
    position: relative;
    
}

.timeline .content-main .content-inner {
	padding: 50px 30px;
    background: var(--bg-gray);
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 6px;
}

.timeline > ul > li:nth-child(odd) .content-main::after {
    position: absolute;
    right: -15px;
    top: 18px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--bg-gray);
    transition: all 0.35s ease-in-out;
}

.timeline > ul > li:nth-child(even) .content-main::after {
    position: absolute;
    left: -15px;
    top: 18px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid var(--bg-gray);
    transition: all 0.35s ease-in-out;
}

.timeline .right_content i {
    font-size: 50px;
    margin-right: 50px;
	background: var(--bg-gradient);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline .content-main .content-inner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.timeline .content-main .content-inner:hover::after {
    background: var(--color-primary);
}

.timeline .content-main h3, 
.timeline .content-main p, 
.timeline .content-main li {
    transition: all 0.35s ease-in-out;
}

.timeline .content-main:hover h3, 
.timeline .content-main:hover p, 
.timeline .content-main:hover li {
    color: var(--white);
}

.timeline > ul > li:nth-child(even) .content-main:hover::after {
    border-right-color: var(--color-primary);
}

.timeline > ul > li:nth-child(odd) .content-main:hover::after {
    border-left-color: var(--color-primary);
}


/* ============================================================== 
    # Faq
=================================================================== */
.faq-area {
	position: relative;
	z-index: 1;
}

.faq-sahpe img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.faq-sahpe img:first-child {
    left: auto;
    right: 10%;
    bottom: -50px;
    animation: fadeRightLeft 25s ease-out infinite;
    height: 400px;
}

.faq-sahpe img:nth-child(2) {
	max-width: 200px;
}

.faq-style-one button.accordion-button {
	background: var(--white);
	color: var(--color-heading);
	border: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 18px;
	font-weight: 600;
	padding: 25px !important;
	background: var(--white) !important;
	border-radius: 10px !important;
	padding-right: 60px !important;
	position: relative;
}

.faq-style-one button.accordion-button::after {
	background: transparent;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 25px;
	position: absolute;
	top: 20px;
	right: 25px;
}

.faq-style-one button.accordion-button:not(.collapsed)::after {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f106";
}

.faq-style-one button.accordion-button:focus {
	background: transparent;
	color: var(--color-heading);
	border: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	padding-left: 0;
	font-weight: 600;
}

.faq-style-one .accordion-item {
	background: transparent;
	border: none;
	margin-top: 15px;
	background: var(--white);
	border-radius: 10px;
}

.faq-style-one .accordion-item h2 {
	margin: 0;
}

.faq-style-one .accordion-body {
	padding: 50px;
}

.faq-style-one .accordion-body p:last-child {
    margin: 0;
}

.faq-style-one button.accordion-button strong {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	margin-right: 12px;
	border: 1px solid #e7e7e7;
}

.faq-style-one button.accordion-button:not(.collapsed) {
    background: var(--bg-gradient-secondary) !important;
	color: var(--white);
}

/* Faq Style Two */
.faq-style-two .accordion {
    position: relative;
    z-index: 1;
    padding-left: 80px;
}

.faq-style-two .accordion-item {
    position: relative;
    margin-top: 50px;
    border: none;
}

.faq-style-two .accordion-item:first-child {
	margin-top: 0;
}

.faq-style-two .accordion-item span {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--color-primary);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    color: var(--white);
    font-size: 20px;
	top: 2px;
}

.faq-style-two .accordion::after {
    position: absolute;
    left: 25px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    content: "";
    z-index: -1;
}

.faq-style-two .accordion-item button.accordion-button {
    background: var(--bg-gray);
    box-shadow: inherit;
    border: none;
    border-radius: 30px !important;
    padding: 18px 30px;
}

.faq-style-two .accordion-body {
    padding: 0 30px;
    margin-top: 30px;
}

.faq-style-two .accordion-body p:last-child {
    margin: 0;
}

.faq-style-two .accordion-item button.accordion-button:not(.collapsed) {
    color: var(--color-heading);
}

.faq-style-two ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.faq-style-two ol li {
    list-style: decimal;
    line-height: 1.7;
    font-weight: 500;
    color: var(--color-heading);
    margin-top: 10px;
}

/* ============================================================== 
    # Related Post Style One
=================================================================== */
.related-post-item {
    background: var(--white);
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 5%);
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.related-post-item::after {
    position: absolute;
    left: -2px;
    bottom: 2px;
    content: "";
    height: 100%;
    width: 50%;
    background: url(../img/shape/16.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: -1;
    text-align: left;
	opacity: 0.5;
}

.related-post-list {
    padding: 50px;
    padding-top: 30px;
}

.related-post-item .item-title {
    padding: 30px 50px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.related-post-item .item-title img {
    height: 100px;
    margin-bottom: 30px;
}

.related-post-item .item-title::after {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    content: "";
    height: 1px;
}

.related-post-item .item-title h4 {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
}

.related-post-item li {
    margin-top: 15px;
    font-size: 15px;
}

.related-post-item li:first-child {
    margin-top: 0;
}

.related-post-item li i {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 21px;
    background: var(--color-primary);
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 13px;
    position: relative;
    top: 5px;
}

.related-post-item li a {
    font-weight: 500;
    display: flex;
}

.related-post-item li a:hover {
    margin-left: 5px;
}



/* ============================================================== 
    # Pricing Style One
=================================================================== */

.pricing-border table {
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
}

.pricing-border table tr {
    border-color: #e7e7e7;
    background: var(--white);
}

.pricing-border table thead th {
    padding: 20px;
    background: var(--color-primary);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.pricing-border table tbody {
    border: none;
    border-top-color: var(--color-primary) !important;
}

.pricing-border table tr th {
    padding: 10px 30px;
    border-color: #e7e7e7;
    border-right-color: var(--color-primary);
    font-weight: 500;
    border-top-color: var(--color-primary);
}

.pricing-border table tr td {
    padding: 10px 15px;
    border-color: #dddddd;
    text-align: center;
}

.pricing-border table thead tr th {
    border-color: rgba(255, 255, 255, 0.4);
	padding: 20px 30px;
	text-align: center;
}

.pricing-border .btn-sm {
	padding: 14px 50px;
	margin: 10px 0;
}

.pricing-border table tr:nth-child(2n) {
    background: #f1f1f1;
}


/* Pricing Style Two */

.pricing-style-two .pricing-header {
    padding: 30px;
    border-bottom: 1px solid #e7e7e7;
    background: #052e6b;
}

.pricing-style-two .item {
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    height: 100%;
}

.pricing-style-two .item .pricing-content {
    padding: 30px;
}

.pricing-style-two .item .pricing-content li {
    display: flex;
    margin-top: 15px;
    line-height: 1.5;
}

.pricing-style-two .item .pricing-content li i {
    margin-right: 10px;
    position: relative;
    top: 6px;
    font-size: 14px;
    color: var(--color-primary);
}

.pricing-style-two .item .pricing-content li:first-child {
    margin-top: 0;
}

.pricing-style-two-box {
    overflow: hidden;
    border-radius: 10px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.pricing-style-two {
    border-right: 1px solid #dddddd;
    padding: 0;
    border-radius: 30px;
}

.pricing-style-two:last-child {
    border: none;
}

.pricing-style-two .pricing-header h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--white);
    font-size: 18px;
}

.pricing-style-two .pricing-header sub {
    font-size: 16px;
    font-weight: 500;
}

.pricing-style-two .pricing-header h2 {
    font-weight: 600;
    font-size: 42px;
    color: var(--white);
}

.pricing-style-two:first-child .item .pricing-header {
    background: #2371ea;
}

.pricing-style-two:nth-child(2) .item .pricing-header {
    background: #0454cb;
}

.pricing-style-two:nth-child(3) .item .pricing-header {
    background: #0346a6;
}

.pricing-style-two:first-child {
    padding-left: 15px;
}

.pricing-style-two .pricing-header p {
    color: var(--white);
}

.pricing-style-two .btn-theme {
	background: #f7f233;
	color: #000000;
}

.pricing-style-two .btn.btn-theme::after {
	background: var(--white);
}

/* ============================================================== 
    # Choose us Style
=================================================================== */

.choose-us-style-one-area {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.choose-us-style-one {
    padding: 50px 30px;
}

.choose-us-style-one .icon {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 70px;
    margin: auto auto 30px;
    background: var(--white);
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 25px;
}

.choose-us-style-one h4 {
    font-weight: 600;
}

.choose-us-style-one h3 {
    font-weight: 600;
	margin: 0;
	font-size: 22px;
}

.choose-us-style-one p {
    margin: 0;
}

.active .choose-us-style-one {
    background: var(--bg-gradient-secondary);
    border-radius: 10px;
}

.active .choose-us-style-one h4, 
.active .choose-us-style-one h3, 
.active .choose-us-style-one p {
    color: var(--white);
}

.active .choose-us-style-one p {
    opacity: 0.9;
}


.choose-us-style-two {
    border-right: 1px solid #e7e7e7;
}

.choose-us-style-two:last-child {
    border: none;
}

.choose-us-style-two .choose-us-style-one {
    padding: 0 30px;
}

.choose-us-style-two .choose-us-style-one img {
    height: 60px;
}


/* ============================================================== 
    # Facilities Style
=================================================================== */

.facilities-style-one .icon {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--bg-gradient-secondary);
    border-radius: 50%;
    margin: auto auto 50px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.facilities-style-one .icon img {
    height: 60px;
}

.facilities-style-one .icon::after {
    position: absolute;
    left: -20px;
    top: -20px;
    content: "";
    height: 160px;
    width: 160px;
    background: var(--bg-gradient-secondary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
}

.facilities-style-one h4 {
    margin: 0;
    font-weight: 600;
}

/* ============================================================== 
    # Contact Style
=================================================================== */

.contact-style-one-area {
    background-repeat: no-repeat;
    background-position: center;
}

.contact-address-item .location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dbd3d3;
    padding-bottom: 20px;
}

.contact-address-item .location img {
    height: 45px;
    margin-right: 20px;
    position: relative;
    top: -3px;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
}

.contact-address-item .bottom-info span a {
    color: var(--color-primary);
}

.contact-address-item .location h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -2px;
}

.contact-address-item .location p {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

.contact-address-item .bottom-info p {
    margin: 0;
    margin-top: 15px;
}

.contact-address-item {
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    padding: 50px 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	border-radius: 10px;
	background: var(--white);
}

.contact-address-item .animation {
    position: absolute;
    right: 40px;
    bottom: -45px;
    height: 15px;
    width: 15px;
    background: var(--color-primary);
    border-radius: 50%;
}

.contact-address-item .animation::after {
    position: absolute;
    left: -50%;
    top: -50%;
    content: "";
    height: 30px;
    width: 30px;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    animation: pulsate 1.2s ease-out;
    animation-iteration-count: infinite;
}

/* Pulse Animation */
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.contact-address-item::after {
    position: absolute;
    right: 60px;
    bottom: -17px;
    content: "";
    background: var(--white);
    height: 17px;
    width: 20px;
    clip-path:
    polygon(100% 0, 0 0, 100% 100%);
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 5%);
}

.contact-address-style-one {
    padding: 0 30px;
}

.contact-address-style-one:first-child .contact-address-item::after {
    right: auto;
    clip-path: polygon(8% 0, 100% 100%, 100% 0);
}

.contact-address-style-one:first-child .contact-address-item .animation {
    right: auto;
    left: 50px;
}

.contact-address-style-one:nth-child(4) .contact-address-item::after {
    right: auto;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    left: -19px;
    bottom: 40px;
}

.contact-address-style-one:nth-child(4) .contact-address-item .animation {
    right: auto;
    left: -50px;
    bottom: 25px;
}

.contact-address-item .bottom-info p a {
    display: inline-block;
    border: 2px solid #e7e7e7;
    padding: 7px 30px;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 400;
}

.contact-address-item .bottom-info p a i {
    font-weight: 100;
    margin-right: 5px;
    display: inline-block;
}

.contact-address-item .map {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 45px;
    text-align: center;
    color: var(--color-primary);
    font-size: 40px;
    font-weight: 100;
}

.contact-address-item .map i {
    font-weight: 600;
}

.contact-address-item > p {
    margin-bottom: 10px;
}

.contact-form-area {
    overflow: hidden;
}


.contact-form-area form {
    padding: 80px;
    background: var(--bg-gradient-secondary);
    border-radius: 10px;
}

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

.contact-form-area form input, 
.contact-form-area form textarea, 
.contact-form-area form input:focus, 
.contact-form-area form textarea:focus {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--color-heading);
    padding: 15px;
    border-radius: 10px;
}

.contact-form-area form textarea {
    min-height: 200px;
}

.contact-form-area form button {
    background: var(--white);
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    margin-top: 10px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.contact-form-area form button:hover {
    background: var(--color-primary);
	color: var(--white);
}

.contact-form-area form button i {
    color: var(--color-primary);
    margin-right: 5px;
	transition: all 0.35s ease-in-out;
}

.contact-form-area form button:hover i {
    color: var(--white);
}

.contact-form-area form input::-webkit-input-placeholder,
.contact-form-area form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-heading);
  }
  .contact-form-area form input::-moz-placeholder,
  .contact-form-area form textarea::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-heading);
  }
  .contact-form-area form input:-ms-input-placeholder,
  .contact-form-area form textarea:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-heading);
  }
  .contact-form-area form input:-moz-placeholder,
  .contact-form-area form textarea:-moz-placeholder { /* Firefox 18- */
	color: var(--color-heading);
  }

  .contact-form-area form {
	position: relative;
	z-index: 1;
  }


  .contact-form-area form .contact-illustration {
    position: absolute;
    left: -13%;
    bottom: -80px;
    height: 50%;
    z-index: -1;
}

.contact-form-area form .contact-illustration img {
    height: 100%;
}


.contact-illustration-right {
    max-width: 300px;
    position: absolute;
    right: -170px;
    bottom: -50px;
}

form.contact-form.contact-form .iti__selected-dial-code {
    color: var(--color-heading);
}

form.contact-form.contact-form  .iti__arrow {
    border-top: 5px solid var(--color-heading);
}

form.contact-form.contact-form .nice-select {
    min-height: 54px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

form.contact-form.contact-form .nice-select .current {
    color: var(--color-heading);
}

form.contact-form.contact-form .nice-select::after {
    border-color: var(--color-heading);
}

form.contact-form.contact-form .iti {
    width: 100%;
}

.contact-fun-factor-item .counter {
    align-items: normal;
    font-size: 42px;
	font-weight: 700;
	justify-content: left;
}

.contact-fun-factor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    padding: 30px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 7px;
    background: var(--white);
}

.contact-fun-factor-item i {
    display: inline-block;
    font-size: 60px;
    font-weight: 100;
    margin-right: 30px;
    color: var(--color-primary);
}

.contact-fun-factor-item .counter .operator {
    font-size: 40px;
}

.contact-fun-factor-item::after {
    position: absolute;
    left: -50%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient-secondary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.contact-fun-factor-item i, 
.contact-fun-factor-item .counter, 
.contact-fun-factor-item .medium {
    transition: all 0.35s ease-in-out;
}

.contact-fun-factor-item.active i, 
.contact-fun-factor-item.active .counter, 
.contact-fun-factor-item.active .medium,
.contact-fun-factor-item.active h4,
.contact-fun-factor-item:hover i, 
.contact-fun-factor-item:hover .counter, 
.contact-fun-factor-item:hover h4, 
.contact-fun-factor-item:hover .medium {
    color: var(--white);
}


.contact-fun-factor-item.active::after, 
.contact-fun-factor-item:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
}

.contact-fun-factor-item img {
    height: 70px;
    margin-right: 20px;
    width: auto;
    min-width: 70px;
}

.contact-fun-factor-item h4 {
    font-weight: 500;
    margin: 0;
	transition: all 0.35s ease-in-out;
}

.half-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-color: var(--bg-gray);
}

.form-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    opacity: 0.05;
}

/* Contact Modal */
.modal-full {
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    background: var(--white);
}

.modal .modal-content {
    border: none;
}

.modal .modal-dialog-scrollable .modal-body {
    border: none;
    padding: 50px;
}

.modal .modal-header {
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 50px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: #ff3636;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	z-index: 9;
}

.modal .modal-header button.btn-close {
    margin: 0;
    padding: 0;
    color: var(--white);
    filter: brightness(0) invert(1);
    opacity: 1;
    height: 45px;
    width: 45px;
}

.contact-modal-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-modal-info ul li img {
    height: 60px;
    margin-bottom: 15px;
}

.contact-modal-info ul li {
    margin: 0 30px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.contact-modal-info ul li:last-child::after {
    display: none;
}

.contact-modal-info ul li p {
    margin: 0;
    text-transform: uppercase;
}

.contact-modal-info ul li strong {
    color: var(--color-heading);
    font-weight: 700;
}

.contact-modal-info ul li::after {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

.contact-modal-info form {
    margin-top: 80px;
}
  
  .tacbox input {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.tacbox {
    display: block;
    color: var(--white);
}

.tacbox a {
	color: var(--white);
	text-decoration: underline;
}

/* ============================================================== 
    # Footer Style
=================================================================== */
footer .widget-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

footer .logo img {
    height: 60px;
}

footer .logo {
    margin-bottom: 30px;
    height: 60px;
}

footer .newsletter form {
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

footer .newsletter form input {
    background: transparent !important;
    border: none;
    box-shadow: inherit !important;
    color: var(--white) !important;
    min-height: 56px;
    padding: 15px;
}

footer .newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #d2d2d4;
}

footer .newsletter form input::-moz-placeholder { /* Firefox 19+ */
	color: #d2d2d4;
}

footer .newsletter form input:-ms-input-placeholder { /* IE 10+ */
	color: #d2d2d4;
}

footer .newsletter form input:-moz-placeholder { /* Firefox 18- */
	color: #d2d2d4;
}

footer .newsletter form button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 9px 13px;
    text-transform: uppercase;
    background: var(--color-primary);
    border: none;
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}

footer .newsletter.secondary form button {
	background: var(--color-primary);
}


footer .newsletter {
    margin-top: 30px;
}

footer p, 
footer li,
footer li a {
    color: #d2d2d4 !important;
    transition: all 0.35s ease-in-out;
}

footer li a:hover {
    color: var(--white) !important;
}

footer li a {
    font-weight: 400;
}

footer .link li {
    margin-top: 10px;
}

footer .link li:first-child {
    margin-top: 0;
}

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

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

.footer-bottom p {
    margin: 0;
}

.footer-bottom {
    padding: 10px 0;
    background: var(--bg-gradient);
	overflow: hidden;
	position: relative;
}

.footer-bottom .text-end li {
    margin-left: 20px;
}

.f-items {
    position: relative;
    z-index: 1;
}

.f-items .shape-animated-top {
    position: absolute;
    left: -200px;
    top: 80px;
}

.f-items .shape-animated-top img {
    max-width: 250px;
    opacity: 0.03;
}


.footer-bottom .container {
    position: relative;
}

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

.footer-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer-shape .item:first-child {
    position: absolute;
    right: 0;
    top: 50px;
    height: 250px;
}

.footer-shape .item:first-child img {
    height: 100%;
}

.footer-shape .item:nth-child(2) {
    position: absolute;
    left: 30px;
    bottom: 45px;
    height: 30px;
}

.footer-shape .item:nth-child(2) img {
    height: 100%;
    animation: spinner 20s infinite linear;
}

.footer-shape .item:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    opacity: 0.3;
}

.footer-shape .item:nth-child(3) img {
    height: 100%;
}

.footer-shape .item.bottom {
    top: auto;
    bottom: 48px;
    height: 70%;
}

.opening-hours {
    margin-top: 30px;
}

.opening-hours li {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.opening-hours h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.opening-hours .working-day, .opening-hours .working-hour {
    width: 1%;
    display: table-cell;
    white-space: nowrap;
}

.opening-hours .working-day {
    padding-right: 10px;
}

.opening-hours .working-hour {
    padding-left: 10px;
    text-transform: uppercase;
}

.opening-hours .marker {
    width: 98%;
    display: table-cell;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 10px;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
	margin-top: 10px;
}

.footer-social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: var(--white) !important;
}

.footer-social {
    margin-top: 30px;
}

.footer-social li a:hover {
    background: var(--color-primary);
}

ul.social-address li {
    display: inline-block;
    margin-right: 30px;
}

ul.social-address li i {
    font-weight: 100;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.text-end ul.social-address li {
    margin-right: 0;
}

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

/* ============================================================== 
    # Responsive Style
=================================================================== */

/* Medium Device layout*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .shape-animated img {
		height: 80px;
	}

	.hiring-process-style-one {
		text-align: center;
		margin-bottom: 80px;
	}

	.contact-fun-factor-item {
		display: block;
		text-align: center;
	}
	
	.contact-fun-factor-item img {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.contact-fun-factor-item .counter {
		justify-content: center;
	}
}	

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

	.center-tablet {
		text-align: center;
	}

	/* Breadcrumnb */
	.breadcrumb-inner-content ul.icon-list {
		display: block;
	}
	
	.breadcrumb-inner-content ul.icon-list li {
		margin: 0;
		margin-top: 30px;
	}
	
	.breadcrumb-inner-content ul.icon-list li:first-child {
		margin-top: 0;
	}

	/* Banner */
	.banner-area.auto-height .banner-style-two .content {
		padding-top: 50px;
		padding-bottom: 0;
		margin: 0;
	}

	.banner-style-two .button a {
		margin-top: 15px;
	}

	.banner-thumb {
		margin-bottom: 180px;
	}

	/* About */
	.about-area .shape-animated img {
		display: none;
	}

	.about-area {
		background-image: none !important;
	}
	
	.shape-bottom-large {
		display: none;
	}

	.heading-left .content-left {
		border: none;
	}

	/* Hiring Process */
	.hiring-process-style-one {
		text-align: center;
		margin-bottom: 80px;
	}

	.contact-fun-factor-item {
		margin-bottom: 30px;
	}

	/* Technology */
	.technology-stack li {
		padding: 0 15px;
		margin-top: 50px;
	}
	
	.technology-stack {
		margin-bottom: 0;
	}

	.contact-fun-factor-item .counter {
		justify-content: center;
	}


	/* Pricing */
	.pricing-style-two-box {
		border: none;
		margin-top: -30px;
	}
	
	.pricing-style-two {
		border: none;
		padding: 0 15px;
		margin-top: 30px;
	}

	/* Pricing Style Two */
	table.table.table-bordered tbody {
		vertical-align: middle;
	}

	.pricing-border .btn-sm {
		padding: 14px 30px;
		min-width: 130px;
	}
	

	/* Feature */
	.feature-style-one-area .row > div:nth-child(2n) {
		margin-top: 0;
	}

	.feature-style-one-item {
		height: 100%;
	}

	.fun-fact-style-one .medium {
		font-size: 16px;
	}

	.feature-style-two-thumb {
		margin-bottom: 50px;
	}

	/* Feature */
	.feature-style-three {
		margin-top: 0;
	}

	.feature-style-two-carousel .feature-thumb {
		padding-right: 0;
	}

	.feature-style-two li::after {
		height: 20px;
		width: 20px;
		line-height: 20px;
		top: 5px;
	}

	/* Choose Us */
	.choose-us-style-two {
		border: none;
	}
	
	.choose-us-style-two .choose-us-style-one {
		padding: 50px 30px;
		height: 100%;
	}
	
	.choose-us-style-one h3 {
		font-size: 16px;
	}

	/* Facilities */
	.facilities-style-one {
		margin-top: 80px;
	}
	
	.facilities-area {
		padding-top: 60px;
	}

	/* Services Details */
	.contact-fun-factor-item {
		display: block;
		text-align: center;
	}
	
	.contact-fun-factor-item img {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.services-style-two {
		display: block;
		height: 100% !important;
	}
	
	.services-style-two .icon {
		margin: 0;
		margin-bottom: 30px;
	}
	
	.services-style-two h3 {
		font-size: 20px;
	}

	.choose-us-style-one {
		border: 1px solid #e7e7e7;
		background: var(--white);
		border-radius: 10px;
	}

	/* What's Included */

	.benifit-style-one {
		border: 1px solid #e7e7e7;
	}

	/* Timeline */
	.timeline .content-main .right_content {
		display: block;
	}
	
	.timeline .right_content img {
		float: none;
	}
	
	.timeline .right_content .icon {
		margin: 0;
		margin-bottom: 30px;
	}

	/* Contact */
	.contact-illustration-right {
		right: 50px;
		max-width: 100px;
		display: none;
	}
	
	.contact-form-area form .contact-illustration {
		left: -40px;
		height: 200px;
	}

	.contact-address-item {
		text-align: center;
	}
	
	.contact-address-item .location {
		text-align: left;
		justify-content: center;
	}

	/* Footer */
	ul.social-address {
		text-align: center;
	}
	
	.text-end ul.social-address {
		margin-top: 15px;
	}
	
	.footer-social-address {
		padding-top: 30px;
	}


}


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

	.breadcrumb-area .breadcrumb-box {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

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

	.breadcrumb-inner-content ul.icon-list {
		display: block;
	}
	
	.breadcrumb-inner-content ul.icon-list li {
		margin: 0;
		margin-top: 30px;
	}
	
	.breadcrumb-inner-content ul.icon-list li:first-child {
		margin-top: 0;
	}

	/* Banner */
	.banner-style-two h2 {
		font-size: 36px;
	}

	.banner-area.auto-height .banner-style-two .content {
		padding-top: 0;
		padding-bottom: 0;
		margin: 0;
	}

	.banner-style-two .button a {
		margin-top: 15px;
	}

	.banner-thumb {
		margin-bottom: 150px;
	}

	.shape-right-top {
		display: none;
	}

	/* About */
	.about-style-one .thumb img:nth-child(2) {
		display: block;
		position: relative;
		margin-top: 30px;
		max-width: 100%;
		display: none;
	}
	
	.about-style-one .thumb {
		padding: 0;
		margin-bottom: 90px;
	}
	
	.about-style-one .thumb img:first-child {
		max-width: 100%;
	}
	
	.about-style-one .thumb .rounder-img {
		text-align: center;
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -90px;
	}
	
	.about-style-one {
		text-align: center;
	}
	
	.heading {
		font-size: 36px;
		margin-top: 0;
	}
	
	.about-area {
		background-image: none !important;
	}
	
	.experience h2 {
		font-size: 150px;
		top: 0;
		line-height: 130px;
		margin: 0;
	}
	
	.experience .left {
		display: block;
		top: -50px;
	}
	
	.about-area .experience {
		margin-top: 0;
		padding-top: 20px;
	}
	
	.shape-bottom-large {
		display: none;
	}

	/* Choose Us */
	.choose-us-style-two .choose-us-style-one {
		padding: 50px 30px;
	}

	.choose-us-style-two {
		border: none;
	}

	/* Feature */
	.feature-style-three {
		margin-top: 0;
	}

	.feature-style-two-carousel .feature-thumb {
		padding: 0;
		margin-bottom: 30px;
	}

	.feature-style-two-carousel::after {
		height: 100px;
		width: 100%;
		background-position: right bottom;
		display: none;
	}
	
	.feature-style-two-carousel .swiper-pagination {
		bottom: 30px;
		background: var(--dark);
		width: 100%;
		border-radius: 0 0 10px 10px;
		padding: 10px;
	}

	.feature-style-two li::after {
		height: 20px;
		width: 20px;
		line-height: 20px;
		top: 5px;
	}

	.feature-style-two-thumb {
		margin-bottom: 30px;
	}

	/* Facilities */
	.facilities-style-one {
		margin-top: 60px;
	}
	
	.facilities-area {
		padding-top: 20px;
	}

	/* Services */
	.heading-left .content-left {
		border: none;
	}

	.modal .modal-header button.btn-close {
		width: 10px;
		height: 7px;
	}
	
	.modal .modal-header {
		height: 20px;
		width: 20px;
		top: 20px !important;
	}
	
	.modal .modal-dialog-scrollable .modal-body {
		padding: 30px 15px;
	}


	/* Services Details */

	.choose-us-style-one {
		border: 1px solid #e7e7e7;
		border-radius: 10px;
		background: var(--white);
	}

	.services-style-two {
		display: block;
	}
	
	.services-style-two .icon {
		margin: 0;
		margin-bottom: 30px;
	}

	.half-bg-shape {
		height: 60%;
	}

	/* Timeline */
	.services-style-two {
		display: block;
	}
	
	.services-style-two .icon {
		margin: 0;
		margin-bottom: 30px;
	}
	
	.timeline > ul > li:nth-child(odd) .content-main::after {
		display: none;
	}
	
	.timeline > ul > li:nth-child(even) .content-main::after {
		display: none;
	}
	
	.timeline .content-main .right_content {
		display: block;
	}
	
	.timeline .right_content img {
		margin-bottom: 30px;
		float: none;
	}
	
	.timeline > ul > li:nth-child(odd) .left_content, .timeline > ul > li:nth-child(even) .left_content {
		position: absolute;
		left: 30px;
		top: 30px;
		z-index: 9;
		margin: 0;
	}
	
	.timeline .content-main .content-inner {
		padding-top: 100px;
	}
	
	.timeline .right_content .icon {
		display: block;
	}
	
	.timeline > ul > li:nth-child(odd), .timeline > ul > li:nth-child(even) {
		float: none;
		width: auto;
		padding: 0 15px;
		padding-left: 50px;
	}
	
	.timeline > ul > li {
		margin-top: 50px;
	}
	
	.timeline > ul > li:first-child {
		margin-top: 0;
	}
	
	.timeline {
		padding: 0;
	}
	
	.timeline:before {
		top: 0;
	}
	
	.timeline > ul > li:nth-child(odd):before {
		top: 0;
	}
	
	.timeline > ul > li:nth-child(even):before {
		top: 0;
	}

	/* Pricing */
	.pricing-style-two-box {
		border: none;
	}
	
	.pricing-style-two {
		border: none;
		padding: 0 15px;
		margin-top: 30px;
	}
	
	.pricing-style-two:first-child {
		margin-top: 0;
	}


	/* Pricing Style Two */
	table.table.table-bordered tbody {
		vertical-align: middle;
	}

	.pricing-border table tr td {
		min-width: 250px;
	}
	
	/* Highring Process */
	.hiring-process-tabs .nav-tabs {
		margin: 0;
		padding: 0;
		border: none;
		margin-top: 50px;
	}

	.hiring-process-tabs {
		margin: 0;
		padding: 0;
		height: auto;
		width: auto;
	}
	
	.hiring-process-tabs::after {
		display: none;
	}
	
	.hiring-process-tabs .nav-tabs .nav-link:first-child {
		transform: inherit;
	}
	
	.hiring-process-tabs .nav-tabs .nav-link {
		height: auto;
		width: 100%;
		border-radius: 10px;
		margin-top: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.hiring-process-tabs .nav-tabs .nav-link i {
		display: inline-block;
		margin: 0;
		margin-right: 15px;
	}

	.title {
		font-size: 36px;
	}
	
	.updown-shape {
		display: none;
	}
	
	.hiring-process-area {
		text-align: center;
	}

	/* What's Included */
	.what-included-box {
		padding: 50px 30px;
		padding-bottom: 30px;
	}

	.benifit-style-one {
		border: 1px solid #e7e7e7;
	}

	.shape-left-bottom {
		display: none;
	}

	/* Faq */

	.faq-sahpe img:first-child {
		height: 100px;
		right: auto;
		left: 33px;
		bottom: -30px;
	}

	/* Technology Stack */
	.technology-stack {
		margin: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		margin-top: -30px;
	}
	
	.technology-stack li {
		margin-top: 50px;
	}

	.contact-fun-factor-item .counter {
		text-align: left;
		justify-content: left;
	}


	/* Feature */
	.feature-style-one-area .row > div:nth-child(2n) {
		margin-top: 0;
	}

	.feature-style-one-item {
		text-align: center;
	}

	/* Contact Form */
	.contact-form-area form {
		padding: 50px 30px;
	}
	
	.contact-illustration-right {
		right: 0;
		max-width: 20%;
		display: none;
	}
	
	.contact-form-area form .contact-illustration {
		display: none;
	}

	.contact-fun-factor-item {
		margin-bottom: 30px;
	}
	
	/* Footer */
	.footer-social-address {
		text-align: center;
	}
	
	.footer-social-address .text-end {
		text-align: center !important;
	}
	
	ul.social-address li {
		display: block;
		margin: 10px 0;
	}
	
	.footer-social-address .text-end li {
		margin: 0;
	}


}

/* Custom Layout 991px Max */
@media only screen and (max-width: 1023px) {
	.breadcrumb-area .breadcrumb-box {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.shape-breadcrum {
		right: -10%;
		top: -5%;
		height: 30%;
	}
}

/* Custom Layout 991px Max */
@media only screen and (max-width: 991px) {

	/* Testimonials */
	.testimonial-pagination {
		text-align: center;
		margin-top: 20px;
	}
	
	.testimonial-style-one-item {
		margin-top: 30px;
	}

	.contact-modal-info ul {
		display: block;
	}
	
	.contact-modal-info ul li::after {
		display: none;
	}
	
	.contact-modal-info ul li {
		margin-top: 30px;
	}
	
	.contact-modal-info ul li:first-child {
		margin-top: 0;
	}
}

/* Custom Layout 500px Max */
@media only screen and (max-width: 600px) {

	/* Faq */
	.faq-style-two .accordion {
		padding: 0;
	}
	
	.faq-style-two .accordion::after {
		display: none;
	}
	
	.faq-style-two .accordion-item span {
		display: none;
	}
	
	.faq-style-two .accordion-item button.accordion-button {
		border-radius: 7px !important;
	}
	
	.faq-style-two .accordion-body {
		padding: 0;
	}

	.faq-style-two .accordion-item {
		margin-top: 30px;
	}
	
}

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

	.project-style-one .overlay {
		display: block;
		text-align: center;
	}

	.project-style-one .overlay .button a {
		margin-top: 15px;
	}

	.project-style-one .overlay .content {
		padding: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		max-width: 90%;
		margin: 30px auto;
	}

	.modal .modal-dialog-scrollable .modal-body {
		padding: 120px;
	}
}

.project-style-one-area.bg-cover.bg-gray.default-padding {
    display: none;
}