.notice-mar span:nth-last-child(1){
    display: none;
}
.latest-notice{
    background: #837778;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.banner{
    border: white 2px solid;
}
#banner-slider .carousel-control-prev{
    background: green;
    top: calc(100% - 40px);
    bottom: 0;
    left: calc(100% - 80px);
    height: 40px;
    width: 40px;
}
#banner-slider .carousel-control-next{
    background: green;
    top: calc(100% - 40px);
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
}
#banner-slider .carousel-caption{
    background-color: #0e0e0e59;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    text-align: start;
}
#banner-slider .carousel-caption h3{
    margin: 0;
}
.widgettitle {
    background: #44060b;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}
.about-institute li{
    margin: 2px 0;
}
.about-institute li a{
    background: #293156;
    padding-left: 10px;
    font-size: 15px;
    font-family: serif;
    color: white;
}
.about-institute li a:hover{
    background: #4f9d9d;
}
.widget_product_categories ul li{
    list-style: none;
}
.widget_product_categories ul li a{
    position: relative;
    color: black;
    font-size: 14px;
}
.widget_product_categories ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    margin: 0 15px 0 8px;
    color: black;
}
blockquote.type1{
    background-color: #f8f8f8;
    padding: 15px;
    
}
blockquote.type-12{
    background-color: #f8f8f8;
    padding: 15px;
    height: 320px;
    
}
@media (max-width: 1400px){
    
    blockquote.type-12{
        background-color: #f8f8f8;
        padding: 15px;
        height: auto;
        
    }
}
@media (max-width: 992px){
    
    blockquote.type-12{
        background-color: #f8f8f8;
        padding: 15px;
        height: auto;
        
    }
}
blockquote.type1 h4{
    font-size: 21px;
    font-weight: 600;
}
/* brand start  */
.title-curve-box{
    border-bottom: 2px solid rgb(0, 0, 73);
}
.title-curve{
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    background: rgb(0, 0, 73);
    text-align: center;
    width: 250px;
    padding: 10px;
}
.title-curve-box .title-curve .title{
    margin: 0;
}
.brand-slider .single_brand{
    height: 150px;
    padding: 10px;
    width: 200px;
    display: grid;
    place-content: center;
    background: var(--white);
}
.brand-slider .single_brand img{
    height: 100px;
    max-width: 100%;
    padding: 10px;
}
.free-content p{
    font-family: var(--medium);
}
.free-content h3, .free-content h5{
    font-family: var(--semi);
}

.video{
    width: 100%;
}
.video iframe{
    width: 100%;
}
