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

    Main Style Stylesheet

    Project:        PORTO. | Creative Portfolio One Page Template  
    Version:        1.0
    Author:         Bakhtrai Badr.
    Last change:    10/11/2018
    Primary use:    (Free Version) Multipurpose Use.

-------------------------------------------------------------------*/
/*=======================================================
			TABLE OF CONTENT:

	1/ BODY
	2/ COLORS(Only Visible in scss file)
	3/ TYPOGRAPHY
	4/ BUTTONS
	5/ NAVIGATION
	6/ TOP SLIDER
	7/ ABOUT US
	8/ FEATURES
	9/ PORTFOLIO
	10/ CALL TO ACTION
	11/ SERVICES
	12/ PRICES
	13/ TESTIMONIALS
	14/ TEAM
	15/ CONTACT
	16/ FOOTER
	17/ MEDIA QUERIES
	18/ PRELOADER

========================================================*/
/*--- Google Fonts ---*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

/*=======================================================
			BODY:
========================================================*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
	color: #5c5c5c;
}

/*=======================================================
			COLORS (Only Visible In Scss File):
========================================================*/
/*=======================================================
			TYPOGRAPHY:
========================================================*/
h1 {
	font-size: 3.5rem;
	font-weight: 700;
}

h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
}

h3 {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	color: #000;
}

h5 {
	font-weight: 700;
	color: #000;
}

h6 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
}

.lnr {
	font-size: 3rem;
	color: #ad67ea;
}

/*=======================================================
			BUTTONS:
========================================================*/
.btn-transparent {
	background: transparent;
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
	background: #ad67ea;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-white {
	background: #fff;
	font-size: 12px;
	padding: 15px 25px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background: #ad67ea;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-primary {
	background: #ad67ea;
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #8aecec;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

/*=======================================================
			NAVIGATION:
========================================================*/
.core-nav .brand {
	top: 10px;
}

.core-nav .brand img {
	
}

.core-nav .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.core-nav .menu li.active > a {
	color: #8aecec;
}

.core-nav .menu li.active > a,
.core-nav .menu li a:hover,
.core-nav .menu li a:focus,
.core-nav .menu li a:active {
	color: #8aecec;
}

nav.scrolled .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav.scrolled .menu li.active > a {
	color: #8aecec;
}

nav.scrolled .menu li.active > a,
nav.scrolled .menu li a:hover,
nav.scrolled .menu li a:focus,
nav.scrolled .menu li a:active {
	color: #8aecec;
}

/*=======================================================
			TOP SLIDER:
========================================================*/
.slider-area {
	min-height: 100vh;
	padding-top: 110px;
	color: #fff;
	text-align: center;
	position: relative;
}

.slider-area .single-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 110px);
	height: auto;
	position: relative;
	padding: 40px 0 60px 0;
}

.slider-area .single-slide .btn {
	margin-bottom: 15px;
}

.slider-area .single-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(173, 103, 234, 0.66);
}

.slider-area .slide-bg-1 {
	background-image: url("../img/1920x1080.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-area .slide-bg-2 {
	background-image: url("../img/1920x1080.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-area .tabel {
	display: table;
	width: 100%;
	min-height: calc(100vh - 150px);
}

.slider-area .tabel .tabel-cell {
	display: table-cell;
	height: auto;
	vertical-align: middle;
}

.slider-area .tabel .tabel-cell .slider-content {
	padding: 0 40px;
}

.slider-area .tabel .tabel-cell .slider-content h1 {
	margin: 20px 0;
}

.slider-area .tabel .tabel-cell .slider-content .btn-white {
	margin-left: 20px;
}

.slider-area .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

.slider-area .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid #ad67ea;
	border-radius: 5px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.slider-area .owl-dots div.owl-dot.active {
	background-color: #8aecec;
}

.slider-area:after {
	content: "";
	position: absolute;
	bottom: -1%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	background: transparent;
	background-size: 100% 100%;
	background-image: url(../img/bottom-wave.png);
}

/*=======================================================
			ABOUT US:
========================================================*/
#about {
	text-align: center;
	padding: 100px 0 0 0;
}

#about h2 {
	margin-bottom: 80px;
}

#about h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 230px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#about .about-img {
	position: relative;
}

#about .about-img img {
	margin: 0 auto;
	-webkit-box-shadow: -20px -19px 0px -4px #ad67ea;
	box-shadow: -20px -19px 0px -4px #ad67ea;
}

#about .about-content {
	padding: 48px 20px 0 20px;
	text-align: left;
}

#about .about-content .skill {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

#about .about-content .progress {
	overflow: visible;
	height: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

#about .about-content .progress .progress-bar {
	position: relative;
	background: #ad67ea;
	border-radius: 5px;
}

#about .about-content .progress .progress-bar span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

/*=======================================================
			FEATURES:
========================================================*/
#features {
	padding: 80px 0;
}

#features .feature-box h4 {
	margin-top: 20px;
	margin-bottom: 0;
}

#features .feature-box h4:after {
	content: "";
	position: relative;
	left: 20px;
	width: 40px;
	height: 4px;
	margin: 20px 0;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

/*=======================================================
			PORTFOLIO:
========================================================*/
#portfolio {
	background: #f5f5f7;
	padding: 40px 0 0 0;
	text-align: center;
}

#portfolio .svg-wave {
	width: 100%;
	position: relative;
	bottom: 60px;
}

#portfolio .svg-wave svg {
	background: #fff;
	width: 100%;
	height: auto;
}

#portfolio .svg-wave svg path {
	fill: #f5f5f7;
}

#portfolio h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 300px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#portfolio .row {
	margin-top: 80px;
}

#portfolio .portfolio-item {
	position: relative;
	padding: 0;
}

#portfolio .portfolio-item .item-img {
	width: auto;
	height: auto;
	overflow: hidden;
}

#portfolio .portfolio-item .item-img img {
	width: 100%;
	height: auto;
}

#portfolio .portfolio-item .item-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(173, 103, 234, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#portfolio .portfolio-item .item-info .heading-3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
	opacity: 0;
}

#portfolio .portfolio-item .item-info .p-text {
	font-size: 12px;
	max-width: 210px;
	width: 100%;
	line-height: 18px;
	color: #fff;
	margin: 18px auto;
	letter-spacing: 1px;
	-webkit-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
	opacity: 0;
}

#portfolio .portfolio-item .item-info .link-text {
	font-size: 12px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
	opacity: 0;
}

#portfolio .portfolio-item .item-info .link-text:before {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #8aecec;
	display: block;
	position: absolute;
	border-radius: 5px;
	bottom: -6px;
	left: 5px;
}

#portfolio .portfolio-item:hover .item-info {
	opacity: 1;
}

#portfolio .portfolio-item:hover .item-info .heading-3 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#portfolio .portfolio-item:hover .item-info .p-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#portfolio .portfolio-item:hover .item-info .link-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*=======================================================
			CALL TO ACTION:
========================================================*/
#call-to-action {
	background: url("../img/1920x1080.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

#call-to-action .btn {
	margin-top: 40px;
}

#call-to-action:after {
	content: "";
	position: absolute;
	bottom: -8%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	background: transparent;
	background-size: 100% 100%;
	background-image: url(../img/bottom-wave.png);
}

/*=======================================================
			OUR SERVICES:
========================================================*/
#services {
	padding: 120px 0;
}

#services h2 {
	text-align: center;
	margin-bottom: 80px;
}

#services h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 300px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#services .service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

#services .service .service-icon {
	margin-right: 20px;
}

#services .bottom-caption {
	margin-top: 80px;
}

/*=======================================================
			PRICING:
========================================================*/
#pricing {
	padding: 40px 0 120px 0;
	background: #f5f5f7;
	text-align: center;
}

#pricing .svg-wave {
	width: 100%;
	position: relative;
	bottom: 60px;
}

#pricing .svg-wave svg {
	background: #fff;
	width: 100%;
	height: auto;
}

#pricing .svg-wave svg path {
	fill: #f5f5f7;
}

#pricing .bottom {
	width: 100%;
	position: relative;
	top: 120px;
}

#pricing .bottom svg {
	background: #f5f5f7;
	width: 100%;
	height: auto;
}

#pricing .bottom svg path {
	fill: #fff;
}

#pricing .price-title {
	margin-bottom: 80px;
}

#pricing .price-title:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 300px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#pricing .price-table {
	padding: 50px 15px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#pricing .price-table .type {
	margin-bottom: 15px;
}

#pricing .price-table .type .featured {
	color: #ad67ea;
}

#pricing .price-table .value {
	margin-bottom: 30px;
}

#pricing .price-table .value h2 {
	font-size: 50px;
	position: relative;
	display: inline-block;
}

#pricing .price-table .value .dollar {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: -10px;
}

#pricing .price-table .features ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

#pricing .price-table .features ul li {
	margin-bottom: 12px;
}

#pricing .price-table .features ul li span {
	font-size: 16px;
	margin-right: 5px;
}

/*=======================================================
			TESTIMONIALS:
========================================================*/
#testimonials {
	padding: 60px 0;
	text-align: center;
}

#testimonials h2 {
	margin-bottom: 80px;
}

#testimonials h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 300px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#testimonials .owl-testimonials .item {
	background: #ad67ea;
	color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin: 25px;
}

#testimonials .owl-testimonials .item img {
	width: 90px;
	border-radius: 5px;
	border: 5px solid #fff;
	margin: 0 auto;
}

#testimonials .owl-testimonials .item h6 {
	color: #fff;
	margin-top: 15px;
}

#testimonials .owl-testimonials .item span {
	display: block;
	margin: 15px 0;
}

#testimonials .owl-testimonials .item .lnr {
	font-size: 24px;
	color: #fff;
}

#testimonials .owl-testimonials .item .quote {
	font-style: italic;
}

#testimonials .owl-testimonials .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid #ad67ea;
	border-radius: 5px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot.active {
	background-color: #8aecec;
}

/*=======================================================
			TEAM:
========================================================*/
#team {
	padding: 120px 0;
	text-align: center;
}

#team h2 {
	margin-bottom: 80px;
}

#team h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 250px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#team .team-member {
	margin-bottom: 40px;
}

#team .team-member .team-img img {
	-webkit-box-shadow: -20px -19px 0px -4px #ad67ea;
	box-shadow: -20px -19px 0px -4px #ad67ea;
}

#team .team-member h4 {
	margin-top: 25px;
}

#team .team-member p {
	font-size: 16px;
}

#team .social-media {
	list-style: none;
	padding: 0;
}

#team .social-media li {
	display: inline-block;
	background: #ad67ea;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin: 0 10px;
}

#team .social-media li a {
	font-size: 18px;
	line-height: 2.8;
	color: #fff;
}

#team .social-media li:hover,
#team .social-media li:focus,
#team .social-media li:active {
	background: #8aecec;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

#team .social-media li:hover a,
#team .social-media li:focus a,
#team .social-media li:active a {
	color: #fff;
}

/*=======================================================
			CONTACT:
========================================================*/
#contact {
	padding: 40px 0 80px 0;
	background: #f5f5f7;
}

#contact .svg-wave {
	width: 100%;
	position: relative;
	bottom: 60px;
}

#contact .svg-wave svg {
	background: #fff;
	width: 100%;
	height: auto;
}

#contact .svg-wave svg path {
	fill: #f5f5f7;
}

#contact h2 {
	text-align: center;
	margin-bottom: 80px;
}

#contact h2:after {
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 250px;
	height: 4px;
	display: block;
	background-color: #ad67ea;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

#contact h4 {
	margin-bottom: 35px;
}

#contact .email-link {
	color: #ad67ea;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#contact .email-link:hover,
#contact .email-link:focus,
#contact .email-link:active {
	color: #8aecec;
}

#contact .social-media {
	list-style: none;
	padding: 0;
}

#contact .social-media li {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 10px;
}

#contact .social-media li a {
	font-size: 18px;
	line-height: 2.8;
	color: #ad67ea;
}

#contact textarea {
	border-radius: 5px;
	border: 1.5px solid #ad67ea;
}

#contact textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1.5px solid #8aecec;
}

#contact .row .col .form-control {
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1.5px solid #ad67ea;
}

#contact .row .col .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1.5px solid #8aecec;
}

/*=======================================================
			FOOTER:
========================================================*/
footer {
	padding: 25px 0;
}

footer p {
	margin: 0;
}

footer a {
	color: #ad67ea;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #8aecec;
}

/*=======================================================
			2024 WEBSITE REFRESH
========================================================*/
nav .menu li.menu-cta {
	padding: 0 0 0 15px;
}

nav .menu li.menu-cta a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	padding: 10px 24px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	color: #fff;
	margin-top: 12px;
	transition: all .2s ease-in-out;
}

nav.scrolled .menu li.menu-cta a {
	color: #ad67ea;
	border-color: #ad67ea;
}

nav .menu li.menu-cta a:hover,
nav .menu li.menu-cta a:focus,
nav .menu li.menu-cta a:active {
	background: #ad67ea;
	border-color: #ad67ea;
	color: #fff;
	box-shadow: 0 6px 12px rgba(173, 103, 234, 0.35);
	transform: translateY(-2px);
}

nav.scrolled .menu li.menu-cta a:hover,
nav.scrolled .menu li.menu-cta a:focus,
nav.scrolled .menu li.menu-cta a:active {
	color: #fff;
}

.slider-area .single-slide:before {
	background: rgba(19, 25, 53, 0.72);
}

.slider-area .slider-content {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.slider-area .slider-content .eyebrow {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 12px;
	font-weight: 600;
	color: #8aecec;
	margin-bottom: 12px;
}

.slider-area .slider-content p {
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.85);
}

.slider-area .slider-content .cta-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.slider-area .slide-bg-3 {
	background-image: url("../img/1920x1080.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-spacing {
	padding: 90px 0;
}

.section-intro {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 12px;
	font-weight: 600;
	color: #ad67ea;
	margin-bottom: 10px;
}

.section-lead {
	max-width: 720px;
	margin: 0 auto 40px auto;
	color: #5c5c5c;
	font-size: 1rem;
	line-height: 1.8;
}

#highlights {
	border-bottom: 1px solid #ececec;
}

#highlights .stat-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px 20px;
	box-shadow: 0 25px 40px -30px rgba(17, 17, 17, 0.35);
	margin-bottom: 20px;
}

#highlights .stat-card .value {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	color: #ad67ea;
}

#highlights .stat-card .label {
	display: block;
	margin-top: 12px;
	font-size: 0.85rem;
	line-height: 1.5;
}

#about {
	padding: 120px 0 80px 0;
}

#about .about-highlights {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

#about .about-highlights li {
	margin-bottom: 12px;
	font-size: 0.95rem;
}

#about .about-highlights li span {
	color: #000;
	font-weight: 600;
}

#about .about-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
	margin: 30px 0;
}

#about .about-stats div {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	min-width: 150px;
	box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.4);
}

#about .about-stats .stat-number {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ad67ea;
}

.text-link {
	color: #ad67ea;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(173, 103, 234, 0.4);
	padding-bottom: 3px;
	transition: all .2s ease-in-out;
}

.text-link:hover,
.text-link:focus {
	color: #8aecec;
	border-color: #8aecec;
}

#features .feature-box p {
	margin-top: 15px;
	font-size: 0.95rem;
	line-height: 1.7;
}

#services {
	padding: 120px 0;
}

#services .service {
	display: block;
	background: #fff;
	border-radius: 14px;
	padding: 35px 25px;
	height: 100%;
	box-shadow: 0 35px 55px -35px rgba(0, 0, 0, 0.4);
	transition: all .3s ease-in-out;
}

#services .service:hover {
	transform: translateY(-6px);
	box-shadow: 0 35px 60px -25px rgba(173, 103, 234, 0.45);
}

#services .service .service-icon {
	margin-bottom: 18px;
	margin-right: 0;
}

#services .service .service-content p {
	font-size: 0.95rem;
	line-height: 1.7;
}

#services .service-tags {
	list-style: none;
	padding: 0;
	margin: 18px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

#services .service-tags li {
	background: rgba(173, 103, 234, 0.12);
	color: #5c5c5c;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	letter-spacing: 0.03em;
}

#services .services-link,
#process .services-link {
	margin-top: 35px;
}

#services .services-link.btn,
#process .services-link.btn {
	padding: 12px 28px;
}

#expertise {
	background: #f5f5f7;
}

#expertise .expertise-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	height: 100%;
	box-shadow: 0 30px 50px -35px rgba(0, 0, 0, 0.35);
}

#expertise .expertise-card ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

#expertise .expertise-card ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 0.95rem;
}

#expertise .expertise-card ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #ad67ea;
}

#expertise .expertise-callout {
	margin-top: 40px;
	background: linear-gradient(135deg, #ad67ea, #8aecec);
	border-radius: 14px;
	padding: 35px;
	color: #fff;
	box-shadow: 0 35px 60px -35px rgba(173, 103, 234, 0.65);
}

#expertise .expertise-callout h5 {
	color: #fff;
	margin-bottom: 10px;
}

#process .process-grid {
	row-gap: 25px;
}

#process .process-step {
	background: #fff;
	border-radius: 14px;
	padding: 25px 20px;
	height: 100%;
	box-shadow: 0 30px 55px -40px rgba(0, 0, 0, 0.4);
}

#process .process-step .step-index {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #ad67ea;
	background: rgba(173, 103, 234, 0.12);
	border-radius: 999px;
	padding: 6px 13px;
	margin-bottom: 12px;
}

#process .process-step h6 {
	margin-bottom: 10px;
}

#process .process-step p {
	font-size: 0.9rem;
	line-height: 1.6;
}

#technology .tech-stack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}

#technology .tech-badge {
	background: #fff;
	border: 1px solid #eadff7;
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 0.85rem;
	color: #5c5c5c;
	box-shadow: 0 18px 35px -30px rgba(173, 103, 234, 0.7);
}

#insights {
	background: #f5f5f7;
}

#insights .insight-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	height: 100%;
	box-shadow: 0 30px 55px -35px rgba(0, 0, 0, 0.35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

#insights .insight-card h5 {
	font-size: 1.15rem;
}

#insights .insight-card p {
	font-size: 0.95rem;
	line-height: 1.7;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #ad67ea;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	transition: all .2s ease-in-out;
}

.link-arrow:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.75rem;
	transition: transform .2s ease-in-out;
}

.link-arrow:hover,
.link-arrow:focus {
	color: #8aecec;
	border-color: #8aecec;
}

.link-arrow:hover:after,
.link-arrow:focus:after {
	transform: translateX(4px);
}

.inner-hero {
	padding: 160px 0 100px 0;
	background: linear-gradient(135deg, rgba(19, 25, 53, 0.95), rgba(173, 103, 234, 0.9));
	color: #fff;
	position: relative;
}

.inner-hero:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 80px;
	background: url("../img/bottom-wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.35;
}

.inner-hero .hero-tag {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-weight: 600;
	color: #8aecec;
	margin-bottom: 18px;
}

.inner-hero h1 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 25px;
}

.inner-hero p {
	max-width: 720px;
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-links {
	margin-top: 25px;
}

.breadcrumb-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 0.85rem;
	margin-right: 10px;
	position: relative;
	padding-right: 14px;
}

.breadcrumb-links a:after {
	content: "/";
	position: absolute;
	right: 0;
	top: -1px;
	color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-links a:last-child:after {
	display: none;
}

.breadcrumb-links a:hover {
	color: #fff;
}

.page-section {
	padding: 90px 0;
}

.page-section.alt {
	background: #f5f5f7;
}

.section-heading {
	margin-bottom: 45px;
}

.section-heading h2 {
	font-weight: 700;
}

.section-heading p {
	font-size: 1rem;
	max-width: 720px;
}

.value-card,
.service-card,
.process-card,
.insight-list-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	height: 100%;
	box-shadow: 0 30px 55px -35px rgba(0, 0, 0, 0.3);
}

.value-card h5,
.service-card h5,
.process-card h5 {
	margin-bottom: 15px;
}

.value-card p,
.service-card p,
.process-card p {
	font-size: 0.95rem;
	line-height: 1.7;
}

.list-check {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-check li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	font-size: 0.95rem;
}

.list-check li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #8aecec;
	position: absolute;
	left: 0;
	top: 0;
}

.service-matrix {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

.service-matrix thead {
	background: #f0e9fb;
}

.service-matrix th,
.service-matrix td {
	padding: 16px;
	font-size: 0.95rem;
	border: 1px solid #eadff7;
	text-align: left;
}

.service-matrix tbody tr:nth-child(even) {
	background: #fbf9ff;
}

.insight-list-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.insight-list-card span {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ad67ea;
	font-weight: 600;
}

.insight-list-card h5 {
	font-size: 1.1rem;
}

.insight-list-card a {
	margin-top: auto;
}

#testimonials {
	background: #fff;
}

#testimonials .owl-testimonials .item {
	background: #fff;
	color: #333;
	border-radius: 14px;
	border: 1px solid #ede6fa;
	box-shadow: 0 35px 55px -35px rgba(173, 103, 234, 0.4);
	margin: 25px;
	padding: 30px;
}

#testimonials .owl-testimonials .item p {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 20px;
}

#testimonials .owl-testimonials .item h6 {
	color: #000;
	margin-top: 20px;
}

#testimonials .owl-testimonials .item span {
	color: #5c5c5c;
	margin: 6px 0 0 0;
}

.testimonial-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ad67ea, #8aecec);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.3rem;
	color: #fff;
	margin: 0 auto;
}

#call-to-action {
	background: linear-gradient(135deg, rgba(19, 25, 53, 0.92), rgba(173, 103, 234, 0.95));
	color: #fff;
	padding: 110px 0;
}

#call-to-action .cta-lead {
	max-width: 640px;
	margin: 20px auto 30px auto;
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.9);
}

#call-to-action .btn {
	margin-top: 0;
}

#contact-preview {
	background: #f5f5f7;
}

#contact-preview .contact-info {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

#contact-preview .contact-info li {
	margin-bottom: 12px;
	font-size: 0.95rem;
}

#contact-preview .contact-info span {
	display: block;
	font-weight: 600;
	color: #000;
}

.contact-preview-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 30px 55px -40px rgba(0, 0, 0, 0.35);
}

.contact-preview-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.contact-preview-card ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 0.95rem;
}

.contact-preview-card ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #ad67ea;
}

#contact-preview .btn {
	margin-top: 10px;
}

#contact .contact-details {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 30px 55px -40px rgba(0, 0, 0, 0.35);
}

#contact .contact-info {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

#contact .contact-info li {
	margin-bottom: 12px;
	font-size: 0.95rem;
}

#contact .contact-info span {
	display: block;
	font-weight: 600;
	color: #000;
}

#contact .contact-info a {
	color: #ad67ea;
}

#contact .contact-info a:hover {
	color: #8aecec;
}

#contact .contact-extras h6 {
	margin-top: 15px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #000;
}

#contact .contact-extras p {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

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

#contact .contact-form .form-control,
#contact .contact-form select,
#contact .contact-form textarea {
	border-radius: 6px;
	border: 1.5px solid #d9d9ef;
	box-shadow: none;
}

#contact .contact-form .form-control:focus,
#contact .contact-form select:focus,
#contact .contact-form textarea:focus {
	border-color: #ad67ea;
	box-shadow: 0 0 0 0.2rem rgba(173, 103, 234, 0.15);
}

#contact .contact-form textarea {
	min-height: 140px;
}

#contact .contact-form .form-check {
	margin-bottom: 20px;
}

#contact .contact-form .form-footnote {
	font-size: 0.85rem;
	margin-top: 10px;
	color: #5c5c5c;
}

footer .footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	gap: 18px;
}

footer .footer-nav li a {
	color: #5c5c5c;
	font-size: 0.9rem;
	transition: color .2s ease-in-out;
}

footer .footer-nav li a:hover {
	color: #ad67ea;
}

@media (max-width: 992px) {
	nav .menu li.menu-cta {
		padding: 10px 15px;
	}

	nav .menu li.menu-cta a {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	.slider-area .slider-content {
		padding: 0 15px;
	}

	.inner-hero {
		padding: 120px 0 80px 0;
		text-align: center;
	}

	.inner-hero p {
		margin: 0 auto;
	}

	.breadcrumb-links {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.slider-area .slider-content {
		text-align: left;
		margin: 0;
	}

	.slider-area .slider-content .cta-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#contact .contact-details {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.section-spacing {
		padding: 70px 0;
	}

	.inner-hero {
		padding: 110px 0 70px 0;
	}

	.inner-hero h1 {
		font-size: 2.4rem;
	}

	.inner-hero p {
		font-size: 1rem;
	}

	#highlights .stat-card .value {
		font-size: 2.2rem;
	}

	#contact .contact-details {
		margin-bottom: 30px;
	}

	footer .footer-nav {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-top: 15px;
	}

	footer .text-right {
		text-align: left !important;
	}
}

/*=======================================================
			MEDIA QUERIES: 
========================================================*/
@media (max-width: 1199px) {
	#about .container .about-content {
		padding-top: 40px;
	}
}

@media (max-width: 992px) {
	.core-nav .brand {
		top: 5px;
	}
}

@media (max-width: 798px) {
	#home .main-slider h1 {
		font-size: 3rem;
	}
}

/*=======================================================
			PRELOADER: 
========================================================*/
.preloader-holder {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/preview.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100000;
}

#loader {
	-webkit-animation: loader 5s linear infinite;
	animation: loader 5s linear infinite;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

#box {
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

#shadow {
	width: 50px;
	height: 5px;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/*# sourceMappingURL=style.css.map */
