@import url("../../../../../../css2");
/* ====================== [ Start Typography  ] ====================== */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #fff;
	background: #111215;
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden !important;
	font-family: "Lato", sans-serif;
}

img {
	width: 100%;
	height: auto;
}

span,
a,
a:hover {
	display: inline-block;
	color: inherit;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.4;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

p {
	color: #a4a7b1;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

a,
span {
	display: inline-block;
	text-decoration: none;
}

a:hover,
span:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.container {
	max-width: 1200px;
}

.custom-font {
	font-family: "Poppins", sans-serif;
}

.color-font {
	color: #0960ff;
}

.back-color {
	background-color: #0960ff;
}

.line {
	position: absolute;
	height: 1px;
	width: 65%;
	background-color: #0960ff;
}

.line.top {
	top: 0;
}

.line.bottom {
	bottom: 0;
}

.line.left {
	left: 0;
}

.line.right {
	right: 0;
}

.line-v {
	position: absolute;
	height: 80px;
	width: 1px;
	background: #c5a47e;
	left: 50%;
	opacity: 0.3;
}

.line-v.top {
	top: -30px;
}

.line-v.bottom {
	bottom: -30px;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.ontop {
	position: relative;
	z-index: 7;
}

.full-over {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.full-width {
	width: 100% !important;
}

.main-color {
	color: #0960ff !important;
}

.bg-gray {
	background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
	-webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
	background-color: #141414 !important;
}

.bg-dark .primery-shadow {
	-webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
	background-color: #0960ff !important;
}

.bg-color .primery-shadow {
	-webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
	background: #18191d;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-center {
	background-position: center center;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-repeat {
	background-size: auto;
	background-repeat: repeat;
}

.section-padding {
	padding: 120px 0;
}

.section-ptb {
	padding: 80px 0;
}

.cmd-padding {
	padding: 0 10px;
}

.csm-padding {
	padding: 0 5px;
}

.head-pt {
	padding: 80px 0 0;
}

.head-pb {
	padding: 0 0 80px;
}

.rounded {
	border-radius: 5px;
}

.circle {
	border-radius: 50%;
}

.unlist {
	list-style: none;
}

.undecro:hover {
	text-decoration: none;
}

.inline {
	display: inline-block;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primery-shadow {
	-webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
	padding-right: 5%;
	padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-extra-light-gray {
	color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
	font-size: 10px !important;
}

.fz-12 {
	font-size: 12px !important;
}

.fz-14 {
	font-size: 14px !important;
}

.fz-15 {
	font-size: 15px !important;
}

.fz-16 {
	font-size: 16px !important;
}

.fz-18 {
	font-size: 18px !important;
}

.fz-20 {
	font-size: 20px !important;
}

.fz-22 {
	font-size: 22px !important;
}

.fz-25 {
	font-size: 25px !important;
}

.fz-30 {
	font-size: 30px !important;
}

.fz-40 {
	font-size: 40px !important;
}

.fz-50 {
	font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
	line-height: 10px;
}

.line-height-13 {
	line-height: 13px;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-20 {
	line-height: 20px;
}

.line-height-24 {
	line-height: 24px;
}

.line-height-22 {
	line-height: 22px;
}

.line-height-26 {
	line-height: 26px;
}

.line-height-28 {
	line-height: 28px;
}

.line-height-30 {
	line-height: 30px;
}

.line-height-35 {
	line-height: 35px;
}

.line-height-40 {
	line-height: 40px;
}

.line-height-45 {
	line-height: 45px;
}

.line-height-50 {
	line-height: 50px;
}

.line-height-55 {
	line-height: 55px;
}

.line-height-60 {
	line-height: 60px;
}

.line-height-65 {
	line-height: 65px;
}

.line-height-70 {
	line-height: 70px;
}

.line-height-75 {
	line-height: 75px;
}

.line-height-80 {
	line-height: 80px;
}

.line-height-85 {
	line-height: 85px;
}

.line-height-90 {
	line-height: 90px;
}

.line-height-95 {
	line-height: 95px;
}

.line-height-100 {
	line-height: 100px;
}

.line-height-110 {
	line-height: 110px;
}

.line-height-120 {
	line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
	text-transform: uppercase !important;
}

.text-l {
	text-transform: lowercase !important;
}

.text-c {
	text-transform: capitalize !important;
}

.text-non {
	text-transform: none !important;
}

.text-i {
	font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
	letter-spacing: 0px !important;
}

.ls1 {
	letter-spacing: 1px !important;
}

.ls2 {
	letter-spacing: 2px !important;
}

.ls3 {
	letter-spacing: 3px !important;
}

.ls4 {
	letter-spacing: 4px !important;
}

.ls5 {
	letter-spacing: 5px !important;
}

.ls10 {
	letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-62 {
	margin-top: 62px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-62 {
	margin-bottom: 62px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
	padding-top: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.no-padding {
	padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
	-webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(30ms * var(--char-index));
	animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
	width: 5px;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.splitting.txt.animated .char {
	-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(10ms * var(--char-index));
	animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
	width: 5px;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.imago {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.imago.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start animate headline ] ====================== */
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

/* xclip */
.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline b.is-visible {
	opacity: 1;
}

/* ====================== [ End animate headline ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background-color: rgba(10, 26, 203, 0.5);
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
	position: relative;
	margin: 0 auto 80px;
}

.sec-head h6 {
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom: 10px;
}

.sec-head h3 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 500;
}

.sec-head h2 {
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sub-title {
	position: relative;
	margin-bottom: 20px;
}

.sub-title h6 {
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	background-color: #0960ff;
	padding: 7px 12px;
	border-radius: 10px;
}

.main-title {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}

.extra-title {
	font-weight: 700;
}

.sm-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.smore {
	position: relative;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 7px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px;
}

.smore:after {
	content: "";
	width: 45%;
	height: 100%;
	background: rgba(255, 255, 255, 0.03);
	position: absolute;
	left: 0;
	top: 0;
}

.smore i {
	margin-left: 10px;
}

/* ====================== [ End Heading ] ====================== */

/* ========  My custom code start ========== */
.location-map iframe {
    width: 100%;
    height: 650px;
}
.black-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.nevy-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(13, 24, 232, 0.4);
	width: 100%;
	height: 100%;
}
.blue-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(10, 26, 203, 0.5);
	width: 100%;
	height: 100%;
}

.text-justify {
	text-align: justify !important;
}
.justify-ct-center {
	margin: 0 auto;
}
.search-menu {
	font-size: 22px !important;
	margin-left: 50px !important;
}
.play-btn {
	font-size: 20px;
	color: #0960ff;
	height: 90px;
	width: 90px;
	display: inline-block;
	line-height: 90px;
	text-align: center;
	background: white;
	border-radius: 50%;
}
.play-btn:hover {
	color: white;
	background: #0960ff;
}

.about-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.about-video-btn:before {
	position: absolute;
	content: "";
	height: 150px;
	width: 150px;
	background: white;
	opacity: 0.2;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	z-index: -1;
	animation: video-shadow 5s infinite;
}

@keyframes video-shadow {
	0% {
		transform: translate(-50%, -50%) scale(0.6);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}
/* ========  My custom code end ========== */

/* ========  Search bar ========== */
.nav-search {
	position: relative;
	display: block;
	color: inherit;
}

.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	animation: slideInUp 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search-wrap .search-field-holder {
		width: 70%;
	}
}
@media (max-width: 575px) {
	.search-wrap .search-field-holder {
		width: 80%;
	}
}

.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}
@media (max-width: 575px) {
	.search-wrap .main-search-input {
		height: 50px;
		padding: 0 0;
		line-height: 50px;
		font-size: 18px;
	}
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
	background-color: #fff;
}

input.main-search-input::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}
@media (max-width: 575px) {
	input.main-search-input::placeholder {
		font-size: 18px;
	}
}

.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
/* ========  Search bar ========== */

/* ====================== [ Start breadcrumb-menu ====================== */
.breadcrumb-menu li {
	position: relative;
}
.breadcrumb-menu li span {
	font-size: 18px;
	font-weight: 500;
	color: white;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 1;
}
.breadcrumb-menu li:first-child a span {
	color: #0960ff;
}
.breadcrumb-menu .trail-items {
	display: flex;
	gap: 15px;
}
/* ======================   End breadcrumb-menu ====================== */

/* ====================== [  Start Button Style ] ====================== */
.banner-btn {
	display: inline-block;
	padding: 15px 35px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid white;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.banner-btn:hover {
	background-color: white;
	color: black;
}
.butn {
	padding: 15px 35px;
	font-size: 16px;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.butn:hover .char {
	-webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(30ms * var(--char-index));
	animation-delay: calc(30ms * var(--char-index));
}
.white-border {
	border: 1px solid white;
}

.butn.bord {
	border: 1px solid #fff;
}

.butn.bord:hover {
	background: #fff;
	color: #333;
}
::placeholder{
	color: #fff !important;
}
.butn.light {
	background: #fff;
	color: #333;
}

.butn.light:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.butn.dark {
	background: #222;
}

.butn.dark:hover {
	background: #fff;
	color: #333;
}

.butn.color {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	border: transparent;
}

.butn.color:hover {
	background: #fff;
	color: #111;
}

.butn.curve {
	border-radius: 5px;
}

.butn.radius {
	border-radius: 30px;
}

.simple-btn {
	position: relative;
	padding: 7px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 13px;
	font-weight: 300;
}

.blog.section-padding.sub-bg .item {
	border: 1px solid #77777770;
}

.blog .item .btn-more .simple-btn {
	border: 1px solid #77777770;
	padding: 10px 20px;
}

.simple-btn.right:after {
	left: auto;
	right: 0;
}

/* ====================== [ End Button Style ] ====================== */

/* navbar Start here */
.navbar {
	background-color: transparent;
	display: block;
	padding: 10px 0px;
	width: 100%;
	z-index: 99999999;
	transition: top all 0.5s ease-in-out;
	position: fixed;
	top: 0;
}
.navbar.bg-style.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.9s;
    background: #1b1d21;
}
@media screen and (max-width:992px) {
	.navbar {
		position: fixed;
	}
}
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	transition: all 0.9s;
 background: #1b1d21;
}
.navbar .navbar-brand {
	color: white;
}
.navbar .nav-link {
	color: white;
	margin-left: 30px;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar .navbar-toggler {
	color: transparent;
	background-color: white;
}
.navbar .nav-icon {
	color: black;
}
.navbar .dropdown-menu {
	position: absolute;
	background-color: #fff;
	top: 50px;
	left: -60px;
	width: 250px;
	padding: 0;
	border-radius: 5px;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
}
.navbar .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item {
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #1d1b1b;
	transition: 0.6s;
	font-size: 16px;
	font-weight: 600;
	background: #080807;
}
@media screen and (max-width: 991px) {
	.navbar .nav-link {
		margin: 10px auto !important;
		text-align: center;
	}
	.navbar .dropdown-menu {
		background-color: #fff;
		top: 50px;
		left: 0px !important;
		width: 100% !important;
	}
	.navbar .dropdown-menu .dropdown-item {
		background: #fff;
    }
        .navbar-nav{
            max-height: calc(100vh - 130px);
            overflow-y: auto;
        }
        .ms-auto {
            margin-left: auto!important;
            background: #000;
            width: 100%;
            overflow:auto;
        }
}

/* navbar End here */
.navbar .nav-links {
    color: white;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-item.style-two {
    text-align: center;
    padding: 10px;
}
/* ====================== [ Start Slider-style2 ] ====================== */
.video-banner {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.back-video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
	.back-video {
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9) {
	.back-video {
		width: auto;
		height: 100%;
	}
}
.video-banner-content {
	position: relative;
	z-index: 99;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.video-font {
	font-size: 90px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-text-stroke: 2px white;
	color: transparent;
}
.video-font.no-stroke {
	font-size: 90px;
	color: white;
}
@media screen and (max-width: 991px) {
	.video-font {
		font-size: 52px;
		color: white;
	}
}
/* ====================== [ Start Slider-style2 ] ====================== */

/* ====================== [ stop-banner ] ====================== */
.stop-banner {
	background-image: url(../img/banner/image10.jpg);
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
}
.stop-banner.banner-single {
	background-image: url(../img/banner/banner-single.jpg);
}
.stop-banner .video-font {
	font-size: 110px;
}
@media screen and (max-width: 1170px) {
	.stop-banner .video-font {
		font-size: 80px;
	}
}
@media screen and (max-width: 768px) {
	.stop-banner .video-font {
		font-size: 50px;
	}
}

.stop-banner .banner-btn {
	background-color: #0960ff;
	text-transform: uppercase;
	border: none;
	color: white;
	font-weight: 600;
	transition: 0.6s;
}
.stop-banner .banner-btn:hover {
	background-color: white;
	color: black;
}
.stop-banner p {
	font-size: 18px;
	color: white;
}
/* ====================== [ stop-banner ] ====================== */

/* ====================== [ Start Slider-style2 ] ====================== */
.search-menu.search-trigger {
    cursor: pointer;
}
.banner-txt-left {
	text-align: left;
	position:relative;
}
.banner-txt-center{
    position:relative;
}
.banner-txt-left-font {
	font-size: 93px !important;
}
/* ====================== [ Start Slider-style2 ] ====================== */
.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slider
	.parallax-slider
	.swiper-slide-active
	.caption
	h1[data-splitting]
	.char {
	-webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .butn,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slider .parallax-slider .caption .thin {
	color: #0960ff;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 5px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.slider .parallax-slider .caption .thin span {
	color: #0960ff;
}

.slider .parallax-slider .caption h1 {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.slider .parallax-slider .caption.big-font h1 {
	font-size: 110px;
	line-height:110px;
}
@media screen and (max-width: 1170px) {
	.slider .parallax-slider .caption.big-font h1 {
		font-size: 70px;
		line-height:70px;
	}
}
@media screen and (max-width: 1170px) {
	.slider .parallax-slider .caption.big-font h1 {
		font-size: 70px;
		line-height:70px;
	}
}
.slider .parallax-slider .caption p {
	color: #eee;
	margin-top: 15px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.slider .parallax-slider .caption .butn {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.slider .parallax-slider .caption.dig h1 {
	font-weight: 800;
	font-size: 80px;
	text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
	margin-left: 80px;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
	width: 20px;
}

.slider .setone {
	position: absolute;
	bottom: 8%;
	right: 40px;
	z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
	color: #ccc;
	font-size: 13px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 5px 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: static;
}

.slider .setone .swiper-nav-ctrl:after {
	display: none;
}

.slider .setone.setwo {
	position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
	border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
	position: absolute;
	top: 50%;
	right: 30px;
}

.slider .setone.setwo .prev-ctrl {
	position: absolute;
	top: 50%;
	left: 30px;
}

.slider .txt-botm {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
	position: absolute;
	width: auto;
	height: auto;
	margin-top: auto;
	top: auto;
	bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
	color: #ccc;
	font-size: 13px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

.slider .txt-botm .swiper-nav-ctrl:after {
	display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
	right: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
	margin-left: 10px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
	left: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
	margin-right: 10px;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.top {
	position: absolute;
	right: 15%;
	left: auto;
	bottom: auto;
	top: 20%;
	width: auto;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
	font-size: 60px;
	font-weight: 700;
	position: relative;
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
	content: "/";
	color: #fff;
	position: relative;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
	top: auto;
	bottom: 40px;
	right: 40px;
}

.slider .swiper-pagination-fraction.steps {
	position: absolute;
	width: 100px;
	color: #fff;
	font-size: 15px;
	bottom: 40px;
	left: calc(50% - 50px);
	right: auto;
	top: auto;
	text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
	float: right;
}

.slider .social-icon {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 8;
}

.slider .social-icon a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 13px;
}

.slider-st {
	min-height: 100vh;
	padding: 120px 0;
}

.slider-st .img {
	position: relative;
}

.slider-st .img:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	border-radius: 15px;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.slider-st .img:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	background: #fff;
	border-radius: 15px;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	opacity: 0.08;
}

.slider-st .img img {
	border-radius: 15px;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	position: relative;
	z-index: 2;
}

.slider-stwo {
	min-height: 100vh;
	position: relative;
	padding: 120px 0;
}

.slider-stwo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: #18191d;
	z-index: -1;
}

.slider-stwo .img {
	padding-right: 30px;
}

.slider-stwo .img img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
	box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
}

.slider-stwo ul {
	margin: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-stwo ul li {
	display: inline-block;
}

.slider-stwo ul li div {
	display: table-cell;
}

.slider-stwo ul li .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	font-size: 20px;
}

.slider-stwo ul li .icon .bord {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-stwo ul li .icon .bord:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #111215;
	border-radius: 5px;
	z-index: -1;
}

.slider-stwo ul li .icon .bord:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	border-radius: 5px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	z-index: -2;
}

.slider-stwo ul li .cont {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.slider-stwo ul li .cont p {
	font-size: 13px;
	margin-top: 5px;
}

.particles {
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.particles .cont h1 {
	font-size: 90px;
	font-weight: 800;
}

.particles .animation-wrapper {
	opacity: 0.5;
}

.freelancre {
	min-height: 100vh;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.freelancre:after {
	content: "";
	width: 140%;
	background: rgba(255, 255, 255, 0.01);
	height: 100%;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	position: absolute;
	top: -40%;
	left: -20%;
	z-index: -1;
}

.freelancre .img {
	position: relative;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	z-index: 2;
}

.freelancre .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.freelancre .img:after {
	content: "";
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(right, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(right, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to left, #0960ff, #ff5e57, #0be881);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 50%;
	z-index: -1;
}

.freelancre .cont h1 {
	font-size: 35px;
}

.freelancre .states {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 50px;
}

.freelancre .states .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.freelancre .states ul {
	margin: 0;
}

.freelancre .states li {
	margin-right: 100px;
}

.freelancre .states li:last-of-type {
	margin-right: 0;
}

.freelancre .states li h3 {
	font-size: 50px;
	font-weight: 400;
	margin-right: 20px;
}

.freelancre .states li p {
	font-size: 16px;
	text-transform: uppercase;
}

.freelancre .states .mail-us {
	margin-left: auto;
}

.freelancre .states .mail-us .text {
	text-align: right;
	padding-right: 20px;
}

.freelancre .states .mail-us .text h6 {
	font-size: 14px;
	margin-top: 5px;
}

.freelancre .states .mail-us .icon-box {
	width: 60px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	border-radius: 5px;
	background: -webkit-linear-gradient(
		323.53deg,
		#18191d 6.69%,
		rgba(4, 4, 5, 0.1) 85.43%
	);
	background: -o-linear-gradient(
		323.53deg,
		#18191d 6.69%,
		rgba(4, 4, 5, 0.1) 85.43%
	);
	background: linear-gradient(
		126.47deg,
		#18191d 6.69%,
		rgba(4, 4, 5, 0.1) 85.43%
	);
	font-size: 30px;
}

.slider-bus {
	min-height: 100vh;
	position: relative;
}

.slider-bus .swiper-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-bus .setone {
	position: absolute;
	bottom: 8%;
	right: 40px;
	z-index: 8;
}

.slider-bus .setone .swiper-nav-ctrl {
	color: #ccc;
	font-size: 13px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 5px 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: static;
}

.slider-bus .setone .swiper-nav-ctrl:after {
	display: none;
}

.slider-bus .setone.setwo {
	position: static;
}

.slider-bus .setone.setwo .swiper-nav-ctrl {
	border-radius: 50%;
}

.slider-bus .setone.setwo .next-ctrl {
	position: absolute;
	top: 50%;
	right: 30px;
}

.slider-bus .setone.setwo .prev-ctrl {
	position: absolute;
	top: 50%;
	left: 30px;
}

.slider-bus .swiper-pagination-fraction {
	position: absolute;
	right: auto;
	left: 60px;
	bottom: 30px;
	width: auto;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 60px;
	font-weight: 700;
	position: relative;
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
	content: "/";
	color: #fff;
	position: relative;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 100;
}

.slider-bus .swiper-slide-active .caption h1 {
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slider-bus .swiper-slide-active .caption h1 .char {
	-webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index));
}

.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .butn,
.slider-bus .swiper-slide-active .caption p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slider-bus .caption .thin {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 5px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.slider-bus .caption h1 {
	font-size: 90px;
	font-weight: 800;
	letter-spacing: 4px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	-o-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}

.slider-bus .caption p {
	color: #eee;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.slider-bus .caption .simple-btn,
.slider-bus .caption .butn {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.slider-bus .ontop {
	position: relative;
	z-index: 5;
}

.arch-slider {
	padding-bottom: 80px;
}

.arch-slider .parallax-slider .caption h5 {
	font-size: 50px;
	font-weight: 200;
}

.arch-slider .parallax-slider .caption h1 {
	font-size: 75px;
	font-weight: 600;
	letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
	font-weight: 300;
	padding-left: 100px;
	margin-left: 100px;
	position: relative;
}

.arch-slider .parallax-slider .caption p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #eee;
	width: 70px;
	height: 1px;
}

.arch-slider .parallax-slider .explore {
	margin-left: auto;
	margin-top: -100px;
}

.arch-slider .parallax-slider .explore a {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.arch-slider .parallax-slider .explore a i {
	font-size: 12px;
	margin-left: 10px;
}

.arch-slider .setting {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px;
	width: 300px;
	background: #232323;
	z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
	color: #fff;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
	display: none;
}

.arch-slider .setting .next-ctrl {
	padding-left: 25px;
	margin-right: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .prev-ctrl {
	padding-right: 25px;
	margin-left: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	margin: 0 7px;
	position: relative;
	opacity: 1;
}

.arch-slider
	.setting
	.swiper-pagination-bullets
	.swiper-pagination-bullet-active {
	background: #fff;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.curve-bg {
	position: absolute;
	top: 0;
	left: -10%;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.pages-header {
	min-height: 75vh;
	padding: 150px 0 0;
	position: relative;
}

.pages-header .cont h1 {
	font-size: 55px;
}

.pages-header .half {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: -1;
	overflow: hidden;
}

.page-header .cont {
	padding: 220px 0 50px;
}

.page-header .cont h1 {
	font-size: 80px;
	font-weight: 600;
}

.page-header .img-wrapper {
	position: relative;
	min-height: 70vh;
}

.page-header .img-wrapper .title {
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	text-align: right;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	z-index: 3;
}

.page-header .img-wrapper .title h3 {
	font-size: 100px;
	font-weight: 900;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
}

.page-header .img-wrapper .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header.proj-det.bg-img {
	min-height: 85vh;
	padding-bottom: 100px;
}

.page-header.proj-det.bg-img .item h6 {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-header.proj-det.bg-img .item p {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.page-header.proj-det.bg-img .item p a {
	margin: 0 7px;
}

.page-header.proj-det.bg-img .item p a:first-of-type {
	margin-left: 0;
}

.page-header.proj-det.bg-img .item p a:last-of-type {
	margin-right: 0;
}

.page-header.proj-det .img-wrapper {
	min-height: 80vh;
}

.works-header {
	min-height: 80vh;
}

.works-header.hfixd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.works-header .capt h4 {
	font-weight: 200;
	font-size: 24px;
	line-height: 1.8;
}

.works-header .capt h1 {
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.works-header .capt h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	color: #0960ff;
}

.works-header .capt .bactxt {
	font-size: 30vw;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0.5;
}

.static {
	position: static;
}

.circle-bg {
	position: relative;
}

.circle-bg .circle-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.circle-bg .circle-color.fixed {
	position: fixed;
	pointer-events: none;
	opacity: 0.5;
}

.circle-bg .gradient-circle {
	position: absolute;
	left: -250px;
	top: 250px;
	right: auto;
	bottom: auto;
	z-index: -1;
	width: 500px;
	height: 500px;
	border-radius: 70%;
	background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
	background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
	background-image: linear-gradient(45deg, #059dff, #36c6f0);
	opacity: 0.25;
	-webkit-filter: blur(100px);
	filter: blur(100px);
}

.circle-bg .gradient-circle.two {
	left: auto;
	top: -250px;
	right: -250px;
	bottom: auto;
	background-image: -webkit-linear-gradient(45deg, #fb5343, #6549d5);
	background-image: -o-linear-gradient(45deg, #fb5343, #6549d5);
	background-image: linear-gradient(45deg, #fb5343, #6549d5);
}

.main-content {
	background: #111215;
	position: relative;
	z-index: 3;
	overflow-x: hidden !important;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.showcase-full .parallax-slider .swiper-slide .bg-img {
	background-position: center center;
}

.showcase-full .parallax-slider .caption {
	position: relative;
}

.showcase-full .parallax-slider .caption h1 {
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
	margin-bottom: 10px;
}

.showcase-full .parallax-slider .caption h1 .bord {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #fff;
	border: 0;
	opacity: 0.1;
}

.showcase-full .parallax-slider .caption .discover {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 200px;
	height: 200px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 4px;
	text-transform: uppercase;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 50px;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.showcase-full .dots {
	bottom: 30px;
	z-index: 1;
}

.showcase-full .dots span {
	background: #fff;
	width: 5px;
	height: 5px;
	margin: 0 7px !important;
	border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
	position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.showcase-carus {
	height: 100vh;
}

.showcase-carus .swiper-container {
	height: 100%;
}

.showcase-carus .caption h1,
.showcase-carus .copy-cap h1 {
	font-size: 90px;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
}

.showcase-carus .copy-cap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
	color: #fff;
	-webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
	height: 500px;
	width: 500px;
	border-radius: 50%;
	margin: auto;
	background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
	border-radius: 50%;
}

.showcase-carus.circle-slide .caption,
.showcase-carus.circle-slide .copy-cap {
	position: absolute;
	top: 0;
	left: -25%;
	width: 100%;
	height: 100%;
}

.showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
	font-size: 70px;
	display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
	margin-left: auto;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .copy-cap .cap h1 span {
	color: #fff;
	-webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
	color: #fff;
	-webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
	-webkit-transform: skewX(0) translateX(0);
	-ms-transform: skewX(0) translateX(0);
	transform: skewX(0) translateX(0);
	opacity: 1;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
	-webkit-transform: skewX(0) translateX(0);
	-ms-transform: skewX(0) translateX(0);
	transform: skewX(0) translateX(0);
	opacity: 1;
}

.showstyle {
	height: 100vh;
}

.showstyle .swiper-container {
	height: 100%;
}

.showstyle .swiper-slide .bg-img {
	height: 70vh;
	margin: 15vh 0 0;
}

.showstyle .caption h1 {
	font-size: 90px;
	font-weight: 800;
	line-height: 1.2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.showstyle .caption h1 .stroke {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.showstyle .caption h1 span {
	margin-left: 200px;
}

.showstyle .caption .discover {
	margin-top: 50px;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.showstyle .caption .discover i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.showstyle .caption .discover span {
	font-size: 13px;
	font-weight: 600;
}

.showcase-grid {
	height: 100vh;
}

.showcase-grid .swiper-container {
	height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
	height: 76vh;
	margin: 12vh 0 0;
	position: relative;
	background-position: center center;
}

.div-tooltip-tit {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #111;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	z-index: 99999;
}

.div-tooltip-sub {
	display: none;
	position: absolute;
	background-color: #111;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
	z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about .content .co-tit {
	font-weight: 400;
	margin-bottom: 30px;
}

.about .img-mons .img1,
.about .img-mons .img2,
.about .img-mons .img3 {
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}

.about .img-mons .img1 img,
.about .img-mons .img2 img,
.about .img-mons .img3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.about .img-mons .img2 {
	height: 240px;
}

.about .img-mons .img3 {
	width: 75%;
	margin-top: 20px;
}

.about .img-mons .img3.exp {
	background: #18191d;
	padding: 30px;
}

.about .img-mons .img3.exp h2 {
	font-weight: 800;
	margin-bottom: 5px;
}

.about .img-mons .img3.exp h6 {
	letter-spacing: 2px;
}

.about .blc-img .bimg {
	padding-right: 80px;
	padding-bottom: 80px;
	position: relative;
}

.about .blc-img .bimg img {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
	box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
}

.about .blc-img .bimg .bg-img {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 300px;
	height: 300px;
	-webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
	box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
	background-position: center center;
	border-radius: 15px;
	overflow: hidden;
}

.about .blc-img .skills-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #11141b;
	padding: 30px;
	border-radius: 15px;
	position: relative;
	margin-top: -80px;
	right: -50px;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
	box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
}

.about .blc-img .skills-circle .item:last-of-type {
	margin-left: 30px;
}

.about .ftbox ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about .ftbox ul li {
	width: 100%;
	padding: 35px 25px;
	text-align: center;
	background: #18191d;
	border-radius: 5px;
	position: relative;
}

.about .ftbox ul li.space {
	margin: 0 10px;
}

.about .ftbox ul li .icon {
	color: #0960ff;
	font-size: 30px;
	margin-bottom: 20px;
}

.about .ftbox ul li h6 {
	font-size: 16px;
	font-weight: 400;
}

.about .ftbox ul li .dots span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #eee;
	position: absolute;
	right: 10px;
	bottom: 12px;
	opacity: 0.1;
}

.about .ftbox ul li .dots span:first-of-type {
	bottom: 18px;
}

.about .ftbox ul li .dots span:last-of-type {
	right: 16px;
}

.agency .content h4 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.agency .content ul {
	margin: 0;
}

.agency .content ul li {
	margin-top: 25px;
	padding-left: 25px;
	position: relative;
}

.agency .content ul li:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.agency .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.agency .img .imgone {
	width: 55%;
	position: relative;
	bottom: -80px;
	margin-bottom: 80px;
	border-radius: 4px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.agency .img .imgtwo {
	width: 55%;
	position: absolute;
	right: 0;
	border-radius: 4px;
	border: 5px solid #fff;
	-webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	z-index: 2;
}

.agency .img .icon {
	width: 100px;
	height: 100px;
	line-height: 135px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 20%;
	left: 40%;
	z-index: 3;
}

.agency .img .icon:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: -1;
}

.agency .img .icon svg {
	fill: #0960ff;
	width: 90px;
}

.agency .img .exp {
	position: absolute;
	right: 0;
	bottom: 0;
}

.agency .img .exp h6 {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	position: relative;
}

.agency .img .exp h6:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #0960ff;
	position: absolute;
	left: -40px;
	top: 45%;
}

.agency .img .exp h2 {
	font-size: 70px;
	font-weight: 700;
}

.agency .imgsec {
	padding-right: 30px;
}

.agency .imgsec .imgone {
	position: relative;
	top: 0px;
}

.agency .imgsec .imgtwo {
	position: relative;
	bottom: 0px;
}

.agency .imgsec .exp {
	padding: 10px 30px;
	position: relative;
	margin-top: 15px;
}

.agency .imgsec .exp:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #111215;
	z-index: -1;
}

.agency .imgsec .exp:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	z-index: -2;
}

.agency .imgsec .exp h6 {
	color: #999;
	margin-top: 5px;
}

.agency .imgsec .exp h2 {
	font-size: 70px;
	font-weight: 700;
}

.about-cr .img img {
	width: 105%;
	margin-left: -5%;
}

.about-cr .cont {
	padding-left: 50px;
}

.about-cr .cont h3 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-left: -120px;
}

.about-cr .cont h6 {
	font-size: 30px;
	font-weight: 200;
	font-style: italic;
	margin-bottom: 40px;
}

.about-cr .cont .vid-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-cr .cont .vid-area .vid-icon {
	padding-right: 30px;
}

.about-cr .cont .vid-area .vid-icon .vid-butn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 50%;
	background: #111215;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:hover:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.about-cr .cont .vid-area .text {
	font-size: 13px;
}

.about-cr .cont .states {
	margin-top: 50px;
}

.about-cr .cont .states p {
	font-size: 13px;
	margin-top: 10px;
}

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

.about-ar .img .hero-bg {
	width: 420px;
	height: 420px;
}

.about-ar .img .exp {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 360px;
	height: 360px;
	background: rgba(35, 35, 35, 0.9);
}

.about-ar .img .exp h2 {
	font-size: 150px;
	font-weight: 700;
	text-align: center;
	margin: auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #c5a47e;
	line-height: 1;
}

.about-ar .img .exp p {
	color: #c5a47e;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.about-ar .content h3 {
	font-size: 55px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/* about-singles */
.about-single-page {
	background-image: url(../img/banner/about-banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-single-page .sec-head h1 {
	font-size: 70px;
}
/* about-singles */

.hero-sec .skills-box {
	padding-left: 30px;
}

.hero-sec .skills-box .skill-item {
	margin-bottom: 80px;
}

.intro-section .htit {
	font-size: 28px;
	font-weight: 500;
}

.intro-section .htit span {
	font-size: 17px;
	font-weight: 300;
	color: #0960ff;
	margin-right: 5px;
}

.intro-section .item h6 {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.intro-section .item p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.intro-section .item p a {
	margin: 0 7px;
}

.intro-section .item p a:first-of-type {
	margin-left: 0;
}

.intro-section .item p a:last-of-type {
	margin-right: 0;
}

.extra-text {
	font-size: 22px;
}

.modal-backdrop {
	position: relative !important;
}

#all {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}
#close-video {
	background-color: white;
	color: black;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 500;
}

.youtube-video .modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	max-width: 1000px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
iframe#youtubevideo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.youtube-video .modal-footer {
	border: none;
	text-align: center;
	display: block;
	padding: 0;
}
.youtube-video .modal-content {
	background: none !important;
	border: none;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.services {
	position: relative;
}

.services .container {
	position: relative;
	z-index: 2;
}

.services.box .item-box {
	border: 0;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.01);
}

.services.box .item-box .icon {
	font-size: 60px;
}

.services.box .item-box .icon:after {
	display: none;
}

.services .item-box {
	padding: 50px 30px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: 0.6s;
}
.services .item-box:hover {
	transform: translateY(-10px);
}
.services .item-box h6 {
	transition: 0.4s;
}
.services .item-box:hover.item-box .icon {
	color: #0960ff;
}
.services .item-box:hover.item-box h6 {
	color: #0960ff;
}

.services .item-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	margin-bottom: 30px;
	transition: 0.4s;
}

.services .item-box .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	z-index: -1;
	opacity: 0.05;
}

.services .item-box h6 {
	line-height: 1.8;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.services .rone > div {
	position: relative;
}

.services .rone > div:nth-of-type(2) {
	margin-bottom: -50px;
	margin-top: auto;
}

.services .rtwo > div {
	position: relative;
}

.services .rtwo > div:nth-of-type(2) {
	margin-bottom: -50px;
	margin-top: auto;
}

.services .mas-item {
	padding: 40px;
	margin: 50px 0;
	background: #18191d;
	position: relative;
	z-index: 2;
}

.services .mas-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #18191d;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -1;
}

.services .mas-item .bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0960ff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -2;
}

.services .mas-item:hover .bg-color {
	top: 10px;
	left: 10px;
}

.services .mas-item .icon {
	font-size: 45px;
	color: #0960ff;
	margin-bottom: 30px;
}

.services .mas-item h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7;
}

.services .mas-item .more {
	margin-top: 20px;
	width: 100%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.05);
}

.services .step-item {
	text-align: center;
	padding: 60px;
	margin: 60px auto;
	background: #18191d;
	position: relative;
}

.services .step-item.xbottom {
	bottom: -60px;
}

.services .step-item.xtop {
	top: -60px;
}

.services .step-item.xcolor {
	background: #fff;
	color: #11141b;
}

.services .step-item.xcolor p {
	color: #333;
}

.services .step-item .icon {
	color: #0960ff;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	margin-bottom: 30px;
}

.services .step-item h6 {
	margin-bottom: 20px;
}

.services .item {
	text-align: center;
	padding: 60px;
	background: #151921;
	position: relative;
}

.services .item .icon {
	color: #0960ff;
	font-size: 40px;
	margin-bottom: 40px;
}

.services .item h6 {
	margin-bottom: 15px;
}

.services.lficon .item-box {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	padding: 60px 40px;
	border-radius: 20px;
}

.services.lficon .item-box.no-curve {
	border-radius: 5px;
}

.services.lficon .item-box .icon {
	text-align: center;
}

.services.lficon .item-box .cont {
	padding-left: 30px;
}

.feat .items {
	padding: 60px 40px;
	position: relative;
	z-index: 3;
}

.feat .items:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 1px;
	background: #18191d;
	z-index: -1;
}

.feat .items:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: 0px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.feat .items .icon {
	color: #aaa;
	font-size: 70px;
	margin-bottom: 30px;
}

.feat .items .icon svg {
	width: 1em;
	height: 1em;
}

.feat .items h5 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.feat .items .more-stroke {
	margin-top: 30px;
}

.feat .items .more-stroke span {
	width: 0;
	height: 2px;
	background: #fff;
	position: relative;
}

.feat .items .more-stroke span:after,
.feat .items .more-stroke span:before {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -1px;
}

.feat .items .more-stroke span:after {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	top: -4px;
}

.feat .items .more-stroke span:before {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	top: 4px;
}

.feat .items.active:before {
	opacity: 1;
}

.feat .items.active .more-stroke span {
	width: 30px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.feat .items.active .more-stroke span:after,
.feat .items.active .more-stroke span:before {
	width: 12px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.feat .items:hover .more-stroke span {
	width: 30px;
}

.feat .items:hover .more-stroke span:after,
.feat .items:hover .more-stroke span:before {
	width: 12px;
}

.serv-arch .item {
	padding: 50px 30px;
	position: relative;
	z-index: 2;
}

.serv-arch .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #232323;
	border: 1px solid rgba(255, 255, 255, 0.04);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -1;
}

.serv-arch .item.active:after {
	opacity: 0.85;
}

.serv-arch .item:hover:after {
	opacity: 0.75;
}

.serv-arch .item:hover p {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.serv-arch .item .numb {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
	color: transparent;
	-webkit-text-stroke: 1px #b19777;
}

.serv-arch .item h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.serv-arch .item p {
	margin-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.serv-arch .item .more {
	margin-top: 50px;
}

.min-area .img {
	padding: 120px 0 120px 80px;
	position: relative;
	z-index: 3;
}

.min-area .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 120px;
	bottom: 0;
	left: -300px;
	background: #18191d;
	z-index: -1;
}

.min-area .content {
	padding-left: 40px;
}

.min-area .content h4 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.min-area .content ul {
	margin: 0;
}

.min-area .content ul li {
	margin-top: 25px;
	padding-left: 25px;
	position: relative;
}

.min-area .content ul li:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.min-area .content ul.feat li {
	padding: 0 0 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.min-area .content ul.feat li:last-of-type {
	padding: 0;
	border: 0;
}

.min-area .content ul.feat li:after {
	display: none;
}

.min-area .content ul.feat li h6 {
	font-weight: 500;
	margin-bottom: 5px;
}

.min-area .content ul.feat li h6 span {
	color: #0960ff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #0960ff;
	border-radius: 50%;
	margin-right: 10px;
}

.min-area .content ul.feat li p {
	font-size: 13px;
	padding-left: 45px;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */

.clients .brands .item {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 160px;
	line-height: 160px;
	transition: 0.4s;
}

.clients .brands .item:hover {
	transform: scale(1.07);
}
.clients .brands .item.no-bord {
	border: 0;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.clients .brands .img img {
	max-width: 180px;
	margin: auto;
}

.clients .bord .item {
	margin-bottom: 30px;
	transition: 0.6s;
}
.clients .bord .item:hover {
	transform: scale(1.07);
}

.clients-brand .img {
	max-width: 85px;
	margin: auto;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.portfolio {
	position: relative;
}

.portfolio .filtering {
	padding-left: 50px;
}

.portfolio .filtering .filter {
	padding: 15px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
	display: inline-block;
}

.portfolio .filtering span {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}

.portfolio .filtering span.active {
	color: #0960ff;
}

.portfolio .filtering span:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #0960ff;
	position: absolute;
	right: -24px;
	top: 40%;
}

.portfolio .filtering span:last-of-type:after {
	display: none;
}

.portfolio .filtering.smplx .filter {
	padding: 0;
	background: transparent;
	border-radius: 0;
	display: inline-block;
}

.portfolio .filtering.smplx span {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}

.portfolio .filtering.smplx span.active {
	color: #0960ff;
}

.portfolio .filtering.smplx span:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #0960ff;
	border-radius: 50%;
	position: absolute;
	right: -24px;
	top: 40%;
}

.portfolio .filtering.smplx span:last-of-type:after {
	display: none;
}

.portfolio .gallery .items .item-img {
	overflow: hidden;
	position: relative;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio .gallery .items .item-img > a {
	display: block;
}

.portfolio .gallery .items .item-img:hover {
	-webkit-clip-path: inset(2px 5px);
	clip-path: inset(2px 5px);
}

.portfolio .gallery .items .item-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.portfolio .gallery .items .item-img:hover .cont {
	opacity: 1;
}

.portfolio .gallery .items .item-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio .gallery .items .item-img .cont {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: left;
	padding-left: 30px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio .gallery .items .item-img .cont span {
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.portfolio .gallery .items .item-img .cont span a {
	margin: 0 10px 0 0;
}

.portfolio .gallery .items .cont {
	margin-top: 30px;
	text-align: center;
}

.portfolio .gallery .items .cont h6 {
	font-weight: 600;
	margin-bottom: 5px;
}

.portfolio .gallery .items .cont span {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 13px;
}

.portfolio .gallery .items .cont span a {
	margin: 0 5px;
}

.portfolio .gallery .bords .item-img {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.03);
}

.portfolio .gallery .bords .cont {
	border: 1px solid rgba(255, 255, 255, 0.03);
	margin-top: 0;
	border-top: 0;
	padding: 10px;
}

.portfolio.three-column .gallery .items {
	padding: 0 15px;
	margin: 25px 0;
}

.po-arch .filtering {
	padding-left: 30px;
}

.po-arch .filtering .filter {
	padding: 0;
	background: transparent;
	border-radius: 0;
	display: inline-block;
}

.po-arch .filtering span {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}

.po-arch .filtering span.active {
	color: #b19777;
}

.po-arch .filtering span:after {
	display: none;
}

.po-arch .gallery .items {
	position: relative;
}

.po-arch .gallery .items .cont {
	text-align: left;
	padding: 30px;
	padding-left: 0;
	background: #232323;
	display: inline-block;
	margin: 0;
	position: relative;
	margin-top: -30px;
}

.po-arch .gallery .items .cont .tags a {
	font-size: 17px;
	margin: 0 10px 0 0;
}

.po-arch .gallery .items .cont h5 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

.portfolio-cr .filtering .filter {
	display: inline-block;
}

.portfolio-cr .filtering span {
	color: #eee;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 8px 20px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.portfolio-cr .filtering span:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0960ff;
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-cr .filtering .active {
	color: #0960ff;
}

.portfolio-cr .filtering .active:after {
	bottom: 0;
	opacity: 1;
}

.portfolio-cr .items {
	padding: 0 15px;
	margin-top: 30px;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.portfolio-cr .items:hover .cont {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.portfolio-cr .items.width2 {
	width: 25%;
}

.portfolio-cr .items .cont {
	position: absolute;
	bottom: 15px;
	left: 30px;
	right: 30px;
	padding: 20px;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	background: rgba(12, 15, 22, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-cr .items .cont.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.portfolio-cr .items .cont h6 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
}

.portfolio-cr .items .cont span {
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
}

.portfolio-cr .items .cont span a {
	opacity: 0.7;
	margin: 0 5px;
	line-height: 1.2;
}

.portfolio-frl .filtering .filter {
	display: inline-block;
}

.portfolio-frl .filtering span {
	color: #eee;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 8px 20px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.portfolio-frl .filtering span:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0960ff;
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-frl .filtering .active {
	color: #0960ff;
}

.portfolio-frl .filtering .active:after {
	bottom: 0;
	opacity: 1;
}

.portfolio-frl .gallery .items {
	padding: 0 40px;
	margin: 40px 0;
}

.portfolio-frl .gallery .items.lg-mr {
	margin-top: 100px;
}

.portfolio-frl .gallery .items .item-img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.02);
	padding: 30px;
	border-radius: 5px;
}

.portfolio-frl .gallery .items .item-img > a {
	display: block;
}

.portfolio-frl .gallery .items .item-img:hover img {
	-webkit-clip-path: inset(5px 10px);
	clip-path: inset(5px 10px);
}

.portfolio-frl .gallery .items .item-img:hover .cont {
	opacity: 1;
}

.portfolio-frl .gallery .items .item-img img {
	height: 100%;
	width: 100%;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-frl .gallery .items .cont {
	margin-bottom: 30px;
}

.portfolio-frl .gallery .items .cont h6 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}

.portfolio-frl .gallery .items .cont p {
	font-size: 13px;
}

.portfolio-frl .gallery .items .tags {
	margin-top: 30px;
}

.portfolio-frl .gallery .items .tags span {
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.04);
	margin-right: 5px;
	font-size: 12px;
}

.portfolio.full-bg {
	position: relative;
}

.portfolio.full-bg .cluom {
	height: 90vh;
	padding: 0;
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio.full-bg .cluom.current {
	background: rgba(0, 0, 0, 0.3);
}

.portfolio.full-bg .cluom:hover .info {
	color: inherit;
}

.portfolio.full-bg .cluom:hover .info:after {
	height: 100%;
}

.portfolio.full-bg .cluom:hover .more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.portfolio.full-bg .cluom .info {
	padding: 40px 10px 40px 20px;
	color: #fff;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.portfolio.full-bg .cluom .info:after {
	content: "";
	position: absolute;
	top: 0;
	left: -2%;
	width: 104%;
	height: 0;
	background: #fff;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio.full-bg .cluom .info h6 {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.portfolio.full-bg .cluom .info h5 {
	font-size: 21px;
}

.portfolio.full-bg .cluom .more {
	position: absolute;
	bottom: 50px;
	right: 50px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio.full-bg .cluom .more i {
	font-size: 10px;
	margin-left: 2px;
}

.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio.full-bg .glry-img {
	overflow: hidden;
}

.portfolio.full-bg .glry-img .bg-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	background-size: cover;
	background-position: center center;
}

.portfolio.full-bg .glry-img .bg-img.current {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.work-carousel .swiper-slide {
	padding: 0px 15px;
}

.work-carousel .swiper-slide-active .noraidus .cont {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.work-carousel .next-ctrl,
.work-carousel .prev-ctrl {
	color: #000;
	width: 60px;
	height: 60px;
	border-radius: 0;
	border: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.work-carousel .next-ctrl:after,
.work-carousel .prev-ctrl:after {
	display: none;
}

.work-carousel .simp-next,
.work-carousel .simp-prev {
	color: #fff;
	top: auto;
	bottom: 0;
}

.work-carousel .simp-next:after,
.work-carousel .simp-prev:after {
	display: none;
}

.work-carousel .simp-next {
	right: 30px;
}

.work-carousel .simp-prev {
	left: 30px;
}

.work-carousel:hover .next-ctrl,
.work-carousel:hover .prev-ctrl {
	opacity: 1;
}

.work-carousel .content {
	position: relative;
}

.work-carousel .content .item-img {
	position: relative;
	height: 480px;
	line-height: 0;
}

.work-carousel .content:hover .item-ig {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.work-carousel .content .cont {
	position: relative;
}

.work-carousel .content .cont h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
	font-size: 17px;
}

.work-carousel .content .cont .icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	top: calc(50% - 17px);
	right: 15px;
}

.work-carousel .content .bgbox {
	position: absolute;
	bottom: 35px;
	left: 35px;
}

.work-carousel.caroul .content .item-img {
	height: 480px;
	position: relative;
}

.work-carousel.caroul .content .item-img:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background: #18191d;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.work-carousel.caroul .content .bgbox {
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.work-carousel.caroul .content:hover .item-img:after {
	opacity: 1;
}

.work-carousel.caroul .content:hover .bgbox {
	opacity: 1;
}

.work-carousel .noraidus .item-img {
	height: 480px;
	border-radius: 0;
}

.work-carousel .noraidus .cont {
	position: absolute;
	padding: 15px 30px;
	background: #111215;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.work-carousel .noraidus .cont h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.work-carousel .noraidus .cont h4 {
	font-size: 17px;
}

.work-carousel2 .swiper-slide {
	padding: 0px 10px 50px;
}

.work-carousel2 .swiper-slide .img {
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.work-carousel2 .swiper-slide-active .img {
	-webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

.work-carousel2 .swiper-slide-active .img:after {
	opacity: 1 !important;
}

.work-carousel2 .swiper-slide-active .cont h6,
.work-carousel2 .swiper-slide-active .cont h4 {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

.work-carousel2 .swiper-pagination-progressbar {
	position: absolute;
	bottom: 0;
	top: auto;
	right: auto;
	left: calc(50% - 120px);
	width: 240px;
	height: 2px;
	border-radius: 10px;
	background: #eee;
}

.work-carousel2
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	border-radius: 10px;
	background: #1e1e1e;
}

.work-carousel2 .swiper-button-next,
.work-carousel2 .swiper-button-prev {
	color: #000;
	width: 60px;
	height: 60px;
	border-radius: 0;
	border: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.work-carousel2 .swiper-button-next:after,
.work-carousel2 .swiper-button-prev:after {
	display: none;
}

.work-carousel2:hover .swiper-button-next,
.work-carousel2:hover .swiper-button-prev {
	opacity: 1;
}

.work-carousel2 .content {
	position: relative;
}

.work-carousel2 .content .img {
	position: relative;
	line-height: 0;
}

.work-carousel2 .content .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.7)),
		to(transparent)
	);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.work-carousel2 .content .cont {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
}

.work-carousel2 .content .cont h6 {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.work-carousel2 .content .cont h4 {
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.work-carousel2.mcolumn .swiper-slide {
	padding: 0px;
}

.work-carousel2.mcolumn .swiper-slide .img {
	border-radius: 0;
}

.work-carousel2.mcolumn .swiper-slide-active .img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.work-carousel2.mcolumn .swiper-slide-active .img:after {
	opacity: 1 !important;
}

.case-study {
	position: relative;
}

.case-study .swiper-slide .container {
	min-height: 75vh;
	padding: 100px 30px;
}

.case-study .swiper-slide.bg-img {
	background-position: center !important;
}

.case-study .swiper-slide .cont span {
	padding: 12px 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	font-size: 13px;
	margin-bottom: 50px;
}

.case-study .swiper-slide .cont h6 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.case-study .swiper-slide .cont h4 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.case-study .controls {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 150px;
	z-index: 4;
}

.case-study .controls .swiper-button-next,
.case-study .controls .swiper-button-prev {
	position: static;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #eee;
	color: #fff;
	display: block;
	margin: 5px auto;
	cursor: pointer;
}

.case-study .controls .swiper-button-next:after,
.case-study .controls .swiper-button-prev:after {
	display: none;
}

.half-bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	background: #18191d;
	z-index: 1;
}

.half-bg.bottom {
	bottom: 0;
}

.half-bg.top {
	top: 0;
}

.half-bg.not-sub {
	background: #0c0f16;
}

.works .lg-space > div {
	padding: 0 50px;
	margin-bottom: 50px;
}

.next-prog .box {
	position: relative;
}

.next-prog .box .bg-img {
	height: 320px;
	width: 320px;
	border-radius: 50%;
	margin: auto;
	background-position: center center;
	position: relative;
}

.next-prog .box .bg-img:before {
	border-radius: 50%;
}

.next-prog .box .caption,
.next-prog .box .copy-cap {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.next-prog .box .caption h1,
.next-prog .box .copy-cap h1 {
	font-size: 55px;
	font-weight: 800;
	display: block;
	min-width: 700px;
	text-align: center;
	margin: auto;
}

.next-prog .box .caption h1 .stroke,
.next-prog .box .copy-cap h1 .stroke {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.next-prog .box .copy-cap {
	z-index: -1;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */
.process .coulmn {
	position: relative;
}

.process .coulmn:after {
	position: absolute;
	content: "";
	width: 75px;
	border-top: 2px dashed #0960ff;
	top: 75px;
	right: -35px;
}

.process .item {
	text-align: center;
}

.process .item .bg-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
}

.process .item .bg-img:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 150px;
	position: relative;
	z-index: 3;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.skills-circle .skill {
	position: relative;
}

.skills-circle .skill span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50px) translateY(-50px);
	-ms-transform: translateX(-50px) translateY(-50px);
	transform: translateX(-50px) translateY(-50px);
	font-size: 20px;
	font-weight: 300;
}

.skills-circle .cont {
	padding-top: 25px;
	padding-left: 25px;
}

.skills-circle .cont span {
	font-size: 12px;
	font-weight: 300;
	opacity: 0.9;
	margin-bottom: 10px;
}

.skills-circle .cont h6 {
	font-size: 15px;
	font-weight: 500;
}

.skills-box .skill-item {
	margin-bottom: 50px;
}

.skills-box .skill-item:last-of-type {
	margin-bottom: 0;
}

.skills-box h6 {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.skills-box .skill-progress {
	height: 7px;
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
}

.skills-box .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	background-color: #0960ff;
}

.skills-box .skill-progress .progres:after {
	content: attr(data-value);
	position: absolute;
	right: 10px;
	top: -45px;
	padding: 7px 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.05);
	font-size: 12px;
	font-weight: 600;
}

.skills-box .skill-progress .progres:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid rgba(255, 255, 255, 0.05);
	position: absolute;
	right: 15px;
	bottom: 12px;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.smp-list {
	margin: 0;
}

.smp-list li {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 300;
	padding-left: 20px;
	position: relative;
}

.smp-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 1px;
	background: #0960ff;
}

/* ====================== [ Start tabs & list ] ====================== */

/* ====================== [ Start Team single] ====================== */
.team-single span {
	border-bottom: 3px solid #0960ff;
	color: white;
	font-weight: 500;
	margin-bottom: 30px;
	padding: 10px 0px;
}
/* ====================== [ end Team single ] ====================== */

/* ====================== [ Start Team ] ====================== */
.team {
	overflow: hidden;
}
.team .item {
	background-color: #0960ff;
	border-radius: 8px;
	transition: 0.4s;
}
.team .item:hover {
	background-color: white;
	color: #0960ff;
	border-radius: 8px;
	transition: 0.6s;
}
.team .item:hover .img img {
	transform: scale(1.03);
}
.team .img img {
	border-bottom-left-radius: 50px;
	transition: 0.4s;
}
.team .img {
	overflow: hidden;
}
.team .info {
	text-align: center;
	padding: 22px 0;
}
.team .info .social a {
	margin: 10px;
}
/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonials {
	position: relative;
}
.testimonials .container-fluid {
	width: 140%;
	margin-left: -20%;
}

.testimonials .item {
	text-align: left;
	padding: 80px 40px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	background: -webkit-linear-gradient(
		323.53deg,
		#18191d 6.69%,
		rgba(2, 2, 30, 0) 85.43%
	);
	background: -o-linear-gradient(
		323.53deg,
		#18191d 6.69%,
		rgba(2, 2, 30, 0) 85.43%
	);
	background: linear-gradient(
		126.47deg,
		#18191d 6.69%,
		rgba(2, 2, 30, 2) 85.43%
	);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
}

.testimonials .item.slick-center {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.testimonials .item p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.testimonials .item .info {
	min-width: 120px;
}

.testimonials .item .info.inf-lrg {
	min-width: 160px;
}

.testimonials .item .info .img {
	width: 80px;
	height: 80px;
	border: 7px solid #25262c;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}

.testimonials .item .info .author-name {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
}

.testimonials .item .info .author-details {
	font-size: 13px;
}

.testimonials .slick-dots {
	bottom: -30px;
}

.testimonials .slick-dots li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #eee;
}

.testimonials .slick-dots li.slick-active {
	background: #eee;
}

.testimonials .slick-dots li button {
	display: none;
}

.testimonials .arrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonials .arrows .container {
	position: relative;
	height: 100%;
}

.testimonials .arrows .next,
.testimonials .arrows .prev {
	position: absolute;
	top: 50%;
	right: -50px;
	width: 50px;
	height: 50px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #eee;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.testimonials .arrows .next:hover,
.testimonials .arrows .prev:hover {
	border-color: #0960ff;
}

.testimonials .arrows .prev {
	right: auto;
	left: -50px;
}

.testimonials:hover .arrows .next,
.testimonials:hover .arrows .prev {
	opacity: 1;
	right: 17%;
}

.testimonials:hover .arrows .prev {
	left: 17%;
}

.testimonials.lftstl .item {
	text-align: left;
}

.testimonials.lftstl .item .info .author .lxleft {
	display: table-cell;
	vertical-align: middle;
}

.testimonials.lftstl .item .info .author .lxleft .img {
	margin: 0;
}

.testimonials.lftstl .item .info .author .fxright {
	display: table-cell;
	padding: 20px;
}

.testimonials.lftstl .slick-dots {
	text-align: right;
}

.block-sec .vid-area {
	position: absolute;
	top: -100px;
	left: 10%;
	padding: 30px 15px;
	background: #ffff;
	text-align: center;
	z-index: 2;
}

.block-sec .vid-area:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: #fff;
	opacity: 0.2;
	z-index: -1;
}

.block-sec .vid-area .vid-icon {
	margin-top: 50px;
}

.block-sec .vid-area .vid-icon .vid {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	border: 2px solid #000;
}

.block-sec .vid-area .vid-icon .vid span {
	font-size: 10px;
	color: #000;
}

.block-sec .vid-area .text {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 30px;
}

.block-sec .testim-box:after {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	z-index: -4;
}

.block-sec .testim-box:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #111215;
	z-index: -1;
}

.block-sec .testim-box .head-box h6 {
	color: #0960ff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.block-sec .testim-box .head-box h4 {
	margin-bottom: 40px;
}

.block-sec .testim-box .item p {
	font-size: 17px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.block-sec .testim-box .item .info .img {
	display: table-cell;
	vertical-align: middle;
}

.block-sec .testim-box .item .info .img .img-box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.block-sec .testim-box .item .info .cont {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.block-sec .testim-box .item .info .cont .author-name {
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.block-sec .testim-box .item .info .cont .author-details {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.block-sec .testim-box .slick-dots {
	text-align: right;
}

.block-sec .testim-box .slick-dots li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #0960ff;
}

.block-sec .testim-box .slick-dots li.slick-active {
	background: #0960ff;
}

.block-sec .testim-box .slick-dots li button {
	display: none;
}

.clients-brand .item a {
	width: 80px;
	opacity: 0.5;
}

.clients-brand .item a:hover {
	opacity: 1;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog .item .img {
	overflow: hidden;
}
.blog .item .img img {
	transition: 0.4s;
}
.blog .item:hover .img img {
	transform: scale(1.09);
}
.blog .item .cont {
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
.blog .item .cont h5 {
	transition: 0.6s;
    letter-spacing: 0.9px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 20px;
}
.blog .item:hover .cont h5 {
	color: #0960ff;
}
.blog .item .info {
	margin-bottom: 10px;
	font-size: 16px;
}

.blog .item .info .date {
	margin-right: 15px;
}

.blog .item .info .date span i {
	font-style: normal;
}

.blog .item .info span {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	color: #aaa;
}

.blog .item .info .tag {
	margin-left: 15px;
}

.blog .item .info .tag span {
	color: #0960ff;
}

.blog .item h5 {
	font-size: 23px;
	font-weight: 600;
}
.blog .item p {
	line-height: 30px;
	margin: 12px 0;
}

.blog .item .btn-more {
	margin-top: 20px;
	color: #eee;
}

.blog .item .btn-more a {
	font-size: 16px;
	letter-spacing: 2px;
}

.blog-crv .stories {
	position: relative;
	padding: 20px;
}

.blog-crv .controls {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 3;
}

.blog-crv .controls:after {
	content: "";
	position: absolute;
	right: -10px;
	top: -10px;
	bottom: -10px;
	left: -10px;
	background: rgba(220, 220, 220, 0.2);
	border-radius: 50%;
	z-index: -1;
}

.blog-crv .controls .swiper-button-next.next-ctrl,
.blog-crv .controls .swiper-button-prev.prev-ctrl {
	position: absolute;
	left: calc(50% - 15px);
	right: auto;
	color: #ccc;
	z-index: 4;
	cursor: pointer;
	font-size: 28px;
	width: 30px;
	height: 30px;
}

.blog-crv .controls .swiper-button-next.next-ctrl:after,
.blog-crv .controls .swiper-button-prev.prev-ctrl:after {
	display: none;
}

.blog-crv .controls .swiper-button-next.next-ctrl {
	top: 22px;
	bottom: auto;
}

.blog-crv .controls .swiper-button-prev.prev-ctrl {
	bottom: 0px;
	top: auto;
}

.blog-crv .controls .swiper-pagination-fraction {
	position: static;
}

.blog-crv .controls .swiper-pagination-fraction span {
	margin: 0 7px;
	font-weight: 600;
	color: #444;
}

.blog-crv .controls .swiper-pagination-fraction .swiper-pagination-current {
	position: relative;
}

.blog-crv
	.controls
	.swiper-pagination-fraction
	.swiper-pagination-current:after {
	content: "/";
	position: absolute;
	right: -11px;
	top: 0;
	font-size: 10px;
	color: #ccc;
}

.blog-crv .item .img {
	border-radius: 3px;
	overflow: hidden;
}

.blog-crv .item .content {
	padding: 30px 65px;
	text-align: center;
}

.blog-crv .item .content .tags {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 20px;
}

.blog-crv .item .content .tags a {
	margin: 0 7px;
}

.blog-crv .item .content .info {
	margin-bottom: 10px;
}

.blog-crv .item .content .info a {
	margin: 0 10px;
	font-weight: 400;
	color: #0960ff;
	font-size: 13px;
}

.blog-crv .item .content .title {
	margin-bottom: 10px;
}

.blog-crv .item .content .title h4 {
	font-weight: 600;
	line-height: 1.5;
}

.blog-crv .item .content .more a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}

.blog-grid .item {
	padding: 40px;
	position: relative;
}

.blog-grid .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #18191d;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-grid .item.active:after {
	opacity: 0.85;
}

.blog-grid .item:hover:after {
	opacity: 0.7;
}

.blog-grid .item .cont {
	position: relative;
	z-index: 2;
}

.blog-grid .item .cont .date {
	text-transform: uppercase;
	margin-bottom: 100px;
}

.blog-grid .item .cont .date i {
	font-size: 30px;
	font-style: normal;
	display: block;
}

.blog-grid .item .cont .info {
	margin-bottom: 20px;
}

.blog-grid .item .cont .info .author {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 10px;
}

.blog-grid .item .cont .info .tag {
	color: #0960ff;
	margin-left: 10px;
}

.blog-grid .item .cont h6 {
	line-height: 1.7;
	margin-bottom: 40px;
}

.blog-grid .item.list {
	padding: 0;
}

.blog-grid .item.list:after {
	display: none;
}

.blog-grid .item.list .cont {
	background: #13161d;
	padding: 30px;
	position: relative;
}

.blog-grid .item.list .cont .date {
	position: absolute;
	top: -40px;
	right: 15px;
	padding: 5px 15px;
	background: #0960ff;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	z-index: 2;
}

.blog-grid .item.list .cont .date i {
	font-size: 20px;
}

.blog-grid .item.list .cont .date:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 5px solid rgba(255, 255, 255, 0.1);
}

.blog-list .head h6 {
	display: inline-block;
	padding: 7px 12px;
	font-size: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.blog-list .head h3 {
	font-weight: 600;
	margin-bottom: 5px;
}

.blog-list .head a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-top: 40px;
	padding-bottom: 10px;
	position: relative;
}

.blog-list .head a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 40%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0960ff),
		color-stop(#ff5e57),
		to(#0be881)
	);
	background: -webkit-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: -o-linear-gradient(left, #0960ff, #ff5e57, #0be881);
	background: linear-gradient(to right, #0960ff, #ff5e57, #0be881);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-list .head a:hover:after {
	width: 100%;
}

.blog-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-list .item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.blog-list .item .img {
	width: 350px;
}

.blog-list .item .cont {
	padding-left: 30px;
}

.blog-list .item .info {
	margin-bottom: 15px;
	font-size: 16px;
}

.blog-list .item .info .date {
	margin-right: 15px;
}

.blog-list .item .info .date span i {
	font-style: normal;
}

.blog-list .item .info span {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	color: #aaa;
}

.blog-list .item .info .tag {
	margin-left: 15px;
}

.blog-list .item .info .tag span {
	color: #0960ff;
}

.blog-list .item h5 {
	font-size: 22px;
	font-weight: 500;
}

.blog-pg .posts .item .img {
	position: relative;
}

.blog-pg .posts .item .content {
	padding-top: 25px;
}

.blog-pg .posts .item .content .date {
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

.blog-pg .posts .item .content .date .num {
	font-size: 16px;
}

.blog-pg .posts .item .content .tags {
	margin-bottom: 10px;
	display: inline-block;
}

.blog-pg .posts .item .content .tags a {
	font-size: 16px;
	font-weight: 500;
	color: #0960ff;
	padding-right: 20px;
	position: relative;
}

.blog-pg .posts .item .content .tags a:after {
	content: "";
	width: 8px;
	height: 1px;
	background: #eee;
	position: absolute;
	right: 4px;
	top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
	padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
	display: none;
}

.blog-pg .posts .item .content h4 {
	line-height: 1.6;
	margin-bottom: 5px;
}

.blog-pg .pagination {
	margin: 80px auto 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
}
.blog .pagination {
	margin: 80px auto 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
}

.blog-pg .pagination span {
	text-align: center;
	margin: 0 5px;
}
.blog .pagination span {
	text-align: center;
	margin: 0 5px;
}

.blog-pg .pagination span a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	font-size: 18px;
	border-radius: 50%;
}
.blog .pagination span a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	font-size: 18px;
	border-radius: 50%;
}

.blog-pg .pagination span.active a {
	border-color: #0960ff;
	color: #0960ff;
}
.blog .pagination span.active a {
	border-color: #0960ff;
	color: #0960ff;
}

.blog-pg.blog-list .item {
	display: block;
}

.blog-pg.blog-list .item .img {
	width: 100%;
}

.blog-pg.blog-list .item .cont {
	padding-left: 60px;
}

.blog-pg.single .post .main-img .simpleParallax {
	height: 70vh;
	max-height: 600px;
}

.blog-pg.single .post .main-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.blog-pg.single .post .content p {
	font-size: 16px;
	font-family: inherit;
	margin: 30px 0;
}

.blog-pg.single .post .content ul li {
	margin: 10px 0;
}

.blog-pg.single .post .content ul li span {
	margin-right: 10px;
	font-weight: 500;
	font-size: 13px;
}

.blog-pg.single .post .content .quotes {
	background: rgba(255, 255, 255, 0.02);
	padding: 30px;
	margin: 30px 0;
}

.blog-pg.single .post .content .quotes p {
	font-size: 18px;
	font-style: italic;
}

.blog-pg.single .post .content .spacial p {
	font-size: 18px;
	font-weight: 500;
}

.blog-pg.single .post .content .share-info {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.blog-pg.single .post .content .share-info .social a {
	font-size: 13px;
	margin-right: 20px;
}

.blog-pg.single .post .content .share-info .tags {
	margin-left: auto;
}

.tags.popular-tags a {
	padding: 8px 22px;
	border-radius: 3px;
	border: 1px solid white;
	transition: 0.4s;
}
.tags.popular-tags a:hover {
	padding: 8px 22px;
	border-radius: 3px;
	border: 1px solid transparent;
	background-color: #0960ff;
}

.blog-pg.single .post .content .share-info .tags a {
	font-size: 16px;
	margin: 0 2px;
}

.blog-pg.single .post .author {
	padding: 30px;
	margin-top: 40px;
	background: rgba(255, 255, 255, 0.02);
}

.blog-pg.single .post .author .author-img {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
}

.blog-pg.single .post .author .info {
	display: table-cell;
	padding-left: 40px;
}

.blog-pg.single .post .author .info h6 {
	margin-bottom: 10px;
	font-size: 15px;
}

.blog-pg.single .post .author .info h6 span {
	text-transform: uppercase;
	margin-right: 10px;
}

.blog-pg.single .post .author .info p {
	padding: 0;
	margin: 0;
}

.blog-pg.single .post .author .info .social {
	margin-top: 15px;
	font-size: 13px;
}

.blog-pg.single .post .author .info .social a {
	margin-right: 15px;
}

.blog-pg.single .pagination {
	margin-top: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-pg.single .pagination span {
	width: 100%;
	padding: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

.blog-pg.single .pagination .icon {
	border: 0;
	width: 70px;
}

.blog-pg.single .comments-area {
	margin-top: 80px;
}

.blog-pg.single .comments-area .item {
	padding: 30px 0;
	margin: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-pg.single .comments-area .item.relped {
	margin-left: 100px;
}

.blog-pg.single .comments-area .item .comment-img {
	display: table-cell;
	width: 80px;
}
.blog-pg.single .comments-area .item .comment-img img {
	border-radius: 100%;
}

.blog-pg.single .comments-area .item .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
	display: block;
	color: #0960ff;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.blog-pg.single .comments-area .item .info p {
	line-height: 1.5;
	margin-top: 15px;
}

.blog-pg.single .comments-area .item .info .replay {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
}

.blog-pg.single .comments-area .item .info .replay i {
	margin-left: 5px;
}

.blog-pg.single .comment-form {
	margin-top: 80px;
}

.blog-pg.single .comment-form form {
	margin-top: 50px;
}

.blog-pg.single .comment-form form input,
.blog-pg.single .comment-form form textarea {
	color: #fff;
	width: 100%;
	padding: 17px;
	background: rgba(255, 255, 255, 0.02);
	border: 0;
}

.blog-pg.single .comment-form form textarea {
	height: 140px;
}

.next-project {
	position: relative;
	padding: 80px 0;
	margin-top: 90px;
	background: #fafafa;
	z-index: 2;
	overflow: hidden;
}

.next-project:before {
	display: none;
}

.next-project:after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	bottom: auto;
	right: 0;
	top: 0;
	-webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: #f5f5f5;
	z-index: -1;
}

.next-project:hover:after {
	height: 100%;
	bottom: 0;
	top: auto;
}

.next-project .content {
	width: 100%;
}

.next-project .content h2 {
	font-size: 90px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.next-project .content p {
	font-size: 18px;
	color: #555;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
	background-attachment: fixed;
}

.call-action .content h6 {
	color: #0960ff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.call-action .content h6 span {
	color: #0960ff;
}

.call-action .content h2 {
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
}

.call-action .content h2 span {
	color: transparent;
}

.call-action .content h2 b span {
	color: #fff;
	-webkit-text-stroke-width: 0;
}

.call-action .content h2 .whitespace {
	width: 18px;
}

.call-action .content p {
	font-size: 17px;
	font-weight: 300;
}

.call-action .btn-curve {
	border: 2px solid;
	line-height: 2;
}

.call-action .btn-curve span {
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}

.call-action .btn-curve:hover span {
	color: #0c0f16;
}

.call-action .tlink {
	margin-left: auto;
	border-bottom: 1px solid #eee;
}

.call-action.next {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.call-action.next:after {
	display: none;
}

.call-action.next:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: #0a0a0a;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.call-action.next .content h2 {
	font-size: 5vw;
	font-weight: 700;
}

.call-action.next .content h2 b {
	font-weight: 700;
}

.call-action.next .nxt-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	background-size: cover;
	background-position: center;
	z-index: -1;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.call-action.next:hover:before {
	opacity: 0.9;
}

.call-action.next:hover .nxt-img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 10s linear;
	-o-transition: all 10s linear;
	transition: all 10s linear;
}

/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
.number-sec .item {
	text-align: center;
	padding: 0 25px;
}

.number-sec .item .icon {
	opacity: 0.8;
	font-size: 70px;
	margin-bottom: 25px;
}

.number-sec .item h3 {
	font-weight: 200;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.number-sec .container.sub-bg {
	padding: 0 50px;
	border-radius: 30px;
	background: rgba(24, 25, 29, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.number-sec .container.sub-bg .item {
	padding: 50px 0;
	border-right: 1px solid #0d0e0f;
}

.number-sec .container.sub-bg .item.no-bord {
	border: 0;
}

.video {
	position: relative;
	min-height: 80vh;
}

.video-contant .mb-50 {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 12px;
}
.video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.2)),
		to(rgba(43, 47, 53, 0.7))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(43, 47, 53, 0.7) 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(43, 47, 53, 0.7) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(43, 47, 53, 0.7) 100%
	);
	background-repeat: repeat-x;
}

.video .vid {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	text-align: center;
	z-index: 8;
}

.video .vid .vid-butn {
	width: 100%;
}

.video .vid .vid-butn:hover .icon {
	color: #fff;
}

.video .vid .vid-butn:hover .icon:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.video .vid .vid-butn .icon {
	color: #fff;
	width: 130px;
	height: 130px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 130px;
	text-align: center;
	font-size: 30px;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.video .vid .vid-butn .icon:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
	-o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
	transition: all 0.5s cubic-bezier(1, 0, 0, 1);
	opacity: 0;
}

.video .container {
	position: relative;
	height: 80vh;
	padding: 80px 0;
	z-index: 2;
}

.video .container .stauts {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video .container .stauts .item {
	padding: 30px 40px;
	min-width: 200px;
	background: #272727;
	margin-right: 30px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 80px;
}

.video .container .stauts .item:last-of-type {
	background: #fff;
	color: #121a21;
}

.video .container .stauts .item h4 span {
	font-size: 20px;
	margin-left: 2px;
}

.video .container .stauts .item h6 {
	font-size: 15px;
	margin-top: 5px;
}

/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
	margin-bottom: 30px;
}

.contact-sec .form .form-group input,
.contact-sec .form .form-group textarea {
	width: 100%;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	color: #fff;
}

.contact-sec.style2 .form input,
.contact-sec.style2 .form textarea {
	padding: 20px;
	background: rgba(255, 255, 255, 0.01);
	border: 1px solid #fff;
}

.contact .form input,
.contact .form textarea {
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact .form textarea {
	padding: 15px;
	min-height: 140px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
}

.contact .cont-info h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.contact .cont-info .item h5 {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin: 10px 0;
}

.contact .cont-info .item h6 {
	font-size: 14px;
	font-weight: 300;
	color: #999;
	line-height: 1.7;
}

.contact .cont-info .social a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.01);
	border-radius: 50%;
	margin-right: 5px;
	font-size: 13px;
}

.map {
	width: 100%;
	height: 60vh;
}

/* ====================== [ End contact ] ====================== */

/* ====================== [ Start 404 ] ====================== */
.error-image {
	max-width: 600px;
}
.error-image img {
	width: 100%;
	animation: error 3s ease infinite;
}
@keyframes error {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
/* ====================== [ end 404 ] ====================== */

/* ====================== back to top butoon ====================== */
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: "^";
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: white;
	left: 0;
	top: 5px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: white;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/* ====================== back to top butoon ====================== */

/* ====================== [ Start Footer ] ====================== */
footer {
	color: #fff;
	padding-top: 100px;
}

footer .item .title h5 {
	margin-bottom: 30px;
}

footer .item li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

footer .item li:last-of-type {
	margin-bottom: 0;
}

footer .item li h6 {
	font-size: 14px;
	font-weight: 600;
}
footer .item li a {
	transition: 0.4s;
}
footer .item li a:hover {
	color: #0960ff;
}

footer .item li .icon {
	font-size: 24px;
	margin-right: 15px;
}

footer .item li .img {
	width: 150px;
	margin-right: 15px;
}

footer .item li .sm-post p {
	font-size: 16px;
	line-height: 25px;
}

footer .item li .sm-post .date {
	font-size: 14px;
	color: #0960ff;
}

.subscribe {
	width: 100%;
	position: relative;
}

.subscribe input {
	width: 100%;
	padding: 15px;
	border-radius: 30px;
	border: 1px solid white;
	background: transparent;
	color: #fff;
	font-size: 16px;
}

.subscribe .subs {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 50%;
	background: #0960ff;
	color: white;
}

footer .item .logo {
	margin-bottom: 50px;
}

footer .item .logo img {
	width: 50px;
}

footer .item .social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 16px;
	margin-right: 10px;
}

footer .item .copy-right {
	margin-top: 30px;
}

footer .item .nexty-text {
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
}

footer .item .copy-right p {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}

footer .item .copy-right p a {
	color: #0960ff;
}
.single-social a {
	border: 1px solid;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin: 20px 3px 0px 3px;
}
/* ====================== [ FQA Page ] ====================== */
.faq-wrapper .accordion-button {
	font-size: 20px;
	font-family: "Teko", sans-serif;
	background: #0960ff;
	color: white;
	padding: 10px 10px 10px 70px;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	min-height: 60px;
	text-align: left;
}
.faq-wrapper .accordion-button::after {
	content: "+";
	font-weight: 600;
	font-size: 16px;
	margin-left: 0;
	background-image: none;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: black;
	border-radius: 5px;
	position: absolute;
	left: 10px;
}
.faq-wrapper .accordion-button:focus {
	box-shadow: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
	transform: rotate(0deg);
	content: "-";
}
.faq-wrapper .accordion-item {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid black;
}
.faq-wrapper .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 5px;
}
.faq-wrapper .accordion-body {
	border: 0;
	padding: 20px 30px;
	position: relative;
}
.faq-wrapper .accordion-collapse {
	border: 0;
	background: white;
	border: 1px solid black;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.faq-wrapper .accordion-button.collapsed {
	background: white;
	color: black;
}
.faq-wrapper .accordion-button.collapsed:after {
	background: #0960ff;
	color: #fff;
}

.faq-area {
	background: black;
}

.faq-wrapper.accordion-bordered .accordion-item {
	border-color: black;
}

.question-content {
	text-align: center;
}
.question-content p {
	margin-bottom: 40px;
}
.mr10 {
	margin-right: 10px;
}
/* ====================== [ FQA Page ] ====================== */

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
	.bg-img {
		background-position: center !important;
	}
	.md-mb10 {
		margin-bottom: 10px;
	}
	.md-mb20 {
		margin-bottom: 20px;
	}
	.md-mb30 {
		margin-bottom: 30px;
	}
	.md-mb40 {
		margin-bottom: 40px;
	}
	.md-mb50 {
		margin-bottom: 50px;
	}
	.md-mb60 {
		margin-bottom: 60px;
	}
	.md-mb70 {
		margin-bottom: 70px;
	}
	.md-mb80 {
		margin-bottom: 80px;
	}
	.md-pb10 {
		padding-bottom: 10px;
	}
	.md-pb20 {
		padding-bottom: 20px;
	}
	.md-pb30 {
		padding-bottom: 30px;
	}
	.md-pb40 {
		padding-bottom: 40px;
	}
	.md-pb50 {
		padding-bottom: 50px;
	}
	.md-pb60 {
		padding-bottom: 60px;
	}
	.md-pb70 {
		padding-bottom: 70px;
	}
	.md-pb80 {
		padding-bottom: 80px;
	}
	.order2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.container {
		max-width: 720px;
	}
	.navbar {
		min-height: 60px;
	}
	.navbar .navbar-collapse {
		max-height: 340px;
		overflow: auto;
		background: #11141b;
		text-align: center;
		padding: 10px 15px;
	}
	.navbar .nav-link {
		margin: 10px auto !important;
	}
	.navbar .logo {
		margin-left: 15px;
		width: 50px;
	}
	.nav-scroll .navbar-collapse .nav-link,
	.light .navbar-collapse .nav-link {
		color: #fff !important;
	}
	.nav-scroll .navbar-collapse .active,
	.light .navbar-collapse .active {
		color: #0960ff !important;
	}
	.navbar .search {
		border: 0;
		padding: 0;
		margin-top: 30px;
	}
	.navbar .search .search-form {
		display: block;
		position: static;
		height: auto;
	}
	.navbar .search .search-form form {
		position: static;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.navbar .search .search-form form input {
		padding: 15px;
		width: 100%;
		font-size: 14px;
	}
	.navbar .search .icon,
	.navbar .search .search-form .close {
		display: none;
	}
	.navbar-nav .dropdown-menu {
		opacity: 1;
		visibility: visible;
		display: none;
		background: #0c0f16;
		text-align: center;
		color: #eee;
	}
	.navbar-nav .dropdown-menu .dropdown-item {
		color: #0960ff;
	}
	.navbar-nav .dropdown-menu.show {
		display: block;
	}
	.navbar .navbar-nav .nav-link {
		padding: 0;
	}
	.navbar .navbar-nav .nav-link:hover {
		color: #0960ff;
	}
	.slider .parallax-slider .caption.dig {
		text-align: center;
	}
	.slider .parallax-slider .caption.dig h1 {
		font-size: 60px;
	}
	.slider .parallax-slider .caption.dig h1 .tline {
		margin-left: 0;
	}
	.slider .parallax-slider .caption h1 {
		font-size: 50px;
		letter-spacing: 1px;
	}
	.slider .parallax-slider .caption h1 br {
		display: none;
	}
	.slider-stwo .img {
		padding-right: 0;
		margin-bottom: 50px;
	}
	.slider-stwo:after {
		display: none;
	}
	.freelancre .img {
		margin-bottom: 50px;
	}
	.freelancre .states {
		position: relative;
		margin-top: 80px;
	}
	.freelancre .states ul.flex {
		display: block;
	}
	.freelancre .states ul.flex li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 50px;
	}
	.freelancre .states ul.flex .mail-us {
		float: right;
		margin-bottom: 0;
	}
	.showcase-full .parallax-slider .caption h1 span {
		margin-left: 0;
	}
	.showcase-carus .caption h1,
	.showcase-carus .copy-cap h1 {
		font-size: 60px;
		left: auto;
		margin-left: 20px;
	}
	.circle-slide .swiper-slide .bg-img {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		height: 380px !important;
		width: 380px !important;
		margin: auto !important;
	}
	.circle-slide .swiper-slide.swiper-slide-active .bg-img {
		opacity: 1;
		visibility: visible;
	}
	.showcase-carus.circle-slide .caption h1,
	.showcase-carus.circle-slide .copy-cap h1 {
		font-size: 65px;
	}
	.pages-header .cont h1 {
		font-size: 35px;
	}
	.works-header .capt h1 {
		font-size: 45px;
	}
	.sec-head h3 br {
		display: none;
	}
	.agency .imgsec {
		padding-right: 0;
	}
	.about-cr .img img {
		width: 100%;
		margin: 0;
	}
	.about-cr .cont h3 {
		margin-left: 0;
	}
	.about-cr .cont {
		padding-bottom: 120px;
	}
	.testimonials .item {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.testimonials .container-fluid {
		width: auto;
		margin-left: 0;
	}
	#circle {
		display: none;
	}
	.block-sec .vid-area .cont,
	.about .content,
	.skills-box,
	.about-ar .img .hero-bg {
		margin-bottom: 50px;
	}
	.min-area .content,
	.min-area .img {
		padding: 120px 0;
	}
	.services .rtwo > div:nth-of-type(2),
	.services .rone > div:nth-of-type(2) {
		margin-bottom: 0px;
	}
	.services .step-item.xbottom,
	.services .step-item.xtop {
		bottom: auto;
		top: auto;
	}
	.services .step-item {
		margin: 25px 0;
	}
	.block-sec .testim-box {
		margin-bottom: 120px;
	}
	.block-sec .vid-area {
		display: none;
	}
	.portfolio .filtering {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.portfolio-frl .gallery .items,
	.portfolio .gallery .items {
		padding: 0 10px;
		margin: 10px 0;
	}
	.case-study .controls {
		top: 100px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
	.slider .parallax-slider .caption p {
		margin-left: 0;
	}
	.arch-slider .parallax-slider .explore {
		margin-left: 0;
		margin-top: 50px;
	}
	.blog-grid .item.active {
		margin: 50px 0;
	}
	.footer-half:after {
		width: 100%;
	}
	.footer-half .cont {
		margin-bottom: 50px;
	}
	.next-prog .box .caption h1,
	.next-prog .box .copy-cap h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.sm-mb10 {
		margin-bottom: 10px;
	}
	.sm-mb20 {
		margin-bottom: 20px;
	}
	.sm-mb30 {
		margin-bottom: 30px;
	}
	.sm-mb40 {
		margin-bottom: 40px;
	}
	.sm-mb50 {
		margin-bottom: 50px;
	}
	.sm-mb60 {
		margin-bottom: 60px;
	}
	.sm-mb70 {
		margin-bottom: 70px;
	}
	.sm-mb80 {
		margin-bottom: 80px;
	}
	.sm-pb10 {
		padding-bottom: 10px;
	}
	.sm-pb20 {
		padding-bottom: 20px;
	}
	.sm-pb30 {
		padding-bottom: 30px;
	}
	.sm-pb40 {
		padding-bottom: 40px;
	}
	.sm-pb50 {
		padding-bottom: 50px;
	}
	.sm-pb60 {
		padding-bottom: 60px;
	}
	.sm-pb70 {
		padding-bottom: 70px;
	}
	.sm-pb80 {
		padding-bottom: 80px;
	}
	.container {
		max-width: 540px;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.progress-wrap {
		right: 15px;
		bottom: 15px;
	}
	.navbar .logo {
		width: 40px;
	}
	.hamenu .menu-links .main-menu > li {
		font-size: 24px;
	}
	.hamenu .menu-links .main-menu .sub-menu li {
		font-size: 18px;
	}
	.topnav .container-fluid {
		padding: 0 30px;
	}
	.topnav .logo {
		width: 40px;
	}
	.btn-curve {
		padding: 8px 15px;
	}
	.btn-curve span {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.slider .parallax-slider .caption h1 {
		font-size: 40px;
	}
	.slider .parallax-slider .caption h1 br {
		display: none;
	}
	.slider .parallax-slider .swiper-slide-active .caption h1 {
		font-size: 40px;
		line-height:40px;
	}
	.slider .social-icon {
		display: none;
	}
	.slider .setone.setwo .prev-ctrl {
		left: 15px;
		bottom: 15px;
		top: auto;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.slider .setone.setwo .next-ctrl {
		left: 70px;
		bottom: 15px;
		top: auto;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.slider .swiper-pagination-fraction.top.botm {
		right: 15px;
		bottom: 15px;
	}
	.slider .swiper-pagination-fraction.top .swiper-pagination-current {
		font-size: 40px;
	}
	.slider .parallax-slider .caption.dig h1 {
		font-size: 40px;
	}
	.particles .cont h1 {
		font-size: 55px;
	}
	.slider-stwo ul li div {
		display: block;
	}
	.slider-stwo ul li .cont {
		display: block;
		vertical-align: auto;
		padding-left: 0;
		margin-top: 15px;
	}
	.freelancre {
		padding-top: 200px;
		padding-bottom: 0;
		text-align: center;
	}
	.freelancre .img {
		margin-left: auto;
		margin-right: auto;
	}
	.freelancre:after,
	.freelancre .states ul.flex .mail-us {
		display: none;
	}
	.showcase-carus.circle-slide .caption {
		left: 0;
		text-align: center;
	}
	.showcase-carus.circle-slide .copy-cap {
		display: none;
	}
	.showcase-carus .swiper-slide .bg-img {
		margin: 0;
		height: 100vh;
		background-position: center center;
	}
	.showcase-carus.circle-slide .caption h1,
	.showcase-carus.circle-slide .copy-cap h1 {
		font-size: 50px;
		min-width: auto;
		margin: auto !important;
		left: 0;
	}
	.showcase-full .parallax-slider .caption .discover {
		width: 120px;
		height: 120px;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	.pages-header {
		padding: 120px 0 80px;
		overflow-x: hidden;
	}
	.works-header .capt h2 {
		font-size: 40px;
	}
	.slider.fixed-slider,
	.works-header.hfixd {
		position: static;
	}
	.main-content {
		margin-top: 0 !important;
	}
	.sub-title h6 {
		font-size: 12px;
	}
	.sec-head h3 {
		font-size: 30px;
	}
	.sec-head h6 {
		font-size: 15px;
		letter-spacing: 5px;
	}
	.agency .imgsec .exp {
		margin-bottom: 15px;
	}
	.about .img-mons .img1,
	.about .img-mons .img2,
	.about .img-mons .img3 {
		height: auto;
	}
	.about .img-mons .img1,
	.about .img-mons .img2,
	.about .img-mons .img3 {
		margin-bottom: 10px;
	}
	.about .img-mons .img3 {
		width: 100%;
		margin-top: 0;
	}
	.about-us .img .stauts .item {
		padding: 25px 15px;
		margin-right: 20px;
	}
	.about-us .img .stauts .item:last-of-type {
		margin-right: 0;
	}
	.about-us .img .stauts .item h4 {
		font-size: 30px;
	}
	.about-us .img .stauts .item h4 span {
		font-size: 20px;
	}
	.about-us .img {
		padding: 0;
	}
	.about-cr .cont h3 {
		font-size: 40px;
	}
	.services .step-item {
		padding: 60px 40px;
	}
	.testimonials .item p {
		font-size: 17px;
	}
	.skills-circle {
		padding-bottom: 0 !important;
	}
	.skills-circle .item {
		margin-bottom: 50px;
	}
	.team .navs {
		top: 20px;
	}
	.block-sec .vid-area .cont h3 {
		font-size: 34px;
	}
	.block-sec .testim-box:after {
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
	}
	.call-action .content h2 {
		font-size: 7vw;
	}
	.portfolio .filtering .filter {
		padding: 15px 5px;
		border-radius: 10px;
	}
	.portfolio .filtering span {
		margin: 5px 10px;
	}
	.portfolio .filtering span:after {
		display: none;
	}
	.portfolio-cr .items {
		width: 100% !important;
	}
	.team-crv .img-box .img.sizxl,
	.team-crv .img-box .img.sizmd,
	.team-crv .img-box .img.sizsm {
		width: 100%;
	}
	.blog-pg.blog-list .item .cont {
		padding-left: 15px;
	}
	.blog-pg.single .post .author .author-img,
	.blog-pg.single .post .author .info,
	.blog-pg.single .comments-area .item .comment-img,
	.blog-pg.single .comments-area .item .info {
		display: block;
	}
	.blog-pg.single .post .author .info,
	.blog-pg.single .comments-area .item .info {
		padding-left: 0;
		margin-top: 15px;
	}
	.intro-section .htit {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.hamenu .cont-info {
		display: none;
	}
	.hamenu .menu-links .main-menu > li {
		font-size: 20px;
		padding: 7px;
	}
	.hamenu .menu-links .main-menu .sub-menu li {
		font-size: 16px;
	}
	.topnav .container-fluid {
		padding: 0 15px;
	}
	.slider-bus .caption h1 {
		font-size: 50px;
	}
	.showcase-full .dots {
		display: none;
	}
	.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
		right: 20px;
	}
	.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
		left: 20px;
	}
	.pages-header .cont .path {
		font-size: 15px;
	}
	.pages-header .cont .path span {
		margin: 0 10px;
	}
	.pages-header .capt h1 {
		font-size: 24px;
	}
	.page-header .cont h1 {
		font-size: 40px;
	}
	.slider .swiper-pagination-fraction.steps {
		bottom: 60px;
	}
	.particles .cont h1 {
		font-size: 30px;
		font-weight: 700;
	}
	.circle-slide .swiper-slide .bg-img {
		height: 280px !important;
		width: 280px !important;
	}
	.freelancre .cont h1 {
		font-size: 22px;
	}
	.freelancre .img {
		width: 200px;
		height: 200px;
	}
	.showcase-carus.circle-slide .caption h1,
	.showcase-carus.circle-slide .copy-cap h1 {
		font-size: 40px;
	}
	.works-header .capt h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.pages-header .cont h1 {
		font-size: 20px;
	}
	.sec-head h3 {
		font-size: 20px;
	}
	.sec-head h2 {
		font-size: 55px;
	}
	.about-us .img .stauts {
		display: none;
	}
	.about-ar .img .hero-bg {
		width: 300px;
		height: 300px;
	}
	.about-ar .img .exp {
		width: 240px;
		height: 240px;
	}
	.about-ar .img .exp h2 {
		font-size: 100px;
	}
	.about-ar .content h3 {
		font-size: 35px;
	}
	.services.lficon .item-box {
		display: block;
	}
	.services.lficon .item-box .cont {
		padding-left: 0;
	}
	.min-area .content h4,
	.agency .content h4 {
		font-size: 28px;
	}
	.portfolio .gallery .items {
		padding: 0 15px;
		margin: 0 0 50px;
	}
	.portfolio .gallery .items.lg-mr {
		margin-top: 50px;
	}
	.portfolio .filtering.smplx span {
		margin: 5px 15px;
	}
	.case-study .swiper-slide .cont h4 {
		font-size: 25px;
	}
	.case-study .controls {
		top: 30px;
		right: 30px;
	}
	.case-study .controls .swiper-button-next,
	.case-study .controls .swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.block-sec .vid-area .cont h3 {
		font-size: 28px;
	}
	.video .container .stauts {
		display: none;
	}
	.testimonials .item {
		display: block;
		padding: 60px 30px;
	}
	.testimonials .item p {
		margin-left: 0;
		padding-left: 0;
		border: 0;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	}
	.testimonials .item .info {
		min-width: auto;
		margin: auto;
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}
	.testimonials .item .info .img {
		margin: auto;
	}
	.blog-crv .controls {
		display: none;
	}
	.blog-crv .item .content {
		padding: 30px 15px;
	}
	.blog-list .item {
		display: block;
	}
	.blog-list .item .img {
		width: 100%;
	}
	.blog-list .item .cont {
		padding-left: 0;
		margin-top: 30px;
	}
	.blog-pg.blog-list .item .cont {
		margin-top: 0;
	}
	.blog .item h5 {
		font-size: 20px;
	}
	.blog-pg.single .post .content .share-info {
		display: block;
	}
	.blog-pg.single .post .content .share-info .social,
	.blog-pg.single .post .content .share-info .tags {
		text-align: center;
		background: rgba(255, 255, 255, 0.1);
		padding: 5px 10px;
	}
	.blog-pg.single .post .content .share-info .tags {
		margin-top: 5px;
	}
	.blog-pg.single .comments-area .item.relped {
		margin-left: 30px;
	}
	.next-prog .box .bg-img {
		width: 240px;
		height: 240px;
	}
	.next-prog .box .caption h1,
	.next-prog .box .copy-cap h1 {
		font-size: 20px;
		font-weight: 600;
	}
	.next-prog .box .caption h1 .stroke,
	.next-prog .box .copy-cap h1 .stroke {
		display: inline-block;
		color: #fff;
		-webkit-text-stroke: 0px #fff;
	}
}

/* ====================== [ End Responsive ] ====================== */


/* ======== 6.4 PACKAGES ======== */

.pakges-section{
    overflow: hidden;
}
.pakges-items{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 0px;
    transition: all 0.3s ease-in-out;
}
.pakges-items:hover{
    background: #0960ff;
}

.pakges-items:hover .pakges-content p{
    color:#fff;
}
.pakges-items:hover .pakges-content h4{
    color:#fff;
}
.pakges-items:hover ul li a {
    color:#fff;
}
.pakges-items:hover .pakges-btn{
    border: 1px solid #fff;
    color: #fff;
}

.pakges-content p {
    font-size: 22px;
    color: #0960ff;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.pakges-content h4 {
    font-size: 30px;
    color: #16120f;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.pakges-content {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}
.pakges-items:hover .pakges-content{
    border-bottom: 1px solid #fff;
}
.pakges-area  {
    text-align: center;
    margin-top: 25px;
}
.pakges-list  a{
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.pakges-list {
    margin-bottom: 15px;
}
.pakges-btn{
    border-radius: 100px;
    padding: 15px 40px;
    margin-right: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #777777;
    transition: all 0.3s ease-in-out;
}
.pakges-button a{
   text-decoration: none;
}
.pakges-button {
    text-align: center;
    padding: 25px;
}
.pakges-items.style-two {
    background: #0960ff;
}
.pakges-content.style-two p {
    color: #fff;
}
.pakges-content.style-two h4 {
    color: #fff;
}
.pakges-list.style-two a {
    color: #fff;
}
.pakges-btn.style-two{
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.pakges-btn.style-two:hover{
    color: #fff;
    border: 1px solid #fff;
}
.promotion-section{
	overflow: hidden;
}
.promotion-parallax{ 
    background-image: url("../img/promotion/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.promotion-parallax::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(10, 26, 203, 0.4);
}

.promo-content{
    position: relative;
    transform: translate(-0%, -0%);
    color: #FFF;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.promo-content h2{
    color: #FFF;
    font-weight: 700;
	font-size: 36px;
}
.promo-content h4{
	margin: 10px 0px;
    color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.promo-content p{
    margin: 15px 0px;
    line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
    color: #FFF;
}
.banner-btn.style-two{
	border-radius: 10px;
	letter-spacing: 2px;
	font-weight: 500;
	position: relative;
	margin-top: 10px;
}
@media screen and (max-width:991px) {
	.promo-content h2{
		font-size: 28px;
	}
	.promo-content p{
		font-size: 14px;
	}
	.banner-btn.style-two{
		font-size: 14px;
	}
	.promo-content h4{
		font-size: 16px;
	}
}
@media screen and (max-width:991px) {
	.promo-content h2{
		font-size: 24px;
	}
	.promo-content p{
		font-size: 13px;
	}
	.banner-btn.style-two{
		font-size: 13px;
	}
	.promo-content h4{
		font-size: 14px;
	}
}


