* {
	box-sizing: border-box;
}
body {
	
}
html {
	scroll-behavior: smooth;
}
h1, h2,h3,h4,h5,h6 {
	font-family: 'PT Serif', serif;
}
.main_content_l {
	max-width: 550px;
	margin: auto;
	padding: 30px;
}
.main_content_l h3 {
	margin: 0;
	font-weight: 700;
	font-size: 39px;
	color: #000000;
}

.main_content_l hr {
	border-top: 4px solid #dc3545;
	max-width: 60px;
	margin: 15px 0;
}
.main_content_l p {
	font-size: 17px;
}
.logo p {
	font-size: 27px;
	margin: 0;
	font-weight: 600;
}

header {
	padding: 10px 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 16%);
	background: white;
	position: relative;
	z-index: 99;
}
.logo img {
	max-width: 120px;
}
.social_menu {

}
.social_menu a {
	font-size: 25px;
	display: inline-block;
	color: black;
	padding: 3px 3px;
	transition: 0.3s ease all!important;
}
.social_menu a:hover {
	color: #dc3545;
	transition: 0.3s ease all!important;
}
.btn-success {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	font-size: 17px;
	border: 3px solid #dc3545;
	padding: 4px 14px;
}
.btn-success:hover {
	background: white;
	border-color: #dc3545;
	color: #dc3545;
}

.pdf_download p {
	font-size: 23px;
}
.pdf_download a {
	font-size: 17px;
	padding: 5px 13px;
}
.section {
	padding: 60px 0;
}
.title {
	
	text-align: center;
	max-width: 700px;
	margin: auto;
	margin-bottom: 30px;
}
.title h2 {
	font-weight: 600;
}
.title hr{
	border-top: 4px solid #dc3545;
	max-width: 60px;
}
.title p {
	font-size: 18px;
}

.mc {
	color: #dc3545;
}

.pdf_download.text-center {
	padding: 20px 20px;
	box-shadow: 0 3px 11px rgb(0 0 0 / 18%);
}


.articles_content {

padding: 15px 13px;

box-shadow: 0 3px 8px rgb(0 0 0 / 19%);

margin-bottom: 24px;

background: white;

text-align: center;
}
.articles_content h3 {

font-size: 20px;

text-align: center;
}
.articles_content a {

color: #dc3545;

font-weight: 600;

padding: 6px 5px;

display: inline-block;
}

.articles_content_img {

padding-bottom: 55%;

position: relative;

margin-bottom: 16px;
}
.articles_content_img img {
	
height: 100%;
	
width: 100%;
	
position: absolute;
	
left: 0;
	
top: 0;
	
bottom: 0;
	
right: 0;
	
object-fit: cover;
	
-o-object-fit: cover;
}


.email {
	text-align: center;
}
.email a {
	color: black;
	font-size: 23px;
	margin-bottom: 8px;
	display: inline-block;
}

footer {
	background: #dc3545;
	font-size: 17px;
	padding: 15px 0;

}
footer p {
	text-align: center;
	color: white;
	margin: 0;
}



.blog_content img {
	width: 100%;
	margin-bottom: 30px;
}
.blog_content {
	max-width: 760px;
	margin: auto;
}
.blog_content h5 {
	color: #dc3545;
	font-size: 26px;
	font-weight: 600;
}
.blog_content p {
	color: #575757;
}
@media screen and (max-width: 767px) {
	.logo img {
	max-width: 85px;
}
.main_content_l h3 {
	font-size: 32px;
}



}















section.main {
	background: url(https://images.pexels.com/photos/2658452/pexels-photo-2658452.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	background-size: cover;
	padding: 40px 0;
	background-position: top;
}
.main_content img {
	max-width: 350px;
	display: block;
	margin: auto;
	border-radius: 5px;
}

.title_table {
	font-size: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgb(113 113 113 / 5%);
}


.s2_sub_content p {
	margin: 20px 0;
}
.s2_sub_content p span {
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 7px;
	font-family: 'PT Serif', serif;
}
.s2_sub_content p b {
	font-weight: 500;
}


@media screen and (max-width: 767px) {
	.main_content_l {
	padding: 0 0;
	margin-bottom: 30px;
	text-align: center;
}
.main_content_l hr {
	margin-left: auto;
	margin-right: auto;
}
}