@media only screen and (min-width: 1920px) {
    html{
        font-size: 1.375rem;
    }
    .container{
        max-width: 1720px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        padding-right: 20px;
        padding-left: 20px;
    }
    .row{
        margin-right: -20px;
        margin-left: -20px;
    }
    .no-gutters{
        margin-right: 0;
        margin-left: 0;
    }

/*----------End 1920px------*/
}

@media only screen and (min-width: 2560px) {
    html{
        font-size: 1.875rem;
    }
    .container{
        max-width: 2360px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        padding-right: 25px;
        padding-left: 25px;
    }
    .row{
        margin-right: -25px;
        margin-left: -25px;
    }
    .no-gutters{
        margin-right: 0;
        margin-left: 0;
    }

/*----------End 2560px------*/
}

@media only screen and (max-width: 1360px) {
    header .navBar .mega_dropdown_menu .dropdown-menu{
        padding-right: 30px;
    }
    .whiteBox_wrap .row{
        margin: 0 -20px;
    }
    .whiteBox_wrap .row [class*="col-"]{
        padding: 0 20px;
    }
    
/* Home page/Home content sec */
    .homeContent_wrap ul li:nth-child(n + 2){
        padding-top: 60px;
    }
    .box_txt{
        padding-top: 60px;
    }
    
/* Common table page*/
    .commonTable_wrap .table{
        margin-bottom: 25px;
    }
    .commonTable_wrap .table td, .commonTable_wrap .table th{
        padding: 20px 15px;
    }
    .commonTable_wrap .table-bordered thead th p b{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

/* Youth trip */
    .commonTilte_box{
        margin: 30px 0;
    }
    .commonTitle_item{
        margin-bottom: 12px;
    }
    .commonTitle_head{
        font-size: 17px;
        line-height: 21px;
        padding: 18px 12px;
    }
    .commonTilte_txt{
        padding: 10px 12px 10px 15px;
    }

/* Btn group */
    .btnGroup_wrap h6{
        margin-bottom: 15px;
    }
    .btn_wrap{
        margin-bottom: 20px;
    }
    .btn_wrap a{
        font-size: 16px;
        line-height: 20px;
        padding: 15px 5px;
    }

/* Accordion */
    .accordion{
        margin-bottom: 30px;
    }
    .accordion .card{
        margin-bottom: 12px;
    }
    .accordion .card-header h5{
        font-size: 20px;
        line-height: 24px;
        padding: 15px 40px 15px 15px;
    }
    .accordion .card-header h5::before{
        width: 14px;
        height: 14px;
        right: 10px;
    }
    .accordion .card-body{
        font-size: 18px;
        line-height: 26px;
        padding: 15px 18px;
    }
    .accordion .card-body ul li::before{
        top: 6px;
        width: 14px;
        height: 14px;
    }

}

@media only screen and (max-width: 1199px) {
    body{
        padding-top: 122px;
    }
    body h1{
        font-size: 32px;
        line-height: 36px;
    }
    body h2{
        font-size: 28px;
        line-height: 32px;
    }
    body h3{
        font-size: 26px;
        line-height: 30px;
    }
    body h4{
        font-size: 24px;
        line-height: 28px;
    }
    body h5{
        font-size: 22px;
        line-height: 26px;
    }
    body h6{
        font-size: 18px;
        line-height: 22px;
    }
    .cmn_btn{
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .border_btn{
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
        border-width: 1px;
    }
/*--------------Header---------*/
    header .logo{
        width: 170px;
    }
    header{
        padding-top: 30px;
    }
    .socialLink_wrap{
        padding: 0 20px 15px 0;
    }
    .navBar li a{
        font-size: 20px;
    }
    .navBar .dropdown-menu li a{
        font-size: 15px;
        line-height: 19px;
        padding: 12px 14px;
    }
    header .navBar .mega_dropdown_menu .dropdown-menu{
        left: auto;
        right: 0;
        transform: translateX(-0%);
        padding-right: 15px;
    }
    header.fixed.in_view{
        top: -10px;
    }

/*-------------Home Page-------------*/
    .banner_item{
        height: 400px;
    }

/*-------------Home link sec-------------*/
    .homeLink_sec{
        padding: 30px 0;
    }
    .home_link ul li{
        margin:  0 10px;
    }
    .home_link ul li a{
        font-size: 18px;
        line-height: 22px;
        padding: 6px 22px;
    }
    
/*--------Program sec---------*/
    .program_link ul li{
        width: calc(100% / 2);
    }
    .program_link ul li:nth-child(n + 3){
        margin-top: 4px;
    }
    .program_link ul li a{
        display: block;
    }
    
/*--------------Home Content sec---------*/
    .homeContent_sec{
        padding: 40px 0 0;
    }
    .homeContent_wrap ul li{
        margin: 0 -30px;
    }
    .content_box{
        padding: 0 30px;
    }
    .box_txt{
        padding-top: 60px;
    }
    .box_txt h2{
        margin-bottom: 10px;
    }
    .box_txt p{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .box_txt .cmn_btn{
        margin-right: 15px;
    }

/*-------------Map sec-------------*/
/*
    .map_sec{
        padding: 12px;
    }
*/
    .map_icon{
        width: 80px;
    }

/*-------------Explore_box-------------*/
    .big_img{
        top: -50px;
    }
    .circle_info{
        width: 188px;
        height: 188px;
        border-width: 5px;
        bottom: 25%;
    }
    .circle_info p{
        font-size: 24px;
        line-height: 28px;
        padding: 20px 0 8px;
    }
    .circle_info p span{
        font-size: 30px;
        line-height: 34px;
    }
    .circle_info img{
        width: 44px;
    }

/*---------------Blog sec-------------*/
    .blog_sec{
        padding: 60px 0;
    }
    .blog_wrap h2{
        margin-bottom: 30px;
    }
    .blog_img::before{
        bottom: 15px;
        right: 15px;
        width: 44px;
        height: 38px;
    }
    .blog_content h3{
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0 8px;
    }
    .blog_content p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

/*---------------Mission bg-------------*/
    .mission_bg{
        padding: 60px 0 150px;
    }
    .mission_txt p{
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    .mission_txt span{
        font-size: 19px;
        line-height: 23px;
    }

/*---------------White box sec-------------*/
    .whiteBox_sec{
        padding: 60px 0;
    }
    .whiteBox_sec::before{
        width: 474px;
    }
    .whiteBox_sec .container{
        max-width: 960px;
    }
    .whiteBox_wrap .row{
        margin: 0 -15px;
    }
    .whiteBox_wrap .row [class*="col-"]{
        padding: 0 15px;
    }
    .whiteBox_item::before{
        height: 240px;
    }
    .whiteBox_item::after{
        top: -15px;
        border-width: 4px;
    }
    .whiteBox_txt{
        bottom: 30px;
        width: 70%;
    }
    .whiteBox_txt img{
        width: 64px;
        margin-right: 15px;
    }
    .whiteBox_txt p{
        font-size: 23px;
        line-height: 27px;
    }

/*---------------Things to do bg-------------*/
    .parallax::before{
        bottom: 20px;
        right: 20px;
        width: 71px;
        height: 62px;
    }
    .thingsToDo_bg{
        padding: 120px 0 170px;
    }
    .thingsToDo_txt h4{
        font-size: 45px;
        line-height: 51px;
        margin-bottom: 15px;
    }
    .thingsToDo_txt h4 span{
        font-size: 33px;
        line-height: 39px;
    }

/*---------------Nnews letter sec-------------*/
    .newsletter_sec{
        padding: 65px 0 75px;
    }
    .newsletter_wrap h5{
        font-size: 29px;
        line-height: 33px;
        margin-bottom: 25px;
    }
    .newletter_form{
        width: 90%;
    }

/*---------------Site footer-------------*/
    .site_footer{
        padding: 70px 0 40px;
    }
    .footer_box h6{
        margin-bottom: 15px;
    }
    .footer_box p{
        font-size: 17px;
        line-height: 23px;
    }
    .footer_box ul li{
        margin-bottom: 6px;
    }
    .footer_box ul li a{
        font-size: 17px;
        line-height: 21px;
    }
    .footer_box .ftContact_link li{
        margin-bottom: 15px;
    }
    .ftContact_link li img{
        width: 18px;
        margin-right: 10px;
    }
    .footer_wrap .social_icon{
        margin-top: 30px;
    }

    /*------------Copy right-----------*/
    .copy_right{
        line-height: 24px;
        padding-top: 50px;
    }
    .footer_logo{
        width: 385px;
        margin: 0 auto 20px;
    }
    
/*---------------Mission bg-------------*/
/*--------------Inner wrapper-------------*/
    .inner_wrapper .inner_content{
        padding: 50px 30px;
    }
    .inner_wrapper .inner_content{
        width: 70%;
    }
    .inner_sidebar{
        width: 30%;
    }
    .inner_content{
        font-size: 18px;
        line-height: 26px;
    }
    .alignleft, .alignright{
        width: 350px;
/*        height: 300px;*/
        margin: 0 20px 20px 0;
    }
    .alignright{
        margin: 0 0 20px 20px;
    }
    .title_wrap{
        padding: 20px;
    }
    .sidebar_link{
        font-size: 19px;
        line-height: 23px;
        padding: 20px;
    }
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_info h2{
        font-size: 24px;
        line-height: 28px;
    }
    .blog_info{
        padding: 20px 18px;
    }
    .blog_item{
        margin-bottom: 30px;
    }
    
/* Youth slider sec */
    .youthSlider_wrap{
        padding: 20px 40px 0;
    }
    
/* Common table page*/
    .btn_group{
        margin-bottom: 15px;
    }
    .commonTable_wrap{
        font-size: 16px;
        line-height: 20px;
    }
    .commonTable_wrap .table-bordered thead th p b{
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .commonTable_wrap .table-bordered tbody tr td p{
        padding-bottom: 8px;
    }
    

/*--------------End 1199px---------*/
}

@media only screen and (max-width: 1024px) {}

@media only screen and (min-width: 992px) {
    .navBar>.dropdown:hover>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu{
        display: block;
    }
    .navBar .dropdown-menu .dropdown{
        display: block;
    }
    .navBar .dropdown-menu .dd_opener{
        display: none;
    }
    .navBar .dropdown-menu .dropdown-menu{
        left: -100%;
        top: 0;
    }

/*----------End 992px------*/
}

@media only screen and (max-width: 991px){
    body{
        padding-top: 97px;
    }
/*
    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span{
        width: 25px;
        height: 25px;
    }
*/
/*
    .owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }
*/

/*----------Header------*/
    header{
        padding-top: 0;
    }
    header .logo{
        margin-bottom: 0;
    }
    .menu{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        z-index: 2;
        background: #3e647b;
        padding: 110px 15px 50px;
        margin: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .menu::after{
        content: "";
        width: 100%;
        height: 97px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menu.show{
        right: 0;
    }
    .headerBtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        order: 3;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background: #3d637a;
        z-index: 4;
    }
    .headerBtn .hamburger{
        display: block;
    }
    .menuBackBtn{
        display: block !important;
    }
    .menuWrapper{
        justify-content: flex-end;
        align-items: center;
    }
    .navBar{
        flex-direction: column;
        width: 100%;
    }
    .navBar li{
        border-bottom: 1px solid #467b9a;
        padding: 0;
    }
    .navBar li:last-child{
        border-bottom: none;
    }
    .navBar .dropdown-menu{
        position: static;
        width: 100%;
        box-shadow: none;
        background: transparent;
    }
    .navBar .dropdown-menu li a{
        background: transparent;
        font-size: 19px;
        color: #fff;
        padding-left: 0;
        text-transform: capitalize;
        border-bottom: 0;
    }
    .navBar .dropdown-menu li a:hover{
        background: transparent;
    }
    .navBar .dropdown-menu li:hover>a{
        background: transparent;
        color: #fff;
    }
    .navBar .dropdown{
        justify-content: space-between;
    }
    .navBar .dropdown>a{
        flex-grow: 1;
        width: 50%;
    }
    .navBar .dropdown.navActive{
        border-bottom: none;
        padding-left: 22px;
    }
    .navBar .dropdown.navActive>a{
        font-size: 22px;
        color: #fff;
        font-weight: 600;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .navBar>li+li{
        margin-left: 0px;
    }
    .navBar li{
        margin-right: 0;
    }
    .navBar>li>a{
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        padding: 12px 0;
    }
    .navWrapper{
        max-height: 100%;
        overflow: auto;
    }
    nav{
        padding: 0 55px 0 30px;
        padding-right: 25px;
        position: relative;
    }
    .dd_opener{
        padding-left: 0;
        margin-left: 2px;
        cursor: pointer;
    }
    .dd_opener i{
        font-size: 0px;
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/icon/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .menuArea{
        align-items: center;
        flex-direction: row;
        padding: 15px 0;
    }

/*----------Header fixed-----------*/
    header.fixed{
        top: -99px;
    }
    header.fixed.in_view{
        top: 0;
    }
    .fixed.in_view .menu::after{
        height: 97px;
    }
    header.fixed.in_view .navBar li a{
        padding: 12px 0;
    }
    header.fixed.in_view .navBar .dropdown-menu li a{
        padding: 12px 0;
    }
    
/*-----------mega_dropdown_menu----------*/
    header .navBar .mega_dropdown_menu .dropdown-menu{
        left: inherit;
        right: inherit;
        transform: none;
        padding-right: 0;
        min-width: auto;
        text-align: left;
    }
    header .navBar .mega_dropdown_menu .dropdown-menu li{
        display: block;
    }

/*-----------Sm version----------*/
    .socialLink_wrap {
        display: none;
    }
    .smVersion{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .smVersion .social_icon ul{
        justify-content: center;
    }
    .smVersion .social_icon ul li a img{
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .smVersion .givebtn a, .smVersion .givebtn a:hover{
        color: #3d637a;
        background: #fff;
    }
    .search_icon{
        margin-left: auto;
        margin-right: 20px;
    }
    .search_icon a{
        padding-bottom: 0;
    }
    
/*-------------Home Page-------------*/
    .banner_item{
        height: 360px;
    }
    
/*-------------Home link sec-------------*/
    .home_link ul li{
        margin: 0;
        width: calc(100% / 4);
        text-align: center;
    }
    .home_link ul li a{
        font-size: 15px;
        line-height: 20px;
        padding: 5px 10px;
    }
    
/*--------------Home Content sec---------*/
    .homeContent_wrap ul li{
        margin: 0 -12px;
    }
    .content_box{
        padding: 0 12px;
    }
    .box_txt .cmn_btn{
        margin-right: 10px;
    }
    
/*-------------Explore_box-------------*/
    .big_img{
        position: inherit;
        top: 0;
    }
    .circle_info{
        width: 160px;
        height: 160px;
        border-width: 5px;
        bottom: 15%;
    }
    .circle_info p{
        font-size: 18px;
        line-height: 22px;
    }
    .circle_info p span{
        font-size: 24px;
        line-height: 28px;
    }
    .circle_info img{
        width: 34px;
    }
    
/*---------------White box sec-------------*/
    .whiteBox_sec .container{
        max-width: 720px;
    }
    .whiteBox_txt p{
        font-size: 19px;
        line-height: 23px;
    }
    .whiteBox_txt img{
        width: 50px;
        margin-right: 10px;
    }
    .whiteBox_item::before{
        height: 100px;
    }
    .whiteBox_sec::before{
        width: 385px;
    }
    
/*---------------Things to do bg-------------*/
    .thingsToDo_txt h4{
        font-size: 35px;
        line-height: 41px;
    }
    .thingsToDo_txt h4 span{
        font-size: 23px;
        line-height: 29px;
    }

/*---------------Newsletter-------------*/
    .newsletter_wrap h5{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .newletter_form{
        width: 100%;
    }

/*-----------Site Footer----------*/
    .footer_box{
        margin-bottom: 25px;
    }
    
/*---------------Mission bg-------------*/
/*--------------Inner wrapper-------------*/
    .inner_wrapper{
        padding: 50px 30px;
    }
    .inner_wrapper .inner_content, .inner_sidebar{
        width: 100%;
        padding: 0;
    }
    .inner_wrapper .inner_content{
        order: 2;
    }
    
/*--------------Inner sidebar-------------*/
    .inner_sidebar{
        order: 1;
        margin-bottom: 20px;
    }
    .sidebar_wrap{
        height: auto;
        position: relative;
        z-index: 9;
    }
    .sidebarIcon{
        display: block;
    }
    .title_wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    .title_wrap .title{
        width: 50%;
        flex-grow: 1;
    }
    .sidebar_link{
        position: absolute;
        box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.23);
        overflow: hidden;
        width: 100%;
        background: #e7f2f8;
        top: 100%;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .sidebar_link.show{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    
/*--------------Team page-------------*/
/*--------------Team sec-------------*/
    .teamMember_wrap ul li{
        width: calc(100% / 2);
    }

/*--------------Contact page-------------*/
/*--------------Contact sec-------------*/
    .contact_form{
        padding: 20px 15px;
    }
    .contact_form h4,.contactTxt h3{
        margin-bottom: 15px;
    }
    
/*-----------End 991px----------*/
}

@media only screen and (max-width: 768px) {
/*--------------End 768px---------*/
}

@media only screen and (max-width: 767px) {
    body h1{
        font-size: 30px;
        line-height: 34px;
    }
    body h2{
        font-size: 26px;
        line-height: 30px;
    }
    body h3{
        font-size: 24px;
        line-height: 28px;
    }
    body h4{
        font-size: 22px;
        line-height: 26px;
    }
    body h5{
        font-size: 20px;
        line-height: 24px;
    }
    body h6{
        font-size: 16px;
        line-height: 20px;
    }
    .cmn_btn{
        font-size: 15px;
        line-height: 19px;
        padding: 8px 12px;
    }
    .border_btn{
        font-size: 15px;
        line-height: 19px;
        padding: 8px 12px;
    }
/*---------header/search--------*/
    .search_box{
        padding: 12px 15px;
    }
    .search_box form .form-group{
        min-height: 30px;
    }
    .search_box form .form-group input[type="text"]{
        height: 30px;
        padding: 0 10px 0 0;
    }
    .close_box{
        width: 25px;
        height: 25px;
    }
    .close_box::before{
        top: 3px;
        width: 18px;
        height: 18px;
    }
    
/*-------------Home Page-------------*/
    .banner_item{
        height: 270px;
    }
    .home_banner .owl-dots{
        bottom: 5px;
    }
    
/*-------------Home link sec-------------*/
    .homeLink_sec{
        padding: 20px 0 0;
    }
    .home_link ul li{
        width: calc(100% / 2);
        margin-bottom: 5px;
    }
    .box_txt{
        padding: 25px 0;
    }
    .box_txt p{
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    
/*-------------Home content sec-------------*/
    .homeContent_sec{
        padding: 0;
    }
    .content_box{
        width: calc(100% / 1);
    }
    .box_txt{
        padding-top: 30px;
    }
    
/*---------------Mission bg-------------*/
    .mission_txt p{
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .mission_txt span{
        font-size: 17px;
        line-height: 21px;
        padding-right: 0;
    }
    
/*---------------White box sec-------------*/
    .whiteBox_txt{
        bottom: 20px;
        width: 80%;
    }

/*---------------Site footer-------------*/
    .site_footer{
        padding: 50px 0 30px;
    }
    
/*---------------Mission bg-------------*/
/*--------------Inner wrapper-------------*/
    .inner_wrapper{
        padding: 40px 15px;
    }
    .inner_content{
        font-size: 17px;
        line-height: 25px;
    }
    .inner_content h1{
        margin-bottom: 15px;
    }
    .inner_content h2{
        margin-bottom: 15px;
    }
    .inner_content p{
        padding-bottom: 15px;
    }
    .inner_content ul li{
        padding: 0 0 10px 18px;
    }
    .alignleft, .alignright{
        width: 250px;
/*        height: 200px;*/
        margin: 0 15px 15px 0;
    }
    .alignright{
        margin: 0 0 15px 15px;
    }
    .title_wrap{
        padding: 15px;
    }
    .sidebar_link{
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
    }
    
/*--------------Team page-------------*/
    .cmn_padding{
        padding: 40px 0;
    }
    .sec_head{
        margin-bottom: 20px;
    }
/*--------------Team sec-------------*/
    .teamMember_wrap ul li{
        margin-bottom: 20px;
    }
    .teamMember_wrap p{
        padding-bottom: 0;
    }
    
/*--------------Contact page-------------*/
/*--------------Contact sec-------------*/
    .contact_form{
        margin-top: 40px;
    }
    .mapArea{
        height: 300px;
        margin-top: 0;
    }
    
/*----------Youth Page----------*/
/*----------Gallery wrap----------*/
/*
    .gallery_item{
        margin-bottom: 15px;
    }
*/
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_info h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog_info{
        padding: 20px 15px;
    }
    .blog_item{
        margin-bottom: 20px;
    }
    .blogImg{
        padding-top: 0;
        height: 220px;
    }
    
/* Youth slider sec */
    .youthSlider_wrap{
        padding: 20px 0 0;
    }
    
/* Common table page*/
    .commonTable_wrap .table{
        margin-bottom: 20px;
    }
    .commonTable_wrap .table td, .commonTable_wrap .table th{
        padding: 15px 12px;
    }
    .commonTable_wrap .table-bordered thead th p b{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

/* Youth trip */
    .commonTilte_box{
        margin: 25px 0;
    }
    .commonTitle_head{
        padding: 15px 10px;
        width: 30%;
    }
    .commonTitle_head p{
        padding-bottom: 0;
    }
    .commonTilte_txt{
        padding: 10px 12px 10px 12px;
    }

/* Btn group */
    .btnGroup_wrap h6{
        margin-bottom: 12px;
    }
    .btn_wrap{
        margin-bottom: 15px;
    }
    .btn_wrap a{
        width: calc(100% / 2);
    }
    .btn_wrap a:nth-child(2){
        border-right: none;
    }
    .btn_wrap a:nth-child(n + 3){
        border-top: 1px solid #fff;
    }

/* Accordion */
    .accordion{
        margin-bottom: 25px;
    }
    .accordion .card-header h5{
        font-size: 18px;
        line-height: 22px;
        padding: 15px 30px 15px 12px;
    }
    .accordion .card-body{
        font-size: 17px;
        line-height: 25px;
        padding: 15px 15px;
    }

/*---------End 767px--------*/
}

@media only screen and (max-width: 575px) {
    body{
        padding-top: 83px;
    }
/*---------------------Header------------*/
    header .logo,
    header.fixed.in_view .logo{
        width: 135px;
    }
    .menu{
        padding: 90px 15px 50px;
    }
    nav{
        padding-left: 0;
        padding-right: 0;
    }
    .navBar .dropdown.navActive{
        padding-left: 45px;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .headerBtn{
        width: 40px;
        height: 40px;
    }
    .menuBtn span{
        height: 2px;
    }
    .menuBtn span:nth-child(2),
    .menuBtn span:nth-child(3){
        top: 7px;
    }
    .menuBtn span:nth-child(4){
        top: 14px;
    }
    .menuBtn{
        width: 20px;
        height: 20px;
        top: 2px;
    }
    .fixed.in_view .menu::after,
    .menu::after{
        height: 83px;
    }
    .menuBackBtn{
        height: 30px;
        width: 30px;
    }
    .menuBackBtn li button img{
        width: 18px;
    }
    .search_icon{
        margin-right: 10px;
    }
    
/*-------------Home Page-------------*/
    .banner_item{
        height: 220px;
    }
    
/*---------------White box sec-------------*/
    .whiteBox_sec::before{
        content: none;
    }
    .whiteBox_item{
        margin-bottom: 30px;
    }
    .whiteBox_wrap .row [class*="col-"]:last-child .whiteBox_item{
        margin-bottom: 0;
    }
    .whiteBox_txt{
        justify-content: center;
        width: 100%;
    }
    
/*----------Youth Page----------*/
/*----------Gallery wrap----------*/
    .gallery_item .gallery_img{
        height: 400px;
    }
    
/*--------------Team page-------------*/
/*--------------Team sec-------------*/
    .teamMember_wrap ul li{
        width: calc(100% / 1);
        padding: 0;
    }
    .teamMember_wrap ul{
        margin: 0;
    }
    
/* Youth trip */
    .commonTitle_item{
        display: block;
    }
    .commonTitle_head, .commonTilte_txt{
        width: 100%;
    }

/*----------End 575px------*/
}

@media only screen and (max-width: 480px) {
/*-------------Home Page-------------*/
    .banner_item{
        height: 200px;
    }
    
/*--------Program sec---------*/
    .program_link ul li{
        width: calc(100% / 1);
    }
    .program_link ul li:nth-child(n + 2){
        margin-top: 4px;
    }

/*-------------Footer-------------*/
    .footer_logo{
        width: 290px;
        margin: 0 auto 15px;
    }

/*---------------Mission bg-------------*/
/*--------------Inner wrapper-------------*/
    .alignleft, .alignright{
        width: 100%;
/*        height: 300px;*/
        margin: 0 0 15px;
    }
    
/*----------Youth Page----------*/
/*----------Gallery wrap----------*/
    .gallery_item .gallery_img{
        height: 350px;
    }

/*------------End 480px---------------*/
}

@media only screen and (max-width: 425px) {
/*--------------------Header-------------------*/
    .navBar>li>a{
        padding: 10px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .navBar .dropdown.navActive>a{
        font-size: 19px;
        line-height: 23px;
    }
    .navBar .dropdown-menu li a{
        font-size: 16px;
        line-height: 20px;
    }
    .dd_opener i{
        height: 30px;
        width: 30px;
        background-size: 15px;
    }
    
/*-------------Home Page-------------*/
    .banner_item{
        height: 180px;
    }

/*------------End 425px---------------*/
}

@media only screen and (max-width: 374px) {
/*-------------Home Page-------------*/
    .banner_item{
        height: 160px;
    }
    
/*-------------Home link sec-------------*/
    .home_link ul li{
        width: calc(100% / 1);
    }
    .home_link ul li a{
        display: block;
    }
    
/*---------------Mission bg-------------*/
/*--------------Inner wrapper-------------*/
/*
    .alignleft, .alignright{
        height: 250px;
    }
*/
    
/*----------Youth Page----------*/
/*----------Gallery wrap----------*/
    .gallery_item .gallery_img{
        height: 280px;
    }
    
/* Btn group */
    .btn_wrap a{
        width: calc(100% / 1);
    }
    .btn_wrap a:nth-child(n + 1){
        border-right: none;
    }
    .btn_wrap a:nth-child(n + 2){
        border-top: 1px solid #fff;
    }

}

@media only screen and (max-width: 320px) {}






