@font-face {
  font-family: Acumin Pro SemiCond ExtraLight;
  src: url("fonts/Acumin Pro SemiCondensed/Acumin Pro SemiCond ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Medium;
  src: url("fonts/Acumin Pro/Acumin Pro Medium.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Light;
  src: url("fonts/Acumin Pro/Acumin Pro Light.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Cond Semibold;
  src: url("fonts/Acumin Pro Condensed/Acumin Pro Cond Semibold.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Cond Medium;
  src: url("fonts/Acumin Pro Condensed/Acumin Pro Cond Medium.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro ExtraCond Semibold;
  src: url("fonts/Acumin Pro ExtraCondensed/Acumin Pro ExtraCond Semibold.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro ExtraCond Bold;
  src: url("fonts/Acumin Pro ExtraCondensed/Acumin Pro ExtraCond Bold.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro ExtraCond Light;
  src: url("fonts/Acumin Pro ExtraCondensed/Acumin Pro ExtraCond Light.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro SemiCond Semibold;
  src: url("fonts/Acumin Pro SemiCondensed/Acumin Pro SemiCond Semibold.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Cond Light;
  src: url("fonts/Acumin Pro Condensed/Acumin Pro Cond Light.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Cond ExtraLight;
  src: url("fonts/Acumin Pro Condensed/Acumin Pro Cond ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Cond Black;
  src: url("fonts/Acumin Pro Condensed/Acumin Pro Cond Black.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro ExtraLight;
  src: url("fonts/Acumin Pro/Acumin Pro ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Semibold;
  src: url("fonts/Acumin Pro/Acumin Pro Semibold.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Light;
  src: url("fonts/Acumin Pro/Acumin Pro Light.otf") format("opentype");
}
@font-face {
  font-family: Acumin Pro Medium;
  src: url("fonts/Acumin Pro/Acumin Pro Medium.otf") format("opentype");
}
 
:root {
    --one-unit: 96px;
	--small-unit: 30px;
	
}
body{ font-family: acumin-pro, sans-serif !important; color:#000;}
html {
  scroll-behavior: smooth;
}
.img-full{width:100%;}
.logo{ position:relative; z-index:2;}
.pl{padding-left:0 !important;}
.pr{padding-right:0 !important;}
.logo img{ max-width: 500px;
    margin-left: -20px;
    height: 130px;
    position: absolute;
    box-shadow: -16px 2px 15px #000;
    background: #fff;}
.location_div{ display: flex; text-align:right;align-items: flex-end; height:100%;}
.location_div_inner{margin-left: auto;
    order: 2;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    font-family: Acumin Pro SemiCond ExtraLight;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center; padding-right: 30px;}
.location_div_inner img{ max-width:20px; margin-bottom:10px;}
.border_bot{ position:relative;}
.border_bot:after{ content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #c2c2c2; }
.collaboration_text{ text-align:Center; margin-top:8px; margin-bottom:8px; font-size:18px;font-family: Acumin Pro SemiCond ExtraLight;}
.in_collaboration{margin-left: calc(var(--one-unit) * 1 - 14px);}
.banner{ background:url(../img/Final-Banner.gif) no-repeat; background-size:cover; padding:40px 0}
.banner h2{ font-size: 80px;     margin-left: 50px; 
    color: #fff;
    font-family: 'Acumin Pro ExtraCond Semibold';
    margin-top: 121px;
    line-height: 70px;
    margin-top: calc((var(--one-unit)* 1 + 26px));
    
    position: absolute;
    bottom: 0;}
span.dash-line {
    content: '';
    height: 4px;
    background: #fff;
    width: 178px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.dash-line{height: 9px;
    background: #fff; width:40px;}
span.dash-line-pink {
    content: '';
    height: 2px;
    background: #ef4136;
    width: 178px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.dash-line-pink{height: 9px;
    background: #ef4136; width:40px;}
.banner_form{ background:#ffffff6e; padding:30px; max-width:340px;} 
.banner h3{font-size: 50px;
    font-family: Acumin Pro ExtraCond Semibold;
    color: #fff; }
.in_collaboration{ margin-top:50px;}
.in_collaboration h4{ font-weight:bold; color:#fff; font-family: Acumin Pro Cond Semibold; margin-top:0; text-transform:uppercase;}
.in_collaboration img{ max-width:210px;}
.square-grid-banner{ position:relative; overflow:hidden;}
.square-grid-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-image: linear-gradient(rgba(190, 188, 189, .5) 1px, transparent 1px), linear-gradient(90deg, rgba(190, 188, 189, .5) 1px, transparent 1px);
    background-size: var(--one-unit) var(--one-unit);
    background-position: -1px -1px;
}
 
.course_section_header{ background:#000;}
.course_section_header h3.title_course{ background:#000; color:#fff;font-family: Acumin Pro SemiCond Semibold; font-size:28px; margin:0; padding:15px 0}
.course_section{ padding-bottom:0; padding-top:0;   padding-left:50px;   padding-right:50px;}
.course_section .course_content{ padding-top:0px;padding-bottom:80px; padding-right: 20px;}
.course_section h3.title_course{ background:#000; color:#fff;font-family: Acumin Pro SemiCond Semibold; font-size:32px; margin:0; padding:20px 0}
.course_section h3.title_course:before{ position:absolute; left:0; background:#000; content:''}
.course_section h4.red{color:#EF4136;}
.course_section h4.blue{color:#5926C4;}

.course_section h4{font-family: 'Acumin Pro ExtraCond Semibold';  font-size:55px;  line-height:60px; padding-top:50px; margin-bottom:0;}
.course_section p{ font-size:35px; font-family: Acumin Pro ExtraCond Light; line-height:35px; margin-bottom:0;}


	/* .featured_section .col-md-2{max-width: calc(((100%) / 12)* 2.4);  flex: 0 0 calc(((100%) / 12)* 2.4);} */


.uppercase{ text-transform:inherit;font-family: Acumin Pro Cond Light;}
.bord-right{ border-right:1px solid #d9d9d9; border-left:1px solid #d9d9d9}
.pad_left{ padding-left:0;}
 
.featured_section .featured_text{ background: #000000;
    color: #fff;
    height: 210px;
    position: relative;
    text-align: left;
    border-right: 0.5px solid #e0e0e0;
    border-bottom: 0.5px solid #e0e0e0;
    padding: 30px 10px 20px 10px;} 
.featured_section h4{font-size: 35px; text-align:left; margin-bottom:0;
    line-height: 33px; color: #fff; font-family:'Acumin Pro Cond Medium'; text-transform: uppercase;} 
.featured_section p{     font-size: 22px;
    text-align: left;
    line-height: 23px;
    color: #FFD815;
    font-family: Acumin Pro Cond Semibold;
    margin: 0;
    position: absolute;
    bottom: 20px;} 

.featured_section .container-fluid .col-md-3{ padding-left:0; padding-right:0;}
.no_one_section .no_one_gif{ width:100%;}
.pos_ab_bord{    position: absolute;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;}
.pos_ab_bord .col-4:nth-child(1){ border-right: 1px solid #e0e0e0;}
.pos_ab_bord .col-2:nth-child(2){ border-right: 1px solid #e0e0e0;}
.pos_ab_bord .col-2:nth-child(3){ border-right: 1px solid #e0e0e0;}
.pos_ab_bord .col-3{ height:100%;}
.no_one_section{ position:relative;}
.student_work_section{ position:relative; padding-top:30px; padding-bottom:30px; overflow:hidden; }  
.pos_ab_bords {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
	padding: 0px 50px;
    
}
.pos_ab_bords .col-4:first-child{
    border-left: 1px solid #e0e0e0;
}
.pos_ab_bords .col-4:last-child{
    border-right: 1px solid #e0e0e0;
}
.international {    padding-bottom: 0;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px; text-align: center; border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0; margin-top:0px}
.international .container-fluid{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0; padding-top:40px; padding-bottom:50px;}
.international .border-box{  width:190px; height:130px; border: 1px solid #e0e0e0; margin: 0 auto;}
.international .col-lg-2:nth-child(1) .border-box1{ border-left:0;}
.international .col-lg-2:nth-child(5) .border-box1{ border-right:0;}
.international  img{    width: 100%;
    height: 130px;
    object-fit: contain;
    padding: 15px 20px;}
.international .col-lg-2 {
    max-width: calc(((100%) / 12)* 2.4);
    flex: 0 0 calc(((100%) / 12)* 2.4);
}
.international h2.title_sec{text-transform: capitalize;
    color: #000; padding-bottom:20px;
    /* -webkit-text-stroke: 1px #9b9b9b; */
    /* -webkit-text-fill-color: #fff; */
    font-family: Acumin Pro ExtraCond Semibold;
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/left.webp)!important;
    background-repeat: no-repeat!important;
    background-size: 35px!important;
    outline: 0!important;
}
 
.single-slide+.secondary-nav>div {
    top: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    height: 100%;
    max-height: 576px;
    width: calc(50vw - 501px);
    z-index: 2;
    cursor: url(images/carousel-arrow-big-left.svg) 0 0, pointer;
    transform: translateX(calc(-100% + 80px))
}

.single-slide+.secondary-nav>div:last-child {
    left: auto;
    right: 0;
    transform: translateX(calc(100% - 80px));
    cursor: url(images/carousel-arrow-big-right.svg) 0 0, pointer
}
 .single-slide.owl-carousel .owl-stage-outer {
        overflow: hidden!important;
        padding-bottom: 0px
    }
    .owl-item.cloned {
        max-height: 100px
    }
    .single-slide .owl-item .grid-text-inner p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 26px
    }
    .single-slide.owl-carousel {
        padding-bottom: 49px
    }

 .video-slider.single-slide .owl-item .grid-text-inner {
        width: 100%;
        font-size: 18px;
        line-height: 1.2
    }
    .video-slider.single-slide figure {
        margin-bottom: 15px!important;
    }
    .video-slider.single-slide.owl-carousel .owl-nav {
        position: static;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
.single-slide {
    max-width: 887px;
    margin: 0 auto;
    opacity: 1!important;
    text-align: left;
    color: #000;
    font-family: acumin-pro, Sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 38px;
    width: calc(var(--one-unit) * 11)!important;
    position: relative;
}
.single-slide img {
    height: auto
}

.single-slide figure {
    position: relative;
    max-height: calc(var(--one-unit) * 6);
    overflow: hidden;
    margin-bottom: 38px!important;
    background: #fff;
    border: 1px solid #e0e0e0
}

.single-slide .video-player {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.single-slide figure iframe {
    height: 100%
}

.single-slide .item {
    height: auto!important;
    margin-bottom: 0!important
}

.single-slide.owl-carousel .owl-stage-outer {
    overflow: visible!important
}

.single-slide .owl-item:not(.active) img {
    opacity: .35
}

.single-slide .owl-item.active {
    transition: opacity 175ms ease-in .15s
}

.single-slide .owl-item:not(.active) .grid-text-inner {
    opacity: 0
}

.single-slide .owl-item .grid-text-inner {
    width: calc(100% - 96px * 2);
    transition: opacity ease .5s
}

.single-slide .owl-dots {
    display: none
}

.single-slide .owl-item.active .grid-text-inner {
    opacity: 1
}

.single-slide.owl-carousel .owl-nav {
   text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
}

.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background-image: url("../images/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    outline: 0
}

.owl-carousel .owl-nav button span {
    font-size: 0
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/right.webp")!important;
    margin-left: calc(var(--one-unit) - 75px)!important
}
.single-slide+.secondary-nav>div {
    top: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    height: 100%;
    max-height: 576px;
    width: calc(50vw - 501px);
    z-index: 2;
    cursor: url(assets/images/carousel-arrow-big-left.svg) 0 0, pointer;
    transform: translateX(calc(-100% + 80px))
}

.single-slide+.secondary-nav>div:last-child {
    left: auto;
    right: 0;
    transform: translateX(calc(100% - 80px));
    cursor: url(assets/images/carousel-arrow-big-right.svg) 0 0, pointer
}
.single-slide{ margin-top:30px;}
.admission_section .course_content{ padding-bottom:30px; }}
.admission_section ol{ padding-left:15px;}
.admission_section ul{ padding-left:20px;}
.admission_section ol li{font-family: Acumin Pro Cond Light;font-size:22px; font-family: Acumin Pro Cond Light; line-height:30px; margin-bottom:10px}
.admission_section ol li a{ color:#000; border-bottom:1px solid #ef4136;}
.admission_section ol li a:hover{ color:#000; text-decoration:none;}
.admission_section ul li{font-family: Acumin Pro Cond Light;font-size:22px; font-family: Acumin Pro Cond Light; line-height:30px; margin-bottom:10px}
.red_para{font-family: Acumin Pro Cond Light;font-size:22px; color:#ef4136; }
.placement-highlights{ margin-top:30px;}
.placement-highlights.owl-carousel .owl-item img{ max-width:100%;     border: 1px solid #e0e0e0;}
.placement-highlights .owl-nav{ text-align: center;
    position: absolute !important;
    right: 0;
    width: 250px !important;
    margin: auto;
    left: 0; margin-top: 15px;}
.success_stor{/*box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 10%);*/
    margin: 2px;
    position: relative;
    width: 100%;font-family: Acumin Pro Cond Light; background: #fff;}
.success_stor .success_stor_inter{ padding-top:10px; position:relative; height: 175px;}
.success_stor .course{position: absolute;
    bottom: 0px;
}
.success_stor h4{font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 25px;
    color: #5926c4;}
.success_stor p{ font-style: normal;
    letter-spacing: normal;
    font-size: 20px;
    line-height: 21px;
    color: #000;}
.success_stor img{ width:100%; max-width:100%;}
.placement-highlights.owl-carousel .owl-item .success_stor img{width:100%!important; max-width:100%!important;}
.success_stories_container{ max-width:100%px; margin-top:30px; margin-bottom:30px;}
.intern_plac{ display:flex;}
.intern_in{ width:48.5%; margin-right:3%;}
.place_in{width:48.5%;}

.success_stories_owl .owl-nav{    text-align: center;
    position: absolute !important;
    right: 0;
    width: 250px !important;
    margin: auto;
    left: 0;
    margin-top: 40px;}
.success_stories_owl.owl-carousel .owl-stage-outer{ width:100%;} 
.intern_plac{ margin-top:30px;}
.intern_plac h5{ color:#9e9f9f; text-transform:uppercase; font-size:18px;}
.intern_plac p{  font-size:16px;}
p.batch{ margin-bottom: 0;
    color: #9e9f9f;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
}
.apply_title{font-family: Acumin Pro SemiCond Semibold; font-size:70px; color:#000; text-transform:uppercase; text-align:right;margin-right: 20px; }
.apply_section{ padding:50px 0; position:relative;     border-top: 1px solid #e0e0e0;}
.click_apply{ background:url(../images/apply_back.png) no-repeat; color: #fff;
    text-align: center;
    width: 150px;
    height: 150px;
    background-size: cover;
    display: block;
    line-height: 33px;
    font-family: Acumin Pro Cond Light;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center; margin-top:15px; }
.click_apply span{ display:inline-block;}
.click_apply:hover{ color:#eee; text-decoration:none; opacity:0.8}
.apply_inner{ width:400px; margin:0 auto;display: flex;}
.text-carousel{
    display: inline-block!important;
    max-width: 300px;
    height: var(--one-unit);
    vertical-align: top;font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: Acumin Pro Cond Semibold;
}
.text-carousel .owl-item,
.text-carousel-2 .owl-item,
.text-carousel-3 .owl-item {
    animation-duration: .6s!important;
    animation-timing-function: cubic-bezier(.54, 0, 0, 1)!important
}
.mobile_admission_section{ display:none}
.mobile_course_section{ display:none;}
.desk_hide{ display:none;}
.pad_bot_sec{ padding-bottom:60px;}


 
.industry p{position:absolute; right:64px; bottom: 15px; margin: 0;}
.industry p a{font-family: Acumin Pro ExtraCond Bold;
    font-size: 44px;
    text-decoration: none;
    color: #fff;}
.industry-img{position:relative}
.apply_section a{font-family: Acumin Pro ExtraCond Bold;
    font-size: 60px;
    text-decoration: none;
    color: #000; text-transform:uppercase; background: #FFD815;
    padding: 0px 20px;
    width: 351px;
    text-align: center; border-radius: 8px;
    box-shadow: 2px 2px 16px #e0e0e0;} 
.apply_section img{width:40px;}
.apply_section .apply_inner{}
.student_work_section h2.title_sec {
    text-transform: capitalize;
    color: #000; 
    /* -webkit-text-stroke: 1px #9b9b9b; */
    /* -webkit-text-fill-color: #fff; */
    font-family: Acumin Pro ExtraCond Semibold;
    font-size: 60px; 
    line-height: 62px;
}
.student_work_section{padding-left:50px; padding-right:51px;}
.succss{border-top: 1px solid #e0e0e0;}
.indus{border-top: 1px solid #e0e0e0;}
 .indus .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - -30px) !important;
}
.success_stor_inter h5{font-family: 'Acumin Pro Medium';
    font-size: 20px;}
.success_stor_inter h6{font-family: 'Acumin Pro Medium';
    font-size: 15px;}
.success_stor_inter p{font-family: 'Acumin Pro Light';
    font-size: 15px; color:#424242; line-height: 17px; margin:0;}
.success_stor_inter .name{margin-bottom:30px;}


.succss .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - -50px) !important;
}
.footer_section{padding-left: 50px; 
    padding-top: 30px;
    padding-right: 50px;
    border-top: 1px solid #e0e0e0; 
      position:relative;}
.footer_section img{width:270px;}
.footer_section .p1{font-family: 'Acumin Pro Medium';
    font-size: 25px;
    margin-top: -10px;
    margin-bottom: 82px;}
.footer_section .p2 {
    font-family: 'Acumin Pro Medium';
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 4px;
    line-height: 25px;
    color: #a9a9a9;
}
.pos_ab_bordss {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    padding: 0px 50px;
}
.pos_ab_bordss .col-4{
    border-left: 1px solid #e0e0e0;
} 
.pos_ab_bordss .col-4:last-child {
    border-right: 1px solid #e0e0e0;
}
.testi_section{position: relative;
    padding-left: 50px;
    padding-right: 50px;
    background: #000;
    padding-top: 50px;
    padding-bottom: 75px;
}
.pos_ab_bords_testi {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto; 
    padding: 0px 50px;
    z-index: 999;
}
.pos_ab_bords_testi .col-4:first-child {
    border-left: 1px solid #e0e0e0;
}
.pos_ab_bords_testi .col-4:last-child {
    border-right: 1px solid #e0e0e0;
}
.pos_ab_bords_1 {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto; 
    padding: 0px 50px;
    z-index: 999;
}
.pos_ab_bords_1 .col-4:first-child {
    border-left: 1px solid #e0e0e0;
}
.pos_ab_bords_1 .col-4:last-child {
    border-right: 1px solid #e0e0e0;
}
.industry{position:relative; border-top: 1px solid #e0e0e0;}
.testi_mob .owl-nav {
        text-align: center;
        position: absolute !important;
        right: 0;
        width: 140px !important;
        margin: auto;
        left: 0;
        margin-left: 84px;
        margin-top: 30px;
    }
	.success_stor_inter1 h5 {
        font-family: Acumin Pro Light; padding-bottom: 15px;
        font-size: 25px;
        color: #fff;
        line-height: 32px;
        margin: 0;
    }
	.success_stor_inter1 h6 {
        font-family: Acumin Pro Semibold;
        font-size: 20px;
        color: #FFD815;
        line-height: 28px;
        margin: 0;
    }
	.success_stor_inter1 p {
        font-family: Acumin Pro Semibold;
        font-size: 18px;
        color: #FFD815;
        line-height: 26px;
        margin: 0;
    }
	.success_stor_inter1 {
    padding-left: 70px;
    margin-top: -6px;
}
	.testi_mob .line-img{position: absolute;
    top: 60px;}
	.testi_owl{padding: 0px 0px;}
	.testi_mob{position:relative; padding-left:50px; padding-right:50px; background:#000; padding-top: 50px;
        padding-bottom: 50px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
        z-index: 999;}
	.testi_mob .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 115px;
} 
.testi_mob .owl-nav {
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 250px !important;
    margin: auto;
    left: 0;
    margin-top: 15px;
}
.testi_mob .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - -30px) !important;
}
@media only screen and (max-width:767px){
	.heading h2.title_sec {
        text-transform: capitalize;
        color: #000;
        padding-bottom: 0px;
        font-size: 25px;
        line-height: 30px;
        text-align: left; font-family: Acumin Pro ExtraCond Semibold; margin:0;
    }
	.testi_mob .owl-nav {
        text-align: center;
        position: absolute !important;
        right: 0;
        width: 140px !important;
        margin: auto;
        left: 0;
        margin-left: 84px;
        margin-top: 30px;
    }
	.success_stor_inter1 h5 {
        font-family: Acumin Pro ExtraLight; padding-bottom: 15px;
        font-size: 20px;
        color: #fff;
        line-height: 28px;
        margin: 0;
    }
	.success_stor_inter1 h6 {
        font-family: Acumin Pro Semibold;
        font-size: 12px;
        color: #FFD815;
        line-height: 18px;
        margin: 0;
    }
	.success_stor_inter1 p {
        font-family: Acumin Pro Semibold;
        font-size: 9px;
        color: #FFD815;
        line-height: 12px;
        margin: 0;
    }
	.success_stor_inter1{padding-left:20px; margin-top: 0px;}
	.testi_mob .line-img{position: absolute;
    top: 16px;}
	.testi_owl{padding: 0px 17px;}
	.testi_mob{position:relative; padding-left:30px; padding-right:30px; background:#000; padding-top: 50px;
        padding-bottom: 80px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
        z-index: 999;}
	.testi_mob .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 33px;
}
	.footer_section {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.pos_ab_bordss { 
    padding: 0px 30px;
}
.footer_section img {
    width: 85px;
}
.footer_section .p1 {
    font-family: 'Acumin Pro Medium';
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: 38px;
}
.footer_section .p2 {
        font-family: 'Acumin Pro Medium';
        font-size: 5px;
        margin: 0;
        position: relative;
        top: 2px;
        line-height: 7px;
        color: #A9A9A9;
    }
.pos_ab_bordss .col-4:last-child{
    border-left: 0px solid #e0e0e0;
}
	.success_stories_container {
    max-width: 100% px;
     margin-top: 00px; 
     margin-bottom: 00px; 
}
	.success_stor_inter h5 {
    font-family: 'Acumin Pro Medium';
    font-size: 15px;
}
.success_stor_inter h6 {
    font-family: 'Acumin Pro Medium';
    font-size: 12px;
    line-height: 12px;
	        margin-bottom: 2px;
}
.success_stor_inter .course p {
    font-family: 'Acumin Pro Light';
    font-size: 10px;
    color: #424242;
    line-height: 17px;
    margin: 0;
}
.success_stor_inter p {
    font-family: 'Acumin Pro Light';
    font-size: 13px;
    color: #424242;
    line-height: 17px;
    margin: 0;
}
	.placement-highlights {
    margin-top: 0px;
}
	.student_work_section.indus {
        padding-left: 45px;
        padding-right: 47px;
		padding-top: 10px; padding-bottom: 35px;
    }
	.student_work_section.succss {
        padding-left: 45px;
        padding-right: 47px;
		padding-top: 10px;         padding-bottom: 75px;
    }
	.testi_section {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
	border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;
}
	.pos_ab_bords_testi {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    padding: 0px 30px;
    z-index: 999;
}
.testi_mob .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - 30px) !important;
}
.indus .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - 30px) !important;
}
.succss .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - 30px) !important;
}
	.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right.webp) !important;
    margin-left: calc(var(--one-unit) - 30px) !important;
}
.owl-carousel .owl-nav button {
    width: 20px;
    height: 20px; 
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { 
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    outline: 0 !important;
}
.video-slider.single-slide figure img {
        width: 100% !important;
        height: auto;
		height: 250px;
        object-fit: cover;
    }

.video-slider.single-slide .owl-item.active figure img { 
        opacity: 1;
    }
.video-slider.single-slide figure {
    margin-bottom: 0px !important;
}
	.success_stories_owl .owl-nav {
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
	margin-left: 84px;
}
.success_stories_owl .owl-nav {
	        
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
	margin-left: 84px;
	margin-top: 35px;
}
	.placement-highlights .owl-nav {
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
	margin-left: 84px;
}
.placement-highlights .owl-nav {
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
	margin-left: 84px;
}
.video-slider.single-slide.owl-carousel .owl-nav {
    text-align: center;
    position: absolute !important;
    right: 0;
    width: 140px !important;
    margin: auto;
    left: 0;
	margin-left: 115px;
}
 
	    .single-slide {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;  margin-top: 0px;
    }
	.student_work_section .container-fluid{padding-left: 0;
    padding-right: 0;}
	.student_work_section.photo-gallery {
    padding-left: 00px; 
}
.photo-gallery .video-slider .item1{margin-left:30px;}
	.student_work_section {
    padding-left: 30px;
    padding-right: 0px;         padding-bottom: 10px;
}
.video-slider.single-slide .owl-item:not(.active) img {
    opacity: .65;
}
	.pos_ab_bords { 
    padding: 0px 30px;
}
	.international .col-lg-2 { 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.international .border-box {
    width: 100%;
    height: 100px;
    border: 0px solid #e0e0e0;
    margin: 0 auto;
}
    .international img {
        width: 100%;
        height: 85px;
        object-fit: contain;
        padding: 0px 0px;
    }
	.international h2.title_sec {
    text-transform: capitalize;
    color: #000;
    padding-bottom: 10px;  
    font-size: 30px; 
    line-height: 40px;
    text-align: left;
}
.international .container-fluid {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 30px;
}
	.international {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
}
.apply_section {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #e0e0e0;
}	
.apply_section a {
    font-family: Acumin Pro ExtraCond Bold;
    font-size: 35px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    background: #FFD815;
    padding: 5px 20px;
    width: 198px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 2px 2px 16px #e0e0e0;
}
.apply_section img {
    width: 23px;
}
	.featured_section .featured_text { 
	height:auto;
        padding: 15px 30px;     border-bottom: 0.5px solid #e0e0e0;
    }
	.featured_section p {
    font-size: 15px;
    text-align: left;
    line-height: 18px; 
    color: #FFD815;
    font-family: Acumin Pro Cond Semibold;
    margin: 0;
    position: absolute;
    bottom: 35px;
    right: 30px;
    top: 18px;
}
.featured_section h4 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
    line-height: 22px;
    color: #fff;        width: 75%; text-transform: capitalize;
}
	.featured_section .col-md-2 {
    max-width: 100%;
    flex: 100%;
}
.bord-left {
    border-right: 1px solid #d9d9d9;
    border-left: 0px solid #d9d9d9;
}
.bord-right { 
    border-left: 1px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
}
	.course_section {
    padding-bottom: 0px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.course_section h4 { 
    font-size: 25px;
    line-height: 25px;
    padding-top: 30px;
    margin-bottom: 0;
}
.course_section .col-md-6:nth-child(3) p{ 
        padding-bottom: 30px;
    }
.course_section .col-md-6:nth-child(4) p{ 
        padding-bottom: 30px;
    }
.course_section p {
    font-size: 20px;
    font-family: Acumin Pro ExtraCond Light;
    line-height: 24px;
    margin-bottom: 0;
}
	.mob_form{background:#5926C4;}
	.mob_form .banner_form h3 {
    font-size: 28px; 
    text-align: left; 
    color: #fff;
    font-family: Acumin Pro Cond Semibold;
    margin-top: 0;
    text-transform: uppercase; 
}
.banner_form {
    background: none;
    padding: 30px;
    max-width: 100%;
}
	.logo img{   max-width: 275px;
        height: auto;
        box-shadow: none;}
	.location_div_inner{font-size: 10px; padding-right: 0px;}
	.location_div_inner img{max-width: 20px;}
	.location_div{align-items: center;}
	.collaboration_text{     font-size: 14px;margin-top: 10px;    margin-bottom: 10px; display:none;}
	.banner h2{font-size: 40px;
        margin-bottom: 170px;
        margin-left: calc(var(--small-unit)* 1 - 15px);
        margin-top: calc((var(--small-unit)* 1 + 22px));
        position: relative;
        bottom: -120px;}
	.border_bot:after{ display:none;}
	.text-carousel{ font-size: 28px; max-width:180px;height: 34px;}
	.banner{background-size: cover; padding:0}
	.in_collaboration{     margin-top: 30px;margin-bottom: 25px; margin-left:0;}
	.in_collaboration h4{ color:#000;    font-size: 16px;display: inline-block;    margin-right: 60px;position: relative;padding-left: 5px;}
	.in_collaboration h4:before{     content: '';
    position: absolute;
    height: 1px;
    background: #000;
    width: 15px;
    left: -15px;
    top: 8px;}
	.in_collaboration img{max-width: 128px;}
	.square-grid-banner_1:before{display:none;}
	.square-grid-banner:before{     background-size: var(--small-unit) var(--small-unit);}
	.banner_form h3{    font-size: 28px;text-align: left;}
	 
	.no_one_section .no_one_gif{ padding: 60px 0;}
	.student_work_section{padding-top: 30px;}
	.student_work_section h2.title_sec{font-size: 25px;line-height: 30px;text-align: left;}
	.single-slide{margin-top: 0px;}
	.single-slide figure {
        display: flex !important;
        max-height: inherit;
        justify-content: center;
        border: 0px solid #e0e0e0;
    }
    .single-slide figure img {
        width: 100% !important;
        height: auto;
		
    }
    .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0 !important;
    }
    .single-slide.owl-carousel {
        padding-bottom:40px;
        position: relative;
    }
    .single-slide.owl-carousel .owl-nav {
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }
    .single-slide .owl-item .grid-text-inner {
        width: 100%;
    }
    .single-slide .owl-item .grid-text-inner p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
	.video-slider.single-slide.owl-carousel .owl-nav {
    position: static; 
    display: flex;
    justify-content: space-between;padding-left: 15px;
    padding-right: 15px;
}
.single-slide .owl-dots {
        bottom: 118px;
    }
    .single-slide.owl-carousel .owl-nav {
        padding: 0;
    }
	.single-slide.owl-carousel .owl-stage-outer {
    overflow: hidden!important;
    padding-bottom: 0px;
}
 
 .single-slide .owl-dots {
        display: flex !important;
        position: absolute;
        bottom: 60px;
        width: 100%;
    }
    .single-slide .owl-dots {
        width: calc(100% - 40px);
        left: 20px;
    }
    .owl-carousel.course-highlights-carousel .owl-dots button.owl-dot,
    .single-slide .owl-dots .owl-dot {
        width: 100%;
        height: 3px;
        display: inline-block;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #c5c5c5;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    .owl-carousel.course-highlights-carousel .owl-dots button.owl-dot.active,
    .single-slide .owl-dots .owl-dot.active {
        background: #000;
    }

	.student_work_section h2.title_sec.placement_title{ text-align:left!important;}
	
	
	 .placement-highlights .owl-dots {
        display: flex !important;
        position: absolute;
        bottom: 30px;
        width: 100%;
    }
    .placement-highlights .owl-dots {
        width: calc(100% - 40px);
        left: 20px;
    }
    .owl-carousel.course-highlights-carousel .owl-dots button.owl-dot,
    .placement-highlights .owl-dots .owl-dot {
        width: 100%;
        height: 3px;
        display: inline-block;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #c5c5c5;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    .owl-carousel.course-highlights-carousel .owl-dots button.owl-dot.active,
    .placement-highlights .owl-dots .owl-dot.active {
        background: #000;
    }
	.placement-highlights .owl-nav{ display: flex!important;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;}
	.mobile_hide{ display:none;}
	.mobile_course_section{ display:block; margin-top:60px; margin-bottom:60px;}
	
.mobile_admission_section{ display:block;}
.card-header{ padding:0;border-radius:0;}
.card-header .btn-link{ display:block; padding:20px; width:100%; text-align:left; background:#fff; color:#000; font-weight:bold;    font-family: Acumin Pro Cond Light;
    font-size: 22px; padding-right:30px;}
.card-header .btn-link.collapsed:after{ content:'+'; position: absolute; right:20px; color:#000;}
.card-header .btn-link:after{ content:'-'; position: absolute; right:20px; color:#000;}
.course_section .course_content{ padding:0;}
.card-header .btn-link.focus, .card-header .btn-link:focus{ text-decoration:none;}
.click_apply{ width: 130px;height: 130px;margin-top: 0px;}
.apply_title{font-size: 52px;}
.admission_section{ padding-top:0; margin-top:0;}
.desk_hide{ display:block;}
.card{ border-radius:0;}
.apply_inner{ width:100%;align-items: center;
    justify-content: center;}
.pos_ab_bord{ padding-left: 15px; padding-right:15px;}
.pos_ab_bord .col-4:nth-child(1){ border-right:0; border-left:1px solid #e0e0e0}
.pos_ab_bord .col-2:nth-child(3){ border-right:0}
.pos_ab_bord .col-4:nth-child(4){ border-right:1px solid #e0e0e0}
.owl-carousel .owl-nav button.owl-prev{ margin-left:auto;}
.student_work_section h2.title_sec{    -webkit-text-stroke: 0px #c3c1c1;}
.banner h2{ line-height:34px;}
span.dash-line{ width:69px!important}
.click_apply.desk_hide{ display:flex!important;}
}

@media only screen and (max-width:400px){
	
	.text-carousel{ max-width:165px;}
}