@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: bodyfont;
  src: url(Montserrat-Light.otf);
  
}

@font-face {
  
  font-family: mainbannerheading;
  src: url(BITSUMIS.TTF);
}


h1{
   font-family: headingfont;
	
}
body{
height: 100%;
margin:0;
font-family: bodyfont;
}
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 230px 0;
	    margin-bottom: 65px;
}
.header_bg {
    display: flex;
    
}
.header_bg img{
	margin:0 auto;
 animation-duration: 2s;
}
.header_txt {
	text-align:center;
color:white;
margin-top:50px;
}
.header_txt h1{
	font-size:65px;
	font-weight:400;
 animation-duration: 2s;
font-family: mainbannerheading;
margin-bottom:5px;
	color: #f4e54a;
}
.header_txt p{
   font-size:27px;
}
.section_1,.section_2 {
	display:flex;
justify-content:center;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side{
	padding:30px 100px;
	
}

.section_1 .sec1_right_side ul, .section_1 .sec1_left_side ul{
	
    padding-left: 18px;
line-height: 2;
margin-top:0px;

}
.section_2 .sec2_text ul{
	
    padding-left: 18px;
line-height: 2;
margin-top:0px;

}
.section_3 {
   background-image: url(imgs/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 90px;
    text-align: center;
    margin-top: 70px;
}
.section_3 h1{
font-size:45px;
font-weight:800;
}
.section_3 p {
font-size:20px;
}
.section_4 {
    background-image: url(imgs/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 55px 80px 55px;
    color: white;
    margin-top: 100px;
    line-height: 2;
	text-align: center;
}
.section_4 h1{
font-family: aboutheading;
}
.section_5 {
text-align:center;
margin-top:50px;
}
.section_5 .sec5_imgs1 img,
.section_5 .sec5_imgs2 img {
	padding:15px;
	animation-duration: 2s;

}
.section_6{
	
	width: 655px;
	margin: 0 auto;
	
}
.sec_6 p {
	padding: 0 50px;
}
.sec_7 p{
	padding: 0 40px;
}
.sec_8 p{
    padding: 0 57px;
}
.sec_6{
	background-color:#f4e547;
}
.sec_7{
	background-color:#f4e547;
}
.sec_8{
	background-color:#f4e547;
}
.sec_6,.sec_7,.sec_8{
	display: flex;
	flex-direction: row;
	margin: 25px 0px;
}

footer{
	background: #878787;
	text-align: center;
	color: white;
	padding: 30px;
	margin-top:50px;
}
.footer{
	display: flex;
	justify-content: center;
	    margin-top: 45px;

}
.footer_1, .footer_2,.footer_3{
padding:0 60px;
animation-duration: 2s;
	text-align: left;
}
.footer_2{
	border-right: 2px solid white;
    border-left: 2px solid white;
}
.footer_1 p, .footer_2 p, .footer_3 p{
	margin: 0;
}
footer .footer_2 strong{
font-size:25px;
font-family: footerheading;
}
footer .footer_2 p{
font-size:14px;
margin: 5px 0;
}

@media screen and (max-width:767px){
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px 0 20px 0;
}
.header_txt h1{
	font-size:15px;
}
.header_txt p{
	font-size: 7px;
    margin: 5px;
}
.header_bg img {
    margin: 0 auto;
    width: 25%;
}
.header_txt {
    text-align: center;
    color: white;
    margin-top: 14px;
}
.section_1,.section_2 {
	flex-direction:column;
padding: 12px;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side {
    padding:0;
}
.section_1 .sec1_right_side ul, .section_1 .sec1_left_side ul {
    padding-left: 18px;
    line-height: 2;
    margin-top: 0px;
    font-size: 14px;
}
.section_1 h1 {
    font-size: 22px;
}
.section_2 ul{
    padding-left: 18px;
    line-height: 2;
    margin-top: 0px;
    font-size: 14px;
}
.section_2 h1 {
    font-size: 22px;
}
.section_3 {
   
    padding: 26px 0;
   
}
.section_3 h1{
font-size:20px;

}
.section_3 p {
font-size:12px;
}
.section_4 {
    background-image: url(imgs/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px 40px 20px;
    color: white;
    margin-top: 100px;
    line-height: 2;
}
.section_4 h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.section_4 p{
font-size:12px;
}
.section_5 .sec5_imgs1 img,
.section_5 .sec5_imgs2 img {
width:50%;

}
.section_5 {
padding:0 10px;
}
.section_5 h1 {
    font-size: 20px;
}
	.section_6{
		width: 70%;
		margin: 0 auto;
	}
	.sec_6,.sec_7,.sec_8{
		display: flex;
		flex-direction: column;
		margin: 25px 0px;
		text-align: center;
	}
	
.footer{
flex-direction:column;
}
footer img{
width:100%;
}
.footer_1, .footer_2,.footer_3{
	padding:20px 0;
	text-align: center;
}
.footer_2{
	border-top: 2px solid white;
    border-bottom: 2px solid white;
	border-right: none;
    border-left: none;
}
	footer h2 {
		font-size: 18px;
	}
	
}
@media (min-width:768px) and (max-width:1000px){
header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0 54px 0;
}
.header_bg img {
    margin: 0 auto;
    width: 15%;
}
.header_txt {
    text-align: center;
    color: white;
    margin-top: 20px;
}
.header_txt h1 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 5px;
	font-family: mainbannerheading;
	color: #f4e54a;
}
.header_txt p {
    font-size: 15px;
}
.section_1 .sec1_right_side, .section_1 .sec1_left_side {
    padding: 30px 34px;
}
.section_3 {
    background-image: url(imgs/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 50px;
    text-align: center;
    margin-top: 40px;
}
	.section_5 .sec5_imgs1 img{
		padding: 15px;
		animation-duration: 2s;
		height: 30px;
	}
	.section_5 .sec5_imgs2 img {
		padding: 15px;
		animation-duration: 2s;
		height: 20px;
	}
	.section_6{
	
		width: 500px;
		margin: 0 auto;

	}
	.sec_6 p {
		padding: 0 30px;
	}
	.sec_7 p{
		padding: 0 20px;
	}
	.sec_8 p{
		padding: 0 36px;
	}
}
@media (min-width:1001px) and (max-width:1200px){
	
	.header_txt h1 {
		font-size: 65px !important;
		font-weight: 400;
		animation-duration: 2s;
		margin-bottom: 5px;
		font-family: mainbannerheading;
		color: #f4e54a;
	}
	
}

@media (min-width:1001px) and (max-width:1400px){
  header {
    background-image: url(imgs/ClipGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 230px 0;
}
.header_bg img {
    margin: 0 auto;
    animation-duration: 2s;
    width: 15%;
}
.header_txt h1 {
    font-size: 80px;
    font-weight: 400;
    animation-duration: 2s;
	margin-bottom: 5px;
    font-family: mainbannerheading;
	color: #f4e54a;
}
.header_txt p {
    font-size: 20px;
}
}