@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400&display=swap');
body{
	font-family: 'Cairo',sans-serif !important;
	font-size: 14px !important;
	font-weight: 200 !important;
}
.page-wrapper{
	overflow-x: hidden;
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1200;
}
#header-wrap {
	padding: 10px 0;
	position: relative;
}

.menu-header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 25px 0;
	position: relative;
}

.header-border{
	width: 42%;
	position: absolute;
	background-color: rgba(255,255,255,.25);
	height: 1px;
}

.header-border.border-right{
	right: 0;
}
.header-border.border-left{
	left: 0;
}


.top-border{
	top: 30px;
}
.bottom-border{
	bottom: 30px;
}

.logo {
	order: 1;
	position: relative;
	right: 10px;
}
.logo img{
	max-width: 100px;
}
.item {
	color: #fff !important;
	text-decoration: none;
	padding: 24px;
	font-size: 18px;
}
.item:hover{
	color: #ccc !important;
}

.intro-text{
	padding-top: 250px;
	position: relative;
	z-index: 9;
}

.title-bdr {
	position: relative;
	width: 150px;
	margin-bottom: 40px;
}
.left-bdr, .right-bdr {
	height: 6px;
	width: 60px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
}

.left-bdr.color2, .right-bdr.color2{
	background-color: #2a273d;
}

.left-bdr {
	left: 0px;
	animation: left 2s infinite;
}
.right-bdr {
	right: 0px;
	animation: right 2s infinite;
}


.filled-btn, .filled-btn.btn-bordered {
	display: inline-block;
	background: #473BF0;
	color: #fff;
	padding: 20px 40px;
	font-size: 17px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.filled-btn, .filled-btn.btn-bordered {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px 0px rgb(71 59 240 / 36%);
	box-shadow: 0px 10px 30px 0px rgb(71 59 240 / 36%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: capitalize;
	vertical-align: middle;
}

.filled-btn.btn-bordered {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #161c2d;
	border: 2px solid #D1D1F8;
	padding: 10px 40px;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.filled-btn.btn-bordered {
	background: white;
	border: 2px solid #28263b;
	color: #2a273d;
	text-decoration: none;
	font-weight: 400;
}
.section-title.section-title-white .filled-btn.btn-bordered {
	border: 2px solid #356CFB;
	color: #fff;
}
.hero-area.hero-v3 .section-title.section-title-white .filled-btn.btn-bordered {
	border-color: rgb(255 255 255 / 15%);
}

.filled-btn:after, .filled-btn.btn-bordered:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	top: 0;
	right: 0;
	background-color: #2a273d;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.filled-btn:hover{
	background-color: #2a273d;
	color: #fff !important;
}
.filled-btn:hover:after, .filled-btn.btn-bordered:hover:after {
	width: 100%;
}
.section-title.section-title-white .filled-btn.btn-bordered:hover {
	background-color: #5c16de;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

@keyframes left {
	0%, 50%, 100% { width: 60px; }
	25% { width: 120px; }
	75% { width: 10px; }
}
@keyframes right {
	0%, 50%, 100% { width: 60px; }
	25% { width: 10px; }
	75% { width: 120px; }
}

.lead-text{
	font-size: 18px;
	line-height: 40px;
}

.item:nth-of-type(n+4) {
	order: 2;
}

.flex-align {
	display: flex;
	align-items: center;
}
.justify-center {
	justify-content: center;
	display: flex;
}

.work-box-bg {
	background: url(../img/work-petern2.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: ripple 5s infinite;
	transition: all 400ms ease;
}

.work-box img {
	position: relative;
}

.rotation-img {
	-webkit-animation: rotation 15s linear;
}

@keyframes ripple{0%{transform: scale(0.8);}50%{transform: scale(1.2);}100%{transform: scale(0.8);}}
@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}

@media all and (max-width: 800px) {
	.container {
		flex-direction: column;
		align-items: stretch;
	}

	.logo {
		order: 0;
		text-align: center;
		width: 100px;
		margin: auto auto 20px;
	}

	.item {
		text-align: center;
		border-bottom: 1px solid #111;
	}
}
#video-bg{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 120%;
	min-height: 100%;
}

.overlay {
	position: absolute;
	background: #2a273f;
	background: linear-gradient(
		58deg
		, #2a273f 35%, rgba(115, 41, 194, 1) 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: .6s ease;
	opacity: .9;
	z-index: 1;
}
.position-relative {
	position: relative!important;
}
.fullscreen-banner {
	position: relative;
	min-height: 800px;
}

.hero-shape2 {
	position: absolute;
	width: 100%;
	height: 140%;
	border-radius: 0;
	transform: rotate(
		35deg
	);
	top: -60%;
	right: 20%;
	overflow: hidden;
	box-shadow: 0 0 100px 0 #490fb46b;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
}

.rtl .hero-shape2 {
	width: 140%;
	top: -50%;
	right: -40%;
}


.round-anim {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 600px;
	border: 50px solid rgba(3, 214, 101, 0.1);
	border-radius: 50%;
	display: inline-block;
	z-index: -1;
	animation-name: zoom-fade;
	animation-duration: 5000ms;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.round-anim, .image-anim::before {
	border-color: rgb(236 225 255);
}
.round-anim.left {
	left: -10%;
}



.zoom-fade{
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

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

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

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

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}


.featured-item {
	position: relative;
	overflow: hidden;
	z-index: 9;
	padding: 50px;
	background: #fbfbfb;
	overflow: inherit;
}
.featured-item.style-2::before, .featured-item.style-2::after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-style: solid;
	width: 2em;
	height: 2em;
	transition: all 0.8s ease-in-out;
	border-color: #4000b5;
	z-index: -1;
}
.featured-item.style-2::before {
	top: -6px;
	right: -6px;
	border-width: 2px 2px 0px 0px;
}
.featured-item.style-2::after {
	bottom: -6px;
	left: -6px;
	border-width: 0 0px 2px 2px;
}
.featured-item .featured-icon {
	display: inline-block;
	position: absolute;
	top: 15px;
    right: 15px;
	opacity: .8;
}

.rtl .featured-item .featured-icon {
    left: 15px;
    right: auto;
}

.featured-title h5 {
	margin: 30px 0 20px;
	font-size: 30px;
}

.featured-desc p{
	line-height: 30px;
}

#features{
	padding: 80px 0;
}
.featured-item.style-2:hover::before, .featured-item.style-2:hover::after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
}
.featured-item.style-2:hover {
	background: #2a273f !important;
}

.featured-item.style-2:hover .featured-icon,
.featured-item.style-2:hover h5, .featured-item.style-2:hover {
	color: #ffffff;
}

.featured-icon{
	color: #2a273d;
}

.space-30{
	height: 100px;
	display: inline-block;
	width: 100%;
}

.disable-scrollbars {
	overflow: scroll;
	overflow-x: hidden;
}
.disable-scrollbars::-webkit-scrollbar {
	width: 0px;  /* Remove scrollbar space */
	background: transparent;  /* Optional: just make scrollbar invisible */
}

.light-gray-bg {
	background: #492b6a;
	padding: 80px 0;
	position: relative;
}

.fixed-logo{
	position: absolute;
	left: 0;
	width: 322px;
	height: 496px;
	background: url(../img/mzad-bg.png);
	opacity: .03;
	top: 50%;
	margin-top: -248px;
}

.done-icon-list{
	display: block;
	width: 100%;
	margin: 0;
}
.done-icon-list li{
	float: right;
	width: 50%;
	padding: 5px 0;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}
.done-icon-list li svg{
	position: relative;
	top: -2px;
	color: #31cd65;
	margin: 0 5px;
}




.topBottom{animation: topBottom 5s infinite;}
@-webkit-keyframes topBottom {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }

@keyframes topBottom {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }
.skewed {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #492b6a;
	z-index: 0;
	transform: skewY(5deg);
	transform-origin: top right;

	background: #492b6a url(../img/13.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


.animated-image{
	height: 250px;
	position: absolute;
	bottom: 0; left: 0px; right: 0px;
	background-image: url("../img/logo-main.png");
	background-repeat: repeat-x;
	-webkit-animation: slide 50s linear infinite;
	opacity: .2;
}
@-webkit-keyframes slide {
	from { background-position: 0 0; }
	to { background-position: -1349px 0; }
}


.menu-fixed{
	position: fixed;
	top: 0;
	background-color: #3c2859;
	box-shadow: 0 0px 35px -2px #190044;
}
.menu-fixed .menu-header{
	margin: 10px 0;
	align-items: flex-end;
}
.menu-fixed .menu-header .logo{
	order: 0;
}
.menu-fixed .menu-header .logo img{
	max-width: 50px;
}
.menu-fixed .menu-header .header-border{
	display: none;
}
.menu-fixed .menu-header .item{
	padding: 15px;
}


.services-tab .nav-pills {
	background: #f4f4f4;
	padding: 15px;
	border-radius: 10px;
	margin: 0;
}
.services-tab .nav-pills li{
	text-align: center;
	width: 24%;
	margin-left: 1%;
}
.services-tab .nav-pills li:last-child {
	margin-left: 0;
}
.services-tab .nav-pills li button {
	background: #ffffff;
	padding: 30px 15px;
	text-align: center;
	color: #1b0e3d;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
.services-tab .nav-pills li button:before {
	animation: featured-morphing 5s infinite;
	content: "";
	position: absolute;
	left: -25%;
	bottom: -30%;
	background: rgba(255, 255, 255, 0.080);
	height: 60%;
	width: 150%;
	display: none;
}
.services-tab .nav-pills li button svg{
	color: #2a273d;
}
.services-tab  li.nav-item .nav-link.active, .nav-pills .show>.nav-link {
	background: #2a273d;
	box-shadow: 0px 7px 30px 0px rgb(0 0 0 / 15%);
	color: #ffffff;
}
.services-tab  li.nav-item .nav-link.active svg, .nav-pills .show>.nav-link svg{
	color: #fff;
}
.services-tab .nav-pills li button.active:before{
	display: block;
}
.services-tab{
	padding: 80px 0;
}
.services-tab .tab-content {
	margin: 60px 0;
}

.nav-pills .nav-link.active::after, .nav-pills .show>.nav-link::after {
	content: ". . .";
	position: absolute;
	bottom: 10px;
	color: #a481e4;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 30px;
	font-weight: 900;
}

.title.iq-fw-8{
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 25px;
}
.desc-design{
	font-size: 17px;
	line-height: 35px;
	font-weight: 400;
}
.listing-mark{
	margin: 0;
}
.listing-mark li{
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
}

@keyframes featured-morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	25% {
		border-radius: 50% 50% 50% 70% / 50% 80% 70% 60%;
		box-shadow: -15px -15px 50px rgba(0,0,0,0.050);
	}
	50% {
		border-radius: 70% 50% 50% 70% / 50% 40% 70% 60%;
	}
	75% {
		border-radius: 50% 30% 50% 70% / 50% 50% 70% 60%;
		box-shadow: 5px -15px 50px rgba(0,0,0,0.050);
	}
	100% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}

#main-services .container{
	position: relative;
	z-index: 999;
}

.iqwork-two {
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: 1;
	opacity: .5;
}

.service-one {
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 1;
	width: 8%;
	opacity: .3;
	transform: translate3d(0px, 0px, 0px) rotateX(
		0deg
	) rotateY(
		0deg
	) rotateZ(
		0deg
	) scale3d(1, 1, 1);
}


footer, footer.footer-bg {
	color: #666666;
	background-color: #edecf0;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	clear: both;
	float: right;
}

.footer-logo{
	max-width: 60px !important;
}
.footer-links{
	margin: 0;
}
.footer-links li a{
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	color: #3c2859;
}
.footer-space{
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin: 20px 0;
}
.footer-copyright{
	font-weight: 500;
	font-size: 12px;
	color: #636363;
}
.footer-copyright a{
	color: #2a273d !important;
	text-decoration: none;
}

.footer-email{
	font-size: 21px;
	font-weight: 900;
}
.social-link{
	margin-left: 15px;
}
.footer-email,
.social-link a{
	color: #2a273d !important;
	text-decoration: none;
}
.footer-email:hover,
.social-link a:hover{
	color: #5b2bb3 !important;
}



.fixed-top-bar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
}
.progress-container {
	width: 100%;
	background-color: #351f54;
	height: 5px;
	display: none;
}
.progress-bar {
	background-color: #5b2bb3 !important;
	width: 0%;
	display: block;
	height: inherit;
}

.top-page-scroll{
	position: fixed;
	bottom: -100px;
	cursor: pointer;
	font-size: 15px;
	z-index: 999;
	color: #fff;
	width: 50px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	left: 0;
	background-color: #2a273d;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}



#loading {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 9999;
}

.title-bdr.menu-item{
	position: absolute;
	bottom: -8px;
	width: 50px;
	display: none;
}

.item:hover .title-bdr.menu-item{
	display: block;
}
.title-bdr.menu-item .left-bdr,
.title-bdr.menu-item .right-bdr{
	width: 50px;
	height: 2px;
}
.title-bdr.menu-item .left-bdr{
	animation: left2 1s infinite;
}
.title-bdr.menu-item .right-bdr{
	animation: right2 1s infinite;
}

@keyframes left2 {
	0%, 50%, 100% { width: 25px; }
	25% { width: 65px; }
	75% { width: 10px; }
}
@keyframes right2 {
	0%, 50%, 100% { width: 25px; }
	25% { width: 10px; }
	75% { width: 65px; }
}


/* */
.single-post .header {
	position: inherit;
	background-color: #3c2859;
	margin-bottom: 1em;
}

/* News */
#news .card-sidebar {
	background-color: #edecf0;
}

#news .wp-post-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#news h4 a {
	color: #3c2859;
	text-decoration: none;
	line-height: 2em;
}

#news p {
	font-weight: 500;
	margin-bottom: 0;
}


/* RESPONSIVE */
@media (max-width: 62em) {
	header#site-header .logo img {
		max-width: 70px;
	}

	header#site-header .menu-header {
		display: block;
	}

	header#site-header .header-border.border-right, header#site-header .header-border.border-left {
		display: none;
	}
	header#site-header .menu-header .item {
		padding: 15px 8px;
		font-size: 14px;
		border-bottom: none;
	}

	.nav-item span {
		font-size: 0;
	}

	.hero-shape2 {
		width: 140%;
		right: -55%;
	}
}