/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Artistic - Social Media Marketing Agency HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Scrolling Ticker css
06. About Us css
07. Our Services css
08. Our Brands css
09. Why Choose Us css
10. Our Feature css
11. Key Facts css
12. Our Pricing css
13. How It Work css
14. Our Testimonial css
15. Our FAQs css
16. Our Blog css
17. Footer css
18. About Us Page css
19. Services Page css
20. Service Single css
21. Blog Archive Css
22. Blog Single css
23. Projects Page css
24. Project Single css
25. Team Page css
26. Team Single css
27. Pricing Page css
28. Testimonial Page css
29. Image Gallery css
30. Video Gallery css
31. FAQs Page css
32. Contact Us Page css
33. 404 Page css
34. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #FFFFFF;
	--primary-color-theme	: #ffffff;
	--secondary-color		: #1B1B1B;
	--text-color			: #F5F5F4;
	--text-color-theme		: #F5F5F4;
	--accent-color			: #FF00FF;
	--dark-color			: #000000;
	--dark-color-theme		: #000000;
	--dark-color-opacity	: rgba(0, 0, 0, 0.6);
	--bg-color				: #0b0b0b;
	--white-color			: rgba(255, 255, 255, 0.6);
	--white-color-theme		: rgba(255, 255, 255, 0.6);
	--border-color			: rgba(255, 255, 255, 0.15);
	--divider-color			: #FFFFFF1A;
	--dark-divider-color	: #F7FBFA1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Nunito";
}

.dark-theme {
	--primary-color			: #000000;
	--primary-color-theme	: #ffffff;
	--secondary-color		: #e4e4e4;
	--text-color			: #0A0A0BFF;
	--accent-color			: #FF00FF;
	--dark-color			: #ffffff;
	--dark-color-opacity	: rgba(255, 255, 255, 0.6);
	--bg-color				: #f4f4f4;
	--white-color			: rgba(0, 0, 0, 0.6);
	--border-color			: rgba(0, 0, 0, 0.15);
	--divider-color			: rgba(0, 0, 0, 0.1);
	--dark-divider-color	: rgba(8, 4, 5, 0.1);
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/


.dark-theme .btn-default {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.dark-theme .btn-default.btn-theme {
	color: var(--primary-color-theme);
	border-color: var(--primary-color-theme);
}

.dark-theme .btn-default.btn-theme .btn-icon-0 {
	stroke: var(--white-color-theme);
}

.dark-theme .btn-default:hover::before{
	background-color: var(--primary-color-theme);
}

.dark-theme header.main-header .navbar {
	/*background: var(--white-color-theme);*/
}

body{
	position: relative;
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
	color: var(--text-color);
	background: var(--dark-color);
	background-repeat: repeat-y;
	background-position: top 900px center;
	background-size: 100% auto;
}

p{
	line-height: 1.7em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 215%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime.image-anime-right:after{
	left: auto;
    right: 50%;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > *{
    padding-right: 0;
    padding-left: 0;
}

.btn-default{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	background: transparent;
	color: var(--white-color-theme);
	border-radius: 100px;
	padding: 14px 25px;
	margin-right: 50px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 1;
	border: 1px solid var(--white-color-theme);
}

.btn-default::after{
	/*content: '';*/
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*background-color: var(--primary-color);*/
	/*border-radius: 100px;*/
	/*opacity: 20%;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*z-index: -1;*/
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--accent-color);
	background-image: url('../images/arrow-dark.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	transform: translate(50px, 0px);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	background-color: var(--primary-color);
	transform: translate(50px, 0px) rotate(45deg);
}

.btn-highlighted{
	width: 100%;
    color: var(--primary-color);
    padding: 15px 30px;
	text-align: center;
	margin: 0;
}

.btn-highlighted:hover{
	background-color: var(--accent-color);
	color: var(--dark-color);
}

.btn-default.btn-highlighted::before{
	display: none;
}

.readmore-btn{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    padding-right: 30px;
    border: none;
}

.readmore-btn:hover{
	color: var(--primary-color);
}

.readmore-btn::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25px;
    height: 25px;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover::before{
	filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--dark-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 150px;
	position: relative;
	width: 200px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent var(--accent-color) transparent var(--accent-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	/*max-width: 66px;*/
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

/*.section-row{
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}*/
.section-row{
	margin-bottom: 80px;
}
/*.section-row::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
	background: var(--primary-color);
	opacity: 20%;
    height: 1px;
    width: calc(100% - 30px);
}*/

.section-row .section-title{
	width: 100%;
	max-width: 605px;
	margin-bottom: 0;
}
.section-row .section-title{
	width: 100%;
	max-width: 605px;
	margin-bottom: 0;
	
}
.title-center{
	text-align: center;
	margin: 0 auto;
}
.section-title{
	margin-bottom: 40px;
}

.section-title h3,
.section-title .subtitle {
	display: inline-block;
	position: relative;
	font-size: 14px;
    font-weight: 600;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
	padding-left: 40px;
    margin-bottom: 20px;
}

.page-header-block .section-title h3,
.page-header-block .section-title .subtitle{
	color: var(--primary-color-theme);
}

.section-title h3::before,
.section-title .subtitle::before{
	content: '';
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-60%);
    /*background: url(../images/eyelashes-color.svg) no-repeat;*/
    background: url(../images/dot-accept-icon.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.hero-content .section-title h2,
.section-title h1{
	font-size: 65px;
	font-weight: 300;
	line-height: 1.2em;
	color: var(--primary-color-theme);
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 47px;
	font-weight: 300;
	line-height: 1.2em;
	color: var(--primary-color);
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span{
	font-weight: 700;
	color: var(--accent-color);
}

.section-title .hero-price {
	font-weight: 100;
	margin-bottom: 40px;
}

.section-title .hero-price small {
	font-size: .5em;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
	color: var(--primary-color-theme);
}

.section-content-btn .section-title-content{
	margin-bottom: 30px;
}

.section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	text-align: left;
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}


header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;

	border-bottom: 1px solid var(--divider-color);
}

header.main-header .header-sticky {
	border-color: rgba(0, 0, 0, 0.1);
}

.dark-theme header.main-header .header-sticky,
header.main-header .header-sticky:not(.active),
.dark-theme header.main-header .header-sticky:not(.active) {
	border-color: rgba(255, 255, 255, 0.1);
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--dark-color-opacity);
	/*border-bottom: 1px solid var(--divider-color);*/
}

header.main-header .header-sticky.hide.active{
	/*background: var(--dark-color);*/
	/*backdrop-filter: blur(30px);*/
	/*-webkit-backdrop-filter: blur(30px);*/
}

.dark-theme .header-sticky.active .navbar-brand img.white-logo {
	opacity: 0;
}

.dark-theme .header-sticky.active .navbar-brand img.black-logo {
	opacity: 1;
}

.navbar{
	padding: 25px 0;
	align-items: center;
}

.navbar-brand{
	position: relative;
	padding: 0;
	margin: 0;
}

.navbar-brand > img {
	margin-top: -25px;
}

.navbar-brand > img.black-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;
	opacity: 0;
	transition: all 0.3s
	ease-in-out !important;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: left;
	/*margin-left: 40px;*/
	margin-left: 60px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

/*.main-menu ul li{*/
/*	margin: 0;*/
/*	position: relative;*/
/*}*/

/*.main-menu ul li.nav-item a{*/
/*	font-size: 16px;*/
/*	font-weight: 600;*/
/*	line-height: normal;*/
/*	padding: 15px !important;*/
/*	color: var(--primary-color);*/
/*	transition: all 0.3s ease-in-out;*/
/*}*/

/*.main-menu ul li.submenu > a:after{*/
/*	content: '\f107';*/
/*	font-family: 'FontAwesome';*/
/*	font-weight: 900;*/
/*	font-size: 14px;*/
/*	margin-left: 8px;*/
/*}*/

/*.main-menu ul li a:hover,*/
/*.main-menu ul li a:focus{*/
/*	color: var(--accent-color);*/
/*}*/

/*.main-menu ul ul{*/
/*	visibility: hidden;*/
/*	opacity: 0;*/
/*	transform: scaleY(0.8);*/
/*	transform-origin: top;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*	list-style: none;*/
/*	width: 230px;*/
/*	border-radius: 20px;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 100%;*/
/*	background: var(--accent-color);*/
/*	text-align: left;*/
/*	transition: all 0.3s ease-in-out;*/
/*}*/

/*.main-menu ul li.submenu:first-child ul{*/
/*    width: 230px;*/
/*}*/

/*.main-menu ul ul ul{*/
/*	left: 100%;*/
/*	top: 0;*/
/*	text-align: left;*/
/*}*/
/*.main-menu ul li:hover > ul{*/
/*	visibility: visible;*/
/*	opacity: 1;*/
/*	transform: scaleY(1);*/
/*    padding: 5px 0;*/
/*}*/

/*.main-menu ul li.submenu ul li.submenu > a:after{*/
/*    content: '\f105';*/
/*    float: right;*/
/*}*/

/*.main-menu ul ul li{*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/*.main-menu ul ul li.nav-item a{*/
/*	color: var(--dark-color);*/
/*	padding: 6px 20px !important;*/
/*	transition: all 0.3s ease-in-out;*/
/*}*/

/*.main-menu ul li:hover > ul{*/
/*	visibility: visible;*/
/*	opacity: 1;*/
/*	transform: scaleY(1);*/
/*    padding: 5px 0;*/
/*}*/

/*.main-menu ul ul li a:hover,*/
/*.main-menu ul ul li a:focus{*/
/*	color: var(--primary-color);*/
/*	background-color: transparent;*/
/*	padding: 6px 20px 6px 23px !important;*/
/*}*/

.main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu .nav-item a.nav-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 15px !important;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.dark-theme .header-sticky:not(.active) .main-menu .nav-item a.nav-link {
	color: var(--secondary-color);
}

.dark-theme .header-sticky.active .main-menu .nav-item a.nav-link {

}

.main-menu .nav-item a.nav-link:hover,
.main-menu .nav-item a.nav-link:focus {
	color: var(--accent-color);
}

@media (min-width: 992px){
	.main-menu ul li .submenu-dropdown {
		visibility: hidden;
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: top;
		padding: 30px;
		margin: 25px 0;
		list-style: none;
		width: calc(100% - 30px);
		border-radius: 10px;
		position: absolute;
		left: 15px;
		top: 100%;
		background: var(--dark-color);
		transition: all 0.3s ease-in-out;
	}

	.main-menu ul li:hover .submenu-dropdown {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
	}

	.main-menu .submenu-dropdown > ul {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}

	.main-menu ul li.submenu:hover > a:before {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 25px;
		background: transparent;
	}

	.main-menu ul li.submenu > a:after{
		content: '\f107';
		font-family: 'FontAwesome';
		font-weight: 900;
		font-size: 14px;
		margin-left: 8px;
	}

	.main-menu .submenu-dropdown a:hover,
	.main-menu .submenu-dropdown a:focus {
		color: var(--accent-color);
	}

	.main-menu ul li.submenu .nav-link span:before,
	.main-menu ul li.submenu .nav-link span:after {
		content: "";
		display: block;
		position: absolute;
		top: calc(100% + 15px);
		left: calc(50% - 7px);
		border-radius: 50%;
		pointer-events: none;
		transform: translateX(-50%);
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.main-menu ul li.submenu .nav-link span:before {
		width: 20px;
		height: 20px;
		background: var(--dark-color);
		z-index: 1;
	}

	.main-menu ul li.submenu .nav-link span:after {
		width: 4px;
		height: 4px;
		margin: 8px 0;
		background: var(--accent-color);
		z-index: 2;
	}

	.main-menu ul li.submenu:hover .nav-link span:before,
	.main-menu ul li.submenu:hover .nav-link span:after {
		opacity: 1;
		transition: all 0.4s ease-in-out;
	}

	.main-menu .submenu-dropdown .nav-item {
		display: flex;
		flex-direction: column;
		flex-basis: calc((100% - 90px)/4);
	}

	.main-menu .submenu-dropdown .nav-item .nav-link {
		font-size: 18px;
		font-weight: 400;
		color: var(--primary-color);
		padding: 0 !important;
		transition: all 0.3s ease-in-out;
	}

	.main-menu .submenu-dropdown .submenu-list {
		/*position: relative;*/
		/*border: 1px solid var(--divider-color);*/
		/*backdrop-filter: blur(100px);*/
		/*-webkit-backdrop-filter: blur(100px);*/
		/*border-radius: 30px;*/
		/*padding: 25px;*/
		/*margin-top: 15px;*/
	}

	.main-menu .submenu-dropdown .submenu-item {
		position: relative;
		/*border: 1px solid var(--divider-color);*/
		background: #0b0b0b;
		background: var(--bg-color);
		backdrop-filter: blur(100px);
		-webkit-backdrop-filter: blur(100px);
		border-radius: 10px;
		padding: 20px 20px 15px;
		margin-top: 30px;
	}

	.main-menu .submenu-dropdown .submenu-link {
		font-size: 14px;
		font-weight: 300;
		color: var(--primary-color);
		padding: 0 !important;
		transition: all 0.3s ease-in-out;
	}

	.main-menu .submenu-dropdown .submenu-link span {
		font-size: 14px;
		line-height: normal;
	}

	.main-menu .submenu-dropdown .submenu-link .text-dot:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/dot-accept-icon.svg) no-repeat;
		background-position: left center;
		background-size: cover;
		width: 16px;
		height: 16px;
	}

	.main-menu .submenu-dropdown .submenu-link .text-dot > span {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.main-menu .submenu-dropdown .submenu-link button span {
		font-size: 13px;
		line-height: 18px;
		height: 18px;
	}

	.main-menu .submenu-dropdown .submenu-link button:hover .double-word-column {
		transform: translateY(-100%);
	}

	.main-menu .submenu-dropdown .submenu-link span.btn-icon {
		margin-left: 6px;
	}

	.main-menu .submenu-dropdown .submenu-link button span svg {
		height: 18px;
	}

	.main-menu ul ul li a:hover,
	.main-menu ul ul li a:focus{
		color: var(--accent-color);
	}

	.lg-w-100 {
		width: 100%;
	}

	.lg-h-100 {
		height: 100%;
	}
}

.header-social-box{
	align-items: center;
}

.header-social-links{
	margin-right: 20px;
}

.header-social-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.header-social-links ul li{
	line-height: normal;
	margin-right: 15px;
	padding: 0;
}

.header-social-links ul li a{
	color: inherit;
}

.header-social-links ul li:last-child{
	margin: 0;
}

.header-social-links ul li i{
	font-size: 20px;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
}

.header-social-links ul li:hover i{
	color: var(--primary-color);
}

.header-social-links ul li svg {
	font-size: 20px;
	width: 30px;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
}

.header-social-links ul li svg path {
	fill: var(--primary-color);
	fill: var(--text-color);
	transition: all 0.4s ease-in-out;
}

.header-social-links ul li:hover svg path {
	fill: var(--accent-color);
}

.header-btn .btn-popup{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
}

.header-btn .offcanvas-backdrop{
	z-index: 100;
}

.header-btn .btn-popup{
	background: var(--divider-color);
	border-radius: 50%;
	border: none;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-btn .btn-popup img{
	max-width: 14px;
}

.header-switch .header-btn .btn {
	transition: all 0.4s ease-in-out;
}

.header-switch .header-btn:hover .btn {
	background-color: var(--accent-color);
}

.header-switch .header-btn svg path {
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.dark-theme .header-sticky:not(.active) .main-menu .nav-item a.nav-link {
	color: var(--secondary-color);
}

.dark-theme .header-sticky:not(.active) .mobile-phone a {
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}

.dark-theme .header-sticky:not(.active) .mobile-phone a:hover i {
	color: var(--secondary-color);
}

.dark-theme .header-sticky:not(.active) .header-switch .header-btn svg path {
	fill: var(--secondary-color);
}

.dark-theme .header-sticky.active .header-switch .header-btn svg path {
	fill: var(--primary-color);
}

.dark-theme .header-sticky.active .header-switch .header-btn:hover svg path {
	fill: var(--secondary-color);
}

body:has(:not(.offcanvas)){
	padding-right: initial !important;
}

body:has(.offcanvas){
	padding-right: 0 !important;
}

.header-btn .offcanvas{
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	right: -15px;
	background: var(--secondary-color) !important;
	border-radius: 0;
	opacity: 100%;
	width: 100% !important;
	height: 100% !important;
	max-width: 375px;
	border: none;
	padding: 150px 37px 150px 30px;
	transform: translateX(100%) !important;
	z-index: 101;
	transition: all 0.3s ease-in-out !important;
} 

.offcanvas.show:not(.hiding),
.offcanvas.showing{
    transform: translateX(0) !important;
}

.navbar-expand-lg .offcanvas .offcanvas-body{
	display: block;
}

.header-btn .offcanvas .btn-close{
	position: absolute;
	top: 30px;
	right: 37px;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0) invert(1);
	opacity: 100%;
	box-shadow: none;
	padding: 0;
}

.header-contact-box{
	text-align: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.header-contact-box .icon-box{
	margin-bottom: 20px;
}

.header-contact-box .icon-box img{
	max-width: 40px;
}

.header-contact-box-content h3{
	font-size: 22px;
	margin-bottom: 10px;
}

.header-contact-box-content p{
	color: var(--text-color);
	margin: 0;
}

.header-social-links.sidebar-social-links{
	text-align: center;
	margin-right: 0;
}

.header-social-links.sidebar-social-links.border-top ul {
	justify-content: space-evenly;
}

.header-social-links.sidebar-social-links.border-top {
	padding: 40px 40px;
	border-top: 1px solid var(--divider-color) !important;
}

.header-social-links.sidebar-social-links h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.header-social-links.sidebar-social-links ul{
	justify-content: center;
}

.header-social-links.sidebar-social-links ul li a{
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border: 1px solid var(--text-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.header-social-links.sidebar-social-links ul li a:hover{
	border-color: var(--accent-color);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--dark-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	color: var(--dark-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--dark-color);
	position: absolute;
	right: 15px;
    top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
	position: relative;
	padding: 202px 0 90px;

	padding: 120px 0 80px;
	/*display: flex;*/
	/*align-items: center;*/
	/*width: 100%;*/
}

.hero:not(.bg-image),
.hero.hero-slider-layout .hero-slide {
	position: relative;
	padding: 202px 0 90px;

	padding: 105px 0 0;
	display: flex;
	align-items: center;
	width: 100%;
}



@media (min-width: 992px){
	.hero {
		height: 100dvh;
		min-height: 700px;
		/*max-height: 920px;*/
	}

	.hero.hero-slider-layout,
	.hero.hero-slider-layout .hero-slide {
		min-height: calc(100dvh - 80px);
		height: calc(100dvh - 80px);
		position: relative;
	}
}

@media (max-width: 991.98px){
	.hero {
		/*margin-top: 97px;*/
	}
	header.main-header .header-sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		border-radius: 0;
		transform: translateY(0);
		background: transparent;
		border-bottom: 1px solid var(--divider-color);
	}
	header.main-header .header-sticky.active {
		background: var(--dark-color-opacity);
	}
	.hero:not(.bg-image),
	.hero.hero-slider-layout .hero-slide {
		/*padding: 0;*/
	}
	.header.main-header {
		position: relative;
	}

	.hero.hero-slider-layout .swiper-wrapper {
		display: flex;
		align-items: stretch;
	}

	.hero.hero-slider-layout .swiper-slide {
		height: initial;
	}

	.hero.hero-slider-layout .hero-slide.slide-image {
		height: 100%;
	}
}

.hero-slider-layout-btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	z-index: 1;
}

.hero-slider-layout .hero-button-next,
.hero-slider-layout .hero-button-prev{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.hero-slider-layout .hero-button-next{
	margin-left: 20px;
}


.hero-slider-layout .hero-button-next:hover,
.hero-slider-layout .hero-button-prev:hover{
	background: var(--accent-color);
}

.hero-slider-layout .hero-button-next::before,
.hero-slider-layout .hero-button-prev::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/arrow-white.svg") no-repeat center center;
	background-size: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
}

.hero-slider-layout .hero-button-prev::before{
	transform: rotate(225deg);
}

.dark-theme .hero-slider-layout .hero-button-next:before,
.dark-theme .hero-slider-layout .hero-button-prev:before,
.hero-slider-layout .hero-button-next:hover:before,
.hero-slider-layout .hero-button-prev:hover:before{
	filter: brightness(1) invert(1);
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--dark-color-theme);
    opacity: 75%;
    opacity: 60%;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.bg-image{
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 272px 0 170px;
}

.hero.bg-image::before{
    opacity: 60%;
}

.hero.bg-image.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
    /*padding: 272px 0 170px;*/
}

.hero.hero-slider-layout .hero-slide.slide-image{
	background-image: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--dark-color-theme);
    opacity: 60%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 30px;
	text-align: center;
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

.hero-content{
	position: relative;
	z-index: 2;
}

.hero.bg-image .hero-content{
	width: 100%;
	max-width: 620px;
	text-align: center;
	margin: 0 auto;
}

.hero.bg-image .align-items-left .hero-content{
	text-align: left;
	margin: 0;
}

.page-header-block .section-title {
	display: inline-block;
	font-size: 55px;
	font-weight: 300;
	line-height: 1.15;
	color: var(--primary-color);
	/*margin-bottom: 10px;*/
	cursor: none;
}

.page-header-block .section-title h1 {
	font-size: inherit;
	margin-bottom: 20px;
}

.page-header-block ul {
	/*margin: 0;*/
	margin-bottom: 20px;
	padding: 0;
}

.page-header-block ul li.breadcrumb-item{
	font-weight: 300;
	font-size: 16px;
	color: var(--white-color-theme);
	margin-bottom: 10px;
	/*opacity: .8;*/
}

.page-header-block ul li.breadcrumb-item a{
	color: inherit;
}

.page-header-block ul .breadcrumb-item+.breadcrumb-item::before{
	content: '/';
	color: var(--primary-color-theme);
	/*font-size: 30px;*/
	/*padding-top: 6px;*/
}

.page-header-block ul li.breadcrumb-item.active{
	color: var(--accent-color);
}

.hero-content .section-title {
	/*line-height: 1em;*/
}

.hero-content .section-title h1,
.hero-content .section-title h2 {
	line-height: 1.2em;
	margin-bottom: 20px;
}
.hero-content .section-title .section-title-desc,
.hero-content .section-title .section-title-desc * {
	/*font-size: 20px;*/
	line-height: 1.7em;
	color: var(--primary-color-theme);
	margin-bottom: 0;
}

.hero-images{
    position: relative;
    text-align: end;
	padding-left: 50px;
    z-index: 2;
}

.hero .hero-images {
	display: flex;
	justify-content: end;
}

.hero-images .hero-img {
	/*max-height: calc(100dvh - 182px*2 - 20px);*/
	max-width: calc(100vh - 182px*2 - 20px);
}

.hero-images .hero-img img {
	max-height: calc(100vh - 180px*2);
	max-width: calc(100vh - 180px*2);
	width: 100%;
}

.hero-images::before{
	/*content: '';*/
	/*position: absolute;*/
	/*bottom: 165px;*/
	/*left: 50px;*/
	/*background: url('../images/arrow-hero-client-box.svg');*/
	/*background-repeat: no-repeat;*/
	/*background-position: left bottom;*/
	/*background-size: cover;*/
	/*width: 144px;*/
	/*height: 65px;*/
	/*z-index: 1;*/
}

.hero-image {
    position: relative;
	padding-right: 30px;
}

.hero-image figure img{
	width: 100%;
	aspect-ratio: 1 / 1.26;
	object-fit: contain;
}

.icon-hero-img-1{
    position: absolute;
    top: 150px;
    left: 0;
}

.icon-hero-img-2{
    position: absolute;
    bottom: 250px;
    right: 0;
}

.icon-hero-img-1,
.icon-hero-img-2{
	animation: iconheroimg 3s infinite alternate;
}

@keyframes iconheroimg{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateY(-50px)
    }
}

.icon-hero-img-2 figure,
.icon-hero-img-1 figure{
	position: relative;
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-hero-img-2 figure::before,
.icon-hero-img-1 figure::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.icon-hero-img-2 figure:hover::before,
.icon-hero-img-1 figure:hover::before{
	transform: scale(1);
}

.icon-hero-img-2 figure img,
.icon-hero-img-1 figure img{
	position: relative;
    max-width: 41px;
	aspect-ratio: auto;
	z-index: 1;
}

.satisficed-client-box{
	position: absolute;
	bottom: 50px;
	left: 100px;
	border-radius: 10px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	display: inline-flex;
	padding: 20px;
	overflow: hidden;
	animation: satisficedbox 2.5s infinite alternate;
	z-index: 2;
}

@keyframes satisficedbox{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateX(-100px)
    }
}

.satisficed-client-box::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 20%;
    width: 100%;
    height: 100%;
}

.satisficed-client-box::after{
	content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    height: 100%;
    width: 0;
	transition: all 0.4s ease-in-out;
}

.satisficed-client-box:hover:after{
	width: 100%;
	right: auto;
	left: 0;
}

.satisficed-client-box .icon-box{
	position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}


.satisficed-client-box .icon-box img{
    position: relative;
    max-width: 22px;
    z-index: 1;
}

.satisficed-client-content{
    position: relative;
    width: calc(100% - 50px);
	text-align: left;
    z-index: 1;
}

.satisficed-client-content h3{
    font-size: 24px;
    margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
}

.satisficed-client-content p{
    margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.satisficed-client-box:hover .satisficed-client-content p,
.satisficed-client-box:hover .satisficed-client-content h3{
	color: var(--dark-color);
}

/************************************/
/***   05. Scrolling Ticker css   ***/
/************************************/
.our-scrolling-ticker{
	background-color: var(--accent-color);
	padding: 26px 0;
}

.scrolling-ticker-box{
	--gap: 40px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 40s linear infinite;
}

.scrolling-content span{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	padding-left: var(--gap);
	padding-left: 40px;
	color: var(--dark-color);
	vertical-align: middle;
}

.scrolling-content span::before {
	content: '\f192';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	font-size: 22px;
	font-weight: 400;
	color: var(--dark-color);
	top: 0;
	left: calc(var(--gap) - var(--gap)*1.25);
}

.scrolling-content span img{
	width: 100%;
	max-width: 24px;
	margin-right: 40px;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/************************************/
/***       06. About Us css       ***/
/************************************/

.about-us{
	position: relative;
	padding: 160px 0 80px;
}

.about-us::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 10%;*/
    /*background: url(../images/section-bg-shape-1.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*width: 285px;*/
    /*height: 285px;*/
	/*opacity: 50%;*/
    /*animation: circlerotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

@keyframes circlerotate{
	from{
		transform: translateY(0) rotate(0deg);
	}
	to{
		transform: translateY(-100%) rotate(360deg);
	}
}

.about-us-box{
	position: relative;
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
	padding-top: 40px;
}

.about-us-image,
.about-us-content{
	width: calc(50% - 30px);
}

.about-us-img .image-anime {
	border-radius:50%;
}

.about-us-img figure{
	display: block;
	border-radius:50%;
	/*border:10px solid #151313;*/
}

.about-us-img img{
	width: 100%;
	aspect-ratio: 1 / 1.029;
	object-fit: cover;
	border-radius: 50%;
}

.about-experience-box{
	max-width: 300px;
	display: flex;
	gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin: 25px 30px;
}

.about-experience-counter h2{
	font-size: 60px;
	color: var(--accent-color);
}

.about-experience-content p{
	margin-bottom: 0;
}

.about-experience-content p span{
	display: block;
	color: var(--accent-color);
}

.about-us-body{
	position: relative;
	padding: 30px;
	border-left: 4px solid var(--accent-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 20px;
	overflow: hidden;
}

.about-us-body::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

.about-us-body::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    height: 100%;
    width: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.about-us-body:hover::after{
	width: 100%;
	right: 100%;
}

.about-us-body p{
	font-size: 18px;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.about-us-body:hover p{
	color: var(--dark-color);
}

.about-us-footer{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.about-author-info{
	display: flex;
}

.about-author-image{
	margin-right: 20px;
}

.about-author-image figure{
	display: block;
	border-radius: 50%;
}

.about-author-image img{
	max-width: 54px;
}

.about-author-content h3{
	font-size: 22px;
	margin-bottom: 5px;
}

.about-author-content p{
	margin-bottom: 0;
}

.about-us-list{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 870px;
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	border-radius: 20px;
	padding: 40px;
	overflow: hidden;
	z-index: 1;
}

.about-us-list::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about-list-item{
	position: relative;
	width: calc(33.33% - 53.33px);
}

.about-list-item::before{
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	background: var(--divider-color);
	height: 100%;
	width: 1px;
}

.about-list-item:last-child:before{
	display: none;
}

.about-list-item .icon-box{
	margin-bottom: 25px;
}

.about-list-item .icon-box img{
	max-width: 40px;
}

.about-list-content h3{
	font-size: 20px;
	font-weight: 300;
    letter-spacing: 0.3px;
}

.hero-img .image-anime,
.hero-img:not(.br-img) .image-anime img {
	border-radius: 50%;
}


.hero-img figure {
	display: block;
	border-radius: 50%;
	/*border: 10px solid #151313;*/
}

.halfcircle-img {
	position: relative;
	border-radius: 50%;
	margin: 0 20px;
}

.halfcircle-img:before {
	content: "";
	width: calc(100% + 80px);
	width: calc(100% + 15%);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: -10% 0 0 -7%;
	background-image: url(../images/image-halfcircle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	animation: jump 5s linear infinite;
}

.halfcircle-img-reverse:before {
	margin: -10% 0 0 -10%;
	animation: jump-reverse 5s linear infinite;
}

.about-us-img {
	max-width: calc(100dvh - 182px*2 - 20px);
}

.about-us-img img {
	max-height: calc(100dvh - 180px*2);
	max-width: calc(100dvh - 180px*2);
	width: 100%;
}

@keyframes jump {
	0% {
		transform: translateZ(0)
	}

	40% {
		transform: translate3d(0,5%,0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes jump-reverse {
	0% {
		transform: rotateY(180deg) translateZ(0)
	}

	40% {
		transform: rotateY(180deg) translate3d(0,5%,0)
	}

	to {
		transform: rotateY(180deg) translateZ(0)
	}
}

@media (min-width: 992px){
	.hero .hero-images {
		padding-top: 40px;
		max-width: calc(100vh - 240px + 60px);
		float: right;
	}

	.hero .hero-images .hero-img {
		max-height: none;
		max-width: 100%;
		width: 100%;
	}

	.hero .hero-images .hero-img img {
		max-height: calc(100vh - 240px);
		max-width: calc(100vh - 240px);
		width: 100%;
	}
}

@media (max-width: 991px){
	.hero .hero-images {
		margin-bottom: 40px;
	}
	.halfcircle-img:before {
		/*top: -45px;*/
		/*left: -25px;*/
	}
	.halfcircle-img-reverse:before {
		/*left: -45px;*/
	}
}

@media (max-width: 480px){
	.halfcircle-img:before {
		/*top: -40px;*/
		/*left: -25px;*/
	}

	.halfcircle-img-reverse:before {
		/*left: -50px;*/
	}
}

@media (max-width: 420px){
	.halfcircle-img:before {
		/*top: -35px;*/
		/*left: -20px;*/
	}

	.halfcircle-img-reverse:before {
		/*left: -52.5px;*/
	}
}

.br-img {
	overflow: hidden;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 80px;
}

.br-img .image-anime,
.br-img figure {
	border-radius: 170px 30px 170px 170px !important;
}

.br-img figure img {
	height: 50%;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	border-radius: 170px 30px 170px 170px !important;
}

.circle-bg-img {
	width: 300px;
	height: 300px;
	position: absolute;
	top: calc(100% - 300px - 30px);
	left: calc(100% - 300px);
	background: var(--accent-color);
	border-radius: 50%;
	z-index: -1;
	animation: jump 5s linear infinite;
}

.circle-bg-img:before {
	content: "";
	width: 13%;
	height: 13%;
	position: absolute;
	top: calc(100% - 11%);
	left: calc(100% - 15%);
	background: var(--accent-color);
	border-radius: 50%;
	z-index: -1;
	/*animation: jump 5s linear infinite;*/
}

.circle-bg-img:after {
	content: "";
	width: 5%;
	height: 5%;
	position: absolute;
	top: calc(100% - 3%);
	left: calc(100% - 25%);
	background: var(--accent-color);
	border-radius: 50%;
	z-index: -1;
	/*animation: jump 5s linear infinite;*/
}

/************************************/
/***     07. Our Services css     ***/
/************************************/

.our-services-page {
	position: relative;
	padding: 160px 0 80px;
}

.our-services-list:not(:last-child) {
	margin-bottom: 80px;
	margin-bottom: 40px;
}

.our-services-list .our-service-content,
.our-services-list .service-img-list {
	margin-bottom: 40px;
}

.our-services{
	position: relative;
	padding: 80px 0;
}

.our-services::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*bottom: 10%;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: right bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

@keyframes circlezoomrotate{
	from{
		transform: translateY(0) rotate(0deg) scale(0.7);
    }
	to{
		transform: translateY(-100%) rotate(360deg) scale(1);
	}
}

.our-service-image figure{
	display: block;
	border-radius: 30px;
}

.our-service-image img{
	width: 100%;
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
	border-radius: 30px;
}

.service-boxes{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.service-item{
	position: relative;
	width: calc(50% - 15px);
	background: url(../images/service-item-bg-shape.svg) no-repeat;
	background-position: top center;
	background-size: auto;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	display: flex;
	padding: 40px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.service-item:hover{
	transform: translateY(-3px);
}

.service-item::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

.service-item .icon-box{
	margin-right: 30px;
}

.service-item .icon-box img{
	max-width: 40px;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box img{
	transform: rotateY(180deg);
}

.service-item-content{
	width: calc(100% - 70px);
}

.service-item-content h3{
	font-size: 22px;
	margin-bottom: 25px;
}

.service-item-content p{
	margin-bottom: 25px;
}

.service-footer{
	text-align: center;
	margin-top: 60px;
}

.service-footer p{
	color: var(--white-color);
	margin: 0;
}

.service-footer p span{
	background-color: var(--accent-color);
	font-weight: 500;
	color: var(--dark-color);
	border-radius: 100px;
	padding: 1px 10px;
	margin-right: 10px;
}

.service-footer a{
	font-weight: 700;
	text-decoration: underline;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.service-footer a:hover{
	color: var(--primary-color);
}


.our-services .project-image img {
	aspect-ratio: auto;
}

.our-services {
	position: relative;
	padding: 80px 0;
}

.our-services::before{
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*right: -20px;*/
	/*bottom: 80px;*/
	/*background: url(../images/section-bg-shape-3.png) no-repeat;*/
	/*background-position: right bottom;*/
	/*background-size: contain;*/
	/*width: 250px;*/
	/*height: 250px;*/
	/*opacity: 50%;*/
	/*animation: ringsrotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
	/*z-index: -1;*/
}

.our-services .our-project-content{
	position: sticky;
	top: 30px;
}

.our-services .project-btn {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.our-services .project-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.our-services .project-item{
	text-align: left;
	width: calc(100% - 15px);
	margin-bottom: 0;
	position: relative;
}

.our-services .project-image{
	margin-bottom: 20px;
}

.our-services .project-image a{
	display: block;
	cursor: none;
	border-radius: 30px;
	overflow: hidden;
}

.our-services .project-image figure{
	display: block;
}

.our-services .project-image figure::before {
	display: none;
}

.our-services .project-image img{
	width: 100%;
	/*aspect-ratio: 1 / 0.86;*/
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}

.our-services .project-item:hover .project-image img{
	transform: scale(1.05);
}

.our-services .project-body{
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(0);
}

.our-services .project-item-content{
	width: calc(100% - 60px);
}

.our-services .project-item-content p{
	color: var(--accent-color);
	margin-bottom: 5px;
}

.our-services .project-item-content h3{
	font-size: 22px;
}

.our-services .project-item-content h3 a{
	color: inherit;
}

.our-services .project-item-btn a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.our-services .project-item-btn a:hover{
	background-color: var(--accent-color);
}

.our-services .project-item-btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 20%;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.our-services .project-item-btn a img{
	position: relative;
	max-width: 24px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.our-services .project-item-btn a:hover img{
	filter: brightness(0) invert(0);
	transform: rotate(45deg);
}

.our-services .project-btn a {
	/*display: inline-block;*/
	/*width: auto;*/
	/*height: auto;*/
	/*font-size: 16px;*/
	/*font-weight: 700;*/
	/*line-height: 1.4em;*/
	/*background: transparent;*/
	/*color: var(--primary-color);*/
	/*border-radius: 100px;*/
	/*padding: 14px 25px;*/
	/*margin-right: 50px;*/
	/*border: none;*/
	/*backdrop-filter: blur(20px);*/
	/*-webkit-backdrop-filter: blur(20px);*/
	/*transition: all 0.5s*/
	/*ease-in-out;*/
	/*position: relative;*/
	/*z-index: 1;*/
}

/************************************/
/***      08. Our Brands css      ***/
/************************************/

.our-brands{
	padding: 80px 0;
}

.our-brands-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	padding: 0 80px 80px;
	overflow: hidden;
}

.our-brands-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

.our-brand-contant{
	width: calc(30% - 15px);
}

.our-brand-list{
	width: calc(70% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.brand-list-item{
	position: relative;
	width: calc(33.33% - 20px);
	text-align: center;
	padding: 80px 15px 40px;
}

.brand-list-item::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, var(--accent-color) -20.74%, var(--dark-color) 106.06%);
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.brand-list-item.active:before,
.brand-list-item:hover::before{
	height: 100%;
	border-radius: 0 0 30px 30px;
}

.brand-list-item .icon-box{
	position: relative;
	background-color: var(--accent-color);
	height: 100px;
	width: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.brand-list-item .icon-box img{
	position: relative;
	max-width: 50px;
	z-index: 1;
}

.brand-item-content h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.brand-item-content p{
	margin: 0;
}

/************************************/
/***     09. Why Choose Us css    ***/
/************************************/

.why-choose-us{
	position: relative;
	padding: 80px 0;
}

.why-choose-us::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 100px;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 325px;*/
    /*height: 325px;*/
    /*animation: squrerotate 10s infinite linear;*/
	/*animation-iteration-count: infinite;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

@keyframes squrerotate{
	0%{
		transform: translate(0, 0) rotate(0deg);
    }
	50%{
		transform: translate(-50px, -50%) rotate(180deg);
	}
    100%{
        transform: translate(0, -120%) rotate(360deg);
    }
}

.why-choose-list-item{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.why-choose-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.why-choose-list-item h3{
	position: relative;
	font-size: 22px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.why-choose-list-item h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.why-choose-list-item p{
	margin-bottom: 0;
}

.why-choose-images{
	position: relative;
}

.why-choose-circle{
	position: relative;
	z-index: 2;
}

.why-choose-circle img{
	animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.why-choose-img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 380px;
	transform: translate(-50%, -50%);
}

.why-choose-img img{
	width: 100%;
	aspect-ratio: 1 / 1.132;
	object-fit: cover;
}

/************************************/
/***      10. Our Feature css     ***/
/************************************/

.our-feature{
	padding: 80px 0;
}

.our-feature-body{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.our-feature-body-item{
	position: relative;
	display: inline-flex;
	align-items: center;
	width: calc(50% - 25px);
}

.our-feature-body-item::before{
	content: '';
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    background: var(--accent-color);
    height: 100%;
    width: 2px;
}

.our-feature-body-item:last-child::before,
.our-feature-body-item:nth-of-type(2n + 2):before{
	display: none;
}

.our-feature-body-item img{
	max-width: 60px;
	margin-right: 20px;
}

.our-feature-body-item h3{
	font-size: 22px;
}

.our-feature-body-content{
	width: calc(50% - 25px);
}

.our-feature-body-content p{
	margin-bottom: 0;
}

.our-feature-btn{
	margin-top: 40px;
}

.our-feature-images{
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	padding-left: 30px;
}

.our-feature-img-1,
.our-feature-img-2{
	width: calc(50% - 15px);
}

.our-feature-image figure{
	display: block;
	border-radius: 30px;
}

.our-feature-image img{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.our-feature-img-1.our-feature-image img{
	aspect-ratio: 1 / 1.822;
}

.our-feature-img-2 .our-feature-image{
	margin-bottom: 30px;
}

.our-feature-img-2 .our-feature-image:last-child{
	margin-bottom: 0;
}

.our-feature-img-2 .our-feature-image img{
	aspect-ratio: 1 / 0.858;
}

.our-client-box{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	max-width: 210px;
	background-color: var(--accent-color);
	border-radius: 10px;
	display: flex;
	padding: 20px 18px;
	overflow: hidden;
	animation: clientboxmove 3s infinite linear alternate;
}

@keyframes clientboxmove{
	50%{
		left: 40px;
	}
}

.our-client-box::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    height: 100%;
    width: 0;
	transition: all 0.4s ease-in-out;
}

.our-client-box:hover::after{
	width: 100%;
	right: 100%;
}

.our-client-box .icon-box{
	position: relative;
	width: 40px;
	height: 40px;
	background-color: var(--dark-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	z-index: 1;
}

.our-client-box .icon-box img{
	max-width: 22px;
	filter: brightness(0) invert(1);
}

.client-box-content{
	position: relative;
	width: calc(100% - 50px);
	z-index: 1;
}

.client-box-content h3{
	font-size: 24px;
	margin-bottom: 5px;
	color: var(--dark-color);
}

.client-box-content p{
	color: var(--dark-color);
	margin-bottom: 0;
}

/************************************/
/***       11. Key Facts css      ***/
/************************************/

.key-facts{
	position: relative;
	padding: 80px 0;
}

.key-facts::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*top: 50%;*/
    /*background: url(../images/section-bg-shape-4.png) no-repeat;*/
    /*background-position: right center;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
	/*transform: translateY(-70%);*/
    /*animation: roundrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

@keyframes roundrotate{
    0%{
		transform: translateY(-50%) rotate(0deg);
    }
    100%{
        transform: translateY(-150%) rotate(360deg);
    }
}

.key-facts-box{
	position: relative;
	height: 100%;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.key-facts-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.key-facts-image{
	width: 524px;
	height: 100%;
}

.key-facts-image figure{
	height: 100%;
	display: block;
}

.key-facts-image img{
	width: 100%;
	height: 100%;
	aspect-ratio:  1 / 1.489;
	object-fit: cover;
}

.key-facts-content{
	width: calc(100% - 524px);
	height: 100%;
	padding: 80px;
}

.key-facts-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
}

.key-facts-header .section-title{
	width: calc(80% - 15px);
	margin: 0;
}

.free-consultation-circle{
	width: calc(20% - 15px);
	text-align: end;
}

.free-consultation-circle a{
	display: block;
}

.free-consultation-circle img{
	max-width: 100px;
	animation: infiniterotate 30s infinite linear;
}

.key-facts-body{
	display: flex;
    flex-wrap: wrap;
}

.key-facts-couner{
    width: 50%;
}

.key-facts-couner{
    padding: 50px 50px 50px 0;
    border-bottom: 1px solid var(--divider-color);
    border-right: 1px solid var(--divider-color);
}

.key-facts-couner:nth-of-type(2n + 2){
    padding: 50px 0 50px 50px;
    border-bottom: 1px solid var(--divider-color);
    border-right: none;
}

.key-facts-couner:nth-last-child(-n + 2){
    padding-bottom: 0;
    border-bottom: none;
}

.key-facts-couner:nth-child(-n + 2){
    padding-top: 0;
}

.key-facts-couner h2{
	font-size: 60px;
	color: var(--accent-color);
	margin-bottom: 10px;
}

.key-facts-couner p{
	margin: 0;
}

/************************************/
/***      12. Our Pricing css     ***/
/************************************/

.our-pricing{
	padding: 80px 0;
}

.pricing-body-list-item{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.pricing-body-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pricing-body-list-item h3{
	position: relative;
	font-size: 22px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.pricing-body-list-item h3::before{
	content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 20px;
	font-weight: 400;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.pricing-body-list-item p{
	margin-bottom: 0;
}

.pricing-box{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.pricing-item{
	position: relative;
	width: calc(50% - 15px);
    background: url(../images/pricing-item-bg-shape.svg) no-repeat;
    background-position: top left;
    background-size: auto;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}

.pricing-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.pricing-header,
.pricing-body{
	margin-bottom: 30px;
}

.pricing-header img{
	max-width: 60px;
	margin-bottom: 30px;
}

.pricing-header h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.pricing-header p{
	margin-bottom: 30px;
}

.pricing-header h2{
	font-size: 50px;
	color: var(--accent-color);
}

.pricing-header sup{
	font-size: 20px;
	top: -1em;
}

.pricing-header sub{
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	opacity: 80%;
	bottom: 0;
}

.pricing-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pricing-footer ul li{
	position: relative;
	line-height: normal;
	border-bottom: 1px solid var(--divider-color);
	padding: 0 0 20px 30px;
	margin-bottom: 20px;
}

.pricing-footer ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pricing-footer ul li::before{
	content: '\f192';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 20px;
    font-weight: 400;
	color: var(--accent-color);
	top: 0;
	left: 0;
}

.pricing-item.highlighted-box::after{
	content: 'popular';
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dark-color);
	top: 30px;
    right: -55px;
	width: 190px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	transform: rotate(50deg);
}

.pricing-item.highlighted-box .pricing-body .btn-default.btn-highlighted{
	background: var(--accent-color);
	color: var(--dark-color);
}

.pricing-item.highlighted-box .pricing-body .btn-default.btn-highlighted:hover{
	background: var(--dark-color);
	color: var(--primary-color);
}

/************************************/
/***      13. How It Work css     ***/
/************************************/

.how-it-works{
	position: relative;
	padding: 80px 0;
}

.how-it-works::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*top: 80px;*/
    /*background: url(../images/section-bg-shape-5.png) no-repeat;*/
    /*background-position: left center;*/
    /*background-size: contain;*/
    /*opacity: 40%;*/
    /*width: 255px;*/
    /*height: 260px;*/
    /*animation: circlemoverotate 12s infinite linear;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

@keyframes circlemoverotate{
    0%{
		transform: translateY(5%) rotate(0deg);
    }
    100%{
        transform: translateY(100%) rotate(360deg);
    }
}

.how-it-work-content{
	position: relative;
}

.our-agency-circle a{
	position: relative;
	display: inline-flex;
	z-index: 2;
}

.our-agency-circle a figure img{
	max-width: 200px;
	animation: agencycirclerotate 25s infinite linear;
}

@keyframes agencycirclerotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.our-agency-circle .agency-circle-arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90px;
	width: 90px;
	background: var(--accent-color);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.our-agency-circle a:hover .agency-circle-arrow{
	background: var(--primary-color);
}

.our-agency-circle .agency-circle-arrow img{
	max-width: 38px;
	transition: all 0.4s ease-in-out;
}

.our-agency-circle a:hover .agency-circle-arrow img{
	transform: rotate(45deg);
}

.how-work-list-item{
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.how-work-list-image{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
    overflow: hidden;
	width: 0;
	transition: all 0.6s ease-in-out;
}

.how-work-list-item.active .how-work-list-image,
.how-work-list-item:hover .how-work-list-image{
	left: 0;
	width: 100%;
}

.how-work-list-image img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.how-work-list-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--dark-color);
	opacity: 80%;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease-in-out;
	z-index: 0;
}

.how-work-list-item:last-child{
	margin-bottom: 0;
}

.how-work-list-content,
.how-work-list-no{
	position: relative;
	z-index: 1;
}

.how-work-list-content h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.how-work-list-content p{
	margin-bottom: 0;
}

.how-work-list-no h2{
	font-size: 60px;
	transition: all 0.4s ease-in-out;
}

.how-work-list-item:hover .how-work-list-no h2,
.how-work-list-item.active .how-work-list-no h2{
	color: var(--accent-color);
}

/************************************/
/***    14. Our Testimonial css   ***/
/************************************/

.our-testimonials{
	position: relative;
	padding: 80px 0;
}

.our-testimonials::before{
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*right: -20px;*/
	/*top: 80px;*/
	/*background: url(../images/section-bg-shape-5.png) no-repeat;*/
	/*background-position: right top;*/
	/*background-size: cover;*/
	/*width: 250px;*/
	/*height: 250px;*/
	/*opacity: 40%;*/
	/*animation: stonerotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
	/*z-index: -1;*/
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
	/*display: flex;*/
	/*align-items: stretch;*/
}

.testimonial-slider .swiper-slide {
	height: initial;
}

.testimonial-slider .testimonial-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-slider .testimonial-content {
	flex-basis: 100%;
}

.testimonial-slider .testimonial-item .testimonial-btn {
	margin-top: 0;
}

.testimonial-slider .testimonial-item .testimonial-btn a {
	display: flex;
	flex-direction: row;
}

.testimonial-item{
	position: relative;
	/*background: url('../images/testimonial-item-bg.svg') no-repeat;*/
	/*background-position: top left;*/
	/*background-size: auto;*/
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.testimonial-item-link,
.testimonial-item a {
	display: block;
	padding: 25px;
	color: inherit;
}

.testimonial-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
}

.testimonial-author{
	display: flex;
	align-items: center;
}

.mfp-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
	color: #F3F3F3;
	word-wrap: normal;
	padding-right: 0;
}

button.mfp-close,
button.mfp-arrow {
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}

button.mfp-close:hover,
button.mfp-close:focus,
button.mfp-arrow:hover,
button.mfp-arrow:focus {
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.mfp-figure:after {
	border-radius: 30px;
}

.mfp-figure figure {
	padding: 40px 0 40px;
}

img.mfp-img {
	padding: 0;
	border-radius: 30px;
}

.author-image{
	margin-right: 16px;
}

.author-image figure{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.author-image img{
	max-width: 54px;
	border-radius: 50%;
}

.author-content .author-title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.author-content h3{
	font-size: 22px;
	margin-bottom: 5px;
	padding-right: 10px;
}

.author-content p{
	margin: 0;
}

.testimonial-quote img{
	width: 100%;
	max-width: 30px;
}

.testimonial-content{
	margin-bottom: 30px;
}

.testimonial-content p{
	margin: 0;
}

.testimonial-rating i{
	color: var(--accent-color);
	font-size: 14px;
	/*margin-right: 2px;*/
}

.testimonial-rating i:last-child{
	margin-right: 0;
}

.testimonial-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next{
	margin-left: 20px;
}


.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover{
	background: var(--accent-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/arrow-white.svg") no-repeat center center;
	background-size: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before{
	transform: rotate(225deg);
}
.dark-theme .testimonial-slider .testimonial-button-next::before,
.dark-theme .testimonial-slider .testimonial-button-prev::before,
.testimonial-slider .testimonial-button-next:hover:before,
.testimonial-slider .testimonial-button-prev:hover:before{
	filter: brightness(1) invert(1);
}

/************************************/
/***       15. Our FAQs css       ***/
/************************************/

.our-faqs{
	position: relative;
	padding: 80px 0;
}

.our-faqs::before{
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*left: -20px;*/
	/*bottom: 80px;*/
	/*background: url(../images/section-bg-shape-6.png) no-repeat;*/
	/*background-position: left bottom;*/
	/*background-size: contain;*/
	/*width: 250px;*/
	/*height: 250px;*/
	/*opacity: 50%;*/
	/*animation: ringsrotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
	/*z-index: -1;*/
}

.our-faqs-image{
	position: relative;
	padding: 0 245px 145px 0;
	margin-right: 25px;
}

.our-faqs-img-1 figure,
.our-faqs-img-2 figure{
	display: block;
	border-radius: 30px;
	max-width: 70dvw;
}

.our-faqs-img-1 img,
.our-faqs-img-2 img{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.our-faqs-img-1 img{
	aspect-ratio: 1 / 1.17;
}

.our-faqs-img-2{
	max-width: 365px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.our-faqs-img-2 img{
	aspect-ratio: 1 / 1.01;
}

.need-help-box{
	position: absolute;
	top: 50px;
	right: 50px;
	display: flex;
	align-items: center;
	background: var(--accent-color);
	border-radius: 20px;
	width: 265px;
	padding: 20px 28px;
	animation: helpboxmove 3s infinite linear alternate;
	overflow: hidden;
}

.need-help-box:before{
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: var(--primary-color);*/
	border-radius: 20px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.need-help-box:hover:before{
	right: 0;
}

@keyframes helpboxmove{
	50%{
		right: 100px;
	}
}

.need-help-box .icon-box{
	margin-right: 12px;
}

.need-help-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 68px;
	z-index: 1;
}

.need-help-content{
	position: relative;
	width: calc(100% - 80px);
	z-index: 1;
}

.need-help-content h3{
	color: var(--dark-color);
	font-size: 22px;
}


.need-help-box-phone {
	top: auto;
	left: 0;
	right: auto;
	bottom: 10px;
	padding: 20px;
	/*border-radius: 30px;*/
	background: var(--accent-color);
	animation: helpphonemove 3s infinite linear alternate;
}

.need-help-box-phone .icon-box {
	width: 60px;
	height: 60px;
	padding: 15px;
	border-radius: 50%;
	background: var(--dark-color);
	z-index: 1;
}

.need-help-box-phone b {
	display: block;
	color: var(--dark-color);
	font-size: 20px;
	word-spacing: -3px;
	padding-top: 10px;
	text-wrap: none;
}

.need-help-box-phone .need-help-content h3{
	color: var(--dark-color);
	font-size: 16px;
}

@keyframes helpphonemove{
	50%{
		bottom: 50px;
	}
}

.faq-accordion .accordion-item{
	position: relative;
	background: var(--dark-color);
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.faq-accordion .accordion-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	background: transparent;
	color: var(--primary-color);
	padding: 17px 50px 17px 20px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f068';
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	width: 24px;
	height: 24px;
	color: var(--dark-color);
	background-color: var(--accent-color);
	border-radius: 50%;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
}

.faq-accordion .accordion-item .accordion-body {
	position: relative;
	padding: 0 50px 17px 20px;
	line-height: 1.5em;
	z-index: 1;
}

.faq-accordion .accordion-item .accordion-body p {
	margin: 0;
}

/************************************/
/***       16. Our Blog css       ***/
/************************************/

.our-blog{
	position: relative;
	padding: 80px 0 50px;
}

.our-blog::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*top: 80px;*/
    /*background: url(../images/section-bg-shape-4.png) no-repeat;*/
    /*background-position: left center;*/
    /*background-size: contain;*/
    /*opacity: 40%;*/
    /*width: 255px;*/
    /*height: 260px;*/
    /*animation: circlemoverotate 12s infinite linear;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	margin-bottom: 30px;
}

.post-featured-image a{
	display: block;
	cursor: none;
}

.post-featured-image figure{
	border-radius: 30px;
	overflow: hidden;
}

.post-featured-image img{
	width: 100%;
	aspect-ratio: 1 / 0.744;
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 30px;
}

.post-item-content h2,
.post-item-content h3{
	font-size: 22px;
}

.post-item-content h2 a,
.post-item-content h3 a{
	color: inherit;
}

/************************************/
/***        17. Footer css        ***/
/************************************/

.footer-work-together{
	position: relative;
	padding: 80px 0;
}

.footer-work-together::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*top: 50%;*/
    /*background: url(../images/section-bg-shape-5.png) no-repeat;*/
    /*background-position: right center;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
	/*transform: translateY(-70%);*/
    /*animation: roundrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.work-together-content{
	position: relative;
	background: url('../images/work-together-bg.png') no-repeat;
	background-position: center center;
	background-size: auto;
	text-align: center;
}

.work-together-content::before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
	right: 0;
    top: 0;
	bottom: 0;
    background: url(../images/work-together-bg-gradient.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-work-together{
	margin-bottom: 0;
}

.footer-work-together h3{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-work-together h2{
	font-size: 180px;
	font-weight: 800;
    text-transform: uppercase;
}

.work-together-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-work-together .work-together-btn a{
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover{
	background-color: var(--secondary-color);
}

.footer-work-together .work-together-btn a img{
	width: 100%;
	max-width: 24px;
	height: 24px;
	color: var(--secondary-color);
	transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover img{
	filter: brightness(0) invert(1);
	transform: rotate(45deg);
}

.footer-work-together .work-together-btn a span{
	width: 100%;
	font-weight: 700;
	color: var(--dark-color);
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}

.footer-work-together .work-together-btn a:hover span{
	color: var(--primary-color);
}

.footer-main{
	border-top: 1px solid var(--divider-color);
	padding: 60px 0 0;
}

.footer-newsletter-box{
	margin-right: 50px;
}

.newsletter-form .form-group{
	display: flex;
}

.newsletter-form .form-group .form-control{
	width: calc(100% - 60px);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	color: var(--primary-color);
	background: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	padding: 15px;
}

.newsletter-form .form-group .form-control::placeholder{
	color: var(--primary-color);
}

.newsletter-form .form-group .newsletter-btn{
	background-color: var(--accent-color);
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px 0 0;
	transition: all 0.3s ease-in-out;
}

.newsletter-form .form-group .newsletter-btn:hover{
	background-color: var(--primary-color);
}

.newsletter-form .form-group .newsletter-btn i{
	font-size: 30px;
}

.footer-links h3{
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 40px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	line-height: 1.7em;
	margin-bottom: 15px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	display: inline-block;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a,
.footer-links ul li.active a,
.footer-links ul li.active span {
	color: var(--accent-color);
}

.footer-links ul li a i {
	font-size: 18px;
	padding-right: 15px;
}

.footer-cta-box{
	position: relative;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 30px;
	margin-top: 60px;
	padding: 50px 60px;
	overflow: hidden;
}

.footer-cta-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-logo{
	position: relative;
	margin-right: 20px;
}

.footer-logo img{
	width: 100%;
	max-width: 180px;
}

.footer-logo img{
	width: 100%;
	max-width: 180px;
}

.footer-logo img.black-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;
	opacity: 0;
	transition: all 0.3s
	ease-in-out !important;
}

.dark-theme .footer-logo img.black-logo {
	opacity: 1;
}

.footer-contact-box{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px 0px;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	border-right: 1px solid var(--divider-color);
	padding-right: 40px;
	margin-right: 40px;
}

.footer-contact-item:last-child{
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.footer-contact-item .icon-box{
	margin-right: 15px;
}

.footer-contact-item .icon-box i{
	font-size: 24px;
	color: var(--accent-color);
}

.footer-contact-item h3{
	font-size: 22px;
	font-weight: 600;
	color: var(--primary-color);	
}

.footer-contact-item h3 a{
	color: inherit;
}

.footer-copyright{
	padding: 60px 0;
}

.footer-copyright-text{
	text-align: left;
}

.footer-copyright-text p{
	margin: 0;
}

.footer-company-text {

}

.footer-company-text i {
	padding: 0 5px;
}

.footer-company-link {
	color: var(--text-color);
	transition: all 0.3s ease-in-out;
	text-decoration: underline;
}

.footer-company-link:hover {
	color: var(--accent-color);
	text-decoration: none;
}

.footer-messenger-links {

}

.footer-messenger-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-messenger-links ul li{
	display: inline-block;
	margin-right: 20px;
}

.footer-messenger-links ul li:last-child{
	margin-right: 0;
}

.footer-messenger-links ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	color: var(--primary-color);
	line-height: 1;
	padding: 0;
	transition: all 0.4s ease-in-out;
}

.footer-messenger-links ul li a:hover{
	border-color: var(--accent-color);
	color: var(--accent-color);
}

.footer-messenger-links ul li a i{
	font-size: 21px;
	color: var(--primary-color);
	transition: all 0.4s ease-in-out;
}

.footer-messenger-links ul li a svg {
	width: 32px;
}

.footer-messenger-links ul li a svg path {
	fill: var(--text-color);
}

.footer-messenger-links ul li:hover svg path {
	fill: var(--accent-color);
}

.footer-messenger-links ul li a:hover i{
	color: var(--accent-color);
}


/************************************/
/***    18. About Us Page css     ***/
/************************************/

.page-header{
    position: relative;
	background: url(../images/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 251px 0 150px;
}

.page-header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: var(--dark-color);
	opacity: 60%;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.page-header-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box h1{
	display: inline-block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--white-color);
	text-align: center;
    margin-bottom: 20px;
    cursor: none;
}

.page-header-box h1 span{
	font-weight: 700;
    color: var(--accent-color);
}

.page-header-box ol{
	justify-content: center;
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 18px;
    font-weight: 600;
	color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    content: '\2a';
    color: var(--primary-color);
    font-size: 30px;
    padding-top: 6px;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.our-scrolling-ticker.subpages-scrolling-ticker{
	padding: 20px 0;
}

.about-us.page-about-us::before{
    left: auto;
    right: -70px;
    background-position: right bottom;
}

.our-approach{
	padding: 80px 0;
}

.our-approach-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.our-approach-item{
	position: relative;
	width: calc(50% - 15px);
	background: url('../images/approach-item-bg-shape.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	padding: 30px;
	overflow: hidden;
}

.our-approach-item::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.our-approach-item .icon-box{
	margin-bottom: 40px;
}

.our-approach-item .icon-box img{
	max-width: 50px;
	transition: all 0.4s ease-in-out;
}

.our-approach-item:hover .icon-box img{
	transform: rotateY(180deg);
}

.approach-item-content h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.approach-item-content p{
	margin: 0;
}

.our-approach-images{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-left: 30px;
}

.approach-image-box-1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.approach-image-box-1 .our-approach-img{
	width: calc(50% - 15px);
}

.our-approach-img figure{
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.our-approach-img img{
	width: 100%;
	aspect-ratio: 1 / 0.993;
	object-fit: cover;
	border-radius: 30px;
}

.approach-image-box-2{
	width: 100%;
}

.approach-image-box-2 .our-approach-img img{
	aspect-ratio: 1 / 0.473;
}

.approach-image-circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.approach-image-circle img{
	max-width: 150px;
	animation: infiniterotate 30s infinite linear;
}

/************************************/
/***      08. What We Do css      ***/
/************************************/

.what-we-do{
	position: relative;
	padding: 80px 0;
}

.what-we-do::before{
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*left: -20px;*/
	/*top: 80px;*/
	/*background: url(../images/section-bg-shape-2.png) no-repeat;*/
	/*background-position: left top;*/
	/*background-size: contain;*/
	/*width: 250px;*/
	/*height: 250px;*/
	/*opacity: 50%;*/
	/*animation: stonerotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
	/*z-index: -1;*/
}

@keyframes stonerotate{
	0%{
		transform: translateY(0) rotate(0deg);
	}
	100%{
		transform: translateY(110%) rotate(360deg);
	}
}

.what-we-do-box{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.what-we-do-item{
	position: relative;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	padding: 30px;
	overflow: hidden;
}

.what-we-do-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.what-do-item-content{
	margin-bottom: 40px;
}

.what-do-item-content p{
	margin-bottom: 0;
}

.what-do-body-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.what-do-body-title{
	width: calc(100% - 80px);
}

.what-do-body-title h3{
	font-size: 22px;
	line-height: normal;
}

.what-do-body-title h3 span{
	font-size: 30px;
	color: var(--accent-color);
	margin-right: 5px;
}

.what-do-body-box .icon-box{
	margin-left: 20px;
}

.what-do-body-box .icon-box img{
	max-width: 60px;
	transition: all 0.4s ease-in-out;
}

.what-we-do-item:hover .icon-box img{
	/*transform: rotateY(180deg);*/
	/*filter: brightness(0) invert(1);*/
	animation: scale .8s linear;
}
.dark-theme .what-we-do-item .icon-box img{
	/*transform: rotateY(180deg);*/
	filter: sepia(0.4) brightness(0.9) invert(0);
}

.what-do-item-image {
	width: 100%;
}

.what-do-item-image figure{
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.what-do-item-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.744;
	border-radius: 30px;
}

.what-we-do-image{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.what-do-image figure{
	display: block;
}

.what-do-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--dark-color);
	opacity: 45%;
	height: 100%;
	width: 100%;
}

.what-do-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.37;
}

.what-we-do-image .what-do-body-title{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 100px;
	width: auto;
	z-index: 2;
}

.what-we-do-content{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 2;
}

.what-we-do-content p{
	margin-bottom: 0;
}

.what-we-do{
	padding: 160px 0 80px;
}

.what-we-do-content{
	margin-right: 20px;
}

.what-we-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.what-we-review-image{
	width: calc(65% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.satisfy-client-images{
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.satisfy-client-image{
    display: inline-block;
    margin-left: -14px;
    border: 1px solid var(--dark-color);
    border-radius: 50%;
    overflow: hidden;
}

.satisfy-client-image:first-child{
    margin: 0;
}

.satisfy-client-image figure{
	display: block;
	width: 40px;
	height: 40px;
}

.satisfy-client-image img{
    width: 100%;
}

.satisfy-client-content p{
	line-height: normal;
	margin: 0;
}

.what-we-btn{
	width: calc(35% - 10px);
}

.what-we-social-box{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 20px;
	overflow: hidden;
}

.what-we-social-image{
	max-width: 170px;
	margin-right: 30px;
}

.what-we-social-image figure{
	display: block;
	border-radius: 20px;
}

.what-we-social-image img{
	width: 100%;
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-social-content{
	width: calc(100% - 190px);
}

.what-we-social-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.what-we-social-tags a{
	display: inline-block;
	border: 2px solid var(--primary-color);
	border-radius: 100px;
	color: var(--primary-color);
	line-height: 1.2em;
	padding: 11px 15px;
	transition: all 0.4s ease-in-out;
}

.what-we-social-tags a:hover{
	border-color: var(--accent-color);
	color: var(--accent-color);
}

.what-we-social-tags a i{
	font-size: 18px;
	color: var(--primary-color);
	margin-right: 8px;
	transition: all 0.4s ease-in-out;
}

.what-we-social-tags a:hover i{
	color: var(--accent-color);
}

.what-we-images{
	position: relative;
	padding-left: 60px;
}

.what-we-img figure{
	display: block;
	border-radius: 30px;
}

.what-we-img img{
	width: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
	border-radius: 30px;
}

.what-we-images .our-agency-circle{
	position: absolute;
	bottom: 80px;
	left: 0;
}

.what-we-images .our-agency-circle a{
	display: block;
}

.what-we-images .our-agency-circle img{
	max-width: 150px;
	animation: infiniterotate 30s infinite linear;
}

.our-team{
	position: relative;
	padding: 80px 0 50px;
}

.our-team::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 10px;*/
    /*background: url(../images/section-bg-shape-5.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 40%;*/
    /*width: 255px;*/
    /*height: 260px;*/
    /*animation: circlemoverotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.team-item{
    position: relative;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.team-image a{
    display: block;
	cursor: none;
}

.team-image img{
    width: 100%;
    aspect-ratio: 1 / 1.091;
    object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img{
	transform: scale(1.1);
}

.team-body{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
	border-radius: 20px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	overflow: hidden;
	padding: 15px 20px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.team-body::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 12%;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.team-body::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--accent-color);
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.team-item:hover .team-body::after{
	top: 0;
}

.team-content{
	position: relative;
	z-index: 1;
}

.team-content h3{
    font-size: 22px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.team-content h3 a{
    color: inherit;
}

.team-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-content p,
.team-item:hover .team-content h3{
	color: var(--dark-color);
}

.team-social-list{
	position: relative;
    display: flex;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.team-item:hover .team-social-list{
	height: 35px;
	opacity: 1;
	visibility: visible;
}

.team-social-list ul{
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.team-social-list ul li{
    display: inline-block;
    margin-right: 10px;
}

.team-social-list ul li:last-child{
    margin: 0;
}

.team-social-list ul li a i{
    color: var(--dark-color);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.team-social-list ul li:hover a i{
    color: var(--primary-color);
}

.our-soultion{
	padding: 80px 0;
}

.our-soultion-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.our-soultion-item{
	position: relative;
	width: calc(50% - 15px);
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	overflow: hidden;
}

.our-soultion-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.our-soultion-item::after{
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.our-soultion-item:hover:after{
	bottom: 0;
	height: 100%;
}

.our-soultion-item .icon-box{
	margin-right: 20px;
}

.our-soultion-item .icon-box img{
	max-width: 40px;
	transition: all 0.4s ease-in-out;
}

.our-soultion-item:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.soultion-item-content{
	width: calc(100% - 60px);
}

.soultion-item-content h3{
	font-size: 22px;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
}

.soultion-item-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.our-soultion-item:hover .soultion-item-content p,
.our-soultion-item:hover .soultion-item-content h3{
	color: var(--dark-color);
}

.soultion-image-box{
	position: relative;
	padding-left: 75px;
	margin-left: 20px;
}

.our-soultion-image figure{
	display: block;
	border-radius: 30px;
}

.our-soultion-image img{
	width: 100%;
	aspect-ratio: 1 /  1.2202;
	object-fit: cover;
	border-radius: 30px;
}

/************************************/
/***     19. Services Page css    ***/
/************************************/

.page-services{
	position: relative;
	padding: 160px 0 50px;
}

.page-services::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 0;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: contain;*/
    /*width: 285px;*/
    /*height: 285px;*/
	/*opacity: 50%;*/
    /*animation: roundrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-services .service-item{
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

/************************************/
/***     20. Service Single css   ***/
/************************************/

.page-service-single{
	position: relative;
    padding: 160px 0 80px;
}

.page-service-single::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -70px;*/
    /*top: 15%;*/
    /*background: url(../images/section-bg-shape-7.png) no-repeat;*/
    /*background-position: right top;*/
    /*background-size: contain;*/
    /*width: 258px;*/
    /*height: 258px;*/
    /*opacity: 50%;*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-service-single::after{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -50px;*/
    /*bottom: 40%;*/
    /*background: url(../images/section-bg-shape-6.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 286px;*/
    /*height: 286px;*/
    /*animation: circlemoverotate 15s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.service-single-content{
    margin-right: 30px;
}

.service-feature-image{
    margin-bottom: 40px;
}

.service-feature-image figure{
    display: block;
    border-radius: 30px;
}

.service-feature-image img{
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}

.service-entry{
    margin-bottom: 40px;
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry p:last-child{
    margin-bottom: 0;
}

.service-entry h2{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.service-entry h2 span{
    color: var(--accent-color);
    font-weight: 700;
}

.service-entry-list-image{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.service-entry-list{
    width: calc(55% - 20px);
}

.service-entry-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-entry-list ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
}

.service-entry-list ul li:last-child{
    margin-bottom: 0;
}

.service-entry-list ul li::before{
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.service-entry-image{
    width: calc(45% - 20px);
}

.service-entry-image figure{
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.service-entry-image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.89;
    border-radius: 30px;
}

.service-process-steps{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 40px;
}

.process-step-item{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.process-step-item:nth-of-type(even){
    flex-direction: row-reverse;
}

.process-step-content{
    position: relative;
    background: url(../images/service-single-step-bg.svg) no-repeat;
    background-size: auto;
    background-position: top left;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    width: calc(50% - 15px);
    padding: 40px;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
}

.process-step-content::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    border-radius: 30px;
}

.process-step-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.process-step-header .icon-box img{
    max-width: 60px;
}

.process-step-no h3{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.process-step-no h3 span{
    color: var(--accent-color);
    display: block;
}

.process-step-body{
    position: relative;
}

.process-step-body h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-step-body p{
    margin-bottom: 0;
}

.process-step-image{
    width: calc(50% - 15px);
}

.process-step-image figure{
    display: block;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.process-step-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.9;
    border-radius: 30px;
}

.service-sidebar{
    position: sticky;
    top: 20px;
}

.service-sidebar > div:not(:last-child){
	margin-bottom: 50px;
}

.service-catagery-list{
    position: relative;
    border-radius: 30px;
	border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
	overflow: hidden;
}

.service-catagery-list::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: -1;
}

.service-catagery-list h3{
    font-size: 22px;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}

.service-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 30px 40px 40px;
}

.service-catagery-list ul li{
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.service-catagery-list ul li a{
    position: relative;
    display: block;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a{
    color: var(--accent-color);
}

.service-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    background: url(../images/arrow-white.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::before{
    transform: rotate(45deg);
}

.sidebar-cta-box{
    position: relative;
    background: url(../images/sidebar-cta-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.sidebar-cta-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: -1;
}

.sidebar-cta-box .icon-box{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-cta-box .icon-box img{
    max-width: 60px;
}

.cta-contact-content{
    position: relative;
    margin-bottom: 20px;
}

.cta-contact-content h3{
    font-size: 22px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.cta-contact-content p{
    margin-bottom: 0;
}

.cta-contact-btn{
    position: relative;
}

.cta-contact-btn a{
    display: inline-block;
    font-weight: 700;
    color: var(--dark-color);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    background-color: var(--accent-color);
    border-radius: 10px;
    padding: 12px 35px;
    transition: all 0.4S ease-in-out;
}

.cta-contact-btn a:hover{
    background-color: var(--dark-divider-color);
    color: var(--primary-color);
}

.cta-contact-btn a img{
    margin-right: 12px;
    max-width: 30px;
    transition: all 0.4S ease-in-out;
}

.cta-contact-btn a:hover img{
    filter: brightness(1) invert(1);
}

/************************************/
/*** 	 21. Blog Archive Css	  ***/
/************************************/

.page-blog{
	position: relative;
    padding: 160px 0 80px;
}

.post-item{
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--accent-color);
	color: var(--dark-color);
}

/************************************/
/***      22. Blog Single css	  ***/
/************************************/

.page-single-post{
	position: relative;
	padding: 160px 0 80px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;
}

.post-image figure,
.post-image img{
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 30px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 0 0.6em;
}

.post-entry h1 span,
.post-entry h2 span{
	font-weight: 800;
}

.post-entry h1{
	font-size: 80px;
}

.post-entry h2{
	font-size: 50px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ol li{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li{
	font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	position: relative;
	background: url(../images/icon-blockquote.svg) no-repeat;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	background-position: 35px 30px;
    background-size: 58px;
    border-radius: 20px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
	overflow: hidden;
}

.post-entry blockquote::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: -1;
}

.post-entry blockquote p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--primary-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
	line-height: normal;
    background: var(--accent-color);
    background-size: 200% auto;
    color: var(--dark-color);
	border-radius: 100px;
    padding: 8px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    background-size: 200% auto;
    color: var(--dark-color);
	border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/***     23. Projects Page css    ***/
/************************************/

.page-project{
	position: relative;
	padding: 160px 0 40px;
}

.page-project::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*top: 32%;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 325px;*/
    /*height: 325px;*/
    /*animation: squrerotate 10s infinite linear;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.our-Project-nav{
	text-align: center;
	margin-bottom: 80px;
}

.our-Project-nav ul{
	list-style: none;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 20px;
	padding: 0;margin: 0;
}

.our-Project-nav ul li a{
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	color: var(--text-color);
	font-weight: 400;
	line-height: 1.2em;
	transition: all 0.3s ease-in-out;
	padding: 10px 20px;
    overflow: hidden;
}

.our-Project-nav ul li a.active-btn,
.our-Project-nav ul li a:hover{
	background-color: var(--accent-color);
	color: var(--dark-color);
}

/*.project-item{
	height: calc(100% - 40px);
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.project-image{
	position: relative;
	margin-bottom: 20px;
}

.project-image figure{
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.project-image img{
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image figure img{
	transform: scale(1.1);
}

.project-tag{
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
}

.project-tag a {
	display: block;
	background-color: var(--divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	color: var(--text-color);
	border-radius: 6px;
	font-size: 14px;
	padding: 6px 15px;
}

.project-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -30%);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn{
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.project-btn a{
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.project-btn a:hover{
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.project-btn a img{
	max-width: 42px;
	transition: all 0.3s ease-in-out;
}

.project-btn a:hover img{
	filter: brightness(1) invert(1);
	transform: rotate(45deg);
}

.project-content h3{
	font-size: 22px;
}*/


.page-service {
	position: relative;
	padding: 160px 0 80px;
}

.page-service-subcategory {
	margin: 0 30px 30px 0;
}

.page-service .project-item{
	position: relative;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.page-service .project-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.page-service .project-image a{
	display: block;
	overflow: hidden;
	cursor: none;
}

.page-service .project-image img{
	width: 100%;
	aspect-ratio: 1 / 0.648;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.page-service .project-item:hover .project-image img{
	transform: scale(1.05);
}

.page-service .project-item-body{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding: 30px;
}

.page-service .project-item-content{
	width: calc(100% - 90px);
}

.page-service .project-item-content p{
	color: var(--accent-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.page-service .project-item-content h3{
	font-size: 18px;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.page-service .project-item-content h3 a{
	color: inherit;
}

.page-service .project-btn{
	margin-left: 30px;
}

.page-service .project-btn a{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.page-service .project-btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 20%;
	height: 100%;
	width: 100%;
}

.page-service .project-btn a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	background: var(--accent-color);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.page-service .project-btn a:hover:after{
	transform: scale(1);
}

.page-service .project-btn a img{
	position: relative;
	max-width: 18px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-service .project-btn a:hover img{
	filter: brightness(0) invert(0);
	transform: rotate(45deg);
}

/************************************/
/***     24. Project Single css   ***/
/************************************/

.page-project-single{
	position: relative;
    padding: 160px 0 80px;
}

.page-project-single::before{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*top: 150px;*/
    /*background: url(../images/section-bg-shape-4.png) no-repeat;*/
    /*background-position: right center;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
	/*animation: circlemoverotate 12s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-project-single::after{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 60%;*/
    /*left: -80px;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
	/*transform: translateY(-50%);*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.project-single-content{
    margin-right: 30px;
}

.project-single-image{
    margin-bottom: 40px;
}

.project-single-image figure{
    display: block;
    border-radius: 30px;
}

.project-single-image img{
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}

.project-challenges,
.project-info,
.project-entry{
    margin-bottom: 60px;
}

.project-entry p{
    margin-bottom: 20px;
}

.project-entry p:last-child{
    margin-bottom: 0;
}

.project-entry h2{
    font-size: 50px;
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.project-entry h2 span{
    color: var(--accent-color);
    font-weight: 700;
}

.project-entry ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-entry ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
}

.project-entry ul li:last-child{
    margin-bottom: 0;
}

.project-entry ul li::before{
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.project-solution-rating{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
}

.project-rating-content{
    width: calc(70% - 30px);
}

.project-rating-counter{
    width: calc(30% - 30px);
    display: flex;
    align-items: center;
}

.project-rating-counter .icon-box{
    margin-right: 20px;
}

.project-rating-counter .icon-box i{
    font-size: 48px;
    color: var(--accent-color);
}

.project-counter-content{
    width: calc(100% - 68px);
}

.project-counter-content h3{
    font-size: 40px;
}

.project-sidebar{
	position: sticky;
	top: 20px;
}

.project-catagery-list{
	position: relative;
    border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    margin-bottom: 60px;
	overflow: hidden;
}

.project-catagery-list::before{
    content: '';
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: -1;
}

.category-item-list{
    padding: 40px 40px 30px;
}

.category-list-item{
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category-list-item:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.category-list-item h3{
    font-size: 22px;
    margin-bottom: 10px;
}

.category-list-item p{
    margin-bottom: 0;
}

.category-social-link{
    border-top: 1px solid var(--divider-color);
	display: flex;
    align-items: center;
    padding: 30px 40px 40px;
}

.category-social-link span{
    font-size: 22px;
    font-weight: 700;
	margin-right: 15px;
}

.category-social-link ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-social-link ul li{
	display: inline-block;
	margin-right: 5px;
}

.category-social-link ul li:last-child{
	margin-right: 0;
}

.category-social-link ul li a{
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.category-social-link ul li a:hover{
    border-color: var(--primary-color);
}

.category-social-link ul li a i{
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.category-social-link ul li a:hover i{
    color: var(--primary-color);
}

/************************************/
/***      25. Team Page css       ***/
/************************************/

.page-team{
	position: relative;
	padding: 160px 0 50px;
}

.page-team::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*top: 15%;*/
    /*background: url(../images/section-bg-shape-1.png) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: contain;*/
    /*width: 285px;*/
    /*height: 285px;*/
    /*opacity: 50%;*/
    /*animation: circlemoverotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

/************************************/
/***      26. Team Single css     ***/
/************************************/

.page-team-single{
	position: relative;
    padding: 160px 0 80px;
}

.page-team-single::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 30%;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 325px;*/
    /*height: 325px;*/
    /*animation: squrerotate 10s infinite linear;*/
	/*animation-iteration-count: infinite;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.team-single-content{
    margin-right: 30px;
}

.team-single-content h2{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.team-single-content h2 span{
    color: var(--accent-color);
    font-weight: 700;
}

.team-single-content p{
    margin-bottom: 20px;
}

.team-single-content p:last-child{
    margin-bottom: 0;
}

.team-info-box{
    margin-bottom: 60px;
}

.team-info-header{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}

.team-info-title{
    width: calc(75% - 15px);
}

.team-info-title p{
    color: var(--accent-color);
    margin-bottom: 5px;
}

.team-info-title h2{
    font-weight: 700;
    margin: 0;
}

.team-info-social-list{
    width: calc(25% - 15px);
}

.team-info-social-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: end;
}

.team-info-social-list ul li{
    display: inline-block;
    margin-right: 10px;
}

.team-info-social-list ul li:last-child{
    margin: 0;
}

.team-info-social-list ul li a{
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-info-social-list ul li:hover a{
    background-color: var(--accent-color);
}

.team-info-social-list ul li a i{
    font-size: 18px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.team-info-social-list ul li:hover a i{
    color: var(--dark-color);
}

.team-contact-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.team-contact-box:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.team-contact-box .icon-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden;
}

.team-contact-box .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 30%;
	z-index: -1;
}

.team-contact-box .icon-box img{
    max-width: 36px;
}

.team-contact-content{
    width: calc(100% - 110px);
}

.team-contact-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-contact-content p{
	margin: 0;
}

.team-personal-info{
    margin-bottom: 60px;
}

.team-career-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-career-list ul li{
    position: relative;
    width: calc(50% - 15px);
	line-height: normal;
    padding-left: 30px;
}

.team-career-list ul li::before{
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.team-single-sidebar{
    position: sticky;
    top: 30px;
}

.team-single-image{
    margin-bottom: 60px;
}

.team-single-image figure{
    display: block;
    border-radius: 30px;
    overflow: hidden;
	visibility: visible;
}

.team-single-image img{
    width: 100%;
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
    border-radius: 30px
}

.team-single-contact-form{
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden;
}

.team-single-contact-form::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.team-single-contact-form h3{
    position: relative;
    font-size: 34px;
    font-weight: 300;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}

.team-single-contact-form h3 span{
    font-weight: 700;
    color: var(--accent-color);
}

.team-single-contact-form form{
    position: relative;
    padding: 40px;
}

.team-single-contact-form form .form-control{
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding: 16px 20px;
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.team-single-contact-form form .form-control::placeholder{
    color: var(--text-color);
}

.contact-form-btn .btn-highlighted{
	width: 100%;
	text-align: center;
}

/************************************/
/***     27. Pricing Page css     ***/
/************************************/

.page-pricing{
	position: relative;
    padding: 160px 0 50px;
}

.page-pricing::before{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -80px;*/
    /*bottom: 0;*/
    /*background: url(../images/section-bg-shape-4.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
    /*animation: roundrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-pricing .pricing-item{
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

/************************************/
/***   28. Testimonial Page css   ***/
/************************************/

.page-testimonial{
	position: relative;
    padding: 160px 0 80px;
}

.page-testimonial::before{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*top: 150px;*/
    /*background: url(../images/section-bg-shape-4.png) no-repeat;*/
    /*background-position: right center;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
	/*animation: circlemoverotate 12s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-testimonial::after{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 60%;*/
    /*left: -80px;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
	/*transform: translateY(-50%);*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.testimonial-box-list{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.testimonial-box-item{
    position: relative;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 80px;
	overflow: hidden;
}

.testimonial-box-item::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.client-author-image{
    width: calc(27% - 25px);
}

.client-author-image figure{
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.client-author-image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.client-testimonial-content{
    width: calc(73% - 25px);
}

.client-testimonial-rating{
    margin-bottom: 20px;
}

.client-testimonial-rating ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-testimonial-rating ul li{
    display: inline-block;
}

.client-testimonial-rating ul li i{
    font-size: 12px;
	color: var(--accent-color);
    margin-right: 2px;
}

.client-testimonial-rating ul li:last-child i{
    margin: 0;
}

.client-testimonial-info{
    margin-bottom: 20px;
}

.client-testimonial-info p{
	font-size: 20px;
}

.client-testimonial-info p:last-child{
    margin: 0;
}

.client-author-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.client-author-title{
    width: calc(65% - 15px);
}

.client-author-title h3{
    font-size: 22px;
    margin-bottom: 5px;
}

.client-author-title p{
    margin-bottom: 0;
}

.client-author-logo{
    width: calc(35% - 15px);
    text-align: end;
}

.client-author-logo img{
	max-width: 125px;
	max-height: 30px;
}

/************************************/
/***     29. Image Gallery css    ***/
/************************************/

.page-gallery{
	position: relative;
	padding: 160px 0 50px;
}

.page-gallery::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*top: 40%;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 325px;*/
    /*height: 325px;*/
    /*animation: squrerotate 10s infinite linear;*/
	/*animation-iteration-count: infinite;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img{
	aspect-ratio: 1 / 0.8;
	aspect-ratio: 1 / 0.992;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/***     30. Video Gallery css    ***/
/************************************/

.page-video-gallery{
	position: relative;
	padding: 160px 0 50px;
}

.page-video-gallery::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -80px;*/
    /*top: 40%;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.video-gallery-image{
	border-radius: 20px;
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.video-gallery-image a{
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before{
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	font-size: 20px;
	background: var(--accent-color);
	color: var(--dark-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after{
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img{
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/***       31. FAQs Page css      ***/
/************************************/

.page-faqs{
	position: relative;
    padding: 160px 0 80px;
}

.page-faqs::before{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -80px;*/
    /*top: 150px;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: right center;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 280px;*/
    /*height: 288px;*/
	/*animation: circlemoverotate 12s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-faqs::after{
	/*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 60%;*/
    /*left: -80px;*/
    /*background: url(../images/section-bg-shape-7.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
	/*transform: translateY(-50%);*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.page-faqs-catagery{
    margin-right: 30px;
}

.page-faq-accordion{
    margin-bottom: 80px;
}

.page-faq-accordion:last-child{
    margin-bottom: 0;
}

.faq-sidebar{
    position: sticky;
    top: 20px;
}

.faq-catagery-list{
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
	overflow: hidden;
}

.faq-catagery-list::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: -1;
}

.faq-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 40px;
}

.faq-catagery-list ul li{
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.faq-catagery-list ul li a{
    position: relative;
    display: block;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a{
    color: var(--accent-color);
}

.faq-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/arrow-white.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before{
    transform: rotate(45deg);
}

/************************************/
/***    32. Contact Us Page css   ***/
/************************************/

.contact-information{
	position: relative;
	padding: 160px 0 80px;
}

.contact-information:before {
	/*content: "";*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-image: url(../images/contact-bg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-size: cover;*/
	/*z-index: 0;*/
}

.contact-information::after {
	/*content: '';*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*background: var(--dark-color-theme);*/
	/*opacity: 75%;*/
	/*opacity: 60%;*/
	/*height: 100%;*/
	/*width: 100%;*/
	/*z-index: 1;*/
}

.contact-information::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: -90px;*/
    /*bottom: 0%;*/
    /*background: url(../images/section-bg-shape-2.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 50%;*/
    /*width: 264px;*/
    /*height: 274px;*/
    /*animation: circlezoomrotate 10s infinite linear;*/
    /*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.contact-info-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	padding: 0 80px 80px;
	overflow: hidden;
	/*z-index: 2;*/
}

.contact-info-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

.contact-info-item{
	position: relative;
	color: var(--primary-color-theme);
	width: calc(33.33% - 20px);
	border-radius: 0 0 30px 30px;
	text-align: center;
	overflow: hidden;
	padding: 40px;
	transition: all 0.4s ease-in-out;
}

.contact-info-item::before{
	content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	border-top: none;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 0 0 30px 30px;
	opacity: 40%;
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: -1;
}

.contact-info-item::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/contact-info-bg-shape.svg) no-repeat;
	background-position: top left;
	background-size: auto;
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.contact-info-item:hover {
	color: var(--accent-color);
}

.contact-info-item:hover::before,
.contact-info-item.active::before,
.contact-info-item.active::after,
.contact-info-item:hover::after{
	height: 100%;
}

.contact-info-item .icon-box{
	position: relative;
	background-color: var(--accent-color);
	height: 100px;
	width: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-info-item .icon-box img{
	max-width: 50px;
	filter: invert(1);
}

.contact-info-contant p{
	margin-bottom: 20px;
}

.contact-info-contant h3{
	color: inherit;
	font-size: 22px;
	/*text-decoration: underline;*/
}

.contact-info-contant h3 a{
	color: inherit;
}

.contact-us-form{
	position: relative;
	padding: 80px 0;
}

.contact-us-form::before{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -70px;*/
    /*bottom: 60px;*/
    /*background: url(../images/section-bg-shape-3.png) no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: contain;*/
    /*opacity: 40%;*/
    /*width: 255px;*/
    /*height: 260px;*/
    /*animation: circlemoverotate 10s infinite linear;*/
	/*animation-direction: alternate;*/
    /*z-index: -1;*/
}

.contact-form{
	position: relative;
	background: url('../images/contact-form-bg-shape.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	padding: 80px;
	overflow: hidden;
}

.contact-form::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--text-color);
	background: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}

.google-map{
	/*padding: 80px 0;*/
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 613px;
	border-radius: 30px;
}

.google-map-iframe iframe{
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.google-map-iframe:hover iframe{
	filter: grayscale(0%);
}

/************************************/
/*** 	   33. 404 Page css       ***/
/************************************/

.error-page{
	padding: 160px 0 80px;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

.error-page .error-page-content{
	text-align: center;
}

.error-page-content-heading{
	margin-bottom: 30px;
}

.error-page-content-body p{
	margin-bottom: 30px;
}

/************************************/
/***      34. Responsive css      ***/
/************************************/

@media only screen and (min-width: 992px){
	.about-us .about-us-img {
		max-width: none;
	}
	.about-us .about-us-img img {
		max-width: none;
		max-height: none;
	}
	.about-us-content {
		min-height: 700px;
	}
}
@media only screen and (max-width: 991px){

	.navbar{
		padding: 20px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-social-links{
		/*display: none;*/
	}

	.readmore-btn{
		padding-right: 30px;
	}

	.readmore-btn::before{
		width: 24px;
		height: 24px;
	}

	.section-row{
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.section-row .section-title{
		max-width: 100%;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3,
	.section-title .subtitle {
		margin-bottom: 15px;
	}

	.section-title h3::before,
	.section-title .subtitle::before{
		width: 14px;
		height: 14px;
	}

	.section-title h1,
	.hero-content .section-title h2,
	.page-header-block .section-title h1 {
		font-size: 50px;
	}

	.section-title h2,
	.page-header-block .section-title h2 {
		font-size: 40px;
	}

	.section-title p{
		margin-top: 15px;
	}

	.section-content-btn .section-title-content{
		margin-bottom: 20px;
	}

	.section-title-content{
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.hero{
		padding: 150px 0 50px;
	}

	.hero.bg-image{
		padding: 202px 0 100px;
	}
	
	.hero.hero-slider-layout .hero-slide{
		padding: 172px 0 130px;
		height: 100%;
	}

	.hero-content{
		margin-bottom: 30px;
	}

	.hero-content .section-title p{
		font-size: 18px;
	}

	.hero-images{
		max-width: 520px;
		margin: 0 auto;
	}

	.satisficed-client-box{
		padding: 15px;
	}

	.satisficed-client-content h3{
		font-size: 22px;
	}

	.our-scrolling-ticker{
		padding: 25px 0;
	}

	.scrolling-ticker-box{
		--gap: 50px;
	}

	.our-testimonials {
		padding: 50px 0;
	}

	.about-us{
		padding: 50px 0 0;
	}

	.about-us::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.about-us-box{
		gap: 30px;
	}

	.about-us-image {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.about-us-image,
	.about-us-content{
		width: 100%;
	}

	.about-us-img {
		max-width: 80vw;
	}

	.about-us-img img{
		max-height: 80vw;
		max-width: 80vw;
	}

	.about-experience-box{
		max-width: 290px;
	}

	.about-experience-counter h2{
		font-size: 45px;
	}

	.about-us-body{
		padding: 20px;
	}

	.about-us-body p{
		font-size: 16px;
	}

	.about-us-footer{
		margin-top: 30px;
	}

	.about-author-image{
		margin-right: 20px;
	}

	.about-author-content h3{
		font-size: 20px;
	}

	.about-us-list{
		position: initial;
		max-width: 100%;
		padding: 30px;
		gap: 50px;
		margin-top: 30px;
	}

	.about-list-item{
		width: calc(33.33% - 33.33px);
	}

	.about-list-item::before{
		right: -25px;
	}

	.about-list-item .icon-box{
		margin-bottom: 20px;
	}
	
	.about-list-item .icon-box img{
		max-width: 30px;
	}

	.about-list-content h3{
		font-size: 20px;
	}

	.our-services{
		padding: 50px 0 0;
	}

	.our-services::before{
        right: -50px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.our-service-image{
		margin-bottom: 30px;
	}

	.our-service-image img{
		aspect-ratio: 1 / 0.9;
	}

	.service-item{
		padding: 30px;
	}

	.service-item .icon-box{
		margin-right: 20px;
	}

	.service-item-content{
		width: calc(100% - 60px);
	}

	.service-item-content h3{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.service-item-content p{
		margin-bottom: 20px;
	}

	.service-footer{
		margin-top: 30px;
	}

	.our-brands{
		padding: 50px 0;
	}

	.our-brands-box{
		padding: 40px;
	}

	.our-brand-contant,
	.our-brand-list{
		width: 100%;
	}

	.brand-list-item{
		padding: 40px 10px 20px;
	}

	.brand-list-item .icon-box{
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}

	.brand-list-item .icon-box img{
		max-width: 40px;
	}

	.brand-item-content h3{
		font-size: 20px;
		margin-bottom: 15px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-us::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.why-choose-list-item{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.why-choose-list-item h3{
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 25px;
	}
	
	.why-choose-list-item h3::before{
		width: 18px;
		height: 18px;
	}

	.why-choose-images{
		width: 100%;
		max-width: 80%;
		margin: 30px auto 0;
	}

	.why-choose-img{
		max-width: 360px;
	}

	.our-feature{
		padding: 50px 0;
	}

	.our-feature-content{
		margin-bottom: 30px;
	}

	.our-feature-body-item img{
		max-width: 50px;
		margin-right: 10px;
	}

	.our-feature-body-item h3{
		font-size: 20px;
	}

	.our-feature-btn{
		margin-top: 30px;
	}

	.our-feature-img-1.our-feature-image img{
		aspect-ratio: 1 / 1.61;
	}

	.our-feature-img-2 .our-feature-image img{
		aspect-ratio: 1 / 0.76;
	}

	.our-client-box{
		max-width: 200px;
		padding: 15px 10px;
	}

	.client-box-content h3{
		font-size: 22px;
	}

	.key-facts{
		padding: 50px 0;
	}

	.key-facts::before{
        right: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.key-facts-box{
		height: auto;
		display: block;
	}

	.key-facts-image{
		width: 100%;
		height: auto;
	}

	.key-facts-image img{
		height: auto;
		aspect-ratio: 1 / 0.9;
		object-position: top center;
	}

	.key-facts-content{
		width: 100%;
		height: auto;
		padding: 40px;
	}

	.key-facts-header{
		margin-bottom: 30px;
	}

	.key-facts-couner{
		padding: 30px 30px 30px 0;
	}

	.key-facts-couner:nth-of-type(2n + 2){
		padding: 30px 0 30px 30px;
	}

	.key-facts-couner:nth-last-child(-n + 2){
		padding-bottom: 0;
	}

	.key-facts-couner h2{
		font-size: 45px;
	}

	.key-facts-couner:nth-child(-n + 2){
		padding-top: 0;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.pricing-body-list-item{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.pricing-body-list-item h3{
		font-size: 20px;
		margin-bottom: 15px;
	}

	.pricing-body-list-item h3::before{
		font-size: 18px;
	}

	.pricing-item{
		padding: 30px;
	}

	.pricing-item.highlighted-box .pricing-header{
		padding-right: 20px;
	}

	.pricing-header,
	.pricing-body{
		margin-bottom: 20px;
	}

	.pricing-header img{
		max-width: 50px;
		margin-bottom: 20px;
	}

	.pricing-header h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.pricing-header p{
		margin-bottom: 20px;
	}

	.pricing-header h2{
		font-size: 40px;
	}

	.pricing-header sup{
		font-size: 18px;
		top: -0.8em;
	}

	.pricing-footer ul li{
		padding: 0 0 15px 25px;
		margin-bottom: 15px;
	}

	.pricing-footer ul li::before{
		font-size: 18px;
		top: 2px;
	}

	.how-it-works{
		padding: 50px 0;
	}

	.how-it-works::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.how-it-work-content{
		margin-bottom: 30px;
	}

	.our-agency-circle{
		text-align: center;
	}

	.our-agency-circle a figure img{
        max-width: 160px;
    }

	.our-agency-circle .agency-circle-arrow{
		height: 80px;
		width: 80px;
	}

	.our-agency-circle .agency-circle-arrow img{
		max-width: 30px;
	}

	.how-work-list-item{
		padding: 20px;
		margin-bottom: 20px;
	}

	.how-work-list-content h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.how-work-list-no h2{
		font-size: 50px;
	}

	.our-testimonial{
		padding: 50px 0;
	}

	.our-testimonial::before{
        right: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.testimonial-body,
	.testimonial-header{
		padding: 25px;
	}

	.testimonial-content{
		margin-bottom: 20px;
	}

	.author-content h3{
		font-size: 20px;
	}

	.testimonial-counter h2{
		font-size: 34px;
	}

	.testimonial-slider .testimonial-pagination{
		margin-top: 30px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.need-help-box {
		/*top: 0;*/
		/*margin-top: -20px;*/

		width: 230px;
		/*border-radius: 12px;*/
		padding: 16px 22px;
	}

	.need-help-box-phone {
		top: auto;
	}

	.our-faqs-image,
	.our-faqs-content{
		/*margin-bottom: 30px;*/
	}

	.faqs-review-box{
		max-width: 485px;
		padding: 20px;
	}

	.review-rating-box h2{
		font-size: 40px;
	}

	.faq-accordion .accordion-header .accordion-button{
        font-size: 20px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
        font-size: 12px;
        width: 22px;
        height: 22px;
    }

	.our-blog{
		padding: 50px 0 10px;
	}

	.our-blog::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.post-featured-image,
	.post-item-content{
		margin-bottom: 20px;
	}

	.post-item-content h3{
		font-size: 20px;
	}

	.footer-work-together{
		padding: 50px 0;
	}

	.footer-work-together::before{
		top: 70%;
        right: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.work-together-content{
		background-size: cover;
	}

	.footer-work-together h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.footer-work-together h2{
		font-size: 120px;
	}

	.footer-work-together .work-together-btn a{
		width: 120px;
		height: 120px;
	}

	.footer-main{
		padding: 50px 0 0;
	}

	.footer-newsletter-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.newsletter-form .form-group .form-control{
		width: calc(100% - 50px);
		padding: 13px;
	}

	.newsletter-form .form-group .newsletter-btn{
		width: 50px;
		height: 50px;
	}

	.newsletter-form .form-group .newsletter-btn i{
		font-size: 24px;
	}

	.footer-links h3{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-cta-box{
		border-radius: 20px;
		margin-top: 40px;
		padding: 20px;
		overflow: hidden;
	}

	.footer-logo img{
		max-width: 150px;
	}

	.footer-contact-box{
		width: calc(100% - 170px);
		gap: 20px 0px;
	}

	.footer-contact-item{
		padding-right: 20px;
		margin-right: 20px;
	}

	.footer-contact-item h3{
		font-size: 18px;
	}

	.footer-contact-item .icon-box i{
		font-size: 20px;
	}

	.footer-copyright{
		padding: 30px 0;
	}

	.footer-social-links ul li{
		margin-right: 10px;
	}

	.footer-social-links ul li a{
		padding: 8px 12px;
	}

	.footer-social-links ul li a i{
		font-size: 16px;
	}

	.page-header{
        padding: 180px 0 100px;
    }

	.page-header-box h1{
        font-size: 60px;
        margin-bottom: 15px;
    }

	.page-header-box ol li.breadcrumb-item{
        font-size: 16px;
    }

	.our-approach{
		padding: 50px 0;
	}

	.our-approach-content{
		margin-bottom: 30px;
	}

	.our-approach-item{
		padding: 20px;
	}

	.our-approach-item .icon-box{
		margin-bottom: 30px;
	}

	.our-approach-item .icon-box img{
		max-width: 40px;
	}

	.approach-item-content h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.our-approach-images{
		margin-left: 0px;
	}

	.what-we-do{
		padding: 50px 0;
	}

	.what-we-do-content{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.what-we-body{
		margin-bottom: 30px;
	}

	.what-we-do-item {
		width: 100%;
	}

	.what-we-do-image,
	.what-do-item-image {
		margin-bottom: 20px;
	}

	.what-we-img img{
		aspect-ratio: 1 / 0.8;
	}

	.about-agency-list {
		margin-left: 25px;
	}

	.our-team{
		padding: 50px 0 10px;
	}

	.our-team::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.team-body{
		bottom: 20px;
		left: 20px;
		right: 20px;
		border-radius: 12px;
		padding: 10px 15px;
	}

	.team-content h3{
		font-size: 20px;
	}

	.our-soultion{
		padding: 50px 0;
	}

	.our-soultion-content{
		margin-bottom: 30px;
	}

	.soultion-item-content h3{
		font-size: 20px;
	}

	.soultion-image-box{
		padding-left: 50px;
		margin-left: 0px;
	}

	.our-soultion-image img{
		aspect-ratio: 1 / 0.9;
	}

	.page-services{
		padding: 80px 0 10px;
	}

	.page-service-single{
        padding: 50px 0 0;
    }

    .service-single-content{
        margin: 0 0 50px 0;
    }

	.service-feature-image{
        margin-bottom: 30px;
    }

    .service-feature-image img{
        aspect-ratio: 1 / 0.59;
    }

    .service-entry{
        margin-bottom: 30px;
    }

    .service-entry h2{
        font-size: 40px;
    }

    .service-entry-list-image{
        margin: 30px 0;
		gap: 20px;
    }

	.service-entry-list{
		width: calc(55% - 10px);
	}

    .service-entry-list ul li{
        margin-bottom: 15px;
		padding-left: 25px;
    }

    .service-entry-list ul li::before{
        font-size: 16px;
    }

	.service-entry-image{
		width: calc(45% - 10px);
	}

    .process-step-content{
        padding: 30px;
    }

    .process-step-header{
        margin-bottom: 50px;
    }

    .process-step-header .icon-box img{
        max-width: 48px;
    }

    .process-step-no h3{
        font-size: 20px;
    }

    .process-step-body h3{
        font-size: 20px;
    }

	.process-step-image img{
		aspect-ratio: 1 / 0.8;
	}

	.service-sidebar{
		position: initial;
	}

    .service-catagery-list{
        margin-bottom: 40px;
    }

    .service-catagery-list h3{
        font-size: 20px;
        padding: 30px 30px 20px;
    }

    .service-catagery-list ul{
        padding: 20px 30px 30px;
    }

    .service-catagery-list ul li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sidebar-cta-box{
        padding: 30px;
    }

    .sidebar-cta-box .icon-box{
        margin-bottom: 30px;
    }

    .sidebar-cta-box .icon-box img{
        max-width: 50px;
    }

    .cta-contact-content h3{
        font-size: 20px;
        margin-bottom: 10px;
    }

	.page-blog {
		padding: 50px 0;
	}
	
	.post-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
		padding: 80px 0 40px;
	}

	.post-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
	}

	.post-entry blockquote p{
		font-size: 18px;
	}

	.post-entry h2{
		font-size: 40px;
	}

	.post-entry ul li{
		font-size: 16px;
	}

	.post-tags{
		margin-bottom: 20px;
	}

	.post-social-sharing ul{
		text-align: left;
	}

	.tag-links{
		font-size: 22px;
	}

	.post-tags .tag-links a{
		font-size: 16px;
		padding: 6px 15px;
	}

	.page-project{
		padding: 80px 0 10px;
	}

	.page-project::before{
		top: 12%;
		width: 180px;
		height: 180px;
		opacity: 30%;
	}

	.our-Project-nav{
		margin-bottom: 40px;
	}

	.our-Project-nav ul{
		gap: 10px 20px;
	}

	.our-Project-nav ul li a{
		font-size: 14px;
		padding: 8px 12px;
	}

	.project-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.project-btn a{
		/*width: 80px;*/
		/*height: 80px;*/
	}

	.project-btn a img{
		/*max-width: 34px;*/
	}

	.project-content h3{
		font-size: 20px;
	}

	.page-project-single{
        padding: 80px 0 40px;
    }

	.page-project-single::before,
	.page-project-single::after{
        width: 180px;
        height: 180px;
		opacity: 30%;
    }

    .project-single-content{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .project-single-image{
        margin-bottom: 30px;
    }

    .project-single-content img{
        aspect-ratio: 1 / 0.57;
    }

	.project-challenges,
	.project-info,
    .project-entry{
        margin-bottom: 30px;
    }

    .project-entry p{
        margin-bottom: 20px;
    }

    .project-entry h2{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .project-entry ul li{
        margin-bottom: 15px;
		padding-left: 25px;
    }

	.project-entry ul li::before{
		font-size: 16px;
	}

    .project-solution-rating{
        margin-top: 0;
    }

    .project-counter-content h3{
        font-size: 34px;
    }

	.project-sidebar{
		position: initial;
	}

    .project-catagery-list{
        margin-bottom: 40px;
    }

    .category-item-list{
        padding: 30px 30px 20px;
    }

    .category-list-item h3{
        font-size: 20px;
        margin-bottom: 5px;
    }

    .category-social-link{
        padding: 30px;
    }

    .category-social-link .social-links{
        font-size: 20px;
    }

	.page-team{
		padding: 80px 0 10px;
	}

	.page-team::before{
		width: 180px;
        height: 180px;
		opacity: 30%;
	}

	.page-team-single{
        padding: 80px 0 40px;
    }

	.page-team-single::before{
		width: 180px;
        height: 180px;
		opacity: 30%;
	}

    .team-single-content{
        margin-right: 0;
    }

    .team-info-box{
        margin-bottom: 40px;
    }

    .team-info-header{
		align-items: center;
        margin-bottom: 30px;
    }

    .team-single-content h2{
        font-size: 40px;
    }

    .team-contact-box{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .team-contact-box .icon-box{
        width: 65px;
        height: 65px;
    }

    .team-contact-box .icon-box img{
        max-width: 30px;
    }

    .team-contact-content{
        width: calc(100% - 95px);
    }

    .team-contact-content h3{
        font-size: 20px;
        margin-bottom: 5px;
    }

    .team-personal-info{
        margin-bottom: 40px;
    }

    .team-career-list{
        margin-top: 20px;
    }

    .team-career-list ul{
        row-gap: 15px;
    }

	.team-single-sidebar{
		position: initial;
		margin-bottom: 30px;
	}

    .team-single-image{
        margin-bottom: 40px;
    }

    .team-single-image img{
        aspect-ratio: 1 / 0.8;
        object-position: top center;
    }

    .team-single-contact-form h3{
        font-size: 28px;
        padding: 30px;
    }

    .team-single-contact-form form{
        padding: 30px;
    }

	.page-pricing{
        padding: 80px 0 10px;
    }

	.page-pricing::before{
		width: 180px;
        height: 180px;
		opacity: 30%;
	}

	.page-testimonial{
        padding: 80px 0 40px;
    }

	.page-testimonial::before,
	.page-testimonial::after{
        width: 180px;
        height: 180px;
		opacity: 30%;
    }

    .testimonial-box-list{
        gap: 40px;
    }

    .testimonial-box-item{
        padding: 40px 30px;
        gap: 30px;
    }

    .client-author-image{
        width: calc(32% - 15px);
    }

    .client-testimonial-content{
        width: calc(68% - 15px);
    }

    .client-testimonial-rating{
        margin-bottom: 10px;
    }

	.client-testimonial-info p{
		font-size: 18px;
	}

    .client-author-title h3{
        font-size: 20px;
    }

	.page-gallery{
		padding: 80px 0 10px;
	}

	.page-gallery::before{
		width: 180px;
        height: 180px;
		opacity: 30%;
	}

	.page-video-gallery{
		padding: 80px 0 10px;
	}

	.page-video-gallery::before{
		width: 180px;
        height: 180px;
		opacity: 30%;
	}

	.page-faqs{
        padding: 80px 0 40px;
	}

	.page-faqs::before,
	.page-faqs::after{
        width: 180px;
        height: 180px;
		opacity: 30%;
    }

	.page-faqs-catagery{
		margin-right: 0px;
	}

    .page-faq-accordion{
        margin-bottom: 40px;
    }

    .faq-sidebar{
        position: initial;
		margin-bottom: 30px;
    }

    .faq-catagery-list{
        margin-bottom: 40px;
    }

    .faq-catagery-list ul{
        padding: 30px;
    }

    .faq-catagery-list ul li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

	.contact-information{
		padding: 80px 0 40px;
	}

	.contact-information::before{
        right: -50px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.contact-info-box{
		gap: 15px;
        padding: 0 20px 30px;
    }
	
	.contact-info-item{
		width: calc(33.33% - 10px);
		padding: 30px 20px;
	}

	.contact-info-item .icon-box{
		height: 80px;
		width: 80px;
		margin-bottom: 20px;
	}

	.contact-info-item .icon-box img{
		max-width: 50px;
	}

	.contact-info-contant p{
		margin-bottom: 20px;
	}

	.contact-info-contant h3{
		font-size: 20px;
	}

	.contact-us-form{
		padding: 50px 0;
	}

	.contact-us-form::before{
        left: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }

	.contact-form{
		padding: 40px;
	}

	.contact-form .form-control{
		padding: 14px 16px;
	}

	.google-map{
		padding: 50px 0;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 450px;
	}

	.error-page{
		padding: 80px 0 40px;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content-heading{
		margin-bottom: 15px;
	}

	.error-page-content-body p{
		margin-bottom: 20px;
	}

	.about-agency {
		padding: 50px 0;
	}

	.our-faqs-img-1 img {
		aspect-ratio: 1 / 0.9;
	}

	.our-faqs-img-2 {
		max-width: 220px;
	}
}

@media only screen and (max-width: 767px){

	body{
		background-size: 200% auto;
	}

	.hero{
		padding: 100px 0 50px;
	}

	.section-title h1,
	.hero-content .section-title h2,
	.page-header-block .section-title h1 {
        font-size: 30px;
    }

	.section-title h2,
	.page-header-block .section-title h2 {
        font-size: 28px;
    }

	.hero-content .section-title p{
        font-size: 16px;
    }

	.hero-images{
		display: flex;
		justify-content: center;
        max-width: 100%;
        padding-left: 0;
    }

	.hero-image{
		padding-right: 15px;
	}

	.icon-hero-img-1{
		top: 50px;
	}

	.icon-hero-img-2{
		bottom: 150px;
	}

	@keyframes iconheroimg{
		0%{
			transform: translateX(0)
		}
	
		100%{
			transform: translateY(-30px)
		}
	}

	.icon-hero-img-2 figure, .icon-hero-img-1 figure{
		width: 60px;
		height: 60px;
	}

	.icon-hero-img-2 figure img, .icon-hero-img-1 figure img{
		max-width: 30px;
	}

	.satisficed-client-box{
		bottom: 30px;
		left: 120px;
        padding: 10px;
    }

	.satisficed-client-content h3{
        font-size: 20px;
    }

	.satisficed-client-content p{
		font-size: 14px;
	}

	.scrolling-ticker-box{
		--gap: 20px;
	}

	.scrolling-content span{
		font-size: 22px;
	}

	.scrolling-content span img{
		max-width: 20px;
		margin-right: 20px;
	}

	.about-experience-box{
		max-width: 260px;
		margin: 20px auto;
    }

	.about-experience-counter h2{
        font-size: 30px;
    }

	.about-us-body{
        padding: 15px;
    }

	.about-us-body p{
        font-size: 14px;
    }

	.about-us-footer{
		gap: 20px 40px;
	}

	.about-author-content h3{
        font-size: 18px;
    }

	.about-us-list{
		display: flex;
		flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

	.about-list-item{
		display: flex;
		flex-direction: row;
		align-items: center;
		/*flex-wrap: wrap;*/
		width: 100%;
	}

	.about-list-item .icon-box{
        margin: 0 15px 0 0;
    }

	.about-list-content h3{
        font-size: 18px;
    }

	.our-service-image img{
        aspect-ratio: 1 / 1.1;
    }

	.service-item{
        padding: 20px;
        width: 100%;
    }

	.service-item-content h3{
        font-size: 18px;	
    }

	.our-brands-box{
        padding: 20px;
    }

	.brand-list-item{
		width: 100%;
		border-radius: 30px;
		padding: 30px 10px 20px;
		overflow: hidden;
	}

	.brand-list-item .icon-box{
        height: 60px;
        width: 60px;
    }

	.brand-list-item .icon-box img{
        max-width: 30px;
    }

	.brand-item-content h3{
        font-size: 18px;
		margin-bottom: 10px;
    }

	.why-choose-list-item:last-child,
	.why-choose-list-item:nth-child(2n + 2){
		border-bottom: 1px solid var(--divider-color);
		margin-bottom: 20px;
        padding-bottom: 20px;
	}

	.why-choose-us .col-md-6:last-child .why-choose-list-item:last-child{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.why-choose-list-item{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.why-choose-list-item h3{
        font-size: 18px;
		margin-bottom: 10px;
    }

	.why-choose-images{
        max-width: 100%;
		padding: 0 10px 10px;
    }

	.why-choose-img{
        max-width: 180px;
    }

	.our-feature-body{
		gap: 20px;
	}

	.our-feature-body-content,
	.our-feature-body-item{
		width: 100%;
	}

	.our-feature-body-item::before{
		top: auto;
		right: 0;
		bottom: -10px;
		height: 1px;
		width: 100%;
	}

	.our-feature-body-item img{
        max-width: 40px;
    }

	.our-feature-body-item h3{
		font-size: 18px;
	}

	.our-feature-images{
		gap: 20px;
		padding: 0 0 32px 0;
	}

	.our-feature-img-1,
	.our-feature-img-2{
		width: calc(50% - 10px);
	}

	.our-feature-image figure,
	.our-feature-image img{
		border-radius: 20px;
	}

	.our-feature-img-1.our-feature-image img{
		aspect-ratio: 1 / 1.83;
    }

	.our-feature-img-2 .our-feature-image{
		margin-bottom: 20px;
	}

	.our-feature-img-2 .our-feature-image img{
        aspect-ratio: 1 / 0.85;
    }

	.our-client-box{
		max-width: 150px;
		left: 45%;
        transform: translateX(-50%);
        bottom: 0;
        padding: 10px;
    }

	@keyframes clientboxmove{
		50%{
			left: 55%;
		}
	}

	.our-client-box .icon-box{
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.our-client-box .icon-box img{
		max-width: 16px;
	}

	.client-box-content{
		width: calc(100% - 35px);
	}

	.client-box-content h3{
        font-size: 18px;
    }

	.client-box-content p{
		font-size: 12px;
	}

	.key-facts-image img{
        aspect-ratio: 1 / 1.25;
        object-position: center center;
    }

	.key-facts-content{
        padding: 30px 20px;
    }

	.key-facts-header{
		gap: 20px;
	}

	.free-consultation-circle,
	.key-facts-header .section-title{
		width: 100%;
	}

	.free-consultation-circle{
		text-align: left;
	}

	.free-consultation-circle img{
		max-width: 80px;
	}

	.key-facts-couner{
        width: 100%;
        border-bottom: 1px solid var(--divider-color);
        border-right: none;
        margin-bottom: 20px;
        padding: 0 0 20px 0;
    }
    
    .key-facts-couner:nth-of-type(2n + 2){
        padding: 0 0 20px 0;
    }

    .key-facts-couner:nth-last-child(-n + 2){
        border-bottom: 1px solid var(--divider-color);
        padding-bottom: 20px;
    }

    .key-facts-couner:last-child{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

	.key-facts-couner h2{
        font-size: 30px;
    }

	.pricing-body-list-item{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.pricing-body-list-item h3{
        font-size: 18px;
        margin-bottom: 10px;
		padding-left: 25px;
    }

	.pricing-item{
		width: 100%;
        padding: 20px;
		border-radius: 20px;
    }

	.pricing-header img{
        margin-bottom: 15px;
    }

	.pricing-header h3{
        font-size: 18px;
    }

	.pricing-header p{
        margin-bottom: 15px;
    }

	.pricing-header h2{
        font-size: 30px;
    }

	.pricing-header sup{
		font-size: 16px;
		top: -0.7em;
	}

	.pricing-header sub{
		font-size: 14px;
	}

	.pricing-footer ul li::before{
        font-size: 16px;
        top: 3px;
    }

	.pricing-item.highlighted-box::after{
		height: 28px;
	}

	.our-agency-circle a figure img{
        max-width: 140px;
    }

	.our-agency-circle .agency-circle-arrow{
		height: 70px;
		width: 70px;
	}

	.our-agency-circle .agency-circle-arrow img{
		max-width: 24px;
	}

	.how-work-list-item{
        padding: 15px;
    }

	.how-work-list-content h3{
        font-size: 18px;
    }

	.how-work-list-no h2{
        font-size: 40px;
    }

	.author-content h3{
        font-size: 18px;
    }

	.testimonial-counter h2{
        font-size: 28px;
    }

	.our-faqs-image {
		padding: 0 145px 100px 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faqs-review-box{
        max-width: 100%;
		gap: 30px;
		border-radius: 20px;
        padding: 15px;
    }

	.review-rating-box{
        width: calc(38% - 15px);
        gap: 10px;
    }

	.review-rating-box::before{
		right: -15px;
	}

	.review-rating-box h2{
        font-size: 34px;
    }

	.review-rating-box i{
        font-size: 26px;
    }

	.review-client-box{
        width: calc(62% - 15px);
    }

	.satisfy-client-images{
		margin-bottom: 5px;
	}

	.faq-accordion .accordion-item {
		margin-bottom: 15px;
	}

	.faq-accordion .accordion-header .accordion-button{
        font-size: 18px;
        padding: 12px 38px 12px 12px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
        right: 12px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

	.faq-accordion .accordion-item .accordion-body{
        padding: 0 12px 12px 12px;
    }

	.faq-accordion .accordion-item .accordion-body p{
        font-size: 14px;
    }

	.post-featured-image a,
	.post-featured-image figure{
		border-radius: 20px;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.7;
		border-radius: 20px;
	}

	.post-item-content h3{
        font-size: 18px;
    }

	.footer-work-together h3{
        font-size: 18px;
    }

	.footer-work-together h2{
        font-size: 50px;
    }

	.work-together-btn{
		top: 56%;
	}

	.footer-work-together .work-together-btn a{
        width: 85px;
        height: 85px;
    }

	.footer-work-together .work-together-btn a span{
		font-size: 10px;
	}

	.footer-links{
		margin-bottom: 30px;
	}

	.footer-links h3{
        font-size: 22px;
        margin-bottom: 15px;
    }

	.footer-cta-box{
        margin-top: 0;
        padding: 20px;

		display: flex;
		text-align: center;
		justify-content: center;
    }

	.footer-logo {
		margin: 0;
	}

	.footer-contact-box{
        width: 100%;
		justify-content: center;
        gap: 20px 0px;
		margin-top: 20px;
    }

	.footer-contact-item{
        padding-right: 5px;
        margin-right: 5px;
    }

	.footer-contact-item .icon-box{
		margin-right: 5px;
	}

	.footer-contact-item .icon-box i{
        font-size: 16px;
    }

	.footer-contact-item h3{
        font-size: 14px;
    }

	.footer-copyright{
        padding: 15px 0;
    }

	.footer-copyright-text{
		text-align: center;
	}

	.footer-messenger-links{
		text-align: center;
		margin-top: 15px;
	}

	.footer-messenger-links ul li a{
		width: 50px;
		height: 50px;
    }

	.footer-messenger-links ul li a i{
        font-size: 22px;
    }

	.page-header-box h1{
        font-size: 30px;
    }

	.our-scrolling-ticker.subpages-scrolling-ticker{
		padding: 15px 0;
	}

	.our-approach-item{
		width: 100%;
	}

	.approach-item-content h3{
		font-size: 18px;
	}

	.approach-image-circle img{
		max-width: 110px;
	}

	.what-we-btn,
	.what-we-review-image{
		width: 100%;
	}

	.satisfy-client-content p{
		font-size: 14px;
	}

	.what-we-social-box{
		display: block;
	}

	.what-we-social-image{
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.what-we-social-content{
		width: 100%;
		text-align: center;
	}

	.what-we-social-tags{
		justify-content: center;
	}

	.what-we-social-tags a{
		padding: 8px 12px;
	}

	.what-we-social-tags a i{
		font-size: 16px;
		margin-right: 5px;
	}

	.what-we-images{
		padding-left: 0px;
		padding-bottom: 50px;
	}

	.what-we-images .our-agency-circle{
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}

	.what-we-images .our-agency-circle img{
		max-width: 100px;
	}

	.team-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.team-content p{
		font-size: 14px;
	}

	.our-soultion-item{
		width: calc(50% - 15px);
		display: block;
		padding: 15px;
	}

	.our-soultion-item .icon-box{
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.our-soultion-item .icon-box img{
		max-width: 30px;
	}

	.soultion-item-content{
		width: 100%;
	}

	.soultion-item-content h3{
		font-size: 18px;
	}

	.soultion-item-content p{
		font-size: 14px;
	}

	.soultion-image-box{
        padding-left: 0px;
		padding-bottom: 32px;
    }

	.service-feature-image img{
        aspect-ratio: 1 / 0.78;
    }

    .service-entry h2{
        font-size: 30px;
    }

    .service-entry-list-image{
        gap: 30px;
    }

    .service-entry-list,
    .service-entry-image{
        width: 100%;
    }

    .service-entry-list ul li{
        font-size: 14px;
		padding-left: 20px;
    }

	.service-entry-list ul li::before{
        font-size: 14px;
    }

    .service-entry-image img{
        aspect-ratio: 1 / 0.68;
        object-position: top center;
    }

    .service-process-steps{
        gap: 20px;
        margin: 0;
    }

    .process-step-item{
        gap: 20px;
    }

    .process-step-content,
    .process-step-image{
        width: 100%;
    }

    .process-step-content{
        padding: 20px;
    }

    .process-step-header{
        margin-bottom: 50px;
    }

    .process-step-header .icon-box img{
        max-width: 36px;
    }

    .process-step-no h3{
        font-size: 18px;
    }

    .process-step-body h3{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .process-step-image img{
        aspect-ratio: 1 / 0.72;
    }

    .service-catagery-list{
        margin-bottom: 30px;
    }

    .service-catagery-list h3{
        font-size: 18px;
        padding: 20px;
    }

    .service-catagery-list ul{
        padding: 20px;
    }

	.service-catagery-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-catagery-list ul li a {
		padding-right: 30px;
	}

    .service-catagery-list ul li a::before{
        width: 22px;
        height: 22px;
    }
    
    .sidebar-cta-box{
        padding: 20px;
    }

    .sidebar-cta-box .icon-box{
        margin-bottom: 25px;
    }

    .sidebar-cta-box .icon-box img{
        max-width: 40px;
    }

    .cta-contact-content h3{
        font-size: 18px;
    }

    .cta-contact-btn a{
        padding: 10px 25px;
    }

    .cta-contact-btn a img{
        max-width: 22px;
        margin-right: 10px;
    }

	.post-image figure,
	.post-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
	}
	
	.post-entry h2{
		font-size: 28px;
	}

	.tag-links{
		font-size: 20px;
	}

	.project-btn a{
        /*width: 60px;*/
        /*height: 60px;*/
    }

	.project-btn a img{
        /*max-width: 26px;*/
    }

	.project-content h3{
        font-size: 18px;
    }

	.project-single-content{
        margin-bottom: 20px;
    }

    .project-single-content img{
        aspect-ratio: 1 / 0.67;
    }

    .project-entry h2{
        font-size: 30px;
    }

    .project-entry ul li{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project-solution-rating{
        gap: 15px;
    }

    .project-rating-counter .icon-box i{
        font-size: 36px;
    }

    .project-counter-content{
        width: calc(100% - 56px);
    }

    .project-counter-content h3{
        font-size: 28px;
    }

    .project-rating-content,
    .project-rating-counter{
        width: 100%;
    }

    .category-item-list{
        padding: 20px;
    }

    .category-list-item{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .category-list-item h3{
        font-size: 18px;
    }

    .category-social-link{
        padding: 20px;
    }

	.category-social-link span{
		font-size: 20px;
	}

	.team-info-box{
        margin-bottom: 30px;
    }

    .team-info-header{
        margin-bottom: 30px;
        gap: 10px;
    }

    .team-info-title,
    .team-info-social-list{
        width: 100%;
    }

	.team-info-social-list ul{
		text-align: left;
	}

    .team-single-content p{
        margin-bottom: 15px;
    }

    .team-single-content h2{
        font-size: 30px;
    }

    .team-contact-box{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

	.team-contact-box .icon-box{
		margin-right: 20px;
	}

    .team-contact-content{
        width: calc(100% - 85px);
    }

    .team-contact-content h3{
        font-size: 18px;
    }

    .team-personal-info{
        margin-bottom: 30px;
    }

    .team-career-list ul{
        gap: 10px;
    }

    .team-career-list ul li{
        width: 100%;
		padding-left: 25px;
    }

    .team-career-list ul li::before{
        font-size: 16px;
    }

    .team-single-image{
        margin-bottom: 25px;
    }

    .team-single-image img{
        aspect-ratio: 1 / 1.08;
    }

	.team-single-contact-form {
		max-width: 500px;
		margin: 0 auto;
	}

    .team-single-contact-form h3{
        font-size: 30px;
        padding: 20px;
    }

    .team-single-contact-form form{
        padding: 20px;
    }

	.testimonial-box-item{
        padding: 20px 15px;
        gap: 20px;
        text-align: center;
    }

    .client-author-image{
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
    }

    .client-testimonial-content{
        width: 100%;
    }

    .client-testimonial-info p{
        font-size: 16px;
    }

    .client-author-content{
        gap: 15px;
    }

    .client-author-title,
    .client-author-logo{
        width: 100%;
        text-align: center;
    }

    .client-author-title h3{
        font-size: 18px;
    }

	.page-faq-accordion{
        margin-bottom: 30px;
    }

    .faq-catagery-list{
        margin-bottom: 30px;
    }

	.faq-catagery-list ul{
        padding: 20px;
    }

	.contact-info-item{
        width: 100%;
		border-radius: 30px;
        padding: 30px 20px;
		overflow: hidden;
    }

	.contact-info-box{
        padding: 20px;
    }

	.contact-info-item .icon-box{
        height: 60px;
        width: 60px;
    }

	.contact-info-item .icon-box img{
        max-width: 35px;
    }

	.contact-info-contant p{
        margin-bottom: 10px;
    }

	.contact-info-contant h3{
        font-size: 18px;
    }

	.contact-form{
        padding: 20px;
		border-radius: 20px;
    }
	
	.google-map-iframe,
	.google-map-iframe iframe{
		height: 350px;
		border-radius: 20px;
    }

	.need-help-box {
		top: 20px;
		right: 20px;
		width: 200px;
		padding: 12px 16px;
	}

	.need-help-box-phone {
		top: auto;
		width: 220px;
	}

	.need-help-box-phone b {
		font-size: 16px;
		padding-top: 5px;
	}

	.need-help-box-phone .icon-box {
		width: 40px;
		height: 40px;
		padding: 8px;
	}

	.need-help-box img {
		max-width: 40px !important;
	}

	.need-help-content {
		width: calc(100% - 60px);
	}

	.need-help-content h3 {
		font-size: 18px;
	}
}


.our-projects {
    position: relative;
    padding: 80px 0 50px;
}


.our-projects .project-image a {
    display: block;
    cursor: none;
}
.our-projects .project-image figure {
    display: block;
    border-radius: 29px;
    overflow: hidden;
}
.our-projects .project-item:hover .project-image img {
    transform: scale(1.1);
}

.our-projects .project-image img {
    width: 100%;
    aspect-ratio: 1 / 0.992;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.4s 
ease-in-out;
}
.our-projects .project-image a {
    display: block;
    cursor: none;
}
.our-projects .project-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.58%, var(--dark-color) 107.74%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 215%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms 
linear;
    background-color: transparent;
}

.our-projects .project-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.our-projects .project-item:hover .project-body {
    transform: translateY(0);
}

.our-projects .project-item:hover .project-image img {
    transform: scale(1.1);
}

.our-projects .project-body {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    transform: translateY(20px);
    transition: all 0.4s 
ease-in-out;
    z-index: 1;
}

.our-projects .project-item .project-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 
ease-in-out;
}

.our-projects .project-item:hover .project-btn {
	margin-top: 20px;
	opacity: 1;
	visibility: visible;
}

.our-projects .project-content h3 {
    font-size: 22px;
}

.our-projects .project-content h3 a {
    color: inherit;
}

.readmore-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--accent-color);
    padding-right: 30px;
    border: none;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: all 0.3s 
ease-in-out;
}
.readmore-btn:hover {
    color: var(--primary-color);
}

.section-row .section-title{
	width: 100%;
	max-width: 700px;
}
















.about-agency{
	position: relative;
	padding: 80px 0;
}

.about-agency::before{
	content: '';
	display: block;
	position: absolute;
	left: -120px;
	top: 50%;
	/*background: url('../images/about-agency-bg.png') no-repeat;*/
	/*background-position: left center;*/
	/*background-size: contain;*/
	opacity: 50%;
	width: 386px;
	height: 400px;
	animation: circlerotate 20s infinite linear;
	z-index: -1;
}

@keyframes circlerotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.about-agency-content{
	position: sticky;
	top: 100px;
	padding-right: 35px;
	padding-bottom: 45px;
}

.about-agency-list{
	border-left: 1px solid var(--divider-color);
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	padding-left: 50px;
}

.about-agency-item{
	width: 100%;
}

.about-agency-item .icon-box{
	margin-bottom: 20px;
}

.about-agency-item .icon-box img{
	max-width: 40px;
}

.agency-item-content + .agency-item-content {
	margin-top: 25px;
}

.agency-item-content .icon-box {
	position: relative;
	font-size: 27px;
	margin-bottom: 15px;
	font-weight: 300;
}

.agency-item-content h3{
	position: relative;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 500;
}

.agency-item-content .icon-box:after{
	content: '';
	position: absolute;
	top: -2px;
	left: -60px;
	background: url('../images/dot-accept-icon.svg') no-repeat;
	background-position: left center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.agency-item-content p {
	margin-bottom: 10px;
}

.agency-item-content p:last-child{
	margin: 0;
}





.modal .modal-content {
	/*max-width: calc(100vw - 30px);*/
	font-size: 24px;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid var(--border-color);
	background: var(--dark-color);
}

.modal .modal-header {
	border-bottom: 1px solid var(--border-color);
}

.modal .modal-footer {
	text-align: center;
	border-top: 1px solid var(--border-color);
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
	color: var(--text-color);
	font-size: 24px;
	font-weight: 600;
	padding: 40px;
}

.modal .modal-title {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.modal .btn-close {
	/*position: absolute;*/
	/*top: 27px;*/
	/*right: 35px;*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0) invert(1);
	opacity: 100%;
	box-shadow: none;
	padding: 0;
	transition: all 0.3s ease !important;
}

.modal .btn-close:hover {
	filter: none;
	border-color: var(--accent-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF00FF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.modal .modal-body input,
.modal .modal-body textarea {
	color: var(--text-color);
	padding: 12px 15px;
	background: var(--dark-color);
	border-color: var(--border-color);
	border-radius: 10px;
}

.modal .modal-body input::placeholder,
.modal .modal-body textarea::placeholder {
	color: var(--white-color);
}

.modal .modal-body form .btn-default {
	border-color: var(--border-color);
}

.modal .modal-content {
	/*background: var(--secondary-color);*/
}

.modal .modal-footer ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}


@media (max-width: 575.98px){
	.modal .modal-content {
		font-size: 20px;
	}

	.modal .modal-header,
	.modal .modal-body,
	.modal .modal-footer {
		font-size: 20px;
		padding: 25px;
	}

	.modal .modal-title {
		font-size: 26px;
	}

	.modal .modal-body input,
	.modal .modal-body textarea {
		padding: 10px 14px;
	}
}



.service-list {
	margin-bottom: 35px;
}

.service-list-item {
	margin-bottom: 20px;
	border-radius: 25px;
}

.service-img-list {
	position: relative;
}

.service-img-item {
	position: relative;
	width: 70%;
	overflow-x: hidden;
}

.service-img-item figure {
	border: 10px solid var(--dark-color);
}

.service-img-item figure img {
	width: 100%;
}

.service-img-item.service-img-item-1 {
	margin-left: 30%;
	z-index: 2;
}

.service-img-item.service-img-item-1 figure {
	border-radius: 170px 30px 170px 170px;
}

.service-img-item.service-img-item-2 {
	margin-right: 30%;
	margin-top: -140px;
	z-index: 1;
}

.service-img-item.service-img-item-2 figure {
	border-radius: 30px 170px 170px 170px;
}


.flex-row-reverse .service-img-list {
	display: inline-flex;
	flex-direction: column-reverse;
}

.flex-row-reverse .service-img-list .service-img-item.service-img-item-1 {
	margin-top: -140px;
	z-index: 1;
}

.flex-row-reverse .service-img-list .service-img-item.service-img-item-2 {
	margin-top: 0;
	z-index: 2;
}

.text-dot {
	position: relative;
	font-size: 20px;
	padding-left: 35px;
}

.text-dot + .text-dot {
	margin-bottom: 10px;
}

.text-dot:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/dot-accept-icon.svg') no-repeat;
	background-position: left center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.text-dot > span {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 15px;
}

.text-trim-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-accent {
	color: var(--accent-color);
}







.page-parser {
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 18px;
}

.page-parser .section-title {
	margin-bottom: 20px;
}

.page-parser h1,
.page-parser h2,
.page-parser h3:not(.subtitle),
.page-parser h4,
.page-parser h5,
.page-parser h6 {
	font-weight: 300;
	margin-bottom: 20px;
}

.page-parser h1 {
	font-size: 50px;
}

.page-parser h2 {
	font-size: 42px;
}

.page-parser h3:not(.subtitle) {
	font-size: 36px;
}

.page-parser h4 {
	font-size: 32px;
}

.page-parser h5 {
	font-size: 28px;
}

.page-parser h6 {
	font-size: 22px;
}

@media only screen and (max-width: 991px) {
	.page-parser {
		font-size: 16px;
	}

	.page-parser h1 {
		font-size: 36px;
	}

	.page-parser h2 {
		font-size: 32px;
	}

	.page-parser h3:not(.subtitle) {
		font-size: 28px;
	}

	.page-parser h4 {
		font-size: 25px;
	}

	.page-parser h5 {
		font-size: 22px;
	}

	.page-parser h6 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.page-parser {
		font-size: 15px;
	}

	.page-parser h1 {
		font-size: 32px;
	}

	.page-parser h2 {
		font-size: 28px;
	}

	.page-parser h3:not(.subtitle) {
		font-size: 25px;
	}

	.page-parser h4 {
		font-size: 22px;
	}

	.page-parser h5 {
		font-size: 18px;
	}

	.page-parser h6 {
		font-size: 16px;
	}
}

.page-parser b,
.page-parser strong {
	font-weight: 700;
}

.page-parser a {
	color: var(--accent-color);
	transition: all 0.4s ease !important;
}

.page-parser a:hover {
	color: var(--primary-color);
}

.page-parser p {
	margin-bottom: 20px;
}

.page-parser p:last-child{
	margin-bottom: 0;
}

.page-parser blockquote {
	position: relative;
	background: url(../images/icon-blockquote.svg) no-repeat;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	background-position: 35px 30px;
	background-size: 58px;
	border-radius: 20px;
	padding: 30px 30px 30px 120px;
	margin: 80px 0;
	overflow: hidden;

	display: flex;
	align-items: center;
	min-height: 120px;
}

.page-parser blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: var(--secondary-color);
	opacity: 40%;
	z-index: -1;
}

.page-parser img{
	width: 100%;
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
	border-radius: 30px;
	margin-bottom: 40px;
}

.page-parser p > img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-parser ol,
.page-parser ul {
	margin: 30px 0 40px;
}

.page-parser ol {
	padding-left: 25px;
}

.page-parser ol li::marker {
	color: var(--accent-color);
}

.page-parser ol li{
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color);
}

.page-parser ul {
	padding: 0;
	list-style: none;
}

.page-parser ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.page-parser ul li:last-child{
	margin-bottom: 0;
}

.page-parser ul li::before{
	content: "\f192";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: var(--accent-color);
}

@media (max-width: 991.98px){

}

@media (max-width: 767.98px){
	.page-parser blockquote {
		background-position: 25px 30px;
		background-size: 48px;
		padding: 20px 20px 20px 100px;
		margin: 40px 0;
		min-height: 115px;
	}
}





.page-parser .description-section {
	padding: 40px 0;
}

.page-parser .description-list {

}

.page-parser .description-box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 0;
}

.page-parser .description-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px;
	margin-bottom: 0;

	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.page-parser .description-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}


.page-parser .description-item .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.page-parser .description-item img {
	width: 40px;
	min-width: 40px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	aspect-ratio: auto;
	/*filter: brightness(0) invert(1);*/
}

.page-parser .description-item img ~ img {
	display: none;
}

.dark-theme .page-parser .description-item img {
	display: none;
	/*filter: none;*/
}

.dark-theme .page-parser .description-item img ~ img {
	display: block;
}

.page-parser .description-item-content {
	letter-spacing: -0.4px;
}




.page-parser .colunm-box .description-box {
	justify-content: center;
}


.page-parser .colunm-box .description-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.page-parser .colunm-box .description-item {
	align-items: start;
	flex-direction: column;
	width: calc(20% - 24px);
	/*border: 1px solid var(--divider-color);*/
	/*backdrop-filter: blur(100px);*/
	/*-webkit-backdrop-filter: blur(100px);*/
	/*border-radius: 20px;*/
	/*padding: 30px;*/
	/*overflow: hidden;*/
	/*transition: all 0.4s ease-in-out;*/
}

.page-parser .colunm-box .description-item img {
	width: 50px;
	min-width: 50px;
}

.page-parser .colunm-box .description-item .icon-box {
	margin-bottom: 40px;
	/*margin-right: 0;*/
}

@media (max-width: 991.98px){
	.page-parser .colunm-box .description-item {
		width: calc(33.33% - 20px);
		padding: 20px;
	}

	.page-parser .colunm-box .description-item .icon-box {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px){
	page-parser .colunm-box .description-list {
		gap: 20px;
	}

	.page-parser .colunm-box .description-item {
		border-radius: 12px;
		width: calc(50% - 10px);
		padding: 15px;
	}

	.page-parser .colunm-box .description-item img {
		width: 40px;
		min-width: 40px;
	}

	.page-parser .colunm-box .description-item .icon-box {
		margin-bottom: 20px;
	}
}

@media (max-width: 575.98px){
	page-parser .colunm-box .description-list {
		gap: 20px;
	}

	.page-parser .colunm-box .description-item {
		flex-direction: row;
		align-items: center;
		border-radius: 12px;
		width: 100%;
		padding: 15px;
	}

	.page-parser .colunm-box .description-item .icon-box {
		margin-bottom: 0;
	}
}


.page-parser .description-images {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.page-parser .description-images figure {
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.page-parser .description-images-box,
.page-parser .description-images-box-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.page-parser .description-images-box-1 .description-images-img {
	width: calc(50% - 15px);
}

.page-parser .description-images-box-2 {
	width: 100%;
}

.page-parser .description-images-box-2 .description-images-img img {
	aspect-ratio: 1 / 0.473;
}

.page-parser .description-images-img {

}

.page-parser .description-images-img img {
	width: 100%;
	aspect-ratio: 1 / 0.993;
	object-fit: cover;
	border-radius: 30px;
	margin-bottom: 0;
}

.page-parser .description-tag {
	position: absolute;
	display: flex;
	align-items: center;
	min-width: 285px;
	width: auto;
	white-space: nowrap;
	top: auto;
	left: 0;
	right: auto;
	bottom: 40px;
	padding: 15px;
	border-radius: 20px;
	background: var(--accent-color);
	animation: helpphonemove 3s infinite linear alternate;
	animation: helpboxmove 3s infinite linear alternate;
	animation: clientboxmove 3s infinite linear alternate;
}

.page-parser .description-tag .icon-box {
	/*width: 50px;*/
	/*height: 50px;*/
	padding: 15px;
	border-radius: 50%;
	margin-right: 15px;
	background: var(--dark-color);
	z-index: 1;
}

.page-parser .description-tag .icon-box img {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	aspect-ratio: 1 / 1;
	filter: brightness(0) invert(1);
}

.dark-theme .page-parser .description-tag .icon-box img {
	filter: none;
}

.page-parser .description-tag.description-tag-left {
	margin-left: -30px;
}

.page-parser .description-tag.description-tag-right {
	left: auto;
	right: 0;
	margin-right: -40px;
	animation: helpboxmove 3s infinite linear alternate;
}

.page-parser .description-tag .description-tag-content {
	color: var(--secondary-color);
	position: relative;
	width: calc(100% - 80px);
	z-index: 1;
}

.page-parser .description-tag .description-tag-content p {
	/*word-spacing: -3px;*/
	padding-top: 10px;
	line-height: 1.1em;
}

.page-parser .description-tag .description-tag-title {
	color: var(--secondary-color);
	font-size: 1.75em;
	margin-bottom: 5px;
}

.page-parser .paralax-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 80px;
	background: url(../images/testimonial-bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 550px;
	padding: 80px;
	border-radius: 40px;
	overflow: hidden;
	z-index: 2;
}

@supports (-webkit-touch-callout: none) {
	.page-parser .paralax-block {
		background-attachment: scroll;
	}
}

.page-parser .paralax-block:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--dark-color);
	opacity: 70%;
	z-index: 1;
}

.page-parser .paralax-block * {
	z-index: 2;
}

.page-parser .paralax-block p {
	margin-bottom: 0;
}



.about-us-body:hover a {
	color: var(--primary-color);
}

.dark-theme .about-us-body:hover a {
	/*color: var(--primary-color)*/
}


@media (min-width: 992px){
	.page-parser .description-section {
		padding: 80px 0;
	}

	.page-parser .description-item {
		width: calc(50% - 15px);
	}

	.page-parser .description-images {
		margin-left: 30px;
		margin-top: 0;
	}

	.page-parser .description-section-reverse .description-images {
		margin-left: 0;
		margin-right: 30px;
		margin-top: 0;
	}
}

@media (max-width: 991.98px){
	.page-parser .paralax-block {
		gap: 30px;
		border-radius: 30px;
		padding: 50px;
	}

	.page-parser .description-box {
		gap: 15px;
	}
	.page-parser .description-item {
		width: 100%;
	}
}

@media (max-width: 767.98px){
	.page-parser .paralax-block {
		border-radius: 20px;
		padding: 20px;
		min-height: 100vw;
	}
}

@media (max-width: 575.98px){
	.page-parser .paralax-block .section-title {
		margin-bottom: 130px;
	}
}








.btn-default {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	backdrop-filter: none;
	height: 55px;
	width: -webkit-max-content;
	width: max-content;
	transition: transform 0.6s
	cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-default.no-border {
	border: 0;
	padding: 0;
	height: auto;
}
.btn-default.no-border::after {
	display: none;
}
.btn-default.no-border .btn-border {
	display: none;
}
.btn-default .btn-border {
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-default .btn-border {
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-default .btn-border > span {
	border: 1px solid var(--primary-color);
	border-radius: inherit;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	opacity: 0.3;
	transition: opacity 200ms;
}
.btn-default .word-root {
	height: 22px;
	overflow: hidden;
	display: inline-block;
}
.btn-default .word-root .double-word-column {
	display: flex;
	flex-direction: column;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .word-root .double-word-column .word {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
	line-height: 1.3;
}
.btn-default .word-root .double-word-column .word:last-of-type {
	transform: translateX(50%);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon {
	width: 35px;
	margin-left: 10px;
}
.btn-default .btn-icon .btn-icon-0 {
	stroke: var(--primary-color);
	fill: none;
	transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon .btn-icon-1 {
	fill: var(--accent-color);
	transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default:hover .btn-icon .btn-icon-0 {
	cx: 15;
}
.btn-default:hover .btn-icon .btn-icon-1 {
	cx: 15;
}
.btn-default:hover .double-word-column {
	transform: translateY(-50%);
}
.btn-default:hover .double-word-column .word:last-of-type {
	transform: translateX(0);
}
.btn-default:hover .btn-border span {
	opacity: 0.8;
}
.btn-default::before {
	display: none;
}

form .btn-default {
	border: 1px solid var(--divider-color);
}




.beer-slider img {
	border-radius: 30px;
}

.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
	background: var(--accent-color);
}




/* fancybox 3 */
.f-panzoom__wrapper,
img.f-panzoom__content {
	border-radius: 30px;
	overflow: hidden;
}
.f-caption {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	color: var(--accent-color);
}
/* fancybox 3 END */




/*.mfp-zoom-in {
	!* start state *!
	!* animate in *!
	!* animate out *!
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.5s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}*/


/* ====== Zoom effect ====== */
.mfp-zoom-in .mfp-content {
	opacity: 0;
	transform: scale(0.6);
	transition: all 0.3s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.6);
	opacity: 0;
	transition: all 0.1s ease-in-out;
}

/* Optional: Fade background overlay */
.mfp-zoom-in .mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-bg {
	opacity: 0;
}

/* Стан до анімації (при відкритті/закритті) */
.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Стан під час відкриття (готовий) */
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Стан під час закриття */
.mfp-zoom-in.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}








.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}








.cb-cursor-icon {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 36px;
	height: 36px;
	/*background-image: url("../images/arrow-accent.svg");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(0) rotate(10deg);
	-moz-transform: scale(0) rotate(10deg);
	-ms-transform: scale(0) rotate(10deg);
	-o-transform: scale(0) rotate(10deg);
	transform: scale(0) rotate(10deg);
	opacity: 0;
	/*color: white;*/
	/*font-size: 16px;*/
	/*line-height: 20px;*/
	/*text-align: center;*/
	/*letter-spacing: -0.01em;*/
	-webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
	transition: opacity 0.4s, -webkit-transform 0.3s;
	-o-transition: opacity 0.4s, -o-transform 0.3s;
	-moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
	transition: opacity 0.4s, transform 0.3s;
	transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.cb-cursor.-icon .cb-cursor-icon {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}














.mobile-menu_btn {
	display: block;
}

.menu_btn {
	position: relative;
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
}

.menu_btn.active {

}

.menu_icon {

}

.menu_icon-bar {

}

.menu_icon .menu_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--dark-color);
	background-color: var(--primary-color-theme);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.menu_icon .menu_icon-bar:first-child{
	margin-top: 0 !important;
}

.menu_icon .menu_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.mobile-menu_btn .menu_btn.active .menu_icon span.menu_icon-bar:nth-child(1){
	transform: rotate(-45deg) translate(-5px, 5px);
}

.mobile-menu_btn .menu_btn.active .menu_icon span.menu_icon-bar:nth-child(2){
	opacity: 0;
}

.mobile-menu_btn .menu_btn.active .menu_icon span.menu_icon-bar:nth-child(3){
	transform: rotate(45deg) translate(-5px, -5px);
}






.mobile_menu-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	background: var(--dark-color-theme) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 100% !important;
	width: 100% !important;
	z-index: 100;
	transition: all 0.3s
	ease-in-out !important;
}

.mobile_menu-bg.active {
	opacity: .5;
	visibility: visible;
	pointer-events: auto;
}

.mobile_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100vw;
	color: var(--primary-color);
	background: var(--secondary-color) !important;
	border-radius: 0;
	opacity: 100%;
	height: 100% !important;
	width: 420px;
	max-width: 100dvw;
	border: none;
	padding: 0;
	transform: translateX(0) !important;
	overflow-y: auto;
	z-index: 101;
	transition: transform 0.3s
	ease-in-out !important;
}

.mobile_menu.active {
	transform: translateX(100vw) !important;
}

.mobile_menu-title {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 28px;
	padding: 25px 50px 25px 25px;
	color: var(--primary-color);
	background: var(--dark-color-theme);
	height: 91px;
	/*border-bottom: 1px solid var(--divider-color) !important;*/
}

.mobile_menu-title > img {
	margin-top: -20px;
}

/*.mobile_menu-title > img.black-logo {*/
/*	position: absolute;*/
/*	top: 20px;*/
/*	left: 25px;*/
/*	width: 162px;*/
/*	!*height: 100%;*!*/
/*	z-index: 1;*/
/*	opacity: 0;*/
/*	transition: all 0.3s*/
/*	ease-in-out !important;*/
/*}*/

/*.dark-theme .mobile_menu-title img.black-logo,*/
.dark-theme .navbar-brand img.black-logo {
	/*opacity: 1;*/
}

.mobile_menu-title .style-btn {
	background: #FFFFFF1A;
	padding: 0;
	font-size: 22px;
	margin: 0 auto !important;
	border-radius: 50%;
}

.mobile_menu-title .style-btn svg {
	width: 40px;
	height: 40px;

}

.dark-theme .mobile_menu-title .style-btn svg rect,
.dark-theme .mobile_menu-title .style-btn svg path {
	/*fill: #000000;*/
}

.mobile_menu-title .style-btn svg rect,
.mobile_menu-title .style-btn svg path {
	fill: #ffffff;
}


.dark-theme .navbar-brand img,
.dark-theme .mobile_menu-title img {
	/*content: url('../images/logo-black.png');*/
}

.mobile_menu-title a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-style: 28px;
	margin: 0 auto;
	color: var(--white-color);
}

.mobile-phone a {
	position: relative;
	background: var(--accent-color);
	color: var(--primary-color-theme);
	/*color: var(--dark-color-theme);*/
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 22px;
	margin: 0;
	border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
}

@media (min-width: 992px){
	.mobile-phone a {
		color: var(--primary-color);
		background: transparent;
		border: 1px solid var(--white-color);
		padding: 14px 24px;
		width: auto;
		height: auto;
		font-size: 16px;
		font-weight: 300;
		border-radius: 50px;
		transition: all 0.3s ease-in-out !important;
	}

	.mobile-phone a i {
		color: var(--accent-color);
		font-size: 22px;
		transition: all 0.3s ease-in-out !important;
	}

	.mobile-phone a:hover {
		/*color: var(--accent-color);*/
		border-color: var(--accent-color);
		background: var(--accent-color);
	}

	.mobile-phone a:hover i {
		color: var(--primary-color);
		font-size: 22px;
	}
}


.mobile_menu-title a:hover{
	color: var(--accent-color);
}

.mobile_menu-title a i {
	font-weight: 600;
}

.mobile-menu_btn-close {
	position: absolute;
	top: 27px;
	right: 15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0) invert(1);
	opacity: 1;
	z-index: 1;
	box-shadow: none;
	padding: 0;
	transition: all 0.3s
	ease !important;
}

.mobile-menu_btn-close:hover {
	filter: none;
	border-color: var(--accent-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF00FF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}



.lang-list {
	position: relative;
}

.lang-list-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	transition: .3s ease;
	transform: translateY(-15px) !important;
	opacity: 0;
	user-select: none;
	padding-top: 10px;
}

.lang-list-dropdown .lang-btn:not(:last-child){
	margin-bottom: 7px;
}

.lang-list:hover .lang-list-dropdown,
.lang-list-dropdown:hover  {
	transform: translateY(0) !important;
	opacity: 1;
	user-select: auto;
}

.lang-btn {
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 14px 24px;
	width: 75px;
	height: auto;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	border-radius: 50px;
	transition: 0.3s ease !important;
}

body.dark-theme .lang-btn {
	border: 1px solid #e4e4e4;
}
}

.lang-list-dropdown .lang-btn:hover,
.lang-btn.active {
	color: var(--accent-color);
}

.lang-list-dropdown .lang-btn:hover {
	background: #fff;
}

.header-sticky.active .lang-btn {
	color: #000;
	border-color: rgba(0, 0, 0, 0.6);
}

.header-sticky.active .lang-list-dropdown .lang-btn:hover,
body:not(.dark-theme) .header-sticky.active .lang-list-dropdown .lang-btn:hover {
	background: var(--accent-color);
}

body:not(.dark-theme) .header-sticky.active .lang-btn {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.6);
}


@media (max-width: 991.98px){
	.lang-btn {
		padding: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		font-size: 18px;
		margin: 0;
		border-radius: 8px;
		border: none;
		color: #fff;
		background: var(--accent-color);
	}
	.lang-list-dropdown .lang-btn:hover,
	.lang-btn.active {
		color: #000;
		background: #fff;
	}
}




.mobile_menu ul {
	margin: 5px 0;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.mobile_menu .footer-messenger-links ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile_menu .mobile_submenu {
	padding-left: 0;
	border-top: 1px solid var(--divider-color) !important;
}

.mobile_menu .mobile_menu_nav {
	clear: both;
	color: #fff;
	/*margin: 15px 0;*/
	font-size: .875em;
}

.mobile_menu .mobile_menu_nav > .menu_nav-item {
	border-bottom: 1px solid var(--divider-color) !important;
}

.mobile_menu .mobile_menu_nav > .menu_nav-item:not(.submenu) {
	padding: 0 25px;
}

.mobile_menu .mobile_submenu .menu_nav-item:not(:last-child) {
	border-bottom: 1px solid var(--divider-color) !important;
}

.menu_nav-item .menu_nav-link,
.menu_nav-item-title {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px 15px 0;
	color: var(--primary-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s
	ease-in-out;
}

.menu_nav-item-title {
	padding: 15px 60px 15px 25px;
}

.menu_nav-item-title > .menu_nav-link {
	padding: 0;
	margin: 0;
	display: inline;
}

.menu_nav-link.active,
.menu_nav-link:hover,
.menu_nav-link:focus {
	color: var(--accent-color) !important;
}

.mobile_submenu .menu_nav-link {
	font-weight: 300;
	font-size: 16px;
	padding: 10px 20px 10px 40px;
}



.mobile_menu_arrow {
	font-size: 0 !important;
	margin: 0 0 0 .4em;
}

.mobile_menu_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	color: var(--primary-color);
	position: absolute;
	right: 10px;
	padding: 15px 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.mobile_menu_arrow.active:after{
	transform: translateY(-50%) rotate(-180deg);
	color: var(--accent-color);
}

.mobile_submenu {
	display: none;
}





@media (max-width: 991.98px){

	.navbar-brand > img {
		margin-top: -20px;
	}

	.cb-cursor {
		display: none !important;
	}

	.page-service-subcategory {
		margin: 0;
	}

	.page-service {
		padding: 50px 0 0;
	}

	.our-projects {
		padding: 50px 0 0;
	}

	.our-services-page {
		padding: 50px 0 0;
	}

	.our-projects .project-item .project-body {
		transform: translateY(0);
	}

	.our-projects .project-item .project-btn {
		margin-top: 20px;
		opacity: 1;
		visibility: visible;
	}

	.hero-images .hero-img,
	.hero-images .hero-img img {
		max-height: none;
		max-width: 80vw;
	}

	.hero-img .circle-bg-img {
		top: 15%;
		left: 35%;

		max-width: 48vw;
		max-height: 48vw;

		max-width: 48vw;
		max-height: 48vw;
	}

	.our-projects-list,
	.our-blogs-list {
		flex-wrap: nowrap;
		/*overflow-x: auto;*/
	}

	.our-projects-item,
	.our-blogs-item {
		width: calc((100vw - 15px) / 3);
	}

	.our-projects-item .project-body {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.our-projects-item .project-content h3 {
		font-size: 18px;
	}

	.our-projects-item .project-btn {
		margin-top: 10px !important;
	}
}

@media (max-width: 767.98px){
	.hero-img .circle-bg-img {
		top: 25%;
		left: auto;
		right: 0;
	}

	.our-projects-list,
	.our-blogs-list {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.our-projects-item {
		width: 300px;
	}

	.our-blogs-item {
		width: 300px;
	}

	.testimonial-btn {
		margin-top: 20px;
	}
}
@media (min-width: 576px){
	.sm-w-100 {
		width: 100%;
	}
}
@media (max-width: 575.98px){
	.service-img-item figure {
		border-width: 5px;
	}

	.hero-images .hero-img {
		padding-right: 10px;
	}

	.hero-images .hero-img,
	.hero-images .hero-img img {
		max-width: 90vw;
	}

	.circle-bg-img {
		max-width: calc(100% - 100px);
		height: auto;
		aspect-ratio: 1;
		left: auto;
		right: 0;
		top: 30px;
	}

	.hero-img .circle-bg-img {
		top: 30%;
		left: auto;
		right: 0;
	}
}

@media (max-width: 420.98px){

}








#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	border-radius: 50%;
	z-index: 1040;
	transition: 0.35s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	transition: all 0.5s;
}

#backtotop.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#backtotop a {
	outline: none;
	text-decoration: none;
	border: 0 none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 46px;
	height: 46px;
	background: var(--accent-color);
	/*opacity: 1;*/
	transition: all 0.3s;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
}

#backtotop.visible a:hover {
	outline: none;
	/*opacity: 0.9;*/
	color: var(--accent-color);
	background: var(--primary-color-theme);
}




#bulchat {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 85px;
	margin: 0 25px 0 0;
	z-index: 1040;
	transition: 0.35s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	transition: all 0.5s;
	-webkit-animation: gelatine;
	animation: gelatine;
}

#bulchat.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#bulchat.visible div {
	outline: none;
	opacity: 1;
	background: var(--accent-color);
	cursor: pointer;
}

#bulchat.visible div:hover {
	opacity: 0.8;
}

#bulchat div {
	position: relative;
	outline: none;
	text-decoration: none;
	border: 0 none;
	display: block;
	color: #fff;
	width: 46px;
	height: 46px;
	background-color: #66676b;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 50% 50% 50% 0;
	text-align: center;
	font-size: 22px;
}

#bulchat div i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#bulchat.visible.close {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#chat-widget {
	display: none;
}

#chat-widget .chat-widget-body {
	position: fixed;
	bottom: 85px;
	right: 85px;
	width: 380px;
	max-height: 475px;
	max-height: calc(100vh - 80px);
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 30px;
	box-shadow: 0 24px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	box-sizing: border-box;
	z-index: 999;
}

#chat-widget .chat-widget-body.is-closed {
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-duration: .5s;
	animation-name: fadeOutUp;
	animation-duration: .5s;
}

#chat-widget .chat-widget-body.is-opened {
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-name: fadeInDown;
	animation-duration: .5s;
}

#chat-widget .chat-widget-body .chat-header {
	padding: 40px 20px 40px 20px;
	background: var(--accent-color);
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}

#chat-widget .chat-widget-body .chat-header .chat-close {
	position: absolute;
	top: 27px;
	right: 35px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0) invert(1);
	opacity: 100%;
	box-shadow: none;
	padding: 0;
	transition: all 0.3s ease !important;
}

#chat-widget .chat-widget-body .chat-header .chat-close:hover {
	filter: none;
	border-color: var(--dark-color-theme);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#chat-widget .chat-widget-body .chat-header .close-chat img {
	height: 10px;
}

#chat-widget .chat-widget-body .chat-header .chat-title {
	text-align: center;
	color: var(--white-color-theme);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

#chat-widget .chat-widget-body .chat-header .chat-team {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member {
	text-align: center;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img  {
	position: relative;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 5px solid #CE8ACEFF;
	margin: 0 auto 20px;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img:after,
#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img:before {
	background: var(--white-color-theme);
	animation: pulse 2s linear infinite;
	display: none;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img:after {
	background: limegreen;
	animation: pulse-animation 1.5s linear infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
	}
}

@keyframes pulse{
	20%{
		transform: scale(1);
		opacity: 1;
	}
	80%{
		transform: scale(1.4);
		opacity: 1;
	}
	100%{
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes scale {
	0%{
		transform: scale(1);
	}
	40%{
		transform: scale(1.3);
	}
	100%{
		transform: scale(1);
	}
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

#chat-widget .chat-widget-body .chat-header .chat-team .team-member span {
	font-size: .85em;
	font-weight: 300;
}

#chat-widget .chat-widget-body .chat-header .response-delay {
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
}

#chat-widget .chat-widget-body .message-container {
	background-color: #fff;
	position: relative;
	/*overflow-x: hidden;*/
	overflow-y: auto;
	height: 100%;
	padding: 0;
}

#chat-widget .chat-widget-body .message-container .chat-message {
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

#chat-widget .chat-widget-body .message-container .chat-message img {
	height: 35px;
	border-radius: 100px;
}

#chat-widget .chat-widget-body .message-container::-webkit-scrollbar {
	/*width: 10px;*/
}

#chat-widget .chat-widget-body .message-container::-webkit-scrollbar-thumb {
	/*border-radius: 5px;*/
	/*background: rgba(0, 0, 0, 0.2);*/
}

#chat-widget .messenger-title {
	color: black;
	 text-align: center;
	 font-size: 16px;
	padding: 40px 0 20px;
	 /*display: none*/
 }

#chat-widget .messenger-list ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	justify-items: center;
	flex-wrap: wrap;
	padding: 20px;
	margin: 0;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*display: block;*/
	border-collapse: collapse;
}

#chat-widget .messenger-item {
	text-align: center;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	/*float: left;*/
	width: 50%;
	height: 125px;
	max-height: 20vh;
}

#chat-widget .messenger-item:first-child {
	border-right: 2px solid #f7f7f7;
	border-bottom: 2px solid #f7f7f7;
}

#chat-widget .messenger-item:nth-child(2) {
	border-bottom: 2px solid #f7f7f7;
}

#chat-widget .messenger-item:nth-child(3) {
	border-right: 2px solid #f7f7f7;
}

#chat-widget .messenger-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	/*transition: all .5s ease;*/
	color: var(--secondary-color);
}

#chat-widget .messenger-item a i,
#chat-widget .messenger-item a p {
	transition: all .3s ease;
}

#chat-widget .messenger-item.viber a i {
	color: #59267c;
}

#chat-widget .messenger-item.whatsapp a i {
	color: #25D366;
}

#chat-widget .messenger-item.telegram a i {
	color: #08c;
}

#chat-widget .messenger-item.messenger a i {
	color: #168AFF;
}

#chat-widget .messenger-item:hover a * {
	color: var(--accent-color) !important;
}

#chat-widget .messenger-item i {
	font-size: 3em
}

#chat-widget .messenger-item p {
	padding-top: 5px;
	margin-bottom: 0;
}

#chat-widget-bg {
	display: none;
}

@media (min-width: 767px) {
	#chat-widget-bg {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#chat-widget-bg {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--dark-color-theme) !important;
		opacity: .5;
	}

	#chat-widget .chat-widget-body {
		/*width: auto;*/
		/*max-width: none;*/
		/*height: auto;*/
		/*max-height: none;*/
		/*position: fixed;*/
		/*top: 5px !important;*/
		/*left: 5px !important;*/
		/*right: 5px !important;*/
		/*bottom: 5px !important;*/
		z-index: 1040 !important;

		position: fixed;
		top: 25px !important;
		left: calc((100vw - 380px)/2) !important;
		bottom: auto;
		/*transform: translateX(-50%);*/
		max-height: none;
		/*width: 320px;*/
		height: auto;
	}

	#chat-widget .messenger-container,
	#chat-widget .messenger-list,
	#chat-widget .messenger-list ul {
		/*height: 100%;*/
	}


	#chat-widget .messenger-item {
		/*text-align: center;*/
		/*color: #fff;*/
		/*font-weight: 400;*/
		/*letter-spacing: 1px;*/
		/*font-size: 15px;*/
		/*width: 50%;*/
		/*height: calc(50vh - 110px);*/
		/*max-height: none;*/
	}

	#bulchat.visible.close {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		visibility: hidden;
	}
}

@media (max-width: 420px) {
	#chat-widget .chat-widget-body {
		position: fixed;
		top: 5px !important;
		left: 5px !important;
		right: 5px !important;
	}
}

@media (max-height: 700px) {
	#chat-widget .chat-widget-body  {
		bottom: 25px;
		max-height: calc(100vh - 50px);
	}
}

@media (max-height: 650px) {
	#chat-widget .chat-widget-body .chat-header {
		padding: 25px 10px;
	}

	#chat-widget .messenger-title {
		padding: 25px 0 10px;
	}
	#chat-widget .messenger-list ul {
		padding: 10px;
	}
}

@media (max-height: 565px) {
	#chat-widget .chat-widget-body .chat-header .chat-team .team-member .team-member-img {
		height: 80px;
		width: 80px;
	}
	#chat-widget .messenger-item {
		height: 100px;
	}
}

@media (max-height: 480px) {
	#chat-widget .chat-widget-body .chat-header {
		padding: 15px 10px;
	}
	#chat-widget .messenger-title {
		padding: 15px 0 10px;
	}
	#chat-widget .messenger-item i {
		font-size: 2em;
	}
	#chat-widget .chat-widget-body  {
		bottom: 5px;
		max-height: calc(100vh - 10px);
	}
}