body {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/iStock-1634050535.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	display: flex;
    flex-direction: column;
}

.navbar-nav > li {
	margin: 0 0 0 25px;
}

.nav-item a{
	font-family: "Kailasa", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
}

.nav-item a:hover{
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.language {
	padding: 6px;
	font-size: 13px;
	width: 95px;
	background-color: transparent;
	border-width: 1px;
	border-color: #ffffff;
	color: #ffffff;
}


.flex-container-index {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 120px 200px 0px 200px;
	
}

.introduction {
	background-color: transparent;
	padding: 10px;
	flex: 53%;
	text-align: left;
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	color: #ffffff;
}

.introduction h1 {
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.5;
}

.introduction h2 {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin-top: 20px;
}

.introduction h3 {
	font-size: 14px;
	font-weight: 100;
	margin-top: 50px;
}

.btn-container {
	background-color: transparent;
	padding: 160px 0 0 0;
	flex: 47%;
	text-align: right;
}


.btn {
	background-color: #9D2B0B;
	padding: 20px 35px;
	border-radius: 40px;
}

.btn:hover {
	background-color: #5D1400;
}

.btn a {
	font-family: "Kailasa", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

.content-background {
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	
}


.content {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	margin-bottom: 150px;
}

.content h1 {
	color: #06415C;
	font-size: 28px;
	font-weight: 400;
	margin: 50px 180px;
}

.content h2 {
	color: #06415C;
	font-size: 18px;
	font-weight: 700;
	margin: 50px 200px 40px 200px;
	text-align: center;
	line-height: 1.6;
}

.borderr {
	border: solid 2px #06415C;
	margin: 0 300px 0 300px;
}

.content h3 {
	font-size: 14.5px;
	font-weight: 100;
	margin: 50px 180px 0 180px;
	line-height: 1.5;
}
.images {
	height: 77vh;
}

.image-top {
	object-fit: cover;
	width: 100%;
	height: 50%;
	margin-left: 10%;
	
}

.image-bottom {
	object-fit: cover;
	width: 100%;
	height: 50%;
	margin-left: 10%;


}

.content2 {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	margin-bottom: 145px;
}

.content2 h1 {
	color: #06415C;
	font-size: 28px;
	font-weight: 400;
	margin: 50px 180px 0;
}


.products-box {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 50px 170px 0px 170px;
}

.ADF {
	border:solid;
	border-color: #06415C;
	border-radius: 20px;
	margin: 0 10px;
}

.ADF h4 {
	color: #06415C;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 20px 40px 30px;
}

.ADF h5 {
	font-size: 14.5px;
	font-weight: 100;
	margin: 0 20px 40px 30px;
	line-height: 1.5;
}


.ADF a {
	text-decoration: none;
	color: #000000;
}
.content3-1 {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	position: sticky;
  top: 0;
	height: 500px;
}


.content3-1 h1 {
	color: #06415C;
	font-size: 28px;
	font-weight: 400;
	margin: 50px 180px;
}

.content3-1 ul {
	list-style: none;
	
}

.content3-1 li {
	margin: 10px 0 10px 150px ;

}
.content3-1 a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

.content3-1 a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}

.content3-2 {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	position: sticky;
  top: 0;
	height: 1490px;
}
.content3-2 h1 {
	color: #06415C;
	font-size: 28px;
	font-weight: 400;
	margin: 50px 180px 0;
}

.content3-2 h2 {
	color: #06415C;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 20px 20px 180px;
}

.content3-2 h3 {
	color: #06415C;
	font-size: 15px;
	font-weight: 700;
	margin: 20px 20px 40px 180px;
}

.content3-2 h4 {
	text-decoration: none;
	color: #000000;
	font-size: 14.5px;
	font-weight: 600;
	margin: 20px 20px 20px 180px;
}

.content3-2 ul{	
	list-style: none;
	color: #000000;
	font-size: 14.5px;
	font-weight: 100;
	margin: 0 40px 30px 150px;
	line-height: 1.5;
}

.content3-2 li{
	margin: 13px 0;
}
	
.utc-img {
	height: 50vh;
	margin: 80px 0 0 0;
	position:sticky;
	top: 40px;
}


.services-content {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";	
}

.services-content h1{
	color: #06415C;
	font-size: 18px;
	font-weight: 700;
	padding: 60px 180px 0px 180px;
	text-align: center;
}

.services-content h2 {
	color: #06415C;
	font-size: 14.5px;
	font-weight: 600;
	margin: 40px 230px 40px 230px;
	line-height: 1.5;
	text-align: center;
}

.services-content h3 {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	margin: 0 180px 10px 180px;
	line-height: 1.5;
}

.services-content p {
	color: #000000;
	font-size: 14.5px;
	font-weight: 100;
	margin: 0 180px 30px 180px;
	line-height: 1.5;
}

.services-content h4 {
	color: #000000;
	font-size: 14.5px;
	font-weight: 100;
	margin: 0 180px 100px 180px;
	line-height: 1.5;
}
.borderrr {
	border: solid 1px #06415C;
	margin: 0 220px 30px 220px;
}

.clients-border {
	border: solid 2px #06415C;
	margin: 0 500px;
}

.clients-img {
	width: 55%;
  	height: auto;
	display: block;
	margin: 20px auto 0;
}

.content4 {
	font-family: "Kohinoor Bangla", Helvetica, Arial, "sans-serif";
	margin-bottom: 21px;
}

.content4 h1 {
	color: #06415C;
	font-size: 28px;
	font-weight: 400;
	margin: 50px 180px 0px;
}

.content4 h2 {
	color: #06415C;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 200px 30px 200px;
	text-align: center;
	line-height: 1.6;
}

.profile {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.profiles {
	margin: 20px 0 0 ;
	text-align: center;
}

.team-img {
	width: 70%;
	margin: 10px 0px 15px;
}

.profile ul {
	list-style: none;
}

.name {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
}

.job-position {
	color: #000000;
	font-size: 14.5px;
	font-weight: 100;
	margin: 10px 10px 0;
}


footer {
	margin-top: auto;
	margin-bottom: 7px

}

.icon {
	text-align: right;
	margin-right: 90px;
	margin-bottom: 20px;	
}

.icon a {
	padding: 0 3px;
}

.copyright {
	text-align: center;
	color: #ffffff;
	font-family: "Kailasa", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	font-weight: 100;
}


@media (max-width: 800px) {
	.flex-container {
		flex-direction: column;
	}

