@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');



body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif !important;

	color: #656566;
	font-size: 18px;
}
/* CSS Document */
p{
	text-align: justify;
	font-size: 16px;
	color: #424645;
	padding-left: 25px;
	padding-right: 25px;
}
ol, li
{
	text-align: justify;
	font-size: 16px;
	color: #424645;
	padding-left: 45px;
	padding-right: 25px;
}
.header_h3{
	font-size: 18px;
	font-weight: 700;
	color: #424a4c;
	padding-left: 25px;
	margin-bottom: -5PX;
}
h2{
	font-weight: 600;
	color: #f15a25;
	padding: 0px 10px 10px 10px;
}
.red_head{
	background: #cdad60;
	color: #FFF;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.blue_head{
	/*background: #c8eaf4;*/
	color: #4b575a;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 10px;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
}
.blue_head p{
	text-align: center;
	font-size: 13px;
}

.brd_right{
	background:url("../images/divide.png") right center no-repeat;
}

.welcome_text2{
	font-weight: 300;
	font-size: 14px;
	max-width: 80%;
	margin: 0 auto;
}



.main{
	border: 2px solid #eee8ea;
	
}
.container{
	max-width: 730px;
	padding: 0px;
	
}
.header{
	width: 100%;
	margin-bottom: 10px;
}
.responsive-img{
	width: 100%;
}
.welcome_text{
	font-weight: 400;
	padding: 10px 30px;
}

.red_title{
	color: #99262d;
	font-weight: 600;
}
.footer{
	background: #fff1ca !important;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-bottom: 5px solid #f15a25;
	padding: 30px 25px 10px 25px;
}
.youtube_text{
	font-size: 18px;
	padding: 20px 0;
}
.footer p{
	text-align: center;
	color: #000;
	font-weight: 600;
}
.gap{
	height: 20px;
}
@media only screen and (max-width: 600px) {
  /*.brd_right{
	 background:url("../images/brd_bottom.png") bottom center no-repeat;
	  margin: 10px 0;
	}*/
	
	h2{
		font-size: 27px;
		font-weight: 700;
	}
	.welcome_text2{
	font-size: 11px;
	max-width: 100% !important;
		width: 95%;
}
	.blue_head{
		margin-top: 10px;
		padding: 2px;
		}
	.noPadd{
		padding: 0;
		margin: 0;
	}
	.blue_head p {
		
		font-size: 7px !important;
		font-weight: 700;
	}
	.youtube_text{
	font-size: 16px;
	padding: 2px 0 !important;
}
	.red_head{
		font-size: 15px !important;
	}
	
}