body{
    position: relative;
}



/*----------- bangla font ---------------*/
.translatepress-bn_BD{
    font-family: 'Hind Siliguri' !important;
}

.translatepress-bn_BD  #cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a{
    font-size: 15px !important;
    font-weight: 300;
    padding: 0 8px;
    font-family: 'Hind Siliguri' !important;
}

/*----------- bangla font ---------------*/



/*-------------- language button --------------*/
#trp-floater-ls.trp-floater-ls-names {
    max-width: 116px;
}
#trp-floater-ls.trp-top-right{
    bottom: auto;
    left: 90%;
    top: 20px;
    border-radius: 0;
    color: white;
    background: #f10a93;
}
#trp-floater-ls.trp-top-right a{
    color: white;
}
#trp-floater-ls.trp-top-right a:hover{
    /*color: #4c4c4c;*/
    /*background-color: white;*/
}
#trp-floater-ls .trp-with-flags .trp-flag-image{
    display: none;
}
/*-------------- language button --------------*/



/*---------- header ------------*/
#cshero-header-wrapper.h-trans{
    /*position: relative !important;*/
}
#cshero-header.header-fixed #cshero-header-logo a img {
    max-height: 50px !important;
}

#cshero-header{
    background-color: transparent !important;
    border-color: transparent !important;
}
#cshero-header-navigation .main-navigation li ul{
    background: rgba(255, 255, 255, 0.7) ;
}
#cshero-header-navigation .main-navigation .menu-main-menu > li ul li{
    background: transparent;
}
#cshero-header-navigation .main-navigation .menu-main-menu > li ul li a{
    background: transparent;
    color: black !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
#cshero-header-logo{
    width: 40%;
}
#cshero-header-navigation{
    width: 60%;
}
.logo_one{
    width: 28%;
    padding: 0;
}

.logo_one img{
    width: 100%;
    height: 40px !important;
}
.logo_two{
    width: 68%;
    padding-right: 0;
}
.logo_two img{
    height: 25px !important;
}


#cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a{
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Poppins' , 'Hind Siliguri';
}

#cshero-header-navigation .main-navigation .menu-main-menu > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item a{
    color: #ff0099 !important;
    background-color: #e9e9e9;

}
#cshero-header-navigation .main-navigation .menu-main-menu > li ul a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a{
    font-size: 15px !important;
}

#cshero-header-navigation .main-navigation ul{
    width: 85%;
}
div#cshero-header {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
/*---------- header ------------*/


/*---------- slider------------*/
.home-slider {
    background: #000;
    height: 100vh;
    position: relative; }
.home-slider .h_title {
    text-transform: uppercase !important;
    font-family: "Poppins", 'Hind Siliguri' !important;
    font-size: 24px;
    font-weight: 400 !important;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 600 !important;
    color: #ffffff;
    line-height: 36px !important;
    font-size: 30px !important;
    margin-bottom: 30px;
    text-align: left !important; }
.home-slider p {
    font-family: "Brown", 'Hind Siliguri' !important;
    line-height: 25px !important;
    color: #ffffff;
    font-weight: 600 !important;
    font-size: 24px !important;
    text-align: left !important;
    text-transform: capitalize !important; }
.home-slider .zeus.tparrows {
    min-width: 40px !important;
    min-height: 40px !important;
    background: rgba(0, 0, 0, 0.3); }
.home-slider .zeus.tparrows:before {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 40px; }
.home-slider .slotholder:after {
    content: "";
    z-index: 90;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.home-slider__catMenu {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center; }
.home-slider__catMenu ul li {
    display: inline; }
.home-slider__catMenu ul li .dcBtn {
    display: inline-block;
    border-color: #FFF;
    color: #ffffff;
    font-family: "Playfair Display", 'Hind Siliguri';
    width: 200px;
    margin-right: 25px;
    padding: 10px 5px !important;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4); }
.home-slider__catMenu ul li:nth-of-type(3) .dcBtn {
    margin-right: 0; }
.home-slider__goDown {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 33px;
    background: #FFFFFF;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.home-slider__goDown a {
    height: 100%;
    width: 100%;
    z-index: 9;
    position: relative;
    line-height: 32px; }
.home-slider__goDown a img {
    height: 9px;
    -webkit-animation: bounceing 0.7s;
    animation: bounceing 0.7s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.home-slider .zeus.tparrows {
    background: rgba(255, 255, 255, 0.3); }
.home-slider .zeus.tparrows:before {
    font-size: 20px;
    color: rgba(4, 4, 4, 0.7215686274509804);
    font-weight: bold; }
/*---------- slider------------*/
































/*---------- icon section ------------*/

.shap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 75px 0;
    background-color: #F3F3F3 !important;
    text-align: center;
}
.shap svg {
    width: 100%;
    height: 185px;
    fill: #e65c5c;
    position: relative;
    bottom: 2px;
}
.next {
    padding: 0;
    position: relative;
    width: 100%;
}
.next .shap_one img {
    display: block;
    height: 100px;
    margin: 0 auto 45px; }
.next .shap_one .Title {
    text-align: center; }
.shap_one h3{
    margin-bottom: 45px;
}
.next .shap_one p {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,0.75);
    height: 90px;
    overflow: hidden;
}
.next .shap_one a{
    border: 1px solid #EC008C;
    color: #EC008C;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s all ease-in;
    position: relative;
}
.next .shap_one a::after{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    transition: 0.3s all ease-in;
    width: 0;
    top: 0;
    background:#EC008C ;
}
.next .shap_one a span{
    transition: 0.5s all ease-in;
}
.next .shap_one a:hover span{
    z-index: 2;
    position: relative;
    color: white;
}
.next .shap_one a:hover::after{
    width: 100%;
}

/*---------- icon section ------------*/




#page-default{
    width:100%;
    padding:0;
}

.redbtn .btn{
    background: #FF6866 !important;
    border-color: #FF6866 !important;
    font-size: 21px;
    margin-top: 15px;
}
.purple_btn .btn{
    background: #1CA942 !important;
    border-color: #1CA942 !important;
    font-size: 21px;
    margin-top: 15px;
}

.blue_btn .btn{
    background: #009BF8 !important;
    border-color: #009BF8 !important;
    font-size: 21px;
    margin-top: 15px;
}
.wrapper_animal {
    position: relative;
    /*padding: 40px 0 0 0;*/
    padding: 0;
    margin: 0;
    /*top: 59px;*/
    z-index: -1;
}
.wrapper_animal .animal_block {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
.wrapper_animal .animal_block:before {
    content: '';
    background-image: url("./images/jump_anim1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    -webkit-animation: jump 2s;
    animation: jump 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 238px;
    width: 873px; }
@-webkit-keyframes jump {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px); } }
@keyframes jump {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px); } }
.wrapper_animal .animal_block:after {
    content: '';
    background-image: url("./images/jump_anim2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0 auto;
    -webkit-animation: bounceing 2s;
    animation: bounceing 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 238px;
    position: absolute;
    width: 873px; }
@keyframes bounceing {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px); }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px); } }


.parralux_anim {
    margin-top:-70px !important;
}
.classone .vc_custom_1579178305272{
    background-size: cover;

}







/************************** get ready content *********************************8*/


.get_ready {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 45px; }
.get_ready .content{
    padding: 0 45px;
}
.get_ready p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: rgba(0,0,0,0.75); }



/*********** program section  *****************/
.program_section .image_content_single {
    border-style: solid;
    border-color: #EC008C;

    -webkit-transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    padding: 0;
    overflow: hidden;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.program_section .image_content_single:hover {
    border-style: solid;
    border-color: #EC008C;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;
    border-bottom-left-radius:  10px;
}
.program_section .image_content_single:hover .program_section_image {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg); }
.program_section .image_content_single .image_for_hidden {
    overflow: hidden; }
.program_section .image_content_single .program_section_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 290px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: 0.7s all ease-in;
    transition: 0.7s all ease-in; }
.program_section .image_content_single .content_wrapper {
    text-align: center;
    text-align: center;

    padding: 10px; }
.program_section .image_content_single .content_wrapper h1, .program_section .image_content_single .content_wrapper h2, .program_section .image_content_single .content_wrapper h3, .program_section .image_content_single .content_wrapper h4, .program_section .image_content_single .content_wrapper h5, .program_section .image_content_single .content_wrapper h6 {
    color: #EC008C;
    margin-bottom: 15px;
    font-family: 'Poppins' , 'Hind Siliguri';
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1em; }
.program_section .image_content_single .content_wrapper p {
    font-family: 'Poppins' ,'Hind Siliguri';
    font-weight: 300;
    font-size: 16px;
    height: 100px;
    color: #000000;
    margin-bottom: 35px; }
.program_section .image_content_single .content_wrapper a {
    padding: 15px 40px;
    background: #EC008C;
    color: white;
    border-style: solid;
    border-width: 0px;
    border-radius:5px;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 35px;
}

/*********** program section end*****************/










/*********** have wonderful day section *****************/
.have_wonder_ful_day {
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;

    position: relative;


}

.have_wonder_ful_day::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0));
}



.have_wonder_ful_day .ful-day_content {
    width: 70%;
    margin: auto; }
.have_wonder_ful_day .ful-day_content .Title {
    font-family: 'Poppins' , 'Hind Siliguri';
    font-size: 15px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 0;

}

.have_wonder_ful_day .ful-day_content P {
    -webkit-transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: white; }
.have_wonder_ful_day .ful_day_content_details {
    padding-top: 55px; }

.have_wonder_ful_day .ful_day_content_details .ful_day_bg {
    background: white;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
.have_wonder_ful_day .ful_day_content_details .ful_day_details_content {
    background-image: url('./images/signle-event-bg.png');
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('./images/signle-event-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    border-color: #EC008C;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;
    border-bottom-left-radius:  10px;

    -webkit-transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in; }
.have_wonder_ful_day .ful_day_content_details .ful_day_details_content:hover {
    border-style: solid;
    border-color: #EC008C;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;
    border-bottom-left-radius:  10px;
     }
.have_wonder_ful_day .ful_day_content_details .ful_day_details_content .content_padding {
    padding: 15px 70px 45px 30px}
.have_wonder_ful_day .ful_day_content_details .ful_day_details_content .content_padding .date {
    color: #EC008C;
    margin-bottom: 15px;
    font-weight: 500;
    color: rgba(0,0,0,0.75);
    font-size: 16px; }

.have_wonder_ful_day .ful_day_content_details .ful_day_details_content .content_padding p {
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 28px;
    color: #2E2E2E;
    height: 118px;
    line-height: 37px;
    overflow: hidden;
    margin-bottom: 35px; }
.have_wonder_ful_day .ful_day_content_details .ful_day_details_content .content_padding a {
    padding: 15px 30px;
    background: #EC008C;
    color: white;
    border-style: solid;
    border-width: 0px;
    border-radius: 5px;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
}

/*********** have wonderful day section end *****************/



/************************ brac accordion *****************/
.brac_accordion .vc_tta-panel-heading{
    border-color: white !important;
    box-shadow: 1px 6px 28px -12px rgba(0,0,0,0.57) !important;
}
.brac_accordion .vc_tta-panel-heading{
    background: white !important;
}

.brac_accordion .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-color: white !important;
}
.brac_accordion  .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #2a2a2a !important;
}
.brac_accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
    border-color: white !important;
    background: white;
    box-shadow: 0px 13px 21px -11px rgba(0, 0, 0, 0.5);
}

.brac_accordion  .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
    font-size: 28px;
    padding: 35px !important;
}
.brac_accordion  .vc_tta-controls-icon-position-right.vc_tta-panel-title>a:hover{
    color: #2a2a2a !important;
}
.brac_accordion .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before{
    border-color: white !important;
}
.brac_accordion .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body{
    border-color: white !important;
}


@media (max-width: 767px) {
    .brac_accordion.vc_custom_1583162799570{
        margin: 0 !important;
    }
    .logo_two{
        display: none !important;
    }
    .bg-1{
        padding: 60px 0!important;
    }
    .bg-2{
        padding: 60px 0!important;
    }
    .bg-3{
        padding: 60px 0!important;
    }
    .brac_accordion .vc_empty_space{
        display: none !important;
    }
    #page-title {
        margin-top: 80px !important;
        font-size: 18px;
    }

}
/*********************** brac accordion *************************/





































footer #cshero-footer-top {
    position: relative !important;
    background-color: #0A9477 !important;
    background-image: unset !important;
    margin-top: 350px !important;

}

footer #cshero-footer-top::before{
    content: '';
    background-image: url("./images/footer.png");

    position: absolute;
    top: -334px;
    left: 0;
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


footer #cshero-footer-top .leftside{
    position: absolute;
    left: 0px;
    bottom: 15px;
}

footer #cshero-footer-top .leftside img{
    height: 280px;
}
footer #cshero-footer-top .leftside:before{
    background-image: url("./images/kite.png");
    content: '';
    position: absolute;
    background-size: auto;
    background-position: 5px;
    background-repeat: no-repeat;
    width: 50px;
    height: 112px;
    right: -15px;
    top: -40px;
    z-index: 1;
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}


@keyframes swing {
    from {
        transform: rotate(0); }
    to {

        transform: rotate(15deg); } }



footer #cshero-footer-top .rightside{
    position: absolute;
    right: 0px;
    bottom: 15px;
}
footer #cshero-footer-top .rightside img{
   height: 370px;
}

@media(min-width: 1440px){
    footer #cshero-footer-top .image_left:before{
        right: 0px;
        top: -40px;
    }
}

@media(max-width: 1440px){
    footer #cshero-footer-top .image_left:before{
        top: -22px;
    }
}
@media(width: 1280px){
    footer #cshero-footer-top .image_left:before{
        top: 0px;
    }
}
@media(max-width: 1080px){


    footer #cshero-footer-top .image_right{

        width: 32%;

    }
}

@media (max-width: 991px){
    footer #cshero-footer-top .image_right {
        width: 37%;
    }
    footer #cshero-footer-top .image_left {
        width: 57%;
    }
}
@media (max-width: 768px){
    footer #cshero-footer-top .image_right {
        display: none;
    }
    footer #cshero-footer-top .image_left {
        display: none;
    }
    footer #cshero-footer-top .image_left :after{
        display: none;
    }
}





@media(min-width: 1920px){
    .slider .Text_wrapper {
        position: absolute;
        left: 385px;
        top: 605px;
    }
    .slider .Text_wrapper .Title {
        color: white;
        font-family: 'Titan One' ,'Hind Siliguri';
        font-weight: 400;
        font-size: 100px;
        line-height: 0.9em;
        letter-spacing: -1.1px;
        text-shadow: rgba(0 , 0, 0, 0.5) 0px 0px 18px;
        margin: 0px 0px 25px 0;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #ff6766;
        -webkit-text-fill-color: #fff;
    }
}

@media(max-width: 1024px){
    .slider .Text_wrapper {
        position: absolute;
        left: 60px;
        top: 564px;
    }
    .shap{
        top: -260px;
    }
}


@media(max-width:991px){
    .slider{
        height: 90vh;
    }
    .shap {

        top: -175px;

    }

}


@media(max-width: 768px){
    .shap {
        top: -240px;
        padding: 45px 0 !important;
    }
    .shap .shap_one{
        margin-bottom: 50px;
    }
    .counter_section .container-fluid{
            padding: 0;
        }
    footer #cshero-footer-top .leftside{
        display: none;
    }
    footer #cshero-footer-top .rightside{
        display: none;
    }
    .shap h3{
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 30px !important;
        line-height: 50px;

    }
    .next .shap_one img{
        margin: 0 auto 25px;
    }
    .shap .shap_one:last-child{
        margin-bottom: 0;
    }
    .get_ready{
        padding: 45px 0 35px !important;
    }

    .get_ready h3{
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 30px !important;
        line-height: 50px;

    }
    .get_ready .content {
        padding: 0 15px;
    }
    .have_wonder_ful_day h3{
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 30px !important;
        line-height: 50px;
    }
    .have_wonder_ful_day .ful-day_content {
        width: 100%;
        margin: auto;
    }
    .have_wonder_ful_day .ful_day_content_details {
        padding-top: 25px;
    }

                .have_wonder_ful_day .ful_day_content_details .ful_day_details_content .content_padding a{
                    padding: 12px 30px;
                }

    .have_wonder_ful_day{
        padding: 45px 0 !important;
    }
}

@media(max-width: 767px){



    .slider{
        overflow: hidden;
    }
    #trp-floater-ls{
        left: unset;
        right: 70px;
        position: absolute;
    }

    .slider .Text_wrapper {
        position: absolute;
        left: 15px;
        top: unset;
    }
    .slider .Text_wrapper .Title{
        font-size: 68px;
    }
}

@media(max-width: 455px){
    .slider .Text_wrapper .Title {
        font-size: 38px;
        margin-bottom: 10px;
        font-weight: 300;
        -webkit-text-stroke-width: 3px;
    }
    .slider .Text_wrapper p {

        margin: 0px 0px 20px 0px;
        font-size: 25px;

    }
    .slider .Text_wrapper .btn_custom{
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px 30px 10px 30px;
    }
}



@media(max-width: 320px){
    .slider .Text_wrapper .Title {
        font-size: 35px;
        margin-bottom: 10px;
        font-weight: 300;
        -webkit-text-stroke-width: 3px;
    }
}















/************ page title ******************/


.page_list  li{
    margin-bottom:8px;
}
.page_list .widgettitle {
    color: #000000 !important;
    font-size: 35px ;
}
.page_list  li a{
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.67);
    font-family: Poppins;
}


.page_list  li a::after{
    content: "";
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(236,0,140,.8) !important;
    transition: 0.7s all ease-in;
}
.page_list  li a:hover{
    color: rgba(236,0,140,.8) !important;
}
.page_list  li a:hover::after{
    width: 100%;
}


.brac_tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{
    background-color: #EC008C !important;
    color: white !important;
}
.brac_tour{
    /*padding: 75px 65px;*/
    padding:  0 65px;
}

/*.page_list{*/
/*    border-right: 1px solid #00000054;*/
/*}*/

.brac_tour  .wpb_column.vc_column_container.vc_col-sm-3{
    border-right: 1px solid #00000054;
}
.brac_tour .wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner{
    padding: 0;
}
.button_download{
    padding-bottom: 60px;
    text-align: center;

}


.button_download .wpb_wrapper p{
    background: rgba(157, 169, 255, 0.7) !important;
    padding: 10px !important;
     margin: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
}

.mobile_show{
    display: none ;
}


@media(max-width: 767px){
    .button_download{
        display: none;
    }
    .mobile_show{
        display: block !important;
    }

    .brac_tour .wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner{
        padding: 0 15px !important;
    }
    .brac_tour .wpb_column.vc_column_container.vc_col-sm-9 .vc_custom_1589191852645{
        padding-right: 0px !important;
    }
}








.brac_tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover{
    background: rgba(236,0,140,.8) !important;
}


.button_default{
    padding: 15px 30px;
    background: #FF6866;
    color: white;
    border-style: solid;
    border-width: 0px;
    border-radius: 20px;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.page_list  ul .page_item_has_children a{
    position: relative;
}
.page_list  ul .page_item_has_children a::after{
    content: "";
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(236,0,140,.8) !important;
    transition: 0.7s all ease-in;
}

.page_list  ul .page_item_has_children  a:hover{
    color: rgba(236,0,140,.8) !important;
}
.page_list  ul .page_item_has_children  a:hover::after{
    width: 100%;
}




.page_list .widget_pages ul{
    list-style-type: square !important;
    font-size: 25px !important;
}
.page_list .children  {
    list-style-type: square !important;
    font-size: 25px !important;
}



.page_list .widget_pages ul{
    color: black !important;;
}
.page_list ul .page_item_has_children a {
    position: relative !important;;
    color: black !important;;
}
.page_list .widget_pages ul {
    list-style-type: square !important;
    font-size: 25px !important;
    color: black !important;
}




.page_list .widgettitle{
    color: #000000 !important;;

}



/************ page title ******************/






/************ breadcumbs ******************/

.br-style3 {
    padding: 5px 0 !important;
    background-color: #f10a93 !important;;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset !important;;
}

#breadcrumbs{
    display: block !important;;
    margin: 0 auto !important;;
    width: 100% !important;;
}

.br-style3 .breadcrumbs li span{
    border: none;
}

.br-style3 .breadcrumbs {
    padding: 10px 0 !important;;
    text-align: center !important;;
}
.br-style3 .breadcrumbs li {
    display: inline-block !important;;
    font-size: 28px ;
    text-transform: uppercase !important;;
    color: #ffffff !important;;
    line-height: 30px !important;;
    font-weight: 600 !important;;
}
.br-style3 .breadcrumbs li a {
    color: #fff !important;;
}
.br-style3 .breadcrumbs li:after {
    content: "/" !important;;
    color: #fff !important;;
    padding-left: 4px !important;;
}
.br-style3 .breadcrumbs li {
    display: inline-block !important;;
    font-size: 25px !important;;
    text-transform: uppercase !important;;
    color: #ffffff !important;;
    line-height: 30px !important;
    font-weight: 600 !important;;
}
/************ breadcumbs ******************/






/*********** counter section ************/

.counter_single h2{
    text-align: center;

    margin-bottom: 15px;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 900;
    font-size: 32px;
    margin-top: 20px;
    line-height: 1em;
}

.counter_section .counter_single .round{
    height: auto;
    position: relative;
    margin: auto;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.counter_section .counter_single .round .image{
    display: flex;
    padding: 20px;
}
.counter_section .counter_single .round .image img{
  height: 80px;

}

.counter_section .counter_single .count{
    display: flex;
    flex-direction: column;
    border-left: 1px solid #A20740;
    padding: 20px;
}

.counter_section .counter_single .round p{
    display: block;
    text-align: left;
    margin: 0;
    color: white;
    font-size: 50px;
}
.counter_section .counter_single .round  .subject{
    text-align: left;
    font-family: 'Poppins' ,'Hind Siliguri';
    font-weight: 600;
    font-size: 24px;
    color: white;
    margin-top: 30px;
}
.p0{
    padding: 0 !important;
}

.bg-1{
    background: #D81B60 url('./images/signle-event-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;

    padding: 120px 0  ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.bg-2{
    background: #EC407A url('./images/signle-event-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 120px 0  ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-3{
    background: #F06292 url('./images/signle-event-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 120px 0  ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*********** counter section ************/








/*********** footer section ************/

.footer_logo_brack{
    height: 35px;
    display: block;
    margin: auto auto 30px;
    letter-spacing: 0.5px;

}

.footer_style .textwidget{
    margin-top: 20px;
}

.footer_style p{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.footer_style p i{
    margin-right: 15px;
}

.footer_style .cs-social li{
    display: inline-block;
    margin: 10px;
}

.footer_style .cs-social li a i{
    font-size: 20px;
    transition: 0.5s all ease-in;
}
.footer_style .cs-social li a i:hover{
    color: #ff0099;
}
/*********** footer section ************/







/*********** clas 6 section start ************/
.asClasses .counter_single .round i{
    font-size: 35px !important;
}
.asClasses .counter_single .round p{
    font-size: 40px !important;
    margin-bottom: 45px !important;
}

.counter_section .row{
    display: flex;
}
.asClasses .counter_single .round .title_main{
    text-align: center;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 30px !important;
    color: white;
    margin-bottom: 25px !important;
    margin-top: 0;
}
.asClasses .counter_single .round p{
    text-align: center;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 25px !important;
    color: white;
    margin-bottom: 15px !important;
    margin-top: 0;
}

.asClasses .counter_single .round p a{
    text-align: center;
    font-family: 'Poppins' ,'Hind Siliguri';;
    font-weight: 600;
    font-size: 25px !important;
    color: white;
    margin-bottom: 15px !important;
    margin-top: 0;
}

.asClasses .counter_single .round p :hover{
    color: #ff0099 !important;
}

.asClasses .counter_single .round .subject a{
    color: white;
}
.asClasses .counter_single .round .subject a:hover{
    color: #ff0099 ;
}
.asClasses .title{
    color: #ff0099;
    text-align: center;
    margin-bottom: 35px;
}

.bg4{
    background: #d02600 !important;
}
/*********** clas 6 section ************/







/*********** tour ************/
.brac_tour .wpb_wrapper p strong a{
    color: #f10a93;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Poppins' , 'Hind Siliguri' !important;
}
/*********** tour ************/










/*********** loading start ************/
.loader-color:before, .loader-color:after{
    display: none !important;
}

.loader-color{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    transform: translate(-50%,-50%) rotate(0deg) !important;
    animation: upDown 5s infinite linear;

}

.loader-color img:first-child{

    display: block !important;
    margin: auto auto 20px !important;
}

.loader-color img:last-child{
    height: 30px !important;
}

@keyframes upDown {
    0% {transform: translate(-50%,-50%) rotate(0deg)  scale(1)}
    50% {transform: translate(-50%,-50%) rotate(0deg)  scale(1.2)}

}
/*********** loading start ************/





/*********** form start ************/
input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    background-color: transparent;
    color: #626262;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 17px;
    height: 50px;
    letter-spacing: 0.5px;
    line-height: 13px;
    border: 1px solid  rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 5px !important;
    margin-top: 10px;
}
input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus{
    border: #f10a93 !important;
    outline-color: #f10a93 !important;

}
label{
    color: rgba(0,0,0,1);
    font-size: 20px;
    font-family: 'Poppins' , 'Hind Siliguri';
}


/* button all */
.bg-effect-xs, .btn, button, .button, input[type="submit"], .list-style-check li:after, .cms-fancybox-layout-default .cms-fancy-box-content-icon i, .cms-fancybox-layout-default .cms-fancy-box-image span, .cms-fancybox-layout-2 .cms-fancy-box-content-icon i, .cms-fancybox-layout-3 .cms-fancy-box-content-icon i, .cms-fancybox-layout-3 .cms-fancy-box-image i, .cms-counter-wraper .cms-counter-box{
    background-image: none !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    border-color: #EC008C !important;
    background-color: #EC008C !important;;

}
input[type="submit"]{
    width: 100%;
}


input[type="submit"]{
    background-image: none !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    border-color: #EC008C !important;
    background-color: #EC008C !important;;


}

input[type="submit"], .btn-green {
    border-color: #EC008C !important;
    background-color: #EC008C !important;

    background-image: none !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
}

.btn:hover, button:hover, .button:hover, input[type='submit']:hover, .btn:focus, button:focus, .button:focus, input[type='submit']:focus{
    background-color: rgba(236,0,140,.8) !important;
    border-color: rgba(236,0,140,.8) !important;
    background-image: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
}

/*********** form start ************/






/* page subtitle */
.page-sub-title{
    display: none !important;
}




/*************** blog entry ****************/
.entry-blog .entry-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date, body .mejs-controls .mejs-time-rail .mejs-time-current, body .mejs-controls .mejs-time-rail .mejs-time-loaded, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    background-color: #f10a93 !important;
}

.entry-blog .entry-date .arow-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date .arow-date{
    border-color: transparent #f10a93 #f10a93 transparent;
}


/* all text */
.wg-title, .entry-blog .entry-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date, .entry-blog .entry-meta i, #secondary [class*='widget_'] ul li a, #secondary [class*='widget-'] ul li a:before, #secondary [class*='widget_'] ul li a:before, #secondary [class*='widget-'] ul li a, .entry-blog .entry-meta ul li.detail-author a, .entry-blog .entry-meta ul li a{
    color: #000000 !important;
}

body{
    color: black !important;
}

.entry-blog .entry-meta ul:before {
    background-color: #f10a93 !important;
}
.entry-blog .entry-meta {
    border-bottom: 1px solid #f10a93 !important;
}
.entry-blog .entry-title a{
    color: #f10a93 !important;
}
.entry-blog {
    background-color: #f5f5f53b !important;
    border-bottom: 7px solid #f10a93 !important; ;
    padding: 33px 38px;
    position: relative;
    margin: 0 0 70px;
    box-shadow: -2px -6px 6px -1px rgba(0, 0, 0, 0.25) !important;;
}
.wg-title:before {
    background-color: #f10a93 !important;
}
#secondary #widget-area > [class*="widget_"], #secondary #widget-area > [class*="widget-"] {
    border-bottom: 7px solid #f10a93 !important;
}
.search-form #searchsubmit {

    display: none;
}

/******************** secondary content **************************/
.secondary_content{
    padding: 75px 0;
}
.secondary_content .subject{

    margin-top: 15px;
    text-align: center;

}


/*.secondary_content .secondary_content_single:nth-of-type(odd){*/
/*    padding-left: 0;*/
/*    padding-right: 15px;*/
/*}*/
/*.secondary_content .secondary_content_single:nth-of-type(even){*/
/*    padding-right: 0;*/
/*    padding-left: 15px;*/
/*}*/


.secondary_content .secondary_content_single{
    position: relative;
    box-shadow: 0px 1px 23px -6px rgba(0, 0, 0, 0.54);
    background: rgba(243, 243, 243, 0.2901960784313726) !important;
    padding: 35px 50px 50px !important;

}


/*.secondary_content .secondary_content_single:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0,0,0,0.5);*/
/*}*/

.secondary_content .subject{
    padding: 0 25px;
}

.secondary_content .secondary_content_single:nth-of-type(odd){

    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
.secondary_content .secondary_content_single:nth-of-type(even){

    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}


.secondary_content .image{
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 25px;
}
.secondary_content .subject p{
    margin: 0;
    border:1px solid #f10a93 !important;
    background: transparent !important;
    padding: 10px;
    color: #f10a93;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.5s all ease-in;
}
.secondary_content .subject a{

    width: 100%;
    display: block;
    height: 100%;
    border-radius: 5px;
    text-transform: capitalize;
    color: #f10a93;
    z-index: 2;
    position: relative;
    transition: 0.5s all ease-in;
}
.secondary_content .subject p:before{
    position: absolute;
    content: "";
    top: 0 ;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    width: 0%;
    background: #f10a93 !important;
    transition: 0.5s all ease-in;
}

.secondary_content .subject p:hover{
    color: white;
}
.secondary_content .subject p:hover:before{
    width: 100%;
}
.secondary_content .subject p:hover  a{
    color: white;
}


.secondary_content .secondary_content_single{
    margin-bottom: 50px;
    padding: 0 90px;
}







.assecondary_content .subject{
    margin-bottom: 25px;
}
.assecondary_content .subject:nth-of-type(odd){
    padding-right: 7.5px;
}
.assecondary_content .subject:nth-of-type(even){
    padding-left: 7.5px;
}

@media(min-width: 1920px){
    .brac_tour_inner{
        margin-left: 112px !important;
    }
}

@media(max-width: 992px){
    .assecondary_content .subject:nth-of-type(odd){
        padding-right: 15px;
    }
    .assecondary_content .subject:nth-of-type(even){
        padding-left: 15px;
    }
    .assecondary_content .subject{
        margin-bottom: 15px;
    }
    .assecondary_content .image_content_single{
        margin-bottom: 25px !important;
    }
}





@media(max-width: 768px){
    .brac_tour.brac_tour_inner{
        text-align: center !important;
        align-items: center !important;
        margin: 0px !important;
        padding: 0 !important;
    }

}

.assecondary_content .subject p{
    margin: 0;
    border:1px solid #f10a93 !important;
    background: transparent !important;
    padding: 10px;
    color: #f10a93;
    border-radius: 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.5s all ease-in;
}
.assecondary_content .subject a{
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 5px;
    text-transform: capitalize;
    color: black;
    z-index: 2;
    position: relative;
    transition: 0.5s all ease-in;
}
.assecondary_content .subject p:before{
    position: absolute;
    content: "";
    top: 0 ;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    width: 0%;
    background: #f10a93 !important;
    transition: 0.5s all ease-in;
}

.assecondary_content .subject p:hover{
    color: white;
}
.assecondary_content .subject p:hover:before{
    width: 100%;
}
.assecondary_content .subject p:hover  a{
    color: white;
}



.assecondary_content .image_content_single {
    border-style: solid;
    border-color: black;
    -webkit-transition: border 0.3s ease-in, background 0.3s, opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    padding: 0;
    box-shadow: -1px 0px 20px 8px rgba(240,240,240,1);
    overflow: hidden;
    border-top-width: 0px;
    padding-bottom: 30px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-bottom: 45px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.assecondary_content .column_program{
    margin-bottom: 30px;
}

.assecondary_content .image_content_single:hover {
    border-style: solid;
    border-color: #EC008C;
    border-radius: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

}
.assecondary_content .image_content_single:hover .program_section_image {

    transform:none; }


.assecondary_content .image_content_single .image_for_hidden {
    overflow: hidden; }


.assecondary_content .image_content_single .program_section_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-transition: 0.7s all ease-in;
    transition: 0.7s all ease-in; }








.page-title{
    margin-bottom: 60px;
}

#cshero-header-wrapper.header-1 #cshero-header.header-fixed, #cshero-header-wrapper.header-2 #cshero-header.header-fixed{
    box-shadow: -1px 10px 10px -4px rgba(0,0,0,0.49) !important;
}
.brac_tour .wpb_wrapper p{
    background: rgba(157, 169, 255, 0.7) !important;
    padding: 10px !important;
}



.brac_tour .vc_tta-tabs-container{
    border-left: 1px solid #00000054;
    margin-left: 0 !important;
    padding-left: 25px;
}


/********************** responsive ***************************/

@media(min-width: 1920px){

    .brac_tour{
        padding: 75px 105px;
    }

    /*** logo **/

    .logo_one img {
        width: 100%;
        height: 60px !important
    }
    .logo_two img {
        height: 40px !important;
    }

    #cshero-header-navigation .main-navigation ul {
        width: 87%;
    }



    /******** slider ***********/
    .home-slider .tp-parallax-wrap{
        left: 128px !important;
    }
}
@media(min-width: 1440px){
    .container{
        width: 90%;
    }
    .brac_tour{
        padding: 75px 105px;
    }

    /******** slider ***********/
    .home-slider .tp-parallax-wrap{
        left: 88px !important;
    }

}

#cshero-header-wrapper.header-2 #cshero-header.header-fixed{
    box-shadow: -1px 10px 10px -4px rgba(0,0,0,0.49) !important;
}


@media (min-width: 992px) {


    .autodrop_submenu.sub-menu li  a{
        color: white !important;
    }

    #cshero-header-wrapper.header-1 #cshero-header-navigation .main-navigation .menu-main-menu > li,
    #cshero-header-wrapper.header-2 #cshero-header-navigation .main-navigation .menu-main-menu > li,
    #cshero-header-wrapper.header-1 #cshero-header-logo a,
    #cshero-header-wrapper.header-2 #cshero-header-logo a {
        line-height: 80px !important;
    }
    #cshero-header-navigation .main-navigation .menu-main-menu > li > a{
        color: black !important;
    }


    #cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover {
        color: #ff0099 !important;
    }

    #cshero-header-wrapper.header-1, #cshero-header-wrapper.header-2 {
        height: 80px !important;
    }

}

@media(max-width: 992px){
    .logo_one img {
        width: 100%;
        height: 50px !important;
    }


    #cshero-header-navigation.collapse{
        position: fixed;
    }


    #cshero-header-logo {
        width: 60%;
    }
    .counter_section .col-md-4{
        width: 33.33333333% !important;
    }
    .counter_section .col-md-4{
        width: 33.33333333% !important;
    }
    .counter_section .col-md-4{
        width: 33.33333333% !important;

    }

    #trp-floater-ls.trp-top-right {
        bottom: auto;
        left: 83%;
        top: 16px;
        border-radius: 0;
        color: white;
        background: #f10a93;
    }
    #cshero-menu-mobile i{
        background-color: transparent !important;
    }
    #cshero-menu-mobile i:before{
        content: "\f0c9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #ff0099;
        font-size: 35px;
        padding-right: 0.5em;
        position: absolute;
        top: 3px;
        left: 0;
        transition: 0.3s all ease-in;
    }
    .tp-parallax-wrap{
        left: 15px !important;
    }
    #cshero-menu-mobile i:hover :before{
        color: #ff0099 !important;
    }
    #masthead{
        position: absolute;
        left: 0;
        right: 0;
    }


    #cshero-menu-mobile {
        position: fixed;
        right: 15px !important;
        top: 20px !important;
        transform: unset !important;
    }
    .logo_one {
        width: 28%;
        padding-right: 0;
        float: left;
    }
    .logo_two {
        width: 68%;
        padding-right: 0;
        float: left;
    }


    .shap .shap_one{
        width: 33.3333%;
        float: left;
    }



    .program_section .column_program{
        width: 33.333%;
        float: left;
    }


    .have_wonder_ful_day .single_post_ful{
        width: 33.333%;
        float: left;
    }


    .wrapper_animal .animal_block:after{
        width: auto !important;
    }
    .wrapper_animal .animal_block:before{
        width: auto !important;
    }






    #cshero-header-navigation .main-navigation li ul{
        background-color:  transparent !important;
    }


    #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a{
            color: #999 !important;
    }

}



@media(max-width: 768px){
    body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left{
        top: 130px;
    }
    #cshero-header-logo {
        width: 60%;
    }

    .brac_tour{
        display: flex;
        flex-direction: column-reverse;
    }
    .brac_tour{
        padding: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column-reverse;

    }

    .brac_tour .vc_col-sm-9{
        width: 100%;
    }

    .brac_tour .vc_col-sm-3{
        width: 100%;
        margin-top: 20px;
    }

    .brac_tour .vc_tta-panel.vc_active .vc_tta-panel-title>a{
        font-size: 20px;
    }

    .brac_tour .vc_tta-panel .vc_tta-panel-title>a{
        font-size: 20px;
        font-family: 'Poppins';
    }
    .brac_tour .widgettitle{
        font-size: 25px;
    }

    .brac_tour .page_list ul .page_item_has_children a{
        font-size: 18px;
    }
    .secondary_content .secondary_content_single{
        border-radius: 0 !important;
        margin: 15px;
        padding: 15px 15px !important;
    }

    .brac_tour .page_list .children li {
        margin-bottom: 5px;
    }

    .counter_section .row {
        display: block !important;
        margin: 0;
    }
    .footer_logo_brack {
        height: 35px;
        display: block;
        margin: auto;
        width: 95%;
    }
    body .entry-blog {
        padding-top: 50px !important;
        margin-top: 65px !important;
    }
    #trp-floater-ls.trp-floater-ls-names{
        right: 0;
        top: 100px;
        left: unset;
        position: fixed !important;
    }
    #page{
        overflow: hidden;
    }
    .entry-content {
        margin-top: 18px;
    }

    .translatepress-bn_BD .program_section .image_content_single .content_wrapper{
        height: 330px;
    }

    .counter_section .counter_single .round .subject{
        line-height: 45px;
    }


}



@media(max-width: 768px){
    .shap .shap_one{
        width: 50%;
        float: left;
    }
    .counter_section .col-md-4{
        width: 100% !important;
    }
    .counter_section .col-md-4{
        width: 100% !important;
    }
    .counter_section .col-md-4{
        width: 100% !important;

    }


    .program_section .column_program{
        width:50%;
        float: left;
        margin-bottom: 15px;
    }


    .have_wonder_ful_day .single_post_ful{
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}


@media(max-width: 767px){

    .secondary_content{
        padding: 45px 0 !important;
    }

    .bg-1 .bg-2 .bg-3{
        padding: 40px 0 !important;
    }



    .logo_two img {
        height: 20px !important;
    }
    .logo_one img {
        width: 100%;

    }
    .get_ready p{
        margin-bottom: 0;
    }

    .shap .shap_one{
        width: 100%;
        float: left;
    }



    .program_section .column_program{
        width:100%;
        float: left;
        margin-bottom: 15px;
    }
    .program_section .image_content_single .content_wrapper a{
        padding: 12px 30px;
    }

    .have_wonder_ful_day .single_post_ful{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    #cshero-header-logo {
        width: 85%;
        padding-left: 0;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item a{
        color: #ff0099 !important;
    }

    .logo_one {
        width: 55%;
        padding-right: 0;
        float: left;
        padding-left: 15px;

    }

    .logo_two {
        width: 65%;
        padding-right: 0;
        float: left;
    }


    .home-slider .h_title{
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: 1px;
    }
    .home-slider p{
        font-size: 16px !important;
        line-height: 25px !important;
        text-align: left !important;
    }

    .br-style3 .breadcrumbs li{
        font-size: 18px !important;
    }

    /*******brac accordion font **********/

    .brac_accordion  .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
        font-size: 18px;
        padding: 20px !important;
        line-height: 24px;
    }
    .brac_accordion .wpb_text_column p:last-child{
        font-size: 16px !important;
    }

    .brac_accordion   .vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading{
        margin-top: 15px !important;
    }

    .brac_accordion .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading{
        margin-bottom: 15px !important;
    }
    footer #cshero-footer-top{
        margin-top: 70px !important;
    }
    footer #cshero-footer-top::before{
        background-size: contain !important;
        top: -205px !important;
    }
    .footer_logo_brack {
        height: 30px;
        display: block;
        margin: auto;
        width: 75% !important;
    }
    .footer_style p {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .footer_style p i{
        margin-right: 10px;
    }
    .footer_style{
        padding: 0;
    }
    .footer_style .col-md-6{
        padding: 0;
    }
    #cshero-footer-top [class^="col-"], #cshero-footer-bottom [class^="col-"] {
        margin-bottom: 0 !important;
    }

    .brac_tour{
        padding: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column-reverse;

    }
}


@media(max-width: 602px){
    .wrapper_animal {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: -1;
        height: 150px;
    }
    .wrapper_animal .animal_block:before{
        bottom: -55px !important;
    }
    .wrapper_animal .animal_block:after{
        bottom: -55px !important;
    }
}


@media(max-width: 360px) {
    .rev_slider .caption, .rev_slider .tp-caption {
        left: 10px;
    }


    .wrapper_animal .animal_block::before {
        bottom: -72px !important;
    }

    .wrapper_animal .animal_block::after {
        bottom: -72px !important;
    }
}



/***** flex slider *******/
.flexslider:hover .flex-next{
    right: 25px !important;
    opacity: 1 !important;
}
.flexslider:hover .flex-prev{
    left: 25px !important;
    opacity: 1 !important;
}

.paddingForbrac{
    padding: 0 65px;
}
.p0{
    padding: 0;
}

#main #page-default {

    overflow: hidden !important;
}

@media(min-width: 1920px){
    .paddingForbrac {
        padding: 0 110px;
    }
}

@media(max-width: 1440px){
    .paddingForbrac {
        padding: 0 90px;
    }
}

@media(max-width: 1366px){
    .paddingForbrac {
        padding: 0 115px;
    }
}

@media(max-width: 1280px) {
    .paddingForbrac{
        padding: 0 65px;
    }
}
@media (max-width: 992px) {
    #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu{
        max-height: unset !important;
        display: none;
    }
    #trp-floater-ls.trp-floater-ls-names{
        right: 0;
        top: 150px;
        left: unset;
        position: fixed !important;
    }
    .paddingForbrac{
        padding: 0 15px;
    }
    .footer_logo_brack {
        height: 35px;
        display: block;
        margin: auto;
        width: 58%;
    }
}

