* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: roboto, sans-serif !important;
}


.space {
    padding: 5rem 0;
}

.bg-black {
    background: #000 !important;
}

.bg-red {
    background: #ff3115 !important;
}

.text-red {
    color: #ff3115;
}

.bg-dull {
    background: #dfdfdf;
}

.h100 {
    height: 100%;
}

.vh100 {
    min-height: 100vh;
}

.cover {
    object-fit: cover !important;
}

.contain {
    object-fit: contain !important;
}

#main-banner {
    height: 450px;
    margin-top: -20px;
}

#mainheader {
    z-index: 20;
}
.body-bg{
    background: url('../img/body-bg.jpg');
    background-repeat:repeat;
}
.relative {
    position: relative !important;
}

.carouselbanner .carousel-item {
    position: relative;
}

.carouselbanner .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.carousel-text {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    z-index: 3;
    color: #fff;
}

.carousel-text h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.iqlist{
    margin:0;
    padding:0;
}
ul.iqlist li{
    list-style:none;
    margin-bottom:10px;
}
ul.iqlist li a{
    display: block;
    background: #FFF;
    color: #000;
    padding: 10px 7px;
    text-decoration: none;
    box-shadow: 0 0 10px 0 #efefef;
}
.attributes .icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50% 50% 0 0;
    z-index: 5;
    display: grid;
    place-content: center;
    font-size: 40px;
}

.attributes h4 {
    color: #000;
    font-size: 20px;
    font-weight: bolder;
}

.attributes p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.attributes .w-100:hover {
    background: #ff3115 !important;
}

.attributes .w-100:hover h4,
.attributes .w-100:hover p {
    color: #fff !important;
}

.attributes .w-100:hover .icon {
    background: #ff3115 !important;
    color: #fff !important;
}

.section-title p {
    font-size: 16px;
}

.section-title h4 {
    font-size: 30px;
    font-weight: bolder;
}

.text-justify {
    text-align: justify;
}

.about ul li {
    list-style-image: url("../img/check-mark.png");
}

.student_link .text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    place-content: center;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.678);
    border-radius: 5px;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.over-hid {
    overflow: hidden;
}

.student_link .w-100:hover .text {
    transform: translateY(0);
    opacity: 1;
}

.student_link .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.678);
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.student_link .w-100:hover .title {
    display: none;
}

.objectives .icon {
    width: 60px;
}

.objectives:hover {
    border: 1px solid #ff3115 !important;
}

.ls-check {
    list-style: none;
    font-size: 14px;
}

.rounded-10 {
    border-radius: 1rem;
}

.contact_box .icon {
    font-size: 30px;
}

.footer-bg {
    background: url(../img/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 9rem;
}

.footer-widget .sitemap-widget {
    margin: 0;
    padding: 0;
}

.footer-widget .sitemap-widget li {
    width: 50%;
    float: left;
    line-height: 33px;
    list-style: none;
}

.footer-widget .sitemap-widget li a {
    color: #fff;
    font-size: 14px;
}

.footer-widget .sitemap-widget li a i {
    margin-right: 5px;
    color: #ff3115;
}

.contact_box {
    margin-bottom: -7rem;
}

.footer-widget h4 {
    color: #fff;
    border-bottom: 1px solid #ff3115;
    width: fit-content;
}

.top-strip span:not(:first-child) {
    margin-left: 10px;
}

.top-strip span a {
    color: #fff;
    font-size: 14px;
}

.right-strip span:not(:last-child) {
    margin-right: 20px;
}

.right-strip span a {
    color: #fff;
    font-size: 24px;
}

.middle-header span:not(:last-child) {
    margin-right: 20px;
}

.middle-header .icon {
    font-size: 30px;
    color: #ff3115;
    margin-right: 8px;
}

.middle-header .text h5 {
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

.middle-header .text p {
    font-size: 14px;
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff3115;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.department_name {
    width: fit-content;
}

.about_teacher .icon_text {
    margin-right: 30px;
    width: 230px;
}

.about_teacher .icon_text i {
    font-size: 30px;
    color: #ff3115;
    margin-right: 8px;
}

.about_teacher .icon_text span {
    font-size: 18px;
    font-weight: 800;
}

.teacher_name h4 {
    font-size: 30px;
    font-weight: 800;
}

.teacher_name p {
    font-size: 18px;
    font-weight: 300;
    color: #ff3115;
}

.page_banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/bg-college.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 130px;
}
.page_banner h2{
    margin-top:20px;
    font-size:18px;
}
.contact-page-section .contact-address-section .contact-info {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    padding: 25px 0 23px;
    text-align: center;
    height: 100%;
}
.contact-page-section .contact-address-section .contact-info i {
    color: #ff3115;
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.contact-page-section .contact-address-section .contact-info a{
    color: #000;
}
.contact-page-section .contact-address-section .contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info p {
    color: #505050;
    margin: 0;
    padding: 0;
}
.breadcrumbs span:not(:first-child){
    padding-left:20px;
}
.breadcrumbs span a{
    font-size:14px;
    color:#fff;
}
#mainheader .col-md-12{
        background:#000;
    }
    .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
@media(max-width:600px){
    .carousel-text{
        width:80%;
    }
     .carousel-text h2{
         font-size:20px;
     }
     .carousel-text p{
         font-size:14px;
     }
     #main-banner {
        height: 268px;
           margin-top: 0px;
    }
      #main-banner .carousel-item img{
          height:100%;
          object-fit:cover;
      }
     .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-bottom-color: transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
        border-bottom: 1px solid #fff;
        position: relative;
        height: 1em;
        top: 0.1em;
        transition: all 0.5s;
    }
    .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(-45deg) translateY(6px) translateX(-6px);
    }
    .navbar-light .navbar-toggler-icon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: all 0.5s;
    }
    .navbar-light .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        top: 10px;
        /*transform: translateY(-50%);*/
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: all 0.5s;
    }
    .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(45deg);
    }
    .navbar-light .navbar-toggler {
        border: none;
        outline: none;
        background: none;
        box-shadow: none;
    }
    #mainheader .col-md-12{
        background:#000;
    }
    .space{
        padding:2rem 0;
    }
    .attributes .col-6{
        margin-top:35px;
    }
    .section-title h4, .title, .desc-title , h3{
        font-size: 18px !important;
        font-weight: bolder;
    }
   
    .section-title p,p, ul li {
        font-size: 14px;
        line-height:1.7;
    }
    .objectives .icon {
        width: 40px;
    }
    .objectives  h4, h5{
        font-size:15px;
        font-weight:700;
    }
    .objectives  p, a{
         font-size:12px;
    }
    .middle-header .icon {
        font-size:18px;
    }
    .attributes h4, h4{
        font-size: 15px;
         font-weight:700;
    }
    
    .attributes p {
        font-size: 12px;
    }
    .attributes .icon {
        width: 77px;
        height: 59px;
        font-size: 26px;
    }
    .carousel-text a{
          font-size: 12px;
    }
    .contact_box {
        margin-bottom: -1rem;
    }
    .table{
          font-size: 12px;
    }
    .teacher_name h4 {
        font-size: 16px;
        font-weight: 800;
    }
    .about_teacher .icon_text span {
        font-size: 14px;
        font-weight: 800;
    }
    .about_teacher .icon_text i {
        font-size: 16px;
        color: #ff3115;
        margin-right: 8px;
    }
    .about_teacher .icon_text{
        width:calc(50% - 10px);
        margin-right:10px;
    }
    .about_teacher .text{
        width:50%;
         font-size: 12px;
    }
    .teacher_name p, .contact-page-section .contact-address-section .contact-info p {
        font-size: 13px;
        font-weight: 300;
        color: #ff3115;
    }
    .contact-page-section .contact-address-section .contact-info h4 {
        font-size: 14px;
       
    }
}