/* Generated by scripts/sync-theme-assets.mjs. Do not edit directly. */
/* Vendor theme styles only; Bootstrap and Font Awesome are intentionally excluded to avoid duplicate resets. */
@import url('/html/01.%20digital-marketing-agency/css/animate.css') layer(theme-vendor);
@import url('/html/01.%20digital-marketing-agency/css/magnific-popup.css') layer(theme-vendor);
@import url('/html/01.%20digital-marketing-agency/css/mousecursor.css') layer(theme-vendor);
@import url('/html/01.%20digital-marketing-agency/css/slicknav.min.css') layer(theme-vendor);
@import url('/html/01.%20digital-marketing-agency/css/swiper-bundle.min.css') layer(theme-vendor);
@layer theme-scoped {
.theme-scope{
	--primary-color			: #FFFFFF;
	--secondary-color		: #1B1B1B;
	--text-color			: #F5F5F4;
	--accent-color			: #BFF747;
	--dark-color			: #000000;
	--divider-color			: #FFFFFF1A;
	--dark-divider-color	: #F7FBFA1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Fustat", sans-serif;
}.theme-scope{
	position: relative;
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--text-color);
	background: url('/html/01.%20digital-marketing-agency/images/section-bg-shape.png') var(--dark-color);
	background-repeat: repeat-y;
	background-position: top 900px center;
	background-size: 100% auto;
}.theme-scope :where(p){
	line-height: 1.7em;
	margin-bottom: 1.6em;
}.theme-scope :where(h1),.theme-scope :where(h2),.theme-scope :where(h3),.theme-scope :where(h4),.theme-scope :where(h5),.theme-scope :where(h6){
	margin :0;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
}.theme-scope :where(figure){
	margin: 0;
}.theme-scope :where(img){
	max-width: 100%;
}.theme-scope :where(a){
	text-decoration: none;
}.theme-scope :where(a:hover){
	text-decoration: none;
	outline: 0;
}.theme-scope :where(a:focus){
	text-decoration: none;
	outline: 0;
}.theme-scope,.theme-scope{
	width: 100%;
	overflow-x: clip;
}.theme-scope :where(.container){
	max-width: 1300px;
}.theme-scope :where(.container),.theme-scope :where(.container-fluid),.theme-scope :where(.container-lg),.theme-scope :where(.container-md),.theme-scope :where(.container-sm),.theme-scope :where(.container-xl),.theme-scope :where(.container-xxl){
    padding-right: 15px;
    padding-left: 15px;
}.theme-scope :where(.image-anime){
	position: relative;
	overflow: hidden;
}.theme-scope :where(.image-anime:after){
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}.theme-scope :where(.image-anime:hover:after){
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}.theme-scope :where(.reveal){
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}.theme-scope :where(.reveal img){
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}.theme-scope :where(.row){
    margin-right: -15px;
    margin-left: -15px;
}.theme-scope :where(.row > *){
	padding-right: 15px;
	padding-left: 15px;
}.theme-scope :where(.row.no-gutters){
    margin-right: 0px;
    margin-left: 0px;
}.theme-scope :where(.row.no-gutters > *){
    padding-right: 0px;
    padding-left: 0px;
}.theme-scope :where(.btn-default){
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: capitalize;
	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;
}.theme-scope :where(.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%;
}.theme-scope :where(.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('/html/01.%20digital-marketing-agency/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;
}.theme-scope :where(.btn-default:hover::before){
	background-color: var(--primary-color);
	transform: translate(50px, 0px) rotate(45deg);
}.theme-scope :where(.btn-highlighted){
	position: relative;
    display: inline-block;
    line-height: 1.3em;
	font-size: 16px;
    font-weight: 700;
    background: var(--accent-color);
    color: var(--dark-color);
    text-transform: capitalize;
    border-radius: 10px;
    padding: 15px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}.theme-scope :where(.btn-highlighted:hover){
	background-color: var(--primary-color);
}.theme-scope :where(.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;
}.theme-scope :where(.loading-container),.theme-scope :where(.loading){
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}.theme-scope :where(.loading-container){
	margin: 40px auto;
}.theme-scope :where(.loading){
	border: 1px solid transparent;
	border-color: transparent var(--accent-color) transparent var(--accent-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}.theme-scope :where(.loading-container:hover .loading),.theme-scope :where(.loading-container .loading){
	transition: all 0.5s ease-in-out;
}.theme-scope :where(#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);
	}
}.theme-scope :where(.section-row){
	margin-bottom: 80px;
}.theme-scope :where(.section-row .section-title){
	width: 100%;
	max-width: 605px;
	margin-bottom: 0;
}.theme-scope :where(.section-title){
	margin-bottom: 40px;
}.theme-scope :where(.section-title h3){
	display: inline-block;
	position: relative;
	font-size: 14px;
    font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
	padding-left: 24px;
    margin-bottom: 20px;
}.theme-scope :where(.section-title h3::before){
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/html/01.%20digital-marketing-agency/images/icon-sub-accent-heading.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 16px;
    height: 16px;
}.theme-scope :where(.section-title h1){
	font-size: 120px;
	font-weight: 300;
	line-height: 1.2em;
	color: var(--primary-color);
	margin-bottom: 0;
	cursor: none;
}.theme-scope :where(.section-title h1 span){
	font-weight: 800;
	color: var(--accent-color);
}.theme-scope :where(.section-title h2){
	font-size: 50px;
	font-weight: 300;
	line-height: 1.2em;
	color: var(--primary-color);
	margin-bottom: 0;
	cursor: none;
}.theme-scope :where(.section-title h2 span){
	font-weight: 700;
	color: var(--accent-color);
}.theme-scope :where(.section-title p){
	margin-top: 20px;
	margin-bottom: 0;
}.theme-scope :where(.section-content-btn .section-title-content){
	margin-bottom: 30px;
}.theme-scope :where(.section-title-content p){
	margin: 0;
}.theme-scope :where(.help-block.with-errors ul){
	margin: 0;
	text-align: left;
}.theme-scope :where(.help-block.with-errors ul li){
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}.theme-scope :where(header.main-header){
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--divider-color);
	z-index: 100;
}.theme-scope :where(header.main-header .header-sticky){
	position: relative;
	top: 0;
	z-index: 100;
}.theme-scope :where(header.main-header .header-sticky.hide){
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}.theme-scope :where(header.main-header .header-sticky.active){
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--dark-color);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}.theme-scope :where(.navbar){
	padding: 25px 0;
	align-items: center;
}.theme-scope :where(.navbar-brand){
	padding: 0;
	margin: 0;
}.theme-scope :where(.main-menu .nav-menu-wrapper){
	flex: 1;
	text-align: left;
	margin-left: 40px;
}.theme-scope :where(.main-menu .nav-menu-wrapper > ul){
	align-items: center;
	display: inline-flex;
}.theme-scope :where(.main-menu ul li){
	margin: 0;
	position: relative;
}.theme-scope :where(.main-menu ul li.nav-item a){
	font-size: 16px;
	font-weight: 600;
	padding: 15px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.main-menu ul li.submenu > a:after){
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}.theme-scope :where(.main-menu ul li a:hover),.theme-scope :where(.main-menu ul li a:focus){
	color: var(--accent-color);
}.theme-scope :where(.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;
}.theme-scope :where(.main-menu ul li.submenu:first-child ul){
    width: 230px;
}.theme-scope :where(.main-menu ul ul ul){
	left: 100%;
	top: 0;
	text-align: left;
}.theme-scope :where(.main-menu ul li:hover > ul){
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}.theme-scope :where(.main-menu ul li.submenu ul li.submenu > a:after){
    content: '\f105';
    float: right;
}.theme-scope :where(.main-menu ul ul li){
	margin: 0;
	padding: 0;
}.theme-scope :where(.main-menu ul ul li.nav-item a){
	color: var(--dark-color);
	padding: 6px 20px !important;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.main-menu ul li:hover > ul){
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}.theme-scope :where(.main-menu ul ul li a:hover),.theme-scope :where(.main-menu ul ul li a:focus){
	color: var(--primary-color);
	background-color: transparent;
	padding: 6px 20px 6px 23px !important;
}.theme-scope :where(.header-social-box){
	align-items: center;
}.theme-scope :where(.header-social-links){
	margin-right: 20px;
}.theme-scope :where(.header-social-links ul){
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}.theme-scope :where(.header-social-links ul li){
	line-height: normal;
	margin-right: 15px;
	padding: 0;
}.theme-scope :where(.header-social-links ul li a){
	color: inherit;
}.theme-scope :where(.header-social-links ul li:last-child){
	margin: 0;
}.theme-scope :where(.header-social-links ul li i){
	font-size: 20px;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
}.theme-scope :where(.header-social-links ul li:hover i){
	color: var(--primary-color);
}.theme-scope :where(.header-btn .btn-popup){
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
}.theme-scope :where(.header-btn .offcanvas-backdrop){
	z-index: 100;
}.theme-scope :where(.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;
}.theme-scope :where(.header-btn .btn-popup img){
	max-width: 14px;
}.theme-scope{
	padding-right: initial !important;
}.theme-scope{
	padding-right: 0 !important;
}.theme-scope :where(.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;
}.theme-scope :where(.offcanvas.show:not(.hiding)),.theme-scope :where(.offcanvas.showing){
    transform: translateX(0) !important;
}.theme-scope :where(.navbar-expand-lg .offcanvas .offcanvas-body){
	display: block;
}.theme-scope :where(.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;
}.theme-scope :where(.header-contact-box){
	text-align: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}.theme-scope :where(.header-contact-box .icon-box){
	margin-bottom: 20px;
}.theme-scope :where(.header-contact-box .icon-box img){
	max-width: 40px;
}.theme-scope :where(.header-contact-box-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.header-contact-box-content p){
	color: var(--text-color);
	margin: 0;
}.theme-scope :where(.header-social-links.sidebar-social-links){
	text-align: center;
	margin-right: 0;
}.theme-scope :where(.header-social-links.sidebar-social-links h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}.theme-scope :where(.header-social-links.sidebar-social-links ul){
	justify-content: center;
}.theme-scope :where(.header-social-links.sidebar-social-links ul li a){
	background-color: transparent;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.header-social-links.sidebar-social-links ul li a:hover){
	border-color: var(--primary-color);
}.theme-scope :where(.responsive-menu),.theme-scope :where(.navbar-toggle){
	display: none;
}.theme-scope :where(.responsive-menu){
	top: 0;
	position: relative;
}.theme-scope :where(.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;
}.theme-scope :where(.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;
}.theme-scope :where(.slicknav_icon .slicknav_icon-bar:first-child){
	margin-top: 0 !important;
}.theme-scope :where(.slicknav_icon .slicknav_icon-bar:last-child){
	margin-bottom: 0 !important;
}.theme-scope :where(.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1)){
    transform: rotate(-45deg) translate(-5px, 5px);
}.theme-scope :where(.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2)){
    opacity: 0;
}.theme-scope :where(.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3)){
    transform: rotate(45deg) translate(-5px, -5px);
}.theme-scope :where(.slicknav_menu){
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}.theme-scope :where(.slicknav_menu ul){
	margin: 5px 0;
}.theme-scope :where(.slicknav_menu ul ul){
	margin: 0;
}.theme-scope :where(.slicknav_nav .slicknav_row),.theme-scope :where(.slicknav_nav li a){
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--dark-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.slicknav_nav a:hover),.theme-scope :where(.slicknav_nav a:focus),.theme-scope :where(.slicknav_nav .slicknav_row:hover){
	background-color: transparent;
	color: var(--primary-color);
}.theme-scope :where(.slicknav_menu ul ul li a){
    padding: 8px 20px 8px 30px;
}.theme-scope :where(.slicknav_arrow){
	font-size: 0 !important;
}.theme-scope :where(.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: 15px;
	transition: all 0.3s ease-out;
}.theme-scope :where(.slicknav_open > a .slicknav_arrow:after){
    transform: rotate(-180deg);
	color: var(--primary-color);
}.theme-scope :where(.hero){
	position: relative;
	padding: 215px 0 120px;
	min-height: 100vh;
}.theme-scope :where(.hero .hero-bg-video){
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}.theme-scope :where(.hero .hero-bg-video video){
	width: 100%;
	height: 100%;
	object-fit: cover;
}.theme-scope :where(.hero.bg-image){
	position: relative;
	background: url('/html/01.%20digital-marketing-agency/images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}.theme-scope :where(.hero.bg-image::before){
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) -73.04%, rgba(22, 22, 22, 0.3) 1.71%, var(--secondary-color) 100%);
	width: 100%;
	height: 100%;
	z-index: 0;
}.theme-scope :where(.hero.hero-slider-layout){
	background: none;
	padding: 0;
}.theme-scope :where(.hero.hero-slider-layout .hero-slide){
	position: relative;
	background: url('/html/01.%20digital-marketing-agency/images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 215px 0 120px;
	min-height: 100vh;
}.theme-scope :where(.hero.hero-slider-layout .hero-slide.slide-2){
	background: url('/html/01.%20digital-marketing-agency/images/hero-bg-2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}.theme-scope :where(.hero.hero-slider-layout .hero-slide::before){
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) -73.04%, rgba(22, 22, 22, 0.3) 1.71%, var(--secondary-color) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}.theme-scope :where(.hero.hero-slider-layout .hero-slide .hero-slider-image){
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}.theme-scope :where(.hero.hero-slider-layout .hero-slide .hero-slider-image img){
	width: 100%;
	height: 100%;
	object-fit: cover;
}.theme-scope :where(.hero.hero-slider-layout .hero-pagination){
	position: absolute;
    bottom: 30px;
	text-align: center;
	z-index: 2;
}.theme-scope :where(.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;
}.theme-scope :where(.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active){
    background-color: var(--accent-color);
}.theme-scope :where(.hero-content){
	position: relative;
	z-index: 1;
}.theme-scope :where(.hero-content .section-title){
	width: 100%;
	margin-bottom: 70px;
}.theme-scope :where(.typing-title){
	display: none;
}.theme-scope :where(.section-title h1 span div){
	color: transparent;
}.theme-scope :where(.hero-content-body){
	display: flex;
	align-items: center;
	margin-left: 150px;
}.theme-scope :where(.hero-content-video){
	width: 35%;
	display: flex;
	align-items: center;
}.theme-scope :where(.hero-content-video .video-play-button a){
	background: var(--accent-color);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.hero-content-video .video-play-button:hover a){
	background-position: right center;
}.theme-scope :where(.hero-content-video .video-play-button a i){
	font-size: 35px;
	color: var(--dark-color);
}.theme-scope :where(.learn-more-circle){
	margin-left: -20px;
}.theme-scope :where(.learn-more-circle img){
	max-width: 100px;
	animation: infiniterotate 30s infinite linear;
}@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}.theme-scope :where(.hero-video-content){
	width: 65%;
}.theme-scope :where(.hero-video-content p){
	margin: 0;
}.theme-scope :where(.hero-btn){
	text-align: center;
	margin-top: 60px;
}.theme-scope :where(.our-scrolling-ticker){
	background-color: var(--accent-color);
	padding: 26px 0;
}.theme-scope :where(.scrolling-ticker-box){
	--gap: 40px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}.theme-scope :where(.scrolling-content){
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 40s linear infinite;
}.theme-scope :where(.scrolling-content span){
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--dark-color);
	vertical-align: middle;
}.theme-scope :where(.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)));
	}
}.theme-scope :where(.about-agency){
	position: relative;
	padding: 160px 0 80px;
}.theme-scope :where(.about-agency::before){
	content: '';
	display: block;
	position: absolute;
	left: -120px;
	top: 50%;
	background: url('/html/01.%20digital-marketing-agency/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);
	}
}.theme-scope :where(.about-agency-content){
	position: sticky;
	top: 100px;
	padding-right: 35px;
}.theme-scope :where(.about-agency-list){
	border-left: 1px solid var(--divider-color);
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	padding-left: 50px;
}.theme-scope :where(.about-agency-item){
	width: 100%;
}.theme-scope :where(.about-agency-item .icon-box){
	margin-bottom: 20px;
}.theme-scope :where(.about-agency-item .icon-box img){
	max-width: 40px;
}.theme-scope :where(.agency-item-content h3){
	position: relative;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.agency-item-content h3:after){
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	background: url('/html/01.%20digital-marketing-agency/images/dot-green-icon.svg') no-repeat;
	background-position: left center;
	background-size: cover;
	width: 20px;
	height: 20px;
}.theme-scope :where(.agency-item-content p:last-child){
	margin: 0;
}.theme-scope :where(.our-services){
	padding: 80px 0;
}.theme-scope :where(.service-item){
	position: relative;
	background: url('/html/01.%20digital-marketing-agency/images/service-bg.svg') no-repeat;
	background-position: top left;
	background-size: auto;
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}.theme-scope :where(.service-item:hover){
	transform: translateY(-5px);
}.theme-scope :where(.service-item::before){
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: var(--secondary-color);
	opacity: 40%;
}.theme-scope :where(.service-item-header){
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}.theme-scope :where(.service-item-header .icon-box img){
	max-width: 60px;
}.theme-scope :where(.service-arrow a img){
	max-width: 34px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.service-item:hover .service-arrow a img){
	filter: brightness(0) invert(1);
	transform: rotate(45deg);
}.theme-scope :where(.service-item-body){
	position: relative;
}.theme-scope :where(.service-item-body h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}.theme-scope :where(.service-item-body p){
	margin-bottom: 0;
}.theme-scope :where(.service-footer){
	margin-top: 20px;
}.theme-scope :where(.service-footer p){
	text-align: center;
	margin-bottom: 0;
}.theme-scope :where(.service-footer p a){
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: underline;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.service-footer p a:hover){
	color: var(--primary-color);
}.theme-scope :where(.digital-success){
	padding: 80px 0;
}.theme-scope :where(.digital-success-box){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 80px;
	padding: 80px;
	position: relative;
	border-radius: 30px;
	background: linear-gradient(180deg, #BFF747 0%, rgba(0, 0, 0, 0) 90.04%);
}.theme-scope :where(.digital-success-box::before){
	content: "";
    position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 16px;
	background: linear-gradient(180deg, #000000 75%, rgba(0, 0, 0, 0) 99.04%);
	width: calc(100% - 40px);
	height: calc(100% - 20px);
}.theme-scope :where(.digital-success-list),.theme-scope :where(.digital-success-content){
	position: relative;
	width: calc(50% - 40px);
	z-index: 1;
}.theme-scope :where(.digital-success-content::before){
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    border: 1px dashed var(--dark-divider-color);
    height: 100%;
    transition: all 0.4s ease-in-out;
}.theme-scope :where(.digital-success-content .section-title){
	margin-bottom: 80px;
}.theme-scope :where(.success-counter-box){
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}.theme-scope :where(.success-counter-item){
	width: calc(50% - 15px);
}.theme-scope :where(.success-counter-item h2){
	font-size: 50px;
	color: var(--accent-color);
	margin-bottom: 10px;
}.theme-scope :where(.success-counter-item p){
	margin: 0;
}.theme-scope :where(.success-list-item){
	background: url('/html/01.%20digital-marketing-agency/images/icon-sub-accent-heading.svg') no-repeat;
	background-position: left top 2px;
	background-size: 20px auto;
	padding-left: 30px;
	margin-bottom: 80px;
}.theme-scope :where(.success-list-item:last-child){
	margin-bottom: 0;
}.theme-scope :where(.success-list-item p){
	margin: 0;
}.theme-scope :where(.success-list-item p span){
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}.theme-scope :where(.why-choose-us){
	position: relative;
	padding: 80px 0;
}.theme-scope :where(.why-choose-us::before){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
    background: url(/html/01.%20digital-marketing-agency/images/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}@keyframes circlezoomrotate{
	from{
		transform: rotate(0deg) scale(0.5);
	  }
	to{
		transform: rotate(360deg) scale(1);
	}
}.theme-scope :where(.why-choose-content){
	margin-right: 30px;
}.theme-scope :where(.why-choose-item){
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 30px;
}.theme-scope :where(.why-choose-item:last-child){
	margin-bottom: 0;
}.theme-scope :where(.why-choose-item::before){
	content: '';
    display: block;
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
	width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
}.theme-scope :where(.why-choose-item.active:before),.theme-scope :where(.why-choose-item:hover:before){
	width: 100%;
}.theme-scope :where(.why-choose-item h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.why-choose-item p){
	margin: 0;
}.theme-scope :where(.why-choose-image figure){
	display: block;
	border-radius: 30px;
	overflow: hidden;
}.theme-scope :where(.why-choose-image img){
	width: 100%;
	aspect-ratio: 1 / 0.93;
	object-fit: cover;
	border-radius: 30px;
}.theme-scope :where(.join-agency){
	padding: 80px 0 50px;
}.theme-scope :where(.agency-social-item){
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 30px 30px;
	padding: 30px 40px 30px 70px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.agency-social-item .icon-box){
	position: absolute;
	top: -30px;
	left: -30px;
}.theme-scope :where(.agency-social-item .icon-box a){
	position: relative;
	display: block;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}.theme-scope :where(.agency-social-item:hover .icon-box a){
	background-color: transparent;
}.theme-scope :where(.agency-social-item .icon-box a::before){
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 50%;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}.theme-scope :where(.agency-social-item:hover .icon-box a::before){
    transform: translate(0);
}.theme-scope :where(.agency-social-item .icon-box i){
	position: relative;
	font-size: 40px;
	color: var(--dark-color);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}.theme-scope :where(.agency-social-item:hover .icon-box a i){
	color: var(--primary-color);
}.theme-scope :where(.agency-social-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}.theme-scope :where(.agency-social-content p){
	margin: 0;
}.theme-scope :where(.agency-social-btn){
	margin-left: 10px;
}.theme-scope :where(.readmore-btn){
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.readmore-btn:hover){
	border-color: var(--accent-color);
}.theme-scope :where(.readmore-btn img){
	max-width: 24px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.agency-social-item:hover .readmore-btn img){
	transform: rotate(45deg);
}.theme-scope :where(.how-it-work){
	position: relative;
	padding: 80px 0 50px;
}.theme-scope :where(.how-it-work::before){
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 40%;
    background: url(/html/01.%20digital-marketing-agency/images/how-work-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 297px;
    height: 340px;
    animation: roundrotate 8s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}@keyframes roundrotate{
	from{
		transform: translateY(0) rotate(0);
	  }
	to{
		transform: translateY(100px) rotate(360deg);
	}
}.theme-scope :where(.work-process-item){
	position: relative;
    background: url(/html/01.%20digital-marketing-agency/images/service-bg.svg) no-repeat;
    background-position: top left;
    background-size: auto;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}.theme-scope :where(.work-process-item:hover){
	transform: translateY(-5px);
}.theme-scope :where(.work-process-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;
}.theme-scope :where(.work-process-header){
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}.theme-scope :where(.work-process-title h3){
	font-size: 22px;
	text-transform: capitalize;
}.theme-scope :where(.work-process-btn){
	margin-left: 10px;
}.theme-scope :where(.work-process-item:hover .work-process-btn .readmore-btn img){
	transform: rotate(45deg);
}.theme-scope :where(.work-process-content){
	margin-bottom: 80px;
}.theme-scope :where(.work-process-content p){
	margin: 0;
}.theme-scope :where(.work-process-body){
	display: flex;
	align-items: center;
	padding-top: 20px;
}.theme-scope :where(.work-process-no){
	width: 50%;
	padding-right: 10px;
}.theme-scope :where(.work-process-no h3){
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
}.theme-scope :where(.work-process-no h2){
	font-size: 40px;
	color: var(--accent-color);
}.theme-scope :where(.work-process-icon-box){
	width: 50%;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	text-align: center;
	background-color: var(--accent-color);
	border-radius: 30px 0 30px 0;
	padding: 40px;
	overflow: hidden;
}.theme-scope :where(.work-process-icon-box::before){
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 30px 0 30px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}.theme-scope :where(.work-process-item:hover .work-process-icon-box::before){
	transform: translate(0);
}.theme-scope :where(.work-process-icon-box img){
	position: relative;
	max-width: 60px;
}.theme-scope :where(.our-features){
	position: relative;
	padding: 80px 0;
}.theme-scope :where(.our-features::before){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
    background: url(/html/01.%20digital-marketing-agency/images/features-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 300px;
    height: 285px;
    animation: squrerotate 5s infinite linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
    z-index: -1;
}@keyframes squrerotate{
	from{
		transform: translate(0, 0) rotate(0deg);
	  }
	to{
		transform: translate(-150px, 200px) rotate(180deg);
	}
}.theme-scope :where(.digital-features-box){
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}.theme-scope :where(.digital-features-item.features-item-1){
	width: calc(60% - 30px);
}.theme-scope :where(.digital-features-item.features-item-2){
	width: calc(40% - 30px);
}.theme-scope :where(.digital-features-item){
	position: relative;
    padding: 60px;
    border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
	overflow: hidden;
}.theme-scope :where(.digital-features-item::before){
    content: '';
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
	z-index: 0;
}.theme-scope :where(.digital-features-image){
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
	z-index: 1;
}.theme-scope :where(.digital-features-image img){
	width: 100%;
    object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}.theme-scope :where(.digital-features-item.features-item-1 .digital-features-image img){
	aspect-ratio: 1 / 0.46;
}.theme-scope :where(.digital-features-item.features-item-2 .digital-features-image img){
	aspect-ratio: 1 / 0.72;
}.theme-scope :where(.digital-features-item:hover .digital-features-image img){
	transform: scale(1.1);
}.theme-scope :where(.digital-features-content){
	position: relative;
	z-index: 1;
}.theme-scope :where(.digital-features-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.digital-features-content p){
	margin: 0;
}.theme-scope :where(.digital-features-item.agency-supports){
	padding: 60px 0;
}.theme-scope :where(.agency-supports-header){
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding: 0 60px;
	z-index: 1;
}.theme-scope :where(.agency-supports-content){
	width: 50%;
}.theme-scope :where(.agency-supports-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.agency-supports-content p){
	margin: 0;
}.theme-scope :where(.agency-free-consultation){
	width: 50%;
	text-align: right;
}.theme-scope :where(.agency-free-consultation img){
	max-width: 100px;
	animation: infiniterotate 30s infinite linear;
}.theme-scope :where(.agency-supports-slider){
	position: relative;
}.theme-scope :where(.agency-supports-slider::before){
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(280deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
	width: 215px;
	height: 100%;
	z-index: 2;
}.theme-scope :where(.agency-supports-slider::after){
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
	width: 215px;
	height: 100%;
	z-index: 2;
}.theme-scope :where(.agency-supports-logo){
	background-color: var(--secondary-color);
	border-radius: 10px;
	text-align: center;
	padding: 25px 30px;
}.theme-scope :where(.agency-supports-logo img){
	max-height: 30px;
}.theme-scope :where(.our-portfolio){
	padding: 80px 0 40px;
}.theme-scope :where(.our-Project-nav){
	text-align: center;
	margin-bottom: 80px;
}.theme-scope :where(.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;
}.theme-scope :where(.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;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	padding: 10px 20px;
    overflow: hidden;
}.theme-scope :where(.our-Project-nav ul li a.active-btn),.theme-scope :where(.our-Project-nav ul li a:hover){
	background-color: var(--accent-color);
	color: var(--dark-color);
}.theme-scope :where(.project-item){
	height: calc(100% - 40px);
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}.theme-scope :where(.project-image){
	position: relative;
	margin-bottom: 20px;
}.theme-scope :where(.project-image figure){
	display: block;
	border-radius: 30px;
	overflow: hidden;
}.theme-scope :where(.project-image img){
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}.theme-scope :where(.project-item:hover .project-image figure img){
	transform: scale(1.1);
}.theme-scope :where(.project-tag){
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
}.theme-scope :where(.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;
	text-transform: capitalize;
	padding: 6px 15px;
}.theme-scope :where(.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;
}.theme-scope :where(.project-item:hover .project-btn){
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}.theme-scope :where(.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;
}.theme-scope :where(.project-btn a:hover){
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}.theme-scope :where(.project-btn a img){
	max-width: 42px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.project-btn a:hover img){
	filter: brightness(1) invert(1);
	transform: rotate(45deg);
}.theme-scope :where(.project-content h3){
	font-size: 22px;
	text-transform: capitalize;
}.theme-scope :where(.our-testimonial){
	position: relative;
	padding: 80px 0;
}.theme-scope :where(.our-testimonial::before){
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url(/html/01.%20digital-marketing-agency/images/testimonial-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 70%;
    width: 306px;
    height: 304px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}.theme-scope :where(.our-testimonial .section-row .section-title){
	max-width: 100%;
}.theme-scope :where(.testimonial-review-box){
	position: relative;
	width: 100%;
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	text-align: center;
	overflow: hidden;
	padding: 50px;
}.theme-scope :where(.testimonial-review-box::before){
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}.theme-scope :where(.testimonial-review-header){
	margin-bottom: 30px;
}.theme-scope :where(.testimonial-review-header h2){
	font-size: 80px;
	font-weight: 600;
}.theme-scope :where(.testimonial-review-header .testimonial-rating){
	margin-bottom: 10px;
}.theme-scope :where(.testimonial-review-header p){
	margin: 0;
}.theme-scope :where(.testimonial-review-content){
	margin-bottom: 30px;
}.theme-scope :where(.testimonial-review-content h3){
	font-size: 22px;
}.theme-scope :where(.company-client-images){
	margin-bottom: 10px;
}.theme-scope :where(.satisfy-client-image){
    display: inline-block;
    margin-left: -14px;
    border: 1px solid var(--dark-color);
    border-radius: 50%;
    overflow: hidden;
}.theme-scope :where(.satisfy-client-image:first-child){
    margin: 0;
}.theme-scope :where(.satisfy-client-image figure){
	display: block;
}.theme-scope :where(.satisfy-client-image img){
    max-width: 40px;
}.theme-scope :where(.testimonial-slider){
	margin-left: 30px;
}.theme-scope :where(.testimonial-slider .swiper-wrapper){
	cursor: none;
}.theme-scope :where(.testimonial-company-logo){
	margin-bottom: 30px;
}.theme-scope :where(.testimonial-company-logo img){
	max-width: 120px;
	max-height: 30px;
}.theme-scope :where(.testimonial-rating){
	margin-bottom: 20px;
}.theme-scope :where(.testimonial-rating i){
	font-size: 16px;
	color: var(--accent-color);
	margin-right: 2px;
}.theme-scope :where(.testimonial-rating i:last-child){
	margin-right: 0;
}.theme-scope :where(.testimonial-content){
	margin-bottom: 40px;
}.theme-scope :where(.testimonial-content p){
	font-size: 22px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 0;
}.theme-scope :where(.testimonial-body){
	display: flex;
	align-items: center;
}.theme-scope :where(.author-image){
	margin-right: 15px;
}.theme-scope :where(.author-image figure){
	display: block;
	border-radius: 50%;
	overflow: hidden;
}.theme-scope :where(.author-image img){
	max-width: 60px;
	border-radius: 50%;
}.theme-scope :where(.author-content){
	width: calc(100% - 75px);
}.theme-scope :where(.author-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}.theme-scope :where(.author-content p){
	text-transform: capitalize;
	margin: 0;
}.theme-scope :where(.testimonial-btn){
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-top: 30px;
	z-index: 2;
}.theme-scope :where(.testimonial-slider .testimonial-button-next),.theme-scope :where(.testimonial-slider .testimonial-button-prev){
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	border-radius: 14px;
	transition: all 0.4s ease-in-out;
}.theme-scope :where(.testimonial-slider .testimonial-button-next){
	margin-left: 30px;
}.theme-scope :where(.testimonial-slider .testimonial-button-next:hover),.theme-scope :where(.testimonial-slider .testimonial-button-prev:hover){
	background: var(--accent-color);
}.theme-scope :where(.testimonial-slider .testimonial-button-next::before),.theme-scope :where(.testimonial-slider .testimonial-button-prev::before){
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/html/01.%20digital-marketing-agency/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;
}.theme-scope :where(.testimonial-slider .testimonial-button-prev::before){
	transform: rotate(225deg);
}.theme-scope :where(.testimonial-slider .testimonial-button-next:hover:before),.theme-scope :where(.testimonial-slider .testimonial-button-prev:hover:before){
	filter: brightness(1) invert(1);
}.theme-scope :where(.testimonial-benefits-box){
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 150px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	overflow: hidden;
	margin-top: 100px;
	padding: 60px;
}.theme-scope :where(.testimonial-benefits-box::before){
	content: '';
    display: block;
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
    right: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}.theme-scope :where(.testimonial-benefits-item){
	position: relative;
	width: calc(25% - 112.5px);
}.theme-scope :where(.testimonial-benefits-item::before){
	content: '';
    display: block;
    position: absolute;
	top: 50%;
    right: -75px;
	transform: translateY(-50%);
    border-right: 1px solid var(--divider-color);
	height: 80%;
	z-index: 1;
}.theme-scope :where(.testimonial-benefits-item:last-child:before){
	display: none;
}.theme-scope :where(.testimonial-benefits-item .icon-box){
	margin-bottom: 30px;
}.theme-scope :where(.testimonial-benefits-item .icon-box img){
	max-width: 40px;
}.theme-scope :where(.testimonial-benefits-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}.theme-scope :where(.testimonial-benefits-content ul){
	list-style: none;
	padding: 0;
	margin: 0;
}.theme-scope :where(.testimonial-benefits-content ul li){
	position: relative;
    padding-left: 25px;
	margin-bottom: 15px;
}.theme-scope :where(.testimonial-benefits-content ul li::before){
	content: "\2a";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--primary-color);
}.theme-scope :where(.testimonial-benefits-content ul li:last-child){
	margin-bottom: 0
}.theme-scope :where(.agency-benefits){
	position: relative;
	padding: 80px 0 50px;
}.theme-scope :where(.agency-benefits::before){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 10%;
    background: url(/html/01.%20digital-marketing-agency/images/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 12s infinite linear;
    z-index: 0;
}.theme-scope :where(.benefits-steps-item){
	position: relative;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
    overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
    padding: 30px 25px;
}.theme-scope :where(.benefits-steps-item::before){
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}.theme-scope :where(.benefits-steps-no){
	margin-bottom: 40px;
}.theme-scope :where(.benefits-steps-no h3){
	font-size: 22px;
}.theme-scope :where(.benefits-steps-item .icon-box){
	margin-bottom: 40px;
}.theme-scope :where(.benefits-steps-item .icon-box img){
	max-width: 60px;
}.theme-scope :where(.benefits-steps-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}.theme-scope :where(.benefits-steps-content p){
	margin: 0;
}.theme-scope :where(.our-blog){
	padding: 80px 0 40px;
}.theme-scope :where(.our-blog .section-row .section-title){
	max-width: 100%;
}.theme-scope :where(.post-item){
	height: calc(100px - 30px);
	margin-bottom: 30px;
}.theme-scope :where(.post-featured-image){
	margin-bottom: 30px;
}.theme-scope :where(.post-featured-image figure a){
    cursor: none;
    display: block;
	border-radius: 30px;
    overflow: hidden;
}.theme-scope :where(.post-featured-image img){
    aspect-ratio: 1 / 0.75;
    object-fit: cover;
	border-radius: 30px;
    transition: all 0.5s ease-in-out;
}.theme-scope :where(.post-item:hover .post-featured-image img){
	transform: scale(1.1);
}.theme-scope :where(.post-item-content){
	margin-bottom: 20px;
}.theme-scope :where(.post-item-content h3){
    font-size: 22px;
}.theme-scope :where(.post-item-content h3 a){
    color: inherit;
}.theme-scope :where(.post-item-btn a){
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 30px;
    border: none;
}.theme-scope :where(.post-item-btn a:hover){
	color: var(--primary-color);
}.theme-scope :where(.post-item-btn a::before){
	content: '';
    position: absolute;
    top: -2px;
    right: 0;
    background-image: url(/html/01.%20digital-marketing-agency/images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.post-item-btn a:hover::before){
	filter: brightness(0) invert(1);
    transform: rotate(45deg);
}.theme-scope :where(.footer-work-together){
	position: relative;
	padding: 80px 0;
}.theme-scope :where(.footer-work-together::before){
    content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: 20%;
    background: url(/html/01.%20digital-marketing-agency/images/work-together-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 40%;
    width: 305px;
    height: 315px;
    animation: circlmoveerotate 12s infinite linear;
	animation-direction: alternate;
    z-index: -1;
}@keyframes circlmoveerotate{
	from{
		transform: translateY(0) rotate(0deg);
	  }
	to{
		transform: translateY(160px) rotate(360deg);
	}
}.theme-scope :where(.work-together-box){
	position: relative;
}.theme-scope :where(.work-together-content){
	position: relative;
	background: url('/html/01.%20digital-marketing-agency/images/work-together-bg.png') no-repeat;
	background-position: center center;
	background-size: auto;
	text-align: center;
}.theme-scope :where(.work-together-content::before){
	content: '';
    display: block;
    position: absolute;
    left: 0;
	right: 0;
    top: 0;
	bottom: 0;
    background: url(/html/01.%20digital-marketing-agency/images/work-together-bg-gradient.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}.theme-scope :where(.footer-work-together){
	margin-bottom: 0;
}.theme-scope :where(.footer-work-together h3){
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}.theme-scope :where(.footer-work-together h2){
	font-size: 180px;
	font-weight: 800;
    text-transform: uppercase;
}.theme-scope :where(.work-together-btn){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}.theme-scope :where(.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;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-work-together .work-together-btn a:hover){
	background-color: var(--secondary-color);
}.theme-scope :where(.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;
}.theme-scope :where(.footer-work-together .work-together-btn a:hover img){
	filter: brightness(0) invert(1);
	transform: rotate(45deg);
}.theme-scope :where(.footer-work-together .work-together-btn a span){
	width: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--dark-color);
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-work-together .work-together-btn a:hover span){
	color: var(--primary-color);
}.theme-scope :where(.footer-main){
	border-top: 1px solid var(--divider-color);
	padding: 60px 0 0;
}.theme-scope :where(.footer-logo){
	margin-bottom: 60px;
}.theme-scope :where(.footer-contact-item){
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}.theme-scope :where(.footer-contact-item:last-child){
	margin-bottom: 0;
}.theme-scope :where(.footer-contact-item .icon-box){
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-contact-item:hover .icon-box){
	border-color: var(--primary-color);
}.theme-scope :where(.footer-contact-item .icon-box img){
	max-width: 18px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-contact-item:hover .icon-box img){
	filter: brightness(0) invert(1)
}.theme-scope :where(.footer-contact-content){
	width: calc(100% - 60px);
}.theme-scope :where(.footer-contact-content p){
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}.theme-scope :where(.footer-links h3){
	font-size: 22px;
	text-transform: capitalize;
	color: var(--primary-color);
	margin-bottom: 40px;
}.theme-scope :where(.footer-links ul){
	list-style: none;
	margin: 0;
	padding: 0;
}.theme-scope :where(.footer-links ul li){
	text-transform: capitalize;
	margin-bottom: 15px;
}.theme-scope :where(.footer-links ul li:last-child){
	margin-bottom: 0;
}.theme-scope :where(.footer-links ul li a){
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-links ul li:hover a){
	color: var(--accent-color);
}.theme-scope :where(.footer-newsletter-form .form-group){
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}.theme-scope :where(.footer-newsletter-form h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 40px;
}.theme-scope :where(.footer-newsletter-form .form-group .form-control){
	width: 64%;
	padding: 12px 20px;
	border: 1px solid var(--divider-color);
	background: transparent;
	color: var(--text-color);
	border-radius: 10px;
	box-shadow: none;
}.theme-scope :where(.footer-newsletter-form .form-group .form-control::placeholder){
	color: var(--text-color);
}.theme-scope :where(.footer-newsletter-form .btn-highlighted){
	margin-left: 10px;
}.theme-scope :where(.footer-social-links){
	margin-top: 40px;
}.theme-scope :where(.footer-social-links ul){
	list-style: none;
	padding: 0;
	margin: 0;
}.theme-scope :where(.footer-social-links ul li){
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}.theme-scope :where(.footer-social-links ul li:last-child){
	margin-right: 0;
}.theme-scope :where(.footer-social-links 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;
}.theme-scope :where(.footer-social-links ul li:hover a){
	border-color: var(--primary-color);
}.theme-scope :where(.footer-social-links ul li a i){
	color: var(--accent-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.footer-social-links ul li:hover a i){
	color: var(--primary-color);
}.theme-scope :where(.footer-copyright){
	border-top: 1px solid var(--dark-divider-color);
	padding: 60px 0;
	margin-top: 60px;
}.theme-scope :where(.footer-copyright-text){
	text-align: center;
}.theme-scope :where(.footer-copyright-text p){
	margin: 0;
}.theme-scope :where(.page-header){
	position: relative;
	background: url('/html/01.%20digital-marketing-agency/images/page-header-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 245px 0 150px;
}.theme-scope :where(.page-header-box){
	text-align: center;
}.theme-scope :where(.page-header-box h1){
	display: inline-block;
	font-size: 80px;
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 10px;
	cursor: none;
}.theme-scope :where(.page-header-box h1 span){
	color: var(--accent-color);
	font-weight: 800;
}.theme-scope :where(.page-header-box ol){
	margin: 0;
	padding: 0;
	justify-content: center;
}.theme-scope :where(.page-header-box ol li.breadcrumb-item){
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
}.theme-scope :where(.page-header-box ol li.breadcrumb-item a){
    color: inherit;
}.theme-scope :where(.page-header-box ol li.breadcrumb-item.active){
	color: var(--accent-color);
}.theme-scope :where(.page-header-box ol .breadcrumb-item+.breadcrumb-item::before){
	content: "\2a";
    font-family: "FontAwesome";
	font-size: 10px;
    color: var(--primary-color);
}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker){
    padding: 15px 0;
}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-ticker-box){
    --gap: 20px;
}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span){
	font-size: 22px;
}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img){
    max-width: 18px;
    margin-right: 20px;
}.theme-scope :where(.our-approach){
	padding: 80px 0 50px;
}.theme-scope :where(.mission-vision-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;
	padding: 40px;
    overflow: hidden;
}.theme-scope :where(.mission-vision-item::before){
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}.theme-scope :where(.mission-vision-image){
	position: relative;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}.theme-scope :where(.mission-vision-img img){
	aspect-ratio: 1 / 0.78;
    object-fit: cover;
	border-radius: 20px;
	filter: brightness(80%);
	transition: all 0.4s ease-in-out;
}.theme-scope :where(.mission-vision-item:hover .mission-vision-img img){
	transform: scale(1.1);
}.theme-scope :where(.mission-vision-image .icon-box){
	position: absolute;
	bottom: 20px;
	left: 20px;
}.theme-scope :where(.mission-vision-image .icon-box img){
	max-width: 40px;
}.theme-scope :where(.mission-vision-content h3){
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}.theme-scope :where(.mission-vision-content p){
	margin: 0;
}.theme-scope :where(.who-we-are){
	position: relative;
	padding: 80px 0;
}.theme-scope :where(.who-we-are::before){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: -25%;
    background: url(/html/01.%20digital-marketing-agency/images/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 8s infinite linear;
    z-index: -1;
}.theme-scope :where(.who-we-are .who-we-are-content){
	padding-right: 90px;
}.theme-scope :where(.experts-rating-video){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}.theme-scope :where(.experts-rating-video-image){
	width: 50%;
	position: relative;
	border-radius: 20px;
	cursor: none;
    overflow: hidden;
	z-index: 1;
}.theme-scope :where(.experts-rating-video-image .video-image img){
	width: 100%;
	filter: brightness(80%);
	aspect-ratio: 1 / 0.71;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}.theme-scope :where(.experts-rating-video-image:hover .video-image img){
    transform: scale(1.1);
}.theme-scope :where(.experts-rating-video-image .video-image a){
	cursor: none;
	position: relative;
	z-index: 1;
}.theme-scope :where(.experts-rating-video-image .video-play-button){
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}.theme-scope :where(.experts-rating-video-image .video-play-button a){
	position: relative;
	background-color: var(--accent-color);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
}.theme-scope :where(.experts-rating-video-image .video-play-button a:before){
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	opacity: 30%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}.theme-scope :where(.experts-rating-video-image .video-play-button a:after){
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	opacity: 30%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}.theme-scope :where(.experts-rating-video-image .video-play-button a i){
	font-size: 16px;
	color: var(--dark-color);
}.theme-scope :where(.who-we-are-client){
	width: 50%;
	padding-left: 50px;
}.theme-scope :where(.comapny-client-rating){
	margin-bottom: 20px;
}.theme-scope :where(.comapny-client-rating ul){
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}.theme-scope :where(.comapny-client-rating ul li i){
	font-size: 14px;
	color: var(--accent-color);
	margin-right: 2px;
}.theme-scope :where(.comapny-client-rating p){
	margin: 0;
}.theme-scope :where(.company-client-images){
	margin-bottom: 20px;
}.theme-scope :where(.company-client-images .client-image){
    display: inline-block;
    margin-left: -18px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    overflow: hidden;
}.theme-scope :where(.company-client-images .client-image:first-child){
    margin: 0;
}.theme-scope :where(.company-client-images .client-image figure){
	display: block;
}.theme-scope :where(.company-client-images .client-image img){
    max-width: 40px;
}.theme-scope :where(.contact-now-btn a){
	position: relative;
	color: var(--accent-color);
	font-size: 16px;
	font-weight: 700;
	padding-right: 30px;
	text-transform: capitalize;
}.theme-scope :where(.contact-now-btn a:hover){
	color: var(--primary-color);
}.theme-scope :where(.contact-now-btn a:after){
	content: '';
    position: absolute;
    top: -2px;
    right: 0;
    background-image: url(/html/01.%20digital-marketing-agency/images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.contact-now-btn a:hover:after){
	filter: brightness(0) invert(1);
	transform: rotate(45deg);
}.theme-scope :where(.experts-counters-list){
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 80px;
}.theme-scope :where(.experts-counter-box){
	width: calc(50% - 40px);
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}.theme-scope :where(.experts-counter-box:nth-child(even)){
	margin-top: 60px;
}.theme-scope :where(.experts-counter-item){
	position: relative;
	width: 100%;
	background: url('/html/01.%20digital-marketing-agency/images/who-we-are-counter-bg.png');
	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: 30px;
	overflow: hidden;
}.theme-scope :where(.experts-counter-item:before){
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--secondary-color);
	opacity: 40%;
	z-index: -1;
}.theme-scope :where(.experts-counter-box.expert-box-1 .experts-counter-item:nth-child(even)){
	background: transparent;
}.theme-scope :where(.experts-counter-box.expert-box-2 .experts-counter-item:nth-child(odd)){
	background: transparent;
}.theme-scope :where(.experts-counter-item .icon-box){
	text-align: right;
	margin-bottom: 20px;
}.theme-scope :where(.experts-counter-item .icon-box img){
	max-width: 30px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.experts-counter-item:hover .icon-box img){
	filter: brightness(0) invert(1);
}.theme-scope :where(.experts-counter-content h2){
	font-size: 50px;
	font-weight: 800;
	color: var(--accent-color);
	margin-bottom: 10px;
}.theme-scope :where(.experts-counter-content p){
	margin: 0;
}.theme-scope :where(.executive-partners){
	padding: 80px 0;
}.theme-scope :where(.executive-partners-box){
	position: relative;
	border: 1px solid var(--divider-color);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
	padding: 70px;
	overflow: hidden;
}.theme-scope :where(.executive-partners-box::before){
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}.theme-scope :where(.executive-partners-box .section-title){
	margin-bottom: 0;
}.theme-scope :where(.our-partners-list){
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}.theme-scope :where(.our-partners-list .company-logo){
	width: calc(33.33% - 20px);
	background: var(--dark-color);
	border-radius: 10px;
	text-align: center;
	padding: 25px 35px;
}.theme-scope :where(.our-partners-list .company-logo img){
	width: 100%;
	height: 30px;
}.theme-scope :where(.our-team){
	position: relative;
	padding: 80px 0 50px;
}.theme-scope :where(.our-team::before){
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: -25%;
    background: url(/html/01.%20digital-marketing-agency/images/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}.theme-scope :where(.team-item){
    position: relative;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}.theme-scope :where(.team-image a){
    position: relative;
    display: block;
}.theme-scope :where(.team-image a::before){
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(181.78deg, rgba(0, 0, 0, 0) 47.87%, rgba(0, 0, 0, 0.8) 81.02%);
    z-index: 1;
}.theme-scope :where(.team-image figure),.theme-scope :where(.team-image img){
    width: 100%;
    aspect-ratio: 1 / 1.38;
    object-fit: cover;
    display: block;
	transition: all 0.4s ease-in-out; 
}.theme-scope :where(.team-item:hover .team-image img){
	transform: scale(1.1);
}.theme-scope :where(.team-body){
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    transform: translateY(40px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}.theme-scope :where(.team-item:hover .team-body){
    transform: translateY(0);
}.theme-scope :where(.team-content h3){
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
}.theme-scope :where(.team-content h3 a){
    color: inherit;
}.theme-scope :where(.team-content p){
    text-transform: capitalize;
    margin-bottom: 0;
}.theme-scope :where(.team-social-list){
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.team-item:hover .team-social-list){
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}.theme-scope :where(.team-social-list ul){
    list-style: none;
    margin: 0;
    padding: 0;
}.theme-scope :where(.team-social-list ul li){
    display: inline-block;
    margin-right: 10px;
}.theme-scope :where(.team-social-list ul li:last-child){
    margin: 0;
}.theme-scope :where(.team-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;
}.theme-scope :where(.team-social-list ul li:hover a){
    background-color: var(--accent-color);
}.theme-scope :where(.team-social-list ul li a i){
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.team-social-list ul li:hover a i){
    color: var(--dark-color);
}.theme-scope :where(.our-faqs){
    padding: 80px 0;
}.theme-scope :where(.faq-images){
    position: relative;
    margin-right: 30px;
    padding: 140px 80px 0 0;
}.theme-scope :where(.faq-img-1){
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}.theme-scope :where(.faq-img-1 figure){
    display: block;
    border-radius: 30px;
}.theme-scope :where(.faq-img-1 img){
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    border-radius: 30px;
}.theme-scope :where(.faq-img-2 figure){
    display: block;
    border-radius: 30px;
}.theme-scope :where(.faq-img-2 img){
	width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
    border-radius: 30px;
}.theme-scope :where(.faq-cta-box){
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: translate(0, -100%);
    animation: FaqCtaBoxMove 4s infinite linear;
}@keyframes FaqCtaBoxMove{
	50%{
		right: 0;
	}
}.theme-scope :where(.faq-cta-box a){
    position: relative;
    display: block;
    color: var(--text-color);
    font-weight: 700;
    padding: 10px 18px;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    overflow: hidden;
}.theme-scope :where(.faq-cta-box a::before){
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 16%;
    z-index: -1;
}.theme-scope :where(.faq-cta-box img){
    max-width: 30px;
    margin-right: 10px;
}.theme-scope :where(.our-faq-section .accordion-item){
    border: 1px solid var(--divider-color);
	border-radius: 10px;
	margin-bottom: 30px;
    padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}.theme-scope :where(.our-faq-section .accordion-item:last-child){
	margin-bottom: 0;
}.theme-scope :where(.our-faq-section .accordion-header .accordion-button){
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	background: transparent;
	color: var(--primary-color);
	padding: 17px 55px 17px 20px;
	transition: all 0.3s ease-in-out;
}.theme-scope :where(.our-faq-section .accordion-button:not(.collapsed)){
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}.theme-scope :where(.our-faq-section .accordion-header .accordion-button.collapsed){
	color: var(--primary-color);
}.theme-scope :where(.our-faq-section .accordion-item .accordion-button::after),.theme-scope :where(.our-faq-section .accordion-item .accordion-button.collapsed::after){
	content: '\f068';
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top: 50%;
	bottom: auto;
	transform: translate(0px, -12px);
	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(--primary-color);
    border-radius: 50%;
}.theme-scope :where(.our-faq-section .accordion-item .accordion-button.collapsed::after){
	content: '\2b';
	background-color: var(--accent-color);
}.theme-scope :where(.our-faq-section .accordion-item .accordion-body){
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
	padding: 0 55px 18px 20px;
}.theme-scope :where(.our-faq-section .accordion-item .accordion-body p){
    color: var(--primary-color);
	margin: 0;
}.theme-scope :where(.page-services){
	padding: 160px 0 50px;
}.theme-scope :where(.who-we-are.service-we-are::before){
	display: none;
}.theme-scope :where(.page-service-single){
	position: relative;
    padding: 160px 0 80px;
}.theme-scope :where(.page-service-single::before){
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 15%;
    background: url(/html/01.%20digital-marketing-agency/images/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}.theme-scope :where(.page-service-single::after){
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 50%;
    background: url(/html/01.%20digital-marketing-agency/images/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}.theme-scope :where(.service-single-content){
    margin-right: 30px;
}.theme-scope :where(.service-feature-image){
    margin-bottom: 40px;
}.theme-scope :where(.service-feature-image figure){
    display: block;
    border-radius: 30px;
}.theme-scope :where(.service-feature-image img){
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}.theme-scope :where(.service-entry){
    margin-bottom: 40px;
}.theme-scope :where(.service-entry p){
    margin-bottom: 20px;
}.theme-scope :where(.service-entry p:last-child){
    margin-bottom: 0;
}.theme-scope :where(.service-entry h2){
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}.theme-scope :where(.service-entry h2 span){
    color: var(--accent-color);
    font-weight: 700;
}.theme-scope :where(.service-entry-list-image){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}.theme-scope :where(.service-entry-list){
    width: calc(55% - 20px);
}.theme-scope :where(.service-entry-list ul){
    margin: 0;
    padding: 0;
    list-style: none;
}.theme-scope :where(.service-entry-list ul li){
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 24px;
}.theme-scope :where(.service-entry-list ul li:last-child){
    margin-bottom: 0;
}.theme-scope :where(.service-entry-list ul li::before){
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}.theme-scope :where(.service-entry-image){
    width: calc(45% - 20px);
}.theme-scope :where(.service-entry-image figure){
    display: block;
    border-radius: 30px;
    overflow: hidden;
}.theme-scope :where(.service-entry-image img){
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.89;
    border-radius: 30px;
}.theme-scope :where(.service-process-steps){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 40px;
}.theme-scope :where(.process-step-item){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.theme-scope :where(.process-step-item:nth-of-type(even)){
    flex-direction: row-reverse;
}.theme-scope :where(.process-step-content){
    position: relative;
    background: url(/html/01.%20digital-marketing-agency/images/service-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;
}.theme-scope :where(.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;
}.theme-scope :where(.process-step-header){
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}.theme-scope :where(.process-step-header .icon-box img){
    max-width: 60px;
}.theme-scope :where(.process-step-no h3){
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}.theme-scope :where(.process-step-no h3 span){
    color: var(--accent-color);
    display: block;
}.theme-scope :where(.process-step-body){
    position: relative;
}.theme-scope :where(.process-step-body h3){
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}.theme-scope :where(.process-step-body p){
    margin-bottom: 0;
}.theme-scope :where(.process-step-image){
    width: calc(50% - 15px);
}.theme-scope :where(.process-step-image figure){
    display: block;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}.theme-scope :where(.process-step-image img){
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.9;
    border-radius: 30px;
}.theme-scope :where(.service-sidebar){
    position: sticky;
    top: 20px;
}.theme-scope :where(.service-catagery-list){
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
	overflow: hidden;
}.theme-scope :where(.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;
}.theme-scope :where(.service-catagery-list h3){
    font-size: 22px;
    text-transform: capitalize;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}.theme-scope :where(.service-catagery-list ul){
    list-style: none;
    margin: 0;
    padding: 30px 40px 40px;
}.theme-scope :where(.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;
}.theme-scope :where(.service-catagery-list ul li:last-child){
    margin: 0;
    padding: 0;
    border-bottom: none;
}.theme-scope :where(.service-catagery-list ul li a){
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.service-catagery-list ul li:hover a){
    color: var(--accent-color);
}.theme-scope :where(.service-catagery-list ul li a::before){
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(/html/01.%20digital-marketing-agency/images/arrow-accent.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.service-catagery-list ul li:hover a::before){
    transform: rotate(45deg);
}.theme-scope :where(.sidebar-cta-box){
    position: relative;
    background: url(/html/01.%20digital-marketing-agency/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;
}.theme-scope :where(.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;
}.theme-scope :where(.sidebar-cta-box .icon-box){
    position: relative;
    margin-bottom: 40px;
}.theme-scope :where(.sidebar-cta-box .icon-box img){
    max-width: 60px;
}.theme-scope :where(.cta-contact-content){
    position: relative;
    margin-bottom: 20px;
}.theme-scope :where(.cta-contact-content h3){
    font-size: 22px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 20px;
}.theme-scope :where(.cta-contact-content p){
    margin-bottom: 0;
}.theme-scope :where(.cta-contact-btn){
    position: relative;
}.theme-scope :where(.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;
}.theme-scope :where(.cta-contact-btn a:hover){
    background-color: var(--dark-divider-color);
    color: var(--primary-color);
}.theme-scope :where(.cta-contact-btn a img){
    margin-right: 12px;
    max-width: 30px;
    transition: all 0.4S ease-in-out;
}.theme-scope :where(.cta-contact-btn a:hover img){
    filter: brightness(1) invert(1);
}.theme-scope :where(.page-blog){
	position: relative;
    padding: 160px 0 80px;
}.theme-scope :where(.page-blog::before){
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 40%;
    background: url(/html/01.%20digital-marketing-agency/images/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}.theme-scope :where(.post-item){
    height: calc(100% - 40px);
    margin-bottom: 40px;
}.theme-scope :where(.page-pagination){
    margin-top: 20px;
    text-align: center;
}.theme-scope :where(.page-pagination ul){
    justify-content: center;
    padding: 0;
    margin: 0;
}.theme-scope :where(.page-pagination ul li a),.theme-scope :where(.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;
}.theme-scope :where(.page-pagination ul li.active a),.theme-scope :where(.page-pagination ul li a:hover){
    background: var(--accent-color);
	color: var(--dark-color);
}.theme-scope :where(.page-single-post){
	padding: 160px 0 80px;
}.theme-scope :where(.post-image){
	position: relative;
	margin-bottom: 30px;
}.theme-scope :where(.post-image figure){
	display: block;
}.theme-scope :where(.post-image figure),.theme-scope :where(.post-image img){
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 30px;
}.theme-scope :where(.post-content){
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}.theme-scope :where(.post-entry){
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}.theme-scope :where(.post-entry:after){
    content: '';
    display: block;
    clear: both;
}.theme-scope :where(.post-entry a){
    color: var(--accent-color);
}.theme-scope :where(.post-entry h1),.theme-scope :where(.post-entry h2),.theme-scope :where(.post-entry h3),.theme-scope :where(.post-entry h4),.theme-scope :where(.post-entry h5),.theme-scope :where(.post-entry h6){
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 0 0.6em;
}.theme-scope :where(.post-entry h1 span),.theme-scope :where(.post-entry h2 span){
	font-weight: 800;
}.theme-scope :where(.post-entry h1){
	font-size: 80px;
}.theme-scope :where(.post-entry h2){
	font-size: 50px;
}.theme-scope :where(.post-entry h3){
	font-size: 40px;
}.theme-scope :where(.post-entry h4){
	font-size: 30px;
}.theme-scope :where(.post-entry h5){
	font-size: 24px;
}.theme-scope :where(.post-entry h6){
	font-size: 18px;
}.theme-scope :where(.post-entry p){
	margin-bottom: 20px;
}.theme-scope :where(.post-entry p:last-child){
	margin-bottom: 0;
}.theme-scope :where(.post-entry p strong){
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}.theme-scope :where(.post-entry ol){
    margin: 0 0 30px;
}.theme-scope :where(.post-entry ol li){
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}.theme-scope :where(.post-entry ul){
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}.theme-scope :where(.post-entry ul li){
	font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15px;
}.theme-scope :where(.post-entry ul li:last-child){
	margin-bottom: 0;
}.theme-scope :where(.post-entry ul ul),.theme-scope :where(.post-entry ul ol),.theme-scope :where(.post-entry ol ol),.theme-scope :where(.post-entry ol ul){
    margin-top: 20px;
    margin-bottom: 0;
}.theme-scope :where(.post-entry ul ul li:last-child),.theme-scope :where(.post-entry ul ol li:last-child),.theme-scope :where(.post-entry ol ol li:last-child),.theme-scope :where(.post-entry ol ul li:last-child){
    margin-bottom: 0;
}.theme-scope :where(.post-entry blockquote){
	position: relative;
	background: url(/html/01.%20digital-marketing-agency/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;
}.theme-scope :where(.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;
}.theme-scope :where(.post-entry blockquote p){
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--primary-color);
}.theme-scope :where(.post-entry blockquote p:last-child){
	margin-bottom: 0;
}.theme-scope :where(.tag-links){
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}.theme-scope :where(.post-tags .tag-links a){
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    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;
}.theme-scope :where(.post-tags .tag-links a:hover){
	background: var(--primary-color);
}.theme-scope :where(.post-social-sharing){
    text-align: right;
}.theme-scope :where(.post-social-sharing ul){
    list-style: none;
    padding: 0;
    margin: 0;
}.theme-scope :where(.post-social-sharing ul li){
    display: inline-block;
    margin-right: 10px;
}.theme-scope :where(.post-social-sharing ul li:last-child){
	margin-right: 0;
}.theme-scope :where(.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;
}.theme-scope :where(.post-social-sharing ul li:hover a){
	background: var(--primary-color);
}.theme-scope :where(.post-social-sharing ul li a i){
    font-size: 18px;
    color: inherit;
}.theme-scope :where(.page-project){
	position: relative;
	padding: 160px 0 40px;
}.theme-scope :where(.page-project::before){
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 40%;
    background: url(/html/01.%20digital-marketing-agency/images/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}.theme-scope :where(.page-project-single){
	position: relative;
    padding: 160px 0 80px;
}.theme-scope :where(.page-project-single::before){
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 10%;
    background: url(/html/01.%20digital-marketing-agency/images/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 8s infinite linear;
    z-index: -1;
}.theme-scope :where(.page-project-single::after){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 60%;
    background: url(/html/01.%20digital-marketing-agency/images/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}.theme-scope :where(.project-single-content){
    margin-right: 30px;
}.theme-scope :where(.project-single-image){
    margin-bottom: 40px;
}.theme-scope :where(.project-single-image figure){
    display: block;
    border-radius: 30px;
}.theme-scope :where(.project-single-image img){
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}.theme-scope :where(.project-challenges),.theme-scope :where(.project-info),.theme-scope :where(.project-entry){
    margin-bottom: 60px;
}.theme-scope :where(.project-entry p){
    margin-bottom: 20px;
}.theme-scope :where(.project-entry p:last-child){
    margin-bottom: 0;
}.theme-scope :where(.project-entry h2){
    font-size: 50px;
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 30px;
}.theme-scope :where(.project-entry h2 span){
    color: var(--accent-color);
    font-weight: 700;
}.theme-scope :where(.project-entry ul){
    margin: 0;
    padding: 0;
    list-style: none;
}.theme-scope :where(.project-entry ul li){
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 24px;
}.theme-scope :where(.project-entry ul li:last-child){
    margin-bottom: 0;
}.theme-scope :where(.project-entry ul li::before){
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}.theme-scope :where(.project-solution-rating){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
}.theme-scope :where(.project-rating-content){
    width: calc(70% - 30px);
}.theme-scope :where(.project-rating-counter){
    width: calc(30% - 30px);
    display: flex;
    align-items: center;
}.theme-scope :where(.project-rating-counter .icon-box){
    margin-right: 20px;
}.theme-scope :where(.project-rating-counter .icon-box i){
    font-size: 48px;
    color: var(--accent-color);
}.theme-scope :where(.project-counter-content){
    width: calc(100% - 68px);
}.theme-scope :where(.project-counter-content h3){
    font-size: 40px;
}.theme-scope :where(.project-sidebar){
	position: sticky;
	top: 20px;
}.theme-scope :where(.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;
}.theme-scope :where(.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;
}.theme-scope :where(.category-item-list){
    padding: 40px 40px 30px;
}.theme-scope :where(.category-list-item){
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}.theme-scope :where(.category-list-item:last-child){
    margin: 0;
    padding: 0;
    border-bottom: none;
}.theme-scope :where(.category-list-item h3){
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}.theme-scope :where(.category-list-item p){
    text-transform: capitalize;
    margin-bottom: 0;
}.theme-scope :where(.category-social-link){
    border-top: 1px solid var(--divider-color);
	display: flex;
    align-items: center;
    padding: 30px 40px 40px;
}.theme-scope :where(.category-social-link span){
    font-size: 22px;
    font-weight: 700;
	margin-right: 15px;
}.theme-scope :where(.category-social-link ul){
	list-style: none;
	padding: 0;
	margin: 0;
}.theme-scope :where(.category-social-link ul li){
	display: inline-block;
	margin-right: 5px;
}.theme-scope :where(.category-social-link ul li:last-child){
	margin-right: 0;
}.theme-scope :where(.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;
}.theme-scope :where(.category-social-link ul li a:hover){
    border-color: var(--primary-color);
}.theme-scope :where(.category-social-link ul li a i){
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.category-social-link ul li a:hover i){
    color: var(--primary-color);
}.theme-scope :where(.page-team){
	position: relative;
	padding: 160px 0 50px;
}.theme-scope :where(.page-team::before){
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 50%;
    background: url(/html/01.%20digital-marketing-agency/images/work-together-bg-shape.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 305px;
    height: 315px;
    animation: circlmoveerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}.theme-scope :where(.page-team-single){
	position: relative;
    padding: 160px 0 80px;
}.theme-scope :where(.page-team-single::before){
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 60%;
    background: url(/html/01.%20digital-marketing-agency/images/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}.theme-scope :where(.team-single-content){
    margin-right: 30px;
}.theme-scope :where(.team-single-content h2){
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}.theme-scope :where(.team-single-content h2 span){
    color: var(--accent-color);
    font-weight: 700;
}.theme-scope :where(.team-single-content p){
    margin-bottom: 20px;
}.theme-scope :where(.team-single-content p:last-child){
    margin-bottom: 0;
}.theme-scope :where(.team-info-box){
    margin-bottom: 60px;
}.theme-scope :where(.team-info-header){
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}.theme-scope :where(.team-info-title){
    width: calc(75% - 15px);
}.theme-scope :where(.team-info-title p){
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 5px;
}.theme-scope :where(.team-info-title h2){
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}.theme-scope :where(.team-info-social-list){
    width: calc(25% - 15px);
}.theme-scope :where(.team-info-social-list ul){
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: end;
}.theme-scope :where(.team-info-social-list ul li){
    display: inline-block;
    margin-right: 10px;
}.theme-scope :where(.team-info-social-list ul li:last-child){
    margin: 0;
}.theme-scope :where(.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;
}.theme-scope :where(.team-info-social-list ul li:hover a){
    background-color: var(--accent-color);
}.theme-scope :where(.team-info-social-list ul li a i){
    font-size: 18px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.team-info-social-list ul li:hover a i){
    color: var(--dark-color);
}.theme-scope :where(.team-contact-box){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}.theme-scope :where(.team-contact-box:last-child){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.theme-scope :where(.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;
}.theme-scope :where(.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;
}.theme-scope :where(.team-contact-box .icon-box img){
    max-width: 36px;
}.theme-scope :where(.team-contact-content){
    width: calc(100% - 110px);
}.theme-scope :where(.team-contact-content h3){
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}.theme-scope :where(.team-contact-content p){
	margin: 0;
}.theme-scope :where(.team-personal-info){
    margin-bottom: 60px;
}.theme-scope :where(.team-career-list ul){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}.theme-scope :where(.team-career-list ul li){
    position: relative;
    width: calc(50% - 15px);
    text-transform: capitalize;
    padding-left: 30px;
}.theme-scope :where(.team-career-list ul li::before){
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}.theme-scope :where(.team-single-sidebar){
    position: sticky;
    top: 30px;
}.theme-scope :where(.team-single-image){
    margin-bottom: 60px;
}.theme-scope :where(.team-single-image figure){
    display: block;
    border-radius: 30px;
    overflow: hidden;
	visibility: visible;
}.theme-scope :where(.team-single-image img){
    width: 100%;
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
    border-radius: 30px
}.theme-scope :where(.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;
}.theme-scope :where(.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;
}.theme-scope :where(.team-single-contact-form h3){
    position: relative;
    font-size: 34px;
    font-weight: 300;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}.theme-scope :where(.team-single-contact-form h3 span){
    font-weight: 700;
    color: var(--accent-color);
}.theme-scope :where(.team-single-contact-form form){
    position: relative;
    padding: 40px;
}.theme-scope :where(.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;
}.theme-scope :where(.team-single-contact-form form .form-control::placeholder){
    color: var(--text-color);
}.theme-scope :where(.contact-form-btn .btn-highlighted){
	width: 100%;
	text-align: center;
}.theme-scope :where(.page-pricing){
    padding: 160px 0 80px;
}.theme-scope :where(.pricing-box-list){
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}.theme-scope :where(.pricing-box){
    position: relative;
    background: url(/html/01.%20digital-marketing-agency/images/service-bg.svg) no-repeat;
    background-position: top left;
    background-size: auto;
    width: calc(50% - 30px);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 50px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden;
}.theme-scope :where(.pricing-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;
}.theme-scope :where(.pricing-box-content){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}.theme-scope :where(.pricing-title){
    width: calc(60% - 15px);
}.theme-scope :where(.pricing-title h3){
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px; 
}.theme-scope :where(.pricing-title p){
    margin-bottom: 0;
}.theme-scope :where(.pricing-price){
    width: calc(40% - 15px);
    text-align: end;
}.theme-scope :where(.pricing-price h2){
    font-size: 50px;
    color: var(--accent-color);
}.theme-scope :where(.pricing-price h2 sup){
    font-size: 22px;
    color: var(--primary-color);
}.theme-scope :where(.pricing-price h2 sub){
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}.theme-scope :where(.pricing-list){
    margin-bottom: 40px;
}.theme-scope :where(.pricing-list ul){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}.theme-scope :where(.pricing-list ul li){
    position: relative;
    width: calc(50% - 15px);
    text-transform: capitalize;
    padding-left: 30px;
}.theme-scope :where(.pricing-list ul li::before){
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}.theme-scope :where(.pricing-btn .btn-highlighted){
	width: 100%;
	text-align: center;
}.theme-scope :where(.page-testimonial){
    padding: 160px 0 80px;
}.theme-scope :where(.testimonial-box-list){
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}.theme-scope :where(.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;
}.theme-scope :where(.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;
}.theme-scope :where(.client-author-image){
    width: calc(27% - 25px);
}.theme-scope :where(.client-author-image figure){
    display: block;
    border-radius: 50%;
    overflow: hidden;
}.theme-scope :where(.client-author-image img){
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}.theme-scope :where(.client-testimonial-content){
    width: calc(73% - 25px);
}.theme-scope :where(.client-testimonial-rating){
    margin-bottom: 20px;
}.theme-scope :where(.client-testimonial-rating ul){
    margin: 0;
    padding: 0;
    list-style: none;
}.theme-scope :where(.client-testimonial-rating ul li){
    display: inline-block;
}.theme-scope :where(.client-testimonial-rating ul li i){
    font-size: 12px;
	color: var(--accent-color);
    margin-right: 2px;
}.theme-scope :where(.client-testimonial-rating ul li:last-child i){
    margin: 0;
}.theme-scope :where(.client-testimonial-info){
    margin-bottom: 20px;
}.theme-scope :where(.client-testimonial-info p){
	font-size: 20px;
}.theme-scope :where(.client-testimonial-info p:last-child){
    margin: 0;
}.theme-scope :where(.client-author-content){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}.theme-scope :where(.client-author-title){
    width: calc(65% - 15px);
}.theme-scope :where(.client-author-title h3){
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}.theme-scope :where(.client-author-title p){
    text-transform: capitalize;
    margin-bottom: 0;
}.theme-scope :where(.client-author-logo){
    width: calc(35% - 15px);
    text-align: end;
}.theme-scope :where(.client-author-logo img){
	max-width: 125px;
	max-height: 30px;
}.theme-scope :where(.page-gallery){
	padding: 160px 0 50px;
}.theme-scope :where(.page-gallery-box .photo-gallery){
	height: calc(100% - 30px);
	margin-bottom: 30px;
}.theme-scope :where(.page-gallery-box .photo-gallery a){
	cursor: none;
}.theme-scope :where(.page-gallery-box .photo-gallery figure){
	border-radius: 20px;
}.theme-scope :where(.page-gallery-box .photo-gallery img){
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	border-radius: 20px;
}.theme-scope :where(.page-video-gallery){
	padding: 160px 0 50px;
}.theme-scope :where(.video-gallery-image){
	border-radius: 20px;
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}.theme-scope :where(.video-gallery-image a){
	position: relative;
	display: block;
	cursor: none;
}.theme-scope :where(.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;
}.theme-scope :where(.video-gallery-image:hover a::before){
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}.theme-scope :where(.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;
}.theme-scope :where(.video-gallery-image:hover a::after){
    opacity: 1;
    visibility: visible;
}.theme-scope :where(.video-gallery-image img){
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	border-radius: 20px;
}.theme-scope :where(.page-faqs){
    padding: 160px 0 80px;
}.theme-scope :where(.page-faqs-catagery){
    margin-right: 30px;
}.theme-scope :where(.page-faq-accordion){
    margin-bottom: 80px;
}.theme-scope :where(.page-faq-accordion:last-child){
    margin-bottom: 0;
}.theme-scope :where(.faq-sidebar){
    position: sticky;
    top: 20px;
}.theme-scope :where(.faq-catagery-list){
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
	overflow: hidden;
}.theme-scope :where(.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;
}.theme-scope :where(.faq-catagery-list ul){
    list-style: none;
    margin: 0;
    padding: 40px;
}.theme-scope :where(.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;
}.theme-scope :where(.faq-catagery-list ul li:last-child){
    margin: 0;
    padding: 0;
    border-bottom: none;
}.theme-scope :where(.faq-catagery-list ul li a){
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.faq-catagery-list ul li:hover a){
    color: var(--accent-color);
}.theme-scope :where(.faq-catagery-list ul li a::before){
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(/html/01.%20digital-marketing-agency/images/arrow-accent.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}.theme-scope :where(.faq-catagery-list ul li:hover a::before){
    transform: rotate(45deg);
}.theme-scope :where(.page-contact-us){
    padding: 160px 0 80px;
}.theme-scope :where(.contact-info-box){
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.theme-scope :where(.contact-info-box .info-box-1){
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.theme-scope :where(.contact-info-box .info-box-1),.theme-scope :where(.contact-info-box .info-box-2){
    position: relative;
    width: 100%;
	border: 1px solid var(--divider-color);
	border-radius: 30px;
    padding: 30px 40px;
	overflow: hidden;
}.theme-scope :where(.contact-info-box .info-box-1::before),.theme-scope :where(.contact-info-box .info-box-2::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;
}.theme-scope :where(.contact-info-item){
    text-align: center;
    width: 100%;
}.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item){
    position: relative;
    width: calc(50% - 15px);
}.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item::before){
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(15px, -50%);
    height: 80%;
    width: 1px;
    background-color: var(--divider-color);
}.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item:nth-child(2n + 2):before){
	display: none;
}.theme-scope :where(.contact-info-box .info-box-2 .contact-info-item){
    display: flex;
    text-align: left;
}.theme-scope :where(.contact-info-item .icon-box){
    margin-bottom: 30px;
}.theme-scope :where(.contact-info-box .info-box-2 .icon-box){
    margin: 0 30px 0 0;
}.theme-scope :where(.contact-info-item .icon-box img){
    max-width: 50px;
}.theme-scope :where(.contact-info-box .info-box-2 .contact-item-content){
    width: calc(100% - 80px);
}.theme-scope :where(.contact-item-content h3){
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}.theme-scope :where(.contact-item-content p){
    margin: 0;
}.theme-scope :where(.contact-us-form){
    position: relative;
    padding: 50px;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    margin-left: 30px;
}.theme-scope :where(.contact-us-form::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;
    z-index: -1;
}.theme-scope :where(.contact-us-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;
}.theme-scope :where(.contact-us-form form .form-control::placeholder){
    color: var(--text-color);
}.theme-scope :where(.google-map){
	padding: 80px 0;
}.theme-scope :where(.google-map-iframe),.theme-scope :where(.google-map-iframe iframe){
    width: 100%;
    height: 600px;
    border-radius: 30px;
}.theme-scope :where(.google-map-iframe iframe){
    filter: grayscale(1);
    transition: all 0.4s ease-in-out;
}.theme-scope :where(.google-map-iframe iframe:hover){
    filter: grayscale(0);
}.theme-scope :where(.error-page){
	padding: 160px 0 80px;
}.theme-scope :where(.error-page-image){
	text-align: center;
	margin-bottom: 30px;
}.theme-scope :where(.error-page-image img){
	width: 100%;
	max-width: 50%;
}.theme-scope :where(.error-page .error-page-content){
	text-align: center;
}.theme-scope :where(.error-page-content-heading){
	margin-bottom: 30px;
}.theme-scope :where(.error-page-content-body p){
	margin-bottom: 30px;
}@media only screen and (max-width: 991px){.theme-scope :where(.navbar){
		padding: 20px 0;
	}.theme-scope :where(.slicknav_nav li),.theme-scope :where(.slicknav_nav ul){
        display: block;
    }.theme-scope :where(.responsive-menu),.theme-scope :where(.navbar-toggle){
        display: block;
    }.theme-scope :where(.header-social-links){
		display: none;
	}.theme-scope :where(.section-row){
		margin-bottom: 40px;
	}.theme-scope :where(.section-row .section-title){
		max-width: 100%;
	}.theme-scope :where(.section-title){
		margin-bottom: 30px;
	}.theme-scope :where(.section-title h3){
		margin-bottom: 15px;
	}.theme-scope :where(.section-title h3::before){
		width: 14px;
		height: 14px;
	}.theme-scope :where(.section-title h1){
		font-size: 70px;
	}.theme-scope :where(.section-title h2){
		font-size: 40px;
	}.theme-scope :where(.section-title p){
		margin-top: 15px;
	}.theme-scope :where(.section-content-btn .section-title-content){
		margin-bottom: 20px;
	}.theme-scope :where(.section-title-content){
		margin-top: 15px;
	}.theme-scope :where(.hero){
		padding: 180px 0 90px;
		min-height: auto;
	}.theme-scope :where(.hero.hero-slider-layout .hero-slide){
		padding: 180px 0 90px;
		min-height: auto;
	}.theme-scope :where(.hero-content .section-title){
		margin-bottom: 40px;
	}.theme-scope :where(.hero-content-body){
		margin-left: 0px;
	}.theme-scope :where(.hero-content-video){
		width: 37%;
	}.theme-scope :where(.hero-video-content){
		width: 63%;
	}.theme-scope :where(.hero-btn){
		margin-top: 30px;
	}.theme-scope :where(.our-scrolling-ticker){
		padding: 22px 0;
	}.theme-scope :where(.scrolling-content span){
		font-size: 34px;
	}.theme-scope :where(.about-agency){
		padding: 80px 0 40px;
	}.theme-scope :where(.about-agency::before){
		width: 300px;
		height: 330px;
	}.theme-scope :where(.about-agency-content){
		position: initial;
		padding-right: 0px;
		margin-bottom: 30px;
	}.theme-scope :where(.about-agency-list){
		gap: 30px;
		padding-left: 30px;
		margin-left: 10px;
	}.theme-scope :where(.agency-item-content h3:after){
		left: -40px;
	}.theme-scope :where(.agency-item-content h3){
		font-size: 20px;
	}.theme-scope :where(.our-services){
		padding: 40px 0;
	}.theme-scope :where(.service-item){
		padding: 30px;
	}.theme-scope :where(.service-item-header){
		margin-bottom: 50px;
	}.theme-scope :where(.service-item-header .icon-box img){
		max-width: 50px;
	}.theme-scope :where(.service-item-body h3){
		font-size: 20px;
		margin-bottom: 15px;
	}.theme-scope :where(.service-footer){
		margin-top: 10px;
	}.theme-scope :where(.digital-success){
		padding: 40px 0;
	}.theme-scope :where(.digital-success-box){
		gap: 40px;
		padding: 50px;
	}.theme-scope :where(.digital-success-list),.theme-scope :where(.digital-success-content){
		width: 100%;
	}.theme-scope :where(.digital-success-content::before){
		display: none;
	}.theme-scope :where(.digital-success-content .section-title){
		margin-bottom: 40px;
	}.theme-scope :where(.success-counter-item h2){
		font-size: 40px;
	}.theme-scope :where(.success-list-item){
		margin-bottom: 40px;
	}.theme-scope :where(.success-list-item p span){
		font-size: 20px;
	}.theme-scope :where(.why-choose-us){
		padding: 40px 0;
	}.theme-scope :where(.why-choose-us::before){
		top: 20%;
		width: 250px;
		height: 280px;
	}.theme-scope :where(.why-choose-content){
		margin-right: 0;
		margin-bottom: 30px;
	}.theme-scope :where(.why-choose-item){
		padding: 15px 20px;
	}.theme-scope :where(.why-choose-item h3){
		font-size: 20px;
	}.theme-scope :where(.why-choose-image img){
		aspect-ratio: 1 / 0.73;
	}.theme-scope :where(.join-agency){
		padding: 40px 0 10px;
	}.theme-scope :where(.agency-social-item){
		padding: 20px 30px 20px 50px;
		margin: 20px 0 30px 20px;
	}.theme-scope :where(.agency-social-item .icon-box){
		top: -20px;
		left: -20px;
	}.theme-scope :where(.agency-social-item .icon-box a){
		width: 60px;
		height: 60px;
	}.theme-scope :where(.agency-social-item .icon-box i){
		font-size: 30px;
	}.theme-scope :where(.agency-social-content h3){
		font-size: 20px;
	}.theme-scope :where(.how-it-work){
		padding: 40px 0 10px;
	}.theme-scope :where(.how-it-work::before){
		top: 0;
		width: 240px;
		height: 280px;
	}.theme-scope :where(.work-process-item){
		padding: 30px;
	}.theme-scope :where(.work-process-header){
		margin-bottom: 30px;
	}.theme-scope :where(.work-process-title h3){
		font-size: 20px;
	}.theme-scope :where(.work-process-content){
		margin-bottom: 40px;
	}.theme-scope :where(.work-process-body){
		padding-top: 10px;
	}.theme-scope :where(.work-process-no h3){
		font-size: 20px;
	}.theme-scope :where(.work-process-no h2){
		font-size: 34px;
	}.theme-scope :where(.work-process-icon-box){
		padding: 30px;
	}.theme-scope :where(.work-process-icon-box img){
		max-width: 50px;
	}.theme-scope :where(.our-features){
		padding: 40px 0;
	}.theme-scope :where(.our-features::before){
		top: 15%;
		width: 250px;
		height: 225px;
	}.theme-scope :where(.digital-features-box){
		gap: 30px;
	}.theme-scope :where(.digital-features-item.features-item-1){
		width: calc(55% - 15px);
	}.theme-scope :where(.digital-features-item.features-item-2){
		width: calc(45% - 15px);
	}.theme-scope :where(.digital-features-item){
		padding: 30px;
	}.theme-scope :where(.digital-features-content h3){
		font-size: 20px;
	}.theme-scope :where(.digital-features-image){
		margin-bottom: 30px;
	}.theme-scope :where(.digital-features-item.features-item-1 .digital-features-image img){
		aspect-ratio: 1 / 0.62;
	}.theme-scope :where(.digital-features-item.agency-supports){
		padding: 30px 0;
	}.theme-scope :where(.agency-supports-header){
		margin-bottom: 30px;
		padding: 0 30px;
	}.theme-scope :where(.agency-supports-content){
		width: 70%;
	}.theme-scope :where(.agency-supports-content h3){
		font-size: 20px;
	}.theme-scope :where(.agency-free-consultation){
		width: 30%;
	}.theme-scope :where(.agency-free-consultation img){
		max-width: 80px;
	}.theme-scope :where(.agency-supports-logo){
		padding: 20px 25px;
	}.theme-scope :where(.agency-supports-logo img){
		max-height: 25px;
	}.theme-scope :where(.our-portfolio){
		padding: 40px 0 10px;
	}.theme-scope :where(.our-Project-nav){
		margin-bottom: 40px;
	}.theme-scope :where(.our-Project-nav ul){
		gap: 10px 20px;
	}.theme-scope :where(.our-Project-nav ul li a){
		font-size: 14px;
		padding: 10px 15px;
	}.theme-scope :where(.project-item){
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}.theme-scope :where(.project-btn a){
		width: 80px;
		height: 80px;
	}.theme-scope :where(.project-btn a img){
		max-width: 34px;
	}.theme-scope :where(.project-content h3){
		font-size: 20px;
	}.theme-scope :where(.our-testimonial){
		padding: 40px 0;
	}.theme-scope :where(.our-testimonial::before){
		width: 250px;
		height: 245px;
	}.theme-scope :where(.testimonial-review-box){
		padding: 30px;
		margin-bottom: 30px;
	}.theme-scope :where(.testimonial-review-content),.theme-scope :where(.testimonial-review-header){
		margin-bottom: 20px;
	}.theme-scope :where(.testimonial-review-header h2){
		font-size: 60px;
	}.theme-scope :where(.testimonial-review-content h3){
		font-size: 20px;
	}.theme-scope :where(.testimonial-slider){
		margin-left: 0px;
	}.theme-scope :where(.testimonial-company-logo){
		margin-bottom: 20px;
	}.theme-scope :where(.testimonial-content){
		margin-bottom: 30px;
	}.theme-scope :where(.testimonial-content p){
		font-size: 20px;
	}.theme-scope :where(.author-content h3){
		font-size: 20px;
	}.theme-scope :where(.testimonial-slider .testimonial-button-next),.theme-scope :where(.testimonial-slider .testimonial-button-prev){
		width: 50px;
		height: 50px;
	}.theme-scope :where(.testimonial-slider .testimonial-button-next::before),.theme-scope :where(.testimonial-slider .testimonial-button-prev::before){
		background-size: 24px auto;
	}.theme-scope :where(.testimonial-benefits-box){
		gap: 20px;
		margin-top: 50px;
		padding: 30px 15px;
	}.theme-scope :where(.testimonial-benefits-item){
		width: calc(25% - 15px);
	}.theme-scope :where(.testimonial-benefits-item::before){
		right: -10px;
	}.theme-scope :where(.testimonial-benefits-item .icon-box){
		margin-bottom: 20px;
	}.theme-scope :where(.testimonial-benefits-content h3){
		font-size: 20px;
		margin-bottom: 15px;
	}.theme-scope :where(.testimonial-benefits-content ul li){
		font-size: 14px;
		padding-left: 18px;
		margin-bottom: 10px;
	}.theme-scope :where(.testimonial-benefits-content ul li::before){
		font-size: 14px;
	}.theme-scope :where(.agency-benefits){
		padding: 40px 0 10px;
	}.theme-scope :where(.agency-benefits::before){
		width: 210px;
		height: 220px;
	}.theme-scope :where(.benefits-steps-item){
		padding: 20px;
	}.theme-scope :where(.benefits-steps-item .icon-box),.theme-scope :where(.benefits-steps-no){
		margin-bottom: 30px;
	}.theme-scope :where(.benefits-steps-item .icon-box img){
		max-width: 50px;
	}.theme-scope :where(.benefits-steps-content h3){
		font-size: 20px;
	}.theme-scope :where(.our-blog){
		padding: 40px 0 10px;
	}.theme-scope :where(.post-featured-image){
		margin-bottom: 20px;
	}.theme-scope :where(.post-item-content){
		margin-bottom: 15px;
	}.theme-scope :where(.post-item-content h3){
		font-size: 20px;
	}.theme-scope :where(.footer-work-together){
		padding: 40px 0;
	}.theme-scope :where(.footer-work-together::before){
		top: 0;
		width: 245px;
		height: 355px;
	}@keyframes circlmoveerotate{
		from{
			transform: translateY(0) rotate(0deg);
		  }
		to{
			transform: translateY(100px) rotate(360deg);
		}
	}.theme-scope :where(.work-together-content){
		background-size: cover;
	}.theme-scope :where(.footer-work-together h3){
		font-size: 20px;
		margin-bottom: 10px;
	}.theme-scope :where(.footer-work-together h2){
		font-size: 120px;
	}.theme-scope :where(.footer-work-together .work-together-btn a){
		width: 120px;
		height: 120px;
	}.theme-scope :where(.footer-main){
		padding: 40px 0 0;
	}.theme-scope :where(.footer-logo){
		margin-bottom: 40px;
	}.theme-scope :where(.footer-contact-item){
		margin-bottom: 20px;
	}.theme-scope :where(.footer-contact-content p){
		font-size: 20px;
	}.theme-scope :where(.footer-newsletter-form h3),.theme-scope :where(.footer-links h3){
		font-size: 20px;
		margin-bottom: 20px;
	}.theme-scope :where(.footer-links ul li){
		margin-bottom: 10px;
	}.theme-scope :where(.footer-newsletter-form){
		margin-top: 30px;
	}.theme-scope :where(.footer-newsletter-form .form-group .form-control){
		width: 80%;
	}.theme-scope :where(.footer-social-links){
		margin-top: 30px;
	}.theme-scope :where(.footer-copyright){
		padding: 30px 0;
		margin-top: 40px;
	}.theme-scope :where(.page-header){
		padding: 182px 0 80px;
	}.theme-scope :where(.page-header-box h1){
		font-size: 70px;
	}.theme-scope :where(.page-header-box ol li.breadcrumb-item){
		font-size: 16px;
	}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span){
		font-size: 20px;
	}.theme-scope :where(.our-approach){
		padding: 40px 0 10px;
	}.theme-scope :where(.mission-vision-item){
		padding: 30px;
	}.theme-scope :where(.mission-vision-image){
		margin-bottom: 15px;
	}.theme-scope :where(.mission-vision-item .mission-vision-content h3){
		font-size: 20px;
		margin-bottom: 15px;
	}.theme-scope :where(.who-we-are){
		padding: 40px 0;
	}.theme-scope :where(.who-we-are::before){
		top: -13%;
		width: 210px;
		height: 220px;
	}.theme-scope :where(.who-we-are .who-we-are-content){
		padding-right: 0px;
		margin-bottom: 30px;
	}.theme-scope :where(.experts-counters-list){
		gap: 40px;
	}.theme-scope :where(.experts-counter-box){
		width: calc(50% - 20px);
		gap: 40px;
	}.theme-scope :where(.experts-counter-box:nth-child(even)){
		margin-top: 40px;
	}.theme-scope :where(.experts-counter-content h2){
		font-size: 40px;
	}.theme-scope :where(.executive-partners){
		padding: 40px 0;
	}.theme-scope :where(.executive-partners-box){
		padding: 50px;
	}.theme-scope :where(.executive-partners-box .section-title){
		margin-bottom: 30px;
	}.theme-scope :where(.our-team){
		padding: 40px 0 10px;
	}.theme-scope :where(.our-team::before){
		top: -5%;
		width: 250px;
        height: 280px;
	}.theme-scope :where(.team-image figure),.theme-scope :where(.team-image img){
        aspect-ratio: 1 / 1.3;
    }.theme-scope :where(.team-content h3){
        font-size: 20px;
    }.theme-scope :where(.our-faqs){
        padding: 40px 0;
    }.theme-scope :where(.faq-images){
        max-width: 80%;
        margin: 0 auto 30px;
        padding: 100px 80px 0 0;
    }.theme-scope :where(.faq-img-1 img){
        max-width: 285px;
    }.theme-scope :where(.faq-img-2 img){
        aspect-ratio: 1 / 0.9;
    }.theme-scope :where(.our-faq-section .accordion-header .accordion-button){
        font-size: 20px;
    }.theme-scope :where(.page-services){
		padding: 80px 0 10px;
	}.theme-scope :where(.page-service-single){
        padding: 80px 0 40px;
    }.theme-scope :where(.page-service-single::before){
        width: 300px;
        height: 330px;
    }.theme-scope :where(.page-service-single::after){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.service-single-content){
        margin: 0 0 40px 0;
    }.theme-scope :where(.service-feature-image){
        margin-bottom: 30px;
    }.theme-scope :where(.service-feature-image img){
        aspect-ratio: 1 / 0.59;
    }.theme-scope :where(.service-entry){
        margin-bottom: 30px;
    }.theme-scope :where(.service-entry h2){
        font-size: 40px;
    }.theme-scope :where(.service-entry-list-image){
        margin: 30px 0;
		gap: 20px;
    }.theme-scope :where(.service-entry-list){
		width: calc(55% - 10px);
	}.theme-scope :where(.service-entry-list ul li){
        margin-bottom: 15px;
		padding-left: 25px;
    }.theme-scope :where(.service-entry-list ul li::before){
        font-size: 16px;
    }.theme-scope :where(.service-entry-image){
		width: calc(45% - 10px);
	}.theme-scope :where(.process-step-content){
        padding: 30px;
    }.theme-scope :where(.process-step-header){
        margin-bottom: 50px;
    }.theme-scope :where(.process-step-header .icon-box img){
        max-width: 48px;
    }.theme-scope :where(.process-step-no h3){
        font-size: 20px;
    }.theme-scope :where(.process-step-body h3){
        font-size: 20px;
    }.theme-scope :where(.process-step-image img){
		aspect-ratio: 1 / 0.8;
	}.theme-scope :where(.service-sidebar){
		position: initial;
	}.theme-scope :where(.service-catagery-list){
        margin-bottom: 40px;
    }.theme-scope :where(.service-catagery-list h3){
        font-size: 20px;
        padding: 30px 30px 20px;
    }.theme-scope :where(.service-catagery-list ul){
        padding: 20px 30px 30px;
    }.theme-scope :where(.service-catagery-list ul li){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }.theme-scope :where(.sidebar-cta-box){
        padding: 30px;
    }.theme-scope :where(.sidebar-cta-box .icon-box){
        margin-bottom: 30px;
    }.theme-scope :where(.sidebar-cta-box .icon-box img){
        max-width: 50px;
    }.theme-scope :where(.cta-contact-content h3){
        font-size: 20px;
        margin-bottom: 10px;
    }.theme-scope :where(.page-blog){
		padding: 80px 0 40px;
	}.theme-scope :where(.page-blog::before){
		width: 300px;
		height: 330px;
	}.theme-scope :where(.post-item){
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}.theme-scope :where(.page-pagination){
		margin-top: 10px;
	}.theme-scope :where(.page-single-post){
		padding: 80px 0 40px;
	}.theme-scope :where(.post-image){
		margin-bottom: 20px;
	}.theme-scope :where(.post-entry blockquote){
		background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
	}.theme-scope :where(.post-entry blockquote p){
		font-size: 18px;
	}.theme-scope :where(.post-entry h2){
		font-size: 40px;
	}.theme-scope :where(.post-entry ul li){
		font-size: 16px;
	}.theme-scope :where(.post-tags){
		margin-bottom: 20px;
	}.theme-scope :where(.post-social-sharing ul){
		text-align: left;
	}.theme-scope :where(.tag-links){
		font-size: 22px;
	}.theme-scope :where(.post-tags .tag-links a){
		font-size: 16px;
		padding: 6px 15px;
	}.theme-scope :where(.page-project){
		padding: 80px 0 10px;
	}.theme-scope :where(.page-project::before){
        width: 300px;
        height: 330px;
    }.theme-scope :where(.page-project-single){
        padding: 80px 0 40px;
    }.theme-scope :where(.page-project-single::before){
		top: 20%;
        width: 210px;
        height: 220px;
    }.theme-scope :where(.page-project-single::after){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.project-single-content){
        margin-right: 0;
        margin-bottom: 30px;
    }.theme-scope :where(.project-single-image){
        margin-bottom: 30px;
    }.theme-scope :where(.project-single-content img){
        aspect-ratio: 1 / 0.57;
    }.theme-scope :where(.project-challenges),.theme-scope :where(.project-info),.theme-scope :where(.project-entry){
        margin-bottom: 30px;
    }.theme-scope :where(.project-entry p){
        margin-bottom: 20px;
    }.theme-scope :where(.project-entry h2){
        font-size: 40px;
        margin-bottom: 20px;
    }.theme-scope :where(.project-entry ul li){
        margin-bottom: 15px;
		padding-left: 25px;
    }.theme-scope :where(.project-entry ul li::before){
		font-size: 16px;
	}.theme-scope :where(.project-solution-rating){
        margin-top: 0;
    }.theme-scope :where(.project-counter-content h3){
        font-size: 34px;
    }.theme-scope :where(.project-sidebar){
		position: initial;
	}.theme-scope :where(.project-catagery-list){
        margin-bottom: 40px;
    }.theme-scope :where(.category-item-list){
        padding: 30px 30px 20px;
    }.theme-scope :where(.category-list-item h3){
        font-size: 20px;
        margin-bottom: 5px;
    }.theme-scope :where(.category-social-link){
        padding: 30px;
    }.theme-scope :where(.category-social-link .social-links){
        font-size: 20px;
    }.theme-scope :where(.page-team){
		padding: 80px 0 10px;
	}.theme-scope :where(.page-team::before){
        width: 245px;
        height: 355px;
    }.theme-scope :where(.page-team-single){
        padding: 80px 0 40px;
    }.theme-scope :where(.page-team-single::before){
		top: 40%;
		width: 250px;
        height: 280px;
	}.theme-scope :where(.team-single-content){
        margin-right: 0;
    }.theme-scope :where(.team-info-box){
        margin-bottom: 40px;
    }.theme-scope :where(.team-info-header){
		align-items: center;
        margin-bottom: 30px;
    }.theme-scope :where(.team-single-content h2){
        font-size: 40px;
    }.theme-scope :where(.team-contact-box){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }.theme-scope :where(.team-contact-box .icon-box){
        width: 65px;
        height: 65px;
    }.theme-scope :where(.team-contact-box .icon-box img){
        max-width: 30px;
    }.theme-scope :where(.team-contact-content){
        width: calc(100% - 95px);
    }.theme-scope :where(.team-contact-content h3){
        font-size: 20px;
        margin-bottom: 5px;
    }.theme-scope :where(.team-personal-info){
        margin-bottom: 40px;
    }.theme-scope :where(.team-career-list){
        margin-top: 20px;
    }.theme-scope :where(.team-career-list ul){
        row-gap: 15px;
    }.theme-scope :where(.team-single-sidebar){
		position: initial;
		margin-bottom: 30px;
	}.theme-scope :where(.team-single-image){
        margin-bottom: 40px;
    }.theme-scope :where(.team-single-image img){
        aspect-ratio: 1 / 0.8;
        object-position: top center;
    }.theme-scope :where(.team-single-contact-form h3){
        font-size: 28px;
        padding: 30px;
    }.theme-scope :where(.team-single-contact-form form){
        padding: 30px;
    }.theme-scope :where(.page-pricing){
        padding: 80px 0 40px;
    }.theme-scope :where(.pricing-box-list){
        gap: 30px;
    }.theme-scope :where(.pricing-box){
        width: calc(50% - 15px);
        padding: 30px;
    }.theme-scope :where(.pricing-box-content){
        gap: 15px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }.theme-scope :where(.pricing-title){
        width: calc(52% - 7.5px);
    }.theme-scope :where(.pricing-title h3){
        font-size: 26px;
        margin-bottom: 5px;
    }.theme-scope :where(.pricing-price){
        width: calc(48% - 7.5px);
    }.theme-scope :where(.pricing-price h2){
        font-size: 40px;
    }.theme-scope :where(.pricing-price h2 sup){
        font-size: 20px;
    }.theme-scope :where(.pricing-price h2 sub){
        font-size: 14px;
    }.theme-scope :where(.pricing-list ul){
        gap: 15px;
    }.theme-scope :where(.pricing-list ul li){
        width: 100%;
    }.theme-scope :where(.pricing-list){
        margin-bottom: 30px;
    }.theme-scope :where(.page-testimonial){
        padding: 80px 0 40px;
    }.theme-scope :where(.testimonial-box-list){
        gap: 40px;
    }.theme-scope :where(.testimonial-box-item){
        padding: 40px 30px;
        gap: 30px;
    }.theme-scope :where(.client-author-image){
        width: calc(32% - 15px);
    }.theme-scope :where(.client-testimonial-content){
        width: calc(68% - 15px);
    }.theme-scope :where(.client-testimonial-rating){
        margin-bottom: 10px;
    }.theme-scope :where(.client-testimonial-info p){
		font-size: 18px;
	}.theme-scope :where(.client-author-title h3){
        font-size: 20px;
    }.theme-scope :where(.page-gallery){
		padding: 80px 0 10px;
	}.theme-scope :where(.page-video-gallery){
		padding: 80px 0 10px;
	}.theme-scope :where(.page-faqs){
        padding: 80px 0 40px;
	}.theme-scope :where(.page-faqs-catagery){
		margin-right: 0px;
	}.theme-scope :where(.page-faq-accordion){
        margin-bottom: 40px;
    }.theme-scope :where(.faq-sidebar){
        position: initial;
		margin-bottom: 30px;
    }.theme-scope :where(.faq-catagery-list){
        margin-bottom: 40px;
    }.theme-scope :where(.faq-catagery-list ul){
        padding: 30px;
    }.theme-scope :where(.faq-catagery-list ul li){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }.theme-scope :where(.page-contact-us){
        padding: 80px 0 40px;
    }.theme-scope :where(.contact-information){
        margin-bottom: 30px;
    }.theme-scope :where(.contact-info-box){
        gap: 20px;
    }.theme-scope :where(.contact-info-box .info-box-1),.theme-scope :where(.contact-info-box .info-box-2){
        padding: 20px 30px;
    }.theme-scope :where(.contact-info-item .icon-box){
        margin-bottom: 20px;
    }.theme-scope :where(.contact-info-item .icon-box img){
        max-width: 40px;
    }.theme-scope :where(.contact-info-box .info-box-2 .contact-item-content){
        width: calc(100% - 70px);
    }.theme-scope :where(.contact-item-content h3){
        font-size: 20px;
    }.theme-scope :where(.contact-us-form){
        margin: 0;
        padding: 30px;
    }.theme-scope :where(.google-map){
		padding: 40px 0;
	}.theme-scope :where(.google-map-iframe),.theme-scope :where(.google-map-iframe iframe){
        height: 450px;
    }.theme-scope :where(.error-page){
		padding: 80px 0 40px;
	}.theme-scope :where(.error-page-image){
		margin-bottom: 20px;
	}.theme-scope :where(.error-page-image img){
		max-width: 80%;
	}.theme-scope :where(.error-page-content-heading){
		margin-bottom: 15px;
	}.theme-scope :where(.error-page-content-body p){
		margin-bottom: 20px;
	}
}@media only screen and (max-width: 767px){.theme-scope{
		background-size: 200% auto;
	}.theme-scope :where(.section-title h1){
        font-size: 34px;
    }.theme-scope :where(.section-title h2){
        font-size: 30px;
    }.theme-scope :where(.hero-content){
		text-align: center;
	}.theme-scope :where(.hero-content .section-title){
        margin-bottom: 30px;
    }.theme-scope :where(.hero-content-body){
		display: block;
	}.theme-scope :where(.hero-content-video){
		width: 100%;
		justify-content: center;
		margin-bottom: 30px;
	}.theme-scope :where(.hero-content-video .video-play-button a){
		height: 80px;
		width: 80px;
	}.theme-scope :where(.hero-content-video .video-play-button a i){
		font-size: 25px;
	}.theme-scope :where(.learn-more-circle img){
		max-width: 80px;
	}.theme-scope :where(.hero-video-content){
        width: 100%;
    }.theme-scope :where(.scrolling-ticker-box){
		--gap: 20px;
	}.theme-scope :where(.scrolling-content span){
        font-size: 28px;
    }.theme-scope :where(.scrolling-content span img){
		max-width: 20px;
		margin-right: 20px;
	}.theme-scope :where(.about-agency::before){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.about-agency-list){
        padding-left: 20px;
    }.theme-scope :where(.agency-item-content h3:after){
        left: -30px;
    }.theme-scope :where(.agency-item-content h3){
        font-size: 18px;
    }.theme-scope :where(.service-item){
        padding: 20px;
    }.theme-scope :where(.service-item-body h3){
        font-size: 18px;
    }.theme-scope :where(.service-footer p){
		font-size: 12px;
	}.theme-scope :where(.digital-success-box){
        gap: 30px;
        padding: 40px 30px;
    }.theme-scope :where(.digital-success-box::before){
		left: 10px;
		top: 10px;
		border-radius: 20px;
		width: calc(100% - 20px);
		height: calc(100% - 10px);
	}.theme-scope :where(.success-counter-box){
		gap: 20px;
	}.theme-scope :where(.success-counter-item){
		width: 100%;
	}.theme-scope :where(.success-counter-item h2){
        font-size: 30px;
    }.theme-scope :where(.success-list-item){
		background-size: 18px auto;
		margin-bottom: 30px;
	}.theme-scope :where(.success-list-item p span){
        font-size: 18px;
    }.theme-scope :where(.why-choose-us::before){
        top: 30%;
        width: 200px;
        height: 230px;
    }.theme-scope :where(.why-choose-item h3){
        font-size: 18px;
    }.theme-scope :where(.agency-social-item){
        margin: 15px 0 30px 15px;
    }.theme-scope :where(.agency-social-item .icon-box){
        top: -15px;
        left: -15px;
    }.theme-scope :where(.agency-social-item .icon-box a){
        width: 50px;
        height: 50px;
    }.theme-scope :where(.agency-social-item .icon-box i){
        font-size: 20px;
    }.theme-scope :where(.agency-social-content h3){
        font-size: 18px;
    }.theme-scope :where(.how-it-work::before){
        width: 180px;
        height: 220px;
    }.theme-scope :where(.work-process-header){
        margin-bottom: 20px;
    }.theme-scope :where(.work-process-title h3){
        font-size: 18px;
    }.theme-scope :where(.work-process-content){
        margin-bottom: 30px;
    }.theme-scope :where(.work-process-body){
        padding-top: 20px;
    }.theme-scope :where(.work-process-no h3){
        font-size: 18px;
    }.theme-scope :where(.work-process-no h2){
        font-size: 28px;
    }.theme-scope :where(.our-features::before){
		right: -70px;
		top: 13%;
		width: 150px;
		height: 135px;
	}.theme-scope :where(.digital-features-item.features-item-2),.theme-scope :where(.digital-features-item.features-item-1){
		width: 100%;
	}.theme-scope :where(.digital-features-item.features-item-1 .digital-features-image img){
        aspect-ratio: 1 / 0.72;
    }.theme-scope :where(.digital-features-item){
        padding: 20px;
    }.theme-scope :where(.digital-features-image){
        margin-bottom: 20px;
    }.theme-scope :where(.digital-features-content h3){
		font-size: 18px;
	}.theme-scope :where(.agency-supports-header){
		display: block;
	}.theme-scope :where(.agency-supports-content),.theme-scope :where(.agency-free-consultation){
        width: 100%;
    }.theme-scope :where(.agency-supports-content h3){
        font-size: 18px;
    }.theme-scope :where(.agency-free-consultation){
		text-align: left;
		margin-top: 20px;
	}.theme-scope :where(.agency-supports-slider::before){
		background: linear-gradient(280deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
		width: 150px;
	}.theme-scope :where(.agency-supports-slider::after){
		background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
		width: 150px;
	}.theme-scope :where(.project-btn a){
        width: 60px;
        height: 60px;
    }.theme-scope :where(.project-btn a img){
        max-width: 26px;
    }.theme-scope :where(.project-content h3){
        font-size: 18px;
    }.theme-scope :where(.testimonial-review-box){
        padding: 20px;
    }.theme-scope :where(.testimonial-review-header h2){
        font-size: 40px;
    }.theme-scope :where(.testimonial-review-content h3){
        font-size: 18px;
    }.theme-scope :where(.testimonial-company-logo),.theme-scope :where(.testimonial-rating){
		margin-bottom: 15px;
	}.theme-scope :where(.testimonial-content p){
        font-size: 18px;
    }.theme-scope :where(.author-content h3){
        font-size: 18px;
    }.theme-scope :where(.testimonial-btn){
		position: relative;
		justify-content: center;
		margin-top: 30px;
	}.theme-scope :where(.testimonial-slider .testimonial-button-next),.theme-scope :where(.testimonial-slider .testimonial-button-prev){
        width: 45px;
        height: 45px;
    }.theme-scope :where(.testimonial-benefits-box){
		gap: 30px;
		padding: 30px 20px;
	}.theme-scope :where(.testimonial-benefits-item){
        width: 100%;
    }.theme-scope :where(.testimonial-benefits-item::before){
		top: auto;
		bottom: -15px;
		right: 0;
		border-right: none;
		border-bottom: 1px solid var(--divider-color);
		width: 100%;
		height: 1px;
		z-index: 1;
	}.theme-scope :where(.testimonial-benefits-item:last-child:before){
		display: none;
	}.theme-scope :where(.testimonial-benefits-content h3){
        font-size: 18px;
		margin-bottom: 10px;
    }.theme-scope :where(.benefits-steps-item .icon-box),.theme-scope :where(.benefits-steps-no){
        margin-bottom: 20px;
    }.theme-scope :where(.benefits-steps-no h3){
		font-size: 18px;
	}.theme-scope :where(.benefits-steps-content h3){
        font-size: 18px;
    }.theme-scope :where(.post-item-content h3){
		font-size: 18px;
	}.theme-scope :where(.footer-work-together::before){
		left: -90px;
        width: 180px;
        height: 190px;
    }.theme-scope :where(.footer-work-together h3){
        font-size: 18px;
    }.theme-scope :where(.footer-work-together h2){
        font-size: 55px;
    }.theme-scope :where(.work-together-btn){
		top: 56%;
	}.theme-scope :where(.footer-work-together .work-together-btn a){
        width: 85px;
        height: 85px;
    }.theme-scope :where(.footer-work-together .work-together-btn a span){
		font-size: 12px;
	}.theme-scope :where(.about-footer){
		margin-bottom: 30px;
	}.theme-scope :where(.footer-contact-content p){
        font-size: 18px;
    }.theme-scope :where(.footer-logo){
        margin-bottom: 30px;
    }.theme-scope :where(.footer-newsletter-form h3),.theme-scope :where(.footer-links h3){
        font-size: 18px;
        margin-bottom: 15px;
    }.theme-scope :where(.footer-newsletter-form .form-group .form-control){
        width: 57%;
    }.theme-scope :where(.footer-copyright){
        padding: 20px 0;
        margin-top: 30px;
    }.theme-scope :where(.page-header-box h1){
		font-size: 34px;
	}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span){
		font-size: 18px;
	}.theme-scope :where(.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img){
		max-width: 16px;
	}.theme-scope :where(.mission-vision-item){
        padding: 20px;
    }.theme-scope :where(.mission-vision-item .mission-vision-content h3){
		font-size: 18px;
	}.theme-scope :where(.experts-rating-video-image){
		width: 100%;
		margin-bottom: 20px;
	}.theme-scope :where(.who-we-are-client){
		width: 100%;
		padding-left: 0px;
	}.theme-scope :where(.experts-counter-box){
        width: 100%;
        gap: 30px;
    }.theme-scope :where(.experts-counter-box:nth-child(even)){
        margin-top: 0px;
    }.theme-scope :where(.experts-counter-item){
		padding: 20px;
	}.theme-scope :where(.experts-counter-box.expert-box-2 .experts-counter-item:nth-child(odd)){
		background: url(/html/01.%20digital-marketing-agency/images/who-we-are-counter-bg.png);
	}.theme-scope :where(.experts-counter-box.expert-box-2 .experts-counter-item:nth-child(even)){
		background: transparent;
	}.theme-scope :where(.experts-counter-content h2){
        font-size: 30px;
    }.theme-scope :where(.executive-partners-box){
        padding: 30px;
    }.theme-scope :where(.our-partners-list){
		gap: 20px;
	}.theme-scope :where(.our-partners-list .company-logo){
		width: calc(50% - 10px);
		padding: 15px;
	}.theme-scope :where(.faq-images){
        max-width: 100%;
        padding: 80px 50px 0 0;
    }.theme-scope :where(.faq-img-1 img){
        max-width: 185px;
    }.theme-scope :where(.faq-cta-box a){
        font-size: 14px;
        padding: 8px 15px;
    }.theme-scope :where(.our-faq-section .accordion-item){
        margin-bottom: 20px;
    }.theme-scope :where(.our-faq-section .accordion-header .accordion-button){
        font-size: 18px;
        padding: 12px 40px 12px 12px;
    }.theme-scope :where(.our-faq-section .accordion-item .accordion-button::after),.theme-scope :where(.our-faq-section .accordion-item .accordion-button.collapsed::after){
        right: 12px;
        font-size: 12px;
        width: 20px;
        height: 20px;
    }.theme-scope :where(.our-faq-section .accordion-item .accordion-body){
        padding: 0 12px 12px 12px;
    }.theme-scope :where(.page-service-single::before){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.page-service-single::after){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.service-feature-image img){
        aspect-ratio: 1 / 0.78;
    }.theme-scope :where(.service-entry h2){
        font-size: 30px;
    }.theme-scope :where(.service-entry-list-image){
        gap: 30px;
    }.theme-scope :where(.service-entry-list),.theme-scope :where(.service-entry-image){
        width: 100%;
    }.theme-scope :where(.service-entry-list ul li){
        font-size: 14px;
		padding-left: 20px;
    }.theme-scope :where(.service-entry-list ul li::before){
        font-size: 14px;
    }.theme-scope :where(.service-entry-image img){
        aspect-ratio: 1 / 0.68;
        object-position: top center;
    }.theme-scope :where(.service-process-steps){
        gap: 20px;
        margin: 0;
    }.theme-scope :where(.process-step-item){
        gap: 20px;
    }.theme-scope :where(.process-step-content),.theme-scope :where(.process-step-image){
        width: 100%;
    }.theme-scope :where(.process-step-content){
        padding: 20px;
    }.theme-scope :where(.process-step-header){
        margin-bottom: 50px;
    }.theme-scope :where(.process-step-header .icon-box img){
        max-width: 36px;
    }.theme-scope :where(.process-step-no h3){
        font-size: 18px;
    }.theme-scope :where(.process-step-body h3){
        font-size: 18px;
        margin-bottom: 15px;
    }.theme-scope :where(.process-step-image img){
        aspect-ratio: 1 / 0.72;
    }.theme-scope :where(.service-catagery-list){
        margin-bottom: 30px;
    }.theme-scope :where(.service-catagery-list h3){
        font-size: 18px;
        padding: 20px;
    }.theme-scope :where(.service-catagery-list ul){
        padding: 20px;
    }.theme-scope :where(.service-catagery-list ul li){
		padding-bottom: 15px;
		margin-bottom: 15px;
	}.theme-scope :where(.service-catagery-list ul li a::before){
        width: 22px;
        height: 22px;
    }.theme-scope :where(.sidebar-cta-box){
        padding: 20px;
    }.theme-scope :where(.sidebar-cta-box .icon-box){
        margin-bottom: 25px;
    }.theme-scope :where(.sidebar-cta-box .icon-box img){
        max-width: 40px;
    }.theme-scope :where(.cta-contact-content h3){
        font-size: 18px;
    }.theme-scope :where(.cta-contact-btn a){
        padding: 10px 25px;
    }.theme-scope :where(.cta-contact-btn a img){
        max-width: 22px;
        margin-right: 10px;
    }.theme-scope :where(.page-blog::before){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.post-image figure),.theme-scope :where(.post-image img){
		aspect-ratio: 1 / 0.70;
	}.theme-scope :where(.post-entry blockquote){
		background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
	}.theme-scope :where(.post-entry h2){
		font-size: 28px;
	}.theme-scope :where(.tag-links){
		font-size: 20px;
	}.theme-scope :where(.page-project::before){
        width: 250px;
        height: 280px;
    }.theme-scope :where(.page-project-single::before){
		width: 210px;
        height: 220px;
    }.theme-scope :where(.page-project-single::after){
		top: 53%;
        width: 200px;
        height: 230px;
    }.theme-scope :where(.project-single-content){
        margin-bottom: 20px;
    }.theme-scope :where(.project-single-content img){
        aspect-ratio: 1 / 0.67;
    }.theme-scope :where(.project-entry h2){
        font-size: 30px;
    }.theme-scope :where(.project-entry ul li){
        font-size: 14px;
        margin-bottom: 10px;
    }.theme-scope :where(.project-solution-rating){
        gap: 15px;
    }.theme-scope :where(.project-rating-counter .icon-box i){
        font-size: 36px;
    }.theme-scope :where(.project-counter-content){
        width: calc(100% - 56px);
    }.theme-scope :where(.project-counter-content h3){
        font-size: 28px;
    }.theme-scope :where(.project-rating-content),.theme-scope :where(.project-rating-counter){
        width: 100%;
    }.theme-scope :where(.category-item-list){
        padding: 20px;
    }.theme-scope :where(.category-list-item){
        padding-bottom: 15px;
        margin-bottom: 15px;
    }.theme-scope :where(.category-list-item h3){
        font-size: 18px;
    }.theme-scope :where(.category-social-link){
        padding: 20px;
    }.theme-scope :where(.category-social-link span){
		font-size: 20px;
	}.theme-scope :where(.page-team::before){
        width: 180px;
        height: 190px;
    }.theme-scope :where(.page-team-single::before){
		width: 200px;
        height: 230px;
    }.theme-scope :where(.team-info-box){
        margin-bottom: 30px;
    }.theme-scope :where(.team-info-header){
        margin-bottom: 30px;
        gap: 10px;
    }.theme-scope :where(.team-info-title),.theme-scope :where(.team-info-social-list){
        width: 100%;
    }.theme-scope :where(.team-info-social-list ul){
		text-align: left;
	}.theme-scope :where(.team-single-content p){
        margin-bottom: 15px;
    }.theme-scope :where(.team-single-content h2){
        font-size: 30px;
    }.theme-scope :where(.team-contact-box){
        padding-bottom: 15px;
        margin-bottom: 15px;
    }.theme-scope :where(.team-contact-box .icon-box){
		margin-right: 20px;
	}.theme-scope :where(.team-contact-content){
        width: calc(100% - 85px);
    }.theme-scope :where(.team-contact-content h3){
        font-size: 18px;
    }.theme-scope :where(.team-personal-info){
        margin-bottom: 30px;
    }.theme-scope :where(.team-career-list ul){
        gap: 10px;
    }.theme-scope :where(.team-career-list ul li){
        width: 100%;
		padding-left: 25px;
    }.theme-scope :where(.team-career-list ul li::before){
        font-size: 16px;
    }.theme-scope :where(.team-single-image){
        margin-bottom: 25px;
    }.theme-scope :where(.team-single-image img){
        aspect-ratio: 1 / 1.08;
    }.theme-scope :where(.team-single-contact-form h3){
        font-size: 30px;
        padding: 20px;
    }.theme-scope :where(.team-single-contact-form form){
        padding: 20px;
    }.theme-scope :where(.pricing-box){
        width: 100%;
        padding: 20px;
    }.theme-scope :where(.pricing-box-content){
        margin-bottom: 20px;
        padding-bottom: 20px;
    }.theme-scope :where(.pricing-title h3){
        font-size: 22px;
    }.theme-scope :where(.pricing-price h2){
        font-size: 30px;
    }.theme-scope :where(.pricing-price h2 sup){
        font-size: 16px;
	}.theme-scope :where(.pricing-list ul li){
		padding-left: 25px;
	}.theme-scope :where(.pricing-list ul li::before){
        font-size: 16px;
    }.theme-scope :where(.testimonial-box-item){
        padding: 20px 15px;
        gap: 20px;
        text-align: center;
    }.theme-scope :where(.client-author-image){
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
    }.theme-scope :where(.client-testimonial-content){
        width: 100%;
    }.theme-scope :where(.client-testimonial-info p){
        font-size: 16px;
    }.theme-scope :where(.client-author-content){
        gap: 15px;
    }.theme-scope :where(.client-author-title),.theme-scope :where(.client-author-logo){
        width: 100%;
        text-align: center;
    }.theme-scope :where(.client-author-title h3){
        font-size: 18px;
    }.theme-scope :where(.page-faq-accordion){
        margin-bottom: 30px;
    }.theme-scope :where(.faq-catagery-list){
        margin-bottom: 30px;
    }.theme-scope :where(.faq-catagery-list ul){
        padding: 20px;
    }.theme-scope :where(.contact-info-box .info-box-1),.theme-scope :where(.contact-info-box .info-box-2){
        padding: 20px;
        gap: 40px;
    }.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item::before){
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 20px);
		height: 1px;
		width: 100%;
    }.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item:nth-child(2n + 2):before){
		display: block;
	}.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item:last-child:before){
		display: none;
	}.theme-scope :where(.contact-info-box .info-box-1 .contact-info-item){
        display: flex;
        width: 100%;
    }.theme-scope :where(.contact-info-item .icon-box img){
        max-width: 32px;
    }.theme-scope :where(.contact-info-box .info-box-1 .icon-box),.theme-scope :where(.contact-info-box .info-box-2 .icon-box){
        margin: 0 25px 0 0;
    }.theme-scope :where(.contact-info-box .info-box-1 .contact-item-content),.theme-scope :where(.contact-info-box .info-box-2 .contact-item-content){
        width: calc(100% - 57px);
        text-align: left;
    }.theme-scope :where(.contact-item-content h3){
        font-size: 18px;
    }.theme-scope :where(.contact-us-form){
        padding: 20px;
    }.theme-scope :where(.google-map-iframe),.theme-scope :where(.google-map-iframe iframe){
        height: 350px;
    }
}
}
