@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@400;700&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #0571B1;
	--secondary: #333333;
}

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

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

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

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


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

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}

h1,
h2,
h3 {
	font-family: 'Roboto', sans-serif;
}

h4,
h5,
h6 {
	color: #000;
}

.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(--black);
	z-index: 11113;
}

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

/* loader */

/* btn css */

.themeBtn {
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.04em 1.96em;
	border-radius: 6px;
	line-height: normal;
	transition: 0.5s ease;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

.themeBtn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #809681, #0e0f0f);
	transition: 0.5s ease;
	z-index: -1;
}

.themeBtn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #0571B1, #01B59B);
	transition: 0.5s ease;
	z-index: -2;
}

.themeBtn:hover::before {
	left: 0;
}

.themeBtn:hover::after {
	left: 100%;
}


/* btn css */



/* navigation css */



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

.navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}

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

.an-navbar {
	background: var(--theme-color);
}

/* navigation css */

/* slider css */

.main-slider {
	height: 895px;
}

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

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .swiper-pagination {
	bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}


.homeSlider .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: #8C8A8B;
	opacity: 1;
	transition: 0.5s ease;
	outline: 0px solid var(--white);
	outline-offset: -2px;
	margin: 0 !important;
}

.homeSlider .swiper-pagination-bullet-active {
	background-color: var(--white);
	transform: scale(1.3);
	outline-width: 1px;
	outline-offset: 2px;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

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

.slideOne .themeBtn {
	margin-top: 2.5rem;
}

.main-slider h1 {
	margin: 0;
	color: var(--white);
	font-size: 4.375rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.main-slider h4 {
	margin-bottom: 1rem;
	color: var(--white);
	font-size: 1.4375rem;
	font-weight: 400;
	text-transform: uppercase;
}

.main-slider p {
	color: var(--white);
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
	font-size: 1.5625rem;
}

/* slider css */




.mainHead {
	font-size: 3.75rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}



/* aboutsection css start */
.abtcntnt p {
	font-size: 1.15rem;
	color: #5A5B5D;
	line-height: 1.5;
}

.abtcntnt {
	background: #fff;
	padding: 3rem 3rem;
	box-shadow: 0 3px 22px rgb(0 0 0 / 12%);
}

/* aboutsection css end  */

/* ourservice css start*/
section.ourService {
	background: #F7F7F7;
	padding-top: 6rem;
}

.servcntnt h3 {
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 1rem;
}

.servcntnt {
	text-align: center;
}

.servcntnt p {
	font-size: 0.9375rem;
	color: #5A5B5D;
}

.servcntnt a {
	font-size: 1.125rem;
	font-weight: 600;
	color: #5A5B5D;
	text-transform: uppercase;
	transition: 0.5s ease;
}

.servicewrap {
	border: 1px solid #EBEBEB;
	padding: 1rem 1rem;
	background: #FFFFFF;
	border-radius: 10px;
	transition: 0.5s ease;
}

.servicewrap:hover {
	box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
}

.servicewrap:hover .servcntnt a {
	color: var(--primary);
}

img.img-fluid.wire1 {
	position: absolute;
	top: -7rem;
}

/* ourservice css end  */

/* experiencesec css start */
section.experienceSec {
	padding: 4rem 0 5rem 0;
}

.erpercntnt p {
	font-size: 1.25rem;
	color: #5A5B5D;
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
}

.erpercntnt {
	margin-bottom: 4rem;
}

.workcntnt h3 {
	font-size: 1.75rem;
	color: #2B2C2D;
	font-weight: bold;
}

.workcntnt p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
	color: #5A5B5D;
}

.workcntnt {
	margin-top: 2rem;
}

.workwrap {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 2rem 1rem;
	box-shadow: 0 14px 51px rgb(59 59 59 / 16%);
	background: #fff;
}

img.img-fluid.cabel11 {
	position: absolute;
	right: -14rem;
	top: -5rem;
}

/* experiencesec css end  */


/* teamSec css start  */
.teamSection {
	background: url(../images/team1.png)center/cover no-repeat;
	padding: 5rem 0;
}

.teamcntnt .mainHead {
	color: #fff;
}

a.themeBtn.bdrbtn::before {
	left: 0;
	background: #000;
}

/* teamSec css end  */

/* chooseSec css start*/
img.img-fluid.choose2 {
	margin-bottom: 1.5rem;
}

.faqSec #accordion .card {
	border: none;
	/* padding: 0rem 1rem; */
	background: transparent;
	margin-bottom: 1rem;
	border-radius: unset;
}

.faqSec #accordion .card .btn-link {
	--height: 3.5rem;
	--width: 4.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0;
	border: 0;
	font-size: 18px;
	border-radius: unset;
	text-decoration: none;
	overflow: hidden;
	border-bottom-left-radius: 0;
	text-align: left;
	/* border-bottom: 3px solid #231F20; */
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	font-family: 'Roboto';
}

.faqSec #accordion .card .btn-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black);
	width: var(--width);
	height: var(--height);
	margin-left: auto;
	border-radius: 50%;
	background: 000;
	font-size: 1rem;
	height: 2rem;
	width: 2rem;
}

.faqSec #accordion .card .btn-link i::before {
	content: "\f106";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
	content: "\f107";
}

.faqSec #accordion .card .btn-link.collapsed i {
	color: #225743;
	height: 2rem;
	width: 2rem;
	font-size: 1rem;
}

.faqSec #accordion .card .btn-link {
	border: 1px solid #000;
	background: #000;
	padding: 18px;
	border-radius: 5px;
}

.faqSec #accordion .card .btn-link i {
	color: #fff;
}

.faqSec #accordion .card .btn-link.collapsed {
	border: 1px solid #000;
	background: #000;
	padding: 18px;
	border-radius: 5px;
}

.faqSec #accordion .card .btn-link.collapsed i {
	color: #fff;
}

.faqSec #accordion .card+.card {
	margin-top: 0;
}

/* .faqSec #accordion .card .card-body {
	padding: 2rem 3rem;
	border: 1px solid #ccc;
	border-radius: 16px;
} */
.faqSec #accordion .card .card-body {
	padding: 0rem 4rem 0.5rem 0rem;
}


.faqSec #accordion .card .card-body p {
	color: #5A5B5D;
	font-size: 16px;
	margin: 0;
	line-height: 33px;
	font-family: 'Roboto';
	position: relative;
}

.whychoose.faqSec h3 {
	font-size: 1.375rem;
	color: var(--primary);
	text-transform: capitalize;
	font-weight: 500;
}

.whychoose.faqSec {
	background: #F7F7F7;
}

/* chooseSec css end  */

/* testimonilaSec css start  */
.testimonialPage .reviewBox {
	border: 1px solid #C6C8C9;
	box-shadow: none;
}

.testimonialPage .reviewBox:hover {
	box-shadow: 0 8px 6px rgb(154 154 154 / 16%);
}


.testimonialSec .title p {
	font-size: 1rem;
	margin: 0 0 1.7rem;
}

.reviewBox {
	background: #fff;
	box-shadow: 0 3px 35px rgb(0 0 0 / 5%);
	border-radius: 10px;
	padding: 3rem 2rem;
	transition: all 0.4s ease;
}

.reviewBox p {
	font-size: 1.125rem;
	color: #5A5B5D;
	font-weight: 400;
	margin: 1rem 0 1rem;
}

.reviewBox i {
	color: var(--primary);
	font-size: 3.5rem;
	transition: all 0.4s ease;
}

.user {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.user figure {
	position: relative;
	z-index: 1;
}

.user figure:before {
	content: '';
	position: absolute;
	left: 3px;
	right: 0;
	bottom: -3px;
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	border-radius: 50%;
	z-index: -1;
}

.user span {
	font-size: 1.375rem;
	font-weight: bold;
	display: block;
	font-family: 'Roboto';
}

.liststar i {
	color: #FFAA01;
	font-size: 1rem;
}

.tesimonialslider .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	background: transparent;
	opacity: 1;
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	margin: 0 !important;
	transition: 0.5s ease;
}

.tesimonialslider .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 13px;
	height: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: #5A5B5D;
	transition: 0.5s ease;
}

.tesimonialslider .swiper-pagination-bullet-active {
	border-color: var(--primary);
}

.tesimonialslider .swiper-pagination-bullet-active:before {
	background: linear-gradient(180deg, #0571B1, #01B59B);

}

.tesimonialslider .swiper-slide-active .reviewBox {
	border-color: var(--primary);
	box-shadow: 0 8px 6px rgb(154 154 154 / 16%);
}

.tesimonialslider {
	padding: 2rem 0 6rem;
}

img.img-fluid.cabel22 {
	position: absolute;
	top: -10rem;
	left: -8rem;
}


/* testimonilaSec css end  */

footer {
	background: var(--black);
	padding-top: 5rem;
}

.footerLogo ul {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding-top: 2.5rem;
}

.footerLogo ul li a {
	border: 1px solid var(--white);
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	font-size: 22px;
	color: var(--white);
}

.footerLogo ul li a:hover {
	background: var(--white);
	color: var(--primary);
}

footer h3 {
	font-size: 1.375rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

.links {
	display: flex;
	flex-flow: column wrap;
	margin: 0;
	max-height: 190px;
	gap: 1.25rem 0rem;
}

.links li a {
	color: var(--white);
	text-transform: uppercase;
}

.contactLinks li a {
	color: var(--white);
	font-size: 1.125rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.contactLinks li+li {
	padding-top: 17px;
}

.footPara {
	font-size: 0.875rem;
	color: var(--white);
}

.footForm input {
	height: 51px;
	width: 100%;
	border-radius: 6px;
	padding-left: 1rem;
	font-size: 14px;
	border: unset;
}

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

.footForm a {
	margin-left: -2rem;
}

.footForm input::placeholder {
	color: #888C90;
}

.copyRight {
	flex-wrap: wrap;
	border-top: 2px solid var(--white);
	margin-top: 60px;
	padding: 2rem 0 1.5rem 0;
}

.copyRight p,
.copyRight li,
.copyRight li a {
	color: var(--white);
	font-size: 1.125rem;
	margin: 0;
}

.links li a:hover {
	color: var(--primary);
}

/* footer css end  */

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}


/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 70px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.innerBan {
	position: relative;
}


.aboutpage figure {
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
	margin-bottom: 6rem;
}

.tagline {
	padding: 1rem;
	text-align: center;
	width: 216px;
	/* clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 84% 84%, 0% 84%); */
	background: white;
	filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12));
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.aboutpage figure img:nth-child(1) {
	margin-right: -8rem;
}

.aboutpage figure img:nth-child(2) {

	margin-bottom: -16rem;
}



.aboutpage figure::before {
	content: '';
	position: absolute;
	top: 18%;
	left: 56%;
	transform: translateX(-50%);
	width: 248px;
	height: 420px;
	background: linear-gradient(180deg, #0571B1, #01B59B);
	z-index: -1;
}

.tagline h3 {
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -10px;
}

.tagline span {
	color: var(--primary);
	font-size: 1.375rem;
	/* margin-bottom: 1rem; */
}

.tagline::before {
	content: '';
	position: absolute;
	bottom: -19px;
	right: -0.4px;
	width: 35px;
	height: 20px;
	background: white;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.aboutcntnt h3 {
	font-size: 26px;
	color: #0571B1;
	text-transform: uppercase;
	font-weight: 500;
}

.aboutcntnt h2 {
	font-size: 60px;
	font-weight: 600;
	font-family: 'Roboto';
}

.aboutcntnt h4 {
	font-size: 25px;
	color: #0571B1;
	font-weight: 500;
}

.aboutcntnt p {
	font-size: 20px;
	color: #5A5B5D;
	font-family: 'Roboto';
}

ul.batlisting li {
	font-size: 1.15rem;
	color: #0571B1;
	margin-bottom: 1rem;
	display: flex;
	gap: 10px;
}

ul.batlisting li i {
	color: #fff;
	background: linear-gradient(180deg, #0571B1, #01B59B);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-grid;
	place-items: center;
	font-weight: 400;
}

.moneySection {
	background: url(../images/savebg.png)center/cover no-repeat;
}


.savecntnt h3 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}

.savecntnt h2 {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	font-family: 'Roboto';
}

.savecntnt p {
	font-size: 20px;
	color: #EBEBEB;
	line-height: 1.6;
}

.plybtnt a {
	color: #fff;
	background: #0571B1;
	width: 118px;
	height: 118px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	font-size: 1.5rem;
	position: relative;
	margin: auto;
}

.plybtnt a:before {
	content: "";
	position: absolute;
	border: 1px solid #0571B1;
	width: 156px;
	height: 156px;
	border-radius: 50%;
}



.plybtnt {
	text-align: center;
}

.plybtnt h4 {
	font-size: 30px;
	color: #fff;
	margin-top: 2rem;
}


section.ServiceSectin h2 {
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto';
}

section.ServiceSectin p {
	font-size: 18px;
	color: #5A5B5D;
}

section.ServiceSectin {
	background: #F4F4F4;
}

section.ServiceSectin.serwhite {
	background: #fff;
}

.reviewBox.reviewbox2 {
	margin-bottom: 3rem;
}

/* section.ServiceSectin {
	padding-bottom: 2rem;
} */

section.whychoose.faqSec.faqinr #accordion .card .btn-link {
	background: #F8F8F8;
	border-color: #C6C8C9;
	color: #000;
}

section.whychoose.faqSec.faqinr {
	background: #fff;
}

.faqSec.faqinr #accordion .card .card-body p::before {
	content: "";
	position: absolute;
	top: 0.65rem;
	left: -1.5rem;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: linear-gradient(180deg, #0571B1, #01B59B);
}

.faqSec.faqinr #accordion .card .card-body {
	padding: 2rem 3rem;
	border: 1px solid #ccc;
	border-radius: 16px;
}

.faqSec.faqinr #accordion .card .btn-link.collapsed i {
	color: var(--primary);
}

.faqSec.faqinr #accordion .card .btn-link i {
	color: var(--primary);
}

section.mapSec {
	margin: 0 0 -0.5rem;
	padding-bottom: 0;
}

.contactInner h2 {
	font-size: 50px;
}

.contactForm .form-control {
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	font-size: 1.125rem;
	padding-left: 1.5rem;
}

.contactForm input {
	height: 68px;
	margin-bottom: 1.125rem;
}

.contactForm textarea {
	margin-bottom: 34px;
	padding-top: 1rem;
}

.contactForm .themeBtn {
	border: unset;
	padding: 1.04em 3em;
}

.contactForm {
	background: var(--white);
	box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
	border-radius: 20px;
	padding: 38px;
}

.contactInner {
	padding: 100px 0 1rem 0;
}

.contactInner p {
	color: #231F20;
	font-size: 1.125rem;
}

.contactText ul li a span {
	display: grid;
	font-size: 20px;
	color: #5A5B5D;
}

.contactText ul li a span strong {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--black);
}

.contactText ul li a {
	display: flex;
	align-items: center;
	gap: 22px;
}

.contactText ul li+li {
	padding-top: 2rem;
}

.contactText ul {
	border-bottom: 1px solid #707070;
	width: 90%;
	padding: 2rem 0 4rem 0;
}

.socialMedias a {
	border: 1px solid #C6C8C9;
	width: 71px;
	height: 71px;
	border-radius: 50px;
	font-size: 26px;
	color: var(--primary);
	display: grid;
	place-items: center;
}

.socialMedias {
	display: flex;
	gap: 22px;
	margin-top: 2rem;
}

.socialMedias a:hover {
	border-color: var(--primary);
}

/* Text Document */
.textDocument ul {
	color: #828282;
	list-style: disc;
	margin: 1rem 0 1rem 1.5rem;
}


ul.batlisting li span {
	flex: 1;
}