/*
Theme Name: jgstheme
Author: Whatsinaname
Author URI: https://whatsinaname.in
Version: 1.0
 */


.header-main-wrapper {
    max-width: 1720px;
    margin: 0 auto;
}
.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1004;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.main-menu ul li {
    display: inline-block;
    margin: 0 16px;
    position: relative;
}
.main-menu ul li a {
    font-size: 16px;
    color: #141517;
    display: block;
    padding: 42px 0px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    text-decoration: none;
}
.main-menu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px #0000002d;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 9;
    border-top: 3px solid #2467EC;
    text-align: left;
    padding: 15px 0;
}
.header-logo img {
    width: 250px;
}
.vFooterArea {
    background: #1429A9;
}
.pt-100 {
    padding-top: 100px;
}
.footer-img img {
    margin-bottom: 30px;
    width: 220px;
}
.footer-widget h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 20px;
}
.footer-widget ul li {
    margin-bottom: 10px;
    list-style: none;
}
.mb-40 {
    margin-bottom: 40px;
}
.f-w2 {
    margin-left: 75px;
}
.f-w3 {
    margin-left: 70px;
}
.vWidgetFooter {
    color: #fff !important;
}
.footer-widget ul{
   margin: 0;
   padding: 0;
}
.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-widget p {
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-icon a {
    /* background: #212730; */
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
}
.vContent{
   height: calc(100vh - 350px);
   display: flex;
   justify-content: center;
   align-items: center;
}
.vSearch{
    margin:0 0 20px 0;
}
.vRecentPosts h3{
    font-size: 18px;
}
.vRecentPosts ul{
    margin:0;
    padding:0;
    
}
.vRecentPosts ul li{
    list-style:none;
    margin: 0 0 15px 0;
}
.vRecentPosts ul li a{
    color:#1429A9;
    text-decoration:none;
}
.vSearchSection{
    display:flex;
    flex-direction:column;
    height:calc(100vh - 500px);
    align-items:center;
    justify-content:center;
}
.vSearchSection li{
    list-style:none;
    color: #1429A9;
}
.vSearchSection li a{
    color: #1429A9;
}
.vTitle{
    color: #1429A9;
    text-decoration: none;
}
.paddZero{
    padding:0;
}
.vBanner{
    background: url('https://jgschool.in/assets/img/blog/Blog.jpg') no-repeat;
    min-height: 265px;
    height: 0;
    padding-top: 20%;
    background-size: 100% auto!important;
    background-position: center top;
    width: 100%;
}
.vBlogBannerContain{
    position: absolute;
    top: 20%;
    left: 5%;
}
.vBlogBannerContain ol{
    margin: 0;
    padding: 0;
}
.vBlogBannerContain ol li{
    display: inline-block;
    margin: 10px 10px 0 0;
}
.vBlogBannerContain ol li a{
    text-decoration: none;
    color: #000;
}
@media screen and (max-width:767px){
   .f-w3 {
    margin-left: 0px;
}
.f-w2 {
    margin-left: 0px;
}
.header-logo img{
    width: 200px;
    margin-top: 10px;
}
#mobile-menu1{
    display:none;
}
#mobile-menu1 ul{
    position: absolute;
    background: #F2F2F2;
    width: 100%;
    z-index: 2;
}
.header-logo img{
    display:none;
}
.main-menu ul li{
    display: block;
}
.main-menu ul li a{
    padding: 20px 0;
}
.vMob{
    padding: 10px;
}
.noMob{
    display: none;
}
.vBanner{
    background: url('https://jgschool.in/assets/img/blog/BlogMobile.jpg') no-repeat;
    height: 480px;
}
}
@media (min-width:767px) and (max-width:1199px){
    .noMob{
    display: none;
}
.vMob{
    padding: 10px;
}
.main-menu ul li{
    margin: 0 15px;
}
.main-menu ul li a{
    padding: 20px 0;
}
.vMobPic{
    width: 200px;
}
.vBlogBannerContain{
    top: 35%;
}
}