/* ========google-font========== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


:root { 
	--main: #49ffe6;
	--light-bg: #f4f8f8;
	--ddd-color: #ddd;  
	--nav-color: #0f1115; 
	--white: #ffffff; 
	--black: #0f1115;  
	--helight:#befef7;
}


/* =================Root============= */

body,
html {
	color: #000;
	scroll-behavior: smooth;
	background: #fff;
	font-size: 15px; 
	font-weight: 500;
	font-family: font-family: 'Space Grotesk', sans-serif;
	font-family: 'Space Grotesk', sans-serif;
}


/* =================Root============= */

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	font-family: 'Space Grotesk', sans-serif;
}

p {
	padding: 0; 
	font-weight: 300;   
	font-optical-sizing: auto; 
	font-size: 18px;
	line-height: 30px;  margin-bottom:15px;
	font-family: 'Inter', sans-serif;
	/*! font-family: 'Space Grotesk', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h3, 
h6 {
	padding: 0; 
	font-weight: 400;
	font-family: 'Space Grotesk', sans-serif;
}

#cursor {
	position: absolute;
	top: 50%;
	left: 50%;
}
#cursor #circle1 {
	position: absolute;
	background: white;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	margin-top: 0;
	margin-left: 0;
}

.top_header{
	padding: 10px;
	background: #49ffe6;
	border-bottom: 1px solid #49ffe6;
}

.top_header ul{
	padding: 0;
	margin: 0;
}
.top_header ul li{
	padding: 0;
	display: inline-block;
}

.top_header ul li a{
	color: #fff;
}
.top_header .qlinkstop ul{
	text-align: right;
}

.top_header ul li a {
	color: #e1e1e1;
	font-weight: 300;
	margin: 0 26px 0 0;
	letter-spacing: 0.3px;
	font-size: 14px; 
}

.top_header .qlinkstop ul li a {
	color: #fff;
	font-weight: 300;
	margin: 0 0 0 26px;
}





/* header */
header .container-fluid{
	/*! max-width: 90%; */
}
.navbar-brand {
	width: 216px;
	margin: 0 0 0 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 30px 25px; 
	color: rgb(255, 255, 255); 
	font-size: 16px; 
	text-transform: capitalize;  
	font-weight: 400;white-space:nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 6px;
	content: "\F282";
	border: none;
	font-family: bootstrap-icons !important;
	vertical-align: 0;
	font-size: 13px;
}

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;    
	z-index: 999; 
	background: #0f1115; 
	transition: 0.3s;
}

.quotebtn {
	background: var(--main);
	color: rgb(0, 0, 0) !important;
	padding: 12px 34px !important;
	border-radius: 0px;  
	font-size: 15px !important;
	font-weight: 600 !important; 
} 
.nav-link.header_btn{
	background: var(--main);
	color: rgb(0, 0, 0) !important;
	padding: 12px 34px !important;
	border-radius: 0px;  
	font-size: 15px !important;
	font-weight: 600 !important; 
}  
.navbar {
	align-items: center; 
	padding: 0; 
} 

.navbar-nav{
	align-items: center;
}
.menubtn {
	font-size: 28px !important;
	padding: 0 !important;
	margin: 0 0 0 12px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	border-radius: 100%;
}

.fixed{
	position: fixed; 
	/*! background: rgba(255, 255, 255, 0.7); */
	box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; 
	width: 100%;
	left: 0;
}

.blacklogo{
	display: none;
}
.fixed .blacklogo{
	display: none !important;
}
.fixed .whitelogo{
	display: block !important;
}



.bookappointment {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	display: inline-block;
	padding: 14px 30px;
	background: rgb(0, 44, 155);
	border-radius: 10px 10px 0 0;
	color: #fff;
	transform: rotate(-90deg) translatey(83px);
}
@keyframes slowShake {
	0%, 100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(5px);
	}
	75% {
		transform: translateX(-5px);
	}
}
.dropdown-mega .dropdown-menu {
	width: 40pc;
	margin: 0 auto; 
	left: 50%;
	transform: translateX(-50%); 
	border: none;
	border-radius: 0;   
	padding: 25px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	z-index: 1;
}

.dropdown-mega .dropdown-menu::before {
	background: #f5f6fa;
	content: '';
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	z-index: -1;
	height: 100%;

}
.dropdown-mega .dropdown-menu h3 {
	font-size: 24px;
	line-height: 38px;
	margin: 0 0 40px 0;
}
.dropdown-item { 
	position: relative;
}
.dropdown-item::before {
	content: '\F135';
	position: absolute;
	right: 0;
	font-family: bootstrap-icons !important;
	top: 50%;
	color: #000;
	transform: translateY(-50%);
	font-size: 22px;
	opacity: 0.3;
}
.dropdown-item:focus, .dropdown-item:hover { 
	background-color: transparent;
	border-bottom: 1px solid;
	color: #000;
	font-weight: 500;
}
.navbtnn {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	padding: 9px 10px;
	color: #000;
	background: #49ffe6;
	display: inline-block;
}

.dropdown-item {
	font-size: 16px; 
	font-weight: 400;   
	padding: 11px 6px;
	border-bottom: 1px solid #f7f7f7;
	line-height: normal;
	letter-spacing: -0.4px; 
	padding-left: 15px; 
}

.dropdown-item img{
	width: 30px;
	margin-right: 20px;
}

.line{
	width: 142px;
	height: 1px;
	background: #e1226d;
	margin: 3px 0 0 18px;
	/*! opacity: 0.2; */  
}

.brandlogo {
	margin: 0;  
	background: #171a21;
}



/* header */


.hero_banner{
	display: flex;
	align-items: center;  
	color: #000;      
	background-position: center; 
	position: relative;   
	z-index: 1;  
	border-radius: 0;  
	overflow: hidden; 
	padding: 113px 0; 
	/*! min-height: 80vh; */
	margin: 0 0 47px 0;
	background: linear-gradient(#1a5ecb 0, #0d54c7 100%) !important;
	background: #0f1115 url(../images/bannerbg.png) !important;
}

.hero_banner::before{
	content: ''; 
	position: absolute;
	left: 0;
	top: 0;  
	width: 100%;
	height: 100%;
	/*! background-color: rgba(0, 0, 0, 0.64); */
	z-index: -1;
}


.hero_banner h1{  
	font-size: 64px; 
	font-weight: 200;    
	letter-spacing: 0;   
	position: relative;  
	margin-bottom: 16px;
	line-height: 70px;   
	color: #fff;
	letter-spacing: -3px;  
}

.hero_banner h1 span{ 
	position: relative;
	/*! color: #cfd176; */  
	/*! font-style: italic; */ 
	/*! font-weight: 800; */
	/*! background: linear-gradient(90deg, #f7c53d 0%,#e6e481 50%, #6dbaa3 100%); */ 
	background-size: auto;
	background-clip: border-box;
	background-size: cover;
	-webkit-background-clip: text;
	/*! -webkit-text-fill-color: transparent; */
	/*! background-clip: text; */
	/*! text-fill-color: transparent; */
}
.hero_banner h1 span svg{ 
	width: 100%;
} 
.hero_banner h5 {
	text-transform: capitalize; 
	letter-spacing: 2px;
	margin: 0 0 13px 0;
	color: #39c6b3; 
	font-size: 14px;   
	font-weight: 500;
	text-transform: uppercase;
}
.hero_banner p {
	font-size: 19px;                                      
	line-height: 36px;
	color: rgb(230, 230, 230); 
	margin-top: 30px;
	margin-bottom: 28px;  
} 

.banner_btn {
	display: inline-block;
	margin-top: 10px;
	padding: 13px 30px; 
	border: 1px solid #171a21; 
	font-size: 16px;  
	color: #fffafa;
	border-radius: 0; 
	transition: 0.3s; 
	font-weight: 600; 
	margin-right: 16px;
	background: #171a21;
}

.banner_btn.active{
	background: var(--main);
	border: 1px solid var(--main);   
	color: #000;   
} 

.banner_btn:hover{ 
	border: 1px solid var(--main); 
	color: #000;  
	background: var(--main);
	transition: 0.3s; 
}
.carousel-caption {
	text-align: start;
	right: 8%;
	bottom: auto;
	left: 8%;
	top: 6%;
	z-index:99;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;}

.banner_vid {
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,.00);
	color: #fff;
	font-size: 1em; 
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	height: 100vh;
	letter-spacing: 2px;margin-top:-100px;
}
.banner__video {
	position: relative;

	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;

	z-index: 1;
	border: 0; 
	width: 100%;
	height: calc((100vw*9) /16);

}   



.social {
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 110px;
	align-items: center; 
}
.lines {
	height: 105px;
	width: 1px;
	background: #fff;
	margin: 0 0 13px 0;
	opacity: 0.3;
} 



.lines2 {
	height: 105px;
	width: 1px;
	background: #fff;
	margin: 0 0 13px 0;
	opacity: 0.3;
}


.social a {
	/* writing-mode: sideways-lr; */
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	font-size: 23px;
	position: relative;
	transition: 0.3s;
	/*! -webkit-text-fill-color: transparent; */
	/*! -webkit-text-stroke-width: 1px; */
	/*! -webkit-text-stroke-color: #fff; */
	/*! opacity: 0.6; */
}
.social a:hover{ 
	color: #ffd03e; 
	transition: 0.3s;
}

.social:last-child a{ 
	margin: 0;
}

.curve-text {
	display: inline-block;
	position: absolute;
	bottom: 14%;
	right: 47%;
}
.curve-text svg {
	fill: transparent;
	height: 170px;
	width: 170px; 
	overflow: inherit;
	animation: spinner 20s infinite linear;
	text-shadow: 0 0 0 #fff;
}
.curve-text svg {
	background: transparent;
	border-radius: 50%;
	padding: 27px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	height: 180px; 
	width: 180px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 3px;
}

.curve-text a {
	line-height: 45px;
	text-align: center;
	font-size: 40px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes arrowAnimation {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
}

.down-arrow { 
	position: absolute;
	bottom: 0;
	left: 20%;
}



/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}



.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #2994D1;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}


.imgabout {
	position: relative;
	padding-bottom: 65px;
}


.imgabout .img2ab{ 
	position: absolute;
	right: 0;
	bottom: 0;
}

.about_test {
	padding: 0 0 0 60px;
}

.aboutUsb {
	padding: 40px 0 100px 0; 
	background: #052d23;
	background-position: center;  
	background-repeat: no-repeat; 
}
section h2 {
	font-size: 42px;  
	color: #031036;   
	margin-bottom: 15px;   
	letter-spacing: -1px;
} 

.img1ab.img-fluid {
	width: 75%;
}
.about_test h5 {
	text-transform: capitalize;
	/* letter-spacing: 2px; */
	color: rgb(196, 196, 196);
	margin: 0 0 15px 0;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(""); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.1; 
	z-index: -1; 
} /* ---- stats.js ---- */
.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: 0.8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
.technology_main {
	margin: -100px 0 -10px 0;
	position: relative;
	z-index: 9;
}
.logoTech {
	padding: 29px;
}
.logoTech img{
	filter: grayscale(10); 
} 
.row.logo_slkider {
	width: 100%; 
	background: #fff;  
	box-shadow: rgba(9, 30, 66, 0.02) 0px 4px 8px -2px, rgba(9, 30, 66, 0.06) 0px 0px 0px 1px;
	margin: 0;
	border-radius: 0;
	position: relative;
	z-index: 9;
	margin-top: -56px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.marquee-area,
.marquee-two-area,
.marquee-light-area {
	overflow: hidden;
}

.marquee__wrp {
	position: relative; height:24px;
}

.marquee__slide {
	display: flex;
	position: relative;
}

div.marquee__item img {
	max-width: unset;
}

.marquee__slide.marquee-revers .marquee__item-wrp,
.marquee__slide.marquee-revers .marquee-two__item-wrp {
	position: relative;
	-webkit-animation: slide-har-revers 20s linear infinite;
	animation: slide-har-revers 20s linear infinite;
}

@-webkit-keyframes slide-har-revers {
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slide-har-revers {
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.marquee__item,
.marquee-two__item,
.marquee-light__item {
	padding: 0 50px;
}

.marquee__item h4,
.marquee-two__item h4,
.marquee-light__item h4 {
	white-space: nowrap;
	font-size: 40px;
	/*! line-height: 50px; */
}

.marquee__item-wrp,
.marquee-two__item-wrp {
	display: flex;
	position: relative;
	-webkit-animation: slide-har 20s linear infinite;
	animation: slide-har 20s linear infinite;
}

@-webkit-keyframes slide-har {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slide-har {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.marquee-two-area,
.marquee-light-area {
	padding: 15px 0;
	background-color: var(--primary-color);
}

.marquee-two__item,
.marquee-light__item {
	padding: 0 25px;
}

.marquee-light-area {
	background-color: #e3ecff;
	transform: rotate(-2.12deg);
	margin-top: -46px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.marquee-light-area {
		margin-top: 0;
		transform: rotate(0deg);
	}
}

.marquee-light-area.marquee-revers-area {
	background: linear-gradient(#1a5ecb 0%,#0d54c7 100%);
	transform: rotate(2.12deg);
	overflow: hidden;
	background: var(--main); 
}

@media (max-width: 767px) {
	.marquee-light-area.marquee-revers-area {
		transform: rotate(0deg);
		padding: 2px 0px;
	} 
}

.marquee-light__item {
	padding: 0 18px;
}

.marquee-light__item h4 {
	text-transform: uppercase;
	font-size: 20px;
	/*! line-height: 56px; */ 
	margin: 0;
}

@media (max-width: 767px) {
	.marquee-light__item h4 {
		font-size: 15px;
		line-height: 30px;
	}
}

.marquee-light__item h4 a {
	color: #000000 !important;
	font-family: var(--space-grotesk);
}

.marquee-four-area {
	/*! overflow: hidden; */
	margin-top: -50px;
	position: relative;
	z-index: 1;
	height: 100px;
}

.brand-area p {
	color: rgba(255, 255, 255, 0.6980392157);
	font-size: 20px;
	text-transform: capitalize;
}


.brand__slider .marquee__item,
.brand__slider .marquee-two__item,
.brand__slider .marquee-light__item {
	padding: 0px 40px;
}

@media (max-width: 767px) {

	.brand__slider .marquee__item,
	.brand__slider .marquee-two__item,
	.brand__slider .marquee-light__item {
		padding: 0px 15px;
	}
}
.mr-25.ml-35 {
	width: 22px;
	margin: 0 16px 0 0;
	/* filter: grayscale(10); */
	/* opacity: 0.1; */
} 
/* about */

.about_text{
	padding:50px 0;  
	background: #fff;
	background-size: cover;  
	padding-top: 40px;
} 
.about_text h4 {
	font-size: 45px; 
	line-height: 53px;  
	/*! font-family: 'Plus Jakarta Sans', sans-serif; */
	font-weight: 600;
	/*! text-transform: capitalize; */ 
	color: #031036;  
} 
.about_text h4 span{
	background-image: linear-gradient(90deg,#1a1a1a 21%,#a8285a 100%);
	/*! background-size: 200% 100%; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: text-bg-animate 8s ease infinite; 
	color: #ffd03e;
	/*! font-family: Playfair Display; */
	/*! font-style: italic; */
	font-weight: 800;
	/*! text-decoration: underline; */
}


.theme_btn {
	display: inline-block;
	margin-top: 18px;
	padding: 15px 40px;
	border: 1px solid var(--main);   
	font-size: 16px;
	color: var(--black); 
	border-radius: 0;
	transition: 0.3s;
	background: var(--main);
} 
.theme_btn:hover{ 
	border: 1px solid var(--main); 
	color: #000; 
	background: var(--main);
	transition: 0.3s;
} 
.imgrotate { 
	position: absolute;
	right: 69px;
	top: -53px;
	animation: rotate 44s linear infinite;

}


@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.about_text h2 {
	font-size: 60px;
	font-weight: 400;
	color: #000;
	letter-spacing: -2.5px;
	line-height: normal;
	text-align: center;
}

.about_text h2 img {
	width: 305px;
	height: 61px;
	object-fit: cover; 
	border-radius: 50px;
	filter: brightness(1);
	/*! mix-blend-mode: luminosity; */
}

.top_detailsbg h6{
	text-transform: capitalize;
	letter-spacing: 2px;
	margin: 0 0 0px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}


/* about */


.services_main {
	padding: 50px 0;
	background: #171a21;
	background-size: cover;
	background-position: center;
	position: relative;  
	z-index: 1;
	overflow: hidden;
}
.services_main h6 {
	letter-spacing: 2px;
	margin: 0 0 13px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.services_main .container-fluid{
	max-width: 90%;
}
.services_main:before{
	position: absolute;
	content:''; 
	width: 100%;
	height: 100%; 
	left: 0;  
	top: 0;
	/*! background: #fff; */
	z-index: -1;
}
.services_main h2{
	color: #fff !important;
}

.services_main p{color:#fff;opacity: 0.8;}
.img_servicebanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
.slider_bx{
	/*! background: var(--main); */
	color: #fff;
	padding: 0; 
}

/* Assuming the slider container has a class named 'marquee-slider' */
.marquee-slider {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 -18px 0;
}

/* Style for the scrolling text */
.marquee-content {
	display: inline-block;
	animation: marquee 0s linear infinite;
	color: #F5F5F4; 
	font-size: 134px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: -0.03em; 
	margin: 0 35px -7px 0;
}

/* Keyframes for the marquee animation */
@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}


.services_item {
	text-align: left; 
	padding: 32px 0 32px 70px; 
	/*! background: #fffffd; */ 
	position: relative;  
	border-radius: 0;  
	margin-bottom: 25px;   
	border-bottom: 1px solid #ffffff12;
	margin-bottom: 0; 
	transition: 0.3s;
}


.services_item img {
	width: 60px !important; 
}


.services_item h3 {
	font-weight: 500;
	text-transform: capitalize;
	margin: 0; 
	color: #fff;  
	font-size: 28px; 
}
.services_item h4 {
	position: absolute;
	left: 0;
	font-weight: 600;
	color: var(--main);
	top: 50%;
	transform: translateY(-50%);
}

.services_item p {
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;   
	-webkit-line-clamp:2; 
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 32px;
	color: #fff; 
	font-family: 'Space Grotesk', sans-serif;
	letter-spacing: -0.4px;
	max-width: 80%;
	opacity: 0.8;
}


.services_item .srbtn { 
	padding: 0;
	border: 1px solid #f5f6fa; 
	border-radius: 0;
	margin-top: 0;  
	color: rgb(0, 0, 0);  
	display: inline-block;
	transition: 0.3s;
	background: #f5f6fa; 
	font-size: 34px; 
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	transition: 0.3s;
}


.services_item .srbtn:hover {  
	border: 1px solid var(--main);  
	color: #000;   
	background: var(--main);
	transition: 0.3s;transition: 0.3s;
} 
.services_item:hover{
	border-bottom: 2px solid var(--main);
	transition: 0.3s;
}
.services_item:hover .srbtn{
	background: var(--main);
	transition: 0.3s;
}
.bg2g{
	background: #f7f6ff !important;
}


.bg3gb{
	background: #eff6fe !important;
}

.bg4g{
	background: #f3faff !important;
}

.bg5g{
	background: #fffef6 !important;
}


.bg6g{
	background: #f0f4ff !important;  
}

.servv1{
	background-color: #FFF;
	padding-bottom: 50px;
}  

.top_box p {
	font-size: 30px;
	line-height: 44px;
	color: rgb(0, 0, 0);
} 

.bg_whiteSrv {
	padding: 30px 30px;
	background: #f5f7fb;
	border-radius: 0;
	overflow: hidden;
	position: sticky;
	top: 120px;
	margin-bottom: 0px;
}  
.sev1_inner h2 {
	font-size: 36px;
	color: #0f1115;
	margin-bottom: 8px;
	letter-spacing: 0;
}
.sev1_inner p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sev1_inner h2 img{
	width: 50px;
	margin: 0 20px 0 0;
}

.sev1_inner ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 0 0;
}

.sev1_inner ul li{
	list-style: none;
	display: block;
	color: #000;
	flex: 0 0 49%;
	width: 50%; 
}

.sev1_inner ul li a {
	color: var(--main);
	display: block;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	background: #0f1115;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	border-radius: 0;
	padding-right: 5px;
	/* font-weight: 300; */
}
.btn_theme.servbtnn.mt-0 {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #000;
	margin: 0 0 0 3px;
}

.bg_whiteSrv .row.align-items-center {
	/*! border-bottom: 1px solid #ddd; */
	/*! padding: 0 0 30px 0 !important; */
	/*! margin-bottom: 30px; */ 
}


.img_right svg {
	shape-rendering: auto;
	display: block;
	background: rgb(255, 255, 255);
	transform: scale(4);
	position: relative;
	z-index: -1;
	right: 81%;
}


.imgname .image {
	width: 65px;
	height: 65px;
	overflow: hidden; 
	border-radius: 100%;
	margin: 0 0 11px 0;
}

.imgname .image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.imgname {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 30px 0 0 0;
	margin: 33px 0 0 0;
	flex-direction: column;
	text-align: center;
}
.review_item .imgname h4 { 
	margin: 0; 
}
.review_item .qout-svg {
	position: absolute;
	left: 9px;
	top: -23px;
	width: 160px;
}



.owl-nav {
	position: absolute;
	bottom: -50px; 
	right: 4px;  
	background: #fff;
	border-radius: 35px;
	border: 1px solid #ddd;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev  {
	background: 0 0;
	color: inherit; 
	border: none;
	padding: 0 !important;
	font: inherit;
	width: 40px;
	height: 30px;
	color: #000;
}


/* footer */
.footer {
	background: #0f1115 url(../images/footerbg.jpg); 
	padding-top:50px;
	position: relative;  
	z-index: 1; 
	background-size: cover;
}

.footer .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
	font-size: 1.875rem;
	color: #622fcd;
	display: block;
	margin-bottom: 1.25rem;
	font-weight: 700;
}

.footer .footer-top .download-button {
	text-align: right;
}

.footer .footer-top .download-button .btn {
	display: inline-block;
	margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
	margin-right: 0;
}

.footer .footer-top .download-button .btn i {
	font-size: 1.125rem;
	display: inline-block;
	margin-right: 0.3125rem;
}

.footer .logo {
	margin-bottom: 26px;
}

.footer .logo img {
	width: 13.125rem;
}

.footer .f-about p {
	font-size: 0.875rem; 
	color: #7e8890;
	margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
	margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
	display: block;
	margin-bottom: 0.3125rem;
	margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
	margin-bottom: 0;
}

.footer .f-about .contact-address li span {
	font-weight: 500;
	color: #622fcd;
	display: inline-block;
	margin-right: 0.25rem;
}

.footer .footer-social {
	margin-top: 0;
	text-align: left; 
}

.footer .footer-social ul li {
	display: inline-block;
	margin-right: 6px;
} 

.footer .footer-social ul li:last-child {
	margin-right: 0;
}

.footer .footer-social ul li a {
	font-size: 23px;
	color: #fff !important;
	text-align: center;
	display: block; 
	background: transparent;
	border: none;
	border-radius: 8px;
	position: relative;
	z-index: 3;
	/*! border: 1px solid; */
	margin: 0 20px 0 0;
}

.footer .footer-social ul li a i {
	margin: 0 !important;
	color: #fff;
}  

.footer .footer-social ul li a:hover {
	color: #fff;
	background-color: var(--main);
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
	color: #fff !important;
}


.nav-folderized .col.nav {
	padding: 0 !important;
	display: block !important;
	padding: 0 0.9375rem !important;
}

.footer h5 {
	color: var(--main);
	font-size: 18px; 
	position: relative; font-weight:600;
	text-transform: capitalize;
	margin-bottom: 0.9375rem;
	opacity: 0.8;
}
.footer ul li {
	margin-bottom: 12px; 
	position: relative;
	list-style: none;
	display: flex; 
	color: #a4a4a4; 
} 

.footer ul li:last-child {
	margin: 0;
}

.footer ul li a {
	color: #a4a4a4;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;padding:0px;
	/*! border-bottom: 1px solid transparent; */
}


.footer ul li a:hover::before {
	background: var(--main);
	opacity: 1;
}

.footer ul li a:hover {
	color: var(--black);
	background: var(--main);
}

footer ul {
	padding: 0 0 0 3px;
}

.footer h3 img {
	width: 13.125rem;
}

.f_about img {
	width: 13.75rem;
	margin: 0 0 11px 0;
}


.f_about p {
	font-size: 0.875rem;
	line-height: 23px;
	color: #fff;
}

.contact-address li a:hover {
	color: #300864;
	padding-left: 0 !important;
}

.contact-address li a:before {
	display: none;
}

.footer ul li i {
	font-size: 23px;
	margin: 0 9px 0 0;
	color: #959595;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center; 
	padding: 1.25rem 0;
	margin-top: 1.375rem;
}

.footer-bottom p {
	margin: 0;
	color: #fff;
	font-size: 15px;  
	text-align: right;
	opacity: 0.8;
	font-weight: 300;
}

.footer-bottom p a {
	color: #8f98ad;
}

.button .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.9375rem 1.875rem;
	background-color: #fff;
	color: var(--main);
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0.25rem;
}

.footer .footer-top .download-button {
	text-align: right;
}

.footer .footer-top .download-text h3 {
	font-size: 1.875rem;
	color: #fff;
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.footer .footer-top .download-text p {
	margin: 0;
	color: #fff;
	font-size: 1rem;
}

.download-text h3 {
	margin: 0;
}

.newsletter_sct .form-control {
	height: 3.125rem;
	border: 2px solid #e4e7f2;
	color: var(--heading_color);
	margin-bottom: 0.9375rem;
}

.btn.btn_NLy {
	height: 3.125rem;
	text-align: center;
	width: 100%;
	background: var(--main);
	color: #fff;
	border-radius: 0.25rem;
}

.reviewtrust {
	text-align: center;
}

.reviewtrust img {
	width: 13.75rem;
}

.ftxtt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #60687b;
	font-size: 1rem;
}

.img-fluid.flogo {
	width: 110px;
	margin-bottom: 0.9375rem; 
}

.appdownload {
	width: 180px;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0.625rem;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
	border-radius: 0;
	/* border: 2px solid #fff !important; */
	border-left-color: #cecece !important;
	border-bottom-color: #cecece !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0.625rem 1.25rem, rgba(0, 0, 0, 0.14) 0px 6px 6px;
	overflow: hidden;
	border-radius: 0.625rem;
}
footer .col-lg-4.nav {
	display: block;
}
.connect_txt a{
	font-size: 41px;
	display: inline-block;
	color: #fff;  
	font-weight: 200;
}
.connect_txt ul {
	display: flex; 
	justify-content: center;
}

.connect_txt ul li {
	display: flex; 
	flex: 0 0 18%;
	height: 100px;
	align-items: center;
	padding: 20px;
	background: #171a21;
	margin: 0 26px 0 0;
}
.connect_txt ul li a:hover { 
	background: transparent; 
}
.calltoaction {
	padding: 50px 0;
	background: #171a21; 
	position: relative;
	margin: 0; 
	z-index: 0; 
	border-radius: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 110px;
}
svg.bg_curve {
	position: absolute;
	right: -120px;
	top: 0;
	height: 257px; 
}

.calltoaction h3 {
	font-size: 40px; 
	color: #fff;
	text-transform: capitalize;
}

.calltoaction p {
	font-size:20px; 
	color: #fff;
	margin: 0;
}

.calltoaction a {
	display: inline-block;
	text-align: center;
	position: relative; 
	z-index: 9;
	background: var(--main);
	font-size: 16px;
	color: #000; 
	padding: 14px 30px;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.hidden{
	display: none;
}
.bgblack{
	background-color: #101115;
}

.col-lg-5.nav {
	display: block;
}
.col-lg-3.nav {
	display: block;
}
.liaddress {
	font-size: 15px;
	letter-spacing: 0;
	max-width: 430px;
	margin:15px 0 0 0;
}
.callff {
	color: #49FFE6 !important;
	text-decoration: underline;
	font-size: 15px;
	margin: 15px 0 0 0 !important;
}
/* footer */


.leftingdot {
	position: absolute;
	top: 142px;
	left: 0;
	width: 279px; 
	opacity: 0.1;
}
.connect_txt {
	/*! border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
	padding: 0 0 30px 0;
	margin-bottom: 00px;
}



/* Blog
-----------------------------------------------------------------*/
.blog .img {
	border-radius: 15px;
	overflow: hidden;
}

.blog .cont {
	width: 100%;
}

.blog .cont .info .date {
	padding-right: 30px;
	margin-right: 20px;
	position: relative;
}

.blog .cont .info .date:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
}

.blog-modern .item .img {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

.blog-modern .item .img img {
	border-radius: 10px;
}

.blog-modern .item .img .tag {
	position: absolute;
	top: 40px;
	right: 10px;
	border-radius: 15px 0 0 15px;
	padding: 8px 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-modern .item .img .tag .shap-right-top {
	position: absolute;
	top: -1.05rem;
	right: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blog-modern .item .img .tag .shap-right-top svg {
	width: 1.1rem;
	height: 1.1rem;
}

.blog-modern .item .img .tag .shap-right-bottom {
	position: absolute;
	bottom: -1.05rem;
	right: -1px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.blog-modern .item .img .tag .shap-right-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
}

.blog-modern .item .cont {
	padding: 0 10px;
}

.blog-crev .item {
	border-radius: 15px;
}

.blog-crev .item .img {
	position: relative;
	border-radius: 15px;
}

.blog-crev .item .img img {
	border-radius: 15px;
}

.blog-crev .item .img .tag {
	position: absolute;
	bottom: -2px;
	left: 50%;
	border-radius: 25px 25px 0 0;
	padding: 8px 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-crev .item .img .tag .shap-right-bottom {
	position: absolute;
	bottom: -1px;
	right: -1.05rem;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.blog-crev .item .img .tag .shap-right-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
}

.blog-crev .item .img .tag .shap-left-bottom {
	position: absolute;
	bottom: -1px;
	left: -1.05rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blog-crev .item .img .tag .shap-left-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
}

.blog-crev .item .cont {
	padding: 40px 30px;
}

.blog-list-half .item {
	border-radius: 10px;
	overflow: hidden;
}

.blog-list-half .item .img {
	min-height: 300px;
	padding-right: 0;
	position: relative;
}

.blog-list-half .item .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(transparent));
	background: -webkit-linear-gradient(top, #1a1a1a, transparent);
	background: -o-linear-gradient(top, #1a1a1a, transparent);
	background: linear-gradient(180deg, #1a1a1a, transparent);
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.blog-list-half .item .img .img-post {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px;
}

.blog-list-half .item .img .author {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.blog-list-half .item .cont {
	padding: 40px 15px 40px 30px;
}

.blog-list-half .item .cont .tags a {
	font-size: 12px;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.blog-list-half .item .cont .tags a:hover {
	background: #14cf93;
}

.blog-list-half .item .cont .tags.colorbg a:hover {
	background: #14cf93;
	color: #1a1a1a;
}

.blog-list-half .item:hover .img:after {
	opacity: .3;
}

.blog-list-half .item:hover .img .author {
	opacity: 1;
}

.blog-list-half.crev .item {
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list-half.crev .item .img {
	padding: 0 0 0 15px;
}

.blog-list-half.crev .item .img img {
	border-radius: 0;
	position: relative;
	bottom: -30px;
}

.blog-list-half.crev .item .cont {
	padding: 30px 0;
}

.blog-list-crev .item {
	padding: 40px;
	position: relative; 
	border: 1px solid #ddd;
	margin: 0 0 -1px 0; 
}

.blog-list-crev .item:hover .background {
	opacity: 1;
	background-position: center bottom;
	background:#49ffe60a;
}

.blog-list-crev .item .info .author {
	margin-right: 20px;
}

.blog-list-crev .item .info .author .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.blog-list-crev .item .info .author .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-list-crev .item .tags a {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin: 5px 5px 5px 0;
}

.blog-list-crev .item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	-webkit-transition: opacity .4s, background-position 10s linear;
	-o-transition: opacity .4s, background-position 10s linear;
	transition: opacity .4s, background-position 10s linear;
}

.blog-list-crev .item .background .more a {
	font-size: 14px;
	padding: 14px 35px;
	background: #49ffe6; 
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px; 
}

.blog-list-crev .item .background .more a span, .blog-list-crev .item .background .more a i {
	color: #000;
}

.sidebar .search-box {
	position: relative;
}

.sidebar .search-box input {
	color: #fff;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	width: 100%;
	background: transparent;
}

.sidebar .search-box input:focus {
	border-color: #fff;
}

.sidebar .search-box .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar .widget {
	margin-top: 50px;
}

.sidebar .widget .title-widget {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.sidebar .widget .title-widget:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar .widget.catogry li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 7px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
}

.sidebar .widget.catogry li:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.sidebar .widget.last-post-thum .item:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item:hover .img a .date {
	opacity: 1;
}

.sidebar .widget.last-post-thum .item .img {
	width: 90px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .widget.last-post-thum .item .img a {
	width: 100%;
	height: 100%;
	position: relative;
}

.sidebar .widget.last-post-thum .item .img a .date {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.sidebar .widget.last-post-thum .item .img a .date 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: 1;
}

.sidebar .widget.last-post-thum .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sidebar .widget.last-post-thum .item .cont {
	padding-left: 25px;
}

.sidebar .widget.last-post-thum .item .cont h6 {
	font-size: 17px;
}

.sidebar .widget.last-post-thum .item .cont .tag {
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.03);
	margin-bottom: 10px;
}

.sidebar .widget.tags a {
	padding: 8px 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.02);
	margin: 2px 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.sidebar .widget.tags a:hover {
	background: #14cf93;
}

.blog-main .item .content {
	padding: 30px;
	background: #1a1a1a;
	width: 95%;
	margin: auto;
	margin-top: -80px;
	position: relative;
	z-index: 3;
}

.blog-main .item .content .post-date {
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	font-size: 12px;
	color: #ddd;
	text-transform: uppercase;
	margin-right: 15px;
}

.blog-header .background {
	height: 75vh;
	min-height: 480px;
}

.main-post .spec-letter {
	font-size: 60px;
	line-height: 50px;
	padding-right: 10px;
	float: left;
}

.main-post .post-qoute {
	position: relative;
	padding: 40px;
	padding-left: 120px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .post-qoute h6 {
	position: relative;
}

.main-post .post-qoute h6:before {
	content: '“';
	position: absolute;
	top: 80px;
	left: -100px;
	font-size: 180px;
	font-family: Poppins;
	line-height: 0;
}

.main-post .iner-img {
	height: 400px;
}

.main-post .iner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
	margin-top: 10px;
	opacity: .7;
	padding-left: 15px;
	position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}

.main-post .order-list li {
	padding-left: 0;
}

.main-post .order-list li:before {
	display: none;
}

.main-post .order-list li span {
	font-size: 13px;
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
	font-size: 14px;
	margin-right: 5px;
	opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
	padding: 7px 20px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
	margin-right: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
	background: #14cf93;
	color: #1d1d1d;
}

.main-post .info-area .share-icon a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	padding: 0;
}

.main-post .author-area {
	padding: 40px;
	background: rgba(255, 255, 255, 0.02);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.main-post .author-area .author-img .img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
	width: 100%;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
	content: '';
	background: #1a1a1a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: -1;
	opacity: .7;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.main-post .next-prv-post .thumb-post:first-of-type {
	margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
	margin-left: 15px;
}

.comments-post .item-box {
	position: relative;
}

.comments-post .item-box p {
	font-size: 14px;
	width: 80%;
}

.comments-post .item-box.replayed {
	margin-left: 30px;
}

.comments-post .item-box .replay-butn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.comments-post .item-box .replay-butn a {
	font-size: 13px;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.comments-post .item-box .replay-butn a:hover {
	background: var(--maincolor);
	color: #1d1d1d;
}

.comments-from input,
.comments-from textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	background: transparent;
	color: #fff;
	padding: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.comments-from input:focus,
.comments-from textarea:focus {
	border-color: #fff;
}

.comments-from textarea {
	min-height: 180px;
}

.comments-from button {
	padding: 15px 35px;
	width: 100%;
	background: rgba(255, 255, 255, 0.02);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.comments-from button .text {
	position: relative;
	z-index: 4;
}

.comments-from button:hover {
	color: #1d1d1d;
	background: #fff;
}

/* owl nav */
.owl-prev span, .owl-next span {
	font-size: 21px;
	background: #404040;
	width: 40px;
	height: 40px;
	line-height: 41px; 
	border-radius: 10px;
	text-align: center;
	color: #FFF;
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	display: inline-block;
	font-weight: bold;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}
.cont h5{
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 20px 0; 
}

.cont h5 a{
	color: #000;
}
.tags a {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin: 5px 5px 5px 0;
	color: #000;
}

.more.ontop.full-width {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.starR {
	text-align: left;
}
/* blog */ 

.testimonial_main {
	padding: 90px 0;
	background: #0f1115;
	position: relative;  
	background-position: center;  
}

.img-fright {
	position: absolute;
	right: 0;
	width: 350px; 
	top: 0; 
	mix-blend-mode: exclusion;
	opacity: 0.2;
	height: 100%;
	object-fit: cover;
}

.footer h3 {
	/*! font-family: 'Plus Jakarta Sans', sans-serif; */
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	margin-bottom: 0; 
}
.footer h3 a {
	color: var(--main);
	transition: 0.2s;

}
.footer h3 a:hover {
	color: var(--helight);
	transition: 0.2s;
}


.text_para {
	font-size: 24px;
	color: #fff;
	margin: 17px 0 25px 0;
}

.linksFooter{
	padding: 0;
	margin: 0;
}
.linksFooter li{
	list-style: none;
	display: inline-block;

}

.signup-newsletter-form {
	border-color: #000;
	position: relative;
	align-items: center;
}

.signup-newsletter-form input.input-text {
	color: #939393;
}

.signup-newsletter-form input.input-text {
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	padding: 0 49px 0 0;  
	border: 0;
	height: 52px;
	color: #fff;
}
.signup-newsletter-form input.input-text:focus {
	border: none;
	outline: none;
	box-shadow: none;
}
.signup-newsletter-form .submit-btn {
	text-transform: none;
	border-radius: 50px;
	font-size: 21px;
	padding: 0 9px; 
	margin: 0;
	border: none; 
	background: transparent;
	color: var(--helight); 
	height: 35px; 
	right: 0;
}

.mc4wp-form-fields {
	margin-top: 14px;
	border-bottom: 1px solid #262931; 
	border-radius: 0; 
	padding: 13px 0 0 0;
	background: transparent;
}

.footer-social ul{
	padding: 0;
	margin: 0;
}

.flinks ul{
	padding: 0;
	margin: 0;
	text-align: right; 
}

.flinks ul li{
	list-style: none;
	display: inline-block;
	text-align: right;
}
.flinks ul li a{
	color: #93a0b0;
	margin: 0 0 0 33px; 
}
.f25 {
	font-size: 25px!important;
}

.review_item {
	margin: 15px; 
	padding: 40px;
	background: linear-gradient(180deg, #171A21 0%, #2A2B3100 100%);
	border-radius: 0;
}
.starR a{
	color: gold;
}

.review_item p {
	margin: 15px 0;
	font-size: 18px;
	color: #aaa; 
	font-weight: 300;
	font-style: italic;
}

.review_item h4 {
	font-size: 17px;
	margin: 21px 0 0 0;
	color: #fff;
	font-weight: 600;
}


.review_item h4 span {
	font-size: 13px;
	margin: 8px 0 0 0;
	color: #fff;
	font-weight: 400;
	opacity: 0.3;
	display: block;
}

.testimonial_main h5 {
	color: #000; 
	letter-spacing: 1px; 
}
.testimonial_main  h2 { 
	color: #000; 
	font-size: 45px;
} 
.testimonial_main h2 {
	color: #fff;
}


.services_main2{
	padding: 60px 0;
}

.services_main2 h2 {
	font-size: 3em; 
}

.services_item2 {
	padding: 20px;
}

.services_item2 h4 {
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
}

.featitrs_main{
	padding: 50px 0; 
	position: relative;
	z-index: 1;
	background: #0F1115;
}
.featitrs_main h6 {
	letter-spacing: 2px;
	margin: 0 0 13px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.featitrs_main h2{
	color: #fff;
}

.featitrs_main p{
	color: #fff;
}

.fcontent {
	padding: 0 0 0 60px;
}

.fcontent ul{
	padding: 0;
	margin: 33px 0 20px 0;
} 

.fcontent ul li {
	list-style: none;
	margin: 0 0 14px 0;
	font-size: 18px;
	color: #000;
}


.fcontent ul li i{
	color: #8ec557;
	margin: 0 10px 0 0;
}

.portfolio {
	padding: 60px 0;
}




.inner_banner {
	position: relative;
	overflow: hidden; 
	padding:50px 0;     
	background: #0f1115;
	color: #fff;   
	display: flex; 
	align-items: center;
	z-index: 1;
}

.inner_banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	object-fit: cover;
	z-index: -1;
}


.inner_banner h1 {
	font-size: 45px;
	font-weight: 400;      
	color: #fff;   
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 48px;
}
.inner_banner h6 {     
	color: var(--main);   
	text-transform: uppercase; 
	font-size: 16px; 
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}


.inner_banner a {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid var(--main);
	font-size: 16px;
	color: var(--black);
	border-radius: 0; 
	transition: 0.3s;
	background: var(--main);
	margin: 5px 0 0 0;
}

.inner_banner h5 {
	text-transform: uppercase;
	color: var(--main);
}
.top_imgg{
	margin-top: -135px; 
	position: relative; 
	z-index: 9;
	margin-bottom: 15px;
}

.main{
	padding: 50px 0; 
}
.snap_shot_main {
	padding: 50px 0 35px 0;
}

.key_factg_main {
	border: 1px solid #d9d9d9;
	padding: 24px; margin-bottom:15px;
}
.key_factg_main h3 {
	font-size: 32px;
	color: #000;
}
.key_factg_main h3 span {
	font-size:24px;
	color: #000;
}

.page-intro .img {
	height: 520px;
}

.page-intro .img.to-up {
	margin-top: -100px;
}

.page-intro-cerv .cont {
	padding: 60px;
	height: 100%;
	position: relative;
}
.page-intro-cerv .cont h4 {
	color: #000;
	font-size: 35px;
	margin: 0 0 21px 0;
}
.page-intro-cerv .img {
	padding: 15px;
	height: 100%;
}

.page-intro-cerv .bg-dots {
	position: absolute;
	bottom: -250px;
	left: 60px;
	width: 140px;
	height: 250px;
	background-repeat: repeat;
	background-size: 6px;
	opacity: .4;
}

.page-intro-modern {
	position: relative;
}

.page-intro-modern:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: #eee;
	z-index: -1;
}

.page-intro-modern .img1 {
	height: 380px;
	width: 100%;
}

.page-intro-modern .img2 {
	height: 650px;
	width: 100%;
}

.page-intro-modern .img3 {
	height: 220px;
	width: 80%;
	margin-left: 20%;
}

.page-intro-modern .img4 {
	height: 280px;
}
.bord-thin-left {
	border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.rest {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.valueDv{
	padding: 50px 0;
}

.bord-thin-top {
	border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.page-intro-cerv .bg-dots {
	position: absolute;
	bottom: 110px;
	left: 60px;
	width: 140px;
	height: 250px; 
	background-repeat: repeat;
	background-size: 6px;
	/*! opacity: .4; */
}
.topimg img{
	margin: 30px 0; 
	border-radius: 10px;
	overflow: hidden;
}

.itemsrvpage{
	padding: 40px 0;
}

.inner_banner p {
	margin: 0 auto; 
	margin-bottom: 0px;
} 

.main ul{
	padding: 0;
	margin:0px 0 15px 0;
} 

.main ul li {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000; 
	padding-left: 30px;
	position: relative;
}
.main ul li::before{
	content: '\F26A';
	position: absolute;
	left: 0;
	top: 0;
	font-family: bootstrap-icons !important;
	color: #49ffe6;
}

.lrimgtext {
	margin: 0 0 50px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px; 
}

.cthdd h3{
	font-size: 43px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
}
.contact_mainPg {
	background-repeat: no-repeat;
	background-size: 58%;
	background-position: -573px 275px; 
} 
.headingg {
	padding: 40px 0;
}
.headingg h1 {
	font-size: 98px;
	letter-spacing: -4px;
	line-height: 104px; 
	color: #150c48;
	font-weight: 600;
}
.headingg h1 span {
	position: relative;
	color: #cfd176;
	/* font-style: italic; */
	/* font-weight: 800; */
	/* background: linear-gradient(90deg, #f7c53d 0%,#e6e481 50%, #6dbaa3 100%); */
	background-size: auto;
	background-clip: border-box;
	background-size: cover;
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	/* background-clip: text; */
	/* text-fill-color: transparent; */
}
/* contact-us */
.C_itemD {
	padding: 20px 0;
	text-align: left; 
	position: relative;
	margin-bottom: 10px;
	/* background: #f5f9fe; */
	border-radius: 0; display:flex;
	margin-left: 0;justify-content:start;
	align-items:center;border-bottom:1px solid #eee;
	margin: 0;
}
.C_itemD img {
	margin: 0 8px 0px 0;
	position: relative;
	left: 0;
	width: 60px; 
	
	background: #eaeaea;
	padding: 15px;
}

.C_itemD h4 { 
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;color:#666;
} 

.C_itemD a {
	font-size: 20px; 
	color: var(--black);  
	display: block;
}
.C_itemD p {
	font-size: 20px; 
	line-height:normal;
	margin: 0 0 5px 0; 
}

.btn_emailus {
	display: block;
	padding: 10px 15px;
	background: var(--main);
	border-radius: 100px;
	color: #fff !important; 
	text-decoration: none !important;
	box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
	transition: 0.3s;
	text-align: center;
}
.btn_emailus:hover{ 
	box-shadow:none;
	transition: 0.3s;
}




.contact-form-wrap { 
	border-radius: 0;   
	border-radius: 6px;
} 

.contact-form-wrap h2 {
	font-weight: 600;
}

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

.contact-form-wrap label{
	font-size: 18px;
	font-weight: 400; 
	margin: 0 0 5px 0;   
} 
.contact-form-wrap .form-group i {
	position: relative!important;
	left: inherit!important;
	top: inherit!important;
}
.contact-form-wrap h2 {
	font-size: 32px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
.contact-form-wrap form p{margin-bottom:0px!important}

.contact-form-wrap .form-group {
	margin-bottom: 15px;
}

.contact-form-wrap .form-group .form-control {
	height: 55px;
	border-radius: 0;
	/*! border: none; */
	outline: none;
	-webkit-box-shadow: none; 
	box-shadow: none;
	padding: 0 20px;
	color: #546274;
	/*! background: #f5f9fe; */
	color: #000;
	/*! font-weight: bold; */
	border: none;
	font-size: 15px;
	border: 1px solid #ddd;
}

.contact-form-wrap .form-group .form-control::placeholder {
	/* Firefox 18- */
	color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
	padding-top: 14px;
	height: 125px;
}
.blog_main{padding-bottom:40px}

.contact-form-wrap .btn {
	padding:10px 0;
	background: var(--main);
	color: #000; 
	font-weight: 400; 
	outline: none;  
	box-shadow: none; 
	display: inline-block;
	margin-top: 0px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 0;max-width:200px;
} 
.dotted_ng {
	background: #fff url(../images/bg_dotted.png);
}

.SUb_Help_Heading {
	border-bottom: 7px solid #e5effc;
	margin-bottom: 22px;
} 

/* contact-us */

.main { 
	/*! background: url(../images/efvij.png); */
	background-size: cover;
}  

.contact_detail {
	padding: 30px;
}

.contact_detail h5 {
	color: var(--helight);
	text-transform: uppercase;
	font-size: 16px;
}
.contact_detail h3 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-wrap {
	border-radius: 30px; 
	padding: 50px 100px; 
	position: relative; 
	z-index: 9;
}


.about_text h4 {
	font-size: 37px;
	line-height: 43px; 
	font-weight: 600;  
	color: #031036; 
	letter-spacing: -1px; 
}



.logo_btS{
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 0; 
}
.logo_btS li{
	padding: 0 !important;
	list-style: none;
	/*! flex: 0 0 70px; */
}
.logo_btS li::before{
	display: none!important;
}

.logo_btS li img{ 
	height:35px;
	width: 44px !important;  
}



.services_main .theme_btn {
	display: inline-block;
	margin-top: 15px;
	padding: 12px 20px; 
	border: 1px solid rgb(73, 255, 230);
	font-size: 16px;
	color: rgb(0, 0, 0);
	border-radius: 0;
	transition: 0.3s;
	background: var(--main);
}

.lrimagetext_main {
	padding: 70px 0;
	/*! background: var(--main); */
	/*! color: #fff; */ 
	padding-bottom: 136px;
} 

.lrimagetext_main h2{
	/*! color: #fff; */
} 




.lrinner img{
	height: 500px;
	object-fit: cover; 
}

.brand_logo_main {
	padding: 60px 0;
}

.top_detailsbg { 
	padding: 0;   
	border-radius: 45px;
	padding-top: 0;
}

.brand_item {
	/* background: #ddd; */
	padding: 13px;
	margin: 20px;
	filter: grayscale(10);
	display: flex; 
	height: 90px;
	align-items: center;
}

blockquote {
	padding: 20px;
	margin: 0 0 0 36px;
	border-left: 4px solid var(--helight);
}


.Quote_main{
	padding: 80px 0;
	background: #f2f2f2; 
	margin-top: 50px;
}

.Quote_main{
	text-align: center;
}

.Quote_main i{
	color: var(--helight);
	font-size: 83px;
	line-height: 0; 
}

.Quote_main p{
	font-size: 40px;
	line-height: normal;
	margin: 0 0 23px 0;
	color: #000; 
}


.imgname h4 {
	font-size: 15px;
	font-weight: 400;
}
.imgname h4 span{
	font-size: 15px;
	font-weight: 300;  
}


.Quote_main a {
	font-size: 20px;
	margin: 18px 0 0 0;
	display: inline-block;
	font-weight: 300;
}

.Quote_main a i {
	color: #0d6efd;
	font-size: initial;
	line-height: 0;
	font-weight: 200;
}


.main .contact-form-wrap {
	/*! box-shadow: none; */
}


.design_itemRD {
	padding: 30px;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}
.design_itemRD::before {
	content: '';
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 2px dotted #999;
	border-radius: 100%;
	animation: rotation 62s infinite linear;
	position: absolute;
	left: 0;
	top: 0;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.design_Roundd {
	padding: 50px 0;
}


.section-padding {
	padding: 50px 0; 
}
.section-padding h6 {
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.block-content{
	/*! padding: 40px; */
	/*! border-radius: 30px; */
	/*! background: rgba(0, 0, 0, 0.05); */
}

.lrimagetext_main img{
	/*! border-radius: 30px; */
}



.overlay {
	position: sticky;
	height: 100vh;
	top: 0;
}

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

.text-inner {
	transform: translatex(50vw);
	font-size: 2.5rem;
}

.track{ 
	height: 300vh;
}

.gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(
		255deg,
		#D51c23,
		#EA4C46 40%,
		#F07470 65%,
		#fff
	);
	z-index: -1;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.shape {
	display: flex;
	justify-content:center;
	align-items: center;
	height: 100%;
	mix-blend-mode: multiply;
	background: black;
}

.shape .img {
	width: 20rem;
	height: 20rem;
	transform: rotate(45deg);
}

.img svg{
	width: 100%;
	height: 100%;
}

.img svg .hsc-img-path {
	fill: white;
}

.overlay {
	overflow: hidden;
}

.sev1_inner ul li a span {
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 1px solid #171a21;
	border-radius: 0;
	font-size: 17px;
	line-height: 34px;
	text-align: center;
	margin: 0 0 0 13px;
	color: #fdfdfd;
	background: #171a21;
}

.sev1_inner ul li:hover a span { 
	border: 1px solid var(--main); 
	background: var(--main);
	color: #000;
	transition: 0.3s;
} 

.row.align-items-center.bg_linee {
	background: url(../images/orb-inside.svg);
}



.itemHzscrl{
	position: relative;
	overflow: hidden;
	background: #171a21;
	padding: 25px;
	border-radius: 0;
}

.itemHzscrl a{
	display: block; 
	position: relative;
	z-index: 9;
}



.itemHzscrl::before{
	/*! background: linear-gradient(rgba(0, 0, 0, 0.76) 30%,transparent); */
	content: ''; 
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
}

.itemHzscrl img {
	width: 100%; 
	height: 32vh; 
	object-fit: cover; 
	/*! opacity: 0.8; */ 
	border-radius: 0;
} 
.text_dv {
	position: relative;
	z-index: 9; 
	padding: 20px; 
	/*! border-bottom: 1px solid #ddd; */
	border-radius: 0;
} 

.text_dv h3 {
	color: #fff;
	font-weight: 500; 
	font-size: 25px;
	margin-bottom: 10px;
} 

.text_dv span { 
	color: #b0b0b0; 
	font-size: 16px; 
	border-bottom: 1px solid;
	padding: 10px 16px;
	border: 1px solid #31343a;
	display: inline-block;
	margin: 0px 0 0 0;
}
.img-fluid.imgblurr {
	position: absolute;
	top: 0; 
	width: 220px;
	transform: rotate(-20deg);
	right: 47px;
	z-index: -1;
	/* mix-blend-mode: overlay; */
	filter: blur(46px);
	opacity: 0;
}

.sarv_item {
	padding: 80px 0;
}

.image_web img{
	margin-top: -80px;
}
.main .services_item { 
	border: none; 
}
.main .services_item p { 
	font-size: 18px;
	line-height: 30px; 
}
.main .services_item img {
	width: 60px !important;
	transform: scale(1.4);
}



.sticky_main{
	position:relative;
	width:100%;
}
.sticky_main .section{
	position:sticky;
	top:84px; 
	width:100%;    
	height:90vh;
	background:#0f1115 url(../images/bgsrvv.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}


.services_text {
	padding: 0 85px;
	color: #fff;
}
.services_text h2 {
	color: #fff;
	font-size: 45px; 
	line-height: normal;
	margin: 10px 0 0 0;
	letter-spacing: 0;
}
.services_text p {
	max-width: 500px;
	margin: 6px 0 33px 0;
}

.services_text ul li a {
	color: #fff;
	font-size: 20px;
	opacity: 0.8; 
	font-weight: 300;
}

.services_text  ul li::before { 
	top: -1px; 
	content: '\F135';
	position: absolute;
	font-size: 22px;
}


.services_text h6 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--main);
}

.img_services img{
	max-height: 90vh;
	width: 100%;
	object-fit: cover;
}
.viewsrbtnn {
	padding: 12px 38px;
	display: inline-block;
	background: var(--main);
	color: #000;
	margin: 13px 0 0 0;
}

.textnology_mian{
	padding: 50px 0 45px;
	background: url(../images/paternImg.png);  background-repeat: repeat;
}

.textnology_mian ul{
	display: flex;
	flex-wrap: wrap;
}

.textnology_mian ul li {
	display: flex;
	flex: 0 0 30%;
	justify-content: center;
	min-height: 130px;
	align-items: center;
	margin: 0;
	padding: 16px;
	flex-direction: column;
	filter: grayscale(10);
	text-align: center;background: #ffffff82;
	margin:6px;
}
.textnology_mian ul li span {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.textnology_mian ul li:before{
	display: none;
}
.text_dvPGINR {
	padding: 50px 0; 
}

.textnology_mian ul li:hover{ 
	box-shadow: 0 0 40px 20px #00000008;	
	background: #fff;
}

.why_itemm {
	padding: 0;

	padding: 40px;
	min-height: 278px;
	margin: 0 0 24px 0;

	background: #fff url(../images/dd.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;

	background-position: 0px -20px;

	background-size: 50% auto;
}
.why_itemm h3 {
	padding: 0 0 15px 0;
	position: relative; 
	border-bottom: 1px solid #918e8e;
	font-weight: 600;
	letter-spacing: 0; 
	font-size: 22px;
	margin: 0 0 15px 0;
}
.why_itemm p {
	padding: 0;
	position: relative;
	line-height: 26px;
	font-size: 16px;
	/* max-width: 76%; */
}

.why_itemmm {
	padding: 0;
	padding: 40px 40px 30px 40px;
	min-height: auto;
	margin: 0 0 15px 0;}


.whymainpg {
	padding: 50px 0 35px 0; 
	background: url(../images/paternImg.png);  background-repeat: repeat; 

} 

.whatwedo {
	background: #0f1115;
	background-size: contain;
	background-position: top right;
	background-attachment: fixed;
}
.we_item {
	position: relative;
	padding:24px;
	min-height: 45vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	border: 2px solid #f4f2f224;
}

.we_item img {
	width: 40px;
	filter: grayscale(10);
	margin: 0 0 13px 0;
} 
.we_item p {
	padding: 0;
	position: relative;
	line-height: 26px;
	font-size: 16px;

	overflow: hidden;
	text-overflow: ellipsis;
	color: #b5b5b5;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;

}
.we_item h3 {
	/* font-weight: 600; */
	margin: 0 0 15px 0; 
	color: #fff;
}
.we_item a {
	color: #fff;
	font-size: 14px;
	border: 1px solid #171a21;
	padding: 0 0 6px 0;
	transition: 0.3s;
	width: 135px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	height: 45px;
	background: #171a21;
	line-height: 43px;
}
.we_item a:hover{
	background: var(--main); 
	border-bottom: 1px solid var(--main); 
	transition: 0.3s;
}
.faqs {
	padding: 50px 0;
}
.accordion-item {
	background-color: #f3f7fb;
	border: none;
	border-bottom: 1px solid #ddd;
}
.apartmian .accordion-button {
	font-weight: 400; 
	font-size: 26px;  
	padding: 30px 20px; 
} 

.apartmian .accordion-body {
	text-align: left;
	background: var(--white);
	padding: 0 23px 30px 23px;  
	border-top: none; 
	border-radius: 0 0 0.625rem 0.625rem;
}
.apartmian h2.accordion-header {
	margin: 0 !important;
	width: 100%;
}
.accordion-button::after { 
	width: 40px;
	height: 40px;  
	background-position: center;
	border-radius: 100%; 
	background-size: 29px;
}

.accordion-button:focus { 
	box-shadow: none;
}

.contactdetails {
	padding: 50px 0;
}
.contactdetails h2 {
	font-size: 32px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
div#time {
	font-size: 32px;
}
div#date {
	font-size: 20px;
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	width: 30px;
	height: 30px; 
	border-radius: 0!important;
	margin: 0 10px 0 0;
}

.form-check .form-check-input {
	float: left;
	margin-left: -3em; 
}
.form-check {  
	padding-left: 2.5em; 
}
.process {
	padding: 50px 0;
	background: var(--black);
	color: #fff;
}
.process h2 { 
	color: #fff;
}
.fz-18 {
	font-size: 14px !important;
	text-transform: capitalize !important;
	letter-spacing: 0 !important;
	font-weight: 300 !important;
	color: #000 !important;
}

.process ul{
	margin: 0;
	padding: 0 0 0 50px;
	color: #fff;
}

.stickyhdr {
	position: sticky;
	top: 130px;
}

.process ul li{
	padding: 0 0 0 100px;
	position: relative; 
	margin-bottom: 30px; 
}

.process ul li:before{
	content:'';
	position: absolute;
	background-color: #fff;
	background-image: linear-gradient(#0f1216,#6d6d7200);
	border-radius: 10px;
	height: 80%;
	width: 1px;
	left: 31px; 
	top: 82px;
	z-index: 9;
}
.process h6 {
	letter-spacing: 2px;
	margin: 0 0 13px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.process ul li .time {
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	background: #171a21;
	text-align: center;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	color: #fff;
	font-size: 24px;
}
.process ul li .time {
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px; 
	background: #171a21;
	text-align: center;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 9px;
	color: #fff;
	font-size: 24px;
}

.process ul li .time h4{
	font-weight: 600;
	color: #fff;
	font-size: 24px;
}


.process ul li h3{
	font-weight: 400;
	color: #fff; margin-bottom:10px;
}

.process ul li p{ 
	color: #fff; 
	font-size: 16px;
	line-height: 25px;
	opacity: 0.7;
}
.deliverlty_main {
	padding: 50px 0;
}

.acrodian .accordion-button {
	font-size: 20px;
	padding: 10px 0;font-weight:600;
}

.acrodian {
	padding: 0 0 0 40px;
}

.acrodian .accordion-button:not(.collapsed) {
	color: #3ec6b4;
	background-color: transparent;
	box-shadow: none;
}
.acrodian .accordion-item {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}

.acrodian .accordion-body {
	border-top: 1px solid #ddd;
	padding:15px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #6c6c6c;
}
.acrodian .accordion-body p{margin-bottom:0px;}
.acrodian .accordion-button::after {
	width: 40px;
	height: 40px;
	background-position: center;
	border-radius: 100%;
	background-size: 24px;
	opacity: 0.3;
	border: none;
}

.whatmakediff {
	background: #f6f6f6;
	padding: 50px 0;
	margin-top: 45px;
}
.aboupgecore ul{
	padding: 0;
}
.process.aboupgecore {
	background-image: url(../images/service_bg.jpg);
	background-size: cover;
}

.imgwedo {
	position: sticky;
	top: 84px;
	min-height: 100vh;
}

.imgwedo img {
	position: absolute;
	top: 0;
	left: 0; 
	height: 100%;
	object-fit: cover;
}

.inner_wedomain{
	padding:0 60px;
}
.inner_wedomain h2 { 
	color: #ffffff; 
}

.why_main {
	background: #0f1115;
	padding: 60px 0; color:#fff; padding-bottom:45px;
	/* 	background: url(../images/paternImg.png);  background-repeat: repeat; */
}
.why_main h2 {margin-bottom:15px;
	color: #fff;}
.why_item {
	padding: 15px;  
} 

.why_item h4 {
	font-size: 23px;
	/*! font-weight: 600; */
	margin: 0 0 11px 0;
}

.why_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 17px;
	line-height: 30px;
}
.sector_main {
	padding:50px 0;
} 

.whyinnerrr{
	display: flex;
	flex-wrap: wrap;
}
.whyinnerrr .why_item {
	flex: 0 0 48%;
	padding-left: 80px;
	position: relative;
	margin: 0 0 30px 0; 
}
.why_item .time {
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center; 
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 14px;
}
.why_item .time h4 {
	margin: 0;
}
.whyinnerrr .why_item::before {
	content: '';
	position: absolute;
	background-color: #fff;
	background-image: linear-gradient(#0f1216,#6d6d7200);
	border-radius: 10px;
	height: 80%;
	width: 1px;
	left: 31px;
	top: 82px;
	z-index: 9;
}

.whyinnerrr .why_item:nth-child(3)::before{
	display:none
}

.whyinnerrr .why_item:nth-child(4)::before{
	display:none
}


.ks_item {
	margin:0 15px 15px;
	padding: 30px;border-radius:12px;
	border:2px solid #cacaca2e;
}
.ks_item:hover {
	border:2px solid var(--main);
}
.ks_item img{
	width: 200px;
}

.ks_item h3 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.ks_item p {
	font-size: 16px;
	margin:0 0 15px 0;
}
.ks_item a {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	padding: 10px 26px;
}
.ks_item a:hover {
	display: inline-block;
	border: 1px solid var(--main);
	color:#000 ;
	background: var(--main);
	padding: 10px 26px;
}

.tpg_inner {
	padding: 40px;
}
.tpg_inner h3 {
	font-size: 39px;
	text-align: center;
	line-height: 54px; 
	margin: 0 0 30px 0;
}

.tpg_inner i {
	font-size: 47px;
	line-height: 0;
}
.tpg_inner .avtar {
	width: 70px;
	margin: 0 0 20px 0;
}
.tpg_inner h5 {
	font-weight: bold;
}

.tpg_inner h3 b {
	background: linear-gradient(to right, #7036eb0d, #7036eb33);
	border-radius: 60px;
	padding: 0 11px;
	font-weight: 400;
}

.work_banner{
	padding: 40px 0;
}
.wpcf7-form{text-align:left}
.work_banner h6 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #999;
}

.work_banner h2 {
	font-size: 60px;
	line-height: 80px;
}

.main .itemHzscrl img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	margin: 0 0 15px 0;
}
.main .itemHzscrl { 
	background: #f2f2f2;
	padding: 30px; 
	cursor:url(../images/cursorcase.png), auto;  
	margin: 0px;
	margin-bottom: 15px;
}

.main .text_dv h3 {
	color: #000;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 15px;
}

.main .text_dv span {
	color: #000;  
}
.banner_imgg {
	position: relative;
	width: 100%;
	height: 600px;
	padding: 27px;
	background: #fff;
	margin: 0 0 -170px 0;
}
.banner_imgg img {
	position: relative;
	left: 0;
	top: 0;
}
.imgc {
	max-width: 200px;
	margin: 0 0 0 auto;
}
.imgc a {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}

.workItemPg {
	background: #f6f8ff;
	padding: 0 50px;
	border: 10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 40px;
}
.view_btn {
	display: inline-block;
	margin-top: 30px;
	padding: 15px 40px; 
	border: 1px solid var(--main);
	font-size: 16px;
	color: var(--black);
	border-radius: 0;
	transition: 0.3s;
	background: var(--main);
}
.urllink {
	margin: 0 0 30px 0; 
}

.urllink a{
	display: block;
	font-size: 20px;
}
.urllink a {
	display: block;
	font-size: 23px;
}

.urllink p {
	font-size: 21px;
	color: #474b64;
	font-weight: 600;
	margin: 0;
}

.contentpg h3 {
	/* font-weight: bold; */
	font-size: 40px;
	max-width: 80%;
	margin: 0 0 17px 0;
}
.banner_imgg img {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}


.fingpositionmain {
	padding: 50px 0; 
}

.career_item {
	padding: 30px;
	background: #fff; 
	border-radius: 0; 
	overflow: hidden; 
	position: relative;
	/*! box-shadow: 0 90px 70px 0 rgba(0, 0, 0, 0.04), 0 40px 35px 0 rgba(0, 0, 0, 0.03), 0 25px 15px 0 rgba(0, 0, 0, 0.03), 0 11px 7px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.03); */
	margin-bottom: 25px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.career_item h3 {
	overflow: hidden;
	font-weight: 600;
	font-size: 20px; font-weight:600;
	margin: 0 0 18px 0;
} 
.career_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	font-size: 16px;
	line-height: normal;
	margin: 0;
	color:#666
}
.career_item .banner_btn {
	margin-top: 2px;
	padding: 6px 20px;}
.career_item p b{color:#000}
.career_item p strong{color:#000}
.view_details {
	display: inline-block;
	background: #e3ebff;
	color: #004cff;
	padding: 10px 23px;
	border-radius: 0;
	margin: 6px 0 0 0;
	font-size: 16px; 
}
.view_details:hover {
	color: #fff;
	background: #004cff;
}
.view_details.active{
	background: var(--main);
	color: #000;
}



.urgent {
	position: absolute;
	right: 0;
	top: 13px;
	background: #24b7ff;
	padding: 2px 12px;
	color: #fff;
	font-size: 14px;
	border-radius: 12px 0 0 12px;
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,.1);
}

.btn-close {
	position: absolute;
	right: 14px;
	top: 10px;
}
.form_inner {
	padding: 40px; border-radius:8px;
}

input[type="file"] {
	margin-top: 1rem;
	padding: 10px;
	border: 1px dashed grey;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
}

input[type="file"]::file-selector-button {
	padding: 8px 1.5em;
	border-width: 0;
	border-radius: 1rem;
	background-color: dodgerblue;
	color: #FFFFFF;
	font-weight: bold;
	transition: all .25s ease-in-out;
	cursor: pointer;
	margin-right: 1em;
}
 .btnsubmit {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 9;
	background: var(--main);
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;border:0px;
	padding:11px 16px;
}
.modal-body .btnsubmit {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 9;
	background: var(--main);
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;border:0px;
	padding:11px 16px;
}

.descriptionmain{
	padding: 50px;
}
.descriptionmain h4 {
	font-size: 16px; 
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 8px 0; 
}
.descriptionmain h4 span{
	color: #4f4f4f;
	font-weight: 400;
}


.descriptionmain ul{
	margin: 0px 0 15px 0;
	padding: 0;  
}
.descriptionmain ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	position: relative;
	list-style: none; 
	font-size: 18px;
}
.descriptionmain ul li::before{
	margin: 0;
	padding: 0;
	position: absolute; 
	content: '\F26E';
	font-family: bootstrap-icons !important;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px; 
	height: 20px;
	border: 1px solid #49ffe645;
	border-radius: 100%;
	text-align: center;
	line-height: 18px;
	background: #49ffe645;
	color: #000;
} 

.listing_workmain{
	padding: 60px 0;
}
.listingwitem {
	padding: 50px 0; 
	position: relative;
	z-index: 1; 
	background: linear-gradient(90deg, rgb(230 235 252) 0%, rgb(0 212 255 / 0%) 70%);
	margin-bottom: 40px;
	border-radius: 600px;
}
.listingwitem::after {
	content: '';
	width: 2px; 
	height: 100%;
	position: absolute;  
	left: 16%;
	top: 0;
	background: #000;
	z-index: -1;  
}
.imgicon {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	line-height: 73px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg,#5cb3fb 0%,#4decd3 157.53%);
	z-index: 1;
	padding: 75px;
}
.imgicon::before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #f0f3fd;
	z-index: -1;
	/*! border-radius: 0 160px 160px 0; */
} 

.imgicon::after {
	content: '';
	width: 84%;
	height: 84%;
	position: absolute; 
	right: 8%;
	top: 8%;
	background: #fff;
	z-index: -1;
	border: 2px solid #000;
	border-radius: 100%;
} 

.listingwitem .row{
	align-items: center;
}

.listingwitem h3 {
	font-size: 33px;
	font-weight: bold;
}
.listingwitem p   {
	max-width: 80%;
	font-size: 20px;
	line-height: 33px;
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(1) .imgicon { 
	background: linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%); 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(2) .imgicon { 
	background:linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%)!important; 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(3) .imgicon { 
	background:linear-gradient(90deg,#fca429 0%,#fdd732 158.15%); 
}



.blog_inbnr ul{
	margin: 0 0 10px 0;
	padding: 0;
}
li {

	font-family: 'Inter', sans-serif;
}

.blog_inbnr ul li{
	display: inline-block;
	list-style: none; 
	position: relative;
	padding: 0 0 0 37px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: inherit;
	color: #4f4f4f;
	line-height: 30px;
	margin: 0 0 15px 0;
	font-family: inter;
}

.blog_inbnr ul li::before{
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons !important; 
	font-size: 25px;
	left: 0px;
	width: 25px; 
	height: 25px;
	background: #d4e1ff;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	color: #000;
	top: 10px;
}

.blog-info ul li{
	padding: 0!important;
	margin: 0 15px 0 0;
	color: #a7a7a7;
	font-size: 14px;
}

.blog-info ul li::before {
	display: none;
}
.has-validation p{margin-bottom:0px; line-height:16px}
.addressmain .call-us {
	background: #fff;
	padding: 0 10px;
	margin: 0 0 0 41px;
	border-radius: 10px;
}
.addressmain .call-us ul li a {
	font-size: 18px;  
	padding: 0;
	border-radius: 80px; 
}

.addressmain .headingtime img { 
	right: 3%; 
	width: 132px;
	opacity: 0.2;
}
.clock div:first-child{
	font-size: 24px;
}

.addressmain .call-us ul {
	margin: 22px 0 0 0;
	padding: 0;
}
.addressmain {
	padding: 60px 0;
}
.post-card {
	padding: 0;
	margin-bottom: 30px;
	background: #cacaca2e;
}

.post-card .image  {
	position: relative;
	height: 250px;
	overflow: hidden;
	margin: 0 0 21px 0;
}
.post-card .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-card .image a {
	display: block;
	margin: 0 0 26px 0;
}
.artickletag {
	position: absolute;
	top: 14px;
	left: 14px;  
	background: rgba(255, 255, 255, 0.3);
	padding: 4px 13px;
	border-radius: 50px;
	backdrop-filter: blur(30px);
	color: #fff;
	font-size: 13px;
}
.post-card-content {
	padding: 0 15px 15px 15px;
}

.post-card-content h5  {
	font-size: 20px;margin:12px 0 15px
}  
.post-card-content h5  a{
	color: #000;
}

.readmin {
	position: absolute;
	top: 14px;
	right: 14px;
	background: rgba(255, 255, 255, 0.3);
	padding: 4px 13px;
	border-radius: 50px;
	backdrop-filter: blur(30px);
	color: #fff;
	font-size: 13px;
}

.post-card-content .artcle_btn {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 20px;
	color: #000;
	transition: 0.3s;
}
.post-card-content .artcle_btn:hover {
	display: inline-block;
	border: 1px solid var(--main);
	background:  var(--main);
	padding: 10px 20px;
	color: var(--black);
	transition: 0.3s;
}
.post-card-content span {
	display: inline;	
	color: #999;
}

.default_banner {
	padding: 50px 0;
	background: #0f1115 url(../images/about_bg.png);
	background-position: center;
	padding-bottom: 100px;  
	background-size: cover;
}

.default_banner h1 {
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 50px;
}
.default_banner h2{
	color: #fff; 
}
.default_banner h3{
	color: #fff; 
}
.default_banner h4{
	color: #fff; 
}
.default_banner p{
	color: #fff; 
}
.default_banner ul{
	color: #fff; 
}
.default_banner ul li{
	color: #fff; 
}
.image_blogdetails {
	position: relative;
	z-index: 9;
	margin: -65px 0 15px 0;
	height: 400px;
	position: relative;
}
.image_blogdetails img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.blog_inbnr h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0;
	letter-spacing: -0.3px;
}


.post-share-section {
	width: 100%;
	padding-top: 1.875rem;
}

.post-share-section>small {
	font-size: 0.9375rem;
	font-weight: 600;
	display: block;
	margin-bottom: 1.2vh;
	letter-spacing: 0.2px;
}

.post-share-wrap {
	position: relative;
	display: inline-flex;
	/*! width: 100%; */
}

.post-share-wrap a:first-of-type {
	border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 63px; 
	transition: background-color .15s ease;
	background-color: #e7f4f8;
	color: #000;
	font-size: 1.375rem;
	border-right: 1px solid #ddedf5;
	transition: 0.2s;
}

.post-share-wrap a:hover {
	background-color: #c3d7e8;
	transition: 0.2s;
}

.post-share-wrap a:last-of-type {
	border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
	border: none;
}

.career_item ul li::before {
	display: none;
}
.career_item ul li {
	list-style: none;
	margin: 0 0 10px 0; 
	padding-left: 0; 
}
.form-group.has-validation {
	position: relative;
}

.form-group.has-validation i {
	position: absolute;
	top: 13px;
	left: 11px;
}
.form_inner .form-group .form-control  {
	height: 50px;
	border-radius: 0;
	padding-left: 37px;
}
.form_inner .form-group .form-select  {
	height: 50px;
	border-radius: 0;
	padding-left: 37px;
}
.imgg img {
	height: 430px;
	object-fit: cover;
	margin: 0 23px;
}

.caseIteminner {
	box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 30px; 
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	border-radius: 6px; 
	margin: 0 12px;
	margin-bottom: 44px;  
	transition: 0.3s;
}
.caseIteminner:hover{
	transition: 0.3s;
	transform: translateY(-5px); 
}
.caseIteminner .image {
	height: 110px;
	display: flex; 
	align-items: center;
	justify-content: center;
}
.caseIteminner .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.caseIteminner p {
	margin: 13px 0 0 0;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #000;
	transition: 0.3s;
}
.caseIteminner:hover p{
	transition: 0.3s;
	color: var(--main);
}
.casedetailsbanner h1 {
	font-size: 45px;
	line-height: 53px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 21px;
	font-weight: 600;
	max-width: 100%;
	margin: 0;
}

.logoitem {
	background: #fff;
	position: relative;
	height: 230px;
	z-index: 9;
	padding: 30px;
}
.logoitem img{ 
	position: relative; 
}

.caseaboutsection{
	padding: 30px 0 70px 0;
}
.top-fix #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px; 
}

.why-widget-container {
	background-color: #171A21;
	margin: 0px 0px 0px 0px;
	padding:35px;
	border-radius: 12px;border:2px solid #171A21;margin-bottom:15px;

}
.why-widget-container:hover {border: 2px solid #49ffe6;}
figure.cea-feature-box-img{width:120px;margin-right:20px}
figure.cea-feature-box-img > img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}
.feature-box-wrapper .feature-box-title {
	font-size: 24px;
	line-height: 28px;

	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
.fbox-content{color: #eee;font-weight: 300;
	font-optical-sizing: auto;
	font-size: 16px;
	line-height: 30px;}
.whyimgwedo h6 {
	letter-spacing: 2px;
	margin: 0 0 13px 0;
	color: #39c6b3;}
.whyimgwedo p {color:#000}
.whyimgwedo {
	position: sticky;
	top: 120px;
	min-height: 100vh;color: #eee;
}
.faq_lft{background-color: transparent;position:relative;padding:0px;
	background-image: linear-gradient(180deg, #E1DDDA54 0%, #DD710900 100%);
	border-radius:30px}
.faq_lft_i{
	background-position: 0px -20px;height:100%;position:relative;
	background-size:54% auto;padding:40px; border-radius:30px}
.faq_lft_i .inside{background:#fff;border-radius:20px;padding:24px;margin-bottom:15px;box-shadow: 0px -9px 28px 0px rgba(0, 0, 0, 0.04);}
.faq_lft_i h3{font-size:24px!important;font-weight:600!important; margin-bottom:15px}
.faq_lft_i_widget_container {
	background-color: #FFFFFF;
	margin: 0px 0px 30px 0px;
	padding:15px;
	border-radius: 20px 20px 20px 20px;
	font-size:20px; font-weight:600;margin-bottom:15px;
}.faq_lft_i p {color:#000; margin-bottom:0px}.faq_lft_i a {color:#000; display:block}.faq_lft_i a:hover {color:#39c6b3; display:block}
.faq_lft_i h6 {
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	color: #39c6b3;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.faq_lft_i h2 {
	font-size: 28px;
	color: #031036;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-weight: 600;
}
.brandlogo {
	margin-top: 35px;
}
.why_itmm {
	padding: 0;
	padding: 20px 20px 20px 20px;
	min-height: auto;
	margin: 0 0 15px 0;
}
.why_itmm p{margin-bottom:0px}


.project-tab {
	padding:50px 10%;
}

.project-tab #tabs {
	background: #007b5e;
	color: #eee;
}

.project-tab #tabs h6.section-title {
	color: #eee;
}
.project-tab .nav-tabs img{width:54px; opacity:0.55}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.project-tab .nav-tabs .nav-link.active {
	color: #000;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 3px solid !important;
	font-size:20px;
	font-weight: 600;
}

.project-tab #tabs .nav-tabs .nav-item.show img,
.project-tab .nav-tabs .nav-link.active img{
	opacity:1.55
}
.project-tab .tab-pane img{max-width:420px}
.project-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #666;
	font-size: 20px;
	font-weight: 600;
}

.project-tab .nav-link:hover {
	border: none;color: #000;
}
.project-tab .nav-tabs .nav-link:focus,   .project-tab .nav-tabs .nav-link:hover {
	border-color: #fff;
}
.project-tab thead {
	background: #f3f3f3;
	color: #333;
}

.project-tab a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.hdr {
	text-align: center;
	margin-bottom: 20px;
}

.hdr h2 {

	margin-bottom: 10px;
	animation: fadeInUp 1s ease-out;
}

.hdr p {
	animation: fadeInUp 1s ease-out 0.3s both;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.value-card {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid rgba(102, 126, 234, 0.1);
	position: relative;
	overflow: hidden; text-align:center;
	animation: fadeInUp 1s ease-out;
}

.value-card:nth-child(1) {
	animation-delay: 0.1s;
}

.value-card:nth-child(2) {
	animation-delay: 0.2s;
}

.value-card:nth-child(3) {
	animation-delay: 0.3s;
}

.value-card:nth-child(4) {
	animation-delay: 0.4s;
}

.value-card:nth-child(5) {
	animation-delay: 0.5s;
}

.value-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #667eea, #764ba2);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.value-card:hover::before {
	transform: scaleX(1);
}

.value-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.value-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center; margin:0 auto;
	margin-bottom: 20px;
	font-size: 24px;
	color: white;
	transition: all 0.3s ease;
}

.value-card:hover .value-icon {
	transform: scale(1.1);
	box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.value-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}

.value-card:hover .value-title {
	color: #667eea;
}

.value-description {
	color: #666;
	font-size: 1rem;
	line-height: 1.7;
}

.ftr {
	text-align: center;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(102, 126, 234, 0.1);
}

.ftr p {

	animation: fadeInUp 1s ease-out 0.6s both;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.togather{background:#171a21;position:relative; padding:80px 0 110px}
@media (max-width: 768px) {
	.togather {
		padding: 30px 0 80px;
	}
	.ftr {
		text-align: center;
		margin-top: 20px;
		padding-top: 15px;
	}
	.hdr {
		text-align: center;
		margin-bottom: 5px;
	}
	.project-tab .nav-tabs img{width:36px; opacity:0.55}
	.project-tab .nav-tabs .nav-link.active {
		font-size:14px;
	}
	.project-tab .tab-pane img{max-width:300px}
	.project-tab .nav-link {
		font-size:14px;
	}
	.project-tab {
		padding:30px 0;
	}
	.hdr h1 {
		font-size: 2rem;
	}

	.values-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.value-title {
		font-size: 18px;}
	.value-card {
		padding: 20px;
	}
	.value-description {
		color: #666;
		font-size:14px;
		line-height:20px;
	}

}
.togather .bg-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.togather .floating-shapes {
	position: absolute;
	width: 100px;
	height: 100px;
	background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7, #dda0dd);
	background-size: 600% 600%;
	border-radius: 50%;
	animation: float 20s infinite linear, gradient 8s ease infinite;
	opacity: 0.1;
}

.togather .floating-shapes:nth-child(1) {
	top: 10%;
	left: 10%;
	animation-delay: -2s;
	transform: scale(0.8);
}

.togather .floating-shapes:nth-child(2) {
	top: 70%;
	left: 80%;
	animation-delay: -8s;
	transform: scale(1.2);
}

.togather .floating-shapes:nth-child(3) {
	top: 30%;
	right: 20%;
	animation-delay: -4s;
	transform: scale(0.6);
}

.togather .floating-shapes:nth-child(4) {
	bottom: 20%;
	left: 70%;
	animation-delay: -12s;
	transform: scale(1.1);
}

.togather .floating-shapes:nth-child(5) {
	top: 50%;
	left: 5%;
	animation-delay: -6s;
	transform: scale(0.9);
}

.togather .content {
	position: relative;
	z-index: 10;
	text-align: center;
	max-width: 800px;
	width: 100%;
}

.togather .main-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 30px;
	background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
	background-size: 400% 400%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: gradient 6s ease infinite, titlePulse 2s ease-in-out infinite alternate;
	line-height: 1.2;
}

.togather .subtitle {
	font-size: 1.3rem;
	color: #cccccc;
	margin-bottom: 40px;
	line-height: 1.6;
	animation: fadeInUp 1s ease-out 0.5s both;
}

.togather .cta-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	animation: fadeInUp 1s ease-out 1s both;
}

.togather .cta-button {
	position: relative;
	padding:14px 40px;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: white;
	background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
	background-size: 400% 400%;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	animation: gradient 6s ease infinite;
	box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
	overflow: hidden;
}

.togather .cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.togather .cta-button:hover::before {
	left: 100%;
}

.togather .cta-button:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

.togather .sparkles {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #4ecdc4;
	border-radius: 50%;
	animation: sparkle 3s infinite;
}

.togather .sparkle-1 {
	top: 20%;
	left: 15%;
	animation-delay: -1s;
}

.togather .sparkle-2 {
	top: 60%;
	right: 10%;
	animation-delay: -2s;
}

.togather .sparkle-3 {
	bottom: 30%;
	left: 80%;
	animation-delay: -0.5s;
}

.togather .sparkle-4 {
	top: 40%;
	left: 90%;
	animation-delay: -1.5s;
}

@keyframes gradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes titlePulse {
	0% { transform: scale(1); }
	100% { transform: scale(1.02); }
}

@keyframes float {
	0% { transform: translateY(0px) rotate(0deg); }
	33% { transform: translateY(-30px) rotate(120deg); }
	66% { transform: translateY(-60px) rotate(240deg); }
	100% { transform: translateY(0px) rotate(360deg); }
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sparkle {
	0%, 100% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
}

.video-banner-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh; width:100%;
}

.video-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.height100vh{height:100vh}
.cnt_div{position: absolute; top: 0;width:100%;
    left: 0;}
.pa-0{padding:0px;}
.ks_item img {
  width: auto;
  height: 120px;
}
.calltoaction .abtn{
	background: #e3ecff;
}
.main {
 
  font-weight: 300;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 30px;}

.blog-list-crev .item .btttn {
  opacity: 0;position: relative;
  z-index: 9999999;
}
.blog-list-crev .item:hover .btttn {
  opacity: 1; background:var(--main);
  
}


@media (max-width:992px) {
	.main {
    font-size: 14px;
    line-height: 24px;
  }
	.ks_item .d-flex{display:block!important}
	.pa-0{padding:20px 0;}
}
@media (max-width: 768px) {
	.pa-0{padding:20px 0;}
	
	.height100vh{height:auto}
	.video-banner-wrapper {
    height:auto; width:100%;
}
	.cnt_div{position:relative; padding:20px 0;}
	.togather .main-title {
		font-size:26px;
	}

	.togather .subtitle {
		font-size:16px;
	}
	.togather .cta-button {
		position: relative;
		padding:8px 30px;
		font-size:16px;
		font-weight: 600;
		border-radius: 30px;
	}
}