@font-face {
	font-family: "akrobat bold";
	src: url(../fonts/Akrobat-Bold.otf);
}

@font-face {
	font-family: "gotham light";
	src: url(../fonts/GothamLight.ttf);
}

@font-face {
	font-family: "Monteserrat";
	src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
	font-family: "Monteserrat Bold";
	src: url(../fonts/Montserrat-Bold.otf);
}

.section1 {
	width: 100%;
}

.section1 img {
	padding-bottom: 15px;
	width: 100%;
	height: 250px;
}


/*section1 ends here*/


/*section2 starts here*/

.section2 {
	padding-top: 10px;
}

.section2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section2 p {
	font-family: sans-serif;
	font-size: 16px;
	text-indent: 0px;
	display: block;
	color: #000;
	width: 100%;
	height: auto;
	padding: 40px 0px;
	text-align: justify;
}


/*section2 ends here*/


/* section3 starts here*/

.section3 h2 {
	/*font-family:"akrobat bold"*/
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #000;
	text-align: left;
	padding: 8px 30px;
}

.section3 .container-fluid ul li {
	font-family: 'arial';
	font-size: 14px;
	color: #000;
	width: 100%;
	height: auto;
	padding: 0px 40px;
	line-height: 23px;
}

.section3 li:before {
	content: '.';
	font-size: 30px;
	padding-right: 15px;
	font-weight: bolder;
}


/*section3 ends here*/


/*section4 starts here*/

.section4 {
	padding-top: 0px;
}

.section4 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section4 .row p {
	font-family: sans-serif;
	font-size: 16px;
	text-indent: 0px;
	display: flex;
	color: #000;
	width: 100%;
	height: auto;
	padding-top: 50px;
	text-align: justify;
}

.section4 h2 {
	/*font-family:"akrobat bold"*/
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #000;
	text-align: left;
	padding: 0px 30px;
}

.section4 p {
	font-family: sans-serif;
	font-size: 16px;
	text-indent: 0px;
	display: block;
	color: #000;
	width: 100%;
	height: auto;
	text-align: justify;
}


/*section4 ends here*/


/* section5 starts here*/

@media all and (min-width:768px) {
	.section2 {
		padding: 0px 50px;
	}
	.section3 {
		padding: 0px 50px;
	}
	.section4 {
		padding: 0px 50px;
	}
	.section4 p {
		padding: 10px 20px;
	}
	.section4 .row .col-md-8 p {
		padding-top: 50px;
	}
}

@media (max-width:767px) and (min-width:451px) {
	.section2 img {
		width: 50%;
	}
	.section4 img {
		width: 50%;
	}
}

@media screen and (max-width:450px) {
	.section1 img {
		height: 150px;
	}
	.section4new p {
		padding: 0px 30px;
	}
	.section4 .row p {
		padding-top: 10px;
	}
}

@media all and (max-width:1100px) and (min-width:768px) {
	.section2 img {
		margin-top: 50px;
	}
}