@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #2DBFC3;
	--secondary: #333333;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1356px;
	}
}

section {
	position: relative;
	padding: 5rem 0;
}

p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	color: #4A4A4A;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

figure {
	margin: 0;
}

/* loader */

.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--white);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--primary);
}

/* loader */

/* btn css */

.themeBtn {
	background: var(--primary);
	font-size: 0.875rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.2em 3em;
	border-radius: 50px;
	line-height: normal;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.themeBtn:after {
	background: var(--black);
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(3deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.themeBtn:hover {
	color: var(--white);
}

.themeBtn:hover:after {
	height: 100%;
	width: 135%;
}

/* btn css */

/* navigation css */

header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 111;
	top: 0;
	width: 100%;
	padding: 1rem 0;
	transition: 0.3s ease-in-out;
}

.navbar-nav {
	align-items: center;
	gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 0.9375rem;
	color: var(--white);
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}

/* navigation css */

/* slider css */

.main-slider {
	height: 1000px;
	background: url(../images/mainBan.webp)right/auto no-repeat;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: auto;
	background-position: right;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: end;
	background-repeat: no-repeat;
}

.secHeading {
	font-size: 3.75rem;
	color: var(--white);
	font-weight: 300;
}

.main-slider p {
	font-size: 2rem;
	color: var(--white);
	line-height: 1.5;
}

.dots img {
	position: absolute;
}

.dots .dotsImg {
	left: 52%;
	bottom: -1.5rem;
}

.mouseImg {
	left: 46%;
	bottom: 4.5rem;
}


.slideOne {
	margin-left: 2rem;
}

.slideOne .secHeading {
	margin-bottom: 1rem;
}

/* slider css */

/* About Sec Css Start */

.aboutSec {
	padding: 7rem 0;
}

.clrBlack {
	color: #26273B;
}

.aboutContent ul {
	margin: 1.5rem 0;
}

.aboutContent ul li a {
	font-size: 1.25rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #4A4A4A;
}

.aboutContent ul li+li {
	padding-top: 0.875rem;
}

.aboutContent ul li a i {
	color: var(--primary);
}

.themeBtn2 {
	border: 2px solid #B3B3B3;
	font-size: 0.875rem;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 1em 3em;
	color: #1B1B1B;
	display: inline-block;
	font-weight: 500;
	position: relative;
}

.themeBtn2:before {
	content: "";
	position: absolute;
	border: 1px solid #B3B3B3;
	width: 45px;
	height: 1px;
	right: -20px;
	top: 23px;
}

.themeBtn2:hover {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary);
}

.aboutImg {
	text-align: end;
	position: relative;
	margin-right: -4rem;
}

.abt2 {
	position: absolute;
	left: -2rem;
	z-index: -1;
	top: 3rem;
}

.abt3 {
	position: absolute;
	bottom: -2rem;
	left: 5rem;
}

.aboutImg figure {
	position: relative;
}

.aboutImg figure:before {
	content: "";
	position: absolute;
	background-color: var(--black);
	height: 22px;
	width: 22px;
	border-radius: 50px;
	left: 35%;
	top: 0;
}

.aboutImg figure:after {
	content: "";
	position: absolute;
	background-color: var(--primary);
	height: 24px;
	width: 24px;
	border-radius: 50px;
	bottom: 3.5rem;
	right: 2.7rem;
}

.aboutImg:before {
	content: "";
	position: absolute;
	background-color: var(--primary);
	height: 75px;
	width: 75px;
	border-radius: 50px;
	top: 0rem;
	right: 0rem;
}

/* About Sec Css End */

/* Categories Sec Css Start */

.categoriesSec {
	background: url(../images/categoriesBg.webp) left/auto no-repeat;
	padding: 7rem 0;
}

.categoriesWraps {
	position: relative;
	padding: 0 3px;
}

.categoriesWraps figure {
	position: relative;
	overflow: hidden;
}

.categoriesWraps figure img {
	transition: 0.5s ease-in-out;
	height: 435px;
}

.categoriesWraps:hover figure img {
	transform: scale(1.1);
}

.categoriesContent {
	position: absolute;
	top: 0;
	bottom: 3rem;
	left: 3rem;
	right: 0;
	display: flex;
	align-items: baseline;
	flex-direction: column;
	justify-content: end;
}

.categoriesContent h3 {
	font-size: 1.75rem;
	color: var(--white);
	margin-bottom: 0.75rem;
}

.categoriesContent a {
	padding: 8px 1.7em;
}

/* Categories Sec Css End */

/* Video Sec Css Start */

.videoBtn {
	position: absolute;
	top: -13rem;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoWraps {
	position: relative;
}

.videoBtn i {
	background-color: var(--white);
	width: 95px;
	height: 95px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	color: #292D52;
	font-size: 1.25rem;
}

/* Video Sec Css End */

/* Solution Sec Css Start */

.solutionSec {
	background: url(../images/solutionBg.webp) center/cover no-repeat;
	padding: 7rem 0;
}

.solutionContent p {
	font-size: 1.25rem;
	color: var(--white);
}

.solutionContent .themeBtn {
	background: var(--black);
}

.solutionContent .themeBtn:after {
	background: var(--primary);
}

/* Solution Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
	background: #EDF3F3;
	padding: 3rem 0 1.5rem 0;
}

.testimonialWrap {
	background-color: var(--white);
	border-radius: 27px;
	padding: 3rem 1rem 1rem 2rem;
	position: relative;
	margin: 1rem 12px 12rem 0;
}

.testimonialWrap::before {
	content: "";
	position: absolute;
	background-color: var(--white);
	width: 4rem;
	height: 2rem;
	clip-path: polygon(0 0, 33% 0, 0 100%, 0% 100%);
	bottom: -2rem;
	left: 3rem;
}

.userName {
	display: flex;
	gap: 3rem;
	align-items: baseline;
}

.userName h4 {
	font-size: 1.0625rem;
	color: #1D3146;
}

.userName ul {
	display: flex;
}

.userName ul li a {
	font-size: 0.875rem;
	color: #DC8227;
}

.testimonialWrap p {
	font-size: 1rem;
	color: #1D3146;
	font-style: italic;
	width: 96%;
	margin-bottom: 0;
	font-weight: 500;
}

.quote {
	text-align: end;
	padding-right: 1rem;
}

.quote i {
	color: #47676B;
	font-size: 1.5rem;
}

.user {
	position: absolute;
	bottom: -8rem;
	left: 10px;
}

.testimonialSlider {
	padding-bottom: 1rem;
}

.testimonialSlider .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: rgb(58 58 58 / 27%);
	opacity: 1;
}

.testimonialSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3A3A3A;
}

.testBottom {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Testimonial Sec Css End */

/* News Sec Css Start */

.newsWraps figure {
	position: relative;
	overflow: hidden;
}

.newsWraps figure img {
	transition: 0.5s ease-in-out;
}

.newsWraps:hover figure img {
	transform: scale(1.1);
}

.newsContent {
	margin-top: 1rem;
}

.newsContent h4 {
	font-size: 1.375rem;
	color: #282A2E;
}

.newsContent p {
	font-size: 0.875rem;
	color: #535353;
	width: 92%;
	margin-bottom: 10px;
}

.newsContent .themeBtn {
	padding: 8px 1.7em;
}

.newsSec .swiper-button-next:after, .newsSec .swiper-button-prev:after {
	color: #CCCCCC;
	font-size: 1.5rem;
}

.newsSec .swiper-button-next, .newsSec .swiper-button-prev {
	position: absolute;
	top: 30%;
}

.newsSec .swiper-button-next {
	right: -2rem;
}

.newsSec .swiper-button-prev {
	left: -2rem;
}

/* News Sec Css End */

/* Gallery Sec Css Start */

.gallerySec {
	background: #F6F6F6;
	padding: 3rem 0;
}

.fade {
	opacity: 0;
	transition: opacity 4s ease-in-out;
}

.fade.active {
	opacity: 1;
}

.cycle-tab-item:after {
	display: block;
	content: '';
	border-bottom: solid 4px var(--primary);
	transform: scaleX(0);
	transition: transform 0ms ease-out;
}

.cycle-tab-item.active:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
	transition: transform 5000ms ease-in;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
	border-color: transparent !important;
}

.cycle-tab-container .nav-tabs {
	border-bottom: 1px solid #CCCCCC;
	width: 40.3%;
	margin: auto;
	justify-content: center;
}

.cycle-tab-container .nav-tabs .nav-link {
	font-size: 1.25rem;
	color: #282A2E;
}

.galleryWraps {
	margin-top: 2rem;
}

.galleryWraps figure {
	position: relative;
	overflow: hidden;
}

.galleryWraps figure img {
	transition: 0.5s ease-in-out;
}

.galleryWraps:hover figure img {
	transform: scale(1.1);
}

/* Gallery Sec Css End */

/* News Form Sec Css Start */

.newsformSec h2 {
	font-size: 3.625rem;
}

.newsForm input {
	border: 2px solid #D8D8D8;
	height: 90px;
	border-radius: 50px;
	padding-left: 2rem;
}

.newsForm button {
	font-size: 1.1875rem;
	text-transform: uppercase;
	border: unset;
	background-color: #030303;
	color: var(--white);
	border-radius: 50px;
	position: absolute;
	right: 0;
	padding: 1.6em 2em;
	font-weight: 500;
}

.newsForm {
	display: flex;
	align-items: center;
}

.newsForm input::placeholder {
	font-size: 1.25rem;
	color: #6A6A6A;
}

/* News Form Sec Css End */

/* Footer Css Start  */

footer {
	background: url(../images/footBg.webp) center/cover no-repeat;
	padding-top: 3rem;
}

footer h3 {
	font-size: 1.375rem;
	text-transform: uppercase;
	color: var(--white);
	font-weight: 400;
	margin-bottom: 1rem;
}

.links li a {
	font-size: 0.875rem;
	color: var(--white);
}

footer ul li a:hover {
	color: var(--primary);
}

.contactLinks li a {
	display: grid;
}

.contactLinks li a span {
	font-size: 0.625rem;
	color: var(--white);
	display: grid;
	text-transform: uppercase;
}

.contactLinks li a span strong {
	font-size: 0.875rem;
	text-transform: initial;
	font-weight: 400;
}

.contactLinks li a i {
	color: var(--white);
}

.contactLinks li+li {
	padding-top: 0.75rem;
}

.socialLinks {
	display: flex;
	gap: 1.7rem;
	margin-top: 2rem;
}

.socialLinks li a {
	color: var(--white);
	font-size: 1.625rem;
}

.copyRight {
	border-top: 1px solid #DCDCDC;
	margin-top: 2.5rem;
	padding: 1.5rem 0;
}

.terms {
	display: flex;
	gap: 1.5rem;
}

.terms li a, .terms li span {
	color: var(--white);
	font-size: 0.875rem;
	font-weight: 500;
}

.copyRight p {
	font-size: 0.875rem;
	color: var(--white);
	margin: 0;
}

/* Footer Css End  */

/*Inner Pages Start*/
.banner {
	position: relative;
}

.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000045;
}

.banner .overlay h2 {
	font-size: 3.75rem;
	font-weight: 300;
	color: var(--white);
	text-align: center;
}
.abtInner .clrBlack {
	color: #26273B;
}
.virtualSec a {
	margin: 1rem 0;
	display: inline-block;
}
.virtualSec h5 {
	font-size: 3.75rem;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding-top: 3rem;
}
.testinner {
	background: #fff;
}

.testinner .testimonialWrap {
	box-shadow: 0px 0px 39px #0000001f;
}
.contactInner input {
	width: 100%;
	height: 3.5rem;
	margin: 0.6rem 0;
	padding-left: 1rem;
	border: none;
	background: #EEF0F1;
}
.contactInner textarea {
	width: 100%;
	height: 200px;
	margin: 0.6rem 0;
	padding: 1rem;
	border: none;
	background: #EEF0F1;
}
.contactInner label {
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
	margin-bottom: 0;
}
.contactInner h6 {
	font-size: 1rem;
	font-weight: 500;
	color: #999999;
	margin: 1rem 0;
}

.contactInner .form-group input {
	width: 21px;
	height: 21px;
}
.contntInfo {
	display: flex;
	gap: 5rem;
}

.contactInner .form-group {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.contactInner button {
	border: none;
}
.contactInner h2 {
	color: #000;
	margin: 2.5rem 0;
}
.contactInner ul li a {
	font-size: 2.1875rem;
	color: #000;
}

.contactInner ul li a i {
	padding-right: 1rem;
	font-size: 3rem;
}

.contactInner ul {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.contactInner ul li a {
	display: flex;
	align-items: center;
}
img.contactBg {
	position: absolute;
	right: 5rem;
	bottom: 0;
}
/*Inner Pages End*/
.virtualInner h4 {
	font-size: 2rem;
	padding: 1.5rem 0;
	margin-bottom: 2rem;
	color: #000;
	font-weight: 400;
	box-shadow: 0px 0px 24px #0000003b;
	text-align: center;
}
.autoInner ul li a {
	color: #000;
	font-size: 1.8rem;
	line-height: 2.5;
	font-weight: 500;
}

.autoInner ul li a:hover {
	color: #32bec3;
}
.autoInner a {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	display: block;
	margin: 1rem 0 3rem;
	text-transform: uppercase;
	font-weight: 500;
}

.autoInner img {
	height: 430px;
}