@import url('bebasneue/style.css');
body {color:#000000; font-size:16px; margin: 0; padding: 0; font-family:"Myriad";}
a, a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img{max-width: 100%;}
.babas{font-family: 'bebas_neuebold';}
header {
    position: absolute;
    top: 0;
    z-index: 999;
    width:100%;
}
.top-bar {
    background-color: #4790cd;
    margin-bottom: 17px
}
.top-bar a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 0;
    padding: 0 12px;
    font-size: 18px;
    font-weight:bold;
    border-right: 1px #175589 solid;
}
.top-bar a:nth-child(4){border-right:0;}
.top-bar a:hover {
    color: #000;
}
.top-bar a.help {
    background-color: #f2af1c;
    padding: 3px 48px;
    margin: 0 0 -12px 0;
    border-right:0;
    font-family: 'bebas_neuebold';
    text-transform:uppercase;
    font-size:30px;
    color:#000;
}
.top-bar a.help:hover {
    color: #fff;
    background-color: #333333;
}
header .main-menu{background-color: rgba(9, 51, 83, 0.38); border-radius:50px; padding: 20px 17px 0 35px;}
header .main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu .active {
    border-bottom: 13px #f2af1c solid;
}
.main-menu .active a{color:#FFF;}
header .main-menu ul li{display:inline-block;}
header .main-menu ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0 25px;
    font-family: 'bebas_neuebold';
}
header .main-menu ul li a:hover{color:#f2af1c;}

section.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
}
section.page-banner .heading {
    margin: 230px 0 70px 0;
    padding: 0;
    color: #144b78;
}
.page-con-area {
    background-image: url(../images/page-con-area-bg.png);
    background-position: center top;
    background-color: #c8dff2;
}

footer{background-color:#1e5989;}
footer .footer-menu .menu{margin:0; padding:0;}
footer .footer-menu .menu li {
    display: inline-block;
}
footer .footer-menu .menu li a {
    color: #FFF;
    text-decoration: none;
    padding-right: 34px;
}
footer .footer-menu .menu li a:hover{color:#f3c719;}
footer .copyright-text{color:#f4f5f7;}
footer .copyright-text a{color:#f4f5f7; text-decoration:none;}
footer .copyright-text a:hover{color:#f3c719; text-decoration:none;}
footer .copyright-text .website-text{padding-top:5px;}
.rss-summary-title{color:#000; text-decoration:none;}
.rss-summary-text a{color:#000; text-decoration:none;}
.rss-summary-text a:hover{color:#144b78;}
.rss-summary-box a{color:#000; text-decoration:none;}
.rss-summary-box a:hover{color:#144b78;}
a.zPrivacyPolicyLink {
    color: #000;
    text-decoration: none;
}
a.zPrivacyPolicyLink:hover{color:#144b78;}
.zblog-relatedarticles ul li a {
    color: #000;
    text-decoration: none;
}
.zblog-relatedarticles ul li a:hover{color:#144b78;}
.zblog-populararticles ul li a {
    color: #000;
    text-decoration: none;
}
.zblog-populararticles ul li a:hover{color:#144b78;}

.zblog-articlepagenav-left ul li a {
    color: #000;
    text-decoration: none;
}
.zblog-articlepagenav-left ul li a:hover{color:#144b78;}


@media screen and (max-width: 1362px) {
	header .logo {
		margin-left: 20px;
		width: 240px;
	}

	header .main-menu {
		margin-top: 40px;
		margin-right: 20px;
	}
	header .main-menu ul li a{padding:0 10px; font-size:25px;}

}
@media screen and (max-width: 992px) {

    section.page-banner .heading {
        margin: 47px 0 47px 0; font-size:36px;
    }
.social-top-img{ width:25px !important;}
.top-bar a {
    border:none !important;
    padding-left:5px; padding-right:5px;
}
.top-bar a.help {
    background-color: #f2af1c;
    padding: 0px 18px;
    margin: 0 0 0px 0;
    border:none !important;
    font-family: 'bebas_neuebold';
    text-transform:uppercase;
    font-size:21px;
    color:#000;
}
	header .main-menu{display:none;}
	header .logo {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	header .logo img {
		width: 240px;
	}
	header{position:relative;}
	.z-mobileMenuDiv, .z-mobileMenuDiv a, .z-mobileMenuButton { background-color:#4790cd !important; color:#FFF !important; z-index:999;}
	header{padding-bottom:0;}
	header .main-menu {
		margin-right: 0;
	}
	footer .footer-menu .menu li a{padding-right:9px;}
    .page-con-area {
        background-color: #c8dff2;
        background-image: none;
    }
}
@media screen and (max-width: 767px) {

	.footer-menu {
		width: 100%;
		text-align: center;
	}
	footer .footer-menu .menu li a{line-height:40px;}
	footer .footer-menu .menu li{display:block;}
	.footer-social {
		float: none;
		margin: 0 auto;
		text-align: center;
		clear: both;
		padding-top: 20px;
	}
	footer .copyright-text{text-align:center;}
}
@media screen and (max-width: 479px) {


}
