@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: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
	color:#000;
}
h1{
	font-family: 'open_sansbold';
	font-weight: bold;
}
h2{
	font-family: 'open_sanssemibold';
	font-size:40px;
	color: #00397f;
}
h3{
	font-family: 'open_sanssemibold';
	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:23px 0 0;
	margin:0;
}
.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:#f7f7f7;
	padding:50px 0;
	background-image:url(../images/first-section-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.first-news img{
	width:100%;
/* 	height:420px; */
	height:300px;
	object-fit:cover;
/* 	border-radius:8px; */
}
.first-news {
    position: relative;
	box-shadow:0 0 10px #e5e5e5;
}
.main-news-caption {
    width: 100%;
    padding: 20px;
    bottom: 0;
    background-image:url(../images/black-bg.png);
	background-repeat:repeat;
	background-position:center center;
}
.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:100%;
/* 	height:420px; */
	height: auto;
	box-shadow:0 0 10px #e1e1e1;
	border-radius: 8px;
	background-color:#fff;
}
.news-Div img{
	width:100%;
/* 	height:280px; */
	height:auto;
	border-radius: 8px 8px 0 0;
}
.news-Div h2{
	font-size:18px;
	font-family: 'open_sansbold';
}
.news-Div h2 a{
	color:#000;
}
.news-Div h2 a:hover{
	color:#4a57fe;
}
.news-Div-bottom{
	padding:15px;
}
.footer{
	padding:35px 0;
}
.footer:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 50%;
    content: '';
    pointer-events: none;
    opacity: .2;
    background-image: radial-gradient(var(--body-fcolor) .75px,transparent .75px);
    background-size: 16px 16px;
}
.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;
	border-top:solid 1px #bfbfbf;
	padding:15px 0;
}
.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: 20px;
    background-image: url(../images/search-icon.jpg);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.footer-logo {
    padding-right: 35px;
}
.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;
}











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




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

}

@media (max-width: 767px) {

}
@media (max-width: 480px) {




}
