@font-face {  
    font-family: 'Etude_Noire_Regular';  
    src: url('/fonts/Etude_Noire_Regular.ttf') format('truetype');  
}
@font-face {  
    font-family: 'Montserrat-SemiBold';  
    src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');  
} 
@font-face {
		font-family: 'Etude_Noire_Regular';
		src: url('/fonts/Etude_Noire_Regular.ttf') format('truetype');
	}

	@font-face {
		font-family: 'Montserrat-SemiBold';
		src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
	}

	body {
		background-color: #212844;
	}

	.container {
		padding: 0px;
	}

	img.logo-1 {
		width: 200px;
		height: 100%;
	}

	.sub-block h1 {
		font-family: 'Etude_Noire_Regular', Arial;
		word-break: normal;
		font-size: 54px;
		text-shadow: none;
		padding: 0px;
		line-height: 72px;
		color: #F0E6D4;
	}

	.title-1 {
		margin-top: 27px;
	}


	.desc-1 h3 {
		font-family: 'Montserrat-SemiBold', Arial;
		font-size: 33px;
		text-shadow: none;
		padding: 0px;
		color: #F0E6D4;
		line-height: 40px;
	}

	.mt-40 {
		margin-top: 40px;
	}

	.mt-65 {
		margin-top: 65px;
	}

	.mt-150 {
		margin-top: 150px;
	}

	.img-5 {
		margin-top: 67px;
	}

	.img-5 img {
		width: 100%;
	}

	.img-3 img {
		width: 100%;
	}

	.img-4 img {
		width: 100%;
	}

	@media (max-width: 1350px) {
		.title-1 h1 {
			font-size: 48px;
		}

		.desc-1 h3 {
			font-size: 30px;
		}

	}

	@media (max-width: 992px) {
		.title-1 h1 {
			font-size: 30px;
			line-height: 87px;
			line-height: 52px;
		}

		.desc-1 h3 {
			font-size: 19px;
			line-height: 35px;
		}

		img.logo-1 {
			width: 150px;
		}

	}

	@media (max-width: 500px) {
		.col-md-7 {
			padding-left: 24px;
		}

		.mt-150 {
			margin-top: 50px;
			margin-bottom: 100px;
		}
	}