����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 3.135.185.96
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/gltevjme/seminar.bofirm.com/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/seminar.bofirm.com/assets/css/style.css
/* ----------------------------------

Template Name: Antux - Personal Portfolio Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Barlow
Main Color   : #2667FF

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

[Typography]

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

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar box
        - Navbar Sticky
        - Side Navbar
    04. Home Page
        - Dark Version
        - Light Version
    05. Services
        - Service Single
	06. About
    07. Project
        - Project Single
    08. Skill
    09. Experience
    10. Education
    12. Faq
    13. Progress
    14. Brand / Partner
    15. Pricing
    16. Blog
        - Single
    17. Error 404
    18. Footer
    19. PHP Contact Form
    20. Others

*/

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


/* Varialbes */
:root {
	--font-default: 'Barlow', sans-serif;
	--font-heading: 'Barlow', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #120f12;
	--dark-secondary: #1a1a1a;
	--dark-optional: #313030;
	--dark-style-two: #1c1c1c;
	--white: #ffffff;
	--color-primary: #FFAE00;
	--color-secondary: #F54200;
	--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: #ECF0F3;
	--bg-gray-secondary: #F3F4F6;
	--bg-gradient: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}



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

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

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

a img {
	border: none;
}

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

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

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

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

button {
	outline: medium none;
}

iframe {
	border: none;
}

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

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

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

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

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

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

ul {
	list-style-type: none;
}

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

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

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

.gutter-xl {
	--bs-gutter-x: 150px;
}

.row.gutter-none {
	--bs-gutter-x: 0;
}


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

body {
	font-family: var(--font-default);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	overflow-x: hidden;
	background-color: var(--bg-gray-secondary);
	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;
	font-weight: 600;
}

h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 27px;
	margin-bottom: 25px;
}

h4 {
	font-size: 24px;
}

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 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
	line-height: 1.3;
}

.heading span {
	font-weight: 400;
}

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

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

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

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

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

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

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

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

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 700;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	border: 1px solid #cccccc;
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 18px;
}

.bg-dark .sub-title {
	font-weight: 600;
	font-size: 18px;
	color: #cccccc;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

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

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

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

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

.heading-left h2 {
	margin: 0;
}

.heading-left p {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	0% {
		transform: rotate(0deg);
	}

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

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

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}

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

	100% {
		transform: rotate(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%;
	}
}

.split-text {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1024px) {
	.row.guttex-xl {
		--bs-gutter-x: 100px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button i {
	margin-right: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(--color-optional);
	-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 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: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Btn Animation */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-round-animation {
	display: inline-flex;
	height: 180px;
	width: 180px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 50px;
	text-transform: uppercase;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
}

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

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

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

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

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

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

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

.btn-style-two {
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.btn-style-two:hover {
	color: var(--color-heading);
}

.bg-dark .btn-style-two,
.bg-dark .btn-style-two:hover {
	color: var(--white);
}

.btn-style-two::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	width: 100px;
	background: var(--bg-gradient);
	content: "";
	border-radius: 50%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.bg-dark .btn-style-two::after {
	opacity: 0.4;
}

.bg-dark .btn-style-two:hover::after {
	opacity: 0.8;
}

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

.bg-gradient p,
.bg-theme p {
	color: var(--white);
	opacity: 0.9;
}

.text-dark p {
	color: var(--color-paragraph);
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.split-text .line {
	overflow: hidden;
	display: none;
}



/* ============================================================== 
    # Text Scroll Animation 
=================================================================== */
.text-scroll-animation .text {
	width: 100%;
	color: rgb(0, 0, 0, 0.4);
	background: linear-gradient(to right, var(--color-heading), var(--color-heading)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

.bg-dark  .text-scroll-animation .text {
	color: rgb(255, 255, 255, 0.2);
	background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}


/* ============================================================== 
     # Typed Text
=================================================================== */
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	font-weight: 400;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

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

xclip 

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

.cd-headline.clip span {
	display: inline-block;
	padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 80%;
	background-color: var(--color-heading);
	transform: translateY(-50%);
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}


/* ============================================================== 
     # Banner Style One
=================================================================== */
.banner-style-one-area, .banner-style-one-area div {
	height: 100vh;
}

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

.banner-style-one-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-column-gap: 200px;
	padding-top: 80px;
}

.banner-style-one-area {
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	z-index: 1;
}

.banner-style-one-area::after {
	position: absolute;
	left: 50%;
	top: 60px;
	bottom: 0;
	content: "";
	border-left: 2px solid #1c2d37;
	margin-left: -1px;
}

.bg-dark .banner-style-one-area::after {
	border-color: var(--dark-optional);
}

.banner-style-one-items .thumb {
	position: relative;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	padding: 0 30px;
	border-radius: 20px;
}

.banner-style-one-items .thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	bottom: 0;
	height: 100%;
	top: 80px;
	border-radius: 20px;
}

.banner-style-one-items h1 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 0;
}

.banner-style-one-items h2 {
	color: transparent;
	-webkit-text-stroke: 1px #625f65;
	font-size: 50px;
	margin-top: -10px;
}

.bg-dark .banner-style-one-items h2 {
	-webkit-text-stroke: 1px #9d9c9c;
}

.banner-style-one-items h2 b {
	font-weight: 700;
}

.banner-style-one-items .d-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	grid-column-gap: 50px;
}

.banner-style-one-items .d-grid .circle-text-card {
	position: relative;
	z-index: 1;
	border: 1px solid;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-style-one-items .d-grid .circle-text-card a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	width: 60px;
	background: var(--dark);
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
}

.banner-style-one-items .d-grid .circle-text-card a i {
	transform: rotate(90deg);
	font-weight: 100;
	color: var(--white);
	font-size: 30px;
	line-height: 63px;
}

.banner-style-one-items .thumb img:nth-child(3) {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
}

.bg-dark .banner-style-one-items .thumb img:nth-child(3) {
	filter: brightness(0) invert(1);
	opacity: 0.6;
}

.circle-text-item span {
	font-size: 20px;
	line-height: 1;
	color: var(--color-heading);
}

.circle-text-item {
	animation: spinner 20s infinite linear;
}

.banner-style-one-items p {
	margin: 0;
}

.flex-social {
	display: inline-flex;
	gap: 30px;
}

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

ul.social-info li {
	display: inline-block;
	margin-right: 5px;
}

ul.social-info li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	background: linear-gradient(0deg, var(--white) 0%, #ECF0F3 100%);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.9);
}

a.btn-style-one {
	background: var(--bg-gradient);
	height: 50px;
	padding: 0 25px;
	display: inline-block;
	line-height: 50px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	color: var(--white);
}

a.btn-style-one i {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 40px;
	font-weight: 100;
	font-size: 24px;
	position: relative;
	top: 3px;
}

a.btn-style-one span {
	position: relative;
	z-index: 1;
}

a.btn-style-one::after {
	position: absolute;
	right: 60px;
	top: -10px;
	content: "";
	bottom: -10px;
	width: 4px;
	border-left: 4px solid var(--white);
	transform: rotate(-16deg);
}

.bg-gray a.btn-style-one::after {
	border-color: var(--bg-gray);
}

.bg-dark a.btn-style-one::after {
	border-color: var(--dark);
}

.btn-style-regular {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 13px 20px;
	color: var(--white);
	padding-right: 100px;
	text-transform: capitalize;
	background: transparent;
}

.btn-style-regular:hover {
	color: var(--color-heading);
}

.btn-style-regular:hover::after {
	transform: none;
}

.btn-style-regular.btn-border {
	padding: 13px 20px;
	padding-right: 92px;
	color: var(--color-heading);
}

.btn-style-regular.btn-border span {
	right: -10px;
}

.btn-style-regular::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/5.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	border-radius: 5px;
	transform: none;
	background-color: transparent;
}

.btn-style-regular.button-dark::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/7.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	border-radius: 5px;
}

.btn-style-regular.btn-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/6.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	z-index: -1;
	border-radius: 5px;
}

.btn-style-regular i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	font-weight: 500;
	font-size: 16px;
}

.btn-style-regular span {
	position: relative;
	right: -20px;
}


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

.fun-fact-style-one-items {
	margin-top: -15px;
}

.fun-fact .counter {
	display: flex;
	align-items: center;
	line-height: 1;
}

.fun-fact-style-one-items .fun-fact .counter {
	font-size: 80px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.fun-fact .medium {
	display: block;
	margin-top: 5px;
}

.fun-fact-style-one-items .fun-fact {
	display: inline-block;
	margin-right: 80px;
}

.fun-fact-style-one-items .fun-fact:last-child {
	margin: 0;
}

.clieents-list .thumb img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid var(--white);
	margin-left: -20px;
}

.bg-dark .clieents-list .thumb img {
	border-color: rgba(255, 255, 255, 0.8);
}

.clieents-list .thumb {
	margin-left: 20px;
	margin-right: 30px;
}

.clieents-list {
	position: relative;
	z-index: 1;
	padding-right: 30px;
}

.clieents-list .d-flex {
	display: inline-flex !important;
	align-items: center;
	padding-right: 30px;
	background: var(--white);
}

.bg-gray .clieents-list .d-flex {
	background: var(--bg-gray);
}

.bg-dark .clieents-list .d-flex {
	background: var(--dark);
}

.bg-dark .bg-gray .clieents-list .d-flex {
	background: var(--dark-secondary);
}

.clieents-list h5 {
	margin: 0;
}

.clieents-list::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	border-top: 1px solid;
	height: 2px;
	width: 100%;
	z-index: -1;
}

.bg-dark .clieents-list::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.about-style-one-info a {
	margin-top: 10px;
}

.about-style-one-bottom-info .row > div:nth-child(2) img {
	border: 3px solid var(--white);
}

.about-style-one-bottom-info img {
	border-radius: 10px;
}

.shape-style-one img:first-child {
	position: absolute;
	right: 0;
	bottom: 40%;
	animation: zoomUpDown 5s linear infinite;
}

.shape-style-one img:nth-child(2) {
	height: 150px;
	position: absolute;
	left: 5%;
	bottom: 30%;
}

.img-container {
	position: relative;
	overflow: hidden;
	padding-top: 50%;
	border-radius: 10px;
}

.img-container img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(1.4);
	transform-origin: 50% 50%;
}

.img-container .video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* ============================================================== 
     # Service
=================================================================== */
.service-style-one-item {
	padding: 70px 37px;
	background: linear-gradient(-130deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 30px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	position: relative;
	transition: all 0.35s ease-in-out;
}

.service-style-one-item > img:nth-child(2) {
	width: 80px;
	float: right;
	right: 50px;
	text-align: right;
	height: auto;
	position: absolute;
	margin-top: 12px;
	opacity: 0;
	visibility: hidden;
}

.service-style-one-item:hover > img:nth-child(2),
.service-style-one-item.active > img:nth-child(2) {
	right: 37px;
	opacity: 1;
	visibility: visible;
}

.service-style-one-item > img {
	height: 65px;
	margin-bottom: 30px;
	transition: all 0.35s ease-in-out;
}

.service-style-one-item.active {
	border: 1px solid var(--color-primary);
}

.service-style-one-item h4 {
    margin-bottom: 25px;
}

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

.service-style-one-item span {
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	position: relative;
	color: var(--color-heading);
	padding: 3px 25px;
	border-radius: 30px;
	padding-bottom: 2px;
	font-size: 15px;
	z-index: 1;
	margin-bottom: 20px;
	background: var(--bg-gray);
	transition: all 0.35s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 1);
}

.service-style-one-item.active span {
	background: var(--bg-gradient);
	color: var(--white);
}

a.btn-style-four {
	display: inline-flex;
	align-items: center;
	gap: 27px;
	color: var(--color-heading);
	font-weight: 500;
}

.service-style-one-item a.btn-style-four {
	margin-top: 3dvh;
}

a.btn-style-four .icon {
	position: relative;
	z-index: 1;
}

a.btn-style-four .icon::after {
	position: absolute;
	right: -11px;
	top: 1px;
	content: "";
	height: 30px;
	width: 30px;
	border: 1px solid #505050;
	border-radius: 50%;
	z-index: -1;
}

a.btn-style-four .icon img {
	height: 10px;
}

.shape-bottom-left img {
	position: absolute;
	bottom: -150px;
}

/* ============================================================== 
     # Service Details
=================================================================== */
.process-style-one {
	display: grid;
	gap: 50px;
	position: relative;
	z-index: 1;
	grid-template-columns: 1fr 1fr 1fr;
}

.process-style-one-item p {
	margin: 0;
	opacity: 0.9;
}

.process-style-one-item h4 {
	font-size: 24px;
}

.process-style-one::after {
	position: absolute;
	left: 5px;
	right: 5px;
	content: "";
	height: 3px;
	border-top: 2px dashed #cccccc;
	top: 22px;
	z-index: -1;
}

.process-style-one-item span {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: var(--bg-gradient);
	text-align: center;
	color: var(--white);
	font-weight: 700;
	border-radius: 50%;
	margin-bottom: 30px;
}

.d-grid.colums-2 {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 80px;
}

.thumb-style-two {
	background: linear-gradient(130deg, var(--white) 20%, #ECF0F3 100%);
	border: 4px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
}

.thumb-style-two img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}


/* ============================================================== 
     # Portfolio
=================================================================== */

.shape-top-left img {
	position: absolute;
	top: -150px;
}

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

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

.gallery-style-one {
	padding: 15px;
	background: linear-gradient(50deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	position: relative;
	transition: all 0.35s ease-in-out;
}

.gallery-style-one img {
	border-radius: 5px;
	margin-bottom: 30px;
}

.gallery-style-one .overlay {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gallery-style-one .overlay .icon {
	width: 100px;
	text-align: right;
}

.gallery-style-one .overlay .icon a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
}

.gallery-style-one .overlay .icon a i {
	font-weight: 100;
	transform: rotate(-45deg);
}

.gallery-style-one .info {
	padding: 0 15px;
	padding-bottom: 15px;
}

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

ul.pf-tags li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 8px;
}

ul.pf-tags li a {
	display: inline-block;
	border: 1px solid #a2a2a2;
	padding: 0 20px;
	border-radius: 30px;
	font-weight: 400;
}

.gallery-style-one .overlay h4 {
	margin-bottom: 15px;
	font-size: 28px;
}

.gallery-style-one .info h4 {
	margin: 0;
	margin-top: 15px;
	font-size: 30px;
}

.load-more-info p {
	margin: 0;
	font-weight: 600;
}

.load-more-info a {
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid #ffb2b2;
	padding: 2px 20px;
	border-radius: 30px;
	margin-left: 5px;
}

.bg-dark .load-more-info a {
	border-color: #893636;
}


/* ============================================================== 
     # Portfolio Single
=================================================================== */
.image-move-bg {
	position: relative;
}

.image-move-bg .animation-zoom-banner {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.project-single-info {
	border: 1px solid #dddddd;
	padding: 50px;
	border-radius: 10px;
	position: relative;
	background: var(--bg-gray-secondary);
}

.project-single-info::after {
	position: absolute;
	left: -3px;
	top: -3px;
	content: "";
	right: -3px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 10px;
	bottom: -3px;
}

.project-single-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-single-info ul li {
	margin-top: 20px;
	font-weight: 600;
	color: var(--color-heading);
	font-size: 20px;
}

.project-single-info ul li span {
	display: block;
	font-weight: 400;
	color: var(--color-paragraph);
	font-size: 17px;
}

.project-single-info ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

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

ul.list-style-one li {
	padding-left: 27px;
	margin-top: 10px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
}

ul.list-style-one li:first-child {
	margin-top: 0;
}

ul.list-style-one li::after {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	height: 16px;
	width: 16px;
	background: url(../img/icon/check-mark.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.text-light ul.list-style-one li::after {
	filter: brightness(0) invert(1);
}

.project-paginvation-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dddddd;
	padding-top: 60px;
}

.bg-dark .project-paginvation-items {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-previous a,
.project-next a {
	display: flex;
	align-items: center;
}

.project-previous h5 {
	transition: all 0.35s ease-in-out;
}

.project-previous a:hover h5,
.project-next a:hover h5 {
	color: var(--color-secondary);
}

.project-next a {
	text-align: right;
}

.project-previous .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--dark);
	margin-right: 15px;
	color: var(--white);
	transition: all 0.35s ease-in-out;
}

.bg-dark .project-previous .icon {
	background: var(--dark-optional);
	color: var(--white);
}

.project-next .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--dark);
	margin-left: 15px;
	color: var(--white);
	transition: all 0.35s ease-in-out;
}

.bg-dark .project-next .icon {
	background: var(--dark-optional);
	color: var(--white);
}

.project-previous h5,
.project-next h5 {
	margin: 0;
}

.project-previous .nav-title,
.project-next .nav-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.project-previous .nav-title h5,
.project-next .nav-title h5 {
	text-transform: none;
	font-size: 20px;
}

.project-paginvation-items .project-all i {
	display: inline-block;
	border: 1px solid #cccccc;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: var(--color-secondary);
}

.bg-dark .project-paginvation-items .project-all i {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.project-previous .icon i,
.project-next .icon i {
	font-weight: 500;
}



/* ============================================================== 
     # Fun Fact
=================================================================== */
.fun-fact-style-two-items {
	display: grid;
	grid-column-gap: 30px;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
}

.funfact-style-two-item {
	padding: 50px 37px;
	background: linear-gradient(130deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 150px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

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

.funfact-style-two-item .icon {
	height: 90px;
	width: 90px;
	text-align: center;
	background: linear-gradient(130deg, var(--white) 10%, #ECF0F3 40%);
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgb(109 117 143 /15%);
}

.funfact-style-two-item .fun-fact .counter {
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 600;
	color: var(--color-heading);
	line-height: 1;
}

.funfact-style-two-item .fun-fact {
	margin-top: 50px;
}


/* ============================================================== 
     # Timeline
=================================================================== */
.time-style-one-items {
	position: relative;
	z-index: 1;
	padding-left: 30px;
	border-left: 2px solid #d8d8d8;
	margin-left: 8px;
	margin-top: 50px;
}

.timeline-style-one-item {
	background: linear-gradient(0deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	position: relative;
	transition: all 0.35s ease-in-out;
	margin-bottom: 30px;
}

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

.timeline-style-one-item::after {
	position: absolute;
	left: -49px;
	top: 35px;
	content: "";
	height: 36px;
	width: 36px;
	background: var(--bg-gradient);
	border-radius: 50%;
	border: 10px solid var(--bg-gray-secondary);
}

.bg-gray .timeline-style-one-item::after {
	border-color: var(--bg-gray);
}

.bg-dark .timeline-style-one-item::after {
	border-color: var(--dark);
}

.timeline-header {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	gap: 30px;
}

.timeline-style-one-item:nth-child(2n) .timeline-header {
	flex-direction: row-reverse;
}

.timeline-header span {
	background: var(--bg-gradient);
	padding: 7px 30px;
	color: var(--white);
	display: inline-block;
	border-radius: 30px;
}

.timeline-header p {
	margin: 0;
}

.timeline-body {
	padding: 40px 30px;
}

.timeline-header h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

.timeline-body p {
	margin: 0;
}


/* ============================================================== 
     # Partner
=================================================================== */
.partner-style-one-area {
	position: relative;
	z-index: 1;
}

.partner-style-one-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 50%;
	filter: blur(150px);
	opacity: 0.3;
}

.partner-style-one-area::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 50%;
	filter: blur(150px);
	opacity: 0.3;
}

.partner-style-one-item {
	background: linear-gradient(130deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 150px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 250px;
	width: 250px;
}

.partner-style-one-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.partner-style-one-item img {
	max-height: 35px;
}

/* ============================================================== 
     # Testimonials
=================================================================== */
.testimonial-style-one .item {
	display: flex;
	align-items: center;
	border: 5px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	background: linear-gradient(90deg, var(--white) 20%, #ECF0F3 100%);
	padding: 80px;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.testimonial-style-one .item .inner {
	text-align: center;
	height: 350px;
	width: 350px;
	min-width: 350px;
	background: var(--bg-gradient);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 60px;
	z-index: 1;
	position: relative;
}

.tm-review .top {
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
}

.tm-review .top h5 {
	margin: 0;
	margin-right: 15px;
}

.tm-review .top i {
	color: #FFAE00;
	font-size: 14px;
}

.tm-review .bottom {
	display: flex;
	align-items: center;
}

.tm-review .bottom p {
	margin: 0;
}

.tm-review .bottom img {
	height: 30px;
	margin-right: 20px;
}

.testimonial-style-one .tm-review {
	margin-bottom: 30px;
}

.testimonial-style-one .item .content > p {
	font-size: 26px;
}

.tm-footer {
	border-top: 2px solid;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tm-footer h4 {
	margin-bottom: 5px;
}

.tm-footer span {
	text-transform: uppercase;
}

.tm-footer > span {
	font-size: 70px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px #9e9393;
	font-weight: 900;
}

.testimonial-style-one .item .thumb img {
	width: auto;
	margin-bottom: -60px;
}

.testimonial-style-one .item .thumb::after {
	position: absolute;
	left: -10%;
	top: -10%;
	height: 120%;
	width: 120%;
	border: 2px dashed var(--color-secondary);
	content: "";
	border-radius: 50%;
}

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

.testimonial-style-one .item .thumb {
	position: relative;
	margin-right: 100px;
	height: 350px;
	width: 350px;
}

.testimonial-style-one-items {
	position: relative;
}

.testimonial-style-one-items .testimonial-pagination {
	position: absolute;
	top: -95px;
	right: 15px;
	z-index: 1;
}

.testimonial-style-one-items .testimonial-pagination .swiper-pagination.swiper-pagination-bullets {
	position: relative;
	padding: 0 30px;
	bottom: 0;
	z-index: 1;
}

.testimonial-style-one-items .testimonial-pagination::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 100%;
	border-top: 2px solid var(--color-heading);
	z-index: -1;
}

.testimonial-style-one .item::before {
	position: absolute;
	right: 80px;
	top: 80px;
	content: "";
	height: 60px;
	width: 60px;
	background: url(../img/shape/quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}

.testimonial-style-one-items .testimonial-pagination .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
	height: 30px;
	width: 30px;
	margin: 0 17px;
	opacity: 1;
	background: var(--bg-gray);
	border: 2px solid var(
    --color-heading);
	margin-bottom: -5px;
	position: relative;
}

.testimonial-style-one-items .testimonial-pagination .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 12px;
	width: 12px;
	border: 2px solid var(--dark);
	transform: translate(-50%, -50%) scale(1);
	border-radius: 100%;
	transition: all 0.35s ease-in-out;
	background: transparent;
}

.testimonial-style-one-items .testimonial-pagination .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: var(--color-secondary);
	border-color: transparent;
	transform: translate(-50%, -50%) scale(1.2);
}

.shape-left-top img {
	position: absolute;
	left: 5%;
	height: 100px;
	top: -50px;
}


/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-style-one {
	border: 1px solid #e6e2e2;
	border-radius: 30px;
	background: linear-gradient(0deg, var(--white) 10%, #ECF0F3 100%);
	padding: 50px;
}

.pricing-one-single:last-child {
	position: relative;
	left: -1px;
}

.pricing-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
	flex-direction: row-reverse;
}

.pricing-top h4 {
	margin-bottom: 10px;
}

.pricing-top p {
	margin: 0;
}

.pricing-top i {
	display: inline-block;
	font-size: 60px;
}

.pricing-top i.fa-wordpress {
	color: #21759b;
}

.pricing-top i.fa-bootstrap {
	color: #7710f1;
}

.pricing-style-one .price h2 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
}

.pricing-style-one .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.pricing-style-one .content ul li {
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-top: 7px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.pricing-style-one .content ul li::after {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	height: 10px;
	width: 10px;
	z-index: -1;
	background: var(--bg-gradient);
	border-radius: 50%;
}

.shape-right-top img {
	position: absolute;
	right: 5%;
	max-height: 150px;
	top: 250px;
	z-index: 1;
}

.pricing-style-one-area {
	background-repeat: no-repeat;
	background-position: right top;
}


/* ============================================================== 
     # Faq
=================================================================== */
.thumb-style-one {
	position: relative;
	z-index: 1;
	background: linear-gradient(130deg, var(--white) 20%, #ECF0F3 100%);
	border: 4px solid rgba(255, 255, 255, 0.8);
	border-radius: 30px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
	transition: all 0.35s ease-in-out;
	margin-right: 120px;
}

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

.thumb-style-one .chat-card {
	position: absolute;
	right: -160px;
	top: 50px;
}

.thumb-style-one .chat-card p {
	color: var(--color-heading);
	font-weight: 500;
	margin-bottom: 9px;
}

.thumb-style-one .chat-card h5 {
	font-size: 22px;
}

.thumb-style-one .chat-card a {
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 64px;
	background: #007ff7;
	border-radius: 50%;
	color: var(--white);
	float: right;
	margin-right: 125px;
	border: 3px solid var(--white);
	font-size: 25px;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 15%);
	margin-top: 30px;
}

.thumb-style-one .chat-card img {
	position: absolute;
	right: 30px;
	bottom: 35px;
	border-radius: 0;
}

.accordion-item.accordion-style-one {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.7);
	border: none;
	margin-bottom: 15px;
	border-radius: 10px;
}

.accordion-item.accordion-style-one button.accordion-button {
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 22px 40px;
	padding-right: 70px;
	font-size: 20px;
	background: transparent;
	transform: none;
	text-transform: none;
}

.accordion-item.accordion-style-one button.accordion-button::after {
	right: 25px;
	left: auto;
	position: absolute;
}

.accordion-item.accordion-style-one .accordion-body {
	border: none;
	padding: 0;
	margin: 40px;
	padding-bottom: 40px;
	margin-top: 0;
	padding-top: 30px;
	margin-bottom: 0;
}

.accordion-item.accordion-style-one:last-child {
	margin: 0;
}

.accordion-item.accordion-style-one button.accordion-button:not(.collapsed) {
	color: var(--white);
	background: var(--dark);
	border-radius: 10px 10px 0 0;
}

.accordion-item.accordion-style-one button.accordion-button::after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 16px;
	position: absolute;
	top: 16px;
	right: 25px;
	background: var(--dark);
	color: var(--white);
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
	transform: none;
}

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

.accordion-item.accordion-style-one button.accordion-button:not(.collapsed)::after {
	background: var(--white);
	color: var(--color-heading);
}

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


/* ============================================================== 
    # Home Blog
=================================================================== */

.blog-area .site-heading .title {
	font-size: 50px;
	font-weight: 600;
}

.home-blog-thumb {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
}

ul.home-blog-meta {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

ul.home-blog-meta li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.home-blog-style-one-item .content h4 {
	font-size: 26px;
	line-height: 1.4;
}

.home-blog-thumb img {
	transition: all 0.35s ease-in-out;
}

ul.home-blog-meta li a {
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 30px;
	padding: 0 15px;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 2px;
	margin-right: 10px;
}

a.btn-read-more {
	text-transform: uppercase;
	color: var(--color-paragraph);
}

a.btn-read-more i {
	display: inline-block;
	font-weight: 100;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}

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

.color-style-two a.btn-read-more:hover {
	color: var(--color-style-two);
}

.home-blog-style-one-item:hover .home-blog-thumb img {
	transform: scale(1.1);
}

/* ============================================================== 
     # Contact
=================================================================== */
.contact-style-one-items {
	border: 3px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	background: linear-gradient(90deg, var(--white) 20%, #ECF0F3 100%);
	padding: 120px 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
}

.contact-style-one-items .contact-illustration img {
	position: absolute;
	right: 80px;
	bottom: 0;
	height: 100%;
	padding-top: 100px;
}

.contact-style-one-items .contact-illustration img:nth-child(2) {
	height: auto;
	padding: 0;
	right: 60px;
	width: 44%;
	bottom: 5%;
}

h1.fixed-text {
	margin: 0;
	color: transparent;
	-webkit-text-stroke: 1px var(--color-secondary);
	font-size: 160px;
	position: absolute;
	top: 25px;
	z-index: -1;
	line-height: 1;
	left: 0;
	min-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
}

form.contact-form.contact-form input, 
form.contact-form.contact-form textarea {
	background: linear-gradient(-90deg, var(--white) 20%, #ECF0F3 100%);
	border: 1px solid #e7e7e7;
	box-shadow: none;
	padding: 15px 20px;
}

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

form.contact-form.contact-form textarea {
	height: 180px;
}

form.contact-form.contact-form {
	margin-top: 120px;
}

.contact-style-one-items::after {
	position: absolute;
	right: 0;
	bottom: -100px;
	content: "";
	height: 500px;
	width: 500px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 50%;
	filter: blur(140px);
	opacity: 0.7;
}

.contact-style-one-items .alert-notification {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.contact-style-one-items .alert-notification h3 {
    margin-bottom: 10px;
}

.contact-style-one-items .alert-notification p {
    margin: 0;
}

.contact-style-one-items .alert.alert-success {
    padding: 30px;
}

.bg-dark .contact-style-one-items .alert-notification h3, .bg-dark .contact-style-one-items .alert-notification p {
    color: var(--color-heading);
}

/* ============================================================== 
     # Promo Box
=================================================================== */
a.btn-circle-large {
	display: inline-block;
	height: 200px;
	width: 200px;
	text-align: center;
	line-height: 200px;
	background: var(--bg-gradient);
	border-radius: 50%;
	transform: rotate(-45deg);
	overflow: hidden;
}

a.btn-circle-large img {
	filter: brightness(0) invert(1);
}

.promo-box-items h2 {
	font-size: 70px;
	line-height: 1;
	margin-bottom: 30px;
}

.promot-box-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.promot-box-area:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(var(--dark), transparent 1px), linear-gradient(to right, var(--dark), transparent 1px);
	background-size: 100% 48px, 51px 100%;
	opacity: 0.15;
}

.promo-box-items h4 a {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	font-size: 20px;
}

.promo-box-items .fa-skype {
	font-size: 20px;
	margin-right: 2px;
	color: #00aff0;
}

.promo-box-items h4 a::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 200%;
	width: 200%;
	background: url(../img/shape/14.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	transform: translate(-50%, -50%);
	margin-left: 25px;
}


/* ============================================================== 
     # Footer
=================================================================== */
.footer-logot img {
	height: 70px;
	margin-bottom: 30px;
}

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

ul.foter-menu li {
	display: inline-block;
}

ul.foter-menu li a {
	color: var(--color-heading);
	display: inline-block;
	text-transform: uppercase;
	margin: 0 15px;
	margin-top: 10px;
	font-size: 20px;
}

ul.foter-menu li a:hover {
	color: var(--color-secondary);
}

.footer-items p {
	margin: 0;
	margin-top: 30px;
	display: inline-block;
	border: 1px solid;
	border-radius: 30px;
	padding: 5px 30px;
	color: var(--color-heading);
	font-weight: 500;
	padding-bottom: 6px;
}

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

footer::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--bg-gradient);
	z-index: -1;
	opacity: 0.1;
}

@media (min-width: 1024px) {
	footer {
		max-width: 90%;
		margin: auto;
		border-radius: 50px 50px 0 0;
	}
}



/* ============================================================== 
    # Dark CSS
=================================================================== */
.bg-dark .banner-style-one-items .d-grid .circle-text-card a i {
	color: var(--color-secondary);
}

.bg-dark .banner-style-one-items .d-grid .circle-text-card a {
	background: var(--white);
}

.bg-dark .circle-text-item span {
	color: var(--white);
}

.bg-dark .banner-style-one-items .d-grid .circle-text-card {
	border-color: rgba(255, 255, 255, 0.4);
}

.bg-dark ul.social-info li a {
	background: var(--dark-optional);
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark .navbar .attr-right .attr-nav li.button a {
	background: var(--white) !important;
	color: var(--color-heading);
}

.bg-dark .cd-headline.clip .cd-words-wrapper::after {
	background-color: var(--white);
}

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

.bg-dark .btn-style-regular.btn-border::after {
	filter: brightness(0) invert(1);
}

.bg-dark .shape-style-one img:nth-child(2) {
	filter: brightness(0) invert(1);
	opacity: 0.4;
}

.bg-dark .shape-style-one img:first-child {
	filter: brightness(0) invert(1);
}

.bg-dark .about-style-one-bottom-info .row > div:nth-child(2) img {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .service-style-one-item {
	background: linear-gradient(50deg, #121212 20%, #1d1c1c 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.bg-dark .service-style-one-item.active {
    border-color: #d0ba8b;
}

.bg-dark .service-style-one-item span {
	background: linear-gradient(130deg, #373737 20%, #444444 100%);
	border: none;
	color: var(--white);
	font-weight: 500;
}

.bg-dark .service-style-one-item.active span {
	background: var(--bg-gradient);
	border-color: var(--color-primary);
}

.bg-dark a.btn-style-four {
	color: var(--white);
	margin-top: 10px;
}

.bg-dark a.btn-style-four .icon::after {
	border-color: rgba(255, 255, 255, 0.4);
}

.bg-dark a.btn-style-four .icon img {
	filter: brightness(0) invert(1);
}

.bg-dark .gallery-style-one {
	background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: none;
	border-radius: 30px;
}

.bg-dark ul.pf-tags li a {
	border-color: rgba(255, 255, 255, 0.2);
	color: #cccccc;
	background: var(--dark);
}

.bg-dark ul.pf-tags li a:hover {
	color: var(--white);
}

.bg-dark .gallery-style-one img {
	border-radius: 20px;
}

.bg-dark .funfact-style-two-item {
	background: linear-gradient(50deg, #121212 20%, #1d1c1c 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.bg-dark .funfact-style-two-item .icon {
	background: linear-gradient(90deg, #191818 20%, #312c2c 100%);
	border: none;
	box-shadow: none;
}

.bg-dark .funfact-style-two-item .fun-fact .counter {
	color: var(--white);
}

.bg-dark .timeline-style-one-item {
	background: linear-gradient(0deg, #252525 20%, #272626 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.bg-dark .timeline-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bg-dark .partner-style-one-item {
	background: linear-gradient(0deg, #151515 20%, #222222 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.bg-dark .partner-style-one-area::before,
.bg-dark .partner-style-one-area::after {
	display: none;
}

.bg-dark .shape-left-top img {
	filter: brightness(0) invert(1);
	opacity: 0.3;
}

.bg-dark .testimonial-style-one .item {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(90deg, #1b1b1b 20%, #303335 100%);
}

.bg-dark .shape-left-top img {
	filter: brightness(0) invert(1);
	opacity: 0.3;
}

.bg-dark .testimonial-style-one .item::after {
	background: #282828;
}

.bg-dark .testimonial-style-one-items .testimonial-pagination::after {
	border-color: var(--wite);
}

.bg-dark .testimonial-style-one-items .testimonial-pagination::after {
	border-color: var(--wite);
}

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

.bg-dark .pricing-style-one {
	background: linear-gradient(0deg, #151515 20%, #222222 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.bg-dark .pricing-top {
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark .thumb-style-one {
	background: rgba(255, 255, 255, 0.3);
	border: none;
	padding: 2px;
}

.bg-dark .thumb-style-one .chat-card p {
	color: var(--white);
}

.bg-dark .thumb-style-one .chat-card img {
	filter: brightness(0) invert(1);
	border-radius: 0;
}

.bg-dark .thumb-style-one img {
	border-radius: 30px;
}

.bg-dark .accordion-item.accordion-style-one button.accordion-button:not(.collapsed) {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-dark .accordion-item.accordion-style-one {
	border-radius: 15px;
	background: linear-gradient(180deg, #2d2c2c 20%, #222222 100%);
}

.bg-dark .accordion-item.accordion-style-one button.accordion-button {
	border-bottom: 1px solid transparent;
	color: var(--white);
}

.bg-dark .accordion-item.accordion-style-one button.accordion-button::after {
	background: transparent;
}

.bg-dark .accordion-item.accordion-style-one button.accordion-button:not(.collapsed)::after {
	color: var(--color-white);
}

.bg-dark .thumb-style-one .chat-card a {
	border-width: 2px;
}

.bg-dark .contact-style-one-items {
	background: linear-gradient(0deg, #151515 20%, #222222 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.bg-dark .contact-style-one-items .contact-illustration img:nth-child(2) {
	filter: brightness(0) invert(1);
}

.bg-dark form.contact-form.contact-form input, 
.bg-dark form.contact-form.contact-form textarea {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark form.contact-form.contact-form input::-webkit-input-placeholder,
.bg-dark form.contact-form.contact-form textarea::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #cccccc;
}

.bg-dark form.contact-form.contact-form input::-moz-placeholder,
.bg-dark form.contact-form.contact-form textarea::-moz-placeholder {
 /* Firefox 19+ */
	color: #cccccc;
}

.bg-dark form.contact-form.contact-form input:-ms-input-placeholder,
.bg-dark form.contact-form.contact-form textarea:-ms-input-placeholder {
 /* IE 10+ */
	color: #cccccc;
}

.bg-dark form.contact-form.contact-form input:-moz-placeholder,
.bg-dark form.contact-form.contact-form textarea:-moz-placeholder {
 /* Firefox 18- */
	color: #cccccc;
}

.bg-dark ul.home-blog-meta li a {
	border-color: rgba(255, 255, 255, 0.4);
}

.bg-dark a.btn-read-more {
	color: #cccccc;
}

.bg-dark a.btn-read-more:hover {
	color: var(--color-secondary);
}

.bg-dark .promot-box-area:before {
	background-image: linear-gradient(var(--white), transparent 1px), linear-gradient(to right, var(--white), transparent 1px);
	opacity: 0.15;
}

.bg-dark .faq-style-one-area {
	background: var(--dark-secondary);
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 600;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}


/* ============================================================== 
    # Responsive CSS
=================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	/* Banner */
	.banner-style-one-area, .banner-style-one-area div {
		height: auto;
	}

	.banner-style-one-items {
		grid-template-columns: 1.4fr 1fr;
		padding-top: 220px;
		padding-bottom: 150px;
	}

	.banner-style-one-items h1 {
		font-size: 50px;
	}

	.banner-style-one-items h2 {
		font-size: 40px;
		margin-top: 0;
	}

	.banner-style-one-items .thumb {
		max-width: 120%;
		margin-left: -20%;
	}

	/* About */
	.shape-style-one img:nth-child(2) {
		display: none;
	}

	.fun-fact-style-one-items {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 80px;
	}

	.fun-fact-style-one-items .fun-fact {
		margin: 0;
	}

	.fun-fact-style-one-items .fun-fact span.medium {
		color: var(--color-heading);
		margin-top: 10px;
		line-height: 1.5;
		font-weight: 400;
	}

	/* Skills */
	.fun-fact-style-two-items {
		grid-auto-columns: inherit;
		grid-auto-flow: inherit;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.funfact-style-two-item {
		margin: 0;
		padding: 120px 37px;
	}

	/* Timeline */
	.timeline-header {
		display: block;
	}

	.timeline-header h4 {
		margin-bottom: 15px;
	}

	.timeline-header span {
		margin-top: 15px;
	}

	/* Partner */
	.partner-style-one-item {
		height: 200px;
		width: 200px;
	}

	/* Testimonila */
	.testimonial-style-one .item .thumb {
		height: 300px;
		width: 300px;
	}

	.testimonial-style-one .item .inner {
		height: 300px;
		width: 300px;
		min-width: 300px;
	}

	.testimonial-style-one .item .content > p {
		font-size: 20px;
	}

	/* Pricing */
	.pricing-style-one .content ul li {
		width: 100%;
	}

	/* Faq */
	.thumb-style-one {
		margin-right: 30px;
	}

	.thumb-style-one .chat-card {
		right: -79px;
	}

	/* Blog */
	.blog-area.home-blog {
		background: var(--white);
	}

	.bg-dark .blog-area.home-blog {
		background: var(--dark-secondary);
	}

	/* Contact */
	h1.fixed-text {
		font-size: 130px;
		top: 50px;
	}

	.contact-style-one-items .contact-illustration img {
		height: auto;
		max-width: 45%;
	}
}

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

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

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Banner */
	.banner-style-one-area, 
	.banner-style-one-area div {
		height: auto;
	}

	.banner-style-one-items {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 50px;
		padding-top: 150px;
		text-align: center;
	}

	.banner-style-one-items h1 {
		margin-bottom: 25px;
	}

	.banner-style-one-items .d-grid .circle-text-card {
		margin: 20px auto auto;
	}

	.banner-style-one-area div .flex-social {
		gap: 30px !important;
		margin-top: 30px;
	}

	.banner-style-one-items .thumb {
		margin-top: 30px;
	}

	.banner-style-one-area::after {
		display: none;
	}

	.banner-style-one-area {
		background-image: none !important;
	}

	.banner-style-one-items .d-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* About */
	.clieents-list {
		margin-bottom: 30px;
	}

	.about-style-one-bottom-info .row > div:nth-child(2) img {
		display: none;
	}

	.shape-style-one {
		display: none;
	}

	/* Skills */
	.fun-fact-style-two-items {
		grid-auto-columns: inherit;
		grid-auto-flow: inherit;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.funfact-style-two-item {
		margin: 0;
	}

	/* Timeline */
	
	.time-style-one-items {
		margin-top: 30px;
		margin-bottom: 50px;
	}

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

	.timeline-area {
		padding-bottom: 70px;
	}

	/* Partner */
	.partner-style-one-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-top: 30px;
	}

	.partner-style-one-items:first-child {
		margin-top: 0;
	}

	.partner-style-one-item {
		height: 300px;
		width: 300px;
	}

	/* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.project-paginvation-items {
		padding-bottom: 0;
	}

	/* Testimonials */
	.shape-left-top {
		display: none;
	}

	.testimonial-style-one-items .testimonial-pagination {
		position: relative;
		top: auto;
		bottom: 0;
		right: auto;
		left: auto;
		margin-top: 50px;
	}

	.testimonial-style-one .item {
		display: block;
		text-align: center;
		padding: 80px 50px;
	}

	.testimonial-style-one .item .thumb {
		height: 280px;
		width: 280px;
		margin: auto auto 60px;
	}

	.testimonial-style-one .item .inner {
		height: 280px;
		width: 280px;
		min-width: 280px;
	}

	.testimonial-style-one .item::after {
		display: none;
	}

	.testimonial-style-one .item::before {
		display: none;
	}

	.tm-review .bottom {
		border-top: 1px solid #cccccc;
		padding-top: 20px;
		margin-top: 5px;
		justify-content: center;
	}

	.bg-dark .tm-review .bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.testimonial-style-one .item .content > p {
		font-size: 24px;
	}

	.tm-footer > span {
		display: none;
	}

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

	.testimonial-style-one-area {
		text-align: center;
	}


	/* Service Details */

	.d-grid.colums-2 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Pricing */
	.shape-right-top {
		display: none;
	}

	.pricing-one-single {
		margin-top: 30px;
		left: 0;
	}

	.pricing-one-single:first-child {
		margin-top: 0;
	}

	/* Faq */
	.thumb-style-one .chat-card {
		right: 50px;
	}

	.thumb-style-one {
		margin: 0;
		margin-bottom: 50px;
	}

	/* Contact */
	h1.fixed-text {
		font-size: 90px;
		margin-bottom: 0;
		position: relative;
		top: 0;
	}

	.contact-style-one-items .contact-illustration img {
		position: relative;
		right: 0;
		left: 0;
		padding: 0;
		height: auto;
		margin-top: 50px;
	}

	.contact-style-one-items {
		padding-bottom: 0;
		padding-top: 80px;
	}

	.contact-style-one-items .contact-illustration img:nth-child(2) {
		position: absolute;
		width: 82%;
		left: 50%;
		transform: translateX(-50%);
	}

	form.contact-form.contact-form {
		margin-top: 40px;
	}

	/* Blog */
	.blog-area.home-blog {
		background: var(--white);
	}

	.bg-dark .blog-area.home-blog {
		background: var(--dark-secondary);
	}
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	/* Banner */
	.banner-style-one-area, 
	.banner-style-one-area div {
		height: auto;
	}

	.banner-style-one-items {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 50px;
		padding-top: 150px;
		text-align: center;
	}

	.banner-style-one-items h1 {
		font-size: 50px;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.banner-style-one-items h2 {
		font-size: 40px;
	}

	.banner-style-one-items .d-grid .circle-text-card {
		margin: 20px auto auto;
	}

	.banner-style-one-area div .flex-social {
		gap: 30px !important;
		margin-top: 30px;
	}

	.banner-style-one-items .thumb {
		margin-top: 30px;
	}

	.banner-style-one-area::after {
		display: none;
	}

	.banner-style-one-area {
		background-image: none !important;
	}

	.banner-style-one-items .d-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* About */
	.fun-fact-style-one-items .fun-fact {
		margin: 0;
	}

	.fun-fact-style-one-items .fun-fact .counter {
		font-size: 70px;
	}

	.fun-fact-style-one-items {
		display: grid;
		grid-template-columns: 1fr 1.4fr;
		gap: 20px;
	}

	.fun-fact-style-one-items .fun-fact .medium {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 15px;
		color: var(--color-ehading);
	}

	.clieents-list .d-flex {
		padding-right: 20px;
	}

	.clieents-list {
		margin-bottom: 30px;
	}

	.about-style-one-bottom-info .row > div:nth-child(2) img {
		margin-top: 30px;
	}

	.clieents-list .thumb {
		margin-right: 20px;
	}


	.circle-text-item {
        animation: none;
    }

	/* Service */
	.shape-top-left img {
		z-index: -1;
		display: none;
	}

	/* Gallery */
	.magnific-mix-gallery {
		margin: 0;
	}

	ul.pf-tags li a {
		margin-bottom: 10px;
	}

	.load-more-info a {
		margin-top: 15px;
	}

	/* Skill */
	.fun-fact-style-two-items {
		grid-auto-columns: inherit;
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: inherit;
		grid-row-gap: 30px;
	}

	.funfact-style-two-item {
		margin: 0;
		border-radius: 200px;
		padding: 100px 37px;
	}

	/* Timeline */
	.timeline-header {
		display: block;
	}

	.timeline-header span {
		margin-top: 15px;
	}

	.timeline-header h4 {
		margin-bottom: 15px;
	}

	.time-style-one-items {
		margin-top: 30px;
		margin-bottom: 50px;
	}

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

	.timeline-area {
		padding-bottom: 20px;
	}

	/* Partner */
	.partner-style-one-item {
		margin: auto;
		height: 200px;
		width: 200px;
	}

	.partner-style-one-items {
		display: grid;
		margin-top: 30px;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}

	.partner-style-one-items:first-child {
		margin-top: 0;
	}

	.partner-style-one-area {
		padding-bottom: 70px !important;
	}

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

	/* Project Details */
	.project-thumb .row {
		gap: 30px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.item-grid-container {
		gap: 0;
	}

	.item-grid-container img {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.project-paginvation-items {
		display: block;
		text-align: center;
		border: none;
		padding: 0;
	}

	.project-previous .icon {
		display: none;
	}

	.project-next .icon {
		display: none;
	}

	.project-paginvation-items > div {
		margin: 10px 0;
	}

	.project-paginvation-items > div a {
		display: block;
		text-align: center !important;
		background: var(--bg-gray-secondary);
		padding: 20px;
		border: 1px solid #dddddd;
		border-radius: 10px;
	}

	.bg-dark .project-paginvation-items > div a {
		background: var(--dark-optional);
	}

	.project-paginvation-items > div:first-child {
		margin-top: 0;
	}

	.project-paginvation-items .project-all i {
		border: none;
		font-size: 30px;
	}

	/* Service Details */
	.process-style-one {
		grid-template-columns: 1fr;
		padding-left: 75px;
		position: relative;
	}

	.process-style-one::after {
		height: 100%;
		width: 3px;
		border: none;
		border-left: 2px dashed #cccccc;
		left: 22px;
	}

	.process-style-one-item span {
		position: absolute;
		left: 0;
	}

	.d-grid.colums-2 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Testimonials */

	.testimonial-style-one-area .heading-left {
		text-align: center;
	}

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

	.testimonial-style-one-items .testimonial-pagination {
		position: relative;
		top: auto;
		bottom: 0;
		right: auto;
		left: auto;
		margin-top: 30px;
	}

	.testimonial-style-one .item {
		display: block;
		text-align: center;
		padding: 80px 50px;
	}

	.testimonial-style-one .item .thumb {
		height: 280px;
		width: 280px;
		margin: auto auto 60px;
	}

	.testimonial-style-one .item .inner {
		height: 280px;
		width: 280px;
		min-width: 280px;
	}

	.testimonial-style-one .item::after {
		display: none;
	}

	.testimonial-style-one .item::before {
		display: none;
	}

	.tm-review .bottom {
		border-top: 1px solid #cccccc;
		padding-top: 20px;
		margin-top: 5px;
		justify-content: center;
	}

	.bg-dark .tm-review .bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.testimonial-style-one .item .content > p {
		font-size: 20px;
	}

	.tm-footer > span {
		display: none;
	}

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

	/* Pricing */
	.shape-right-top {
		display: none;
	}

	.pricing-style-one .content ul li {
		width: 100%;
	}

	.pricing-one-single {
		margin-top: 30px;
	}

	.pricing-one-single:first-child {
		margin-top: 0;
	}

	/* Contact */
	h1.fixed-text {
		font-size: 50px;
		top: 50px;
	}

	.contact-style-one-items .contact-illustration img {
		position: relative;
		right: 0;
		left: 0;
		padding: 0;
		height: auto;
		margin-top: 50px;
	}

	.contact-style-one-items {
		padding: 50px 30px;
		padding-bottom: 0;
		padding-top: 75px;
		border: 1px solid rgba(255, 255, 255, 0.6);
	}

	.contact-style-one-items .contact-illustration img:nth-child(2) {
		display: none;
	}

	form.contact-form.contact-form {
		margin-top: 60px;
	}

	/* Fun Factor */
	.thumb-style-one {
		margin: 0;
		margin-bottom: 50px;
	}

	.thumb-style-one .chat-card {
		right: 0;
		position: absolute;
		top: auto;
		margin-top: 30px;
		bottom: 0;
		padding: 30px;
		display: none;
	}

	/* Promo Box */
	.promo-box-items h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.promo-box-items h4 a::after {
		display: none;
	}

	.promo-box-items h4 a {
		margin: 0;
		border: 1px solid var(--color-secondary);
		border-radius: 30px;
		padding: 5px 20px;
		padding-bottom: 7px;
		display: inline-block;
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}

	/* Blog */
	.blog-area.home-blog {
		background: var(--white);
	}

	.bg-dark .blog-area.home-blog {
		background: var(--dark-secondary);
	}
}

@media only screen and (max-width: 480px) {
	/* Banner */
	.banner-style-one-items h2 {
		font-size: 36px;
	}

	.banner-style-one-area div .flex-social {
		display: block;
	}

	.banner-style-one-area div .flex-social ul.social-info {
		margin-top: 40px;
	}

	/* About */
	.fun-fact-style-one-items {
		display: none;
	}

	.fun-fact-style-one-items .fun-fact .counter {
		font-size: 100px;
	}

	.fun-fact-style-one-items .fun-fact .medium {
		font-size: 20px;
		color: var(--color-heading);
		font-weight: 600;
	}

	.fun-fact-style-one-items .fun-fact {
		display: block;
		border-top: 1px solid #bfbfbf;
		margin-top: 20px;
		padding-top: 15px;
	}

	.fun-fact-style-one-items .fun-fact:last-child {
		margin-top: 25px;
	}

	.fun-fact-style-one-items .fun-fact:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}

	.clieents-list .thumb {
		margin-right: 15px;
		margin-left: 25px;
	}

	.clieents-list .thumb img {
		margin-left: -25px;
	}

	.shape-style-one {
		display: none;
	}

	.clieents-list {
		margin-top: 0;
	}

	/* Pricing */
	.pricing-top {
		display: block;
	}

	.pricing-top .right {
		margin-bottom: 30px;
	}

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

	.partner-style-one-item {
		height: 300px;
		width: 300px;
	}

	/* Fun Factor */
	.funfact-style-two-item .icon {
		height: 80px;
		width: 80px;
	}

	.funfact-style-two-item {
		padding: 50px 30px;
	}

	.fun-fact-style-two-items {
		gap: 20px;
	}

	/* Testimonial */
	.testimonial-style-one .item .thumb {
		height: 220px;
		width: 220px;
	}

	.testimonial-style-one .item .inner {
		height: 220px;
		width: 220px;
		min-width: 220px;
	}

	.tm-review .bottom {
		display: block;
	}

	.tm-review .bottom img {
		height: 35px;
		margin: 0;
		margin-bottom: 15px;
	}

	.testimonial-style-one .item {
		padding: 50px;
		padding-top: 80px;
	}
}


/* ============================================================== 
    # Preloader CSS
=================================================================== */
body.loaded {
	overflow: hidden !important;
	height: 100% !important;
}

.preloader {
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	z-index: 99999999999999;
}

.preloader svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: var(--white);
}

.bg-dark .preloader svg {
	fill: var(--dark);
}

.preloader .preloader-heading .load-text {
	font-size: 20px;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 20;
	color: var(--color-heading);
}

.bg-dark .preloader .preloader-heading .load-text {
	color: var(--white);
}

.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit