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

        Theme Name: bharatscout
        Version: 1.0.1
        Author: CMIPL
        Author URI: https://charumindworks.com/
        Theme URI: https://charumindworks.com/
        Description: 
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
        Text Domain: BharatScout
        Tags: one-column, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready, blog, holiday, photography

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

    @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Gayathri:wght@100;400;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');


    body {
        margin: 0;
        padding: 0;
        font-family: 'Quicksand', sans-serif !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5em;
        overflow-x: hidden !important;
    }

    /*FONT Families*/
    .gayathri{
    font-family: 'Gayathri', sans-serif;
    }
    .opensans{
        font-family: 'Open Sans', sans-serif;
        }

    input::-ms-clear {
        display: none;
    }

    select::-ms-expand {
        display: none;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    input[type=number] {
        -moz-appearance: textfield !important;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        background: url(assets/images/down-arrow.png) no-repeat center right 8px/14px;
        border: none;
        padding-right: 15px;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    a {
        text-decoration: none;
        outline: none;
        color: #202020;
    }

    a:hover {
        outline: none;
        text-decoration: none !important;
        color: #f5841e;
    }

    img {
        max-width: 100%;
    }

    ul,
    .h4,
    .h5,
    .h6,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }
    .pd5{
        padding: 5px;
    }
    .pd10{
        padding: 10px;
    }
    .pt5{
        padding-top: 5px;
    }
    .pt10{
        padding-top: 10px;
    }
    .pt15{
        padding-top: 15px;
    }
    .pt20{
        padding-top: 20px;
    }

    .pb5{
        padding-bottom: 5px;
    }
    .pb10{
        padding-bottom: 10px;
    }
    .pb15{
        padding-bottom: 15px;
    }
    .pb20{
        padding-bottom: 20px;
    }

    /*----------Margin Styles----------*/

    .mt5{
        margin-top: 5px;
    }
    .mt10{
        margin-top: 10px;
    }
    .mt15{
        margin-top: 15px;
    }
    .mt20{
        margin-top: 20px;
    }

    .mt25{
        margin-top: 25px;
    }

    .mb5{
        margin-bottom: 5px;
    }
    .mb10{
        margin-bottom: 10px;
    }
    .mb15{
        margin-bottom: 15px;
    }
    .mb20{
        margin-bottom: 20px;
    }

    .mb25{
        margin-bottom: 25px;
    }

    .mr5{
        margin: 5px;
    }
    .mr10{
        margin: 10px;
    }
    .mr15{
        margin: 15px;
    }
    .mr20{
        margin: 20px;
    }

    .mr25{
        margin: 25px;
    }



    .wrapper {
        display: inline-block;
        width: 100%;
        clear: both;
    }

    /*----------Text Transform ----------*/

    .txt-upr {
        text-transform: uppercase;
    }

    .txt-center {
        text-align: center;
    }

    .txt-left {
        text-align: left;
    }

    .txt-right {
        text-align: right;
    }

    /*----------WORD WRAPPING ----------*/

    .wordWrap {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }


    /*-----------BACKGROUND COLOR--------------*/


    .bg-purple {
        background-color: #622599;
    }

    .bg-grey{
        background: #f6f2ef;
    }

    .bg-white {
        background-color: #fff;
    }

    .bg-black {
        background-color: #03080c;
    }


    /* fonts-weight */

    .extralight {
        font-weight: 100;
    }
    .light {
        font-weight: 300;
    }
    .reguler {
        font-weight: 400;
    }
    .medium {
        font-weight: 500;
    }
    .semiBold {
        font-weight: 600;
    }

    .extrabold {
        font-weight: 700;
    }
    .bolder {
        font-weight: 800;
    }

    /* font-size */
.font12 {
        font-size:12px;
    }
    .font13 {
        font-size:13px;
    }
    .font14 {
        font-size:14px;
    }
    .font15 {
        font-size:15px;
    }
    .font16 {
        font-size:16px;
    }
    .font17 {
        font-size:17px;
    }
    .font18 {
        font-size: 18px;
    }
    .font19 {
        font-size: 19px;
    }
    .font20 {
        font-size: 20px;
    }
    .font25 {
        font-size: 25px;
    }
    .font35 {
        font-size: 35px;
    }
    .font30 {
        font-size: 30px;
    }
    .font40 {
        font-size: 40px;
    }
    .font45 {
        font-size: 45px;
    }

    .font60 {
        font-size: 60px;
    }


    /*----TExt Color styles------ */

    .clr-white {
        color: #fff;
    }
    .clr-black {
        color: #03080c;
    }

    .clr-whitegrey{
        color:#dfdfe0;
    }
    .clr-grey {
        color: #868686;
    }

    .clr-purple {
        color: #622599;
    }




    .input-focus {
        color: #342c29;
    }




    .themeBlack span{
        display: inline-block;
        width:30px;
        height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .textcontrols span{
        cursor: pointer;
    }

    .themeBlack span.black{
        background: #000;
        border:solid 1px #ffe91f;
    }
    .themeBlack span.blue{
        background: #31708f;
        border:solid 1px #000;
    }
    .themeBlack span.default{
        background: #fff;
        border:solid 1px #622599;
    }

    .themeBlack .active {
        border-color: rgb(255, 8, 0) !important;
        /* box-shadow: 0 0 8px rgb(255, 0, 0); */
    }

    .hdrRight {
        border: solid 1px #622599;
        height: 54px;
        margin-top: 13px;
    }

    a.zeno_font_resizer_minus,
    a.zeno_font_resizer_reset,
    a.zeno_font_resizer_add {
        font-size: 16px !important;
        padding-right: 5px;
    }

    .zeno_font_resizer_container .zeno_font_resizer span a{
        position: relative;
    }

    .zeno_font_resizer_container .zeno_font_resizer span a.zeno_font_resizer_minus:after,
    .zeno_font_resizer_container .zeno_font_resizer span a.zeno_font_resizer_add:after{
        position: absolute;
        right: 0px;
        top: -4px;
        font-size: 16px;
    }
    .zeno_font_resizer_container .zeno_font_resizer span a.zeno_font_resizer_minus:after{
        content: "-";
    }
    .zeno_font_resizer_container .zeno_font_resizer span a.zeno_font_resizer_add:after{
        content: "+";
        right: -3px;
    }
    /* Button Style */
    .thmBtn, form#wppb-loginform .login-submit input{
        background:#622599 !important;
        border:solid 1px transparent !important;
        color:#dac9e9 !important;
        font-size:15px  !important;
        text-align: center !important;
        text-transform: uppercase !important;
        line-height: 34px !important;
        height: 37px !important;
        min-width: 104px !important;
        display: block !important;
        margin: 0 auto !important;
        transition: all 0.4s linear !important;
    }

    form#wppb-loginform{
        max-width: 450px;
        margin: 30px auto 0;
    }

    .btncrv{
        border-radius: 8px;
    }
    .btncrvstyle{
        border-radius:0 25px 0 25px;
        width: 120px;
    }

    .btncrvstyle:hover, .btncrv:hover, .thmBtn:hover{
        border-radius: 0;
        border:solid 1px #622599;
        background:transparent;
        color:#622599;
    }

    /* section-title */

    .section-title {
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Quicksand', sans-serif;
        font-size: 35px;
        position: relative;
    }
    .section-title:before {
        content: "";
        position: absolute;
        background: url(../images/section-title-shape.png) no-repeat;
        width: 107px;
        height: 6px;
        left: 0;
        bottom: -8px;
    }



    /* placeholder color change */

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #bbb9b9;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #bbb9b9;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #bbb9b9;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #bbb9b9;
    }

    input[type=text] {
        outline: none;
    }
    /*Header Starts*/
    .navBtnblock {
        position: fixed;
        right: 10px;
        display: block;
        width: 33px;
        height: 30px;
        transition: all 0.3s linear;
        z-index: 9999;
        top: 7px;
        transition: all 0.4s linear;
        background: #622599;
        display: none;
    }
    .admin-bar .navBtnblock {
        top: 60px;
    }

    .navBtnblock .navBtn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -10px;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .nav-menu-icon-top, .nav-menu-icon-middle, .nav-menu-icon-bottom {
        display: block;
        position: absolute;
        left: 0;
        width: 18px;
        height: 2px;
        background-color: #fff;
        transition: all 300ms ease-in-out;
    }

    .nav-menu-icon-top {
        top: 1px;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        width: 15px;
    }
    .nav-menu-icon-middle {
        top: 7px;
        width: 12px;
    }
    .nav-menu-icon-bottom {
        top: 13px;
        -ms-transform-origin: 0 100% 0;
        transform-origin: 0 100% 0;
    }
    header .socail-top .sclBlock{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border:solid 2px #622599;
        margin-right: 5px;
        transition: all 0.4s linear;
    }
    header .socail-top .sclBlock:hover{
        border-radius: 0;
    }
    header .socail-top .sclBlock.fb:hover{
        border:solid 2px #3b5998 ;
    }
    header .socail-top .sclBlock.fb:hover a{
        color:#3b5998 !important;
    }
    header .socail-top .sclBlock.twit:hover{
        border:solid 2px #00acee ;
    }
    header .socail-top .sclBlock.twit:hover a{
        color:#00acee !important;
    }
    header .socail-top .sclBlock.yt:hover{
        border:solid 2px #FF0000 ;
    }
    header .socail-top .sclBlock.yt:hover a{
        color:#FF0000 !important;
    }
    .logo {
        margin-top: 10px;
    }

    .logo img {
    max-height: 55px;
}
    /* aside#custom_html-5 {
        width: 100%;
    } */

    /*Navigation Starts*/

    nav ul li,
    nav ul.menu-list li.mylogin a,
    nav ul.menu-list{
        position: relative;
    }
    nav ul li{
        z-index: 99;
    }

    nav ul.menu-list li.mylogin,
    nav ul.menu-list li.mylogout{
        position: absolute;
        right:0;
    }
    nav ul.menu-list li.mylogin:hover a,
    nav ul.menu-list li.mylogout:hover a{
        background: transparent;
        color: #fff;
    }
    nav ul.menu-list li.mylogin::before,
    nav ul.menu-list li.mylogout::before{
        background: transparent;
    }
    nav ul.menu-list li.mylogin a:before,
    nav ul.menu-list li.mylogout a::before {
        font-family: FontAwesome;
        left: -23px;
        position: absolute;
        top: 10px;
        color: #fff;
        /* height: auto; */
        z-index: 999;
        font-size: 17px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: solid 1px #fff;
        line-height: 23px;
        background: transparent;
    }
    
    nav ul.menu-list li.mylogout a:before {
        content: "\f08b";
        left: -16px;
        top: 13px;
        border:none;
    }
    nav ul.menu-list li.mylogin a:before {
        content: "\f007";
    }

    nav ul li a{
        position: relative;
        z-index: 99;
        color: #fff;
        padding: 10px 7px;
        text-align: center;
        display: block;
        background: #622599;
        font-size: 13px;
    }
    nav ul li:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 0px;
        background:#fab02e;
        top:-1px;
        transition: height 0.5s;
        z-index: 1;
        left: 0;
    }

    nav ul li.menu-item.login-manual:before, nav ul li.menu-item.logout-manual:before {
    content: '\f007';
    position: absolute;
    font-family: 'FontAwesome';
    z-index: 999;
    font-size: 12px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 19px;
    background: transparent;
    color: #ffff;
    top: 14px;
    left: -15px;
    text-align: center;
}

nav ul li.menu-item.login-manual, nav ul li.menu-item.logout-manual {
    position: absolute;
    right: -5px;
    text-align: right;
    background: transparent !important;

}

nav ul li.menu-item.login-manual a:hover, nav ul li.menu-item.logout-manual a:hover,
nav ul li.menu-item.login-manual:hover a, nav ul li.menu-item.logout-manual:hover a{
    background: transparent !important;
    color: #fff;
}
nav ul li.menu-item.logout-manual:before{
    content: "\f08b";
    top: 15px;
    border: none;
    left: -12px;
 }
    nav ul li:hover:before{
        /* height: 47px; */
        top: 0;
    }

    nav ul li:hover a{
        color: #03080c;
        background:#fab02e;
    }

    nav ul li ul.sub-menu{
        display: block;
        position: absolute;
        min-width: 200px;
        background: #fab02e;
        z-index: 9;
        top: 43px;
        transition: all 0.3s linear;
        transform: scale(0);
        left: -1px;
    }
    nav ul li:hover ul.sub-menu{
        transform: scale(1);
    }
    nav ul li ul.sub-menu li a{
        background:#fab02e;
        font-size: 13px;
        padding: 5px 10px;
        text-align: left;
        line-height: 1.2em;
       /* border: solid 1px #03080c;*/
        border-top: none;
    }
    nav ul li ul.sub-menu li:hover a{
        background: #622599;
        color: #fff;
       /* border-bottom: solid 1px #fff;*/
    }
    nav ul li ul.sub-menu li:before{
        display: none;
    }

    /*-------URGET Notice--------*/

    .noticeTiker{
        border:solid 2px #622599;
        border-radius: 5px;
        height: 40px;
    }
    .noticeTiker .ntcName{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 166px;
        line-height: 2.3em;
        border-radius: 0px 0 0 0px;
        position: relative;
    }
    .noticeTiker .ntcName:after{
        content: "";
        position: absolute;
        background: url(../images/shape-arrow.png) no-repeat top center/20px;
        width: 24px;
        height: 36px;
        right: -22px;
        top: 0;
    }
    .ntc {
        padding-left: 25px;
    }
    .ntc ol{
        list-style-position: inside;
        margin: 0;
        padding:0;
    }

   .noticeTiker .ntc ol li img {
    padding-right: 29px !important;
    display: inline-block;
    vertical-align: baseline;
}

    .sliderSec{
        height: 440px;
        overflow: hidden;
    }

    .scrn-reader-content table a{
        color: #03080c;
    }

    /*Important Notice*/

    .important{
        border-radius: 10px;
        border:solid 2px #622599;
    }

    .important h2{
        border-radius: 5px 5px 0 0;
        padding: 7px 0;
    }
    .iprtText ul{
        list-style:none;
    }
    .iprtText ul li{
        position: relative;
        padding-left: 35px;
    }
    .iprtText ul li:before{
        content:"";
        position: absolute;
        width:30px;
        height: 34px;
        left: 0;
        top: 11px;
        background: url(../images/list-style.png) no-repeat top center/20px;
    }

    .mission{
        height: auto;
        padding: 40px 0;
    }

    .mission .bg-white.pd20{
        border-radius: 10px;
        padding:20px ;
        box-shadow: 10px 10px 38px -10px rgba(0,0,0,0.42);
    }

    .mission .badenMsg{
        padding: 35px 25px;
        margin: 20px 0;	
    }

    .mission .badenpic {
        border-radius: 10px;
        overflow: hidden;
        height: 355px;
        box-shadow: 10px 10px 38px -10px rgba(0,0,0,0.42);
    }


    .newsbox .img {
        position: relative;
        overflow: hidden;
    }
    .newsbox .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s linear;
        transform:scale(1)
    }
    .newsbox:hover .img img{
        transform:scale(1.1)
    }

    .newsbox .img .newsTitle{
        position: absolute;
        background: rgba(0,0,0,0.7);
        bottom: 0;
        left: 0;
        line-height: 1.3em;
    }
    .newsbox .type{
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 50px;
        background: #f5841e;
        line-height: 27px;
        border-radius: 5px;
        margin-right: 10px;
        }

    /*----Contact Form----*/
    .cntctfrm {
        border-radius: 10px;
        overflow: hidden;
    }
    .cntctfrm  .frmdcl{
        display: none !important;
    }
    .frmdcl .sclBlock{
        background:#fff;
        border-radius: 50%;
        width:25px;
        height: 25px;
        margin-right:10px;
        transition: all 0.4s linear;
    }

    .frmdcl .sclBlock.bharat{
        background: transparent;
    }
    .frmdcl .sclBlock.bharat img{
        margin-top: -6px;
    }

    .frmdcl .sclBlock:last-child{
        margin-right:0px;
    }

    .frmdcl .sclBlock:hover{
        border-radius: 0;
    }
    .frmdcl .sclBlock.fb:hover{
        background:#3b5998 ;
    }
    .frmdcl .sclBlock.twit:hover{
        background:#00acee ;
    }

    .frmdcl .sclBlock.yt:hover{
        background:#FF0000 ;
    }

    .frmdcl .sclBlock.fb:hover a,
    .frmdcl .sclBlock.twit:hover a,
    .frmdcl .sclBlock.yt:hover a{
        color:#fff !important;
    }


    .cntctfrm .frmhead h4{
        width:100%;
        max-width: 210px;
        margin:0 auto;
        border-bottom:solid 1px #c99bf2;
    }


    .cntctfrm .frmtxt{
        line-height: 1.4em;
        word-break: break-word;
    }

    .frmsec .form-group{
        position: relative;
    }

    .frmsec .form-group .form-control{
        position: relative;
        z-index: 2;
        background: transparent;
    }
    .frmsec .form-group label {
        position: absolute;
        top: 5px;
        left: 9px;
        color: #73777b;
        transition: 0.2s all;
        cursor: text;
        margin-bottom: 0px;
        height: 19px;
        z-index: 1;
    }

    .frmsec .form-group .form-control:invalid {
        outline: 0;
    }
    .frmsec .form-group .form-control:focus,
    .frmsec .form-group .form-control:valid {
        box-shadow: none;
        border-color:#622599;
    }
    .frmsec .form-group .form-control:focus~label,
    .frmsec .form-group .form-control:valid~label {
        font-size: 14px;
        top: -13px;
        color: #622599;
        left: 10px;
        background: #fff;
        padding: 0 5px;
        font-weight: 700;
        z-index: 3;
    }

    .frmsec .form-group .frmerror{
        position: absolute;
        bottom: -4px;
        right: 6px;
        font-size: 12px;
        font-weight: 500;
        display: none;
    }
    .frmsec .form-group:last-child{
        margin-bottom: 0;
    }

    .frmsec .form-group.error .form-control{
        border-color: #f00;
    }
    .frmsec .form-group.error label{
        color: #f00;
    }

    .twitBlock{
        border-radius: 8px;
        overflow: hidden;
    }



    .menu-scouting-menu-container ul,
    .menu-legal-menu-container ul {
        display: inline-block;
		width:100%;
		margin-bottom: 15px;
    }
.menu-scouting-menu-container ul li,
 .menu-legal-menu-container ul li{
	display: inline-block;
}
    .menu-scouting-menu-container ul li a,
    .menu-legal-menu-container ul li a,
    .cmpnyInfo{
        color: #fff;
        position: relative;
        padding: 0 5px;
        font-size: 16px;
    }
.menu-scouting-menu-container ul li a:first-child,
.menu-legal-menu-container ul li a:first-child{
	padding-left:0;
}
    .menu-scouting-menu-container ul li a:hover,
    .menu-legal-menu-container ul li a:hover{
        color: #f5841e;
    }

    .menu-scouting-menu-container ul li a:after,
    .menu-legal-menu-container ul li a:after{
        content:"/";
        position: absolute;
        right:-5px;
        top:0;
		display:none;
    }

    .menu-scouting-menu-container ul li:last-child a:after,
    .menu-legal-menu-container ul  li:last-child a:after {
        display: none;
    }

    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output {
        color: #222;
    }
    iframe{
        width:100%;
    }

    .widget_gtranslate{
        position: inherit;
    }

    .iprtText{
        height: 420px;
    }

    .iprtText marquee {
        height: 390px;
    }

    #divSliderMain .bx-wrapper .bx-viewport{
        background: transparent !important;
    }

    #content.site-content {
        min-height: 537px;
    }

.entry-title-blog{
	font-size:20px;
}
    .trainingpage {
        min-height: 480px;
    }
    .trainingpage ul{
        margin: 25px 0;
    }

    .trainingpage ul li{
        display: inline-block;
        width: 18%;
        margin: 10px 5px;
    }
    .resultpage, 
    .addProject,
    .listingpage,
    .listingdetail, 
    .galleryPage,
    .joinPage{
        margin-top: 30px;
    }

    .resultpage .card{
        margin-bottom: 20px;
    }

    .resultpage .card .btn.btn-link:focus{
        outline: none;
        box-shadow:none;
    }


    /*------BLACK THEME------*/
    body.allBlack,
    body.allBlack .clr-white,
    body.allBlack .clr-whitegrey,
    body.allBlack .clr-grey,
    body.allBlack .clr-purple,
    body.allBlack a,
    body.allBlack .thmBtn:hover,
    body.allBlack table td,
    body.allBlack .clr-black ,
    body.allBlack .btn-link,
    body.allBlack .table,
    body.allBlack nav ul.menu-list li.mylogin a:before{
        color: #f9f003 !important;
    }

    body.allBlack,
    body.allBlack .bg-white,
    body.allBlack .bg-purple,
    body.allBlack .bg-grey,
    body.allBlack .bg-black,
    body.allBlack .btncrvstyle:hover,
    body.allBlack .btncrv:hover, 
    body.allBlack .thmBtn:hover,
    body.allBlack .thmBtn,
    body.allBlack .frmdcl .sclBlock,
    body.allBlack  nav ul li a,
    body.allBlack  .card,
    body.allBlack .blockWithhead .cntnt {
        background-color: #03080c !important;
    }

    body.allBlack .hdrRight,
    body.allBlack .noticeTiker,
    body.allBlack .important,
    body.allBlack .btncrvstyle:hover, 
    body.allBlack .btncrv:hover, 
    body.allBlack .thmBtn:hover,
    body.allBlack .frmsec .form-group .form-control:focus, 
    body.allBlack .frmsec .form-group .form-control.form-control:valid,
    body.allBlack header .socail-top .sclBlock,
    body.allBlack .blockWithhead .cntnt,
    body.allBlack nav ul.menu-list li.mylogin a:before {
        border-color:#f9f003;
    }
    /* body.allBlack .logo img{
        filter: brightness(1) invert(1);
    } */
    /*------Blue THEME------*/
    body.allBlue,
    body.allBlue .clr-white,
    body.allBlue .clr-whitegrey,
    body.allBlue .clr-grey,
    body.allBlue .clr-purple,
    body.allBlue a,
    body.allBlue .thmBtn:hover,
    body.allBlue table td,
    body.allBlue .clr-black,
    body.allBlue .btn-link,
    body.allBlue .table  {
        color: #fff !important;
    }

    body.allBlue,
    body.allBlue .bg-white,
    body.allBlue .bg-purple,
    body.allBlue .bg-grey,
    body.allBlue .bg-black,
    body.allBlue .btncrvstyle:hover,
    body.allBlue .btncrv:hover, 
    body.allBlue .thmBtn:hover,
    body.allBlue .thmBtn,
    body.allBlue .frmdcl .sclBlock,
    body.allBlue  nav ul li a,
    body.allBlue  .card,
    body.allBlue .blockWithhead .cntnt {
        background-color: #31708f !important;
    }

    body.allBlue .hdrRight,
    body.allBlue .noticeTiker,
    body.allBlue .important,
    body.allBlue .btncrvstyle:hover, 
    body.allBlue .btncrv:hover, 
    body.allBlue .thmBtn:hover,
    body.allBlue .frmsec .form-group .form-control:focus, 
    body.allBlue .frmsec .form-group .form-control:valid,
    body.allBlue header .socail-top .sclBlock,
    body.allBlue .blockWithhead .cntnt {
        border-color:#fff;
    }



    body.allBlue .noticeTiker .ntcName:after,
    body.allBlack .noticeTiker .ntcName:after,
    body.allBlack .section-title:before,
    body.allBlue .section-title:before{
        background: transparent;
    }

    .switcher a img{
        display: none !important;
    }
    .switcher .selected a:after{
        top: 0px !important;
    }


    footer{
        position: relative;
    }
    footer .vstrnumber{
        position: absolute;
        width: 90px;
        height: 90px;
        border-radius: 50% 50% 0 0;
        background: #dec936;
        color: #03080c;
        right: 0;
        top: -90px;
        text-align: center;
        padding-top: 20px;
        font-weight: 800;
        border: solid 2px #03080c;
        border-bottom: none;
        font-size: 12px;
    }
    footer .vstrnumber span.txt{
        font-size: 12px;
    }

    .addmore, .addmoreurl{
        display: block;
        cursor: pointer;
        margin-top: 10px;
    }
    .moreFiled input, .moreurl input{
        margin: 8px 0;
    }

    .listBox{
        display: inline-block;
        border-radius:10px;
        box-shadow: 11px 11px 40px -10px rgba(0,0,0,0.43);
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }

    .listBox .img{
        width:100%;
        height: 220px;
        overflow: hidden;
        position: relative;
    }
    .listBox .img img,
    .detailLeft .img img{
        width:100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s linear;
        transform: scale(1);
    }
    .listBox:hover .img img{
    transform: scale(1.1);
    }
    .listBox .lstDtl {
        padding: 5px 10px;
    }
    .listBox .img .tags{
        position: absolute;
        top:10px;
        left:10px;
    }

    .listBox .img .tags a{
        display: inline-block;
        width: auto;
        min-width: 80px;
        text-align: center;
        color: #f5841e;
        border: solid 1px #f5841e;
        border-radius: 5px;
        font-size: 15px;
        background: rgba(0,0,0,0.7);
    }

    .detailLeft .img{
        width: 100%;
        height: 320px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .detailLeft  .detailDes{
        margin: 15px 0 25px;
    }
    .blockWithhead {
        margin-bottom: 25px;
    }

    .blockWithhead .cntnt{
        background: #fff;
        border:solid 1px #000;
        padding: 8px;
    }

    .galleryPage{
        min-height: 480px;
    }

    .galleryBlock .gallery_product{
		display: block;
		float: left;
		width: 23%;
		margin: 0 15px 15px 0;
		border: solid 0.5px #000;
		height: 250px;
	}
	.galleryBlock .gallery_product:nth-child(4n+4){
		margin-right: 0;
	}
.galleryBlock .gallery_product iframe{
	    height: 95%;
		margin: 5px;
		width: 96%;
}

    .galleryBlock .gallery_product img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .joinPage .nav-tabs {
        display:none;
    }

    .joinPage .card-body{
        border: solid 1px #dee2e6;
        border-top: none;
        margin-bottom: 30px;
    }

    .joinPage .card-body .img{
        width:100%;
        height: 400px;
        margin-bottom: 15px;
    }

    .joinPage .card-body .img img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }

    .joinPage  .card-header h5 a{
        display: block;
    }
    .filtr-container.filters-div{
        margin-top: 15px;
    }

    .filtr-container.filters-div .filtr-item {
        padding: 0rem !important;
    }

    .filtr-container.filters-div .filtr-item .thumbnail{
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .simplefilter li, .sortandshuffle li{
        padding: 4px 7px !important;
        background: transparent !important;
    }
    .simplefilter_700 li.active {
        background-color: transparent !important;
        border:solid 1px #ccc;
	}
	

	/*-----------------IMAGE GALLERY STYLE-------------*/
	.neo_category_section .neo_gallery_category_all .neo_category{
		border:none;
	}

	.neo_gallery_shortcode_inner .neo_loading_data,
	.neo_load_categoryImages{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.neo_gallery_shortcode_inner .neo_category_images, 
	.neo_page_gallery .neo_page_gallery_innner .neo_page_images,
	.neo_load_categoryImages .neo_category_images{
		display: flex;
		flex: 0 0 23%;
		overflow: hidden;
		border:solid 1px #000;
		padding: 5px;
		margin:0 15px 15px 0;
	}
	.neo_gallery_shortcode_inner .neo_category_images a, 
	.neo_page_gallery .neo_page_gallery_innner .neo_page_images a{
		width: 100%;
	}
	.neo_gallery_shortcode_inner .neo_category_images img, 
	.neo_page_gallery .neo_page_gallery_innner .neo_page_images img{
		width:100%;
		height: 100%;
		object-fit: cover;
	}
	.fancybox-slide--image .fancybox-content{
		padding: 10px;    
		background: #fff;
		height: 450px !important;
		overflow: hidden;
		border-radius: 10px;
	}
	.fancybox-image, .fancybox-spaceball{
		height: 95%;
		left: 50%;
		top: 50%;
		width: 95%;
		transform: translate3d(-50%,-50%,0);
		object-fit: cover;
	}

	.neo_category_section .neo_gallery_category_all, .vdo-category {
		text-align: center;
		list-style-type: none;
		display: inline-block;
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
	}
	.neo_category_section .neo_gallery_category_all li{
		display: inline;
	}

	.menu-item-has-children a{
		position: relative;
	}
	.menu-item-has-children a span{
		position: absolute;
		top:0;
		left:0;
		font-size: 18px;
		width: 18px;
		height: 18px;
		z-index: 9;
		display: none;
	}
	.menu-item-has-children a span:before{
		content: "+";
		position: absolute;
		font-size: 18px;
		color: #03080c;
	}
.ntc{
	width:100%;
    }
  .fullpageframe {
    position: relative;
    left: 50%;
    transform: translateX(-59%);
    }
   .fullpageframe iframe {
    width: 100vw;
    height: 700px;
    margin-left: -15px;        
    }
    .fullpageframe iframe table{
        width:100% !important;
    }

    #cboxLoadedContent,
    #cboxContent {
        margin-bottom: 0px;
        max-width: 700px;
        height: 500px !important;
    }
    .cboxPhoto {
        width: 100% !important;
        height: 500px !important;
        max-width: 650px;
        object-fit: cover;
    }

    #cboxMiddleLeft,
    #cboxMiddleRight{
        height: 500px !important;
    }
    #cboxCurrent{
        display: none !important;
    }


		.hangingTitle {
		max-width: 230px;
		margin: 0 auto;
		background: #622599 url(http://clients.charumindworks.com/bharatscout/wp-content/uploads/2020/11/661611-200.png) no-repeat center left 15px/27px;
		color: #d8bdf1;
		text-align: center;
		padding: 6px 0;
		border-radius: 0 0px 7px 7px;
		position: relative;
		font-size: 18px;
		margin-bottom: 30px
		}
		.hangingTitle:after,
		.hangingTitle:before{
			content:"";
			position: absolute;
			width: 2px;
			height: 40px;
			background: #622599;
			top: -17px;
		}

		.hangingTitle:after{
			right:0;
		}
		.hangingTitle:before{
			left:0;
		}
.result_area {
	text-align: center;
    margin-top: 20px;
}
.result_area ul li span{
	display:block;
}

.result_area ul{
	margin-top:0;
}
.result_area ul li span.b_date{
		background: #622599 url("http://clients.charumindworks.com/bharatscout/wp-content/uploads/2020/11/date.png") no-repeat center left 6px/20px;
	   color: #fff;
	   border-radius: 5px 5px 0 0;
	   position:relative;
	   font-size: 15px;
}
.result_area ul li span.b_date:after{
	content:"";
	position:absolute;
	width: 1px;
    height: 27px;
    background: #b280e0;
    top: 0;
    left: 31px;
}
.result_area ul li span.b_seat {
    border: solid 1px #622599;
	border-top:solid 1px #b280e0;
	border-radius: 0px 0px 5px 5px;
	position:relative;
	font-size: 15px;
}
.result_area ul li span.b_seat:before {
	content:"";
	position: absolute;
    background: #622599 url('http://clients.charumindworks.com/bharatscout/wp-content/uploads/2020/11/chair.png') no-repeat center center/20px;
	border-right:solid 1px #b280e0;
    width: 31px;
    height: 27px;
    left: 0;
    top: 0;
}

.entry-title-blog + hr{
	background:#622599;
}

.booking_error,
.booking_success{
	display:block;
	margin:10px auto;
	padding:10px;
	text-align:center;
	max-width:370px;
	color:#fff;
}
.booking_success{
	background:#07a722;
}
.booking_error{
	background:#c41a0d;
}

.our-leaders .image-container .image{
	    padding: 8px;
    border: solid 2px #622599;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    height: 243px;
}

.our-leaders .image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-leaders .image-container .name-block h5{
	    font-size: 16px;
    font-weight: 800;
}
.our-leaders .image-container .name-block p{
	font-size:15px;
}

/*---------------CONTACT US PAGE STARTS------------*/
.contact-page-banner{
    background: url('https://s3.ap-southeast-1.amazonaws.com/bharatscout/media/1753417647_contact-us-banner.jpg') no-repeat top center/cover;
    position: relative;
    height: 80vh;
    display: inline-block;
    width: 100%;
    margin-top: -30px;
}
.contact-page-banner .contact-bnr-content{
    width: 50%;
    position: absolute;
    left:50%;
    top:30%;
    transform: translate3d(-50%,-50%,0);
    z-index: 2;
    max-width: 430px;
}

.contact-page-banner::after{
    content: "";
    position: absolute;
    background: url('https://s3.ap-southeast-1.amazonaws.com/bharatscout/media/1753417655_contact-banner-shape.png') no-repeat top center;
    width: 100%;
    height: 257px;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.office-sec .office-box .cntct-detail-link{
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    top:50%;
    right:10px;
    transform: translateY(-50%);
    border:solid 1px #ccc;
    display: none;
}

.office-sec .office-box:hover .cntct-detail-link{
    display: block;
}

.office-sec .office-box .cntct-detail-link img{
    max-width: 100%;
    margin: -3px 0 0 3px;
}

.office-sec .office-box{
  background: #fff; 
  border-radius: 15px;
  padding: 10px;
  box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.18);
  margin-bottom: 20px;
  position: relative;
  height: 160px;
}
.office-sec .office-box .city-img,
.office-sec .office-box .address-sec{
    display: inline-block;
    vertical-align: middle;
}
.office-sec .office-box .city-img{
    width:125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    border:solid 1px #622599;
    
}
.office-sec .office-box .city-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office-sec .office-box .address-sec{
   width: calc(100% - 155px);
   margin-left: 10px;
}

.office-sec .office-box .address-sec h5{
    font-size: 21px;
    font-weight: 700;
    color: #222733;
    margin-bottom: 10px;
}
.office-sec .office-box .address-sec .adrs-list{
    max-width: 85%;
}
.office-sec .office-box .address-sec .adrs-list li,
.office-sec .office-box .address-sec .adrs-list li a{
    font-size: 13px;
    color: #636161;
    font-weight: 500;
    position: relative;
}
.office-sec .office-box .address-sec .adrs-list li{
    padding-left: 24px;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.office-sec .office-box .address-sec .adrs-list li::before {
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: -3px;
    color: #222733;
    z-index: 999;
    font-size: 17px;
    width: 18px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
.office-sec .office-box .address-sec .adrs-list li.adres::before {
    content: "\f041";
}

.office-sec .office-box .address-sec .adrs-list li.phone::before {
    content: "\f095";
}

.office-sec .office-box .address-sec .adrs-list li.email::before {
    content: "\f0e0";
}
.wpcf7-form .g-recaptcha {
    margin-bottom: 15px;
}

.captch-box-new label.blnk_box {
    width: 30%;
    float: left;
}

.captch-box-new .g-recaptcha {
    width: 69.9%;
    float: left;
}
.map-adrs-sec{
    position: relative;
    height: 700px;
}
.map-adrs-sec .map-frame{
    position: absolute;
    width: 50%;
    left: 0;
    top:0;
    height: 480px;
}
.map-adrs-sec .map-frame iframe{
    width: 100%;
    height: 700px;
    border:none;
}
.map-adrs-sec .contact-form{
    padding: 15px;
}
.map-adrs-sec .contact-form h3{
    font-weight: 700;
}
.map-adrs-sec .contact-form h3 small{
    display: block;
    color: #cccaca;
    font-weight: 300;
    margin-bottom: 15px;
}

.map-adrs-sec .contact-form .cntct-frm{
   margin-top: 30px; 
}

.map-adrs-sec .contact-form .cntct-frm .wpcf7-form-control-wrap .wpcf7-form-control{ 
    background: none;
    border-radius: 0;
    padding:8px 0;
    border:none;
    border-bottom: solid 1px #adadad;
    color:#adadad;
    outline: none;
    box-shadow: none;
}

.branch-detail-sec{
    margin:50px 0;
}

.branch-detail-sec .card{
    margin-bottom: 20px;
}

.branch-detail-sec .card .btn.btn-link{
    box-shadow: none;
    font-size: 21px;
    font-weight: 500;
    color: #03080c;
}
/*---------------CONTACT US PAGE ENDS------------*/
/* new css 18-07-2025 */

.main-title .node__title {
    font-size: 20px;
}
.main-content-sec {
    padding-top: 0px;
    padding-bottom: 30px;
}
#joiningTabContent, #advancementTabsContent{
    padding-top: 0px !important;
}

#joiningTabContent .tab-pane, #advancementTabsContent .tab-pane {
    padding: 1.25rem;
    border: solid 1px #dee2e6;
}

#joiningTab, #advancementTabs {
    border-bottom: none;
}

#demo .carousel-control-next, #demo .carousel-control-prev {
    width: 6%;
}

.join-newpage .card-new-board {
    border: solid 1px #dee2e6;
    border-top: none;
    margin-bottom: 30px;
    padding: 1.25rem;
}

.join-newpage .tab-full-content {
    border: none !important;
    background: transparent !important;
}

.join-newpage .card-new-board .tab-title {
    font-weight: 500;
    margin-bottom: .75rem !important;
    line-height: 1.2;
    font-size: 1.25rem;
}

.new-schemes .nav-tabs .nav-link {
    font-weight: 500;
}

.join-newpage .card-new-board .tab-subtitle {
    line-height: 1.2;
    margin-top: -.375rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1rem;
}

#wppb-login-wrap p.login-username, #wppb-login-wrap p.login-password {
    overflow: hidden;
    margin: 0;
    padding-bottom: 14px;
}

#wppb-login-wrap p.login-username label, #wppb-login-wrap p.login-password label {
    width: 30%;
    float: left;
}

#wppb-login-wrap p.login-username input, #wppb-login-wrap p.login-password input {
    width: 69.9%;
    float: left;
}

.edit_profile_page ul {
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.edit_profile_page ul .wppb-form-field {
    padding-bottom: 14px;
}

.edit_profile_page ul .wppb-form-field label {
    width: 30%;
    float: left;
    min-height: 1px;
}

.edit_profile_page ul .wppb-form-field input, .edit_profile_page ul .wppb-form-field textarea {
    width: 69.9%;
    padding: 3px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

pre {
    white-space: normal;
    overflow: hidden;
}
/* responsive */
    @media (min-width: 1100px) {
        aside#zeno_fr_widget-2 h4{
            display: none;
        }
        aside#zeno_fr_widget-2 .zeno_font_resizer{
            text-align: center !important;
        }
    }

    @media (max-width: 991px) {
		.fullpageframe {
			position: relative;
			left: 0;
			transform: translateX(0%);
			}
		   .fullpageframe iframe {
			width: 100%;
		}
		.neo_gallery_shortcode_inner .neo_category_images, 
		.neo_page_gallery .neo_page_gallery_innner .neo_page_images,
		.neo_load_categoryImages .neo_category_images{
			flex: 0 0 31%;
		}
        .resultpage .card-body{
            overflow-y: scroll;
        }
        
        
        .admin-bar .navBtnblock{
            top: 60px;
        }
        .sliderSec{
            margin-top: -20px;
        }

        .section-title{
            font-size: 25px
        }
        .font25 {
            font-size: 20px;
        }
        .font18 {
            font-size: 16px;
        }
        .navBtnblock{
            display: block;
        }
        
        nav ul.menu-list{
            width: 185px;
            height: 250px;
            position: fixed;
            right: -377px;
            z-index: 9990;
            top: 37px;
            background: rgb(98 37 153);
            transition: all 0.4s linear;
            font-size: 15px;
            line-height: 1.5em;
        }

        .menuopen .menu-list {
            right: 10px;
        }


        .menu-list li a{
            padding: 5px;
        }

        nav ul.menu-list li.mylogin, nav ul.menu-list li.mylogout {
            position: relative;
        }
        nav ul.menu-list li.mylogout a:before,
        nav ul.menu-list li.mylogin a:before {
            left: 34px;
            top: 4px;
		}
		.menu-item-has-children a span{
			display: block;
		}
		nav ul li.menu-item-has-children a.mobView + ul.sub-menu{
			top: 0px;
			left: -200px;
		}
		nav ul li.menu-item-has-children a.mobView + ul.sub-menu li:first-child a{
			border-top:solid 1px #03080c;
		}
		nav ul li.menu-item-has-children a.mobView + ul.sub-menu li a span{
			display: none;
		}
        .logo img{
            max-width: 90%;
        }

        .important{
            margin-top: 20px;
            height: 250px;
            overflow: hidden;
        }


        .mission  .font60 {
            font-size: 20px;
        }

        .mission .badenMsg{
            background:url("assets/images/qutedup.png") no-repeat top center, url("assets/images/qutedwn.png") no-repeat bottom center;
        }
        .menu-scouting-menu-container ul, 
        .menu-legal-menu-container ul{
            display: block;
        }
        .menu-scouting-menu-container ul li, .menu-legal-menu-container ul li {
            display: inline-block;
        }
        .twitBlock iframe,	._2p3a, .uiScaledImageContainer._2zfr {
            width: 100% !important;
        }

        .trainingpage ul li{
            width: 22%;
        }
        .galleryBlock .gallery_product{
            width: 31% !important;
		}
		.galleryBlock .gallery_product:nth-child(4n+4){
			margin-right: 15px;
		}
		.galleryBlock .gallery_product:nth-child(3n+3){
			margin-right: 0;
		}
        .joinPage {
            margin-top:0px;
        }
        .joinPage h2.entry-title-blog{
            padding-top:00px !important;
        }
    }
    @media(min-width:768px) {
        .joinPage  .nav-tabs {
            display: flex;
        }
        
        .joinPage .card {
            border: none;
        }

        .joinPage .card .card-header {
            display:none;
        }  

        .joinPage .card .collapse{
            display:block;
        }
    }
    @media (max-width: 767px) {
	
		.neo_gallery_shortcode_inner .neo_category_images, 
		.neo_page_gallery .neo_page_gallery_innner .neo_page_images,
		.neo_load_categoryImages .neo_category_images{
			flex: 0 0 46%;
		}
        #content.site-content {
            min-height: 200px;
        }
        .sliderSec {
            height: auto;
        }

        .themeBlack{
            display: none;
        }
        div#u_0_0 > div >div{
            margin: 0 auto !important;
        }

        .noticeTikerSec{
            display: none;
        }
        footer{
            text-align: center;
        }

        .links.d-flex{
            display: block !important;
        }
        #zeno_fr_widget-2,
        #glt_widget-2, .widget_gtranslate{
            display: none;
        }
        .mission .bg-white.pd20{
            margin-bottom: 30px;
        }
        .trainingpage ul li{
            width: 46%;
        }

        .detailLeft .font30 {
            font-size: 22px;
        }	
        .galleryBlock .gallery_product{
            width: 48% !important;
		}
		.galleryBlock .gallery_product:nth-child(4n+4),
		.galleryBlock .gallery_product:nth-child(3n+3){
			margin-right: 15px;
		}
		.galleryBlock .gallery_product:nth-child(2n+2){
			margin-right: 0;
		}
        .joinPage  .tab-content > .tab-pane {
            display: block !important;
            opacity: 1;
            margin-bottom: 20px;
        }
        .joinPage .card-body{
            margin-bottom: 0;
            padding: 5px;
        }
        .joinPage .card-body img {
            height: auto !important;
            max-height: 220px !important;
        }
        
    }
    @media (max-width: 575px) {
		.neo_gallery_shortcode_inner .neo_category_images, 
		.neo_page_gallery .neo_page_gallery_innner .neo_page_images,
		.neo_load_categoryImages .neo_category_images{
			flex: 0 0 100%;
			margin-right: 0;
		}
        .language, .socail-top{
            display: none !important;
        }
        .admin-bar .navBtnblock{
            top: 50px;
		}
		.galleryBlock .gallery_product {
			width: 100% !important;
			margin-bottom: 15px;
			margin-right:0;
		}
    }

