@import url('inner-page-banner.css');
@import url('sidebar-section.css');
@import url('cms-content.css');
@import url('title-list-grid.css');
@import url('find-location.css');
@import url('testimonial-block.css');
@import url('contact-us.css');
@import url('stem-education-grid.css');

.interactive-engineering-section { background-image: url(../images/curriculum-inner-bg.jpg); background-position: top; background-repeat: no-repeat; background-size: cover;}
.single-curriculum .interactive-engineering-section { margin-bottom: 100px;}
.single-programs .interactive-image-section { padding-top: 0;}
.interactive-image-section.cms-content { padding-top: 0; }
.interactive-image-section.interactive-image-space{padding: 100px 0;padding-top: 100px;}
.interactive-engineering-section .title-listing-grid .title-grid { position: relative; }
.interactive-engineering-section .title-listing-grid .title-background { z-index: 0; background-color:  #6d4199;}
.interactive-image-section { padding: 100px 0; }
.interactive-image-section.has-less-space { padding-bottom: 30px; padding-top: 0;}
.interactive-image-section .interactive-image-wrapper { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.interactive-image-section .interactive-image-wrapper .content-block,
.interactive-image-section .interactive-image-wrapper .image-block { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.interactive-image-section .interactive-image-wrapper .content-block h3 { padding-top: 22px; }
.interactive-image-section .interactive-image-wrapper .content-block p:last-of-type { margin-bottom: 0; }
.interactive-image-section .interactive-image-wrapper .content-block  h4{margin-top: 30px;}
.interactive-image-section .interactive-image-wrapper .content-block ul:not(:last-child){
    margin-bottom: 30px;
}
.interactive-image-section .interactive-image-wrapper .content-block ul li{
    position: relative;
    padding-left: 17px;
    line-height: 1.25;
}
.interactive-image-section .interactive-image-wrapper .content-block ul li+li{
    margin-top: 12px;
}
.interactive-image-section .interactive-image-wrapper .content-block ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b5111b;
}
.interactive-image-section .interactive-image-wrapper .content-block .btn:not(:last-child){
    margin-bottom: 30px;
}

.single-curriculum .main .container {
    max-width: 1140px;
}
.single-programs .interactive-engineering-section{margin-bottom: 0;}
@media(max-width:1440px) {
    .single-curriculum  .interactive-engineering-section { margin-bottom: 80px;}
    .interactive-image-section { padding: 80px 0;}
}
@media(max-width:1199px) {
    .interactive-image-section.interactive-image-space,
    .interactive-image-section { padding: 60px 0;}
    .single-curriculum .interactive-engineering-section {margin-bottom: 60px;}
    .interactive-image-section .interactive-image-wrapper .content-block h3 { padding-top: 10px; }
}
@media(max-width:991px) {
    .interactive-image-section { padding-top: 0; background: #fff; }
    .interactive-image-section .interactive-image-wrapper .content-block { flex: 0 0 100%; max-width: 100%; order: 2; }
    .interactive-image-section .interactive-image-wrapper .image-block { flex: 0 0 100%; max-width: 100%; order: 1; text-align: center; margin-bottom: 25px }
}
@media(max-width:767px) {
    .single-curriculum  .interactive-engineering-section {margin-bottom: 40px;}
    .interactive-image-section.interactive-image-space{padding: 40px 0;}
    .interactive-image-section { padding: 0 0 40px; }
    .interactive-image-section .interactive-image-wrapper .content-block h3 { padding-top: 0; }
}

/*24-05-2023 Css Start*/
.interactive-image-section .interactive-image-wrapper .content-block ul{margin-top:20px;}
/*24-05-2023 Css End*/

/*01-06-2023 Css Start*/
.single-programs .sf-light-blue-bg, .single-programs .sf-light-purple-bg {
    padding: 15px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.single-programs .sf-light-blue-bg {
    background-color: #e6f2f4;
}
.single-programs .sf-light-purple-bg {
    background-color: #f0ecf5;
}
.single-programs .sf-light-blue-bg ul:last-of-type,
.single-programs .sf-light-purple-bg ul:last-of-type {
    margin-bottom: 15px;
}
@media(max-width: 767px) {
    .single-programs .sf-light-blue-bg, .single-programs .sf-light-purple-bg {
        padding: 15px 20px 10px;
        margin-bottom: 20px;
    }
}
/*01-06-2023 Css End*/
/* 14-09-2023 start  */

.single-program-slider-main{
    opacity: 0;
    visibility: hidden;
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
}
.single-program-slider-main p:empty {
display: none;
}
.single-program-slider-main.slick-initialized{
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    
}
.single-program-slider-main .img-wrapper{
    position: relative;
    padding-bottom: 75%;
}
.single-program-slider-main .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-program-slider-main .slick-prev {
    left: 15px;
    z-index: 1;
    width: 25px;
height: 25px;
opacity: 0.5;
}
.single-program-slider-main .slick-next{
right: 15px;
z-index: 1;
width: 25px;
height: 25px;
opacity: 0.5;
}
.single-program-slider-main .slick-arrow:before{
    background-image: url(../images/single-program-slider-arrow.svg);
    position: absolute;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    content: '';
    left: 0;
    display: block;
    background-color: rgba(140, 198, 63, 60%);
    background-size: 25px 25px;
    opacity: 1;
    border-radius: 50%;
    top: 0;
    outline:3px solid rgba(140, 198, 63, 60%);
}
.single-program-slider-main .slick-arrow:before:hover{
    outline:3px solid rgba(140, 198, 63, 60%);

}
.single-program-slider-main .slick-arrow.slick-next:before{
    left: 0;
right: 0;

}
.single-program-slider-main .slick-arrow.slick-prev:before{
    transform: rotate(180deg);
    left: 0;
}

/* 14-09-2023 end */
