/********** Template CSS **********/
:root {
    --primary: #b4002a;
    --light: #F6F7F8;
    --dark: #1A2A36;
}
p {
    font-size: 16px !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 20%;
    z-index: 99;
}

.text-primary  {
   font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 9px;
    text-transform: initial;
    color: #eb566c;
    display: inline-block;
    position: relative;
}
.text-primary1  {
   
    margin-bottom: 9px;
    text-transform: initial;
   
    display: inline-block;
    position: relative;
/*    padding-left: 30px;
*/}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase;

}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.feature h1 {
    font-size: 1.7rem;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1.2;
    color: #1A2A36!important;
    text-align: left!important;
}

.btn.btn-Admission

{

       border-color: #ffffff;
    font-weight: 500;
    color: #ffff;
    transition: .5s;
    text-transform: uppercase;
    border-radius: 50rem !important;
    margin-top: 20px;
    background-image: linear-gradient(90deg, #fb9645 36%, #7a29cb 100%);
    background-color: transparent;
    font-size: 14px;
    line-height: 36px;
}


.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #ffffff;
}

.btn-primary  h4{ color: #FFFFFF;

}

.btn.btn-directors, .btn.btn-outline-primary:hover {
    color: #FFFFFF;
    
    background-color: #a541a1;
    border-color: #ffffff;
}


.w-padding2 p{

    color: #ffff;
}

.w-padding2 p{

	color: #ffff;
}

.btn-download 

{    background-color: #ffffff00;
    border-color: #ffffff;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
        font-size: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-right: 1rem;

}
.btn-chat

{    background-color: #ffffff00;
    border-color: #ffffff;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
        font-size: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid #ffffff;
    padding: 0.375rem 0.75rem;
    font-size: col-xl-5 col-lg-6 col-md-6;
    border-radius: 4px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-right: 1rem;

}




.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 105px;
}

.navbar .navbar-brand img

{ width: 100%;}

.navbar .navbar-nav .nav-link {
    
    color: var(--dark);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-family: 'roboto' !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ff7d0c;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    color: #a3002e;
}


.section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.w-padding2 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.wantToWork-area .wantToWork-caption h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -90px;    ;
    left: 0;
    display: flex;
    align-items: center;
}

.news-dtls {
        position: relative;
    display: flow-root;
    padding: 15px 30px;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    background-size: cover;
    /* opacity: 0.4; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}

 .news-dtls .h3  h3{
    font-size: 1.75rem;
    z-index: 90002;
    color: #fff !important;
    opacity: 3;
}
.news-dtls .btn-primary
{
        background-color: #0e0909;
    border-color: #1e1114;
        margin-left: 45%;
    margin-right: auto;

}

.news-dtls h3

{

    font-size: 1.75rem;
    z-index: 90002;
    color: #fff !important;
    opacity: 3;
        text-align: center;
            margin-top: 40px;
}
.news-evnts-dtls {
        background-color: #f8f8f8;
    display: flex;
    width: 100%;
    margin: 20px auto;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    box-shadow: 0 4px 4px 2px rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 20%);
    background-image: url(img/admission_Bcom_img.jpg);
    height: 178px;

}

.news-dtls p{
        margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    color: #f8f8f8;
}


.news-dtls  .btn.btn-primar{

        background-color: #a3002e;
    border-color: #a3002e;
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase;
        color: #FFFFFF;
    z-index: 90001;
}
.news-evnts-dtls:hover .news-dtls {
    background-color: #b4002a;
}

.news-evnts-dtls:hover .news-dtls h3, .news-evnts-dtls:hover .news-dtls label, .news-evnts-dtls:hover .news-dtls p {
    color: #fbfbfb;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.news-evnts-dtls:hover .news-dtls {
    background-color: #a3002e;
      opacity: 2;
}

@media (max-width: 768px) {
    .Principal_img{
        width: 100%!important;
        margin: 14px auto!important;

    }
    .page-header{
        height: 165px!important;
    }
    .img-fluid.heigtfix {
        max-width: 100%;
        height: 350px;
        object-fit: cover;
        width: 100%;
    }
    .whatsapp {
        background-color: #25d366;
        position: fixed;
        bottom: 57px;
        right: 17px;
        width: 47px;
        height: 47px;
        border-radius: 28px;
        padding: 6px;

    }
    .section-tittle {
        padding-left:20px;
    }
    .headerpannel {
        a {
            flex: 2;
        }
        div{
            width:70px;
            padding-left: 15px;
            padding-top: 6px;
        }
    }
    .miss-vis {
        padding: 0 20px;
        .ul-dot {
            margin-left: 20px;
        }
    }
    .admission-mobile {
       margin-top: 15px;
       a{
        padding:5px 20px!important;
       }
    }
    .navbar-toggler{
        padding:0!important;
    }
    .departments-box-layout2 {
        padding: 20px 11px!important;
    }
    .course.bg-crc.center {
        border-radius: 15px 0px 15px 0px!important;
        width:100%!important;
    }
    .mt-m-15 {
        margin-top:20px;
    }
    .border-menu-icon{
        width: 45px;
        height: 40px;
        border: 1px solid #b5b3b3;
        border-radius: 7px;
        padding: 0 4px;        
    }
    .px-md-22 {
        padding-top: 22px;
    }
    .wantToWork-area .wantToWork-caption h2 {
        line-height: 1.2;
        font-size: 32px;
    }
    .w-padding2 {    
        padding: 19px 6px 25px;        
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 230px;
    }
    .owl-carousel-inner {
        top:-30px;
        h2 {
            font-size: 18px;
            margin-bottom: 0px;
        }
        a.btn-primary {
            font-size: 14px;
            padding: 11px 24px!important;
        }
        p {
            margin-bottom: 0!important;
        }
    }
    .annoncmt {
        background: #a10000;
        h4 {
            font-size: 16px;
            margin-bottom: 0px;
            text-align: center;
            border-bottom: 1px solid #eb3746;
            padding-bottom: 5px;
            margin-bottom: 5px;
            color: #ffffff;
        }
        p {
            font-size: 14px!important;
            color: #ffffff;
        }
    }
	h2.resp-accordion.hor_1 {
    display: none;
	}
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    
    h2.resp-accordion.hor_1.resp-tab-active {
    display: none;
    }
}



.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
   /* background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);*/
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background-image: linear-gradient(90deg, #fb9645 36%, #7a29cb 100%);
    background-color: transparent;
    color: #fff;
    opacity: 0.95;
}

.page-header h1{    font-weight: 400;
    line-height: 1;
    font-family: 'roboto';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff !important;
    font-size: 2.1rem;
    text-align: center;}

.page-header {

    padding-bottom: 0rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.about-text p
{

    color: #ffff;
}


.about-text .mb-4
{
    color: #000;
}

.container.about p
{
    color: #000;
}
/*** About ***/
@media (min-width: 992px) {
    
    .container.about {
        max-width: 100% !important;    background: #fff;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
        background-color: #f9f9f9;
    }
}

/* Hide / Show tab's content  */

.faculty-content {
  display: none;
  width: 100%;
  max-height: 100%;
  background: #fff;
}
.faculty.active + .faculty-content { display: block; }

/* Styling tabs - this is enough for mobile - just like an accordion */

.faculty, .faculty-content { padding: 10px; } 
.faculty { background: #ccc; }
.faculty-content { background: #ddd; }

/* Styling for desktop - vertical tabs */

@media (min-width: 992px) {
  .faculty { width: 30% }
  .faculty-content {
    
    top: 0;
      position: absolute;
    right: 0;
    width: 70%;
    min-height: 100%;
    overflow-y: auto;
  }
/*   this is optional */
  .faculty-content { 
    min-height: 400px; 
    background: #ccc;
  }
}

/* coloring the tabs */
.one { background: red; }
.two { background: blue; }


@media (min-width: 992px){

.faculty-container {
    min-height: 400px;
    background:#ccc;
}
/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item h4{
    text-align: center;    padding-top: 22px;
}

.service-icon {
   position: relative;
    margin: 30px 0 25px 120px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b4002a;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}
.position-relative .small{
        font-size: .875em;
    color: #b4002a;
}

.service-item p{

    text-align: center;
}
/*** Amenities ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.amenities-item h4{
   text-align: center;
    padding-top: 22px;
    color: #b433a6;
    text-transform: uppercase;

}

.amenities-icon {
   position: relative;
    margin: 30px 0 25px 120px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b4002a;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
    transition: .5s;
}

.amenities-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}
.position-relative .small{
        font-size: .875em;
    color: #b4002a;
}

.amenities-item p{

    text-align: justify;
}

.amenities-item {
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
}



/** News Annoncmt **/

.annoncmt {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: inline-flex;
z-index: 90001;
height: 69px;
bottom: -12px;
background-color: transparent;
/*    background-image: linear-gradient(130deg, #ff9941 36%, #4b00ff 100%);
*/    opacity: 0.95;
background-color: #cf0831;
}

.bg-dark p{
    color: #fff;
}

 p{
    font-family: 'roboto' !important;
}

.text-white {
    font-weight: 400;
    line-height: 1;
    font-family: 'roboto' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #202e33 !important;
}

.annoncmt h4 {
    font-family: 'roboto';
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    background-color: #1a39f1;
    padding: 18px 50px;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}


.blinking {
    animation: blinkingText 1.2s infinite;
}
.annoncmt p {
    font-family: 'roboto';
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 30px;
}

.annoncmt a {
    
    color: #d80304;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 14px;
    font-family: 'roboto' !important;
}
/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: #ffffffad;
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}
.img-fluid.heigtfix {
    height:500px;
    object-fit: cover;
    width: 100%;

}

.portfolio-item:hover .portfolio-img::before {
    
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.alumini .panel.alumini .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}


}
.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}

a {
   
    text-decoration: none;
    font-family: 'roboto' !important;
    color: #1c1c1d;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        display: inline-block;
                text-align: center;
    padding: 24px;
}
.team-item h5{

    margin-top: 0;
    margin-bottom: -3px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #ff941d;
    text-transform: uppercase;

}

.team-item h4{

       margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    line-height: 2.2;
    color: #a82c68;
    text-transform: uppercase;
    font-size: 1rem;
}

.team-item span{
    font-weight: 600;
    line-height: 1.2;
    color: #020101;
    text-transform: uppercase;

        font-family: "Roboto",sans-serif;
    font-weight: 600;       
    font-size: 0.9rem;
}


.team-item .img-fluid
{
           width: 185px;
    height: auto;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 21px;
    height: 185px;

}
.team-item img {
      border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item .testimonial-text h5{
    color: #ab1b44;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color:#ffffff;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.why_choose_img

{border-radius: 1px 90px 0 90px;
    width: 76% !important;
    margin-left: 50px;
    margin-top: 120px;
    height: 75% !important;}

.Department_img

{
   
    width: 61% !important;
    margin-left: 50px;
    margin-top: 50px;
    height: auto !important;}

.news-evnts-dtls-img {
    float: left;
}



.Department_box {
    position: relative;
    display: flow-root;
    padding: 15px 30px;
    background-color: #f8f8f8;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
}

.Department_box_img {
    float: left;
}
.news-evnts-dtls {
    background-color: #f8f8f8;
    display: flex;
    width: 80%;
    margin: 20px auto;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    box-shadow: 0 4px 4px 2px rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 20%);
}

ul.resp-tabs-list, p {
       margin: 0px;
    padding: 0px;
  
}

.testimonial-carousel .owl-item .testimonial-text p {

      text-align: justify;
    font-style: italic;
    line-height: 1.4 !important;
    font-family: Calibri !important;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    }

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-faculty-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-faculty-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
	background: #9b9b9b !important;
       /* background:#3c1c5a !important;*/
        margin-bottom: 1px;
            color: #fff;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    color: #fff;
    background-image: linear-gradient(85deg, #9b9b9b 36%, #9b9b9b 100%);
    padding: 12px;

}

.resp-vtabs .resp-tab-content img{
       width: 200px;
    height: 200px;
    border: 4px solid #fff;
    margin-bottom: 20px;

}


.resp-vtabs .resp-tab-content  p{ color: #fff;
    font-weight: 300;


}

.resp-vtabs .resp-tab-content h4{

    color: #fff;
}
.resp-vtabs li.resp-tab-active { 
   position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 0px solid #000000 !important;
    border-left: 4px solid #a541a1 !important;
    margin-bottom: 0px !important;
    color: #fff;
    border-right: 1px #FFF solid !important;
	
	background:#3c1c5a !important;
    /*background: #9b9b9b !important;*/
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content.ver_1.resp-tab-content-active {
    display: flex !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.news-dtls {
    position: relative;
    display: flow-root;
    padding: 15px 30px;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
}


.arrow_img {
    vertical-align: middle;
    width: 12px;
}
.course_page_img

{border-radius: 1px 90px 0 90px;
    width: 54% !important;
    margin-left: 50px;
    margin-top: 120px;
    }
    
.Principal_img
{

         width: 70%;
    margin-left: 41px;
    margin-top: 62px;

}
.about_img

{
   border-radius: 1px 90px 0 90px;
    width: 76% !important;
    margin-left: 70px;
    margin-top: 60px;
    height: 47% !important;
}


.footer .btn.btn-link {
       display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    border-bottom: solid 1px #e28668;
    line-height: 33px;
}





.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* new style 14/06/22 */

.departments-box-layout2 {
    background-color: #ffffff;
    margin-bottom: 3rem;
    padding: 20px 20px;
    position: relative;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(227 227 227 / 75%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
    box-shadow: 0px 0px 10px 5px rgb(227 227 227 / 75%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-height: 446px;
    width: 100%;
}

.departments-box-layout2 .section-tittle{
	text-align: center;}


.departments-box-layout2 .item-title {
    font-weight: 500;
    text-align: center;
}
.departments-box-layout2 .item-title {
    font-weight: 500;
    text-align: center;
}
.couse {
    font-size: 18px;
    color:#181818;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-family: 'roboto' !important;
}
.course li {
    font-size: 15px;
    padding: 7px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(238 61 107 / 20%);
        color: #1a2a36;
}
.middle{
    margin-left: auto;
    margin-right: auto;
        width:100%;
   
    
}

.mr-auto{
    margin-right: auto !important;
}
.bg-grey{
	    background-color: #f3f3f3 !important;
}
.bg-crc {
       background-color: transparent;
    background-image: linear-gradient(130deg, #e3e3e3 10%, #cdcdcd 46%, #b7b7b7 100%);
    opacity: 0.95;
}

.corces-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
}
.center{

    margin-left: auto;
    margin-right: auto;
    display: block;
}
.course.bg-crc.center {
    padding: 30px;
    width: 90%;
    text-align: center;
    border-radius: 30px 0px 30px 0px;
}
.text-facilities {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 9px;
    text-transform: initial;
    color: #4e4e4e;
    display: inline-block;
    position: relative;
  
}


.m-0 {
    margin: 0px !important;
}
i.fa.fa-chevron-circle-right {
       color: #b4002a;
}
.li-fnt {
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    line-height: 4.2;
    color: #fefefe;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
        border-bottom: solid #f1d4e645 2px;
}

.feature h1{  
      font-size: 1.7rem;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1.2;
    text-align: left!important;
}

  .feature-text-primary {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 9px;
    text-transform: initial;
    color: #230f0f;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}


.row.g-0.mx-lg-0.bg-rw {
    background-image: url(../img/Features_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.miss-vis {
    margin-top: 5%;
    margin-bottom: 5%;
}
.amenities-list {
        border: 1px solid #d6d6d7;
    display: flow-root;
    /* border-bottom: 1px solid #d80c0d; */
    margin-top: 40px;
    position: relative;
    padding: 10px;
}
.amenities-img {
    float: left;
}
.amenities-dtls {
    display: flow-root;
    padding: 15px 20px;
}
.amenities-dtls h3 {
    font-family: 'roboto';
    font-size: 22px;
    font-weight: 600;
    color: #0e0e0e;
    text-transform: uppercase;
    line-height: 29px;
}
.amenities-img img {
    width: 100%;
   
}
.amenities-dtls p {
    font-family: 'roboto';
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    line-height: 21px;
    text-align: justify;
    padding-bottom: 5px;
}
.tbt-auto{
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}
.txt-center{
    text-align: center !important;
} 

a.button-pdf {
    background-color: #b15d9c;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}
.mt-50 {
    margin-top: 50px;
}
.box-hd-rnd {
    border: solid 1px #4496d2;
    border-radius: 6px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.box-hd-rnd h1 {
    font-family: play;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 10px;
    margin: 0px;
    color: #c50e34;
    /* background-color: #fff; */
    font-family: "Roboto",sans-serif;
   
}
.box-hd-rnd ul {
    display: block;
}
.f-lft {
    float: left;
}
.w48 {
    width: 50%;
}
.box-para-rnd {
    border: solid 1px #c6c6c6;
    border-radius: 6px;
    padding-left: 20px;
    margin: 10px;
}
.box-para {
    padding: 8px 8px;
}


ul.nav.nav-tabs li{
    padding: 10px;
    color: #000!important;
}
.tab-content{
    margin-top: 20px;
}

li.active {
    /*background-color: #fb9b4e;*/
        color: #fb9b4e!important;
}

h3.mb-4 {
    text-align: center;
  color: #787475;
    font-size: 1.5rem;
}
.apln{
    color: #000!important;
}
.dropdown-item:hover, .dropdown-item:focus{
background-color: #6c757d!important;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/header_banner.jpg) center center no-repeat;
    background-size: cover;
        height: 235px;

}
.div-apply{
    /*display: block;*/
   margin-right: 0;
   text-align: right;
  
   
}
.btn-apply{
         background-color: #d1153c;
         border-radius: 25px;
         padding: 4px 15px 4px 15px;
         color: white!important;
         font-size: 10px;
}
.dept-prog-offed{
    font-size: 23px!important;
    color: #b4002a!important;
}
.dept-prog-offed:hover{
    color: #a541a1!important;
}

/* The popup form - hidden by default */

.form-popup {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9999;
  background-color: #fff;
  width: 23%;
  border: 2px solid #a14eac;
  border-radius: 10px;
  text-align: center !important;
  box-shadow: 0px 1px 16px 0px #565656;
}

/* Add styles to the form container */
.form-container {
  padding: 10px;
  background-color: white;
}

.open-button {
  background-color: #000;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 45px;
    right: 20px;
    width: 200px;


}
/*24/06/22*/

.wd-fit {
    width: fit-content;
    padding-right: 0px;
}
.accordion {
        background-image: linear-gradient(90deg, #4e4e4e 36%, #a9a9a9 100%);
    border:2px solid #ffffff;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    outline: none;
        font-size: 17px;
    transition: 0.4s;
        text-transform: uppercase;
}

.activer, .accordion:hover {
     background-image: linear-gradient(90deg, #4e4e4e 36%, #a9a9a9 100%);
}

.contact_pg_address {
    padding: 25px 40px 36px;
    border: 1px solid #9da7ae;
    border-radius: 3px;
}
.contact_pg_address .single_con_add {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 10px 0;
}

.contact_pg_address .single_con_add a {
    display: block;
    float: left;
    color: #515050;
    margin-top: 6px;
}


.single_con_add p {
    margin: 0;
    color: #515050;
    margin-top: 0;
}

.contact_pg_address .single_con_add span {
    display: block;
    padding-left: 45px;
}

.contact_pg_address .single_con_add a i {
    font-size: 20px;
    margin-top: 1px;
    color: #515050;
    border: 1px solid #515050;
    border-radius: 50%;
    padding: 10px 13px;
    margin-right: 15px;
}

.download_brochur {
    background: #f1f6fa!important;
    padding: 30px 35px 25px;
    overflow: hidden;
    border: 1px solid #e03e24;
    border-radius: 10px;
}

.download_brochur .files li a {
    position: relative;
    display: block;
    color: #515050;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 2px;
    border-radius: 5px;
    border: 1px solid #e03e25;
    text-align: center;
    text-transform: uppercase;
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.download_brochur .files li a:hover .fa {
    color: #fff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.download_brochur .files li a .fa {
    position: relative;
    line-height: 24px;
    padding-right: 8px;
    color: #e03e25;
}

.icon-glyph-334:before {
    content: '\e94e';
}


.contact_pg_address .single_con_add a {
    display: block;
    float: left;
    color: #515050;
    margin-top: 6px;
}

.contact_pg_address .single_con_add {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 10px 0;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: custom-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.panel {
  padding: 20px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
button.accordion.activer:after {
    content: "\25B2";
}
button.accordion:after {
     content: '\25BC'; 
    color: #e60035;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.first:after {
     content: '\25B2'; 
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.first.activer:after {
    content: "\25BC";
}
.is-active {
    display: block;
}
.wd-60{
    width: 60%;
        border: #3f343d solid 1px;
    border-radius: 15px;
}

.wd-80{
    width: 80%;
}

.wd-100{
    width: 100%;
}
.tb-center{

    margin-bottom: auto;
    margin-top: auto;
    display: block;
        line-height: 22px;

}
.alumini .panel {
    padding: 20px 18px;
    display: none;
    background-color: #f4f0f6;
    overflow: hidden;
    border-radius: 15px;
}
ul li{
    color: #000;
        padding-bottom: 20px;
}

ul.ul-dot {
    list-style: outside;
    margin: 0;
    padding: 0;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 28px;
}
.mt-50 {
    margin-top: 50px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 0px;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.pop-content{
    padding-right: 10px;
    padding-left: 10px;
}
button.btn.cancel {
       margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #b2002b;
    color: #fff;
    width: 50%;
    margin-bottom: 5px;
}
.pop-ct {
    margin: 20px auto;
    display: table;
}


@media (max-width: 1238px) {

    .h-100.d-inline-flex.align-items-center.mx-n2{
        display: none !important;
    }
}

@media (max-width: 992px) {
    .h2-mbo {
        h2 {
            font-size: 1.5rem;
        }
        
    }
    .chatnone {
        display: none!important;
    }
  .disp-none{
  	display:none;
  }
   .ad-wd{
        margin-left: auto;
        margin-right: auto;
        display: grid;
    }
    .mob-no{
        display: none;
    }
    .btn-download,.btn-chat{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    button.navbar-toggler.me-4.collapsed {
        background-color: crimson;
/*        width: 100%;
*/        margin-left: auto;
        margin-right: auto !important;
        margin-top: 10px;
    }
    .grid-temp {
       
        grid-template-columns: 1fr !important;
        
    }
}

@media (max-width: 767px) {
    .px-sm-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
    }
    .sm-fonts-s4 {
        font-size: 14px !important;
    }
   .corces-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 10px;
    }
    .team-item{
        width: 100%;
    }
    .row.g-0.mx-lg-0.bg-rw {
        background-image: url(../img/Features_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .wid-92{
    padding: 0px;
    width: 100%;
    }
    .uni-76{
        display: flex;
        flex-direction: column;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .uni-100{
        width: 100%;
    }
}

@media (max-width: 425px) {
    .uni-76{
        display: flex;
        flex-direction: column;
        display: flex;
        flex-direction: column;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .li-fnt {
        font-size: 14px;
        font-weight: 600;
    }
    .form-popup {
       
        bottom: 45px;
        right: 0px;
        width: 85%;
       
    }
    .row.justify-content-start.slider-content {
        margin-top: 80px;
    }
  
    .Department_img {
    width: 61% !important;
    margin-left: 50px;
    margin-top: 50px;
    height: auto !important;
    display:none;
}
}

@media (min-width: 426px) and (max-width: 725px) {

    .form-popup {
       
        bottom: 45px;
        right: 0px;
        width: 50%;
       
    }
  
  .Department_img {
    width: 61% !important;
    margin-left: 50px;
    margin-top: 50px;
    height: auto !important;
    display:none;
}

}

.fnt-black{
    color: #000 !important;
}
@media (min-width: 726px) and (max-width: 992px) {

    .form-popup {
       
        bottom: 45px;
        right: 0px;
        width: 50%;
       
    }

}

@media (min-width: 992px) {
    .drpdown-submenu {
        display: none;
    }
    .drpdown-submenu :hover {
        display: block;
    }

    .no-wind{
        display: none;
    }

    .drpdown {
      float: left;
      overflow: hidden;
    }

    .drpdown .dropbtn {
     
      border: none;
      outline: none;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0.25rem 1rem;
      font-weight: 400;
      font-family: 'roboto' !important;
      color: #34373a;

     
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0 ;
        margin-bottom: 5px;
    }

    .drpdwn-content {
     border-radius: 10px;
        display: none;
        position: absolute;
        background-color: #f1f1f1;
      min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
        left: 115px;
        top: 10px;
    }

    .drpdwn-content a {
      float: none;
      color:  #34373a;
      padding: 5px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-family: 'roboto' !important;
    }



    .drpdown:hover .drpdwn-content {
      display: block;
    }
    i.fa.fa-caret-down {
        padding-left: 10px;
    }
}
@media (max-width: 374px) {
    .col-lg-4.box-bg.wow.fadeInUp {
        flex-direction: column;
    }
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: box-shadow 0.15s ease-in-out;
   
}
.text-white {
    font-weight: 400;
    line-height: 1;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #202e33 !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
    margin-bottom: 10px;
}
.lgcustom-1 {
    padding: 0 !important;
    width: 2% !important;
        margin-left: 10px;
}

.black{

        color: #0e0e0e!important;
            font-family: 'roboto' !important;
}

/* 6/7/2022 */
.grid-temp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.team-sk .team-item{

    margin-left: auto;
    margin-right: auto;
    display: block;
}
.h-12{
    height: 120px;
}
table, th, td {
    border:1px solid black;
    border: 1px solid black;
    padding: 10px;
    color: #000;
  }

th {
    font-weight: 700;
    font-size: 16px;
}
li::marker {
    color: #000;
    font-weight: 800;
}

.ln-hg{
    line-height: 30px;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

    ul.row-bullet2{
        list-style: none;
        padding: 0;
        margin: 0;
        li {
            background: url(../img/arrow-icon.png) no-repeat left top 6px;
            padding-left: 24px;
            padding-bottom: 5px!important;
        }
    }


.row-bullet{
 display: flex!important;
}
.col-bullet{
    flex: 0!important;
    
}
.col-data{
    flex:12!important;
  
}

.pt-5{
    padding-top: 5%!important;
}
.pb-5{
    padding-bottom: 5%!important;
}
.txt-center{
    text-align: center;
}
.active{
    color: #fb9b4e!important;
}
.card-bg-color{
    background-color: ghostwhite!important;
}

.tble-heading{
    background-color: #1A2A36!important;
   
}
.tble-heading th{
    color: #9da7ae!important;
}
.bp-download{
    background-color:#3c1c5a;
    color: whitesmoke;
}
.bs-download{
    background-color: #4496d2;
    color: whitesmoke;
}
.bc-download{
    background-color:var(--dark);
    color: whitesmoke;
}