@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geometos';
	src: url('../fonts/Geometos-Think-Big.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RoomBlack';
	src: url('../fonts/Room-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aleksha';
	src: url('../fonts/ALEKSA.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century';
	src: url('../fonts/centurygothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Codenext';
	src: url('../fonts/CodeNext-Trial-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brasley';
	src: url('../fonts/Brasley\ Medium.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	/* --header_heigh: 537px; */
	--header_heigh: 435px;
	--common_header_height: 300px;
	--nav_heigh: 100px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;

}

.margin-auto {
	margin: auto;
}

p {
	font-size: 15px;
}

.text-orange {
	color: #F7941D;

}

.orange-description {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
}

.letters {
	color: #000;
	width: 100%;
}

.common-title {
	font-size: 45px;
	font-weight: 800;
	line-height: 50px;
}

.common-title.spall {
	position: relative;
}

.common-title.spall::before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	height: 6px;
	width: 85px;
	background: #FBB040;
	margin-bottom: 36px;
	border-radius: 3px;
}

.btn.custom-orange,
.btn.custom-dark {
	border: 1.39px solid #1a1e24;
	background: #575052;
	color: #fff !important;
	font-weight: 300;
	font-size: 15px !important;
	padding: 7px 15px;
	border-radius: 5px;
}

.btn.custom-orange {
	border: 1.39px solid #EF7D00;
	background: #fff;
	color: #EF7D00 !important;

}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-absolute.top-0 {
	bottom: initial;
	top: 0;
}

.position-absolute.bottom-0 {
	bottom: 0;
	top: initial;
}

.position-absolute.left-0 {
	right: initial;
	left: 0;
}












.header {
	height: calc(var(--header_heigh) + 45px);
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
	transition: .5s linear;
}
.header.common {
	height: calc(var(--common_header_height) + 45px);
}

.header::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #161414 0%, rgba(35, 31, 32, 0) 50%);
}

.header .bg-banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.header .bg-banner img {
	position: absolute;
	left: 0;
	/* top: 38px;
    height: calc(100% - 38px); */
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	/* filter: blur(7px); */
}

.header .banner-image img {
	height: calc(100% - 45px);
	margin: auto;
	margin-top: 45px;
	display: none;
}

.header .banner-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}

.header::before {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #231f20cc;
}

.header .nav-static-wrapper,
.header .navbar {
	/* padding: 22px 0px; */
	padding: 0;
	/* padding-left: 12px; */
	height: var(--nav_heigh);
}

.header>nav {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header.scrolled .nav-main-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #00000090;
	height: fit-content;
	backdrop-filter: blur(25px);
	z-index: 999;
}

.header.scrolled .navbar {
	height: 60px;
	transition: .4s linear;
}

.header.scrolled .navbar-brand img {
	height: 32px;
}

.header>nav .navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}

.header>nav .navbar-light .navbar-nav .nav-item {
	margin-right: 2px;
}

.header>nav .navbar-light .navbar-nav li.active .nav-link {
	color: #EF7D00
}

.header .banner {
	height: calc(100% - var(--nav_heigh));
}

.header .navbar-brand img {
	height: 45px;
	transition: .4s linear;
}

.header .banner .banner-wrapper {
	/* padding: 0 77px; */
	color: #fff;
	/* margin-top: 56px; */
}

.header .banner .banner-wrapper .context,
.header .banner .banner-wrapper .rip {
	display: flex;
	justify-content: flex-end;
	align-items: end;
	font-family: 'Nexa', sans-serif;
	margin-bottom: -4;
}

.header .banner .banner-wrapper .rip img {
	width: 54.53px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.header .banner .banner-wrapper .context .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
}

.header .banner .banner-wrapper .context .text .spall {
	height: 4px;
	width: 63px;
	background: #FBB040;
	border-radius: 3px;
}

.header .banner .banner-wrapper .tag {
	text-transform: uppercase;
	font-weight: bolder;
	text-align: left;
	font-family: 'Geometos', sans-serif;
	font-size: 114px;
	line-height: 94px;
	letter-spacing: -6px;
}

.header .banner .banner-wrapper .tag span {
	margin-left: -7px;
}

.header .banner .banner-wrapper .tag .think-text {
	display: flex;
	justify-content: flex-start;
}

.header .banner .banner-wrapper .tag .think-text div:first-child {
	letter-spacing: 0;
}

.header .banner .banner-wrapper .tag .big-text {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-left: 18px;
	margin-top: 4px;
}

.header .banner .banner-wrapper .tag .big-text .g-text {
	position: relative;
}

.header .banner .banner-wrapper .tag .big-text .dot-bg {
	position: absolute;
	right: -35px;
	bottom: 15px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #F7941D;
	border-radius: 50%
}

.header .banner .banner-wrapper .context {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.header.common .banner .banner-wrapper .context {
	margin-top: -52px;
}

.header .banner .banner-wrapper .context h3 {
	font-weight: 100;
	font-family: 'Nexa', sans-serif;
	font-size: 38.5px;
	margin: 0 !important;
}
.header.common .banner .banner-wrapper .context h3 {
	font-size: 22px;
}

.header .banner .banner-wrapper .context p {
	font-weight: 100;
	/* padding-bottom: 17px; */
	letter-spacing: .7rem;
	color: #c7c5c5;
	font-family: 'Mona Sans', sans-serif;
	font-size: 20px;
	margin: 0 !important;
	word-spacing: -14px;
}

.header .banner .banner-wrapper .context button {
	padding: 6px 24px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	border-radius: 7px;
	background: none;
	font-size: 14px;
	margin-top: 30px;
}


.header.basic {
	height: 100px;
	min-height: 100px;
	background-image: none;
	background: #fff;
}

.header.basic::before,
.header.basic::after {
	display: none;
}

.header.basic>nav {
	padding: 0px;
}

.header.basic>nav .navbar-light .navbar-nav .nav-link {
	color: #818182;
}

.header.basic .navbar {
	padding: 11px 50px;
}




.scroll_to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: darkorange;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 5px solid #CD000030;
	opacity: 0;
	cursor: pointer;
	transition: all 0.4s;
	z-index: 1000;
}

.scroll_to_top:hover {
	opacity: 1.0 !important;
}









.footer {
	background: #0A0A0A;
	background-image: url(../images/orangebd-frame-logo.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: contain;
	color: #fff;
	padding: 60px 0px;
	padding-bottom: 45px;
	font-family: 'Nunito', sans-serif;
}

.footer .talk h2 {
	font-size: 3rem;
}

.footer .talk h4 {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.footer .office-hour {
	line-height: 1;
	margin-top: 20px;
}

.footer .office-hour label {
	margin: 0;
	font-weight: 100;
}

.footer .contact {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 100;
}

.footer .contact ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .contact ul li {
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 7px;
	font-size: 14px;
}

.footer .connect-btn {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	;
	background: rgb(39, 37, 37);
	color: #fff;
	padding: 14px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 21px;
}

.footer .quick-actions h3 {
	position: relative;
	font-size: 30px;
	margin-bottom: 20px;
}

.footer .quick-actions h3:before {
	content: '';
	width: 25%;
	height: 2px;
	background: #FFA503;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.footer .quick-actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .quick-actions ul li a {
	color: #fff;
	display: block;
	padding: 3px 0;
	font-size: 16px;
}

.footer .contact-box {
	margin-top: 40px;
}


/* changing start  */
.footer .contact-box .group-1,
.footer .contact-box .group-2,
.footer .contact-box .group-3 {
	position: relative;
	min-height: 130px;
	border: 1px solid #353535;
	padding: 16px 30px;
	font-weight: 100;
	font-size: 15px !important;

}
.footer .contact-box .group-1 a,
.footer .contact-box .group-2 a,
.footer .contact-box .group-3 a {
	color: #fff;
}
.footer .contact-box .group-1 {
	border-radius: 9px 0 0 9px;
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.footer .contact-box .group-1 img {
	height: 60px;
	margin-top: 17px;
}

.footer .contact-box .group-2 {
	width: 20%;
	margin-left: -1px;
}

.footer .contact-box .group-3 {
	border-radius: 0 9px 9px 0;
	width: 32%;
	margin-left: -1px;
}

.footer .contact-box .group-1::before,
.footer .contact-box .group-1::after,
.footer .contact-box .group-2::before,
.footer .contact-box .group-2::after,
.footer .contact-box .group-3::before,
.footer .contact-box .group-3::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .contact-box .group-1::before {
	background: url('../svg/top-left.svg');
	background-size: 25px 26px;
	top: -8px;
	left: -7px;
}

.footer .contact-box .group-3::after {
	background-image: url('../svg/top-right.svg');
	background-size: 25px 26px;
	top: -8px;
	right: -14px;
}

.footer .contact-box .group-1 .bottom-left {
	content: '';
	position: absolute;
	background-image: url('../svg/bottom-left.svg');
	width: 25px;
	height: 26px;
	bottom: -8px;
	left: -8px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .contact-box .group-3 .bottom-right {
	content: '';
	position: absolute;
	background-image: url('../svg/bottom-right.svg');
	width: 25px;
	height: 26px;
	bottom: -8px;
	right: -7px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .contact-box .connector-top1,
.footer .contact-box .connector-top2,
.footer .contact-box .connector-bottom1,
.footer .contact-box .connector-bottom2 {
	position: absolute;
	width: 22px;
	height: 13px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .contact-box .connector-top1 {
	background-image: url('../svg/mid.svg');
	top: -1px;
	right: -11px;
	z-index: 3;

}

.footer .contact-box .connector-top2 {
	background-image: url('../svg/mid.svg');
	top: -1px;
	right: -11px;
	z-index: 3;

}

.footer .contact-box .connector-bottom1 {
	background-image: url('../svg/mid-bottom.svg');
	bottom: -1px;
	right: -22px;
	transform: translateX(-50%);
	z-index: 3;
}

.footer .contact-box .connector-bottom2 {
	background-image: url('../svg/mid-bottom.svg');
	bottom: -1px;
	right: -22px;
	transform: translateX(-50%);
	z-index: 3;
}

/* changing end  */


.footer .footer-text {
	padding: 20px 0px;
	font-size: 1.1rem;
	font-weight: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footer-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.footer .footer-text ul li a {
	display: block;
	color: #fff;
	padding-left: 30px;
}






@media screen and (max-width: 576px) {
	.common-title {
		font-size: 30px;
		line-height: 38px;
	}

	.header {
		height: 370px;
	}
	.header.common {
		height: calc(var(--common_header_height) + -8px);
	}
	.header .banner .banner-wrapper .rip {
		display: none;
	}

	.header .banner .banner-wrapper .context h3 {
		font-size: 21px;
	}

	.header .banner .banner-wrapper .context p {
		letter-spacing: 5px;
		font-size: 11px;
	}

	.header .banner .banner-wrapper .tag {
		grid-row: 1;
		display: flex;
		font-size: 55px;
		justify-content: center;
		align-items: center;
		margin: 0;
		width: fit-content;
		line-height: normal;
		letter-spacing: -2px;
		padding: 0;
	}

	.header .banner .banner-wrapper .context .text {
		grid-row: 2;
	}

	.header .banner .banner-wrapper .tag .big-text {
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin-left: 18px;
		margin-top: 0px;
	}

	.header .banner .banner-wrapper .context .text .spall {
		display: none;
	}

	.header .banner {
		height: fit-content;
	}

	.header .banner .banner-wrapper {
		margin-top: 80px;
	}

	.header .banner .banner-wrapper .context button {
		margin-top: 0;
	}

	.header .banner .banner-wrapper .tag .big-text .dot-bg {
		width: 15px;
		height: 15px;
		right: -21px;
	}





	.footer .contact-box {
		display: block;
	}

	.footer .contact-box .group-1,
	.footer .contact-box .group-2,
	.footer .contact-box .group-3 {
		width: 100%;
		border: none;
		padding: 0px 15px;
	}
	.footer .contact-box .group-1 a {
		color: #fff;
	}
	.section-customer .slider-container .common-image,
	.footer .contact-box .group-1::after,
	.footer .contact-box .group-1::before,
	.footer .contact-box .group-2::after,
	.footer .contact-box .group-2::before,
	.footer .contact-box .group-3::after,
	.footer .contact-box .group-3 .bottom-right,
	.footer .contact-box .connector-top1,
	.footer .contact-box .connector-top2,
	.footer .contact-box .connector-bottom1,
	.footer .contact-box .group-1 .bottom-left,
	.footer .contact-box .connector-bottom2 {
		display: none;
	}

	.footer .contact-box .group-1 {
		display: grid;
	}

	.footer .contact-box .group-1 img {
		margin-bottom: 25px;
	}

	.footer .quick-actions h3 {
		margin-top: 25px;
	}

	.footer .connect-btn {
		margin: auto;
		margin-top: 35px;
	}



	.navbar-light .navbar-toggler-icon {
		background-image: url(../svg/menu-bar.svg)
	}
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgb(255 255 255 / 23%);
		outline: none!important;
	}
	.navbar-collapse {
		position: absolute;
		top: calc(var(--nav_heigh) - 18px);
		left: -15px;
		width: calc(100% + 30px);
		background: #646465;
		z-index: 3;
		padding: 10px 30px;
		transition: .7s linear;
	}
	header.scrolled .navbar-collapse {
		top: calc(var(--nav_heigh) - 41px);
	}
}