﻿

/*===================== TABLE OF CONTENT =======================

1 - UNIQUE HOMEPAGE 
2 - RESET CSS
3 - ABOUT US
4 - TEAM
5 - PROCESS SECTION
6 - LATEST PROJECTS
7 - TESTIONIAL SECTION
8 - CONSULTATION HELP
9 - BLOG POSTS SECTION

=============================================================*/
/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../webfonts/sora-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/sora-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../webfonts/sora-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* IMPORTING GOOGLE FONTS */

:root {
  --primary: #392D6A;
  --secondary: #DEFE5D;
  --white: #fff;
  --white-2: #E8E8E8;
  --white-3: #E2E2E2;
  --black: #000000;
  --black-2: #060606;
  --black-3: #232323;
  --gray: #555555;
  --gray-2: #999999;
  --green: #7D5DFE;
  --green-2: #09002E;
  --green-3: #120837;
  --green-4: #251F41;
  --green-5: #48339d;
  --font-unbounded: "Sora", sans-serif;
  --font-inter: "Sora", sans-serif;
  --icon-font: "Font Awesome 5 Free";
}


html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Sora', sans-serif;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Sora', sans-serif;
    line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
input:focus {
	background-color: inherit;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
p {
}
a {
	color: inherit;
}
img {
	vertical-align: middle;
	height: auto;
	display: inline-block;
}
h1,
h2 {
	font-weight: 700;
}
.clearfix {
	clear: both;
}
.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.bg1 {
	background-image: url(../images/bg1.jpg);
}
.bg2 {
	background-image: url(../images/pager-bg.jpg);
}
.container {
	max-width: 1360px;
	padding: 0 15px;
}
a {
	transition: all 0.4s ease-in-out;
}
p white-text {
	color: #fff;
}
/* ================ MAIN BANNER ================ */

.main-banner {
	padding: 190px 0;
	z-index: 9;
}
.main-banner .container {
	max-width: 1560px;
	padding: 0 15px;
}
.main-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ff1d4d;
	z-index: -1;
}
.main-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #0066ff;
	z-index: -1;
}

.banner-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner-text {
	max-width: 500px;
}
.banner-text > h2 {
	color: #ffffff;
	font-size: 130px;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 130px;
	position: relative;
	left: -10px;
}
.banner-text > span {
	display: block;
	color: #ffffff;
	font-size: 27.5px;
	font-weight: 700;
	margin-bottom: 57px;
	text-transform: capitalize;
}
.banner-text p {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 68px;
}
.btn-default {
	display: inline-block;
	color: #000000;
	font-size: 20px;
	background-color: #7E5EFD;
	height: 64px;
	line-height: 64px;
	padding: 0 50px;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.btn-default:hover {
	background-color: #ff1d4d;
	color: #fff;
}
.banner-text .btn-default:hover {
	background-color: #0066ff;
	color: #fff;
}


/* BANNER SLIDER */

.banner-imz {
	margin-left: auto;
	position: relative;
	left: -175px;
}
.banner-img-slider {
	max-width: 700px;
}
.banner-slide > img {
	width: 100%;
}
.next-slide-title {
	color: #ffffff;
	font-size: 17.33px;
	font-weight: 700;
	text-align: right;
	padding-right: 140px;
	margin-top: 48px;
}
.next-slide-title span {
	display: inline-block;
	color: #ffffff;
	margin-right: 10px;
}
.social-linkss {
	position: absolute;
	top: 22%;
	right: -466px;
	transform: rotate(90deg);
	transform-origin: top left;
}
.social-linkss li {
	display: inline-block;
	margin-right: 78px;
}
.social-linkss li:last-child {
	margin-right: 0;
}
.social-linkss li a {
	display: inline-block;
	color: #fff;
	font-size: 17.33px;
	font-weight: 700;
}
.social-linkss li a:hover {
	color: #7E5EFD;
}


/* ABOUT SECTION */

.about-sec {
	padding: 97px 0;
}
.about-content > span {
	display: inline-block;
	color: #000000;
	font-size: 21.5px;
	position: relative;
	padding-left: 27px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about-content > span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #7e5efd;
	transform: translateY(-50%);
}
.about-content > h2 {
	color: #000000;
	font-size: 34px;
	line-height: 54px;
	margin-bottom: 40px;
	font-family: "Sora", sans-serif;
}

.about-content p {
	color: #767575;
	font-size: 22px;
	line-height: 38px;
}

/* PROJECT SEC */

.project-hd {
	background-color: #161616;
	/*padding: 70px 0;*/
}
.container-fluid {
	max-width: 100%;
	padding: 0;
}
.project-hd .row {
	margin: 0;
	align-items: center;
}
.project-hd .col-lg-6 {
	padding: 0;
}
.pr-text {
	padding-left: 100px;
	max-width: 630px;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 40px;
}

.project-details .pr-text > h2 {
	color: #161616;
}

.pr-text > h2 {
	color: #ffffff;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 58px;
	font-family: "Sora", sans-serif;
}
.pr-text p {
	color: #ffffff;
	font-size: 17.5px;
	line-height: 36px;
	margin-bottom: 32px;
}

/* SECTION TITLE */

.sec-title {
	margin-bottom: 70px;
}
.sec-title > h3 {
	position: relative;
	color: #000000;
	font-size: 21.5px;
	text-transform: capitalize;
	font-weight: 700;
	padding-left: 28px;
}
.sec-title > h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 2px;
	background-color: #ff597c;
	transform: translateY(-50%);
}


/* FEATURED PROJECTS SECTION */

.featured-projects-sec {
	padding: 100px 0;
	background-color:#e9e8e9;
}
.project-text {
	max-width: 420px;
}
.project-text > h2 {
	color: #000000;
	font-size: 50px;
	margin-bottom: 18px;
}
.project-text > h2:hover a {
	text-decoration: none;
}
.project-text > span {
	display: block;
	color: #ff1d4d;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 47px;
}
.project-text p {
	color: #808291;
	font-size: 18px;
	line-height: 30px;
	padding-right: 50px;
}

.project-thumb {
	position: relative;
}
.ban_img {
	position: relative;
	transition: all 0.4s ease-out;
	box-shadow: 0 10px 30px transparent;
}
.project-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	margin-top: 30px;
}
.project-thumb:hover .project-caption {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.project-caption h2 {
	color: #ffffff;
	font-size: 32.5px;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.project-caption > span {
	display: block;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}
.project-details {
	margin-bottom: 170px;
}
.project-details:last-child {
	margin-bottom: 0;
}
.project-details:nth-child(even) .col-lg-6:nth-child(even) {
	order:0;
}
.project-details:nth-child(even) .col-lg-6:nth-child(odd) {
	order:1;
}
.project-details:nth-child(even) .project-text {
	text-align: right;
	margin-left: auto;
}
.project-details:nth-child(even) .project-text p {
	padding-right: 0;
	padding-left: 50px;
}

/* INNOV SEC */

.innvo-sec {
	background-color: #1c1c1c;
}
.innvo-sec .container-fluid {
	padding: 0;
}
.innvo-sec .row {
	margin: 0;
	align-items: center;
}
.innvo-sec .row .col-lg-6 {
	padding: 0;
}
.innov-txt {
	max-width: 580px;
	margin-left: auto;
	padding-right: 130px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.vid-imz,
.pr-large {
	height: 100%;
}
.vid-imz >img,
.pr-large > img {
	height: 100%;
	object-fit: cover;
}
.toggle-item {
	margin-bottom: 44px;
}
.toggle-item:last-child {
	margin-bottom: 0;
}
.toggle-item h2 {
	color: #ffffff;
	font-size: 47.87px;
	text-transform: capitalize;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.toggle-item h2:hover,
.toggle-item h2.active {
	color: #7E5EFD;
}
.toggle-item p {
	color: #ffffff;
	font-size: 18px;
	line-height: 27px;
}
.content {
	margin-top: 20px;
}

.playy-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.playy-div img {
	position: relative;
	top: 0;
	left: 4px;
}
.play-btn {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background-color: #ff1d4d;
	text-align: center;
}
.play-btn:hover {
	background-color: #7E5EFD;
	color: #fff;
}
.playy-div > span {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 17px;
}


/* CLIENT SECTION */


.client-sec {
	padding: 95px 0 147px;
}
.section-title {
	margin-bottom: 120px;
}
.title-content > h3 {
	color: #000000;
	font-size: 21.5px;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
	padding-left: 27px;
	margin-bottom: 15px;
}
.title-content > h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 2px;
	background-color: #ff597c;
	transform: translateY(-50%);
}
.title-content > h2 {
	color: #000000;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}
.title-para {
	margin-top: 35px;
}
.title-para p {
	color: #969fa8;
	font-size: 19px;
	line-height: 24px;
}


.pt-logo {
	text-align: center;
	margin-bottom: 85px;
}
.pt-logo > a img {
	opacity: 0.2;
	filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
} 
.pt-logo:hover > a img {
	filter: grayscale(0);
	opacity: 1;
}
.partners-sec .row {
	margin-bottom: -85px;
}


/* TESTIMONIAL SECTION */

.testimonial-sec {
	background-color: #7D5DFE;
}
.testi-comment {
	background-color: #161616;
	padding: 134px 0 132px;
}
.testi-cm {
	max-width: 860px;
	margin: 0 auto;
	text-align: left;
}
.testi-cm p {
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 22px;
}

.mail {
	display: inline-block;
	color: #7E5EFD;
	font-size: 32px;
	font-weight: 700;
}
.mail:hover {
	text-decoration: none;
	color: #7E5EFD;
}

/* CONTACT SECTION */

.contact-section {
	padding: 130px 0;
	background-color: #7D5DFE;
}
.contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.address-info {
	max-width: 370px;
	border-right: 1px solid #fff;
	padding-right: 150px;
	padding-top: 30px;
	padding-bottom: 23px;
}
.address-info > h3,
.contact_info > h3 {
	color: #ffffff;
	font-size: 14.67px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 33px;
}
.address-info p {
	color: #ffffff;
	font-size: 20px;
	line-height: 37.33px;
	font-weight: 400;
}

.contact_info {
	background: inherit;
	padding-left: 150px;
	padding-top: 27px;
	padding-bottom: 23px;
}
.contact_info ul li {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 9px;
}
.contact_info ul li:last-child {
	margin-bottom: 0;
}


/* FOOTER */

footer {
	background-color: #0d112d;
	padding: 97px 0;
}
footer .container {
	max-width: 1560px;
	padding: 0 15px;
}

.widget-about > h2 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 28px;
	font-family: "Sora", sans-serif;
}
.widget-about > p {
	color: #ffffff;
	font-size: 17.33px;
	line-height: inherit;
	margin-bottom: 6px;
}
.widget-about > span {
	display: block;
	color: #ffffff;
	font-size: 17.33px;
}

.widget-newsletter {
	max-width: 480px;
	margin: 0 auto;
}
.widget-newsletter > h2 {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 34px;
	margin-top: -8px;
	font-family: "Sora", sans-serif;
}
.widget-newsletter form {
	position: relative;
}
.widget-newsletter form input {
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	border-bottom: 1px solid #d8c9cc;
	background-color: inherit;
	border:0;
	border-bottom: 1px solid #fff;
	padding-bottom: 17px;
}
.widget-newsletter form button {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 22px;
	background-color: inherit;
	border:0;
}
.widget-newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.widget-newsletter form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.widget-newsletter form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.widget-newsletter form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.widget-follow {
	margin-top: 10px;
	max-width: 177px;
	margin-left: auto;
}
.widget-follow > h3 {
	color: #ffffff;
	font-size: 14.67px;
	text-transform: uppercase;
	margin-bottom: 64px;
}

.social-links li {
	display: inline-block;
	margin-right: 32px;
}
.social-links li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}
.social-links li a:hover {
	color: #7E5EFD;
}
.social-links li:last-child {
	margin: 0;
}

/* ABOUT PAGE */

.pager-sec {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 211px 0 183px;
}
.pager-sec.bg2 {
	background-image: url(../images/resources/bg2.jpg);
	padding: 300px 0;
}
.pager-content > h2 {
	color: #f2f2f2;
	font-size: 50px;
	text-transform: capitalize;
}

.page-content {
	padding: 150px 0;
	background-color:#392D6A;
}
.page-content.v2 {
	padding: 100px 0;
}
.page-content.v3 {
	padding: 120px 0 175px;
}
.page-content.v4 {
	padding: 120px 0 145px;
}

.studio-sec > h2 {
	color: #000000;
	font-size: 74px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 67px;
	margin-top: -24px;
}
.studio-sec > h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 86px;
	height: 3px;
	background-color: #ff1d4d;
}
.abz-tm {
	max-width: 390px;
}
.abz-tm > h3 {
	color: #000000;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 89px;
	font-weight: 700;
}
.abz-tm > a {
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}
.abz-para p {
	color: #9a9999;
	font-size: 17.5px;
	line-height: 36px;
}

.main-image {
	margin: 112px 0 96px;
}
.hd-txt {
	margin-bottom: 81px;
}
.hd-txt > h2 {
	color: #010000;
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 60px;
}
.hd-txt p {
	color: #010000;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
}

.our-svss-sec > h2 {
	color: #000000;
	font-size: 50px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 80px;
}
.our-svss-sec > h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 86px;
	height: 3px;
	background-color: #ff2c59;
}

.linkss li {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 29px;
	text-transform: uppercase;
}
.linkss li:last-child {
	margin-bottom: 0;
}


/* WORK TOGETHER SEC */

.work-together-sec {
	background-color: #0066ff;
	padding: 76px 0 167px;
}
.work-together-sec:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 75px;
	background-color: rgba(255,255,255,0.30);
	transform: translateX(-50%);
}
.work-together-sec:after {
	content: '';
	position: absolute;
	bottom: 80px;
	left: 50%;
	width: 2px;
	height: 20px;
	background-color: rgba(255,255,255,0.30);
	transform: translateX(-50%);
}
.wrk-tgt > h2 {
	color: #ffffff;
	font-size: 75px;
	line-height: 105px;
	margin-bottom: 15px;
}
.wrk-tgt p {
	color: #ffffff;
	font-size: 17.5px;
	line-height: 30px;
	max-width: 590px;
	margin: 0 auto;
	margin-bottom: 47px;
}
.wrk-tgt > a {
	display: inline-block;
	color: #7E5EFD;
	font-size: 18.5px;
	font-weight: 700;
	text-transform: uppercase;
}
.wrk-tgt > a:hover {
	text-decoration: none;
}

/* CONTACT 2 PAGE */

.page-title {
	margin-bottom: 75px;
	margin-top: -34px;
}
.page-title > h2 {
	color: #000000;
	font-size: 64px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 21px;
}
.page-title > h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 86px;
	height: 3px;
	background-color: #ff1d4d;
}

.get-touch-content ul li {
	margin-bottom: 20px;
}
.get-touch-content ul li:last-child {
	margin-bottom: 0;
}
.email-tk {
	margin-bottom: 39px;
}
.email-tk > h4 {
	color: #303030;
	font-size: 25px;
	margin-bottom: -2px;
}
.email-tk > h2 {
	color: #000000;
	font-size: 25px;
}
.get-touch-content ul li > span {
	display: block;
	color: #9a9898;
	font-size: 20px;	
	margin-bottom: 3px;
}
.get-touch-content ul li > h3 {
	color: #000000;
	font-size: 17.5px;
	font-weight: 700;
}
.get-touch-content ul {
	margin-bottom: 42px;
}
.get-touch-content p {
	color: #2a2d2e;
	font-size: 16px;
	line-height: 22px;
	max-width: 330px;	
}


/* CONTACT FORM */

.contact-sec-v1 > h3 {
	color: #111111;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 40px;
}
.contact-form-v1 input,
.contact-form-v1 textarea {
	width: 100%;
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	padding-bottom: 13px;
	border:0;
	border-bottom: 1px solid #777777;
	background-color: inherit;
	border-radius: 0;
	margin-bottom: 30px;
}
.contact-form-v1 textarea {
	height: 104px;
	margin-bottom: 40px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111111;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #111111;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #111111;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #111111;
}


.btn-form {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background-color: #7E5EFD;
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
	text-transform: uppercase;
	border:0;
}
.form-button {
	text-align: right;
}


/* CONTACT MAP PAGE */

.contact-sec-v1.v-2 {
	background-color: #161616;
	padding: 165px 0 175px;
	margin-left: auto;
	padding-right: 300px;
}
.contact-map-page.photo-v .contact-sec-v1.v-2 {
	height: 100%;
}
.contact-map-cnot {
	max-width: 520px;
	margin-left: auto;
}
.contact-map-cnot > h2 {
	color: #ffffff;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 60px;
}
.contact-sec-v1.v-2 .contact-form-v1 {
} 

.contact-sec-v1.v-2 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.contact-sec-v1.v-2 .form-button {
	text-align: left;
}
.contact-sec-v1.v-2 .form-button button {
	color: #000000;
	transition: all 0.4s ease-out;
}
.contact-sec-v1.v-2 .form-button button:hover {
	color: #fff;
}

.map-frame {
	height: 100%;
}
.map-frame iframe {
	width: 100%;
	height: 100%;
}
.contact-map-page .row {
	margin: 0;
}
.contact-map-page .row .col-lg-6 {
	padding: 0;
}
.contact-img {
	height: 100%;
}
.contact-img > img {
	height: 100%;
	object-fit: cover;
}

/* PRICING PAGE */

.pricing-page-content > h3 {
	color: #282525;
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 88px;
	margin-top: -13px;
	text-align: center;
	text-transform: uppercase;
}

.price-col {
	text-align: center;
	background-color: #f3f4f9;
	padding: 77px 0 50px;
	transition: all 0.4s ease-in-out;
}
.pricing-page-content .row .col-lg-4:nth-child(1) .price-col:hover {
	background-color: #0066ff;
}
.pricing-page-content .row .col-lg-4:nth-child(2) .price-col:hover {
	background-color: #ff1d4d;
}
.pricing-page-content .row .col-lg-4:nth-child(3) .price-col:hover {
	background-color: #7E5EFD;
}
.price-col > h2 {
	color: #282525;
	font-size: 35px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.price-col > h3 {
	color: #282525;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 60px;
	transition: all 0.4s ease-in-out;
}
.price-col > h3 sub {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: -2px;
}
.price-col > ul {
	margin-bottom: 58px;
}
.price-col > ul li {
	color: #666;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.price-col > ul li:last-child {
	margin-bottom: 0;
}
.price-col > a {
	display: inline-block;
	color: #000000;
	font-size: 16.41px;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	border:1px solid #161616;
	padding: 0 45px;
}
.price-col:hover h2,
.price-col:hover h3,
.price-col:hover ul li {
	color: #fff;
}
.price-col:hover > a,
.price-col a:hover {
	background-color: #fff;
	color: #000000;
	border-color: transparent;
}


/* PORTFOLIO PAGE */

.sec-v2-title {
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 53px;
}
.sec-v2-title > h2 {
	color: #373737;
	font-size: 50px;
	line-height: 48px;
	margin-bottom: 19px;
	position: relative;
	padding-top: 18px;
}
.sec-v2-title p {
	color: #838080;
	font-size: 18.5px;
	line-height: 29.99px;
	padding: 0 120px;
}
.sec-v2-title.v2 {
	margin-bottom: 60px;
}

.option-set {
	text-align: center;
	margin-bottom: 90px;
}
.option-set li {
	display: inline-block;
	margin-right: 25px;
}
.option-set li:last-child {
	margin: 0;
}
.option-set li a {
	display: inline-block;
	color: #373737;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	padding: 0 9px 20px;
	cursor: pointer;
}
.option-set li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #7E5EFD;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.option-set li a.selected,
.option-set li a:hover {
	color: #ff1d4d;
}
.option-set li a.selected:before,
.option-set li a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 0;
	width: 100%;
}

.work-grid {
	position: relative;
}
.ext-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.work-grid:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0066ff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.work-grid:hover:before {
	opacity: 0.9;
	visibility: visible;
}
.work-grid:hover .work-caption {
	opacity: 1;
	visibility: visible;
}
.work-grid > img {
	width: 100%;
	object-fit: cover;
}
.masonary {
	width: 100%;
}
.masonary .col-lg-4,
.masonary .col-lg-6,
.masonary .col-lg-3 {
	padding: 0;
}
.masonary .col-lg-2 {
	max-width: 20%;
	flex:0 0 20%;
	padding: 0;
}

.work-caption {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.work-caption > h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: -1px;
}
.work-caption > span {
	display: block;
	color: #ffffff;
	font-size: 20px;
}


.full-btn {
	margin-top: 60px;
}
.full-btn .btn-default {
	color: #fff;
	padding: 0 68px;
}

/* SERVICES PAGE */

.service-colu {
	background-color: #ff1d4d;
	padding: 50px 20px 44px;
	height: 100%;
}
.services-page .col-lg-4 {
	margin-bottom: 30px;
}
.service-colu svg {
	width: 54px;
	height: 54px;
	margin-bottom: 25px;
}
.service-colu svg line, .service-colu svg polyline, .service-colu svg path, .service-colu svg rect, .service-colu svg circle {
	stroke: #fff;
}
.clr1 {
	background-color: #ff1d4d;
}
.clr2 {
	background-color: #0066ff;
}
.clr3 {
	background-color: #7E5EFD;
}
.service-colu > img {
	margin-bottom: 32px;
}
.service-colu > h3 {
	color: #ffffff;
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
}
.service-colu ul li {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.service-colu ul li:last-child {
	margin-bottom: 0;
}

.services-page {
	margin-bottom: 87px;
}

/* SKILLS SECTION */

.sk-title {
	color: #181b31;
	font-size: 50px;
	margin-bottom: 37px;
}
.sk-para {
	color: rgba(24,27,49,0.50);
	font-size: 17.5px;
	line-height: 24px;
	max-width: 430px;
	margin-left: auto;
	margin-bottom: 37px;
	margin-top: 11px;
}
.progess-row {
	position: relative;
	margin-bottom: 46px;
}
.progess-row:last-child {
	margin-bottom: 0;
}
.progess-row > h3 {
	color: #808291;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.progess-row > span {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: #181b31;
	font-size: 16px;
	font-weight: 400;
}
.progress {
	width: 100%;
	height: 15px;
	background-color: #eef0f3;
	border-radius: 30px;
}
.progress-bar {
	border-radius: 30px;
}
.bg-clr1 {
	background-color: #7E5EFD;
}
.bg-clr2 {
	background-color: #ff1d4d;
}
.bg-clr3 {
	background-color: #0066ff;
}
.bg-clr4 {
	background-color: #7E5EFD;
}



/* TEAM PAGE */

.team-col {
	text-align: center;
	margin-bottom: 40px;
}
.team-thumbnail {
	position: relative;
	padding: 34px 30px;
	margin-bottom: -8px;
}
.team-thumbnail > img {
	width: 100%;
}
.team-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 78px);
	border:2px solid #7E5EFD;
	z-index: -1;
}
.team-thumbnail:after {
	content: '';
	position: absolute;
	top: 34px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 68px);
	background-color: rgba(255,193,0,0.87);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.tm-social {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.tm-social li {
	display: inline-block;
	margin-right: 18px;
}
.tm-social li:last-child {
	margin: 0;
}
.tm-social li a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.tm-social li a:hover {
	color: #000;
}
.team-col:hover .tm-social {
	opacity: 1;
	visibility: visible;
}
.team-col:hover .team-thumbnail:after {
	opacity: 1;
	visibility: visible;
}
.team-col > h3 {
	color: #171717;
	font-size: 27.5px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 2px;
}
.team-col > span {
	display: block;
	color: #666262;
	font-size: 19px;
}

.slick-dots li {
	margin-right: 15px;
}
.slick-dots li:last-child {
	margin: 0;
}
.slick-dots li button {
	width: 7px;
	height: 7px;
	background-color: #ddd9d9;
}
.slick-dots li.slick-active button {
	background-color: #0066ff;
	width: 12px;
	height: 12px;
}

.slick-prev {
	left: auto;
	right: 60px;
}
.slick-next {
	right: 0;
}
.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	top: auto;
	transform: inherit;
	bottom: -13px;
	transition: all 0.4s ease-in-out;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	line-height: 48px;
	height: 100%;
	text-align: center;
}
.slick-prev:before {
	content: '\f104';
}
.slick-next:before {
	content: '\f105';
}
.slick-prev:hover,
.slick-next:hover {
	background-color: #7E5EFD;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	color: #fff;
}

.banner-img-slider .slick-dots {
	top: 50%;
	right: -45%;
	left: auto;
	display: inline-block;
	width: auto;
	transform: translateY(-50%);
	bottom: auto;
}
.banner-img-slider .slick-dots li {
	display: block;
	margin: 0 0 30px;
}
.banner-img-slider .slick-dots li:last-child {
	margin: 0;
}
.banner-img-slider .slick-dots li button {
	width: 30px;
	height: 2px;
	background-color: rgba(255,255,255,0.30);
}
.banner-img-slider .slick-dots li.slick-active button {
	background-color: #fff;
}




/* SINGLE PROJECT PAGE */

.single-project-banner {
	position: relative;
}

.single-project-content > h2 {
	color: #000000;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 68px;
	margin-top: -17px;
	font-family: "Sora", sans-serif;
}
.mm-txt > h3 {
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	font-family: "Sora", sans-serif;
}

.mm-content p {
	font-size: 34px;
	line-height: 54px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 700;
	font-family: "Sora", sans-serif;
}
.mm-content > a {
	display: inline-block;
	color: #000000;
	font-size: 17.5px;
	font-weight: 700;
	position: relative;
	padding-bottom: 16px;
}
.mm-content > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #000000;
	transition: all 0.4s ease-in-out;
}
.mm-content > a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 0;
	width: 100%;
}

.case-col {
	margin-bottom: 160px;
}
.case-col:last-child {
	margin-bottom: 0;
}
.cases-sec {
	margin-top: 88px;
}

.widget-project {
	text-align: center;
	position: relative;
	top: -121px;
}
.widget-project > h2 {
	color: #ffffff;
	font-size: 80px;
	line-height: 80px;
}

.footer-v2 {
	padding: 234px 0 65px;
	position: relative;
}
.footer-v2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 75px;
	background-color: #fff;
}
.footer-v2:after {
	content: '';
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #fff;
}




.error-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0066ff;
}
.error-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}
.error-text > h2 {
	color: #ffffff;
	font-size: 200px;
	line-height: 200px;
}
.error-text > h3 {
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 26px;
}
.error-text > p {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}



/* RESPONSIVE MOBILE MENU */

.menu-btn {
	width: 24px;
	cursor: pointer;
	margin-left: auto;
	display: none;
}
.menu-btn > span {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 6px;
	-webkit-transition:transform .3s;
	-moz-transition:transform .3s;
	-ms-transition:transform .3s;
	-o-transition:transform .3s;
	transition:transform .3s;
}
header.sticky .menu-btn > span {
	background-color: #000;
}
.menu-btn > span:last-child {
	margin-bottom: 0;
}

.menu-btn.active span.bar1 {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-btn.active span.bar2 {
	opacity: 0;
	visibility: hidden;
}
.menu-btn.active span.bar3 {
	-webkit-transform: translateY(-6px) rotate(-135deg);
	-moz-transform: translateY(-6px) rotate(-135deg);
	-ms-transform: translateY(-6px) rotate(-135deg);
	transform: translateY(-6px) rotate(-135deg);
}


.responsive-mobile-menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	z-index: 9999;
	height: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	background-color: #0066ff;
}
.responsive-mobile-menu.active {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.responsive-mobile-menu ul {
	float: left;
	width: 100%;
}
.responsive-mobile-menu ul li {
	float: left;
	width: 100%;
}
.responsive-mobile-menu ul li a:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.responsive-mobile-menu ul li.menu-item-has-children > a:before {
	opacity: 1;
	visibility: visible;
}
.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
	content: '\f068';
}
.responsive-mobile-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px;
}
.responsive-mobile-menu ul ul {
	display: none;
	padding: 20px 0 20px 20px;
}
.responsive-mobile-menu ul ul li a {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 15px;
}
.responsive-mobile-menu ul ul li:last-child a {
	margin-bottom: 0;
}



#html5-watermark {
	display: none !important;
}
div#html5-image {
	padding: 0 !important;
}




#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0
}

.material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: material-rotate-all 1s linear infinite
}

.material-icon .spinner .left-side,
.material-icon .spinner .right-side {
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.material-icon .spinner.color-2 .left-side,
.material-icon .spinner.color-2 .right-side {
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.material-icon .left-side,
.material-icon .right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.material-icon .left-side {
    left: 0
}

.material-icon .right-side {
    right: 0
}

.material-icon .bar {
    border-color: #7E5EFD;
    width: 100%;
    height: 100%;
    border-radius: 200px 0 0 200px;
    border: 6px solid #7E5EFD;
    position: relative
}

.material-icon .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #7E5EFD;
    position: absolute;
    border-radius: 6px
}

.material-icon .right-side .bar {
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    animation: material-rotate-right .75s linear infinite alternate
}

.material-icon .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

.material-icon .left-side .bar {
    border-right: none;
    transform: rotate(10deg);
    transform-origin: right center;
    animation: material-rotate-left .75s linear infinite alternate
}

.material-icon .left-side .bar:after {
    bottom: -6px;
    right: -3px
}

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }
    0% {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    0% {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

@keyframes material-fade-in-first {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0;
    display: block
}




.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../images/video_placeholder.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
@media(max-width:1025px) and (min-width:768px) {
	.home-section {
	    background-image: url(../images/video_placeholder.jpg);
	    background-attachment: initial!important;
	    background-size: cover!important;
	    background-position: center center;
	}
}

@media (max-width: 768px) {

	.home-section{
        background-image: url(../images/video_placeholderm.jpg);
        background-attachment: initial!important;
        background-size: cover!important;
        background-position: center center;
    }
}

#particles-js, #particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}




/* LANDING BANNER */

.landing-header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.landing-header .container {
	max-width: 100%;
	padding: 0 100px;
}
.ld-content {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
.ld-buy {
	margin-left: auto;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
}
.ld-buy:hover {
	color: #fff;
}
.landing-banner {
	background-image: url(../images/resources/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 250px 0;
	position: relative;
}
.landing-txt {
	max-width: 1000px;
	margin: 0 auto; 
	text-align: center;
}
.landing-txt > h2 {
	color: #fff;
	font-size: 85px;
	text-transform: capitalize;
	margin-bottom: 34px;
}
.landing-txt p {
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	padding: 0 100px;
	margin-bottom: 68px;
}
.btn-default.radius {
	border-radius: 30px;
	color: #fff;
}


/* DEMOS SECTION */

.demos-section {
	padding: 145px 0;
}
.demos-section .container {
	max-width: 1400px;
	padding: 0 15px;
}
.title {
	margin-bottom: 25px;
}
.title h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.title h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 55px;
	height: 5px;
	background-color: #ff1d4d;
	transform:translateX(-50%);
}


.demo {
	margin-bottom: 44px;
}
.demo > h2 {
	text-align: center;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
}
.demo-thumb {
	margin-bottom: 30px;
}
.demo-thumb > a img {
	width: 100%;
}
.demo-thumb > a {
	display: block;
}

.buy-template {
	text-align: center;
	margin-top: 50px;
}
.btn-default.without-bg {
	background-color: inherit;
	border:1px solid #1a1919;
	border-radius: 30px;
}
.btn-default.without-bg:hover {
	background-color:#7E5EFD;
	color: #fff;
	border-color: transparent;
}

/* LANDING FOOTER */

.landing-footer {
	background-color: #0066ff;
	padding: 35px 0;
}
.landing-footer .container {
	max-width: 100%;
	padding: 0 100px;
}
.cptext {
	color: #ffffff;
	font-size: 16px;
}
/*.author-social {
	text-align: right;
	display: none;
}
.author-social li {
	display: inline-block;
	margin-right: 20px;
}
.author-social li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.author-social li:last-child {
	margin-right: 0;
}
.author-social li a:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #7E5EFD;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-out;
}
.author-social li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

*/
.demo-thumb {
	position: relative;
}
.demo-thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0066ff;
	opacity: 0;
	visibility: hidden;
	transform: scale3d(0.1,0.1,1);
	transition: all 700ms ease-in-out;
}
.overlay-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
	opacity: 0;
	transition: all 700ms ease-in-out;
	transform: scale(0.8);
	visibility: hidden;
}
.demo-thumb:hover .overlay-thumb {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.overlay-thumb > span {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: #fff;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	height: 100%;
	justify-content:center;
}
.demo-thumb:hover:before {
	opacity: 0.80;
	visibility: visible;
	transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
}
.contact-form-v1 input:focus,
.contact-form-v1 textarea:focus {
	background:inherit;
}
.contact-map-page.photo-v .contact-sec-v1.v-2 .contact-form-v1 input,
.contact-map-page.photo-v .contact-sec-v1.v-2 .contact-form-v1 textarea {
	color: #fff !important;
}

.contact-sec-v1 .contact-form-v1 input,
.contact-sec-v1 .contact-form-v1 textarea {
	color: #000 !important;
}
.email-tk > h2:hover a {
	text-decoration: none;
}
.works-portfolio {
	margin-top: 100px;
}

.project-caption h2:hover a {
	text-decoration: none;
}
#html5-elem-wrap,
#html5-lightbox-box {
	width: 100% !important;
}
div#html5-close {
	right: 30px !important;
}


.widget-project > span a,
.widget-project > a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.widget-project > span a:hover,
.widget-project > a:hover {
	text-decoration: none;
}
.error-text .btn-default {
	margin-top: 40px;	
}


/* BLOG PAGE */

.blog-page {
	padding: 150px 0;
}
.blog-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}
.blog-post:last-child {
	margin-bottom: 0;
}
.blog-thumbnail {
	position: relative;
	max-width: 570px;
	flex: 0 0 570px;
}
.blog-thumbnail > img {
	max-width: 100%;
}
.posted-on {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-color: #ff1d4d;
	color: #fff;
	text-align: center;
	font-size: 16.33px;
	text-transform: uppercase;
	padding-top: 3px;
}
.posted-on strong {
	font-weight: 700;
	display: block;
	font-size: 30.85px;
	position: relative;
	margin-bottom: -6px;
}
.blog-info {
	max-width: calc(100% - 570px);
	flex: 0 0 calc(100% - 570px);
	padding-left: 30px;
}
.meta {
	margin-bottom: 30px;
}
.meta > span {
	display: inline-block;
	text-transform: uppercase;
	color: #0065ff;
	font-size: 14px;
	font-weight: 700;
}
.meta-links {
	display: inline-block;
} 
.meta-links li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 10px;
}
.meta-links li:first-child {
	padding-left: 0;
}
.meta-links li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 1px;
	height: 100%;
	background-color: #bbbaba;
}
.blog-post.single .meta-links li:before {
	background-color: #000;
}
.meta-links li a {
	display: inline-block;
	color: #bbbaba;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.meta-links li span {
	display: inline-block;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.meta-links li:last-child:before {
	display: none;
}
.blog-info > h2 {
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blog-info p {
	font-size: 17px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 40px;
}
.blog-info .btn-default {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding: 0 40px;
	font-weight: 700;
}

.marlon-pagination {
	margin-top: 100px;
}
.marlon-pagination nav ul li {
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.marlon-pagination nav ul li a {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	background-color: #e5e5e5;
	text-align: center;
	border-radius: 0 !important;
}
.marlon-pagination .pagination {
	justify-content: center;
}
.marlon-pagination nav ul li:last-child {
	margin-right: 0;
}
.marlon-pagination nav ul li a:hover {
	background-color: #0066ff;
	color: #fff;
	border-color: transparent;
}
.marlon-pagination nav ul li a:before {
	display: none;
}


/* BLOG SINGLE PAGE */

.blog-post.single .blog-thumbnail {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.blog-post.single .blog-info {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.meta-div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 11px;
}
.meta-div > span {
	margin-left: auto;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-post.single .blog-info h2 {
	font-size: 33px;
	line-height: 46px;
	margin-bottom: 33px;
}
.blog-post.single .blog-info p {
	margin-bottom: 20px;
}

/* BLOG AUTHOR */

.blog-author {
	margin-bottom: 54px;
}
.blog-author h3,
.comments-section > h3 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 15px;
}
.comments-section > h3 {
	margin-bottom: 30px;
}
.author-blog {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f5f5f5;
	padding: 28px 15px;
}
.author-thumb {
	max-width: 102px;
}
.author-info {
	max-width: calc(100% - 102px);
	padding-left: 20px;
}
.author-info > h3 {
	color: #000000;
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 3px;
	font-weight: 700;
	letter-spacing: 1px;
}
.author-info p {
	color: #666666;
	font-size: 15px;
	line-height: 26px;
}


/* COMMENTS SECTION */

.comments-list {
	margin-bottom: 48px;
}
.comments-list ul .comment {
	padding-left: 65px;
}
.comments-list > li:first-child > .comment {
	padding-top: 0;
}
.comments-list > li:last-child > .comment {
	border-bottom: 0;
}
.comment {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e7e9e9;
	padding: 30px 0;
}
.cm-thumb {
	max-width: 71px;
}
.cm-info {
	max-width: calc(100% - 71px);
	padding-left: 20px;
}
.cm-info > h3 {
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 18px;
}
.cm-info > span {
	display: block;
	color: #b6b5b5;
	font-size: 14px;
	margin-bottom: 15px;
}
.reply-btn {
	display: inline-block;
	color: #0066ff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}


/* POST COMMENT */

.post-comment > h3 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 23px;
}

.post-form .form-control {
	color: #818181;
	font-size: 14px;
	text-transform: uppercase;
	height: 48px;
	border: 1px solid #eeeeee;
	padding: 0 20px;
	border-radius: 5px;
}
.form-textarea {
	color: #818181;
	font-size: 14px;
	border: 1px solid #eeeeee;
	padding: 20px;
	height: 155px;
	width: 100%;
	border-radius: 5px;
	resize: none;
	vertical-align: middle;
}
.form-group {
	margin-bottom: 30px;
}
.form-submit button {
	color: #fff;
	background-color: #0066ff;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

/* BLOG SIDEBAR */

.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 22px;
}
.widget-search form {
	position: relative;
}
.widget-search form input {
	width: 100%;
	height: 46px;
	border:1px solid #e6e6e6;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 20px;
	text-transform: uppercase;
}
.widget-search form button {
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: inherit;
	border: 0;
	transform: translateY(-50%);
}
.social-wd li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px;
}
.social-wd li a {
	display: inline-block;
	width: 46px;
	line-height: 46px;
	text-align: center;
	height: 46px;
	border-radius: 5px;
	color: #fff;
}
.social-wd .facebook {
	background-color: #3656a6;
}
.social-wd .twitter {
	background-color: #00c0ff;
}
.social-wd .google {
	background-color: #d93838;
}
.social-wd .instagram {
	background-color: #213f69;
}
.social-wd .linkedin {
	background-color: #113877;
}
.social-wd .pinterest {
	background-color: #ec1717;
}
.social-wd .vimeo {
	background-color: #ef255a;
}
.social-wd .tumblr {
	background-color: #1c3d6e;
}
.social-wd .dribbble {
	background-color: #e24190;
}
.social-wd .youtube {
	background-color: #de1e1e;
}

/* RECENT POSTS WIDGET */

.wd-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wd-thumb {
	max-width: 79px;
}
.wd-info {
	max-width: calc(100% - 79px);
	padding-left: 15px;
}
.wd-info > span {
	display: block;
	color: #0066ff;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
}
.wd-info > h3 {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.wd-posts li {
	border-bottom: 1px solid #ececec;
	padding: 17px 0;
}
.wd-posts li:first-child {
	padding-top: 0;
}
.wd-posts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}


/* WIDGET TAGS */

.tags li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 10px;
}
.tags li a {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #f1f0ee;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.tags li a:hover {
	background-color: #0066ff;
	color: #fff;
	border-color: transparent;
}
.blog-post.single {
	max-width: 838px;
}
.dark-shade-7-bg {
  background-color: #101314 !important;
}
.dark-shade-5-border {
  border-color: #282A2D !important;
}
.sk__deco-row {
  border-top: 1px solid;
    border-top-color: currentcolor;
  border-bottom: 1px solid;
    border-bottom-color: currentcolor;
  padding: 75px 15px;
}
.address-info > p {
  color: #ffffff !important;
}

.widget-about > p {
  color: #ffffff !important;
}

.widget-newsletter > p {
  color: #ffffff !important;
}


/* ===================================
    Navbar
====================================== */

.navbar {
  padding: 0;
  z-index: 111;
  height: 90px;
  width: 100%;
  background-color: transparent !important;
}

.navbar-brand img {
  margin-left: -40px;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 6px 6px;
  margin-left: 50px;
  margin-right: 50px;
  transition: .5s ease;
  border: 2px solid transparent;
  display: block;
  font-family: 'Sora', sans-serif;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-nav .nav-link.active {
  color: #7d5dfe;
  transition: all .6s ease;
}

.navbar .navbar-nav .nav-link:hover {
  color: #7d5dfe;
  transition: all .6s ease;
}

.navbar .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #7d5dfe;
}

.navbar .navbar-nav .button {
  margin-left: 30px;
}

.navbar-fixed-top.scrolled {
  background-color: #011321 !important;
  transition: .2s linear;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*side menu button*/
.sidemenu_btn {
  width: 50px;
  padding: 6px;
  right: 40px;
  top: 20px;
  z-index: 999;
  margin-top: 12px;
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  transition: all .3s linear;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  margin: auto;
  transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
  background-color: #7d5dfe;
}

.sidemenu_btn:hover span:nth-child(2) {
  background-color: #7d5dfe;
}

.sidemenu_btn span:nth-child(2) {
  margin: 6px 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 9999;
  background: #392D6A;
  transform: translate3d(100%, 0, 0);
  transition: transform .5s ease;
  position: fixed;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1031;
  opacity: 0.7;
  background-color: #011321;
  position: fixed;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*side menu image*/
.sidemenu-image {
  position: absolute;
  top: 45px;
}

/*side menu close btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  display: inline-block;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  top: 5px;
  left: 16px;
  height: 24px;
  width: 2px;
  content: ' ';
  background: #fff;
  position: absolute;
}

.side-menu .btn-close:before {
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  transform: rotate(-45deg);
}

.side-menu .btn-close:hover {
  transform: scale(0.9);
  overflow: hidden;
  transition: all .5s ease;
}

/*side menu inner-wrapper*/
.side-menu .inner-wrapper {
  height: 100%;
  padding: 4.5rem 5rem;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  opacity: 0;
  display: block;
  margin: 15px 0;
  padding: 0 !important;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 24px;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-weight: 700
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

/*side menu footer */
.side-menu-footer .navbar-nav {
  transform: translateY(0);
}

.side-menu-footer p {
  color: #011321;
  font-size: 14px;
}

.side-menu-footer .banner-icons ul {
  margin-bottom: 0;
}

.side-menu-footer .banner-icons ul li {
  display: inline-block;
}

.side-menu-footer .banner-icons ul li i {
  color: #011321;
}

.side-menu-footer .banner-icons ul li a:hover {
  background-color: #011321;
  transition: all .8s ease;
}

.side-menu-footer .banner-icons ul li a {
  border-radius: 50%;
  color: #fff;
  height: 40px;
  line-height: 38px;
  width: 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid transparent;
}

.side-menu-footer .banner-icons ul li a:hover i {
  color: #fff;
}

/*Button*/
.btn {
  z-index: 2;
  letter-spacing: .5px;
  border-radius: 0;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  line-height: inherit;
  display: inline-block;
  color: #202020;
  border: 2px solid transparent;
  text-transform: capitalize;
  transition: all .5s ease !important;
}

.btn.button {
  font-weight: 600;
  color: #202020;
  font-size: 12px !important;
  padding: 9px 27px !important;
  line-height: 1.8em !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'Sora', sans-serif;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.white-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.center-button {
  text-align: center;
}

.btn.yellow-btn {
  background: #7d5dfe;
  border-color: #7d5dfe;
  color: #011321;
}

/*Button hover*/
.btn.btn-hvr-yellow:hover {
  background-color: #7d5dfe;
  border-color: #7d5dfe;
  color: #011321;
}

.btn.btn-hvr-blue:hover {
  background-color: #011321;
  border-color: #011321;
  color: #fff;
}




.cxu--hero-slider.style-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cxu--hero-slider.style-1:hover .swiper-button-next,
.cxu--hero-slider.style-1:hover .swiper-button-prev {
  opacity: 1;
}
.cxu--hero-slider.style-1:hover .swiper-button-prev {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cxu--hero-slider.style-1:hover .swiper-button-next {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cxu--hero-slider.style-1 .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 200px 200px;
  position: relative;
}
@media (max-width: 1919px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 260px 120px 150px;
  }
}
@media (max-width: 1399px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 260px 60px 130px;
  }
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .slide {
    height: 100vh;
    padding: 180px 50px 30px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 150px 15px 30px;
  }
}
.cxu--hero-slider.style-1 .slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: rgba(57, 45, 106, 0.8);
}
.cxu--hero-slider.style-1 .info {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cxu--hero-slider.style-1 .info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .info {
    margin-top: 20px;
  }
}
.cxu--hero-slider.style-1 .info img {
  max-width: unset;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .shape {
    display: none;
  }
}
.cxu--hero-slider.style-1 .title {
  font-size: 110px;
  line-height: 1.1;
  color: var(--white);
}
@media (max-width: 1399px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 36px;
  }
}
.cxu--hero-slider.style-1 .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--secondary);
}
.cxu--hero-slider.style-1 .text p {
  font-size: 20px;
  color: var(--white);
  max-width: 900px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .text p {
    font-size: 16px;
  }
}
.cxu--hero-slider.style-1 .swiper-pagination {
  color: var(--white);
  font-size: 20px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .swiper-pagination {
    bottom: 20px;
  }
}
.cxu--hero-slider.style-1 .swiper-button-next,
.cxu--hero-slider.style-1 .swiper-button-prev {
  opacity: 0;
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-next,
  .cxu--hero-slider.style-1 .swiper-button-prev {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .swiper-button-next,
  .cxu--hero-slider.style-1 .swiper-button-prev {
    display: none;
  }
}
.cxu--hero-slider.style-1 .swiper-button-prev {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-prev {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cxu--hero-slider.style-1 .swiper-button-next {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cxu--hero-slider.style-1 .autoplay-progress {
  position: absolute;
  inset-inline-end: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  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: 400;
  color: var(--white);
}
.cxu--hero-slider.style-1 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--white);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.cxu--hero-slider.style-1 .swiper-slide-active .title {
  -webkit-animation: cxufadeUp 1s linear 1;
          animation: cxufadeUp 1s linear 1;
}
.cxu--hero-slider.style-1 .swiper-slide-active p {
  -webkit-animation: cxufadeUp 1.25s linear 1;
          animation: cxufadeUp 1.25s linear 1;
}
.cxu--hero-slider.style-1 .swiper-slide-active a {
  -webkit-animation: cxufadeUp 1.5s linear 1;
          animation: cxufadeUp 1.5s linear 1;
}

.logo__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.logo__slider .swiper-slide {
  width: auto !important;
}
.logo__slider-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--primary);
}
.logo__slider-area-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--secondary);
}
@media (max-width: 991px) {
  .logo__slider-area-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .logo__slider-area-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.logo__slider-area-3 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .logo__slider-area-3 {
    padding-top: 10px;
  }
}
.logo__slider-area-3.full {
  height: 20vh;
  padding-top: 50px;
}
.logo__slider-area-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}
.dark .logo__slider-area-4 {
  background-color: var(--black);
}
@media (max-width: 1199px) {
  .logo__slider-area-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.logo__slider-wrapper {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__slider-left {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.logo__slider-left .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--white);
  font-family: var(--font-inter);
}
.logo__slider-right {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

.text__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.text__slider .swiper-slide {
  width: auto !important;
}
.text__slider .slide {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .text__slider .slide {
    gap: 30px;
  }
}
.text__slider .text {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .text__slider .text {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .text__slider .text {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .text__slider .text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .text__slider .text {
    font-size: 40px;
  }
}
.text__slider.style-1 .text {
  color: var(--primary);
}
@media (max-width: 991px) {
  .text__slider.style-1 .shape img {
    max-width: 80px;
  }
}

.testi-cm a {
color: #7E5EFD;
}


.testi-cm a:hover {
color: #fff;
}


/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: transparent;
  border-bottom: 2px solid #000;
  border-radius: 0px;
  display: flex;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  justify-content: space-between;
  gap: 20px;
}
.accordion-card:first-child {
  border-top: 2px solid #000;
}
.accordion-card .accordion-header {
  flex: none;
}
.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #000;
  border: 0;
  background-color: transparent;
  padding: 0px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  align-items: start;
  position: inherit;
}
.accordion-card .accordion-button:after {
  content: "\f067";
  height: 40px;
  width: auto;
  border-radius: 7px;
  line-height: 38px;
  background: transparent;
  border: 0;
  font-family: var(--icon-font);
  color: #000;
  font-weight: 900;
  font-size: 16px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 23px;
  right: 0px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button.collapse:after {
  content: "\f068";
  transform: rotate(0);
}
.accordion-card .accordion-button .faq-number {
  font-size: 14px;
  font-weight: 600;
  margin-right: 40px;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.accordion-card .accordion-collapse {
  border: none;
  position: relative;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 2px 60px 0px 0px;
  margin-top: -0.5em;
  max-width: 365px;
}
.accordion-card .accordion-body p {
  margin-bottom: -0.3em;
  font-weight: 400;
  font-size: 18px;
}
.accordion-card:last-child {
  margin-bottom: 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .accordion-card {
    display: block;
  }
  .accordion-card .accordion-body {
    margin-top: 20px;
    max-width: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion-card .accordion-body {
    padding-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button .faq-number {
    margin-right: 10px;
  }
  .accordion-card .accordion-button {
    font-size: 20px;
  }
  .accordion-card .accordion-body p {
    font-size: 16px;
  }
}
/* Faq 2 ---------------------------------- */
.accordion-card.style2 {
  display: block;
}
.accordion-card.style2 .accordion-button {
  font-size: 20px;
}
.accordion-card.style2 .accordion-body {
  max-width: none;
  padding-right: 0;
  margin-top: 12px;
  margin-bottom: 16px;
}

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}
.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
  font-size: 28px;
  font-family: inherit;
  font-weight:600;
}
.terms-content .terms-list {
  margin-top: 37px;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.form-wrapper {
  width: 600px;
  margin: 0 auto 10px auto;
  text-align: left;
}
@media (max-width: 620px) {
  #templateContainer, #templateBody, #templateContainer table {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.about-inner__wrapper {
  gap: 60px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .about-inner__wrapper {
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about-inner__right .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--primary);
}
.dark .about-inner__right .title {
  color: var(--green-5);
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about-inner__right .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .about-inner__right .title {
    font-size: 32px;
  }
}
.about-inner__right p {
  color: #ffffff;
  font-size: 17.5px;
  line-height: 36px;
  margin-bottom: 32px;
  }
  
.about-inner__right a i {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}


/* ===================================
    Navbar
====================================== */

.navbar {
  padding: 0;
  z-index: 111;
  height: 90px;
  width: 100%;
  background-color: transparent !important;
}

.navbar-brand img {
  padding-left: 4px;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 6px 6px;
  margin-left: 50px;
  margin-right: 50px;
  transition: .5s ease;
  border: 2px solid transparent;
  display: block;
}

.navbar .navbar-nav {
  margin-left: 23rem;
}

.navbar .navbar-nav .nav-link.active {
  color: #7d5dfe;
  transition: all .6s ease;
}

.navbar .navbar-nav .nav-link:hover {
  color: #7d5dfe;
  transition: all .6s ease;
}

.navbar .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #7d5dfe;
}

.navbar .navbar-nav .button {
  margin-left: 30px;
}

.navbar-fixed-top.scrolled {
  background-color: #011321 !important;
  transition: .2s linear;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*side menu button*/
.sidemenu_btn {
  width: 36px;
  padding: 6px;
  right: 40px;
  top: 20px;
  z-index: 999;
  margin-top: 12px;
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  transition: all .3s linear;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  margin: auto;
  transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
  background-color: #7d5dfe;
}

.sidemenu_btn:hover span:nth-child(2) {
  background-color: #7d5dfe;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 9999;
  background: #7d5dfe;
  transform: translate3d(100%, 0, 0);
  transition: transform .5s ease;
  position: fixed;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1031;
  opacity: 0.7;
  background-color: #011321;
  position: fixed;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*side menu image*/
.sidemenu-image {
  position: absolute;
  top: 45px;
}

/*side menu close btn*/
.side-menu .btn-close {
  height: 43px;
  width: 43px;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  display: inline-block;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  top: 5px;
  left: 16px;
  height: 44px;
  width: 2px;
  content: ' ';
  background: #fff;
  position: absolute;
}

.side-menu .btn-close:before {
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  transform: rotate(-45deg);
}

.side-menu .btn-close:hover {
  transform: scale(0.9);
  overflow: hidden;
  transition: all .5s ease;
}

/*side menu inner-wrapper*/
.side-menu .inner-wrapper {
  height: 100%;
  padding: 4.5rem 5rem;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  opacity: 0;
  display: block;
  margin: 15px 0;
  padding: 0 !important;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 24px;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

/*side menu footer */
.side-menu-footer .navbar-nav {
  transform: translateY(0);
}

.side-menu-footer p {
  color: #011321;
  font-size: 14px;
}

.side-menu-footer .banner-icons ul {
  margin-bottom: 0;
}

.side-menu-footer .banner-icons ul li {
  display: inline-block;
}

.side-menu-footer .banner-icons ul li i {
  color: #011321;
}

.side-menu-footer .banner-icons ul li a:hover {
  background-color: #011321;
  transition: all .8s ease;
}

.side-menu-footer .banner-icons ul li a {
  border-radius: 50%;
  color: #fff;
  height: 40px;
  line-height: 38px;
  width: 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid transparent;
}

.side-menu-footer .banner-icons ul li a:hover i {
  color: #fff;
}

/* ===================================
    Banner
====================================== */

.banner-section {
  background-color: #011321;
}

.banner-section .caption {
  padding-top: 12.5rem;
}

.caption h5 {
  font-size: 36px;
  color: #fff;
  letter-spacing: -1px;
}

.caption .heading {
  font-size: 72px;
  font-weight: 100;
  letter-spacing: 5px;
  color: #fff;
  margin-bottom: 15px;
}

.caption .text {
  color: #fff;
  font-weight: 100;
  text-align: justify;
  padding-right: 25px;
  margin-bottom: 15px;
}

.banner-btn {
  margin-top: 30px;
}

.banner-section .small-images {
  position: relative;
  bottom: 160px;
}

.banner-section .small-images .small-img .image {
  margin-right: 15px;
  position: absolute;
  border: 15px solid #fff;
}

.overlay-image .text {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
}
/* ===================================
    Stand Alone page
====================================== */

.header {
  height: 70vh;
  background-size: cover;
  background-color: #011321;
}

.header img{
  width: 80%;
  height: 70vh;
  margin-left: 80px;
}

.header .header-text {
  padding-top: 12.5rem;
}

.header h2 {
  color: #fff;
  font-size: 60px;
  padding-bottom: 16px;
 
}

.page-breadcrumb li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.page-breadcrumb li a {
  color: #fff;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.page-breadcrumb li i {
  color: #7d5dfe;
}

/*Main Page Start*/
.main-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-page .standalone-heading {
  padding-bottom: 100px;
}

.main-page .subheading {
   margin-bottom: 5px;
}

.main-page .heading {
  font-size: 56px;
  margin-bottom: 20px;
 }

.main-page .image {
  position: relative;
}

.main-page .image img {
  width: 100%;
  height: 100%;
  display: block;
}

.standalone-area .standalone-row {
  margin-bottom: 40px;
}

.standalone-area .standalone-row:last-child {
  margin-bottom: 0;
}

.main-page .standalone-row .text {
  padding-left: 30px;
  text-align: center;
}

.standalone-row:nth-child(2) .text {
  padding-left: 0;
  padding-right: 30px;
}

/* Image Hover*/
.standaloneoverlay {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  background-color: #011321;
}

.hover-effect:hover .standaloneoverlay {
  opacity: .4;
}

.overlayBottom {
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  background-color: #011321;
  cursor: pointer;
}

.hover-effect:hover .overlayBottom {
  height: 100%;
}

/* ===================================
    Media Queries
====================================== */

@media (width: 1920px) {
  /*Testimonials*/
  .testimonial-section .text-section .text-area {
    padding-left: 260px;
    padding-right: 200px;
  }
  .testimonial-section .carousel-section {
    padding-right: 120px;
    padding-left: 120px;
  }

  /*Stand Alone*/
  .header .header-text {
    padding-top: 19rem;
  }
}

@media (max-width: 1200px) {
  /*Navbar*/
  .navbar .navbar-nav {
    margin-left: 13rem;
  }
  .navbar .navbar-nav .nav-link {
    margin-left: 25px;
  }

  /*Side menu*/
  .side-menu {
    width: 50%;
  }

  /*Banner*/
  .banner-section .caption {
    padding-top: 8.5rem;
  }
  .caption .heading {
    font-size: 60px;
  }
  .overlay-text {
    font-size: 20px;
  }

  /*Testimonials Section*/
  .testimonial-section .text-section .text-area {
    padding-left: 65px;
  }

  /*Stand Alone*/
  .header{
    height: 100%;
  }
  .header img{
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .heading {
    text-align: center;
    font-size: 42px;
  }
  .text {
    text-align: center !important;
  }
  h5 {
    font-size: 30px !important;
  }
  .buttons {
    text-align: center;
  }

  /*Navbar*/
  .navbar-brand img {
    padding-left: 20px;
  }
  .sidemenu_btn {
    right: 18px;
  }

  /*Banner*/
  .caption .text {
    padding-right: 0;
    text-align: center;
    font-weight: 300;
  }
  .banner-section .small-images .small-img .image {
    top: 50px;
  }

  /*Counter Section*/
  .counter {
    margin-bottom: 40px;
  }
  .counter-section .counter-text {
    padding-top: 0;
  }

  /*About-us Section*/
  .about-us .about-img img {
    width: 100%;
  }
  .about-us .rectangle {
    bottom: -8px;
    left: -8px;
    width: 500px;
    height: 600px;
    border-left: 20px solid #011321;
    border-bottom: 20px solid #011321;
  }
  .about-us .about-text .subheading {
    text-align: center;
    margin-top: 40px;
  }

  /*Products Section*/
  .products-section .card {
    margin-bottom: 30px;
  }

  /*Testimonials Section*/
  .testimonial-section .text-section .text-area {
    padding-left: 0;
  }
  .carousel-section .testimonials p {
    font-size: 13px !important;
  }

  /*Contact Section*/
  .contact-section form {
    padding-left: 0;
    padding-right: 0;
  }

  /*StandAlone*/
  .header .header-text{
    text-align: center;
  }
  .main-page .standalone-row .text {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .standalone-row:nth-child(2) .text {
    padding-right: 0;
  }
  .standalone-area .standalone-row{
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .text {
    font-size: 13px;
  }

  /*About Us*/
  .about-us .rectangle {
    width: 340px;
    height: 380px;
  }
  .wow {
    visibility: visible !important;
    animation: none !important;
  }

  /*Stand Alone*/
  .header h2 {
    font-size: 50px;
  }
  .main-page .heading{
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  /*Loader*/
  .loader {
    top:45%;
    left:45%;
  }

  /*Navbar*/
  .navbar {
    height: 75px;
  }

  /*Side Menu*/
  .sidemenu_btn {
    top: 14px;
  }
  .side-menu {
    width: 100%;
  }
  .side-menu-footer p {
    font-size: 12px;
  }

  /*Banner*/
  .caption .heading {
    font-size: 40px;
  }
  .heading {
    font-size: 40px;
  }
  .banner-section .small-images .small-img .image {
    margin-right: 0;
    position: relative;
    margin-top: 20px;
  }

  /*Products Section*/
  .products-section .card .img {
    text-align: center;
  }
  .products-section .card img {
    max-width: 80%;
  }

  /*About us*/
  .about-us .rectangle {
    width: 255px;
    height: 300px;
  }
}

@media (max-width: 370px){
  /*Side Menu*/
  .side-menu-footer p {
    font-size: 10px;
  }
}


/*----------------------------------------*/
/*  10. MENU CSS START
/*----------------------------------------*/
.main-menu ul li {
  display: inline-block;
  padding: 0 20px;
}
.main-menu ul li:hover > .sub-menu {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a {
  display: block;
  padding: 25px 3px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  font-family: var(--font-inter);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.dark .main-menu ul li a {
  color: var(--white);
}
.main-menu ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 20px;
  opacity: 0;
  inset-inline-start: calc(50% - 3px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--primary);
  border-radius: 100px;
}
.main-menu ul li a:hover {
  color: var(--primary);
}
.dark .main-menu ul li a:hover {
  color: var(--green);
}
.main-menu ul li a:hover::after {
  opacity: 1;
}
.main-menu .sub-menu {
  position: absolute;
  width: 260px;
  top: 100px;
  background-color: var(--white);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 99;
}
.dark .main-menu .sub-menu {
  background-color: var(--black);
}
.main-menu .sub-menu li {
  padding: 0 30px;
  display: block;
  text-align: start;
  position: relative;
}
.main-menu .sub-menu li:hover .sub-menu {
  top: 0;
  inset-inline-start: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu li a {
  padding: 5px 0;
}
.main-menu .sub-menu li a:hover {
  letter-spacing: 1px;
}
.main-menu .sub-menu li a::after {
  display: none;
}
.main-menu .sub-menu .sub-menu {
  position: absolute;
  width: 260px;
  inset-inline-start: 90%;
  top: 0;
  background-color: var(--white);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.dark .main-menu .sub-menu .sub-menu {
  background-color: var(--black);
}
.main-menu .sub-menu .sub-menu li {
  padding: 0 30px;
  display: block;
  text-align: start;
  position: relative;
}
.main-menu .sub-menu .sub-menu li a {
  padding: 5px 0;
}
.main-menu .has-submenu {
  position: relative;
}
.main-menu .has-submenu::after {
  position: absolute;
  content: "\f107";
  width: 15px;
  height: 15px;
  top: 26px;
  inset-inline-end: 5px;
  color: var(--gray);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dark .main-menu .has-submenu::after {
  color: var(--white);
}
.main-menu .has-submenu:hover::after {
  color: var(--primary);
}
.dark .main-menu .has-submenu:hover::after {
  color: var(--green);
}
.main-menu .sub-menu .has-submenu {
  position: relative;
}
.main-menu .sub-menu .has-submenu:hover::after {
  color: var(--primary);
}
.dark .main-menu .sub-menu .has-submenu:hover::after {
  color: var(--green);
}
.main-menu .sub-menu .has-submenu::after {
  content: "\f105";
  top: 8px;
  inset-inline-end: 20px;
}
.dir-rtl .main-menu .sub-menu .has-submenu::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*----------------------------------------*/
/*  13. OFFCANVAS CSS START
/*----------------------------------------*/
.close__menu {
  width: 40px;
  height: 40px;
  position: absolute;
  inset-inline-end: 15px;
  top: 10px;
  font-size: 24px;
  color: var(--primary);
  padding: 1px 11px;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open__menu {
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white-3);
  border-radius: 100%;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  display: none;
}
@media (max-width: 1199px) {
  .open__menu {
    display: unset;
  }
}

.mobile__menu {
  display: none;
}
@media (max-width: 1199px) {
  .mobile__menu {
    display: block;
  }
}

.mean-container {
  top: 0;
  width: 350px;
  height: 100%;
  position: absolute;
  inset-inline-end: -360px;
  background-color: var(--primary);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 3;
  padding: 60px 0;
}
@media (max-width: 374px) {
  .mean-container {
    width: 300px;
  }
}
.mean-container .mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar {
  padding: 0;
  background: none;
}
.mean-container .mean-nav {
  margin: 0;
  background-color: transparent;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li a {
  color: var(--white);
  background-color: transparent;
  text-transform: capitalize;
  border-color: rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  border-color: rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li a.mean-expand {
  background: transparent;
  border-color: rgba(226, 226, 226, 0.1411764706) !important;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 33px;
  border-bottom: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.offcanvas__area {
  z-index: 8;
  position: relative;
}
.offcanvas__area-2 {
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  position: fixed;
  background: var(--primary);
  z-index: 5;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (max-width: 1199px) {
  .offcanvas__area-2 {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
@media (max-width: 991px) {
  .offcanvas__area-2 {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}
.offcanvas__menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary);
  -webkit-clip-path: circle(0px at 240px 50px);
          clip-path: circle(0px at 240px 50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1919px) {
  .offcanvas__menu {
    -webkit-clip-path: circle(0px at 70px 50px);
            clip-path: circle(0px at 70px 50px);
  }
}
.offcanvas__menu.active {
  -webkit-clip-path: circle(75%);
          clip-path: circle(75%);
}
.offcanvas__menu ul {
  position: relative;
  padding-top: 100px;
  height: 100vh;
}
.offcanvas__menu ul li {
  text-align: center;
}
.offcanvas__menu ul li a {
  font-size: 60px;
  padding: 5px 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--white);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .offcanvas__menu ul li a {
    font-size: 36px;
  }
}
.offcanvas__menu ul li a:hover {
  color: var(--green);
}
.offcanvas__menu ul li a:hover::before {
  content: attr(data-text);
  opacity: 1;
  left: 50%;
  letter-spacing: 10px;
  width: 1800px;
  height: 1800px;
}
.offcanvas__menu ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 500px;
  -webkit-transition: letter-spacing 0.5s, left 0.5s;
  transition: letter-spacing 0.5s, left 0.5s;
}
@media (max-width: 767px) {
  .offcanvas__menu ul li a:before {
    display: none;
  }
}
.offcanvas__menu-2 {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .offcanvas__menu-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.offcanvas__menu-2 .menu-item {
  opacity: 0;
  position: relative;
  margin-bottom: 25px;
}
.offcanvas__menu-2 .menu-item a {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 32px;
  }
}
.offcanvas__menu-2 .menu-item.has-submenu > a:after {
  content: "\f078";
  position: absolute;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  font-family: "Font Awesome 6 Free";
}
.dir-rtl .offcanvas__menu-2 .menu-item.has-submenu > a:after {
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
.offcanvas__menu-2 .menu-item .sub-menu {
  display: none;
  padding-top: 10px;
}
.offcanvas__menu-2 .menu-item .sub-item {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item .sub-item:last-child {
    padding-bottom: 0;
  }
}
.offcanvas__menu-2 .menu-item .sub-item a {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 24px;
  }
}
.offcanvas__close {
  border-radius: 110px;
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 5;
  inset-inline-end: 50px;
  top: 50px;
}
@media (max-width: 767px) {
  .offcanvas__close {
    top: 15px;
    padding: 12px 24px;
    inset-inline-end: 15px;
  }
}
.offcanvas__close:hover {
  border-color: var(--green);
  background-color: var(--green);
}
.offcanvas__close-2 {
  position: absolute;
  width: 100px;
  height: 100px;
  inset-inline-end: 50px;
  cursor: pointer;
  top: 50px;
  z-index: 9;
  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;
}
@media (max-width: 991px) {
  .offcanvas__close-2 {
    top: 20px;
    inset-inline-end: 20px;
  }
}
@media (max-width: 767px) {
  .offcanvas__close-2 {
    width: 60px;
    height: 60px;
    top: 15px;
    inset-inline-end: 15px;
  }
}
@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 40% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 40% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.offcanvas__close-2 .outline-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  -webkit-animation: morph 5s linear infinite;
          animation: morph 5s linear infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
.offcanvas__close-2 .outline-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  border-radius: 53% 47% 43% 57%/51% 39% 61% 49%;
}
.offcanvas__close-2 .line-1 {
  width: 50px;
  height: 2px;
  -webkit-transform: rotate(45deg) translate(18px, -18px);
          transform: rotate(45deg) translate(18px, -18px);
  display: inline-block;
  background-color: var(--white);
}
.dir-rtl .offcanvas__close-2 .line-1 {
  -webkit-transform: rotate(45deg) translate(-18px, 18px);
          transform: rotate(45deg) translate(-18px, 18px);
}
@media (max-width: 767px) {
  .offcanvas__close-2 .line-1 {
    width: 30px;
    height: 1px;
    -webkit-transform: rotate(45deg) translate(10px, -10px);
            transform: rotate(45deg) translate(10px, -10px);
  }
  .dir-rtl .offcanvas__close-2 .line-1 {
    -webkit-transform: rotate(45deg) translate(-10px, 10px);
            transform: rotate(45deg) translate(-10px, 10px);
  }
}
.offcanvas__close-2 .line-2 {
  width: 50px;
  height: 2px;
  -webkit-transform: rotate(-45deg) translate(-17px, -18px);
          transform: rotate(-45deg) translate(-17px, -18px);
  display: inline-block;
  background-color: var(--white);
}
.dir-rtl .offcanvas__close-2 .line-2 {
  -webkit-transform: rotate(-45deg) translate(17px, 18px);
          transform: rotate(-45deg) translate(17px, 18px);
}
@media (max-width: 767px) {
  .offcanvas__close-2 .line-2 {
    width: 30px;
    height: 1px;
    -webkit-transform: rotate(-45deg) translate(-11px, -11px);
            transform: rotate(-45deg) translate(-11px, -11px);
  }
  .dir-rtl .offcanvas__close-2 .line-2 {
    -webkit-transform: rotate(-45deg) translate(11px, 11px);
            transform: rotate(-45deg) translate(11px, 11px);
  }
}
.offcanvas__wrapper-2 {
  gap: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
}
@media (max-width: 1199px) {
  .offcanvas__wrapper-2 {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 991px) {
  .offcanvas__wrapper-2 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .offcanvas__wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.offcanvas__social-2 {
  opacity: 0;
  height: 100vh;
  padding-top: 100px;
  -webkit-border-end: 1px solid var(--green-4);
          border-inline-end: 1px solid var(--green-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .offcanvas__social-2 {
    display: none;
  }
}
.offcanvas__social-2 li {
  padding-bottom: 15px;
}
.offcanvas__social-2 li a {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
.offcanvas__social-2 li a:hover {
  color: var(--green);
}
.offcanvas__social-2 .contact {
  margin-top: auto;
}
.offcanvas__social-2 .contact li a {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .offcanvas__social-2 .contact li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .offcanvas__social-2 .contact li a {
    font-size: 16px;
  }
}

.header__area-3.full {
  height: 10vh;
}
@media (max-width: 1399px) {
  .header__area-3.full {
    height: 12vh;
  }
}
@media (max-width: 767px) {
  .header__area-3.full {
    height: unset;
  }
}
.header__area-4 {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.header__area-4 .search--box button {
  color: var(--white);
}
.header__wrapper {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 220px 20px auto 20px 220px;
  grid-template-columns: 220px auto 220px;
  padding: 10px 100px;
  border-bottom: 1px solid var(--white-2);
  position: relative;
}
.dark .header__wrapper {
  border-color: var(--black-3);
}
@media (max-width: 1919px) {
  .header__wrapper {
    padding: 10px 30px;
    -ms-grid-columns: 190px auto 190px;
    grid-template-columns: 190px auto 190px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    padding: 10px 15px;
  }
}
.header__wrapper::after, .header__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white-2);
  top: 0;
}
.dark .header__wrapper::after, .dark .header__wrapper::before {
  background-color: var(--black-3);
}
.header__wrapper::before {
  inset-inline-start: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper::before {
    inset-inline-start: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper::before {
    display: none;
  }
}
.header__wrapper::after {
  inset-inline-end: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper::after {
    inset-inline-end: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper::after {
    display: none;
  }
}
.header__wrapper-2 {
  gap: 60px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 60px 1fr 60px auto;
  grid-template-columns: auto 1fr auto;
  padding: 10px 150px;
}
@media (max-width: 1919px) {
  .header__wrapper-2 {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .header__wrapper-2 {
    padding: 10px 15px;
  }
}
.header__wrapper-3 {
  gap: 15px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 25px 195px;
}
@media (max-width: 1919px) {
  .header__wrapper-3 {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper-3 {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (max-width: 767px) {
  .header__wrapper-3 {
    padding: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.header__wrapper-4 {
  gap: 15px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 15px auto;
  grid-template-columns: auto auto;
  padding: 20px 100px;
}
@media (max-width: 1399px) {
  .header__wrapper-4 {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .header__wrapper-4 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .header__wrapper-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.header__menu {
  text-align: center;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
.header__menu-2 .main-menu ul li a {
  text-transform: capitalize;
}
.header__menu-3 .hamburger {
  border-radius: 110px;
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--gray);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
}
.dark .header__menu-3 .hamburger {
  color: var(--gray-2);
  border-color: var(--black-3);
}
.header__logo-3 {
  text-align: center;
}
@media (max-width: 767px) {
  .header__logo-3 {
    text-align: end;
  }
}
.header__others {
  text-align: end;
}
.header__others a {
  padding: 15px 36px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header__others a {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .header__others a {
    display: none;
  }
}
.header__others-2 {
  text-align: end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__others-2 .hamburger {
  color: var(--gray);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--font-inter);
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__others-3 {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__others-3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__others-3 .social-media {
    display: none;
  }
}
.header__others-3 .resume {
  border-radius: 110px;
  padding: 14px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
}
.dark .header__others-3 .resume {
  color: var(--white-3);
  border-color: var(--black-3);
}
.dir-rtl .header__others-3 .resume i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 767px) {
  .header__others-3 .resume {
    display: none;
  }
}
.header__others-4 {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__others-4 .hamburger {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--white-3);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .header__others-4 .btn-wrap {
    display: none;
  }
}
.header__others-4 .btn-wrap a {
  color: var(--white);
  padding: 10px 36px;
}

.cxu--go-top {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 0;
  font-size: 14px;
  color: var(--primary);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  gap: 5px;
  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;
  padding: 10px;
  overflow: hidden;
}
.cxu--go-top img {
  max-width: 16px;
}
.cxu--go-top.showed {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.cxu--go-top .icon-1 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cxu--go-top .icon-2 {
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.cxu--go-top:hover {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  background-position: 100% 100%;
}
.cxu--go-top:hover .icon-1 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.cxu--go-top:hover .icon-2 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}


/*----------------------------------------*/
/* 05. BUTTON CSS START
/*----------------------------------------*/
.cxu-btn-primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  border-radius: 30px;
  background-color: var(--green);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dir-rtl .cxu-btn-primary i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cxu-btn-primary {
    padding: 12px 24px;
  }
}
.cxu-btn-primary::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.cxu-btn-primary:hover {
  color: var(--white);
}
.cxu-btn-primary:hover::before {
  width: 100%;
}
.cxu-btn-border {
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  border-radius: 30px;
  border: 1px solid var(--white-3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dir-rtl .cxu-btn-border i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cxu-btn-border {
    padding: 12px 24px;
  }
}
.cxu-btn-border::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  inset-inline-start: -60px;
  top: -60px;
  border-radius: 100%;
  background-color: #5a42b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.cxu-btn-border::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  inset-inline-end: -60px;
  bottom: -60px;
  border-radius: 100%;
  background-color: #5a42b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.cxu-btn-border:hover {
  color: var(--white);
  border-color: var(--green);
  background-color: var(--green);
}
.cxu-btn-border:hover::after {
  opacity: 1;
  bottom: -30px;
  opacity: 1;
  inset-inline-end: -30px;
}
.cxu-btn-border:hover::before {
  opacity: 1;
  top: -30px;
  opacity: 1;
  inset-inline-start: -30px;
}

.modal__btn {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: var(--secondary);
  position: relative;
}
.modal__btn i,
.modal__btn svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__btn svg {
  width: 1em;
  height: 1em;
}
.modal__btn:hover i,
.modal__btn:hover svg {
  color: var(--green);
}
.modal__btn .image,
.modal__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal__btn .image {
  -webkit-animation: modalRotate 10s linear infinite;
          animation: modalRotate 10s linear infinite;
}
.modal__btn .icon {
  font-size: 24px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--white);
  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;
  color: #555555;
  overflow: hidden;
}
.modal__btn.style-1:hover i {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.modal__btn.style-2 .icon-1 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dir-rtl .modal__btn.style-2 .icon-1 {
  -webkit-transform: rotate(-90deg) translate(0, 0);
          transform: rotate(-90deg) translate(0, 0);
}
.modal__btn.style-2 .icon-2 {
  position: absolute;
  -webkit-transform: translate(-35px, 35px);
          transform: translate(-35px, 35px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.dir-rtl .modal__btn.style-2 .icon-2 {
  -webkit-transform: rotate(-90deg) translate(-35px, 35px);
          transform: rotate(-90deg) translate(-35px, 35px);
}
.modal__btn.style-2:hover .icon-1 {
  opacity: 0;
  -webkit-transform: translate(35px, -35px);
          transform: translate(35px, -35px);
}
.dir-rtl .modal__btn.style-2:hover .icon-1 {
  -webkit-transform: rotate(-90deg) translate(35px, -35px);
          transform: rotate(-90deg) translate(35px, -35px);
}
.modal__btn.style-2:hover .icon-2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.dir-rtl .modal__btn.style-2:hover .icon-2 {
  -webkit-transform: rotate(-90deg) translate(0, 0);
          transform: rotate(-90deg) translate(0, 0);
}


.header__logo-4 img {
	height: 60px;
}


/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-meta {
  display: block;
  margin-top: -0.4em;
  margin-bottom: 12px;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-right: 0;
}
.blog-meta span ~ a,
.blog-meta span ~ span,
.blog-meta a ~ a,
.blog-meta a ~ span {
  margin-left: 22px;
}
.blog-meta span ~ a:after,
.blog-meta span ~ span:after,
.blog-meta a ~ a:after,
.blog-meta a ~ span:after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--body-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -3px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0 !important;
  padding-right: 0;
}
.blog-meta span a {
  margin-right: 0 !important;
}
.blog-meta a:hover {
  color: var(--title-color);
}

.blog-card {
  background: transparent;
  position: relative;
  border-radius: 0px;
  display: block;
}
.blog-card .blog-title {
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1.333;
}
.blog-card .blog-title a {
  transition: 0.5s ease-in-out;
  color: var(--title-color);
}
.blog-card .blog-title a:hover {
  color: var(--title-color);
}
.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.blog-card .blog-img img {
  max-width: 100%;
  border-radius: 0;
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}
.blog-card .blog-content {
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  transition: 0.4s;
}
.blog-card:hover .post-img img,
.blog-card:hover .blog-img img {
  transform: scale(1.04) translateX(6px);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-img img {
    width: 100%;
  }
}
/* Blog Card 2 ---------------------------------- */
.blog-card.style2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
  background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
  transition: 0.4s all;
  z-index: 3;
}
.blog-card.style2 .blog-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 40px 36px;
  --title-color: #fff;
  opacity: 1;
  transition: 0.4s;
}
.blog-card.style2 .blog-content .blog-title {
  letter-spacing: -0.48px;
}
.blog-card.style2 .link-btn img {
  filter: brightness(999) grayscale(9);
}
.blog-card.style2 .blog-meta span ~ a:after,
.blog-card.style2 .blog-meta span ~ span:after,
.blog-card.style2 .blog-meta a ~ a:after {
  background: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 22px;
  }
  .blog-card.style2 .blog-content {
    padding: 30px 26px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 18px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 24px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .blog-card.style2 .blog-content .blog-title {
    font-size: 18px;
  }
  .blog-card.style2 .blog-meta span,
  .blog-card.style2 .blog-meta a {
    font-size: 14px;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 17px;
  line-height: normal;
}
.link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.link-effect:hover .effect-1 {
  top: -100%;
}
.link-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--title-color);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}
.link-btn i {
  font-size: 0.9rem;
}
.link-btn:after, .link-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.link-btn:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.link-btn:hover {
  color: var(--title-color);
}
.link-btn:hover::before {
  width: 0;
}
.link-btn:hover:after {
  width: 100%;
}
.link-btn:hover .effect-1 {
  top: -100%;
}
.team__area-2 .btn-wrap {
  text-align: center;
  margin-top: 60px;
}