.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
    font-family: 'Rubik'
}
html {
  scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}

.pageCourse_wrapper {
    max-width: 866px;
}

.pageCourse_wrapper>div {
    padding: 20px 0px;
}

._innerPageContainer ul {
    margin-left: 0px
}

.top_title {
    margin-bottom: 20px;
    ;
}

.title_h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    font-family: "Merriweather", serif;
    color: #000;
}

.top_title p {
    color: rgba(68, 68, 64, 1);
    font-size: 14px;
    line-height: 24px;
}

.testimonial-wrapper {
    background: none;
    padding: 0px;
}

.testimonial-wrapper .test-item {
    padding: 0;
    margin-bottom: 0px;
}

.testimonial-wrapper .test-item .thumb {
    display: flex;
    margin-bottom: 10px;
}

.test-item .des {
    text-align: left;
    padding: 0;
}

.test-item .des .name {
    font-size: 20px;
    line-height: 32px;
    font-family: Merriweather;
    color: #000;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.key_object {}

.keys_ul {
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.keys_ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(68, 68, 64, 1);
}

.exit-level {}

.outcomes_box {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.ob_inner {
    width: 212px;
    height: 190px;
    background-color: rgba(247, 249, 250, 1);
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    flex-shrink: 0;
}
.top_recuiters,.success{display: none;}
.outcomes_box::-webkit-scrollbar,
.recruiters_comp::-webkit-scrollbar,
.anchors_card_wrapper::-webkit-scrollbar,
.image_slider::-webkit-scrollbar,.stories_box_wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ob_inner svg {
    margin-bottom: 20px;
}

.ob_inner span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.wha_inner {
    display: flex;
}

.whoShouldAttend ul {
    padding-right: 10px;
}

.keys_ul img {
    width: 100%;
}

.whoShouldAttend ul:last-child {
    max-width: 258px;
}

.program_structure_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ps_box {
    width: calc(33.33% - 20px);
    padding: 10px;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 12px;
}

.modue_detail {
    margin-bottom: 15px;
}

.ps_box p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    margin: 0;
}

.modue_detail span {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.tick {
    width: 20px;
    height: 20px;
    background: rgba(207, 31, 37, 1);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
}

.tick svg {}

.roles_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.roles_detail {
    border: 1px solid rgba(231, 231, 231, 1);
    background-color: rgba(251, 251, 251, 1);
    border-radius: 12px;
    padding: 16px;
    display: inline-block;
}

.roles_detail svg {
    margin-right: 8px;
    vertical-align: top;
}

.roles_detail span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}

.batch_date {
    background: rgba(247, 249, 250, 1);
    display: flex;
    align-items: center;
}

.btch_dateBox {
    background-color: rgba(207, 31, 37, 1);
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
    color: #fff;
    margin-right: 15px;
}

.btch_dateBox img {
    margin-bottom: 15px;
}

.btch_dateBox span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.batch_date p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.program_detail_ul {
    border-radius: 10px;
    padding-left: 0px;
    overflow: hidden;
}

.program_detail_ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    min-height: 56px;
}

.program_detail_ul li:first-child {
    background-color: rgba(236, 240, 243, 1);
}

.program_detail_ul li span {
    font-size: 14px;
    font-weight: 400;
    width: 50%;
}

.program_detail_ul li span:last-child {
    font-size: 16px;
    font-weight: 600;
}

.program_detail_ul li:nth-child(3) {
    background-color: rgba(247, 249, 250, 1);
}

.career_pathway {}

.career_pathway p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.career_pathway p span {
    font-weight: 600;
}

.advantage_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 36px;
}

.advtg_box {
    padding: 20px 18px;
    border-radius: 12px;
    background-color: rgba(247, 249, 250, 1);
    width: calc(50% - 18px);
}

.advtg_box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.advtg_box p {
    margin: 0;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.recruiters_comp {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
}

.recruiters_comp img {
    max-width: 121px
}

.stories_box_wrapper {
    display: flex;
    gap: 22px;
    overflow-x: auto;
}

.stories_box {
    padding: 20px 18px;
    border-radius: 12px;
    background-color: rgba(247, 249, 250, 1);
    flex: 1 0 270px;
}

.story_profile_detial {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 12px 0px;
}

.story_prof {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.story_prof img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prof_name {}

.prof_name span {
    display: block;
}

.prof_name span:first-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(103, 100, 106, 1);
}

.prof_name span:last-child {
    font-size: 10px;
    font-weight: 500;
    color: rgba(65, 61, 69, 1);
    letter-spacing: -0.11px;
    line-height: 14px;
}

.story_box {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 12px;
    background-image: url(./img/quots.png);
    background-repeat: no-repeat;
}

.anchors_card_wrapper {
    display: flex;
    gap: 30px;
    overflow-x: auto;
}

.anchors_detail {
    background-color: rgba(207, 31, 37, 1);
    border-radius: 7px;
    padding: 25px 20px 20px;
    width: 238px;
    position: relative;
    flex-shrink: 0;
}

.comp_logo {
    position: absolute;
    left: 3px;
    top: 3px;
}

.comp_logo img {}

.anchor_img {
    margin-bottom: 20px;
}

.anchor_img img {
    width: 100%;
}

.anch_detail {}

.anch_detail h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.anch_detail span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: .5;
}

.image_slider {
    display: flex;
    gap: 30px;
    /* overflow-x: auto; */
}

.image_box {
    width: 330px;
    cursor: pointer;
    flex-shrink: 0;
}

.image_slider img {
    margin-bottom: 10px;
    width: 100%;
	height: 230px;
    object-fit: contain;
    background: #000;
}

.image_slider span {
    font-size: 19px;
    line-height: 30px;
    font-weight: 900;
    font-family: "Merriweather";
}

.brochure {
    text-align: center;
}

.brochure button {
    background-color: rgba(207, 31, 37, 1);
    border-radius: 12px;
    padding: 23px 50px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-weight: 700;
    cursor: pointer;
}

.brochure button img {
    vertical-align: middle;
    margin-right: 8px;
}

/* //////gallarycss/// */
.gallery_popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    z-index: 10;
}

.gallary_popupArea {
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    width: 100%;
}

.gallery-container {
    max-width: 900px;
    padding: 50px 0px;
    overflow: hidden;
    margin: 0 auto;

}

.gallery-header {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    background: #222;
    padding: 22px;
}

.slider {
    position: relative;
    background: #000;
    text-align: center;
}

.slider-image {
    width: 100%;
    max-height: 400px;
    min-height: 240px;
    object-fit: cover;
    background: #222;
    display: block;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(30, 30, 30, 0.6);
    font-size: 2.8rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow.left {
    left: 16px;
}

.arrow.right {
    right: 16px;
}

.slider-caption {
    color: #fff;
    text-align: left;
    padding: 20px 0px 0px;
    border-bottom: 1px solid rgba(68, 68, 68, 1);
    margin-bottom: 20px;
}

.slider-caption h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 4px;
    margin-top: 0px;
}

.slider-caption p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0px;
}

.thumbnail-bar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.thumbnail {
    width: 95px;
    height: 95px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    background: #222;
    transition: border 0.2s, filter 0.3s;
    filter: brightness(.88);
}

.thumbnail.active {
    border: 2px solid #fff;
    filter: brightness(1.1);
}

.closeBtn {
    border: none;
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.slide_count {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px 0px 0px 0px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.slide_count span {
    font-weight: 700;
}

.swiper-pagination-bullet {
    box-shadow: none;
    width:10px;
    height:10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(252, 59, 67, 1);
    box-shadow: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    color: white !important;
    background: #000 url(https://akm-img-a-in.tosshub.com/sites/itmi/resources-alpha/images/arrow.png) no-repeat 10px center !important;
    height: 30px;
}
.swiper-button-prev{transform: translateY(-50%) rotate(-180deg);left: -13px;}
.swiper-button-next{transform: translateY(-50%) rotate(0deg);right: 0px;}
.swiper-container{position: static;}
.testimonial-wrapper{position: relative;}
.testimonial-wrapper .swiper-pagination {
    bottom: -40px;
}
.pageCourse_wrapper .course_video{
    margin-bottom: 40px;
    padding-bottom: 40px;
}
._footer_links .swiper-button-prev,._footer_links .swiper-button-next{display: none;}
.images_gallery{position: relative;}
.images-testimonial-wrapper{position: relative;
    margin-bottom: 60px;}
.images-testimonial-wrapper .swiper-pagination{bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;}

@media(max-width:1200px) {
    .title_h2 {
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .pageCourse_wrapper>div {
        padding: 20px 0px;
    }

    .stories_box {
        padding: 15px 12px;
    }
        .gallery_popup {
            height: 100%;
        }

        .gallary_popupArea {
            padding: 0px 20px;
        }

        .ob_inner {
            height: auto;
        }

        .story_prof {
            flex-shrink: 0;
        }

        .roles_list {
            gap: 20px
        }
    }
@media (max-width:1100px){
	.image_slider img{height: 174px;}
}
@media (max-width:1000px){
	.image_slider img{height: 210px;}
}
    @media (max-width:767px) {
        .keys_ul img{display: none;}
        .swiper-button-next, .swiper-button-prev{display: none;} 
        /* .testimonial-wrapper .swiper-pagination{display: none;} */
        .pageCourse_wrapper .course_video{margin-bottom: 20px;padding-bottom: 20px;}
        .success {
            overflow-x: auto;
        }

        .stories_box {
            flex-shrink: 0;
            flex:0 0 270px;
            padding: 20px 18px;
        }

        .title_h2 {
            font-size: 22px;
            line-height: 26px;
        }

        .roles_detail span br {
            display: none;
        }

        .roles_detail {
            display: flex;
            align-items: flex-start;
        }

        .top_title p {
            line-height: 22px;
        }

        .wha_inner {
            flex-direction: column-reverse;
        }

        .whoShouldAttend ul:last-child {
            margin: 0 auto;
        }

        .keys_ul li {
            margin-bottom: 0px;
        }

        .ps_box {
            width: 100%
        }

        .program_structure_inner {
            gap: 10px;
        }

        .roles_detail {
            width: 100%;
        }

        .roles_list {
            gap: 20px;
        }

        .batch_date {
            flex-direction: column;
            padding: 10px;
        }

        .btch_dateBox {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }

        .batch_date p {
            margin-bottom: 0px;
        }

        .career_pathway p {
            margin-bottom: 0px;
        }

        .advtg_box {
            width: 100%;
        }

        .advantage_box_wrapper {
            gap: 20px;
        }

        .image_box {
            width: 270px;
            flex-shrink: 0;
        }

        .image_slider img {
            margin-bottom: 10px;
            width: 100%;
        }

        .image_slider span {
            font-size: 18px;
            line-height: 28px;
        }

        .brochure button {
            padding: 20px 30px;
            width: 100%
        }

        .closeBtn {
            right: 10px;
            top: 10px;
        }

        .arrow {
            width: 38px;
            height: 38px;
        }

        .slider-caption {
            padding: 13px 0px 0px;
            margin-bottom: 13px;
        }

        .thumbnail {
            width: 60px;
            height: 60px;
        }

        .slider-caption h3 {
            font-size: 18px;
        }

        .slider-caption p {
            font-size: 14px;
            line-height: 20px;
        }

        ._innerPageContainer {
            text-align: left;
        }

        .main-content .row>div {
            padding: 0
        }

        .container {
            width: 100%
        }

        .test-item .des .name {
            font-size: 18px;
            line-height: 28px;
        }

        .roles_detail svg {
            margin-right: 20px;
        }
		.image_slider img{height: 178px;}
    }

    @media screen and (min-width: 767px) and (max-width: 991px) {
        .testimonial-wrapper .test-item {
            margin-bottom: 40px;
        }
    }