/*!
Theme Name: Shri JK Jadhav
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shri-jk-jadhav
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shri JK Jadhav is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
                         Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
                         body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
                         Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #183368 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}






/* Top-header */

.Top-header {
    padding: 10px 0;
}

.Header-Img img {
    border-radius: 81px;
    height: 96px;
    float: right;
    border: 1px solid #8f1001;
}

.Header-heading h1 {
    margin: 10px 0;
    font-size: 54px;
    color: #8f1001;
    font-family: 'Archivo Black', sans-serif;
}









/* header Top */

.tophead {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0;
    background: #8f1001;
}

.tophead-menu-left {
    margin-top: 10px;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #ffb820;
    font-size: 19px;
    font-weight: 600;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    font-weight: 500;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #ffb820;
}

.tophead-right-menu {
    text-align: right;
    height: 45px;
}

.tophead-right-menu::before {
    position: absolute;
    background: #ffb820 none repeat scroll 0 0;
    content: "";
    top: 5px;
    right: 0;
    width: 5px;
    left: 0;
    height: 75%;
    /* -webkit-transform: skewX( 45deg);
             transform: skewX( 45deg); */
    z-index: -1;
}


/*tophead-menu-social*/

.tophead-menu-social {
    display: inline-block;
    clear: both;
    padding-top: 10px;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 28px;
    color: #fff;
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50%;
    border: solid 2px #ffb820;
    text-align: center;
}

.tophead-menu-social ul li a:hover i {
    background: #ffb820;
    color: #000;
    border-color: transparent;
}

/* navbar-nav */
.navbar {
    min-height: 47px;
}

.navbar-nav>li>a {
    padding: 10px;
    margin: 0 2px;
    margin-top: 5px;
}

.navbar-nav {
    padding: 0px 0;

}

.navbar-default .navbar-nav>li>a {
    color: #183368;
    font-size: 11px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    /*	border: 1px solid #fff0;*/
}

.navbar-default .navbar-nav>li>a:hover {
    color: black;
    /* background-color: #252525; */
    border-radius: 9px;
    /*	border: 1px dashed;*/
    /* background-color: #ffb820; */
    /* font-weight: 500; */
    /* border: 1px solid; */
    /*	top: 2px;*/
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar {
    margin: 0;
    border-top: 1px dashed #ffdf;
    background: #fbfafa;
    padding: 10px 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-right: 0px;
}

.navbar-nav>li {
    /* border-right: 2px solid #000; */
}

.navbar-brand img {
   min-height: 60px;
   width: 100%;
    margin-top: -10px;
}

.navbar-brand {
    padding: 5px 15px;
}




/* bannersection */
.bannersection {
    width: 100%;
    height: 85%;
    position: relative;
    overflow: hidden;
    clear: both;
}

.bannerwrapper {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannersliderimg {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    /* background-size: cover; */
    background-size: cover !important;
}

.bannerwrapper #bannerslider,
.bannerwrapper #bannerslider .owl-wrapper-outer,
.bannerwrapper #bannerslider .owl-wrapper,
.bannerwrapper #bannerslider .owl-item,
.bannerwrapper #bannerslider .item {
    height: 100%;
}

.bannersection .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    width: 300px;
    bottom: 0px;
    margin: 0 auto;
}

.headingjk {
    z-index: 999;
    position: absolute;
    top: 20%;
    left: 8%;
    font-family: 'Laila', sans-serif;
    font-size: 60px;
    color: #a50a10;


}

.headingjk2 {
    z-index: 999;
    position: absolute;
    top: 32%;
    left: 25%;
    font-family: 'Laila', sans-serif;
    font-size: 34px;
    color: #a50a10;
}


/* message section */
.massage-sec {
    background: #183368;
    padding: 50px 0 45px 0;
}

.massage-sec p {
    color: #fff;
    font-size: 15px;

}

.massage-sec h4 {
    color: #fff;
    font-family: 'Laila', sans-serif;
}

.massage-sec h1 {
    color: #fff;
}

.massageimg {
    position: relative;
    border: 1px solid #fff;
    padding: 155px 0;
    margin: 0px 90px 0 156px;
}

.massageimg img {
    position: absolute;
    top: -107px;
    left: -1%;
    width: 100%;
}

.massage-sec .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 230px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 10px;
}


/* News & media */

.News-media {
    padding: 60px 00;

}

.newsmain {
    padding-bottom: 30px;
}


.News-media .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 305px;
    height: 3px;
    background: #183368;
    position: absolute;
    bottom: 12px;
}

.News-media h2 {
    text-align: center;
    margin-bottom: 40px;
}

.News-media .heading {
    display: block;
}

.News-media .heading:after {
    left: 37%;
}

.news-img {
    border: 2px solid #183368;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;


}
.news-12{
    padding-bottom:30px;
}

.news-img img {
    width: 100%;

}




/* interview section */
.interview_section {
    padding: 60px 0;
    background: url(assets/images/interview\ background.jpg) fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.interview_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8f1001;
    top: 0;
    left: 0;
    opacity: 0.8;

}

.interview_section .heading-center {
    color: #fff;

}

.interview_section .heading-center:after {
    content: "";
    display: block;
    width: 305px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
}

.y-video iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;

}

.interview-text p {
    color: #fff;
    font-size: 15px;

}

.interview-img {
    width: 100%;
    height: 100%;
    /* center content using flex box */
    display: flex;
    justify-content: center;
    align-items: center;
    /* overlay */
    box-shadow: 0 0 0 220px inset, 0 0 5px grey;
    /* hover out transition */
    transition: box-shadow 1s;
    float: left;
    margin: 10px;
}

.interview-img img {
    z-index: -1;
}


/* interview-imge names */

.interview-img::after {
    width: 80%;
    height: 80%;
    display: block;
    white-space: pre;
    font: 35pt 'sigmar one';
    color: white;
    border: 2px solid;
    text-align: center;
    /* center content using flex box */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* hover out transition */

    transition: opacity 1s .5s;
}


/* reveal interview-imge picture on hover */

.interview-img:hover {
    box-shadow: 0 0 0 5px inset, 0 0 5px grey, 0 0 10px grey inset;
    transition: box-shadow 1s;

}


/* hide interview-imge name on hover */

.interview-img:hover::after {
    opacity: 0;
    transition: opacity .5s;
}

#bulbasaur {
    color: rgba(51, 51, 51, 0.4);
}

#bulbasaur::after {
    content: 'जे .के. जाधव';
    font-family: 'Laila', sans-serif;
}



/* footer section */
.Footer-Section {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    /* background-color: #8f1001; */
    background: url(assets/images/footer_bg.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    background-size: 100%;
    backface-visibility: hidden;
    clear: both;
    color: #fff;
}

.Footer-Section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.8;
}

.Contact p{
    color: #ffffff;
}
.Contact a {
    color: #ffffff;
}


.Contact a:hover,
.Links a:hover {
    color: #dedbdb;
}

.Links a {
    color: #ffffff;
}

.Links li {
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 0;
    /* list-style: disc; */
    list-style: inside;
}

.footerblock2 img {
    width: 7%;
}

.footerblock2 {
    text-align: center;
    padding: 5px;
    background: #183368;
    color: #fff;
}


.footer-links .Footer-Map img{
    height: 200px;
}


/*innerpage */
.innerbanner2{
    position: relative;
    /*    height: 00px;
        background-position: center center !important;
        background-size: cover !important;*/
}
/*.innerbanner2::before{
    content: "";
    position: absolute;
    background: #00000082;
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}*/
.innerbanner2 .breadcrumb{
    background-color:#254479;
    border-radius: 5px;
    color: #ffffff !important;
    margin-bottom: 35px;
    width: 85%;
    margin-left: 101px;
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;

}
.innerbanner3 .breadcrumb{
    background-color:#254479;
    border-radius: 5px;
    color: #ffffff !important;
    margin-bottom: 35px;
    margin-top: 20px;
    width: 93%;
    margin-left: 42px;
    padding: 15px 0;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;

}
@media(max-width:768px){
    .innerbanner2 .breadcrumb {
        background-color: #183368;
        border-radius: 5px;
        color: #ffffff !important;
        margin-bottom: 15px;
        width: 95%;
        margin-left:10px;
        padding: 5px 0;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }
    .innerbanner3 .breadcrumb {
        background-color: #183368;
        border-radius: 5px;
        color: #ffffff !important;
        margin-bottom: 35px;
        margin-top: 20px;
        width: 93%;
        margin-left: 13px;
        padding: 5px 0;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }
}

.innerbanner2 .breadcrumb a{
    color: #fff ;
}
.innerbanner2 .breadcrumb span{
    color: #fff;
}
.innerbanner3 .breadcrumb a{
    color: #fff ;
}
.innerbanner3
.breadcrumb span{
    color: #fff;
}
/*.innerpageSection .ProductSection:before {
    display: none;
}*/
.innerpageSection{
    background: #000;
    padding: 50px 00;
    position: relative;
    background: url(assets/images/backgroundm.jpg);
    background-position: center;
    background-repeat: round;
    background-size: cover;
}
/*@media(max-width:768px){
    .innerbanner {
        height: 180px;
    }
}*/

/*end innerpage */

.gt_selector{
    position: absolute;
    top: -11px;
    right: 261px;
    /* bottom: 11px; */
    padding: 8px 4px;
    /* box-shadow: rgb(255 255 255 / 57%) 0px 1px 4px; */
    background: #ffb820;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    display:none;
}
.gt_switcher_wrapper{
    position: absolute !important;
}






































/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #183368;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {
}

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

@media (max-width: 768px) {
    .navbar-nav {
        padding: 5px 0;

    }

    .navbar-default .navbar-nav>li>a {
        color: #183368;
        font-size: 17px;
        font-weight: 600;
        transition: 0.5s ease-in-out;
        border-bottom: 1px solid #fff;
        padding-left: 35px;
    }
    .gt_selector {
        position: absolute;
        top: 109px;
        right: 202px;
        /* bottom: 11px; */
        padding: 8px 4px;
        /* box-shadow: rgb(255 255 255 / 57%) 0px 1px 4px; */
        background: #8f1001;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        border: none;
    }


    .tophead-right-menu {
        display: none;
    }

    .top-head-img img {

        height: 67px;
    }

    .Header-heading h1 {
        margin: 10px 0;
        font-size: 25px;
        color: #8f1001;
        font-family: 'Archivo Black', sans-serif;
    }

    .Header-Img img {
        border-radius: 81px;
        height: 60px;
        float: left;
        border: 1px solid #8f1001;
        margin-right: 12px;
    }

    .bannersection {
        height: 24%;
    }

    .headingjk {
        font-size: 25px;
    }

    .headingjk2 {
        left: 23%;
        font-size: 10px;
    }

    .massage-sec h1 {
        color: #fff;
        font-size: 32px;
    }

    .massage-sec .heading:after,
    .heading-center:after {
        content: "";
        display: block;
        width: 180px;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 10px;
    }

    .massageimg img {
        position: absolute;
        top: -47px;
        left: -1%;
        width: 98%;
    }

    .massageimg {
        position: relative;
        border: 1px solid #fff;
        padding: 156px 0;
        margin: 70px 27px 0 47px;
    }

    .News-media .heading:after,
    .heading-center:after {
        content: "";
        display: block;
        width: 205px;
        height: 3px;
        background: #183368;
        position: absolute;
        bottom: 10px;
    }

    .News-media .heading:after {
        left: 18%;
    }

    .news-img {
        border: 2px solid #183368;
        box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
        margin-bottom: 15px;
    }

    .News-media h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 32px;
    }

    .News-media .btn-primary {
        margin-left: 90px;
    }

    .interview-img {
        margin: 30px 0 0 0;
    }

    .interview-img::after {
        width: 0;
        height: 0;
    }

    .Footer-Section {
        background-size: cover;
    }

    .Contact {
        margin-top: 20px;
    }

    .footerblock2 img {
        width: 25%;
    }

    .Footer-Map img {
        margin-left: 20px;
        margin-bottom: 25px;
    }
}
@media (max-width: 393px){
    .massageimg img {
        position: absolute;
        top: -59px;
        left: -1%;
        width: 95%;
    }
}
@media (max-width: 360px){
    .massageimg img {
        position: absolute;
        top: -24px;
        left: -1%;
        width: 98%;
    }
}

.block {
    height: 500px;
    background: yellow;
    font-size: 28px;
    text-align: center;
    position: relative;
    width: 100%;
}

.box {
    background: red;
    height: 450px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    display: none;
}