:root {
	--yellow: #FF9C2E;
	--yellow-hover: #dd821d;
	--blue: #08317A;
	--grey: #808080;
	--pink: #CE0E97;
}

p {
	font-size: 15px;
}

.bluetext {
	color: var(--blue);
}

.greytext {
	color: var(--grey);
}

.yellowtext {
	color: var(--yellow);
}

.btn-primary {
	background: var(--yellow);
	color: #fff;
	border: 1px solid var(--yellow);
	min-width: 120px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: var(--yellow-hover) !important;
	color: #fff;
	border: 1px solid var(--yellow-hover) !important;
}

body {
	font-family: 'Poppins-Regular';
	/* overflow-x: hidden; */
}

.navbar-brand {
	max-width: 174px;
}

.navbar-expand-sm .navbar-nav .nav-link {
	font-family: 'Poppins-SemiBold';
	color: var(--pink);
	font-size: 16px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover{color: #08317A;}
.projectfilter a h5:hover{color: #08317A;}
.project-not-found{font-size: 20px;margin-bottom: 0px;}
.project-link-hover:hover{color: #dd821d !important;}
.navbar-expand-sm .navbar-nav .nav-link.active {
	font-family: 'Poppins-Black';
	color: var(--blue);
}

/* .title {
} */

.banner {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner video {
	position: absolute;
	inset: 0;     /* width: 100%; */
	width: 100%;
}

.databox {
	top: 100vh;
	position: relative;
}

.unlocking {
	/* top: 30vh; */
	position: relative;
}
.banner-inner{max-height: 100%; height: 55vh;}

.banner-inner img {
    position: fixed;
    height: 55%;
    width: 100%;
    object-fit: cover;
}



/* parallez :start */
.bg-holder {
	width: 100%;
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
}

.bg-holder .content {
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

h2 {
	font-size: 32px;
	line-height: 1.5;
}

/* .pic1 {
  background-image: url('../images/collaboration.png');
} */
.companydirectors {
	background-image: url('../images/companydirectorsbg.png');
	background-size: cover;
}

.pic2 {
	background: #fff;
}

.pic3 {
	background: var(--blue);
}

.greybg {
	background: #F0F1F1;
}

/* parallax end */
h1 {
	font-family: 'Poppins-Bold';
}

.expandable_cards .container {
	display: flex;
	width: 90vw;
}

.panel {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 60vh;
	color: #fff;
	cursor: auto;
	flex: 0.4;
	/* flex: 0.8; */
	box-shadow: inset 1px 0px 4px 0 #939393c9;
	position: relative;
	/* -webkit-transition: all 100ms ease-in-out; */
}

.panel .subtitle {
	font-size: 24px;
	position: absolute;
	bottom: 30px;
	left: 70px;
	text-align: left;
	margin: 0;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	white-space: nowrap;
	font-family: 'Poppins-Bold';
}

.panel:hover .subtitle {

	/* transition: transform 0.8s ease-in 0.4s;*/
	transform: rotate(0deg);
	position: relative;
	display: none;
}

.panel:hover {
	flex: 5;
	text-align: left;
	padding: 2%;
}

.panel .textbox {
	text-align: left;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.panel .textbox h3 {
	font-family: 'Poppins-Bold';
	position: relative;
	border-bottom: 5px solid var(--yellow);
	padding-bottom: 4%;
	width: fit-content;
}

/* .panel .textbox h3{
} */
.panel .textbox p {
	font-family: 'Poppins-Regular';
}

.panel:hover .textbox {
	opacity: 1;
	/* transition-delay: 0.6s; */
	transition-delay: 0.3s;
}

#clients .items {
	width: 90%;
	margin: 0px auto;
	margin-top: 100px;
}

#clients .slick-slide {
	margin: 20px;
}

#clients .slick-slide img {
	width: 100%;
	border: 0px solid #fff;
}

#clients h4 {
	/* background: var(--blue);
	width: fit-content; */
	background: transparent;
    width: fit-content;
    font-weight: 900;
    color: var(--blue) !important;
	position: relative;

}
#clients h4::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid var(--yellow);
    width: 100px;
    right: 0;
    margin: 0 auto;
}
[dir='rtl'] .slick-slide {
	float: left;
}

.collaboration {
	background: url(../images/collaboration.png) no-repeat center center;
	background-size: cover;
	height: auto !important;
	background-attachment: fixed;
	background-position: initial;
}

.contact_details {
	background: var(--yellow);
	font-family: 'Poppins-SemiBold';
}

.contact_details_icons {
	max-width: 80px;
}

.contact_details .middlebox {

	/* border-left: 2px solid var(--blue); */

	/* border-right: 2px solid var(--blue); */
	position: relative;
}

.contact_details .middlebox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	width: 2px;
	background: var(--blue);
}

.contact_details .middlebox:after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 2px;
	background: var(--blue);
}

.contact_details a:hover {
	color: var(--blue);
}

.contact {
	margin-top: -100px;
}

footer {
	background: var(--blue);
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: var(--yellow);
}

.footer_logo {
	max-width: 300px;
}

textarea {
	resize: none;
}

/* project overlay css */
.overlay.projects_overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: var(--blue);     /* background-color: rgba(0,0,0, 0.9); */
	overflow-y: hidden;
	transition: 0.5s;
	z-index: 9999;
}

.projects_overlay .overlay-content {
	position: relative;
	top: 14vh;
	width: 100%;
}

.overlay.projects_overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay.projects_overlay a:hover, .overlay.projects_overlay a:focus {
	color: #f1f1f1;
}

.overlay.projects_overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	font-size: 40px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: #ffffff9c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.overlay.projects_overlay .closebtn:hover {
	background: var(--yellow);
	color: #fff;
}

.overlay.projects_overlay .num {
	font-family: 'Poppins-Bold';
	color: var(--yellow);
}

.overlay.projects_overlay .project_title {
	font-family: 'Poppins-Bold';
	position: relative;
}

.overlay.projects_overlay .project_title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100px;
	border-bottom: 1px solid var(--yellow);
}

.overlay.projects_overlay .slick-slide {
	padding: 0 15px 0 0;
}

/* project overlay css */
#categories ul {
	padding: 0 4%;
}

.companydirectors h4 {
	font-family: 'Poppins-Bold';
}

.directorimg {
	width: 40%;     /* width: fit-content; */
	margin: 0 auto;
	position: relative;
}

.directorimg img {
	border-bottom: 35px solid var(--yellow);
	width: calc(100% + 70px)
}

.directorimg:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -35px;
	bottom: 0;
	border-left: 35px solid var(--yellow);
	width: fit-content;
	margin: 0 auto;
}

.directorimg:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	bottom: 0;
	border-right: 35px solid var(--yellow);
	width: fit-content;
	margin: 0 auto;
}

.process_icon {
	width: 100px;
	margin: 10px auto 10px !important;
	height: 95px;
}

.process_steps:nth-child(odd) .process_icon {
	display: flex;
	align-items: end;
}

.process_steps:nth-child(even) .process_icon {
	display: flex;
	align-items: start;
}

.semi_circle_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.semi_circle_box h6 {
	position: absolute;
	text-align: center;
	z-index: 9;
}

/* lightbox */

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 1000;
	transform: none !important;
}

.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	background: #0000009c;
	text-decoration: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background: black;
	color: white;
	width: 100%;
}

.active, .demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* lightbox end */
.load-morebtn {

	/* color: var(--pink); */
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-family: 'Poppins-Bold';
}

.load-morebtn:hover {
	color: var(--blue);
}

	/* image height start 27-11-2023 */
	.projects_overlay .slick-slide img {
		height: 310px;
	}

	/* image height end */

@media only screen and (max-width:1500px) {
	.process_icon {
		width: 80px;
		margin: 10px auto 10px !important;
		height: 77px;
	}

	.projects_overlay .slick-slide img {
		height: 310px;
	}

	.panel .subtitle, .panel .textbox h3 {
		font-size: 19px;
	}

}

@media only screen and (min-width:767px) {
	.mySlides img {
		height: 70vh;
		margin: 15vh auto;
		display: flex;
	}

}

@media only screen and (min-width:901px) {
	.about_gif{
		padding: 0
	}
}
@media only screen and (max-width:900px) {
	.banner video {
		position: relative;
	}
	.homebanner {
		height: auto;
	}
	header{
		height: 7vh;
	}
	.databox {
		top: 0;
		position: relative;
	}
	.banner {
		position: relative;
	}
}
@media only screen and (max-width:767px) {
	.banner {
		width: 100%;
		overflow: hidden;
		position: relative;
		height: auto;
	}
	header{
		height: 9vh;
	}
	/* .homebanner {
		height: 100vh;
	} */

	.databox {
		top: 0;
		position: relative;
	}

	.unlocking {
		top: 0;
		position: relative;
	}

	.banner video {
		width: 100%;
	}

	.bg-holder {
		width: 100%;
		height: auto;
		background-position: 0;
		background-size: cover;
		color: #fff;
	}

	.bg-holder .content {
		color: #fff;
		text-align: center;
		position: relative;
		top: 0;
		transform: none;
	}

	.expandable_cards .container {
		display: flex;
		width: 90vw;
		flex-direction: column;
		height: 500px;
	}

	.panel.active {
		flex: 5;
		padding: 0;
	}

	.panel .subtitle {
		font-family: 'Poppins-Bold';
		transform: rotate(0deg);
		left: 10px !important;
	}

	.panel {
		height: 320px;
		box-shadow: none;
		border-bottom: 2px solid #ffffff;
	}

	.panel .textbox h3 {
		font-size: 19px;
	}

	.panel .subtitle {
		font-size: 15px;
		bottom: 12px;
		left: 5px;
		text-align: left;
		margin: 0;
		transform: rotate(0deg);
	}

	.panel.active .subtitle {
		display: none
	}

	.panel .textbox {
		display: none;
	}

	.panel.active .textbox {
		text-align: left;
		opacity: 1;
		padding: 10px;
		display: block;
		transition: opacity 0.3s ease-in;
	}

	/* .panel.active .textbox h3 {
					left: 0 !important;
					} */

	/* .panel h3 {
					  font-size: 15px;
					  position: absolute;
					  bottom:  7px;
					  left:5px;
					  text-align: left;
					  margin: 0;
					
					
					} */


	.contact_details .middlebox:before {
		display: none;
	}

	.contact_details .middlebox:after {
		display: none;
	}

	.contact_details .middlebox {
		border-top: 1px solid var(--blue);
		border-bottom: 1px solid var(--blue);
	}

	.overlay.projects_overlay {
		overflow-y: auto;
	}

	.variable-width {
		padding-bottom: 5%;
	}

	.process_inner_box {
		display: flex;
		justify-content: center;
		height: 260px;
		align-items: center;
	}

	.process_icon {
		width: 30%;
		height: auto;
	}

	.semi_circle_box {
		width: 60%
	}

	.semi_circle_box figure {
		transform: rotate(-90deg);
	}

	.process_steps:nth-child(even) .process_icon {
		display: flex;
		align-items: center;
	}

	.gallery img {
		width: 80%;
		margin: 3% 10%;
	}

	.modal-content {
		padding: 30% 0;
		width: 90%;
	}

	.dropdown-menu {
		width: 100%;
	}

	.contact_details_icons {
		max-width: 40px;
	}

	.footer_logo {
		max-width: 250px;
		margin: 0 auto;
	}

	.directorimg:before {
		left: -10px;
		border-left: 10px solid var(--yellow);
	}

	.directorimg:after {
		right: -10px;
		border-right: 10px solid var(--yellow);
	}
	.directorimg img {
		border-bottom: 10px solid var(--yellow);
		width: calc(100% + 70px);
	}

	.contact_details h5{
		font-size: 15px;
	}

	.collaboration {
			background-attachment: inherit;
	
	}

	#expertisecarousel.carousel {
			height: 57vh;
		}

		#clients h4 {
			background: transparent;
			width: fit-content;
			font-weight: 900;
			color: var(--blue) !important;
		}
}

@media screen and (max-height:450px) {
	.overlay.projects_overlay {
		overflow-y: auto;
	}

	.overlay.projects_overlay a {
		font-size: 20px
	}

	.overlay.projects_overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

}
@media only screen and (min-width: 321px) and (max-width: 575px) 
{
	.navbar-brand {max-width: 120px;}
	.footer_logo{max-width: 170px; margin: 0; padding-bottom: 26px;}
	.list-unstyled{margin-left: 16px;}
	.panel .subtitle{line-height: 1;}
	.panel{padding: 14px;}
	#clients .slick-slide{margin: 10px !important;}
	.directorimg {	width: 50%;}
	.semi_circle_box {width: 61%;}
	.process_inner_box{height: 202px;}
	.wow .title h1{padding-top: 14px;}
}
@media only screen and (max-width: 320px) 
{
	.navbar-brand {max-width: 114px;}
	.panel .subtitle{line-height: 1;}
	.panel{padding: 14px;}
	#clients .slick-slide{margin: 10px !important;}
	.footer_logo{max-width: 170px; margin: 0; padding-bottom: 26px;}
	/* .last-div-footer{margin-left: 26px;} */
	.list-unstyled{margin-left: 16px;}
	.directorimg {	width: 50%;}
	.wow .title h1{padding-top: 14px;}
	.semi_circle_box {width: 61%;}
	.process_inner_box{height: 174px;}
	.semi_circle_box h6{font-size: 14px;}
}