body {
    padding: 0;
    margin: 0;
}

nav {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Montserrat', 'sans-serif';
    height: 100px;
    background-color: #ffffff;
    padding: 0 5%;

}

.sec_about-sec .te-center {
    text-align: center;
}

nav .logo {
    float: left;
    width: 21.2%;
    display: flex;
    align-items: start;
    margin-top: 27px;
}

.logo img {
    width: 60%;
}


nav .links {
    float: right;
    padding: 0;
    margin-top: 30px;
    width: 74%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .links li {
    list-style: none;
}

nav .links a {
    display: block;
    padding: 6px;
    font-size: 25.6px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: 'Quicksand';
}

.cls_hover li img {
    width: 74%;
    margin-bottom: 15px;
}

nav .links a:hover {
    color: #000;
    border-bottom: 2px solid #488CFF;
}

nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 46%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 30px;
    height: 5px;
    /*background-color: #fff;*/
    background-color: #53C2C5;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px) {
    nav .logo {
        float: none;
        width: auto;
        justify-content: start;
        margin-top: 11px;
    }

    .main-detasi-event .event-details-p {
        font-size: 17.439px !important;
        line-height: 30.158px !important;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 71px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        background-color: rgb(83 194 197);
        overflow: hidden;
        transition: all .5s ease-in-out;
        align-items: normal;
    }

    .links .cls_hover li {
        border-bottom: 0 !important;
    }

    nav .links a {
        font-size: 20px;
        color: #fff;
        font-weight: 600;

    }

    nav .links a:hover {
        border-bottom: none !important;
    }

    nav .links li {
        border-bottom: 1px dashed #fff;
    }

    nav :checked~.links {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
        color: #fff;
        top: 49%;
        /*background: #53c2c5;*/
        background: #fff;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    nav .logo img {
        width: 34%;
    }
}



nav .links a.cls_hover:hover {
    border-bottom: 0px solid #488CFF !important;
}

.cls_hover {
    margin-top: 59px;
}



.sec_about-sec {
    padding-top: 200px;
    padding-bottom: 30px;
    background-image: url(../images/banner-header.jpg);
    background-size: cover;
}

.sec_about-sec h1 {
    color: #4D2C5E;
    font-family: 'Roboto';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
}

.sec_about-sec p {
    color: #202020;
    font-family: Roboto;
    font-size: 25.031px;
    font-style: normal;
    font-weight: 400;
    margin-top: 24px;
}

.bg-blue_sec {
    border-radius: 14px;
    background: #74E1DC;
    padding: 43px 33px;
}

.bg_innerblue .inner-content h4 {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    padding-right: 24%;
}

.bg_innerblue .inner-content p {
    color: #0A5B57;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Roboto';
    padding-top: 12px;
}

.bg_innerblue .inner-content {
    padding-left: 22px;
}

.bg_innerblue {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-right {
    padding-right: 30px;
}

.green_color-bg-all {
    background-image: linear-gradient(white, 50%, #fafafc 50%);
    padding: 40px 0;
}

.about-us-page {
    padding: 70px 0;
}

.about-us-page h2 {
    font-family: Roboto;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    color: #050C26;
    text-align: center;
    line-height: 135%
}

.rooundes img {
    width: 100%;
}

.rounded-2 {
    width: 80%;
    position: absolute;
    top: 45%;
}

.orange {
    color: #FF7426;
}

.about-us-page .commons {
    width: 10%;
}

.about-us-page p {
    color: #797979;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    padding-left: 70px;
}

.slick-slide .img_tes img {
    width: 60px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: inline-flex !important;
}

.green {
    color: #1C8D90;
}

.padding-top-about {
    padding-top: 40px;
}

.about-us-page p br {
    display: none;
}

.about-us-page {
    background-image: url(../images/banner-about.jpg);
    padding: 100px 0;
}

.png-img-width img {
    width: 70%;
}

.png-img-width {
    text-align: right;
}

.how-work h4 {
    color: #050C26;
    font-family: Roboto;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%
}

.how-work .col-md-2 {
    width: 100%;
}

.how-work {
    /* background-image: url(../images/banner-work.jpg); */
    padding: 80px 0 80px;
    /* background-repeat: no-repeat;
    background-size: cover; */
}

.div_classs {
    text-align: center;
    padding: 60px 0 0;
}

.how-work p {
    color: #434343;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    padding: 15px 0 20px;
}

.width-100-img-about1 {
    width: 100%;
    margin-left: -11px;
}

.width-100-img-about4 {
    width: 100%;
    position: absolute;
    left: 0;
}

.how-work .wids {
    width: 52%;
}

.width-100-img-about2 {
    position: absolute;
    bottom: -32%;
}

.width-100-img-about3 {
    position: absolute;
    top: -276px;
    left: -65%;
}


.carousel-split-intro {
    border-radius: 16px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0px 50px 100px -20px rgba(0, 0, 0, 0.06);

}

.carousel-split {
    margin: 50px auto 0;
}

.carousel-split-cell {
    width: 99%;
    height: auto;
    margin: 5px 12px 6px 0;
    background: #fff;
}

.carousel-split-cell-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
}

.carousel-split-cell-inner h5 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    color: #b3b3b3;
}

.carousel-split h3 {
    color: #1B5C58;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-bottom: 26px;
}

.carousel-split-cell-inner-content {
    padding: 0 50px;
}

.carousel-split-cell-inner-image img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.curriculum {
    color: #FD661F;
    text-align: center;
    font-family: Roboto;
    font-size: 37.533px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel-split-cell-inner div {
    max-width: 49%;
}

.flickity-prev-next-button.previous {
    left: -50px;
}

.flickity-prev-next-button.next {
    right: -50px;
}

@media only screen and (max-width: 992px) {
    .carousel-split-cell-inner div {
        width: 100%;
        max-width: 100%;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 282px !important;
        object-fit: cover !important;
    }

    .carousel-split-cell-inner {
        margin-top: 9px;
    }

    .carousel-split-cell-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .carousel-split-cell-inner-image {
        order: 2;
    }

    .carousel-split-cell-inner-content {
        order: 1;
    }

    .carousel-split-cell-inner-image img {
        -o-object-fit: cover;
        -o-object-position: center;
        object-fit: cover;
        object-position: center;
        width: 39%;
    }

    .carousel-split-cell-inner-content {
        padding: 22px;
    }

}

.carousel-split-cell-inner ul {
    padding: 0;
}

.carousel-split-cell-inner ul li {
    color: #000;
    font-family: Plus Jakarta Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 11px;
}

.foundations .col-md-5 {
    text-align: center;
}

.foundations .inner-conteny {
    text-align: left;
}

/* .height_img {
    height: 530px !important;
} */

.flickity-prev-next-button.previous {
    left: 46% !important;
    background-image: url(../images/prev.png);
    background-size: contain;
}

.flickity-prev-next-button.next {
    background-image: url(../images/next.png);
    background-size: contain;
    cursor: pointer;
    right: 47% !important;
}

.flickity-prev-next-button {
    bottom: -87px;
    top: auto !important;
}

.flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.flickity-page-dots {
    display: none;
}

.foundations h2 {
    color: #050C26;
    font-family: Roboto;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
}

.foundations {
    padding: 120px 0;
}

.foundations .girl-img {
    width: 100%;
}

.foundations .main-sec {
    display: flex;
    align-items: baseline;
}

.foundations .main-sec p {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;

}

.padding_img {
    padding-top: 35px;
}

footer {
    padding: 60px 40px;
    /*background-color: #53c2c5;
    border-top: 5px solid #000;*/
    background-color: #D3FEFF;
}

footer .foot-logo-img .logo-13 img {
    width: 59%;
    margin-left: -12px;
}

.video-responsives video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 49px;
}

footer ul li a {
    color: #000;
    font-family: Raleway;
    font-size: 22.161px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none !important;
}

.kaboodle-foot {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: 'Raleway';
    margin-top: 16px;
    margin-left: 2px;
}

footer .p1-foot {
    color: #000;
    font-family: Raleway;
    font-size: 21.161px;
    font-weight: 500;
}

footer ul li {
    list-style: none;
}

.wudth-secs img {
    width: 43px;
}

.common-footse ul li {
    list-style-type: none;
    padding-left: 39px;
    padding-bottom: 11px;
}

footer .map-img {
    border-radius: 24.4px;
    width: 100%;
}

footer .padding-right {
    padding-right: 18px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
    padding-bottom: 13px;
}

footer h5 {
    color: #000;
    font-family: Raleway;
    font-size: 28.161px;
    font-weight: 500;
    margin-top: 39px;
}

.copy-right h4 {
    /*color: rgba(255, 255, 255, 50%);*/
    color: rgba(39, 49, 80, 50%);
    font-family: Raleway;
    font-size: 26.667px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

footer ul li a:hover {
    color: #000;
}

.copy-right {
    border-top: 1px solid #a3a3a3;
    padding: 20px 0;
    /*background-color:#088286;*/
    background-color: #D3FEFF;
}


/*testimonial-page*/
.testimonila-carousel_testng h2 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.testimonila-carousel_testng .p_testimonila {
    color: #686868;
    text-align: center;
    font-family: Raleway;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 19px;
}

.testimonila-carousel_testng {
    /*padding: 250px 0 120px;*/
    padding: 160px 0 120px;
}

.wrapper {
    padding: 70px 19px;
    overflow-x: hidden;
    border: 11.392px solid #F9CA70;
    background: #fff;
}

.slick-next,
.slick-prev {
    border-radius: 50% !important;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.slick-next {
    right: 0;
}

.slick-next,
.slick-prev {
    top: auto !important;
    bottom: -14% !important;
}

.slick-prev {
    left: 5% !important;
}

.slick-next {
    right: auto !important;
    left: 9% !important;
}

.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    background-color: #ffffff;
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slide img {
    width: 100%;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.inner_testimonila-Silder h2 {
    color: #202020;
    font-family: Raleway;
    font-size: 34.925px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    padding-right: 40px;
}



.img_tes {
    margin-right: 20px;
}

.inner_content_sec h4 {
    color: #202020;
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    text-align: left;
}

.inner_content_sec {
    text-align: left;
}

.inner_content_sec h5 {
    color: #475569;
    font-family: Manrope;
    font-size: 17.193px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.inner_testimonila-Silder .div_testimonial {
    display: flex;
    margin-top: 42px;
    align-items: center;
}

.align-cente {
    align-items: center;
}

.slick-dots li button:before {
    font-size: 60px !important;
}

.iner-img_secs {
    background-image: url(../images/png-back.png);
    padding: 54px 42px;
    background-repeat: no-repeat;
    background-position: right;
}

.inner_testimonila-Silder {
    background-image: url(../images/png-2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 45px 0px 39px 45px;
    margin: 60px 0;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff8a00 !important;
}

.slick-dots {
    bottom: 27% !important;
    position: absolute !important;
    left: auto !important;
    right: -97% !important;
}

.slick-dots li {
    display: block !important;
}


.home-demo h2 {
    color: #FFF;
    text-align: center;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.inner-content-wl {
    background-color: #74E1DC;
    padding: 20px 0;
    margin-left: -17px;
    margin-right: -15px;
    height: 299px;
    margin-bottom: 156px;
}

.inner-content-wl .owl-item .item h3 {
    display: flex;
    font-size: 21px;
}

.inner-content-wl .owl-item .item h2 {
    color: #000;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 0px;
    line-height: 29px;
    text-align: left;
}

.inner-content-wl .owl-item .item .user-content h5 {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.user-content {
    margin-top: 20px;
}

.inner-content-wl .owl-item .item .user-content p {
    color: #475569;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.inner-content-wl .owl-item .item .user-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.inner-content-wl .user-main {
    display: flex;
    align-items: center;
}

.inner-content-wl.item h3 {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: 110%;
}

.inner-content-wl .owl-item .item img {
    width: 62px;
    padding-right: 2px;
    height: 62px;
    object-fit: cover;
}

.inner-content-wl .owl-item .item {
    padding: 30px;
}

.love-us {
    color: #0F172A;
    font-family: Roboto;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 31px;
}

.home-demo .item {
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
    margin: 5px 5px 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: 2px solid #78350F !important;
    color: #78350F !important;
    font-size: 53px !important;
    height: 41px;
    width: 41px;
    line-height: 0;
    padding: 16px !important;
    border-radius: 50%;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    content: 'gg' !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -29%;
    right: 6%;
}


/*tanning team page*/

#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 8px;
    line-height: 1.5;
}

/* .teamProfile {
    text-align: left;
    width: 64%;
    margin: auto !important;
    font-size: 17px;
    color: #6F6C90;
    font-family: 'Raleway';
    font-weight: 400;
    text-align: center;
} */

.teamProfile {
    text-align: left;
    width: 64%;
    margin: auto !important;
    font-size: 17px;
    color: #6F6C90;
    font-family: 'Raleway';
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    min-height: 167px;
}

#tsum-tabs main {
    min-width: 100%;
    max-width: 100%;
    padding: 58px 0 0;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    color: #323232;
    text-align: center;
    font-family: Quicksand;
    font-size: 26.229px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    PADDING: 13PX 19PX;
    MARGIN: 18PX 40PX;
    font-weight: 600;
}

#tsum-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}


#tsum-tabs label:hover {
    color: #000;
    cursor: pointer;
}

/*#tsum-tabs input:checked+label {
    color: #fff;
    BACKGROUND: #FFB6B6;
    FONT-WEIGHT: 600;
    border-radius: 11px;
}*/


#tsum-tabs #tab1:checked~#content1,
#tsum-tabs #tab2:checked~#content2,
#tsum-tabs #tab3:checked~#content3,
#tsum-tabs #tab4:checked~#content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }

    nav .icon-burger {
        top: 41%;
    }

    .kaboodle-foot {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 16px;
        margin-left: 0px;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 204px !important;
        object-fit: cover !important;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 204px !important;
    }
}


@media(max-width:1365px) {
    .teamProfile {
        text-align: center !important;
        width: 100% !important;
    }
}

.inner-eam img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 0px;
    border: 7px solid #96a196 !important;
    border: none;
    object-fit: cover;
    position: relative;
}

.inner-eam {
    margin-bottom: 31px;
}

.iner-img_secs video {
    width: 431px;
    height: 304px;
}

.item h3 img {
    width: 60px;
    height: 60px;
}

.inner-eam .team-sub h4 {
    min-width: 173px;
    width: auto;
    margin: auto;
    height: 52px;
    background: #53c2c5;
    color: #fff;
    font-size: 19px;
    padding: 11px;
    border-radius: 10px;
}

.p_teams {
    color: #414141;
    font-family: Quicksand;
    font-size: 27.02px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.059px;
}

.inner-eam .team-sub {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateX(-26px);
}

/*faqs
*/
@media only screen and (min-width:366px) and (max-width:400px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 65%;
        transform: translateX(-2px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:335px) and (max-width:365px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 68%;
        transform: translateX(-2px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:320px) and (max-width:334px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 71%;
        transform: translateX(-2px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:300px) and (max-width:319px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 74%;
        transform: translateX(-2px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:285px) and (max-width:299px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 75%;
        transform: translateX(0px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:270px) and (max-width:284px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 76%;
        transform: translateX(0px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:250px) and (max-width:269px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 77%;
        transform: translateX(0px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:100px) and (max-width:249px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 77%;
        transform: translateX(0px);
    }

    .inner-eam .team-sub h4 {
        min-width: 101px !important;
        width: auto !important;
    }
}

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    /* max-height: 0px;
    overflow: hidden; */
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    padding: 22px 23px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    border-radius: 9.043px;
    background: #fff;
    color: #170F49;
    font-family: DM Sans;
    font-size: 21.724px;
    font-style: normal;
    font-weight: 700;
    padding: 17px 30px;
    text-align: left;
    line-height: 44.806px;
    box-shadow: 0px 15.36201px 30.72401px 0px rgba(20, 20, 43, 0.04), 0px -2.56033px 5.12067px 0px rgba(20, 20, 43, 0.02), 0px 3.8405px 17.92234px 0px rgba(74, 58, 255, 0.03);
}

.faq-drawer__title.collapsed::after {
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: " ";
    display: inline-block;
    gap: 105px;
    float: right;
    height: 18px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 10px;

    transform: rotate(318deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 18px;
    stroke-width: 4.256px;
    color: #000;
    background: border-box;
    border-radius: 0.8px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #1d0241;
}

.faqs-sec {
    margin: 50px 0 0 0;
}

.sc-1 {
    position: absolute;
    left: -42px;
    top: 179px;
}

.faq-drawer__content {
    border-radius: 17.922px;
    border: 2.56px solid #74E1DC;
    background: #FFF;
    padding: 30px 40px;
    box-shadow: 0px 7.681px 20.48267px 0px rgba(74, 58, 255, 0.19);
    text-align: left;
}

img.sc-2 {
    position: absolute;
    right: 0;
    top: 100px;
}

img.sc-5 {
    position: absolute;
    bottom: -62px;
    right: 17%;
}

img.sc-4 {
    position: absolute;
    right: 0px;
    top: 55%;
    z-index: -1;
    width: 7%;
}

img.sc-3 {
    position: absolute;
    top: 72%;
    left: -25px;
    width: 63px;
    z-index: -1;
}

.faq-drawer__content-wrapper {
    min-height: 10px;
    border-radius: 7px;
    background: #F7F7FB;
    padding: 34px 89px;
    margin: 40px 0 0;
}

.faq-drawer__content h4 {
    color: #170F49;
    font-family: DM Sans;
    font-size: 25.164px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.845px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer__content p {
    color: #6F6C90;
    font-family: DM Sans;
    font-size: 20.043px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.405px;
    width: 92%;
}


/*offering-page*/
.iner0-offers2 {
    border: 1px solid #74E1DC;
    background: #74E1DC;
    box-shadow: 0px 20px 40px 0px rgba(116, 225, 220, 0.30);
    padding: 44px 35px;
    margin: -113px 0;
    text-align: left;
    border-radius: 32px;
}

.iner0-offers2 h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 32.627px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iner0-offers2 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 22.657px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.offering-sec h4 {
    color: #FD661F;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 24px 0 25px;
}

.iner0-offers2 ul li {
    list-style-type: none;
}

.iner0-offers2 ul {
    padding: 0;
}

.mobile-common {
    width: 187px;
}

.iner0-offers2 ul li {
    color: #FFF;
    font-family: Poppins;
    font-size: 21.657px;
    font-weight: 800;
    padding-bottom: 16px;
    display: flex;
    line-height: 36px;
    align-items: flex-start;
    font-weight: 500;
}

.iner0-offers2 ul li img {
    padding-right: 10px;
    width: 35px;
    padding-top: 8px;
}

.iner0-offers {
    text-align: left;
}

.iner0-offers ul li img {
    padding-right: 21px;
    width: 45px;
    padding-top: 7px;
}

.iner0-offers ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
}

.inner-offer {
    border-radius: 47.939px;
    border: 1px solid #B2B2B2;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(32.2667350769043px);
    padding: 29px 45px 0;
    margin-top: 10%;
}

img.icons-1 {
    position: absolute;
    left: -41px;
    top: 13%;
}

img.icons-5 {
    position: absolute;
    right: 0;
}

img.icons-6 {
    position: absolute;
    left: -43px;
}

img.icons-8 {
    position: absolute;
    right: -85px;
    bottom: -18px;
}

img.icons-7 {
    position: absolute;
    left: -85px;
    bottom: -97px;
}

img.icons-2 {
    position: absolute;
    right: -12%;
}

img.icons-4 {
    position: absolute;
    left: -14%;
    top: 40%;
}

img.icons-3 {
    position: absolute;
    right: -15%;
    top: 31%;
}

.offering-sec h4.mar-top {
    margin-top: 153px;
}

.iner0-offers p,
li {
    color: #848199;
    font-family: Poppins;
    font-size: 21.657px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.offering-sec {
    margin: 20px 0 77px;
}

.iner0-offers ul {
    padding: 0;
}

.iner0-offers ul li {
    list-style-type: none;
}

.iner0-offers h3 {
    color: #231D4F;
    font-family: Poppins;
    font-size: 32.627px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 22px !important;
}

.inner-sub-events video {
    width: 100%;
    height: 429px;
    object-fit: cover;
    border-radius: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff !important;
    color: #FFF;
    text-decoration: none;
}

.collapse::after {
    transform: rotate(312deg);
}

.commons {
    width: 12%;
}

@media only screen and (min-width:400px) and (max-width: 767px) {
    .cls_hover li {
        text-align: start;
    }

    .cls_hover li img {
        margin-top: 0 !important;
        width: 212px !important;
        margin-right: 0;
    }

    .cls_hover {
        margin-top: 10px !important;
    }

}

@media only screen and (max-width: 600px) {
    .container {
        padding: 80px;
    }

}

@media only screen and (min-width:1601px) and (max-width: 1790px) {




    /*testimonial*/
    .kaboodle-foot {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 16px;
        margin-left: 1px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 50px !important;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    nav .links a {
        font-size: 25.6px;
    }

    .sec_about-sec h1 {
        font-size: 42px;
    }

    .inner_testimonila-Silder {
        background-size: contain;
    }

    .iner-img_secs {
        padding: 32px 42px;
        background-size: contain;
    }

    .sec_about-sec p {
        font-size: 22.031px;
    }

    .wrapper {
        padding: 52px 19px 37px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 30px;
        margin-bottom: 38px;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 24px;
    }

    .about-us-page h2 {
        font-size: 42px;
    }

    .about-us-page p {
        font-size: 21px;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 20px;
        padding: 13px 0px;
    }

    .how-work h4 {
        font-size: 42px;
    }

    .how-work p {
        font-size: 29px;
    }

    .how-work .wids {
        width: 49%;
    }

    .carousel-split h3 {
        font-size: 26px;
    }

    .carousel-split-cell-inner ul li {
        font-size: 22px;
    }

    .carousel-split-cell-inner {
        margin-top: 28px;
    }

    .foundations h2 {
        font-size: 42px;
    }

    .foundations .main-sec p {
        font-size: 23px;
    }

    .sec_about-sec {
        padding-top: 104px;
        background-size: contain;
    }

    /*testimonial*/



    .testimonila-carousel_testng h2 {
        font-size: 41px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 32px;
    }

    /*offering-page*/
    .iner0-offers h3 {
        font-size: 30.627px;
    }

    .iner0-offers2 h3 {
        font-size: 30.627px;
    }

    .iner0-offers p,
    li {
        font-size: 20.657px;
    }

    img.icons-1 {
        top: auto;
    }

    .iner0-offers2 p {
        font-size: 20.657px;
    }

    .iner0-offers2 ul li {
        font-size: 20.657px;
        padding-bottom: 12px;
        line-height: 33px;
    }

    .iner0-offers2 ul li img {
        padding-right: 10px;
        width: 33px;
        padding-top: 8px;
    }

    .offering-sec h4 {
        font-size: 30px;
    }

    .iner0-offers2 {
        padding: 35px 25px 0;
        margin: -108px 0;
    }

    .offering-sec h4.mar-top {
        margin-top: 112px;
    }
}

.foundations .col-md-5 img {
    width: 76%;
    margin-top: 20px;
}

.inner-img img {
    width: 94px !important;
    margin-top: 0 !important;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .foundations .col-md-5 img {
        width: 85%;
    }

    .inner-sub-events video {
        width: 100%;
        height: 429px;
        object-fit: cover;
        border-radius: 40px;
    }

    .event-page .customNavigation {
        position: absolute;
        top: 45% !important;
        right: 102px;
        z-index: 1;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 197px !important;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 197px !important;
        object-fit: cover;
    }

    .foundations .col-md-5 .main-sec .inner-img img {
        width: 89px !important;
    }

    .blog-details-page h3 {
        font-size: 22.6px !important;
        margin-bottom: 18px !important;
    }

    .blog-details-page .dates {
        font-size: 21.509px !important;
        line-height: 28.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 30.158px !important;
        line-height: 50.878px !important;
    }

    .blog-details-page p {
        font-size: 19.439px !important;
        line-height: 30.158px !important;
        padding-bottom: 15px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 351px !important;
    }





    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;

    }

    .blog-page-sec ul.tabs li {
        padding: 10px 8px !important;
        font-size: 26.14px !important;
        margin: 6px 14px !important;

    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 8px !important;
        margin-right: 15px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 16.726px !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 18px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 19.645px !important;
        line-height: 28px !important;
    }


    .btn-back-eventsa a {
        font-size: 20.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 32px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 20.509px !important;
        padding: 20px 0 4px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 22.439px !important;
        line-height: 36.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .text-details {
        font-size: 22.439px !important;
        line-height: 36.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }

    .event-page h4 {
        font-size: 26px;
        margin: 31px 0 0px 0;
        padding-left: 44px;
    }

    .event-page .inner-events-es p {
        font-size: 18.645px;
        padding-top: 0.4rem;
        line-height: 30px;
    }

    .sub-event h4 {
        font-size: 27px;
        padding: 22px 24px;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 22px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 18.645px !important;
    }

    .sub-event .inner-sub-events img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        border-radius: 40px;
    }

    .event-page h4 {
        font-size: 24px;
    }

    .event-page .inner-events-es .caption {
        padding: 15px 39px 48px;
    }

    .flickity-prev-next-button.next {
        right: 41%;
    }

    /*testimonial*/
    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 29px !important;
        line-height: 38px;
    }

    .img_tes img {
        width: 59px;
    }

    .inner_content_sec h4 {
        font-size: 18px;
    }

    .inner_content_sec h5 {
        font-size: 15.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-size: contain;
    }

    .iner-img_secs {
        padding: 50px 42px;
        background-size: contain;
    }

    .wrapper {
        padding: 39px 26px 26px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 24px;
        margin-bottom: 35px;
    }

    .slick-prev {
        left: 6% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 17px;
        padding: 13px 0px;
        line-height: 26px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 297px;
    }

    .love-us {
        font-size: 29px;
    }

    .slick-next {
        right: auto !important;
        left: 12% !important;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        border: 2px solid #78350F !important;
        color: #78350F !important;
        font-size: 40px !important;
        height: 37px;
        width: 37px;
        line-height: 0;
        padding: 16px !important;
        border-radius: 50%;
        padding: 0;
    }

    /*testimonial*/




    /*offering-page*/

    .iner0-offers h3 {
        padding-top: 21px;
        font-size: 29.627px;
    }

    .iner0-offers2 h3 {
        font-size: 29.627px;
    }

    .offering-sec {
        margin: 30px 0;
    }

    .iner0-offers p,
    li {
        font-size: 18.657px;
    }

    img.icons-1 {
        top: auto;
    }

    .iner0-offers ul li {
        padding-bottom: 13px;
    }

    .inner-offer {
        padding: 0 26px;
    }

    .iner0-offers2 p {
        font-size: 17.657px;
    }

    .iner0-offers2 ul li {
        font-size: 18.657px;
        padding-bottom: 13px;
        line-height: 31px;
    }

    .iner0-offers2 ul li img {
        padding-right: 11px;
        width: 11%;
    }

    .offering-sec h4.mar-top {
        margin-top: 102px;
        padding-bottom: 25px;
    }

    .offering-sec h4 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    img.icons-2 {
        top: 227px;
    }

    .iner0-offers2 {
        padding: 35px 25px 0;
        margin: -108px 0;
    }

    .iner0-offers ul li img {
        padding-right: 14px;
        width: 10%;
    }

    /*offering-page*/

    /*Team page*/
    .testimonila-carousel_testng {
        padding: 174px 0 100px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 29px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 28px !important;
    }

    .main-detasi-event .event-details-p {
        font-size: 19.439px !important;
        line-height: 30.158px !important;
        padding: 4px 0 7px !important;
    }

    .scrollToTopBtn img {
        width: 55px !important;
    }

    #tsum-tabs label {
        font-size: 23.229px !important;
    }

    #tsum-tabs label {
        PADDING: 11PX 16PX !important;
        MARGIN: 18PX 26PX !important;
    }

    .inner-eam img {
        width: 309px !important;
        height: 309px !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 167px;
        width: auto;
        height: 46px;
        font-size: 17px !important;
        padding: 12px !important;
    }

    .p_teams {
        font-size: 23.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }


    .logo-2-foot img {
        width: 73px;
    }

    /* .inner-eam .team-sub {

        position: absolute;
        right: 11px !important;
        bottom: 47%;
    } */

    .teamProfile {
        text-align: center;
        width: 88%;
        margin: auto !important;
        font-size: 16px;
    }

    /*Team page*/

    nav .logo {
        width: 19%;
    }

    nav .logo img {
        width: 77%;
    }

    nav .links {
        margin-top: 17px;
        width: 77%;
    }

    .cls_hover li img {
        width: 76%;
    }

    nav .links a {
        padding: 6px;
        font-size: 23.6px;
        font-weight: 400;
    }

    .sec_about-sec h1 {
        font-size: 39.577px;
        padding-bottom: 14px;
    }

    .sec_about-sec p {
        font-size: 21.031px;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 23px !important;
        font-weight: 500;
    }

    .bg_innerblue .inner-content h4 {
        padding-right: 1% !important;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .bg_innerblue .inner-content p {
        line-height: 26px;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 41px;
    }

    .about-us-page p {
        padding-left: 67px !important;
        font-size: 19px;
        line-height: 31px;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about-us-page {
        background: #fafafc;
        padding: 50px 0;
    }

    .how-work h4 {
        font-size: 41px;
    }

    .commons {
        width: 18%;
    }

    .about-us-page .commons {
        width: 14%;
    }

    .width-100-img-about3 {
        position: absolute;
        top: -251px;
        left: 0;
    }

    .foundations .main-sec p {
        font-size: 22px;
        line-height: 41px;
    }

    footer ul li a {
        font-size: 20.161px;
    }

    footer .p1-foot {
        font-size: 19.161px;
        padding-bottom: 10px;
    }

    footer .padding-right {
        width: 35px;
    }

    .copy-right h4 {
        font-size: 24.667px;
    }

    footer ul li {
        padding-top: 0px;
        padding-bottom: 17px;
        list-style: none;
    }

    .padding_img {
        padding-top: 1px;
    }

    .how-work p {
        font-size: 27px;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;
    }

    .width-100-img-about2 {
        position: absolute;
        bottom: -35%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
    }

    .sec_about-sec img {
        width: 65%;
    }

    .carousel-split h3 {
        font-size: 25px;
    }

    .carousel-split-cell-inner div {
        max-width: 59%;
    }

    .foundations h2 {
        font-size: 41px;
        margin-bottom: 15px;
    }

    .carousel-split-cell-inner ul li {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 14px;
    }

    .carousel-split-cell-inner {
        margin-top: 16px;
    }

    .flickity-prev-next-button.previous {
        left: 41% !important;
    }
}


@media only screen and (min-width: 1100px) and (max-width: 1365px) {
    .inner-sub-events video {
        width: 100%;
        height: 380px !important;
        ;
        object-fit: cover;
        border-radius: 40px;
    }

    .event-page .customNavigation {
        position: absolute !important;
        top: 61% !important;
        right: 102px !important;
        z-index: 1;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 197px !important;
    }

    .iner-img_secs video {
        width: 94% !important;
        height: 210px !important;
    }

    .logo-2-foot img {
        width: 75px !important;
    }

    .Logo-2q img {
        padding-top: 7px !important;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    .bg_innerblue .inner-content h4 {
        padding-right: 1% !important;
    }

    .carousel-split-cell-inner ul {
        padding: 0 3px !important;
    }

    footer .foot-logo-img .logo-13 img {
        width: 55% !important;
    }

    footer h5 {
        font-size: 22.161px;
    }

    .main-sec .inner-img img {
        width: 108px;
    }

    .blog-details-page h3 {
        font-size: 25.6px !important;
        margin-bottom: 20px !important;
    }

    .blog-details-page .dates {
        font-size: 21.509px !important;
        line-height: 28.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 25.158px !important;
        line-height: 46.878px !important;
    }

    .blog-details-page p {
        font-size: 18.439px !important;
        line-height: 29.158px !important;
        padding-bottom: 0px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 300px !important;
    }



    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 8px !important;
        font-size: 22.14px !important;
        margin: 6px 14px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 8px !important;
        margin-right: 15px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 18px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 24px !important;
    }

    .btn-back-eventsa a {
        font-size: 18.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 29px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 20.509px !important;
        padding: 12px 0 3px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 18.439px !important;
        line-height: 29.158px !important;
        padding: 6px 0 15px !important;
    }

    .main-detasi-event .event-details-p {
        font-size: 19.439px !important;
        line-height: 29.158px !important;
        padding: 4px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 27.158px !important;
        line-height: 38.878px !important;
    }

    .event-details-sec .text-details {
        font-size: 18.439px !important;
        line-height: 28.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }


    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 44px !important;
    }

    .event-page .inner-events-es p {
        font-size: 16px !important;
        padding-top: 0.4rem !important;
        line-height: 29px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 30px !important;
        margin-right: 2px !important;

    }

    .customNavigation .prev img {
        width: 13px !important;
    }

    .customNavigation .next img {
        width: 13px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 27px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 20px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .event-page h4 {
        font-size: 24px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 15px 39px 48px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 18px;
        padding-bottom: 11px;
    }

    .caption h4 {
        padding-left: 0 !important;
    }

    footer {
        padding: 46px 0px;
    }

    .kaboodle-foot {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        font-family: 'Poppins';
        margin-top: 1px;
        margin-left: 0;
        margin-top: 12px;
    }

    /*testimonial*/
    .img_tes {
        margin-right: 20px;
        width: 18%;
    }

    .inner_content_sec h4 {
        font-size: 19px;
    }

    .inner_content_sec h5 {
        font-size: 16.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 25px !important;
        line-height: 37px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-size: contain;
    }

    .iner-img_secs {
        padding: 32px 31px;
        background-size: contain;
    }

    .wrapper {
        padding: 39px 26px 26px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 28px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 6% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 17px;
        padding: 13px 0px;
        line-height: 27px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 262px;
    }

    .love-us {
        font-size: 28px;
    }

    .slick-next {
        right: auto !important;
        left: 12% !important;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        border: 2px solid #78350F !important;
        color: #78350F !important;
        font-size: 35px !important;
        height: 32px;
        width: 32px;
        line-height: 0;
        padding: 16px !important;
        border-radius: 50%;
        padding: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        line-height: 18px !important;
    }

    /*testimonial*/



    /*offering-page*/
    .iner0-offers h3 {
        font-size: 27.627px;
    }

    .iner0-offers2 h3 {
        font-size: 27.627px;
        padding-top: 13px;
    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 16.657px;
    }

    img.icons-1 {
        top: auto;
    }

    .inner-offer {
        padding: 20px 26px;
    }

    .iner0-offers2 p {
        font-size: 15.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 17.657px;
        padding-bottom: 10px;
        line-height: 28px;
        font-weight: 500;
    }

    .iner0-offers2 ul li img {
        padding-right: 10px;
        width: 13%;
    }

    .offering-sec h4.mar-top {
        margin-top: 149px;
        padding-bottom: 51px;
    }

    .iner0-offers2 ul li img {
        padding-top: 4px;
    }

    .offering-sec h4 {
        font-size: 30px;
        padding-bottom: 48px;
        margin: 28px 0 31px;
    }

    img.icons-2 {
        top: 227px;
    }

    .iner0-offers2 {
        padding: 9px 17px;
        margin: -116px 0;
    }

    .iner0-offers ul li img {
        padding-right: 15px;
        width: 13%;
    }

    .iner0-offers ul li img {
        padding-top: 4px;
    }

    /*offering-page*/



    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 34px 14px !important;
    }

    .faq-drawer__title {
        font-size: 23.724px !important;
    }

    .faq-drawer__content {
        padding: 23px 20px !important;
    }

    .faq-drawer__content h4 {
        font-size: 23.164px !important;
    }

    .faq-drawer__content p {
        font-size: 19.043px !important;
        width: 100% !important;
    }

    /*faqs*/
    /*Team page*/

    .testimonila-carousel_testng {
        padding: 126px 0 98px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 36px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 26px !important;
    }


    #tsum-tabs label {
        PADDING: 8PX 14PX !important;
        MARGIN: 9PX 13PX !important;
        font-size: 22.229px;
    }

    .inner-eam img {
        width: 309px !important;
        height: 309px !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 167px;
        width: auto;
        height: 46px;
        font-size: 17px !important;
        padding: 12px !important;
    }

    .p_teams {
        font-size: 23.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }

    /* .inner-eam .team-sub {

        position: absolute;
        right: 11px !important;
        bottom: 51%;
    } */

    /*Team page*/


    nav .logo {
        width: 16%;
        margin-top: 21px;
    }

    nav .logo img {
        width: 100%;
    }

    .bg_innerblue {
        text-align: center;
    }

    .bg_innerblue .inner-content p {
        line-height: 25px;
    }

    .innerimg img {
        width: 82px;
    }

    .sec_about-sec {
        padding-top: 145px;
        background-size: contain;
    }

    .bg-blue_sec .align-items-center {
        align-items: flex-start !important;
    }

    nav .links {
        margin-top: 0px;
        width: 80%;
    }

    .cls_hover li img {
        width: 60%;
        margin-top: -19px;
    }

    nav .links a {
        padding: 6px;
        font-size: 19px;
        font-weight: 400;
    }

    .sec_about-sec h1 {
        font-size: 31.577px;
        padding-bottom: 13px;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 21px !important;
        margin: 18px 0 0;
        font-weight: 500;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 19.031px;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 38px;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wid {
        width: 139px !important;
    }

    .about-us-page p {
        font-size: 19px;
        line-height: 30px;
    }

    .about-us-page {
        background: #fafafc;
        padding: 20px 0 50px;
    }

    .how-work h4 {
        font-size: 38px;
    }

    .width-100-img-about3 {
        position: absolute;
        top: -251px;
        left: 0;
        width: 57%;
    }

    .how-work {
        padding: 25px 0 80px;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;

    }

    .width-100-img-about2 {
        position: absolute;
        bottom: -59%;
        width: 58%;
    }

    .how-work p {
        font-size: 26px;
    }

    .how-work .wids {
        width: 63%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
    }

    .carousel-split-intro {
        padding: 0px 0 24px;
    }

    .carousel-split h3 {
        font-size: 22px;
        margin-bottom: 9px;
    }

    .sec_about-sec img {
        width: 69%;
    }

    .carousel-split-cell-inner ul li {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 13px;
    }

    .carousel-split-cell-inner {
        margin-top: 27px;
    }

    .scrollToTopBtn img {
        width: 52px !important;
    }

    .flickity-prev-next-button.next {
        right: 40% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* .height_img {
        height: 380px !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 59%;
    }

    .foundations h2 {
        margin-bottom: 15px;
        font-size: 38px;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
    }

    .png-img-width img {
        width: 89%;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .girl-img {
        width: 77%;
    }

    footer ul li {
        padding-top: 2px;
        padding-bottom: 15px;
    }

    footer ul li a {
        font-size: 19.161px;
    }

    .inner-img {
        text-align: start;
    }

    footer .p1-foot {
        font-size: 17.161px;
    }


    .copy-right h4 {
        font-size: 21.667px;
    }

    footer .padding-right {
        padding-right: 8px;
    }

    .wudth-secs img {
        width: 31px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }

    .padding_img {
        width: 94px;
    }

    .foundations .main-sec p {
        font-size: 19px;
        line-height: 38px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1099px) {
    .inner-sub-events video {
        width: 100%;
        height: 370px !important;
        ;
        object-fit: cover;
        border-radius: 40px;
    }

    .event-page .customNavigation {
        position: absolute;
        right: 99px;
        bottom: 42%;
        top: 56% !important;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 253px !important;
    }

    .bg_innerblue .inner-content h4 {
        padding-right: 1% !important;
    }

    .teamProfile {
        text-align: center !important;
        width: 100% !important;
        margin: auto !important;
        font-size: 15px;
    }

    .main-sec .inner-img img {
        width: 108px;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 117px !important;
        object-fit: cover;
    }

    .blog-details-page h3 {
        font-size: 23.6px !important;
        margin-bottom: 18px !important;
    }

    .blog-details-page .dates {
        font-size: 20.509px !important;
        line-height: 28.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 25.158px !important;
        line-height: 44.878px !important;
    }

    .blog-details-page p {
        font-size: 18.439px !important;
        line-height: 29.158px !important;
        padding-bottom: 15px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 280px !important;
    }






    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 6px !important;
        font-size: 23.14px !important;
        margin: 6px 8px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 8px !important;
        margin-right: 15px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 20px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 17.645px !important;
        line-height: 28px !important;
    }

    .blog-page-sec .tab-content.current .btns {
        margin: 5px 2px 15px 0 !important;
        line-height: 41px;
    }

    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 22px !important;
    }

    .btn-back-eventsa a {
        font-size: 18.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 29px !important;
    }

    .main-detasi-event .event-details-p {
        font-size: 17.439px !important;
        line-height: 29.158px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 21.509px !important;
        padding: 19px 0 11px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 20.439px !important;
        line-height: 32.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 31.158px !important;
        line-height: 41.878px !important;
    }

    .event-details-sec .text-details {
        font-size: 20.439px !important;
        line-height: 32.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }

    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 44px !important;
    }

    .event-page .inner-events-es p {
        font-size: 17.645px !important;
        padding-top: 0.4rem !important;
        line-height: 28px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .customNavigation .prev img {
        width: 13px !important;
    }

    .customNavigation .next img {
        width: 13px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 27px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 19px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 15.645px !important;
        line-height: 24px !important;
    }

    .sub-event .iner-sub-events {
        padding: 19px 13px !important;
        text-align: left;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .event-page h4 {
        font-size: 22px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 15px 39px 48px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 18px;
        padding-bottom: 11px;
    }

    .caption h4 {
        padding-left: 0 !important;
    }

    .kaboodle-foot {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 16px;
        margin-left: 12px;
    }

    /*testimonial*/
    .img_tes {
        margin-right: 20px;
        width: 18%;
    }

    .inner_content_sec h4 {
        font-size: 19px;
    }

    .inner_content_sec h5 {
        font-size: 13.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 21px !important;
        line-height: 30px;
        padding-right: 0 !Important;
        margin-bottom: 24px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-size: contain;
    }

    .iner-img_secs {
        padding: 32px 31px;
        background-size: contain;
    }

    .wrapper {
        padding: 39px 26px 26px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 48px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 10% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 19px;
        padding: 13px 0px;
        line-height: 32px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 289px;
    }

    .love-us {
        font-size: 35px;
    }

    .slick-next {
        right: auto !important;
        left: 18% !important;
    }

    .inner-content-wl .owl-item .item .user-img img {
        padding-right: 0;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .inner-content-wl .owl-item .item img {
        width: 70px;
        padding-right: 10px;
    }

    .inner-content-wl .owl-item .item h3 {
        display: flex;
        font-size: 22px;
    }

    .iner-img_secs video {
        width: 98% !important;
        height: 141px !important;
    }

    /*testimonial*/



    /*offering-page*/
    .iner0-offers h3 {
        font-size: 34.627px;
    }

    .iner0-offers2 h3 {
        font-size: 31.627px;
        padding-top: 13px;
    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 16.657px;
    }

    img.icons-1 {
        top: auto;
    }

    .inner-offer {
        padding: 20px 26px;
    }

    .iner0-offers2 p {
        font-size: 15.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 19.657px;
        padding-bottom: 21px;
        line-height: 29px;
        font-weight: 500;
    }

    .iner0-offers2 ul li img {
        padding-right: 8px;
        width: 12%;
    }

    .offering-sec h4.mar-top {
        margin-top: 149px;
        padding-bottom: 51px;
    }

    .offering-sec h4 {
        font-size: 30px;
        padding-bottom: 48px;
        margin: 20px 0 31px;
    }

    img.icons-2 {
        top: 227px;
    }

    .iner0-offers2 {
        padding: 9px 17px;
        margin: -116px 0;
    }

    .iner0-offers ul li img {
        padding-right: 21px;
        width: 18%;
    }

    .width-992 {
        flex: 0 0 45.666667% !important;
        max-width: 45.666667% !important;
    }

    img.padding-right {
        width: 12%;
    }

    footer .padding-right {
        padding-right: 4px;
    }

    /*offering-page*/

    footer h5 {
        color: #000;
        font-family: Raleway;
        font-size: 21.161px;
        font-weight: 500;
        margin-top: 19px;
    }

    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 34px 14px !important;
    }

    .faq-drawer__title {
        font-size: 23.724px !important;
    }

    .faq-drawer__content {
        padding: 23px 20px !important;
    }

    .faq-drawer__content h4 {
        font-size: 23.164px !important;
    }

    .faq-drawer__content p {
        font-size: 19.043px !important;
        width: 100% !important;
    }

    .sc-1 {
        top: 99px !important;
    }

    img.sc-2 {
        top: 52px !important;
    }

    .faq-drawer__title::after {
        height: 13px !important;
        top: 13px !important;
        width: 13px !important;
    }

    /*faqs*/



    /*Team page*/
    .testimonila-carousel_testng {
        padding: 141px 0 100px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 35px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 27px !important;
    }

    #tsum-tabs label {
        PADDING: 11PX 16PX !important;
        MARGIN: 12PX 5PX !important;
    }

    .inner-eam img {
        width: 270px !important;
        height: 270px !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 153px;
        width: auto;
        height: 37px;
        font-size: 16px !important;
        padding: 12px !important;
        line-height: 11px;
    }

    #tsum-tabs label {
        font-size: 25.229px !important;
    }

    .p_teams {
        font-size: 23.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: -38px !important;
        bottom: 59%;
    } */

    /*Team page*/



    nav .logo {
        width: 16%;
        margin-top: 21px;
    }

    nav .logo img {
        width: 100%;
    }

    .Logo-2q img {
        padding-top: 6px !important;
    }

    nav .links {
        margin-top: -5px;
        width: 83%;
    }

    .cls_hover li img {
        width: 60%;
        margin-top: -19px;
    }

    nav .links a {
        padding: 6px;
        font-size: 17px;
        font-weight: 400;
    }

    .sec_about-sec h1 {
        font-size: 27.577px;
        padding-bottom: 13px;
    }

    .sec_about-sec h1 br {
        display: none;
    }


    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .sec_about-sec {
        padding-top: 120px;
        background-size: contain;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 19px !important;
        margin: 18px 0 0;
        font-weight: 500;
    }

    nav .links .cls_hover li img {
        width: 50%;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .bg_innerblue .inner-content p {
        line-height: 24px;
    }

    .inner-content {
        text-align: center;
    }

    .bg_innerblue {
        text-align: center;
    }

    .bg-blue_sec .align-items-center {
        align-items: flex-start !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 17.031px;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 30px;
        margin-bottom: 0;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .innerimg img {
        width: 25%;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wid {
        width: 123px !important;
    }

    .about-us-page p {
        font-size: 17px;
        line-height: 29px;
    }

    .about-us-page {
        background: #fafafc;
        padding: 10px 0 50px;
    }

    .how-work h4 {
        font-size: 31px;
    }

    .width-100-img-about3 {
        position: absolute;
        top: -112px;
        left: -71px;
        width: 78%;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;
    }

    .width-100-img-about2 {
        position: absolute;
        bottom: -59%;
        width: 74%;
    }

    .curriculum {
        font-family: Roboto;
        font-size: 29.533px;
        margin-bottom: 13px;
    }

    .how-work {
        padding: 0px 0 80px;
    }

    .carousel-split-cell-inner {
        margin-top: 26px;
    }

    .how-work p {
        font-size: 24px;
    }

    .how-work .wids {
        width: 67%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
    }

    .carousel-split-intro {
        padding: 9px 0 30px;
    }


    .carousel-split h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .sec_about-sec img {
        width: 98%;
    }

    .carousel-split-cell-inner ul li {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 7px;
    }

    .flickity-prev-next-button.previous {
        left: 44% !important;
    }

    .carousel-split-cell-inner-image img {
        width: 88%;
    }

    .scrollToTopBtn img {
        width: 51px !important;
    }

    .carousel-split-cell-inner-content {
        padding: 1px 11px;
    }

    .flickity-prev-next-button.next {
        right: 40% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* .height_img {
        height: 380px !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 49%;
    }

    .foundations h2 {
        font-size: 31px;
        margin-bottom: 0;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
    }

    .padding_img {
        width: 90px;
    }

    .png-img-width img {
        width: 89%;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .main-sec p {
        font-size: 17px;
        line-height: 30px;
    }

    .foundations .girl-img {
        width: 77%;
    }

    footer ul li {
        padding-top: 2px;
        padding-bottom: 30px;
    }

    footer ul li a {
        font-size: 18.161px;
    }

    .inner-img {
        text-align: start;
    }

    footer .p1-foot {
        font-size: 15.161px;
    }

    .copy-right h4 {
        font-size: 18.667px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }

    footer .p1-foot {
        font-size: 15.161px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-sub-events video {
        width: 100%;
        height: 370px !important;
        ;
        object-fit: cover;
        border-radius: 40px;
    }

    nav .icon-burger {
        top: 51%;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 253px !important;
    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: -40px !important;
        bottom: 55% !important;
    } */

    .bg_innerblue .inner-content h4 {
        padding-right: 1% !important;
    }

    .main-sec .inner-img img {
        width: 108px;
    }

    .teamProfile {
        text-align: center;
        width: 100% !important;
        margin: auto !important;
        font-size: 16px !important;
        color: #6F6C90;
        font-family: 'Raleway';
        font-weight: 400;
        text-align: center;
    }

    .teamProfile {
        -webkit-line-clamp: 11;
    }

    .main-detasi-event .event-details-p {
        font-size: 17.439px !important;
        line-height: 30.158px !important;
    }

    .blog-details-page h3 {
        font-size: 27.6px !important;
        margin-bottom: 18px !important;
    }

    .blog-details-page .dates {
        font-size: 20.509px !important;
        line-height: 28.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 25.158px !important;
        line-height: 44.878px !important;
    }

    .blog-details-page p {
        font-size: 18.439px !important;
        line-height: 31.158px !important;
        padding-bottom: 15px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 280px !important;
    }


    .col-md-4as {
        flex: 0 0 48.333333% !important;
        max-width: 48.333333% !important;
    }

    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 6px !important;
        font-size: 23.14px !important;
        margin: 6px 8px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 8px !important;
        margin-right: 15px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 20px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 17.645px !important;
        line-height: 28px !important;
    }

    .blog-page-sec .tab-content.current .btns {
        margin: 5px 2px 15px 0 !important;
    }

    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 22px !important;
        margin-bottom: 0;
    }

    .btn-back-eventsa a {
        font-size: 18.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 29px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 21.509px !important;
        padding: 19px 0 11px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 20.439px !important;
        line-height: 32.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 31.158px !important;
        line-height: 41.878px !important;
    }

    .event-details-sec .text-details {
        font-size: 20.439px !important;
        line-height: 32.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }


    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 44px !important;
    }

    .event-page .inner-events-es p {
        font-size: 16.645px !important;
        padding-top: 0.4rem !important;
        line-height: 28px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .customNavigation .prev img {
        width: 13px !important;
    }

    .customNavigation .next img {
        width: 13px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 27px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 20px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 16.645px !important;
        line-height: 22px !important;
    }

    .sub-event .iner-sub-events {
        padding: 19px 13px !important;
        text-align: left;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .sub-event .col-md-4s {
        flex: 0 0 49.333333%;
        max-width: 49.333333%;
    }

    .event-page h4 {
        font-size: 22px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 15px 39px 48px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 12px;
        padding-bottom: 5px;
    }

    .caption h4 {
        padding-left: 0 !important;
    }

    .event-page .customNavigation {
        position: absolute;
        top: 50% !important;
        right: 102px;
    }

    .kaboodle-foot {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 6px;
        margin-left: 2px;
        margin-bottom: 25px;
    }

    .rounded-2 {
        width: 75%;
        position: absolute;
        top: 45%;
    }

    /*testimonial*/
    .img_tes {
        margin-right: 20px;
        width: 12%;
    }

    .inner_content_sec h4 {
        font-size: 19px;
    }

    .inner_content_sec h5 {
        font-size: 13.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 22px !important;
        line-height: 36px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-size: contain;
    }

    .iner-img_secs {
        padding: 40px 51px;
        background-size: contain;
    }

    .wrapper {
        padding: 39px 26px 26px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 28px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 10% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 16px;
        padding: 13px 0px;
        line-height: 26px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 289px;
    }

    .love-us {
        font-size: 27px;
    }

    .slick-next {
        right: auto !important;
        left: 22% !important;
    }

    .inner-content-wl .owl-item .item .user-img img {
        padding-right: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        line-height: 16px !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        border: 2px solid #78350F !important;
        color: #78350F !important;
        font-size: 37px !important;
        height: 30px;
        width: 30px;
        line-height: 0;
        padding: 16px !important;
        border-radius: 50%;
        padding: 0;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .inner-content-wl .owl-item .item img {
        width: 54px;
        padding-right: 8px;
    }

    .inner-content-wl .owl-item .item h3 {
        display: flex;
        font-size: 20px;
    }

    .width_100px {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slick-next,
    .slick-prev {
        margin-bottom: 30px;
        margin-top: 12px;
    }

    /*testimonial*/


    /*offering-page*/
    .iner0-offers h3 {
        font-size: 28.627px;
    }

    .iner0-offers2 h3 {
        font-size: 28.627px;
        padding-top: 13px;
    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 16.657px;
    }

    img.icons-1 {
        top: auto;
    }

    .inner-offer {
        padding: 20px 26px;
    }

    .iner0-offers2 p {
        font-size: 15.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 17.657px;
        padding-bottom: 21px;
        line-height: 29px;
        font-weight: 500;
    }

    .iner0-offers2 ul li img {
        padding-right: 8px;
        width: 12%;
    }

    .offering-sec h4.mar-top {
        margin-top: 127px;
        padding-bottom: 52px;
    }

    .offering-sec h4 {
        font-size: 25px;
        padding-bottom: 48px;
        margin: 16px 0 31px;
    }

    img.icons-2 {
        top: 215px;
        width: 13%;
        right: -24px;
    }

    img.icons-8 {
        right: -49px !important;
    }

    .iner0-offers2 {
        padding: 9px 17px;
        margin: -116px 0;
    }

    .iner0-offers ul li img {
        padding-right: 14px;
        width: 13%;
    }

    img.icons-3 {
        position: absolute;
        right: -5%;
        top: 30%;
    }

    .width-992 {
        flex: 0 0 45.666667% !important;
        max-width: 45.666667% !important;
    }

    img.icons-4 {
        position: absolute;
        left: -8%;
        top: 40%;
        width: 10%;
    }

    img.padding-right {
        width: 13%;

    }

    .col-100 {
        flex: 0 0 85.666667% !important;
        max-width: 85.666667% !important;
        margin: auto;
    }

    footer h5 {
        color: #000;
        font-family: Raleway;
        font-size: 22.161px;
        font-weight: 500;
        margin-top: 30px;
    }

    /*offering-page*/


    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 24px 14px !important;
    }

    .faq-drawer__title {
        font-size: 20.724px !important;
        padding: 17px 19px !important;
    }

    .faq-drawer__content {
        padding: 23px 20px !important;
    }

    .faq-drawer__content h4 {
        font-size: 20px !important;
    }

    .faq-drawer__content p {
        font-size: 17.043px !important;
        width: 100% !important;
        line-height: 28px !important;
    }

    .sc-1 {
        top: 99px !important;
    }

    img.sc-2 {
        top: 52px !important;
    }

    .faq-drawer__title::after {
        height: 13px !important;
        top: 13px !important;
        width: 13px !important;
    }

    /*faqs*/


    /*Team page*/
    .testimonila-carousel_testng {
        padding: 141px 0 100px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 32px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 25px !important;
    }

    #tsum-tabs label {
        PADDING: 11PX 16PX !important;
        MARGIN: 12PX 5PX !important;
    }

    .inner-eam img {
        width: 235px !important;
        height: 235px !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 153px;
        width: auto;
        height: 37px;
        font-size: 16px !important;
        padding: 12px !important;
        line-height: 11px;
    }

    #tsum-tabs label {
        font-size: 21.229px !important;
    }

    .p_teams {
        font-size: 21.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: -25px !important;
        bottom: 50%;
    } */

    /*Team page*/


    nav .logo {
        width: 12%;
        margin-top: 21px;
    }

    nav .logo img {
        width: 100%;
        margin-top: 17px;
    }

    .Logo-2q img {
        padding-top: 3px !important;
    }

    .logo-2-foot img {
        width: 75px !important;
    }

    nav .links {
        margin-top: 6px;
        width: 85%;
        /* margin: auto; */
    }

    .cls_hover li img {
        width: 55%;
        margin-top: -20px;
    }

    nav .links a {
        padding: 6px;
        font-size: 16px;
        font-weight: 400;
    }

    .sec_about-sec h1 {
        font-size: 27.577px;
        padding-bottom: 13px;
        line-height: 37px;
    }

    .sec_about-sec h1 br {
        display: none;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }


    .bg_innerblue .inner-content h4 {
        font-size: 19px !important;
        margin: 16px 0 0;
        font-weight: 500;
    }


    .sec_about-sec {
        padding-top: 136px;
        background-size: contain;
    }

    .bg_innerblue {
        text-align: center;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .bg-blue_sec .align-items-center {
        align-items: flex-start !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 16.031px;
    }

    .sec_about-sec p {
        margin-top: 0px !important;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 30px;
        margin-bottom: 0;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bg_innerblue .inner-content p {
        color: #0A5B57;
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .innerimg img {
        width: 40%;
    }

    .wid {
        width: 133px !important;
    }

    .about-us-page p {
        font-size: 17px;
        line-height: 27px;
    }

    .about-us-page {
        background: #fafafc;
        padding: 10px 0 50px;
    }

    .how-work h4 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .width-100-img-about3 {
        position: absolute;
        top: -112px;
        left: -71px;
        width: 78%;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;
    }

    .width-100-img-about2 {
        position: absolute;
        bottom: -59%;
        width: 74%;
    }

    .curriculum {
        font-family: Roboto;
        font-size: 26.533px;
        margin-bottom: 5px;
    }

    .carousel-split {
        margin: 15px auto 0;
    }

    .how-work {
        padding: 0px 0 80px;
    }

    .how-work p {
        font-size: 20px;
    }

    .how-work .wids {
        width: 67%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
    }


    .carousel-split-intro {
        padding: 2px 0 20px;
    }


    .carousel-split h3 {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .sec_about-sec img {
        width: 98%;
    }

    .carousel-split-cell-inner ul li {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 5px;
    }

    .flickity-prev-next-button.next {
        right: 40% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* .height_img {
        height: 380px !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 100%;
    }

    .foundations h2 {
        font-size: 31px;
        margin-bottom: 0;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
    }

    .padding_img {
        padding-top: 7px !important;
        width: 76px !important;
    }

    .png-img-width img {
        width: 89%;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .main-sec p {
        font-size: 17px;
        line-height: 29px;
    }

    footer ul li {
        padding-top: 1px;
        padding-bottom: 3px;
    }

    .foundations .girl-img {
        width: 77%;
    }


    .scrollToTopBtn img {
        width: 51px !important;
    }

    footer ul li a {
        font-size: 19.161px;
    }

    .inner-img {
        text-align: start;
    }

    footer .p1-foot {
        font-size: 15.161px;
    }

    .copy-right h4 {
        font-size: 18.667px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }

    footer .p1-foot {
        font-size: 16.161px;
    }

    footer .foot-logo-img .logo-13 img {
        width: 47%;
    }

    .carousel-split-cell-inner-image img {
        width: 76%;
        margin: auto;
    }

    .carousel-split-cell-inner {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }

    .flickity-prev-next-button.previous {
        left: 41% !important;
        background-image: url(../images/prev.png);
        background-size: contain;
    }

    .width-768 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-sub-events video {
        width: 100%;
        height: 360px !important;
        ;
        object-fit: cover;
        border-radius: 40px;
    }

    .logo-2-foot img {
        width: 78px !important;
    }

    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 226px !important;
        object-fit: cover !important;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 204px !important;
    }

    .bg_innerblue .inner-content h4 {
        padding-right: 0% !important;
    }

    .foundations .col-md-5 .main-sec .inner-img img {
        width: 98px !important;
    }

    .grid-temp {
        grid-template-columns: repeat(2, 1fr);
        display: grid !important;
    }

    .blog-details-page h3 {
        font-size: 20.6px !important;
        margin-bottom: 18px !important;
    }

    .blog-details-page .dates {
        font-size: 19.509px !important;
        line-height: 27.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 23.158px !important;
        line-height: 44.878px !important;
    }

    .blog-details-page p {
        font-size: 17.439px !important;
        line-height: 29.158px !important;
        padding-bottom: 2px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 260px !important;
    }



    .col-md-4as {
        flex: 0 0 48.333333% !important;
        max-width: 48.333333% !important;
    }

    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 6px !important;
        font-size: 23.14px !important;
        margin: 6px 8px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 14px !important;
        padding: 5px 8px !important;
        margin-right: 9px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 20px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 17.645px !important;
        line-height: 28px !important;
    }

    .blog-page-sec .tab-content.current .btns {
        margin: 5px 2px 15px 0 !important;
    }

    .btn-back-eventsa a {
        font-size: 16.855px !important;
    }

    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 21px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 18.509px !important;
        padding: 19px 0 3px !important;
    }

    .btn-back-eventsa i {
        font-size: 29px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 18.439px !important;
        line-height: 30.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .eventDetailImg {
        width: 100%;
        object-fit: cover;
        height: 280px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 29.158px !important;
        line-height: 41.878px !important;
    }

    .event-details-sec .text-details {
        font-size: 18.439px !important;
        line-height: 30.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }

    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 44px !important;
    }

    .event-page .inner-events-es p {
        font-size: 15.645px !important;
        padding-top: 0.4rem !important;
        line-height: 32px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 32px !important;
        margin-right: 9px !important;
    }

    .customNavigation .prev img {
        width: 13px !important;
    }

    .customNavigation .next img {
        width: 13px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        line-height: 20px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 22px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 20px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 15.645px !important;
        line-height: 22px !important;
    }

    .sub-event .iner-sub-events {
        padding: 19px 13px !important;
        text-align: left;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .event-page .customNavigation {
        position: absolute;
        top: 57% !important;
        right: 84px !important;
    }

    .sub-event .col-md-4s {
        flex: 0 0 49.333333%;
        max-width: 49.333333%;
    }

    .event-page h4 {
        font-size: 22px !important;
        line-height: 29px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 15px 39px 48px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 18px;
        padding-bottom: 11px;
    }

    .caption h4 {
        padding-left: 0 !important;
    }

    .faq-drawer__content-wrapper {
        padding: 34px 9px;
    }

    /*testimonial*/
    .img_tes {
        margin-right: 20px;
        width: 13%;
    }

    .inner_content_sec h4 {
        font-size: 19px;
    }

    .inner_content_sec h5 {
        font-size: 13.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 22px !important;
        line-height: 31px;
        margin-bottom: 28px;
        padding-right: 0 !important;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-size: 0;
        margin: 20px 0 0;
    }

    .iner-img_secs {
        padding: 32px 31px;
        background-size: contain;
        margin-bottom: 35px;
    }

    .wrapper {
        padding: 26px 15px 8px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 28px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 40% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 16px;
        padding: 13px 0px;
        line-height: 24px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 289px;
        margin-bottom: 81px;
    }

    .love-us {
        font-size: 22px;
    }

    .slick-next {
        right: auto !important;
        left: 52% !important;
    }

    .inner-content-wl .owl-item .item .user-img img {
        padding-right: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        border: 2px solid #78350F !important;
        color: #78350F !important;
        font-size: 37px !important;
        height: 31px;
        width: 31px;
        line-height: 0;
        padding: 16px !important;
        border-radius: 50%;
        padding: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        line-height: 17px !important;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .inner-content-wl .owl-item .item img {
        width: 65px;
        padding-right: 10px;
    }

    .inner-content-wl .owl-item .item h3 {
        display: flex;
        font-size: 22px;
    }

    .width_100px {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slick-next,
    .slick-prev {
        margin-bottom: 31px;
        margin-top: 12px;
    }

    /*testimonial*/



    /*offering-page*/
    .iner0-offers h3 {
        font-size: 25.627px;
    }

    .iner0-offers2 h3 {
        font-size: 25.627px;
        padding-top: 13px;
    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 15.657px;
    }

    img.icons-1 {
        top: 201px;
        margin-top: 0%;
        left: 11px;
        width: 7%;
    }

    .inner-offer {
        padding: 4px 14px;
        margin-top: 0;
    }

    .iner0-offers2 p {
        font-size: 15.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 15.657px;
        padding-bottom: 12px;
        line-height: 26px;
        font-weight: 500;
    }

    .iner0-offers2 ul li img {
        padding-right: 8px;
        width: 13%;
        padding-top: 4px;
    }

    .offering-sec h4.mar-top {
        margin-top: 66px;
        padding-bottom: 36px;
    }

    .offering-sec h4 {
        font-size: 25px;
        padding-bottom: 33px;
        margin: 14px 0 31px;
    }

    img.icons-2 {
        top: 184px;
        width: 11%;
        right: 6px;
    }

    .iner0-offers2 {
        padding: 23px 18px;
        margin: -42px 0;
    }

    .iner0-offers ul li img {
        padding-right: 12px;
        width: 13%;
    }

    img.icons-7 {
        display: none;
    }

    img.icons-5 {
        display: none;
    }

    img.icons-6 {
        display: none;
    }

    img.icons-8 {
        display: none;
    }

    img.icons-3 {
        display: none;
    }

    .width-992 {
        flex: 0 0 48.666667% !important;
        max-width: 48.666667% !important;
        margin: auto;
    }

    img.icons-4 {
        display: none;
    }

    img.padding-right {
        width: 12%;
    }

    .inner-offer .col-md-1 {
        display: none;
    }

    .col-100 {
        flex: 0 0 98.666667% !important;
        max-width: 98.666667% !important;
        margin: auto;
    }

    footer .padding-right {
        padding-right: 9px;
    }

    /*offering-page*/



    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 24px 14px !important;
    }

    .faq-drawer__title {
        font-size: 20.724px !important;
        padding: 17px 19px !important;
    }

    .faq-drawer__content {
        padding: 23px 20px !important;
    }

    .faq-drawer__content h4 {
        font-size: 20px !important;
    }

    .faq-drawer__content p {
        font-size: 17.043px !important;
        width: 100% !important;
        line-height: 28px !important;
    }

    .sc-1 {
        top: 99px !important;
    }

    img.sc-2 {
        top: 52px !important;
    }

    .faq-drawer__title::after {
        height: 13px !important;
        top: 13px !important;
        width: 13px !important;
    }

    /*faqs*/


    nav .logo img {
        width: 53% !important;
    }

    nav .logo {
        width: 49%;
    }

    /*Team page*/
    .testimonila-carousel_testng {
        padding: 141px 0 72px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 29px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 23px !important;
        padding-top: 9px;
    }

    #tsum-tabs label {
        PADDING: 11PX 16PX !important;
        MARGIN: 12PX 5PX !important;
    }

    .inner-eam img {
        width: 265px !important;
        height: 265px !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 153px;
        width: auto;
        height: 37px;
        font-size: 16px !important;
        padding: 12px !important;
        line-height: 11px;
    }

    #tsum-tabs label {
        font-size: 19.229px !important;
    }

    .p_teams {
        font-size: 21.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: 26px !important;
        bottom: 55%;
    } */

    /*Team page*/

    .sec_about-sec h1 {
        font-size: 26px;
        padding-bottom: 5px;
        padding-left: 31px;
    }

    .sec_about-sec h1 br {
        display: none;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 24px !important;
        margin: 18px 0 0;
        font-weight: 500;
    }

    .bg_innerblue .inner-content h4 br {
        display: none;
    }

    .sec_about-sec {
        padding-top: 146px;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 17.031px;
        padding-left: 32px;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 33px;
        margin-bottom: 0;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bg_innerblue .inner-content p {
        color: #0A5B57;
        font-size: 15px;
        line-height: 24px;
    }

    .innerimg img {
        width: 72px;
    }

    .wid {
        width: 129px !important;
    }

    .about-us-page p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-us-page {
        background: #fafafc;
        padding: 10px 0 50px;
    }

    .how-work h4 {
        font-size: 33px;
        margin-bottom: 0;
    }

    .width-100-img-about3 {
        display: none;
    }

    .width-100-img-about1 {
        display: none;
    }

    .width-100-img-about2 {
        display: none;
    }

    .rounded-2 {
        width: 80%;
        position: absolute;
        top: 45%;
        display: none;
    }

    .curriculum {
        font-family: Roboto;
        font-size: 28.533px;
        margin-bottom: 0;
    }

    .how-work {
        padding: 0px 0 80px;
    }

    .how-work p {
        font-size: 22px;
    }

    .how-work .wids {
        width: 67%;
    }

    .rooundes img {
        display: none;
    }

    .carousel-split-intro {
        padding: 4px 0 30px;
    }

    .carousel-split h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .sec_about-sec img {
        width: 68%;
        margin: auto;
        text-align: center;
    }

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

    .foundations .col-md-5 img {
        width: 58% !important;
        margin-bottom: 22px !important;
    }

    .carousel-split-cell-inner ul li {
        font-size: 18px;
        line-height: 29px;
        padding-bottom: 11px;
    }

    .flickity-prev-next-button.next {
        right: 40% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* .height_img {
        height: 380px !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 100%;
    }

    .foundations h2 {
        font-size: 33px;
        margin-bottom: 0;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
        text-align: center;
    }

    .padding_img {
        padding-top: 2px;
    }

    .png-img-width img {
        width: 65%;
        margin-bottom: 20px;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .main-sec p {
        font-size: 17px;
        line-height: 30px;
        padding: 0 22px;
    }

    .foundations .girl-img {
        width: 77%;
    }

    footer ul li {
        padding-top: 2px;
        padding-bottom: 11px;
        padding-top: 7px;
    }

    footer ul li a {
        font-size: 18.161px;
    }

    .kaboodle-foot {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 13px;
        margin-left: 0;
    }

    .inner-img {
        text-align: start;
    }

    footer .p1-foot {
        font-size: 15.161px;
    }

    .copy-right h4 {
        font-size: 18.667px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }

    footer .p1-foot {
        font-size: 17.161px;
    }

    footer .foot-logo-img .logo-13 img {
        width: 60%;
    }

    .carousel-split-cell-inner-image img {
        width: 46%;
    }

    footer h5 {
        color: #000;
        font-family: Raleway;
        font-size: 23.161px;
        font-weight: 500;
        margin-top: 39px;
    }

    .scrollToTopBtn img {
        width: 48px !important;
    }

    .flickity-prev-next-button.previous {
        left: 41% !important;
        background-image: url(../images/prev.png);
        background-size: contain;
    }

    .width-768 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


@media only screen and (min-width: 401px) and (max-width: 575px) {
    .slick-slide .iner-img_secs img {
        width: 100% !important;
        height: 226px !important;
        object-fit: cover !important;
    }

    .iner-img_secs video {
        width: 100% !important;
        height: 204px !important;
    }

    .bg_innerblue .inner-content h4 {
        padding-right: 0% !important;
    }

    .main-sec .inner-img img {
        width: 108px;
    }

    .grid-temp {
        grid-template-columns: repeat(2, 1fr);
        display: grid !important;
    }


    .blog-details-page h3 {
        font-size: 20.6px !important;
        margin-bottom: 18px !important;
    }

    .blog-details-page .dates {
        font-size: 19.509px !important;
        line-height: 27.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 23.158px !important;
        line-height: 44.878px !important;
    }

    .blog-details-page p {
        font-size: 17.439px !important;
        line-height: 31.158px !important;
        padding-bottom: 15px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 260px !important;
    }




    .col-md-4as {
        flex: 0 0 48.333333% !important;
        max-width: 48.333333% !important;
    }

    .blog-page-sec ul.tabs {
        margin: 45px 0 45px 0 !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 6px !important;
        font-size: 23.14px !important;
        margin: 6px 8px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 24px !important;
        margin-right: 10px !important;
        display: block;
        margin: 0 6px 6px 0;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 20px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 17.645px !important;
        line-height: 28px !important;
    }

    .blog-page-sec .tab-content.current .btns {
        margin: 5px 2px 15px 0 !important;
    }




    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 24px !important;
    }

    .btn-back-eventsa a {
        font-size: 15.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 23px !important;
        padding-right: 7px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 20.509px !important;
        padding: 12px 0 5px !important;
    }

    .event-details-sec .main-detasi-event .eventDetailImg {
        width: 100%;
        object-fit: cover;
        height: 300px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 17.439px !important;
        line-height: 28.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 26.158px !important;
        line-height: 41.878px !important;
    }

    .event-details-sec .sub-event-2 img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }

    .event-details-sec .text-details {
        font-size: 17.439px !important;
        line-height: 28.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }


    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 44px !important;
    }

    .event-page .inner-events-es p {
        font-size: 16.645px !important;
        padding-top: 0.4rem !important;
        line-height: 25px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        line-height: 23px !important;
        margin-right: 9px !important;
    }

    .customNavigation .prev img {
        width: 11px !important;
    }

    .customNavigation .next img {
        width: 11px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        line-height: 23px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 22px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 20px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 16.645px !important;
        line-height: 22px !important;
    }

    .sub-event .iner-sub-events {
        padding: 10px 9px !important;
        text-align: left;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .event-page .customNavigation {
        position: absolute;
        top: 52% !important;
        right: 84px !important;
    }

    .sub-event .col-md-4s {
        flex: 0 0 49.333333%;
        max-width: 49.333333%;
    }

    .event-page h4 {
        font-size: 22px !important;
        line-height: 29px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 9px 23px 42px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 18px;
        padding-bottom: 11px;
    }

    .caption h4 {
        padding-left: 0 !important;
        font-size: 19px !important;
        line-height: 23px !important;
    }

    .faq-drawer__content-wrapper {
        padding: 11px 9px;
    }


    /*testimonial*/
    .img_tes {
        display: none;
    }

    .inner_content_sec h4 {
        font-size: 19px;
    }

    .inner_content_sec h5 {
        font-size: 13.193px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 20px !important;
        line-height: 31px;
        padding-left: 32px;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-image: none;
        padding: 0;
    }

    .iner-img_secs {
        padding: 32px 31px;
        background-size: contain;
        margin-bottom: 35px;
    }

    .slick-initialized .slick-slide {
        width: 18% !important;
        margin: 13px;
    }

    .my-slider {
        padding: 0 10px;
    }

    /*
    .slick-slide {
        width: 19%!important;
    } */
    .wrapper {
        padding: 11px 36px 17px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 28px;
        margin-left: 25px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 32% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 16px;
        padding: 13px 0px;
        line-height: 24px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 255px;
        margin-bottom: 81px;
    }

    .user-content {
        padding-left: 14px;
        margin-top: 20px;
    }

    .inner-content-wl .owl-item .item .user-content h5 {
        font-size: 16px;
    }

    .love-us {
        font-size: 23px;
    }

    .slick-next {
        right: auto !important;
        left: 52% !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        font-size: 35px !important;
        height: 30px;
        width: 30px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        line-height: 18px !important;
    }

    .inner-content-wl .owl-item .item .user-img img {
        padding-right: 0;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .inner-content-wl .owl-item .item img {
        width: 71px;
        padding-right: 10px;
    }

    .inner-content-wl .owl-item .item h3 {
        display: flex;
        font-size: 22px;
    }

    .width_100px {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slick-next,
    .slick-prev {
        margin-bottom: 30px;
        margin-top: 12px;
    }

    /*testimonial*/

    /*offering-page*/
    .iner0-offers h3 {
        font-size: 22.627px;
        padding-top: 15px;
    }

    .iner0-offers2 h3 {
        font-size: 22.627px;
        padding-top: 13px;

    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 15.657px;
    }

    img.icons-1 {
        top: 201px;
        margin-top: 0%;
        left: 11px;
        width: 7%;
    }

    .mobile-common {
        width: 175px;
    }

    .inner-offer {
        padding: 13px 17px;
        margin-top: 0;
    }

    .iner0-offers2 p {
        font-size: 15.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 15.657px;
        padding-bottom: 10px;
        line-height: 26px;
        font-weight: 500;
    }

    .iner0-offers2 ul li img {
        padding-right: 6px;
        width: 16%;
        padding-top: 4px;
    }

    .offering-sec h4.mar-top {
        margin-top: 62px;
        padding-bottom: 41px;
    }

    .offering-sec h4 {
        font-size: 20px;
        padding-bottom: 41px;
        margin: 20px 0 31px;
    }

    img.icons-2 {
        top: 195px;
        width: 11%;
        right: 11px;
    }

    .iner0-offers2 {
        padding: 22px 10px;
        margin: -55px 0;
    }

    .iner0-offers ul li img {
        padding-right: 10px;
        width: 17%;
        padding-top: 4px;
    }

    img.icons-7 {
        display: none;
    }

    img.icons-5 {
        display: none;
    }

    img.icons-6 {
        display: none;
    }

    img.icons-8 {
        display: none;
    }

    img.icons-3 {
        display: none;
    }

    .width-992 {
        flex: 0 0 48.666667% !important;
        max-width: 48.666667% !important;
        margin: auto;
    }

    img.icons-4 {
        display: none;
    }

    img.padding-right {
        width: 9%;
    }

    .inner-offer .col-md-1 {
        display: none;
    }

    .col-100 {
        flex: 0 0 98.666667% !important;
        max-width: 98.666667% !important;
        margin: auto;
    }

    footer .padding-right {
        padding-right: 8px;
    }

    /*offering-page*/


    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 24px 14px !important;
    }

    .faq-drawer__title {
        font-size: 18.724px !important;
        padding: 17px 19px !important;
    }

    .faq-drawer__content {
        padding: 23px 20px !important;
    }

    .faq-drawer__content h4 {
        font-size: 20px !important;
    }

    .faq-drawer__content p {
        font-size: 17.043px !important;
        width: 100% !important;
        line-height: 28px !important;
    }

    .sc-1 {
        top: 160px !important;
        width: 28%;
    }

    img.sc-2 {
        top: 108px !important;
        width: 26%;
    }

    .faq-drawer__title::after {
        height: 13px !important;
        top: 13px !important;
        width: 13px !important;
    }

    /*faqs*/



    /*Team page*/
    .testimonila-carousel_testng {
        padding: 141px 0 122px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 28px !important;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 22px !important;
        padding-top: 6px;
    }

    #tsum-tabs label {
        PADDING: 11PX 10PX !important;
        MARGIN: 12PX 5PX !important;
    }

    .inner-eam img {
        width: 100%;
        height: auto;
    }

    .inner-eam .team-sub h4 {
        width: auto !important;
        height: 29px !important;
        font-size: 13px !important;
        padding: 8px 12px !important;
        line-height: 11px !important;
    }

    #tsum-tabs label {
        font-size: 19.229px !important;
    }

    .teamProfile {
        width: 99% !important;
        font-size: 15px;
    }

    .p_teams {
        font-size: 21.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: -11px !important;
        bottom: 66.5%;
    } */

    /*Team page*/

    nav .logo img {
        width: 54% !important;
        margin-top: 0;
    }

    .Logo-2q img {
        padding-top: 8px !important;
    }

    nav .logo {
        width: 59%;
    }

    .sec_about-sec h1 {
        font-size: 24.577px;
        padding-bottom: 11px;
        line-height: 34px;
        padding: 0 17px;
    }




    .sec_about-sec h1 br {
        display: none;
    }

    .cls_hover {
        margin-top: 0 !important;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 20px !important;
        margin: 18px 0 0;
        font-weight: 500;
    }

    .sec_about-sec {
        padding-top: 146px;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 16.031px;
        padding: 0 20px;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 31px;
        margin-bottom: 0;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bg_innerblue .inner-content p {
        color: #0A5B57;
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 23px;
    }

    .innerimg img {
        width: 68px;
    }

    .wid {
        width: 120px !important;
    }

    .about-us-page p {
        font-size: 18px;
        line-height: 28px;

    }

    .about-us-page {
        background: #fafafc;
        padding: 10px 0 50px;
    }

    .how-work h4 {
        font-size: 31px;
        margin-bottom: 0;
    }

    .width-100-img-about3 {
        display: none;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;
        display: none;
    }

    .width-100-img-about2 {
        display: none;
    }

    .carousel-split-cell-inner-content {
        padding: 22px;
    }

    .carousel-split {
        margin: 0;
    }

    .curriculum {
        font-family: Roboto;
        font-size: 31.533px;
        margin-bottom: 10px;
    }

    .how-work {
        padding: 0px 0 80px;
    }

    .how-work p {
        font-size: 22px;

    }

    .how-work .wids {
        width: 76%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
        display: none;
    }


    .carousel-split-intro {
        padding: 12px 0 30px;
    }


    .carousel-split h3 {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .sec_about-sec img {
        width: 75%;
    }

    .rounded-2 {
        display: none;
    }

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

    .carousel-split-cell-inner ul li {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 9px;

    }

    .flickity-prev-next-button.next {
        right: 26% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* 
    .height_img {
        height: auto !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 100%;
    }

    .foundations h2 {
        font-size: 29px;
        margin-bottom: 0;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
        text-align: center;
    }

    .padding_img {
        padding-top: 22px;
        width: 79px;
    }

    .png-img-width img {
        width: 63%;
        margin-bottom: 50px;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .main-sec p {
        font-size: 17px;
        line-height: 29px;
    }

    .foundations .girl-img {
        width: 98%;
    }

    footer ul li {
        padding-top: 7px;
        padding-bottom: 10px;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 0;
        padding-bottom: 5px;
    }

    footer h5 {
        color: #000;
        font-family: Raleway;
        font-size: 23.161px;
        font-weight: 500;
        margin-top: 27px;
    }

    footer ul li a {
        font-size: 18.161px;
    }

    .inner-img {
        text-align: start;
    }

    footer .p1-foot {
        margin-top: 20px;
        font-size: 18.161px;
    }

    footer .map-img {
        border-radius: 24.4px;
        width: 100%;
        margin-top: 26px;
    }

    footer h5 {
        padding-bottom: 7px;
    }

    .copy-right h4 {
        font-size: 18.667px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }



    footer .foot-logo-img .logo-13 img {
        width: 35% !important;
    }

    .carousel-split-cell-inner-image img {
        width: 94%;
    }

    .flickity-prev-next-button.previous {
        left: 41% !important;
        background-image: url(../images/prev.png);
        background-size: contain;
    }

    .width-768 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .scrollToTopBtn img {
        width: 50px !important;
    }

    footer {
        padding: 43px 18px;
    }

    .kaboodle-foot {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        font-family: 'Raleway';
        margin-top: 5px;
        margin-left: 0px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 400px) {
    .bg_innerblue .inner-content h4 {
        padding-right: 0% !important;
    }

    .main-sec .inner-img img {
        width: 89px !important;
    }

    .blog-details-page h3 {
        font-size: 20.6px !important;
        margin-bottom: 18px !important;
    }

    .btn-back-eventsa {
        margin-top: -5px !important;
    }

    .blog-details-page {
        margin-top: 0px !important;
    }

    .blog-details-page .dates {
        font-size: 15.509px !important;
        line-height: 25.299px !important;
    }

    .blog-details-page .head-1 {
        font-size: 21.158px !important;
        line-height: 32.878px !important;
    }

    .blog-details-page p {
        font-size: 16px !important;
        line-height: 26.158px !important;
        padding-bottom: 1px !important;
    }

    .blog-details-page .blogDetailImg {
        width: 100%;
        height: 260px !important;
    }



    .blog-page-sec ul.tabs {
        margin: 28px 0 33px 0 !important;
        text-align: center !important;
    }

    .blog-page-sec ul.tabs li {
        padding: 10px 7px !important;
        font-size: 20.14px !important;
        margin: 6px 5px !important;
    }

    .blog-page-sec .tab-content.current .btns a {
        font-size: 16.16px !important;
        padding: 5px 8px !important;
        margin-right: 15px !important;
    }

    .div-sub-blog .span-dates {
        font-size: 13.726px !important;
        margin-left: 0 !important;
    }

    .blog-page-sec .div-sub-blog {
        padding: 23px 20px !important;
        text-align: left;
    }

    .blog-page-sec .tab-content img {
        height: 349px !important;
    }

    .blog-page-sec .tab-content.current h4 {
        font-size: 17.645px !important;
        line-height: 28px !important;
    }

    .blog-page-sec .tab-content.current .btns {
        margin: 5px 2px 15px 0 !important;
    }

    .testimonila-carousel_testng h2.event-detaislsa {
        font-size: 19px !important;
    }

    .btn-back-eventsa a {
        font-size: 13.855px !important;
    }

    .btn-back-eventsa i {
        font-size: 20px !important;
        padding-right: 7px !important;
    }

    .event-details-sec .main-detasi-event h5.date {
        font-size: 17.509px !important;
        padding: 6px 0 5px !important;
    }

    .event-details-sec .main-detasi-event .eventDetailImg {
        width: 100%;
        object-fit: cover;
        height: 250px !important;
    }

    .event-details-sec .main-detasi-event .trip-desc {
        font-size: 15.439px !important;
        line-height: 24.158px !important;
        padding: 6px 0 15px !important;
    }

    .event-details-sec .main-detasi-event .trip-title {
        font-size: 22.158px !important;
        line-height: 41.878px !important;
    }

    .event-details-sec .sub-event-2 img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }

    .event-details-sec .text-details {
        font-size: 15.439px !important;
        line-height: 24.158px !important;
    }

    .event-details-sec .sub-event-2 {
        margin: 16px 0px 25px !important;
        padding: 2px !important;
    }



    .event-page h4 {
        font-size: 26px !important;
        margin: 31px 0 0px 0 !important;
        padding-left: 0px !important;
        text-align: center !important;
    }

    .event-page .inner-events-es p {
        font-size: 16px !important;
        padding-top: 0.4rem !important;
        line-height: 26px !important;
    }

    .customNavigation .prev {
        background: #000;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        line-height: 22px !important;
        margin-right: 9px !important;
    }

    .customNavigation .prev img {
        width: 11px !important;
    }

    .customNavigation .next img {
        width: 11px !important;
    }

    .customNavigation .next {
        background: #000;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        line-height: 22px !important;
        margin-right: 9px !important;
    }

    .sub-event h4 {
        font-size: 22px !important;
        padding: 22px 24px !important;
    }

    .sub-event .inner-sub-events h5 {
        font-size: 19px !important;
    }

    .sub-event .inner-sub-events p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .sub-event .iner-sub-events {
        padding: 9px 15px !important;
        text-align: left;
    }

    .sub-event .inner-sub-events img {
        width: 100% !important;
        height: 380px !important;
        object-fit: cover !important;
        border-radius: 40px !important;
    }

    .event-page .customNavigation {
        position: absolute;
        top: 46% !important;
        right: 84px !important;
    }

    .sub-event .inner-sub-events {
        margin-bottom: 26px;
    }

    .event-page h4 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .event-page .inner-events-es .caption {
        padding: 9px 23px 42px !important;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 18px;
        padding-bottom: 11px;
    }

    .caption h4 {
        padding-left: 0;
        margin-top: 10px !important;
        text-align: left !important;
        font-size: 18px !important;
    }



    .scrollToTopBtn img {
        width: 40px !important;
        border-radius: 50%;
    }

    .innerimg {
        text-align: center;
    }

    .bg_innerblue .inner-content h4 br {
        display: none;
    }


    .faq-drawer__content-wrapper {
        padding: 15px 5px;
    }

    .faq-drawer__content-wrapper {
        max-height: 420px;
    }

    .cls_hover li img {
        width: 59%;
        margin: auto;
    }

    .cls_hover li {
        text-align: start;
        border-bottom: 0 !important;
    }

    /*testimonial*/
    .img_tes {
        display: none;
    }

    .inner_content_sec h4 {
        font-size: 17px;
    }

    .inner_content_sec h5 {
        font-size: 13.193px;
        text-align: left;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 {
        font-size: 18px !important;
        line-height: 25px;
        padding-left: 27px;
        padding-top: 20px;
        padding-right: 0;
    }

    .testimonila-carousel_testng .inner_testimonila-Silder h2 br {
        display: none;
    }

    .align-cente {
        align-items: center;
    }

    .inner_testimonila-Silder {
        background-image: none;
        padding: 0;
        margin: 30px 0;
    }

    .iner-img_secs {
        padding: 32px 31px;
        background-size: contain;
        margin-bottom: 35px;
    }


    .my-slider {
        padding: 0 10px;
    }

    /*
    .slick-slide {
        width: 19%!important;
    } */
    .wrapper {
        padding: 11px 12px 17px;
    }

    .inner_testimonila-Silder .div_testimonial {
        margin-top: 18px;
        margin-bottom: 28px;
        margin-left: 25px;
    }

    .align-cente {
        align-items: center;
    }

    .slick-prev {
        left: 32% !important;
    }

    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .inner-content-wl .owl-item .item h2 {
        font-size: 16px;
        padding: 13px 0px;
        line-height: 24px;
    }

    .inner-content-wl .owl-item .item {
        padding: 20px;
    }

    .inner-content-wl {
        height: 255px;
        margin-bottom: 81px;
    }

    .user-content {
        padding-left: 14px;
        margin-top: 20px;
    }

    .inner-content-wl .owl-item .item .user-content h5 {
        font-size: 16px;
    }

    .love-us {
        font-size: 19px;
    }

    .slick-next {
        right: auto !important;
        left: 52% !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        font-size: 35px !important;
        height: 30px;
        width: 30px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        line-height: 16px !important;
    }

    .inner-content-wl .owl-item .item .user-img img {
        padding-right: 0;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-dots {
        bottom: 30% !important;
        right: -95% !important;
    }

    .inner-content-wl .owl-item .item img {
        width: 66px;
        padding-right: 10px;
    }

    .inner-content-wl .owl-item .item h3 {
        display: flex;
        font-size: 20px;
    }

    .width_100px {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slick-next,
    .slick-prev {
        margin-bottom: 30px;
        margin-top: 12px;
    }

    /*testimonial*/




    /*offering-page*/
    .iner0-offers h3 {
        font-size: 18.627px;
    }

    .iner0-offers2 h3 {
        font-size: 19.627px;
        padding-top: 13px;
    }

    .offering-sec {
        margin: 22px 0;
    }

    .iner0-offers p,
    li {
        font-size: 13px;
    }

    img.icons-1 {
        display: none;
    }

    .inner-offer {
        padding: 5px 11px;
        margin-top: 0;
    }

    .iner0-offers2 p {
        font-size: 12.657px;
    }

    .iner0-offers ul li {
        padding-bottom: 11px;
    }

    .iner0-offers2 ul li {
        font-size: 13px;
        padding-bottom: 10px;
        line-height: 20px;
        font-weight: 300;
    }

    .iner0-offers2 ul li img {
        padding-right: 6px;
        width: 17%;
        padding-top: 2px;
    }

    .offering-sec h4.mar-top {
        margin-top: 65px;
        padding-bottom: 40px;
    }

    .offering-sec h4 {
        font-size: 19px;
        padding-bottom: 34px;
        margin: 20px 0 31px;
    }

    img.icons-2 {
        display: none;
    }

    .iner0-offers2 {
        padding: 17px 11px;
        margin: -44px 0;
    }

    .iner0-offers ul li img {
        padding-right: 5px;
        width: 14%;
        padding-top: 3px;
    }

    img.icons-7 {
        display: none;
    }

    img.icons-5 {
        display: none;
    }

    img.icons-6 {
        display: none;
    }

    img.icons-8 {
        display: none;
    }

    img.icons-3 {
        display: none;
    }

    .width-992 {
        flex: 0 0 97.666667% !important;
        max-width: 97.666667% !important;
        margin: auto;
    }

    img.icons-4 {
        display: none;
    }

    img.padding-right {
        width: 12%;
    }

    footer .padding-right {
        padding-right: 11px;
    }

    footer h5 {
        color: #000;
        font-family: Raleway;
        font-size: 21.161px;
        font-weight: 500;
        margin-top: 39px;
    }

    .col-100 {
        flex: 0 0 98.666667% !important;
        max-width: 98.666667% !important;
        margin: auto;
    }

    /*offering-page*/

    /*faqs*/
    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        padding: 24px 14px !important;
    }

    .faq-drawer__title {
        font-size: 15.724px !important;
        padding: 9px 14px !important;
    }

    .faq-drawer__content {
        padding: 13px 11px !important;
    }



    .faq-drawer__content p {
        font-size: 16px !important;
        width: 100% !important;
        line-height: 23px !important;
    }

    .faq-drawer__content h4 {
        font-size: 19px !important;
        line-height: 26px;
    }

    .sc-1 {
        top: 151px !important;
        width: 24%;
        left: -12px;
    }

    img.sc-2 {
        top: 114px !important;
        right: 2px;
        width: 23%;
    }

    .faq-drawer__title::after {
        height: 11px !important;
        top: 15px !important;
        width: 11px !important;
    }

    img.sc-4 {
        width: 23%;
    }

    img.sc-5 {
        position: absolute;
        bottom: -46px !important;
        right: 17% !important;
        width: 24%;
    }

    /*faqs*/



    /*Team page*/

    .grid-temp {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonila-carousel_testng {
        padding: 112px 0 50px !important;
    }

    .testimonila-carousel_testng h2 {
        font-size: 27px !important;
        margin-bottom: 0;
    }

    .testimonila-carousel_testng .p_testimonila {
        font-size: 19px !important;
        padding-top: 8px;
    }

    .mobile-common {
        width: 139px !important;
    }

    #tsum-tabs label {
        PADDING: 7PX 4PX !important;
        MARGIN: 5PX 4PX !important;
    }

    .inner-eam img {
        width: 100% !important;
        height: auto !important;
        border: 3px solid #96a196 !important;
    }

    .inner-eam .team-sub h4 {
        width: auto;
        height: 28px;
        font-size: 12px !important;
        padding: 5px 12px !important;
        line-height: 17px;
    }

    .inner-eam img {
        padding: 0px !important;
    }

    #tsum-tabs label {
        font-size: 14.229px !important;
    }

    .p_teams {
        font-size: 17.02px !important;
    }

    #tsum-tabs main {
        padding: 38px 0 0 !important;
    }


    /* .inner-eam .team-sub {
        position: absolute;
        right: -14px;
        top: 26%;
    } */

    .mobile-common {
        width: 154px !important;
    }

    .teamProfile {
        width: 100%;
        margin: auto !important;
        font-size: 14px;
        line-height: 1.2;
    }

    #tsum-tabs input:checked+label {
        padding: 6px 6px !important;
    }

    /*Team page*/





    nav .logo {
        width: 59%;
    }

    nav .logo img {
        width: 69% !important;
        margin-top: 0;
    }

    .sec_about-sec h1 {
        font-size: 24.577px;
        padding-bottom: 4px;
        line-height: 34px;
        padding-left: 19px;
    }

    .Logo-2q img {
        padding-top: 6px !important;
    }

    nav .icon-burger {
        margin-top: 0;
    }

    .sec_about-sec h1 br {
        display: none;
    }

    .cls_hover {
        margin-top: 0 !important;
        width: 212px;
        margin-right: 0;
    }

    .width-100 {
        flex: 0 0 92.333333% !important;
        max-width: 92.333333% !important;
    }

    .bg_innerblue .inner-content h4 {
        font-size: 21px !important;
        margin: 18px 0 0;
        text-align: center;
        font-weight: 500;
    }

    .sec_about-sec {
        padding-top: 116px;
        background-image: none !important;
    }

    .bg-blue_sec {
        padding: 29px 20px !important;
    }

    .green_color-bg-all {
        background-image: linear-gradient(white, 50%, #fafafc 50%) !important;
    }

    .sec_about-sec p {
        font-size: 15.031px;
        padding-left: 19px;
        margin-top: 8px;
    }

    .about-us-page h2 {
        font-family: Roboto;
        font-size: 28px;
        margin-bottom: 0;
    }

    .about-us-page p {
        padding-left: 8px !important;
    }

    .about-us-page .container-fluid {
        background-image: url(../images/banner-about.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bg_innerblue .inner-content p {
        color: #0A5B57;
        font-size: 15.031px;
        padding-bottom: 16px;
        font-weight: 500;
        text-align: center;
    }

    .innerimg img {
        width: 30% !important;
    }

    .bg_innerblue .inner-content p {
        line-height: 23px !important;
    }


    .wid {
        width: 100px !important;
    }


    .about-us-page p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }

    .about-us-page {
        background: #fafafc;
        padding: 10px 0 40px;
    }

    .how-work h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .pd-right {
        padding-right: 0;
    }

    .div_classs {
        padding: 36px 0 0;
    }


    .about-us-page p br {
        display: none;
    }

    .width-100-img-about3 {
        display: none;
    }

    .width-100-img-about1 {
        width: 100%;
        margin-left: -15px;
        display: none;
    }

    .width-100-img-about2 {
        display: none;
    }

    .carousel-split-cell-inner-content {
        padding: 0px 0px 0px 20px;
    }

    .carousel-split {
        margin: 0;
    }

    .curriculum {
        font-family: Roboto;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .how-work {
        padding: 0px 0 80px;
    }

    .how-work p {
        font-size: 19px;
    }

    .how-work .wids {
        width: 84%;
    }

    .rooundes img {
        width: 100%;
        margin-left: -16px;
        display: none;
    }

    .carousel-split-intro {
        padding: 19px 0 18px;
    }


    .carousel-split h3 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 9px;
    }

    .sec_about-sec img {
        width: 98%;
    }

    .rounded-2 {
        display: none;
    }

    .padding_img {
        padding-top: 19px;
        width: 90px;
    }


    .carousel-split-cell-inner ul li {
        font-size: 16px;
        line-height: 33px;
        padding-bottom: 9px;
        font-family: 'Roboto';
        text-align: left;
        line-height: 27px;
    }

    .flickity-prev-next-button.next {
        right: 30% !important;
    }

    .flickity-prev-next-button {
        bottom: -121px;
    }

    /* 
    .height_img {
        height: auto !important;
    } */

    .carousel-split-cell-inner div {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }

    .foundations h2 {
        font-size: 29px;
        margin-bottom: 0;
    }

    .bg_innerblue .inner-content {
        padding-left: 0px;
    }

    .bg_innerblue {
        display: block;
    }

    .png-img-width img {
        width: 74%;
        margin-bottom: 50px;
    }

    .about-us-page .align-items-center {
        align-items: start !important;
    }

    .foundations .main-sec p {
        font-size: 16px;
        line-height: 29px;
    }

    .png-img-width img {
        text-align: center;
    }

    .foundations .girl-img {
        width: 98%;
    }

    .foundations {
        padding: 120px 0 40px;
    }

    footer ul li {
        padding-top: 16px;
        padding-bottom: 0px;
    }

    .common-footse ul li {
        list-style-type: none;
        padding-left: 9px;
        padding-bottom: 7px;
        border-bottom: 1px dashed #00000057;
    }

    footer ul li a {
        font-size: 18.161px;
    }

    .inner-img {
        text-align: start;
        padding-left: 0;
        width: 78px;
    }

    footer .p1-foot {
        font-size: 15.161px;
    }

    footer .map-img {
        border-radius: 24.4px;
        width: 100%;
        margin-top: 26px;
    }

    footer h5 {
        padding-bottom: 7px;
    }

    .copy-right h4 {
        font-size: 18.667px;
    }

    .foundations .main-sec {
        display: flex;
        align-items: baseline;
    }

    footer .p1-foot {
        font-size: 16.161px;
        margin-top: 26px;
    }

    footer .foot-logo-img .logo-13 img {
        width: 44%;
    }

    .carousel-split-cell-inner-image img {
        width: 79% !important;
        object-fit: contain;
    }

    .logo-2-foot img {
        width: 83px !important;
    }

    .carousel-split-cell-inner-image .width-66 {
        width: 57% !important;
    }

    .Logo-2q img {
        padding-top: 8px !important;
    }



    .carousel-split-cell-inner-image .wid-100s {
        width: 79% !important
    }

    .inner-offer .col-md-5 {
        flex: 0 0 48.666667% !important;
        max-width: 48.666667% !important;
        margin: auto;
        padding: 0 8px;
    }

    .inner-offer .col-md-1 {
        display: none;
    }

    .flickity-prev-next-button.previous {
        left: 33% !important;
        background-image: url(../images/prev.png);
        background-size: contain;
    }

    .width-768 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    footer {
        padding: 43px 18px;
    }
}

.event-page .customNavigation {
    position: absolute;
    top: 64%;
    right: 67px;
    z-index: 1;
    display: none;
}

/* {
    .slick-initialized .slick-slide {
        width: 18%!important;
        margin: 13px;
    }
} */

.scrollToTopBtn img {
    width: 65px;
    border-radius: 50%;
}

.coing {
    margin: 250px 0 150px;
    text-align: center;
    font-size: 45px;
}

.scrollToTopBtn {
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 11px;
    z-index: 99;
    opacity: 1;
    transform: translateY(100px);
    transition: all .5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}

.scrollToTopBtn img {
    width: 68px;
}


/*blog page*/
.blog-page-sec ul.tabs {
    margin: 57px 0 57px 0;
    padding: 0px;
    list-style: none;
    text-align: left;
    width: 12%;
}

.blog-page-sec ul.tabs li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    font-family: Raleway;
    font-size: 31.14px;
    font-style: normal;
    font-weight: 400;
    margin: 6px 18px;
    line-height: normal;
}

.blog-sec-iner a {
    text-decoration: none;
}

.blog-sec-iner a:hover {
    text-decoration: none;
}

.blog-page-sec ul.tabs li.current {
    color: #FF6100;
    font-family: Raleway;
    font-size: 31.14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.blog-page-sec .tab-content {
    display: none;
}

.blog-page-sec .tab-content img {
    width: 100%;
    border-radius: 40px;
    /* height: 320px; */
    /* object-fit: cover; */
}

.blog-page-sec .tab-content.current {
    display: inherit;

}

.blog-page-sec .blog-sec-iner {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 10px 70px -20px rgba(118, 118, 118, 0.25);
}

.blog-page-sec .tab-content.current .btns a {
    color: #000;
    font-family: Raleway;
    font-size: 17.16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 6px 11px;
    text-decoration: none;
    margin-right: 15px;
}

.blog-page-sec .tab-content.current .btns {
    margin: 5px 0 20px 0;
    line-height: 45px;
}

.blog-page-sec .div-sub-blog {
    padding: 32px 17px;
    text-align: left;
}

.blog-page-sec .tab-content.current h4 {
    color: #000;
    font-family: Raleway;
    font-size: 20.645px;
    font-style: normal;
    line-height: 33px;
    font-weight: 600;
}

.blog-sec-iner {
    margin-bottom: 45px;
}

/*blog-details*/
.blog-details-page h3 {
    color: #000;
    font-size: 30.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}


.blog-details-page .blogDetailImg {
    width: 100%;
    /* height: 300px;
    object-fit: cover; */
    margin: 0 0 34px;
}

.blog-details-page .dates {
    color: #6941C6;
    font-family: Quicksand;
    font-size: 22.509px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.299px;
}

.blog-details-page .head-1 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 34.158px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.878px;
    margin: 1rem 0 1rem 0;
}

.blog-details-page p {
    color: #667085;
    font-family: Quicksand;
    font-size: 21.439px;
    font-weight: 600;
    line-height: 33.158px;
    padding-bottom: 1px;
}

/*event-page*/

.event-page h4 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 7px 0 1px 0;
    text-align: left;
    padding-left: 42px;
}

.caption h4 {
    padding-left: 0;
}

.event-page .card-slider h5.card-title {
    color: #000;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
    text-align: left;
}

.event-page .inner-events-es .caption {
    padding: 24px 41px 48px;
}

.event-page .inner-events-es .caption-desc {
    color: #535353;
    font-family: Raleway;
    font-size: 19px;
    font-style: normal;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.div-sub-blog .span-dates {
    color: #7C7C7C;

    font-family: Raleway;
    font-size: 17.726px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-page .owl-theme .owl-controls {
    display: none !important;
}

.sub-event a {
    text-decoration: none;
}

.btn-back-eventsa a {
    color: #000;
    font-family: Inter;
    font-size: 21.855px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.btn-back-eventsa i {
    font-size: 39px;
    padding-right: 14px;
}

.btn-back-eventsa a:hover {
    text-decoration: none;
    color: #000;
}

.btn-back-eventsa {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sub-event a:hover {
    text-decoration: none;
}

.inner-events-es a {
    text-decoration: none;
}

.inner-events-es a:hover {
    text-decoration: none;
}

.event-page .inner-events-es {
    border-radius: 40px;
    background: #FFF;
    border: none;
    margin-bottom: 51px;
    box-shadow: 0px 10px 70px -20px rgba(118, 118, 118, 0.25);
    margin: 40px;
}

.event-page .inner-events-es img {
    display: block;
    height: 400px;
    object-fit: cover;
    border-radius: 40px;
    width: 100%;
}

.customNavigation .prev img {
    width: 16px;
}

.customNavigation .next img {
    width: 16px;

}

.customNavigation .prev {
    background: #000;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 3px;
    padding: 0;
}

.customNavigation .next {
    background: #000;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 3px;
    padding: 0;
}

.sub-event h4 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    text-align: left;
    padding: 22px 24px;
}

.sub-event .inner-sub-events h5 {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 0;
    line-height: normal;
    margin-bottom: 0;
}

.sub-event .inner-sub-events p {
    color: #6C6C6C;
    font-family: Raleway;
    font-size: 19.645px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.main-detasi-event .event-details-p {
    color: #667085;
    font-family: Quicksand;
    font-size: 22.439px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.158px;
    text-align: left;
    padding: 4px 0 15px;
}

/* .dropdown-content .span-alls{
    background-color: #ff7b0e;
    color: #000;
    padding: 6px 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
} */

.sub-event .inner-sub-events img {
    width: 100%;
    /* height: 429px;
    object-fit: cover; */
    border-radius: 40px;
}

.sub-event .inner-sub-events {
    border-radius: 40px;
    margin-bottom: 51px;
    margin-left: 9px;
    margin-right: 10px;
    background: #FFF;
    box-shadow: 0px 10px 70px -20px rgba(118, 118, 118, 0.25);
}

.sub-event .iner-sub-events {
    padding: 26px 29px;
    text-align: left;
}

.latest-blog-posts {
    position: relative;
}



/*event-details*/

.event-details-sec h2 {
    color: #000;
    font-family: Inter;
    font-size: 34.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0 25px;
    text-align: left;
}

.event-details-sec .main-detasi-event .eventDetailImg {
    width: 100%;
    /* object-fit: cover;
    height: 450px; */
}

.event-details-sec .main-detasi-event h5.date {
    color: #6941C6;
    font-family: Quicksand;
    font-size: 25.509px;
    font-style: normal;
    font-weight: 600;
    padding: 35px 0 20px;
    text-align: left;
    line-height: 39.299px;
}

.event-details-sec .main-detasi-event .trip-title {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 38.158px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: 62.878px;
}


.event-details-sec .main-detasi-event .trip-desc {
    color: #667085;
    font-family: Quicksand;
    font-size: 25.439px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.158px;
    text-align: left;
    padding: 17px 0 15px;
}

.event-details-sec .sub-event-2 img {
    width: 100%;
    height: 277px;
    object-fit: cover;
}

.event-details-sec .sub-event-2 {
    margin: 40px 0px;
    padding: 15px;
}

.event-details-sec .text-details {
    color: #667085;
    font-family: Quicksand;
    font-size: 25.439px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.158px;
    text-align: left;
}

span.for {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
}

.d_flex {
    display: flex;
    padding: 22px 17px;
}

.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: underline;
    font-size: 17px;
}

.dropdown-content a:hover {
    color: #FF6100;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.blog-page-sec ul.tabs-1:hover .dropdown-content {
    display: block !important;
}


.slick-slide .iner-img_secs img {
    width: 431px;
    height: 304px;
    object-fit: cover;
}


/* abhishek css */

.inner-sub-events .pastEventVideo {

    border-radius: 40px;
    object-fit: cover;

    width: 100%;
    height: 429px;

}

.inner-sub-events .upcomingEventVideo {

    border-radius: 40px;

    width: 100%;
    height: 400px;

}

.main-detasi-event .eventDetailVido {

    width: 100%;
    height: 450px;
    object-fit: cover;
}

.home-demo .testimonialVideo {
    border-radius: 40px;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.inner_testimonila-Silder .testimonialVideoForSlider {

    border-radius: 40px;
    object-fit: cover;

    width: 431px;
    height: 304px;
}

/* end abhishek css */

.nomemfound {
    font-size: 16px;
    color: #6F6C90;
    font-family: 'Raleway';
    font-weight: 400;
    text-align: center;
}

@media(max-width:399px) {
    .teamProfile {
        -webkit-line-clamp: 14;
    }
}

@media screen and (max-width: 200px) {
    .inner-eam .team-sub h4 {
        width: auto;
        height: 25px;
        font-size: 9px !important;
        padding: 2px 9px !important;
        line-height: 20px;

    }

    /* .inner-eam .team-sub {
        position: absolute;
        right: -19px;
        top: 11%;
    } */
}

@media only screen and (min-width:1100px) and (max-width:1234px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 50% !important;
        transform: translateX(15px) !important;
    }
}

@media only screen and (min-width:1000px) and (max-width:1099px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 53% !important;
        transform: translateX(15px) !important;
    }
}

@media only screen and (min-width:800px) and (max-width:999px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 61% !important;
        transform: translateX(15px) !important;
    }
}

@media only screen and (min-width:700px) and (max-width:799px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 54% !important;
        transform: translateX(-31px) !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 110px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:600px) and (max-width:699px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 54% !important;
        transform: translateX(0px) !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 100px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:500px) and (max-width:599px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 58.5% !important;
        transform: translateX(-9px) !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 100px !important;
        width: auto !important;
    }
}

@media only screen and (min-width:400px) and (max-width:499px) {
    .inner-eam .team-sub {
        position: absolute;
        right: 0;
        bottom: 64% !important;
        transform: translateX(-9px) !important;
    }

    .inner-eam .team-sub h4 {
        min-width: 100px !important;
        width: auto !important;
    }
}


@media(max-width:440px) {
    .teamProfile {
        width: 100% !important;
    }

    .teamProfile {
        -webkit-line-clamp: 14;
    }
}

@media(max-width:600px) {
    .teamProfile {
        font-size: 13px !important;
    }
}

@media(max-width:399px) {
    .teamProfile {
        font-size: 13px !important;
    }
}

@media only screen and (min-width:1600px) and (max-width:1920px) {
    .height_img {
        width: 80% !important;
    }

    .carousel-split-cell-inner-image {
        text-align: center !important;
    }

    .inner-eam .team-sub h4 {
        width: auto !important;
        height: 46px;
        min-width: 167px !important;
        font-size: 17px !important;
        padding: 12px !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {

    .inner-eam .team-sub h4 {
        width: auto !important;
        min-width: 167px !important;

    }
}