@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	padding:0;
	margin:0;
}
body{
    font-size:16px;
    line-height:24px;
    font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	color:#000;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    color: #00397f;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
h2:after {
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #eef5ff;
    content: "";
    left: 0;
    bottom: -8px;
    z-index: -1;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	color: #0fa37b;
}
a{
    text-decoration:none;
}
a:hover{
    transition: all 0.6s ease 0s;
    text-decoration:none;
}
.padding0{
    padding:0;
}
.spacer-lg{
    width:100%;
    height:50px;
}
.spacer-md{
    width:100%;
    height:35px;
}
.spacer-sm{
    width:100%;
    height:20px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #004670;
    outline: 0;
    outline: thin dotted \9;
    transition: all 0.6s ease 0s;
}
.wrapper-main{
	width:100%;
}
.header-main {
    border-bottom: solid 1px #f5f5f5;
    box-shadow: inset 0px -11px 8px -10px #e1e1e1;
    padding-bottom: 10px;
}
.logo{
	padding:10px 0;
}
.nav-main{
	padding:42px 0 0;
	margin:0;
	text-align: center;
}
.nav-main ul{
	padding:0;
	margin:0;
}
.nav-main ul li{
	list-style:none;
	display:inline-block;
}
.nav-main ul li a{
	color:#000;
	font-size:16px;
	text-transform:capitalize;
	display:inline-block;
	padding:0 15px;
	font-family: 'open_sanssemibold';
}
.nav-main ul li a:hover{
	color:#4a57fe;
}
.nav-main ul li.current_page_item a{
	color:#4a57fe;
}
.nav-main ul li.home-icon a {
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 22px;
}
.home-section{
	background-color:#eef5ff;
	padding:50px 0;
}
.home-right{
	margin-bottom: 25px;
}
.home-right h3 {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
}
.main-news-caption h1{
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	text-transform:capitalize;
}
.home-right h3 a{
	color: #000;
}
.first-news img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 15px;
}
.first-news {
    position: relative;
	box-shadow:0 0 10px #e5e5e5;
}
.main-news-caption {
    position: relative;
    width: 100%;
    padding: 20px;
    bottom: 0;
    background-color: #5162ac;
}
.main-news-caption h1 a{
	color:#fff;
	font-size:36px;
}
.main-news-caption h1 a:hover{
	color:#4a57fe;
}
.main-news-caption p{
	color:#fff;
}
.news-Div {
    width: 98%;
    /* height: 420px; */
    /* box-shadow: 0 0 10px #e1e1e1; */
    background-color: #fff;
}
.news-Div img{
	width:100%;
	height:300px;
	object-fit: cover;
	border: solid 1px #ccc;
}
.news-Div h3{
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
}
.news-Div h3 a{
	color:#000;
}
.news-Div h3 a:hover{
	color:#4a57fe;
}
.news-Div-bottom{
	padding:15px 0;
}
.footer {
    padding: 35px 0;
    background-color: #eef5ff;
    margin-bottom: 35px;
}
.footer-logo img{
	margin-bottom:15px;
}
.footer h4{
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
}
.footer h4:before {
    display: inline-flex;
    width: .6em;
    height: .6em;
    margin-right: var(--heading-spacing,7px);
    content: '';
    border-radius: 50%;
    background-color: #4a57fe;
}
.quick-links ul{
	padding:0;
	margin:0;
}
.quick-links ul li{
	list-style:none;
	display:block;
	padding-bottom:10px;
}
.quick-links ul li a{
	display:inline-block;
	color:#000;
}
.quick-links ul li a:hover{
	color:#4a57fe;
}
.rights {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    color: #5162ac;
}
.popular-main {
    background-image: url(../images/popular-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 35px 0;
    background-size: 100% 100%;
}
.popular-main h1 {
    font-size: 36px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-top: 20px;
}
.popular-main h1 span{
	display:block;
	font-size:18px;
	font-weight:normal;
	text-transform:initial;
}
.popular-Div {
    width: 98%;
    box-shadow: 0 0 10px #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}
.popular-Div .popular-thumb img{
	width:100%;
	height:180px;
	border-radius: 8px;
	object-fit:cover;
}
.popular-right{
	padding:15px 15px 0 0;
}
.popular-right p {
    margin-bottom: 15px;
}
.popular-right h3{
	font-size:18px;
}
.popular-right h3 a{
	color:#000;
}
.popular-right h3 a:hover{
	color:#4a57fe;
}
.pld-like-dislike-wrap.pld-custom img {
    max-width: 30px;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    border-radius: 0;
}
.pld-like-dislike-wrap {
    margin-bottom: 0;
}
.popular-news-heading {
    position: absolute;
    left: 40px;
    top: 15px;
}
.popular-news-heading h2 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-top: 20px;
}
.popular-news-heading h2 span{
	display:block;
	font-size:18px;
	font-weight:normal;
	text-transform:initial;
}
.home-news {
    padding: 0 20px;
    margin-top: -60px;
}
.content-main {
    padding-top: 35px;
}
.socials-links {
    padding: 0;
    margin: 0;
}
.socials-links li {
    list-style: none;
    display: inline;
    /* float: left; */
}
.socials-links li a {
    float: left;
    margin-right: 8px;
	color: #000;
	font-size: 24px;
}
.pld-like-dislike-wrap .pld-common-wrap {
    margin-right: 25px !important;
}
span.pld-count-wrap {
    color: #999;
    font-size: 14px;
    font-weight: bold;
}
.noptin-form-header.right {
    display: none;
}
.noptin-form-footer .noptin-form-note {
    display: none;
}
.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    min-height: auto !important;
    background-color: #fff !important;
}
.noptin-form-footer {
    padding: 0;
}
.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
    background-color: #4a57fe !important;
}
input.search-submit {
    display: none;
}
.widget_searchwp_live_search label {
    width: 100%;
}
.widget_searchwp_live_search label input {
    width: 100%;
    padding: 5px 5px 5px 36px;
    border: solid 1px #ccc;
    border-radius: 6px;
    margin-top: 38px;
    background-image: url(../images/search-icon.jpg);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.footer-logo {
    text-align: center;
    padding-top: 40px;
}
.wp-pagenavi {
    text-align: center;
    margin-top: 20px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #4a57fe;
    background-color: #4a57fe;
    color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 10px;
	border: 1px solid #4a57fe;
	color: #0d6efd;
}
.newsletter-main{
	background-color:#fff;
	padding:15px;
}
.newsletter-main h3{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
}
.newsletter-main p{
	color:#5162ac;
}
.noptin-form-header {
    display: none;
}
.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    margin-bottom: 0;
    margin-top: 20px;
    border: none !important;
}
.popular-news-thumb{
	height:250px !important;
}
.footer-links {
    padding-left: 50px;
}
.first-news.background {
    box-shadow: none;
    background-color: #eef5ff;
}
.first-news.background h1 a {
    color: #fff;
}
.first-news.background p {
    color: #fff;
}






@media (min-width: 992px) and (max-width: 1120px) {




}
@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
.footer-links {
    padding-left: 15px;
}
}
@media (max-width: 480px) {




}
