@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');


html,
body {
    box-sizing: border-box;
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    background:#f5f5f5;
}

* {
    font-family: 'Inter', sans-serif;
}
.red_color{
    color:#6F3305;
}
.red_back{
    background:#6F3305;
}
.yellow_color{
    color:#6F3305;
}
.yellow_back{
    background:#6F3305;
}

.navbar .nav-item .nav-link button{
    background: #1E1899;     
    color:#fff;
    font-size: 12px;
}
.navbar .navbar-brand p{
    font-size:8px;
    font-weight:800;
    word-spacing:5px;
    margin-top:10px;
}
.navbar .navbar-brand img{
    width:40%;
}
@media (min-width:320px) and (max-width:480px){
    .navbar .navbar-brand img{
        width:100%;
    }
    .navbar .navbar-brand p{
        font-size:10px;
        font-weight:800;
        word-spacing:5px;
        margin-top:10px;
    }
}

/* banner section start  */

.banner_section{
    height:auto;
    background:url('../../../images/bahra_theme/banner_back.png');
    background-position: center top;
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:4%;
}
.banner_section .banner_content .banner_inner_content{
    padding-top:1%;
}
.banner_section .banner_content .banner_inner_content h6{
    font-size:25px;
    color:rgba(255,255,255,0.6);
    text-align:center;
}
.banner_section .banner_content .banner_inner_content h1{
    font-size:60px;
    color:rgba(255,255,255,1);
    text-align:center;
}
.banner_section .banner_content .banner_inner_content .inner_div{
    background:rgba(255,255,255,0.8);
}
.banner_section .banner_content .banner_inner_content .inner_div h2{
    font-size:35px;
    text-align:right;
}
.banner_section .banner_content .banner_inner_content .inner_div h2 span{
    font-size:25px;
}
.banner_section .banner_content h1{
    color:#000;
}
.banner_section .banner_content h1 span{
    color:#c00000;
}
 
.banner_section .banner_content .SSU_form_div{
    width:100%;
    height:auto;
    /* box-shadow:0px 0px 20px rgba(0, 0, 0, 0.6); */
}
.banner_section .banner_content .banner_inner_content h6 span{
    font-size:20px;
    /* color:rgba(255,255,255,0.6); */
    color:#fff;
}

@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content .banner_inner_content h6{
        font-size:20px;
        /* color:rgba(255,255,255,0.6); */
        color:#000; 
        margin-top: -5%;
    }
    .banner_section .banner_content .banner_inner_content h6 span{
        font-size:20px;
        /* color:rgba(255,255,255,0.6); */
        color:#000;
    }
    .banner_section .banner_content .banner_inner_content h1{
        font-size:35px;
        /* color:rgba(255,255,255,0.6); */
        color:#000;
        margin-top: -2%;
    }
    .banner_section .banner_content .banner_inner_content .inner_div h2{
        font-size:35px;
        text-align:right;
        color:#fff;
    }
    .banner_section .banner_content .banner_inner_content .inner_div h2 span{
        font-size:25px;
        color:#fff;
    }
    .banner_section{
        height:auto;
        /* background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../images/bahra_theme/banner_back.png');
        background-position: center left;
        background-size:cover ; */
        /* background-repeat:no-repeat; */
        background:transparent;
    }
    .banner_section .banner_content h1{
        color:#fff;
        font-size:25px;
        margin:10% auto;
        font-weight:bold;
    }
    .banner_section .banner_content h1 span{
        color:#e2b152;
    }
    .banner_section .banner_content .banner_inner_content .inner_div h2{
        font-size:35px;
        text-align:right;
        line-height:30px;
    }
    .banner_section .banner_content .banner_inner_content .inner_div h2 span{
        font-size:25px;
    }
    .banner_section .banner_content .banner_inner_content .inner_div{
        background:#6F3305;
        width:100%;
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    }
    .banner_main_form{
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    }
}

/* banner section end  */

/* follow steps section start  */

.admission_process{
    padding:2% 0%;
}
.admission_process h3{
    color:rgba(0,0,0,0.6);
}
@media (min-width:320px) and (max-width:480px){
    .admission_process{
        padding:10% 0%;
    }
    .admission_process h3{
        color:rgba(0,0,0,0.6);
        font-size:40px;
    }
}

/* follow steps section end  */

/* about section start  */

.about_section{
    padding:3% 0%;
}
.about_section img{
    border-bottom:5px solid #c00000;
}
.about_section .about_content{
    padding:3%;
    background:#6F3305;
}
.about_section .about_content p{
    color:#fff;
    font-size:12px;
    text-align:justify;
}
@media (min-width:320px) and (max-width:480px){
    .about_section .about_content img{
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.6);
        margin-bottom:10%;
    }
    .about_section .about_content p{
        color:#fff;
        font-size:11px;
        text-align:center;
    }
    .about_section{
        padding:10% 0%;
    }
}

/* about section end  */

/* student testimonial section start */

    .ssu_support{
        padding:3% 0%;
        background:#fff;
    }
    .ssu_support h2{
        color:rgba(0,0,0,1);
        margin-bottom:3%;
        font-weight:bold;
    }
    .ssu_support h5{
        font-weight:400;
        color:rgba(0, 0, 0, 0.7);
    }
    .ssu_support h4{
        font-size:16px;
        color:rgba(0, 0, 0, 0.9);
        font-weight:bold;
    }
    @media (min-width:320px) and (max-width:480px){
        .ssu_support{
            padding:10% 0%;
            background:#fff;
        }
        .ssu_support h2{
            font-size:20px;
        }
    }

/* student testimonial section end  */

/* student testimonial section start */

    .student_testimonial{
        padding:4% 0%;
        background:#fff;
    }
    .student_testimonial h2{
        text-align:center;
        margin-bottom:3%;
        color:rgba(0, 0, 0, 1);
    }
    .student_testimonial .test_div {
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
        padding:3% 0%;
    }
    .student_testimonial .testimonial_content h4{
        color:#000;
        font-weight:800;
        font-size:20px;
    }
    .student_testimonial .testimonial_content p{
        font-weight:600;
        color:rgba(0, 0, 0, 0.6);
    }
    .student_testimonial .testimonial_content img.stu_img{
        border-radius:50%;
    }
    @media (min-width:320px) and (max-width:480px){
        .student_testimonial{
            padding:10% 0%;
        }
        .student_testimonial h2{
            font-size:25px;    
            margin-bottom:10%;        
        }
        .student_testimonial .test_div {
            padding:10% 0%;
        }
        .student_testimonial .testimonial_content p{
            font-weight:500;
            color:rgba(0, 0, 0, 0.9);
            font-size:12px;
        }
        .student_testimonial .testimonial_content img{
            width:30%;
            height:30%;
        }
        .student_testimonial .testimonial_content h4{
            color:#000;
            font-weight:700;
            font-size:15px;
        }
    }

/* student testimonial section end */

/* our recognisation section start */

.our_recognisation{
    padding:4% 0% 1% 0%;
}
.our_recognisation h3{
    color:rgba(0,0,0,0.6);
    margin-bottom:3%;
}
.our_recognisation img{
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    border-radius:10px;
}
.carousel-cell4 {
    width: 15%;
    height: auto;
    max-height:400px;
    margin-right: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding:0px;
    counter-increment: carousel-cell;
    padding-top:20px;
}
.carousel-cell4 img{
    height: 80%;
    width: 100%;
    padding: 0px;
    /* margin: 20px; */
    box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4);
}
@media (min-width:320px) and (max-width:480px){
    .our_recognisation{
        padding:10% 0%;
    }
    .our_recognisation h3{
        color:rgba(0,0,0,0.6);
        margin-bottom:10%;
        font-size:20px;
    }
    .our_recognisation img{
        box-shadow:none;
    }
    .carousel-cell4 {
        width: 35%;
        height: auto;
        max-height:400px;
        margin-right: 40px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
        padding-top:20px;
    }
    .carousel-cell4 img{
        height: 100%;
        width: 100%;
        padding: 0px;
        /* margin: 20px; */
        box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4);
    }
    
}

/* our recognisation section end */

/* serve section start  */

.serve{
    height:auto;
    background:url('../../../images/bahra_theme/serve_back.png');
    background-position: center top;
    background-size:100% 65%;
    background-repeat:no-repeat;
    padding:4% 0%;
}
.serve h1{
    color:#fff;
    text-align:center;
    font-size:70px;
    margin-bottom:5%;
}
.serve h1 span{
    color:#ffc107;
}
.serve img{
    border-top:7px solid #fff;
    box-shadow:0px 0px 20px rgba(0,0,0,.3);
}
.serve a button{
    background:#6F3305;
    color:#fff;
    margin-top:5%;
    font-weight:700;
    font-size:20px;
}
@media (min-width:320px) and (max-width:480px){
    .serve h1{
        color:#fff;
        text-align:center;
        font-size:30px;
        margin-bottom:5%;
    }
    .serve{
        height:auto;
        background:url('../../../images/bahra_theme/serve_back.png');
        background-position: center top;
        background-size:100% 55%;
        background-repeat:no-repeat;
        padding:10% 0%;
    }
    .serve a button{
        background:#6F3305;
        color:#fff;
        margin-top:5%;
        font-weight:700;
        font-size:14px;
    }
    .carousel-cell2 {
        width: 70%;
        height: auto;
        max-height:400px;
        margin-right: 40px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
    }
    .carousel-cell2 img{
        height: 80%;
        width: 100%;
        padding: 0px;
        /* margin: 20px; */
        /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
    }
}

/* serve section end  */

/* mou section start */

.mou_section .mou_div{
    padding:4% 0%;
    background:#fff;
    border-top:7px solid #6F3305;
}
.mou_section .mou_div h3{
    color:rgba(0,0,0,0.6);
    margin-bottom:5%;
}
@media (min-width:320px) and (max-width:480px){
    .mou_section .mou_div h3{
        color:rgba(0,0,0,0.6);
        margin-bottom:5%;
        font-size:20px;
    }
}

/* mou section end  */

/* departments desktop section start  */

.departments_desktop{
    padding:3% 0%;
    background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
}
.departments_desktop .nav .nav-link.active{
    background:#6F3305;
    color:#fff;   
    clip-path:polygon(0% 0%,90% 0%,100% 50%, 90% 100%, 0% 100%);
    border-radius:0% 2% 2% 0%;
}
.departments_desktop .nav .nav-link{
    margin:2% 0%;
    color:#000;
    font-weight:700;
    border-bottom:1px solid #6F3305;
    border-radius:0px;
}
.departments_desktop .tab-content .tab-pane .deparment_content{
    background:#fff;
    height:auto;
    padding:3%;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.departments_desktop .tab-content .tab-pane .deparment_content h5{
    color:#6F3305;
    font-weight:600;
    margin-bottom:2%;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.course_heading{
    font-size:20px;
    font-weight:700;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.small{
    font-weight:500;
}
.departments_desktop .tab-content .tab-pane .deparment_content  a{
    background:#000;
    color:#fff;
    font-weight: 500;
}
.departments_desktop .accordion .card .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
@media (min-width:320px) and (max-width:480px){
    .departments_desktop{
        padding:13% 0%;
        background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
    }
}

/* departments desktop section end  */

/* departments mobile section start  */

.departments_mobile{
    padding:3% 0%;
    background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
}
.departments_mobile h1{
    color:#000;
}
.departments_mobile .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.departments_mobile .deparment_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:16px;
}
.departments_mobile .accordion .accordion-item button{
    color:#000;
    font-size:17px;
    font-weight:bold;
}
.departments_mobile .btn[aria-expanded="true"] > .card-header{
    background:#c00000 !important;
    color:#fff !important;
}
.departments_mobile .accordion .accordion-item .deparment_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
}
.departments_mobile .accordion .accordion-item .deparment_content p{
    color:#000;
    text-align:justify;
    font-size:13px;
    font-weight:500;
}
.departments_mobile .accordion .accordion-item .deparment_content .course_box h6{
    color:#000;
    font-size:12px;
}
.departments_mobile .accordion .accordion-item .deparment_content h6.course_heading{
    font-size:17px;
    font-weight:bold;
}
.departments_mobile {
    background: #f2f2f2;
    color: #fff;
    display: flex;
    /* min-height: 100vh; */
    height:auto;
}
.inner{
    /* margin: 0 auto; */
    padding: 4rem;
}
.accordion .accordion-item {
    border-bottom: 1px solid #840303;
}
.accordion .accordion-item button{
    color:#000; 
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #fff;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #000;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #fff;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 500em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background:#fff;
}
.accordion .accordion-content .deparment_content{
    padding:8% 4%;
}
.accordion .accordion-content .deparment_content h5, .accordion .accordion-content .deparment_content h6.course_heading{
    color:#CE0004;
}
.accordion .accordion-content .deparment_content a{
    background:#c00000;
}
.accordion .accordion-content .deparment_content ul li{
    color:#000;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}
@media (min-width:320px) and (max-width:480px){
    .inner{
        padding: 1rem;
    }
}

/* departments mobile section end  */

/* top resons section start */

    .top_reasons{
        padding:2% 0%;
    }
    .top_reasons .reason_back{
        background:url('../../../images/bahra_theme/reason_img.png');
        background-position: center center;
        background-size:cover;
        background-repeat:no-repeat;
        height:auto;
    }
    .top_reasons h5{
        color:#fff;
    }
    .top_reasons h1{
        color:#fff;
        margin-bottom:3%;
    }
    .top_reasons p{
        color:rgba(255,255,255,0.6);
        font-size:12px;
    }
    @media (min-width:320px) and (max-width:480px){
        .top_reasons h1{
            color:#fff;
            margin-bottom:13%;
            font-size:30px;
        }
    }

/* top resons section end  */

/* experts testimonial section start  */

    .experts_testimonial{
        padding:4% 0%;
        background:#fff;
    }
    .experts_testimonial h2{
        text-align:center;
        margin-bottom:3%;
        color:rgba(0, 0, 0, 1);
    }
    .experts_testimonial .test_div {
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
        padding:3% 0%;
    }
    .experts_testimonial .testimonial_content h4{
        color:#000;
        font-weight:800;
        font-size:20px;
    }
    .experts_testimonial .testimonial_content h3{
        color:#000;
        font-weight:400;
        font-size:15px;
    }
    .experts_testimonial .testimonial_content p{
        font-weight:600;
        color:rgba(0, 0, 0, 0.6);
    }
    .experts_testimonial .testimonial_content img{
        border-radius:50%;
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
    }
    @media (min-width:320px) and (max-width:480px){
        .experts_testimonial{
            padding:10% 0%;
        }
        .experts_testimonial h2{
            font-size:25px;    
            margin-bottom:10%;        
        }
        .experts_testimonial .test_div {
            padding:10% 0%;
        }
        .experts_testimonial .testimonial_content p{
            font-weight:500;
            color:rgba(0, 0, 0, 0.9);
            font-size:12px;
        }
        .experts_testimonial .testimonial_content img{
            width:30%;
            height:30%;
        }
        .experts_testimonial .testimonial_content h4{
            color:#000;
            font-weight:700;
            font-size:15px;
        }
    }

/* experts testimonial section end  */

/* recruiters section start  */

.recruiters{
    padding:4% 0%;
}
.recruiters h4{
    color:rgba(0, 0, 0, 0.6);
    font-weight:600;
}
.carousel-cell3 {
    width: 15%;
    height: auto;
    max-height:400px;
    margin-right: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding:0px;
    counter-increment: carousel-cell;
}
.carousel-cell3 img{
    height: 80%;
    width: 100%;
    padding: 0px;
    /* margin: 20px; */
    /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
}
@media (min-width:320px) and (max-width:480px){
    .recruiters{
        padding:10% 0%;
    }
    .carousel-cell3 {
        width: 30%;
        height: auto;
        max-height:600px;
        margin-right: 40px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
    }
}

/* recruiters section end  */

/* footer section start  */

.footer{
    background:#000;
    padding:3% 0%;
}
.footer h2{
    color:#fff;
    font-weight:bold;
    font-family: 'Average', serif;
}
.footer h6{
    font-size:13px;
    color:rgba(255,255,255,1);
    font-weight:300;
}
.footer .keywords p{
    font-size:12px;
    color:rgba(255,255,255,0.7);
    text-align:justify;
}
.footer h4{
    color:#fff;
    font-size:15px;
    margin-top:4%;  
}
.footer h4 span{
    color:rgba(255,255,255,0.4);
    font-weight:500;
    font-size:15px;
}
.footer hr{
    border-top:1px solid #fff;
}
@media (min-width:320px) and (max-width:480px){
    .footer h4{
        color:#fff;
        font-size:15px;
        margin-top:4%;  
    }
    .footer{
        background:#000;
        padding:8% 0% 3% 0%;
    }
    .footer h3{
        color:#fff;
        font-size:15px;
        margin-top:4%;  
    }
}

/* footer section end  */


.form-panel {
background: rgba(0,0,0,.8);
padding: 30px 25px;
box-shadow: 0 0 10px rgba(0,0,0,.3);
min-height: 370px;
color: #fff;
border-radius: 0px;
border-right: 10px solid #fff;
}
.form-panel .register-panel{
margin-top: 20px;
}
.form-panel .line{
position: relative;
height: 2px;
background: rgba(255,255,255,.3);
}
.form-panel .line:before{
position: absolute;
left: 0;
width: 20%;
height: 100%;
background: #f8a125;
content: '';
}
.form-panel h4{
font-weight: 700;
}
.form-panel a{
display: inherit;
color: #fff;
}
.form-panel a:hover {
color: #ffc107;
}



/* call button start  */

.CallButton {
    position: fixed;
    bottom: 70px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #3B8227;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 200px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    /* background:#000; */
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}

.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.applyNowButton a h5 {
    font-size: 14px;
    font-weight: 700;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #000;
}

.applyNowButton a img {
    max-width: 90%;
}

@media (min-width:320px) and (max-width:480px) {
    .applyNowButton {
        position: fixed;
        bottom: 200px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background: #000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */