.page_header .logo{
    text-transform: uppercase;
    color: #006a93;
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.page_header .logo span{
    display: block;
    font-size: 20px;
    color: #fea84b;
}
.page_footer .menu-list{
    margin: 0;
    padding: 0;
}
.page_footer .menu-list li::marker{
    color: #fea84b;
}
.page_footer .menu-list li{
    position: relative;
    padding-bottom: 10px;
} 
.page_footer .menu-list li:last-child{
    padding-bottom: 0;
}
.page_copyright{
    background: #fea84b;
}
.about-section .img-wrap img{
    border: 10px solid #006a93;
    border-radius: 5px;
}
.sergical .widget>h3,
.sergical .widget .widget-title{
    background: #fea84b;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
}
.sergical .widget_archive li a{
    color: #fff;
    padding: 10px 0 10px 31px;
    border-bottom: 1px solid #fea84b;
}
.sergical .widget_archive ul{
    padding: 0 10px;
    background: #006a93;
}
.video-wrap{
    width: 100%;
    height: 315px;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery .item-media{
    height: 300px;
}
.gallery .item-media.typ-big{
    height: 400px;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 44px;
}
.gallery p{
    background: #006a93;
    padding: 10px;
    color: #fff;
}
#google_translate_element select{
    height: auto !important;
}
.goog-logo-link{
    display: none !important;
}
.cont-page h4{
    font-size: 26px;
}
@media(max-width:767px) {
    .page_header .logo{
        margin-top: 15px;
    }
    .page_footer .menu-list{
        margin-left: 15px;
    }
    .post-thumbnail{
        margin-top: 20px;
    }
}
@media(max-width:480px) {
    .cover-image{
        background-position: 20% 71%;
    }
    .cont-page h4{
        font-size: 24px;
    }
}
.blogbox p{
	text-align:center;
	font-size:25px;
	padding-top:15px
}