@font-face {
	font-family: 'neue_montrealregular';
	src: url('../fonts/neuemontreal-regular-webfont.woff2') format('woff2'),
		url('../fonts/neuemontreal-regular-webfont.woff') format('woff');
	font-weight: normal;


}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'neue_montrealregular';
	background: #1C1C1C;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'neue_montrealregular';
}


.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}


button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

textarea {
	overflow: hidden;
}

.text,
p {
	font-family: 'neue_montrealregular';
	color: rgba(252, 252, 252, 0.90);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	-webkit-text-fill-color: rgba(252, 252, 252, 0.90);
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-family: 'neue_montrealregular';
	text-transform: capitalize;
}

h1 {
	line-height: 95px;
	font-weight: 800;
	font-size: var(--font-85);
}

h2 {
	color: #FCFCFC;
	font-size: 70px;

	font-weight: 500;
	line-height: 86px;
}


ul,
li {
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

button:focus {
	outline: none !important;
	border: none;
	box-shadow: none;
}

button:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.navbar-toggler:focus {
	outline: none;
}


.common_padding {
	padding: 0 94px;
}

/* header */
img.logo {
	height: 49px;
	object-fit: contain;
}
ul.navigation li.active {
    background: #c2c4c6;
    color: #fff;
    padding: 0 10px;
}
ul.navigation li.active a {
    color: #fff;
}


.custom-nav {
	position: fixed;
	top: 36px;
	z-index: 999999;
	width: 89%;
	border-radius: 15px;
	background: #F8F8F8;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 107px;
	padding: 30px;
	transition: background-color 0.3s ease;
}

.sticky {
	background-color: #000000;
	z-index: 999999 !important;
	width: 89% !important;
	position: fixed;
	top: 36px;
	z-index: 999999;
	width: 89%;
	border-radius: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 107px;
	padding: 30px;
}

nav.navbar {
	padding: 0;
}

.custom-btns {
	background: #f8f8f8;
	padding: 30px;
	line-height: 30px;
	font-size: 19px;
	position: absolute;
	right: 0;
	width: 100%;
	border-radius: 0 0 15px 15px;
	height: 85vh;
}

ul.navigation li a {
	color: rgb(0 0 0 / 90%);
	font-size: 25px;
	font-weight: 500;
	line-height: 60px;
	text-transform: capitalize;
}
ul.navigation li {
    padding: 0 10px;
}

#checkbox {
	display: none;
}

.toggle {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	transition-duration: .5s;
}

.bars {
	width: 100%;
	height: 4px;
	background-color: #F37337;
	border-radius: 4px;
}

#bar2 {
	transition-duration: .8s;
}

#bar1 {
	width: 50%;
}

#bar2 {
	width: 75%;
}

span#toggle #checkbox:checked+.toggle .bars {
	position: absolute;
	transition-duration: .5s;
}

span#toggle #checkbox:checked+.toggle #bar2 {
	transform: scaleX(0);
	transition-duration: .1s;
}

span#toggle #checkbox:checked+.toggle #bar1 {
	width: 100%;
	transform: rotate(45deg);
	transition-duration: .5s;
}

span#toggle #checkbox:checked+.toggle #bar3 {
	width: 100%;
	transform: rotate(-45deg);
	transition-duration: .5s;
}

span#toggle #checkbox:checked+.toggle {
	transition-duration: .5s;
	transform: rotate(180deg);
}

ul.navigation li:hover {
	color: #fff;
	background: #f37337;
	padding: 0 10px;
}


.dropdown-item {
	color: #fff;
	background: #f37337;
}
.dropdown-menu {
    padding: 0;
}
.nav-link:focus, .nav-link:hover {
    color: #F1F1F1;
}
ul.navigation li:hover a {
    color: #fff;
}
/* header end */


.footer_box {
	padding: 79px 0 25px 0;
}

ul.social_link svg:hover {
	stroke: #f37337;
}

.footer_widget ul li a:hover {
	color: #f37337;
}

.footer_widget .contact a:hover {
	color: #f37337;
}

.footer_widget h5 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer_widget ul li {
	margin-right: 20px;
	margin-bottom: 15px;
	color: #818181;
	font-family: Neue Montreal;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.footer_widget ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.footer_widget p {
	color: #F1F1F1;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
}

.footer_nav {
	display: flex;
	flex-wrap: wrap;
}

.footer_widget .contact a {
	color: #F1F1F1;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
}

.footer_widget .contact {
	display: flex;
	flex-direction: column;
}

.copy_right {
	padding: 15px 0;
	margin-bottom: 50px;
}

.copy-text {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #747474;
	margin: 0 20px;
}

.social_link {
	display: flex;
	justify-content: flex-start;
	padding: 65px 0;
}

.social_link li a,
.social_link li {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

ul.footer_nav li a {
	color: #C2C2C2;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.514px;
	margin-right: 25px;
}

.footer_widget {
	margin-top: 40px;
}

.footer_widget h5 {
	color: #747474;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

ul.phone-number1 li {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

ul.phone-number1 li a {
	color: #F1F1F1;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.36px;
	margin: 0 8px 0 0;
}

.copy_right-p {
	color: #747474;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

button.btn.top-btn {
	display: none;
	cursor: pointer;
	z-index: 99;
	border-radius: 50%;
	color: #AAAAAA;
	border: 1px solid #AAAAAA;
	width: 44px;
	height: 44px;
	text-align: center;
	padding: 0;
	line-height: 15px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

button.btn.top-btn:hover {
	background: linear-gradient(to top, #F37337 0%, #F37337 100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	border: 1px solid #fff;
}

.copy_right-footer2 {
	border-radius: 16px;
	background: #2D2D2D;
	padding: 50px 50px;
	display: flex;
	align-items: center;
	align-content: center;
}

.copy_right-footer2 p {
	margin: 0;
	color: #FCFCFC;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.2px;
}

/* ==slider--------- */
section.banner_sec {
	height: 100vh;
	width: 100%;
	position: relative;
}
video.bnr-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
img.bnr-img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

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

.banner-slider h2 {
	color: #F8F8FE;
	font-size: 82px;
	font-weight: 400;
	line-height: 89.5px;
}

.banner-cnt {
	position: absolute;
	z-index: 99;
	bottom: 23%;
	padding: 0 94px;
	width: 75%;
}

.banr-btn a {
	color: #FCFCFC;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	border-radius: 99px;
	border: 1.5px solid #FCFCFC;
	display: flex;
	align-items: center;
	width: 208px;
	height: 50px;
	padding: 0 8px 0 40px;
	justify-content: center;
	margin-right: 20px;
}

.banr-btn {
	margin-top: 31px;
	display: flex;
	align-items: center;
}

span.btn-rignt {
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
	margin-left: auto;
}

div#banner .owl-dots{
	position: absolute;
	bottom: 15%;
	padding: 0 94px;
	display: flex;
}
div#banner .owl-dot {
    background: #ffffff82;
    height: 5px;
    width: 22px;
    border-radius: 10px;
    margin: 0 7px 0 0px;
}
div#banner .owl-dot.active {
    background: #ffffff;
    height: 5px;
    width: 50px;
    border-radius: 10px;
    margin: 0 7px 0 0px;
}

.banr-btn a:hover {
	background: #ffffff36;
}


img.bnr-img {
	height: 100%;
}

.static-clinet {
	position: absolute;
	bottom: 10%;
	right: 6%;
	z-index: 3;
	border-radius: 20px;
	background: rgba(254, 254, 254, 0.24);
	backdrop-filter: blur(492px);
	width: 492px;
	height: auto;
	padding: 20px;
}

.happy-client h2 {
	color: #FCFCFC;
	font-size: 25px;
	line-height: normal;
	font-weight: 400;
}
.contact-frm svg {
    height: 20px !important;
    width: 20px !important;
}
.our-latest-pjt h3 {
	color: rgba(255, 255, 255, 0.83);
	font-size: 18px;

	font-weight: 400;
	line-height: normal;
}

.row.our-latest-pjt h2 {
	color: #FCFCFC;
	font-size: 23px;
	line-height: normal;
	font-weight: 400;
	white-space: unser;
}

.location {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}

.location p {
	color: rgba(255, 255, 255, 0.83);
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 4px;
	margin: 0;
}

section.about-us {
	padding: 85px 0 25px 0;
}

section.about-us span {
	color: #FCFCFC;
	font-size: 73.333px;

	font-weight: 400;
	line-height: 81.481px;
	/* 111.111% */
}

.orange-btn {
	display: flex;
	border-radius: 99px;
	border: 1.5px solid #F37337;
	align-items: center;
	flex-direction: row;
	align-content: center;
	width: fit-content;
	height: auto;
	justify-content: center;
	padding: 0 10px 0 43px;
}

.orange-btn p {
	margin: 0;
	padding: 10px 25px 10px 0px;
	color: #F37337;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.orange-btn span {
	border: 1.5px solid #F37337;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.orange-btn:hover {
	background: #f3733736;
}


.inner-text-counter p {
	color: #FFF;
	font-size: 17px;

	font-weight: 200;
	line-height: 30px;
	letter-spacing: 0.36px;
	padding: 0;
	margin: 0;
	text-align: left;
}



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

.inner-text-counter {
	border-right: 1px solid #fff;
}

.counter span {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 80px;

	font-weight: 400;
}

.countr-box {
	display: flex;
	justify-content: space-between;
	align-content: center;
	border-radius: 20px;
	background: rgba(254, 254, 254, 0.24);
	backdrop-filter: blur(492px);
	padding: 25px;
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 3;
	right: 0;
	align-items: center;
	margin: 0 17px;
}

.abt-img {
	position: relative;
	border-radius: 10px;
}

.conter-last {
	border: 0;
}

h3.number {
	color: #FCFCFC;
	font-size: 70px;

	font-weight: 400;
}

.orange {
	color: #F37337;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}



.service-btn-heading {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 15px;
}

.custom-tab div#v-pills-tab {
	color: #F37337;
	font-size: 30px;
	font-weight: 500;
	white-space: nowrap;
}

.custom-tab button.nav-link.active p {
	color: #F37337;
	font-size: 30px;
	font-weight: 500;
	white-space: nowrap;
	background-color: transparent;
	margin: 0;
}

.custom-tab button.nav-link.active {
	color: #F37337;
	font-size: 30px;
	font-weight: 500;
	white-space: nowrap;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	width: 420px;
	align-items: flex-end;
	border-bottom: 1px solid #f37337;
	border-radius: 0;
}

button.nav-link {
	color: #A8A8A8;
	font-size: 30px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	margin: 0;
	align-items: flex-end;
}

button.nav-link p {
	color: #A8A8A8;
	font-size: 30px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

button.nav-link span {
	opacity: 0;
}

button.nav-link.active span {
	opacity: 1;
}

.nav-pills .nav-link p {
	margin: 0;
}

.custom-tab {
	margin-top: 66px;
}

.custom-tab h4 {
	color: #F37337;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 19px;
}

.tab-cnt-main {
	display: flex;
	align-items: center;
	padding-left: 74px;
}



section.about-us span {
	color: #F37337;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}


section.service-plx {
	padding: 66px 0 100px 0;
	background: #1c1c1c;
	z-index: 9;
}

.sticky1 {
	position: sticky;
	top: 0;
	width: 100%;
	transition-duration: 5s;
	transition-timing-function: ease-in-out;
	z-index: 0;
	top: 0;
}

.slide {
	position: sticky;
	top: -10%;
	height: 100%;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

section.clients {
	padding: 100px 0;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #1C1C1C;
}

section#slide3 {
	position: relative;
	z-index: 9;
	background: #1C1C1C;
}

img.c-img {
	width: 240px;
	height: 64px;
	object-fit: contain;
	margin: 79px 0 100px 0;
}

section.clients a {
	text-align: center;
	margin: 0 auto;
}

.wehave {
	color: rgba(252, 252, 252, 0.90);
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

section.main-bredcrum {
	margin-top: 200px;
}

.pandspan-all {
	display: flex;
	align-items: center;
}

.pandspan-all p {
	margin: 0 0 0 50px;
	width: 80%;
	color: rgba(255, 255, 255, 0.68);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.36px;
}

section.main-bredcrum h2 {
	color: #FCFCFC;
	font-size: 100px;
	font-style: normal;
	font-weight: 500;
}

span.line {
	margin: 70px 0 0 0;
}

section.abt-main {
	padding: 76px 0;
}

.how-we h2 {
	color: #FCFCFC;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
}

.how-we h2 span {
	color: #F37337;
}

section.innovative {
	margin-bottom: 90px;
}

.box {
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 24px;
}

section.innovative h3 {
	color: #FCFCFC;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

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

.box11 {
	border-radius: 30px;
	border: 1px solid #585858;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	align-content: center;
}

.box11 h4 {
	color: #FCFCFC;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
}

.box-b {
	display: flex;
	align-items: center;
}

.row.box-b p {
	color: #FCFCFC;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin: 10px 0 0 0;
}
.box-b img{
	    width: 180px;
}
.our-tem-bd {
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 20px 20px 40px 20px;
}

section.our-team {
	margin-bottom: 90px;
}

.boder-dash {
	display: inline-flex;
	width: 100%;
	height: 1px;
	position: relative;
	clip-path: inset(0 round 30px 0 30px 0);
}

.boder-dash::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -7px;
	border-top: 8px dashed rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}

sub {
	vertical-align: super;
}

span.prefix {
	color: #FCFCFC !important;
	font-size: 70px !important;
	font-style: normal;
	font-weight: 400;
}

section.service-main1 {
	padding: 76px 0 140px 0;
}

img.s-img {
	object-fit: cover;
	border-radius: 27.76px;
	height: 400px;
	width: 100%;
}

.box-service h4 {
	color: #FCFCFC;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.519px;
	margin-top: 25px;
}

.box-service p {
	color: rgba(252, 252, 252, 0.50);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.588px;
	letter-spacing: -0.592px;
	margin-top: 16px;
}

.box-ss3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.content-wrapper {
	min-height: 100%;
	position: relative;
}


.get-in-touch {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.get-in-touch .title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 36px;
	line-height: 48px;
	padding-bottom: 48px;
}

.contact-form .form-field {
	position: relative;
	margin: 32px 0;
}

.contact-form .input-text {
	display: block;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #828282;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 150% */
	background: transparent;
}


button.orange-btn {
	background: transparent;
}

.contact-form .input-text:focus {
	outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
	transform: translateY(-24px);
	color: #C5C5C5;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	/* 291.667% */
	/* 230.769% */
}

.contact-form .label {
	position: absolute;
	left: 15px;
	bottom: 11px;
	color: #808080;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 58px;
	cursor: text;
	transition: transform 0.2s ease-in-out;
}

.note {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}


section.contact-index h4 {
	color: #FFF;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 9px;
	position: relative;
}

section.contact-index {
	padding: 64px 0 84px 0;
	position: relative;
}

img.shadow1 {
	position: absolute;
	right: 0;
}

section.main-bredcrum.service-dtl-main-bredcrumb h2 {
	color: #FCFCFC;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.static-clinet.section-client-main {
	position: unset;
	margin-top: 50px;
}

.row.happy-client {
	display: flex;
	align-items: center;
}

section.Engineering-s {
	padding: 33px 0 140px 0;
}

.Key-features {
	text-align: center;
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 45px 35px;
}

.s-dtl-box {
	position: relative;
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 30px;
	height: 100%;
	text-align: left;
}

.s-dtl-box span {
position: absolute;
    left: -16px;
    top: 47%;

}

.s-dtl-box h5 {
	color: #FCFCFC;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 30px;
}

.s-dtl-box p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.36px;
	margin: 0;
}

.connect-us {
	display: flex;
	align-items: center;
	margin: 131px 0 0px 0;
}

.connect-us h2 {
	color: #FCFCFC;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.connect-us h2 span {
	color: #767676;
}

img.img-icon {
	margin: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 48px;
	height: 98px;
	object-fit: contain;
}

.Service-main-dtl-page-h2 h2 {
	color: #FCFCFC;
	font-size: 52.93px;
	font-style: normal;
	font-weight: 500;
	line-height: 118px;
}

.happy-client h2 {
	color: #FCFCFC;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: unset;
}

section.key {
	padding: 10px;
}

.Key-features h2 {
	color: #FCFCFC;
	text-align: center;
	font-size: 51px;
	font-style: normal;
	font-weight: 500;
	line-height: 118px;
}

ul.btn-projrct {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 99px;
	border: 1px solid #454545;
    box-shadow: 0px 1px 6px 0px rgba(243, 115, 55, 0.20), 0px 1px 5px 0px rgba(102, 102, 102, 0.08) inset, 0px -1px 6px 0px rgba(130, 130, 130, 0.10) inset;
	width: fit-content;
	margin: 0 auto;
	padding: 7px;
}

ul.btn-projrct button {
	color: #999;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	background: transparent;
	border: 0;
	width: 100%;
	padding: 11px 30px;
	border-radius: 99px;
}

ul.btn-projrct li button.active {
	border-radius: 99px;
	background: #F37337;
	color: #FCFCFC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

ul.btn-projrct button:hover {
	border-radius: 99px;
	background: #F37337;
	color: #FCFCFC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

section.project-main {
	padding: 34px 0 74px 0;
}

.pro-box-main {
	text-align: left;
}

.pro-box-main p {
	color: #FCFCFC;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-top: 18px;
	margin-bottom: 47px;
}

.pro-box-main {
	text-align: left;
	padding: 47px 0;
}

.pro-box img {
	border-radius: 16px;
	width: 100%;
	height: 395px;
	object-fit:cover;
}

a.Load-more {
	color: #767676;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

section.main-bredcrum.service-dtl-main-bredcrumb span {
	color: rgba(255, 255, 255, 0.83);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

section.owl-project {
	padding: 64px 0 34px 0;
}

div#project-dtl .owl-dots {
	display: flex;
	margin-top: 32px;
	border-radius: 99px;
	border: 1px solid #424242;
	width: fit-content;
	padding: 11px;
}

div#project-dtl .owl-dot {
	background: rgba(155, 155, 155, 0.30);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 7px;
}

div#project-dtl .owl-dot.active {
	background: #F37337;
}

div#project-dtl1 .owl-dots {
	display: flex;
	margin-top: 32px;
	border-radius: 99px;
	border: 1px solid #424242;
	width: fit-content;
	padding: 11px;
}

div#project-dtl1 .owl-dot {
	background: rgba(155, 155, 155, 0.30);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 7px;
}

div#project-dtl1 .owl-dot.active {
	background: #F37337;
}

.row.Project-Overview h2 {
	color: #FCFCFC;
	font-size: 52.93px;
	font-style: normal;
	font-weight: 500;
	line-height: 118px;
}

.Also-Checkout {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 67px 0 36px 0;
}

.Also-Checkout h2 {
	color: #FCFCFC;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
}

.pro-indxbtn {
	display: flex;
    margin-top: 16px;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}
div#projj img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
}
.pro-indxbtn ul {
	margin: 0 0 55px 0;
}

.pro-index p {
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.testimonials-index{
	padding-top: 100px;
}

.box-client h5 {
	color: #FCFCFC;
	font-size: 22.565px;
	font-style: normal;
	font-weight: 500;
	line-height: 26.326px;
}

.box-client span {
	color: rgba(159, 159, 159, 0.75);
	font-size: 14.282px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.993px;
}

.box-client {
	background: url(../images/client/Frame.png);
	background-repeat: no-repeat;
	padding: 25px;
	background-size: cover;
	border-radius: 20px;
	margin-bottom: 25px;
	height: 92%;
}

div#blog-index .owl-dot.active {
	background: #F37337;
}

div#blog-index .owl-dots {
	display: flex;
	margin-top: 32px;
	border-radius: 99px;
	border: 1px solid #424242;
	width: fit-content;
	padding: 11px;
}

div#blog-index .owl-dot {
	background: rgba(155, 155, 155, 0.30);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 7px;
}

.index-tab-1 li.nav-item button {
	border-radius: 99px !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	padding: 12px 30px;
	margin-right: 6px;
	white-space: nowrap;
}

.index-tab-1 li.nav-item button.nav-link:hover {
	border-radius: 99px;
	background: #F37337;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	padding: 12px 30px;
	color: #FCFCFC;
}

.index-tab-1 li.nav-item button.nav-link.active {
	border-radius: 99px;
	background: #F37337;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	padding: 12px 30px;
	color: #fff;
}

section.contactus-index h2 {
	margin-bottom: 46px;
}

.contact-frm {
	border-radius: 20px 0px 0px 20px;
	background: rgba(37, 37, 37, 0.67);
	padding: 0px 0 0 30px;
}

.contact-frm ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.contact-frm ul li p {
	margin: 0 0 0 8px;
}

.contact-frm ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 38px;
}

.contact-frm h5 {
	color: #FCFCFC;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 79px;
}

.map-index {
	height: 100%;
}

.map-index iframe {
	border-radius: 20px;
}

footer.index-footer {
	position: absolute;
}

ul.btn-projrct li {
	margin-right: 6px;
}

.clients-img-main {
	display: flex;
	align-items: center;
	margin-bottom: 90px;
}

section.clients-main-1 {
	padding: 64px 0 0 0;
}

img.c-img2 {
	height: 60px;
	object-fit: contain;
	margin-right: 34px;
}

span.date-m {
	color: rgba(206, 206, 206, 0.80);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.723px;
}

a.blog-main2 p {
	margin: 0;
	color: #FCFCFC;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 29px;
	/* 140% */
}

img.blog-main-dtl {
	border-radius: 30px;
	height: 500px;
	object-fit: cover;
	width: 100%;
}

p.date-btn {
	color: #FCFCFC;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.229px;
	border-radius: 44.862px;
	border: 1.495px solid #FCFCFC;
	width: auto;
	padding: 9px 19px;
	margin-left: 10px;
}

section.blog-inner-page h2 {
	color: #FCFCFC;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 63px;
	margin: 30px 0;
}

.similar-blog h2 {
	color: #FCFCFC;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 79px;
	margin-bottom: 35px;
}

.similar-blog a {
	float: right;
	margin: 0;
}

div#similar .owl-dots {
	display: flex;
	margin-top: 32px;
	border-radius: 99px;
	border: 1px solid #424242;
	width: fit-content;
	padding: 11px;
}

div#similar .owl-dot {
	background: rgba(155, 155, 155, 0.30);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 7px;
}

div#similar .owl-dot.active {
	background: #F37337;
}

.career-main h2 {
	color: #FCFCFC;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 63px;
}

section.career-main h5 {
	color: rgba(252, 252, 252, 0.90);
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

section.career-main {
	padding: 62px 0 100px 0;
}

.current-operators {
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 30px;
}

.current-operators h2 {
	color: #FCFCFC;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
}

.box-open {
	border-radius: 30px;
    border: 1px solid #585858;
    padding: 20px;
    margin-bottom: 30px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.box-open h5 {
	color: #FCFCFC;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 25px;
}

span.prjct-span {
	border-radius: 13px;
	background: #454545;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 6px;
}

.box-open p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.36px;
	margin-top: 25px;
}

button.apply-now {
	border-radius: 99px;
	background: #454545;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.36px;
	white-space: nowrap;
}

.box-open:hover button.apply-now {
	border-radius: 99px;
	background: #F37337;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.36px;
}

.box-open:hover {
	border-radius: 30px;
	border: 1px solid #585858;
	background: #2F2F2F;
}

.current-operators h2 {
	color: #FCFCFC;
	text-align: center;
	font-size: 52.93px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

section.current-opening {
	padding-bottom: 100px;
}

img.career {
	width: 100%;
}

div#staticBackdrop {
	z-index: 9999999;
}

.modal-content {
	border-radius: 30px;
	background: #0B0B0B;
	color: #fff;
	padding: 30px 30px 0 30px;
}

button.modal-close-btn1 {
	background: transparent;
}

h2#staticBackdropLabel {
	color: #FCFCFC;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

button.modal-close-btn1 {
	background: transparent;
	position: absolute;
	right: 19px;
	top: 12px;
}

.modal-header {
	border: 0;
}

.modal-footer {
	border: 0;
}

.contact-form .form-field {
	position: relative;
	margin: 32px 0;
}

.select-duration {
	display: flex;
	align-items: center;
}

.select-duration p {
	margin: 0;
	color: #808080;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

input.year-main {
	border-radius: 8px;
	border: 1px solid #808080;
	background: transparent;
	color: #fff;
	width: 74px;
	height: 40px;
	padding: 0 5px;
}

.input-name {
	position: relative;
}

.input-name p {
	position: absolute;
	top: -15px;
	left: 9px;
	color: #C5C5C5;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	background: #0b0b0b;
}

.input-name {
	position: relative;
	margin: 8px;
}

span.orange-main {
	color: #F37337;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

/* Style for the file input */
.file-input-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.file-input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}

/* Style for the button and icon */
.upload-btn {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 8px;
	border: 1px solid #808080;
	background: #0b0b0b;
	color: #808080;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.upload-icon {
	margin-left: 8px;
}

/* Style for the file name display */
.file-name {
	margin-left: 10px;
}

.input-ch {
	display: flex;
	align-items: flex-start;
}

.input-ch p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: -7px 0 0px 6px;
}

.form-check {
	position: relative;
}

#ihave input[type=checkbox] {
	width: 16px;
	height: 16px;
	box-shadow: none;
}

#ihave input[type=checkbox]:checked+label::before {
	content: "";
	display: block;
	position: absolute;
	text-align: center;
	width: 16px;
	height: 16px;
	left: 0;
	top: 5px;
	background-color: #FA9E57;
	border-radius: 2px;
	border: 1px solid rgb(150 150 150 / 30%);
	box-shadow: none;
}

#ihave input[type=checkbox]:checked+label::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
	display: block;
	position: absolute;
	left: 1px;
	top: 1px;
	box-shadow: none;
}

.form-check-input:checked {
	background-color: transparent !important;
	border-color: transparent !important;
}

.input-ch label.form-check-label.ml-3 {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.3px;
}

.form-check-input:focus {
	box-shadow: none;
}

.General-contact {
	display: flex;
	border-radius: 30px;
	border: 1px solid #585858;
	padding: 30px 0;
	margin: 54px 0 100px 0;
	align-items: center;
	height: 100%;
}

.General-contact p {
	display: flex;
	align-items: center;
	color: #E8E8E8;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.General-contact h3 {
	color: #FCFCFC;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
}

.General-contact a {
	color: #E8E8E8;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.General-contact span {
	margin: 0 6px 0 0px;
}

.bb-r {
	border-right: 1px solid #585858;
	height: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.bb-ph {
	display: flex;
	align-items: center;
}

div#tab-cnt .owl-prev,
div#tab-cnt .owl-next {
	width: 45px;
	height: 45px;
	border: 1px solid #F37337;
	color: #F37337;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

div#tab-cnt .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
div#tab-cnt .owl-nav .owl-next {
    right: -4%;
    position: absolute;
}
div#tab-cnt .owl-nav .owl-prev {
    left: -4%;
    position: absolute;
}
li.space {
	padding-bottom: 22px;
}

.slider-count {
	color: #fff;
	color: #F37337;
	font-size: 31px;
	font-style: normal;
	font-weight: 400;
}
.row.our-latest-pjt {
    display: flex;
    align-items: center;
}
.our-branches-contact {
	padding: 0 0 100px 0 !important;
}

div#tab-cnt {
	margin-bottom: 40px;
}

section.contactus-index {
	padding: 100px 0;
}
.our-blog-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
div#blog-index img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
}
span.blog-date {
    color: rgba(206, 206, 206, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

div#success {
    position: fixed;
    bottom: 0;
    width: 50%;
    right: 0px;
    background: #f37337;
    border: 0;
    z-index: 99999;
    color: #fff;
}

img, svg{
    vertical-align: initial !important;
}
img.pro-img-22 {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.contact-frm ul li span {
    margin: 7px 0 0 0;
}
.box6 {
    margin-right: 20px;
}

.ceo-message h3{
	color: #FCFCFC;
leading-trim: both;
text-edge: cap;
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 88px; /* 125.714% */
}
.ceo_content p{
	color: rgba(255, 255, 255, 0.68);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
}
.ceo_content h5{
	color: #FCFCFC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.ceo_content h6{
	color: #CACACA;
leading-trim: both;
text-edge: cap;
font-family: "Neue Montreal";
font-size: 15px;
font-style: normal;
font-weight: 400;
padding-top:8px;
}

.tab-cnt-main img{
	    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}
.srv_img_det img{
	height: 400px;
    object-fit: cover;
    border-radius: 27px;
}