p.form_error_msg {
    color: red;
}

.has-error input{
    border-bottom: 2px solid #f00 !important;
    border-left: 2px solid #f00 !important;
}
.alumni-interview {
    background-repeat: no-repeat !important;
}

.white-color, .white-color h1{
    color:#fff !important;
}
.alumni-interview .interview-wrapper .interview-see-story a {
    color: #ffffff;
}
.account-page .account-content .buttons-set button {
    padding: 16px 55px;
    color: #2d2d2d;
    font-size: 16px;
    display: inline-block;
}

.front-details p,
.back-details p {
    text-align: center;
}

.footer-wrapper .foooter-container .footer-middle .links-footer h6 a{
    color: #fff;
}

.blog-right .tag .list-inline li a.active {
    background-color: #f7ca18;
    color: #fff;
}


.my-profile input, .my-profile select, .my-profile textarea{
    max-width: 100%;
}
.alumuni-table{}
.alumuni-table tr{
    border-bottom: 1px solid #ccc;
    line-height: 4em;
}
.alumuni-table th{
    line-height: 1.2em;
    color: #2d2d2d;
    font-size: 14px;
    padding: 20px 10px;
}
.alumuni-table td{vertical-align: middle;font-size: 14px;padding: 10px;/* margin: 0 !important; */line-height: 1.5em;}
.yellow-button{
    background-color: #f7ca18;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    border: none;
}
.directory-image-td img{
    /* width:50px; */
    /* border-radius:100%; */
}

.filter-box input, .filter-box select{
        width: 100%;
        height: 45px;
        border: 1px solid #acacac;
        /* margin-right: 10px; */
        padding: 10px 15px;
        font-size: 13px;
        font-family: "Montserrat-Light";
}
.filter-button{
    border: 2px solid #f7ca18;
    height: 45px;
    line-height: 1.4;
    width: 150px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.filter-area-title{
    font-weight: bold;
    color: #484848;
    font-size: 15px;
    margin-right: 20px;
    line-height: 3;
}
.home-contact-title{
    text-align: left;
    margin-left: 7%;
    font-family: Khand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #15477A;"
}
.home-contact-form-title{
     text-align: left;
     margin-left: 7%;
     font-family: Khand;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #15477A;"
}
.form-group span.extra {
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #232323;
    margin-bottom: 2px;
}
.award-root-area {
    border: 1px solid #cecece;
    padding: 11px;
    background: #fbfbfb;
}

.award-box-single {
    border: 1px solid #d6d6d6;
    background: #ffffff;
    margin-left: 39px;
    padding: 1px 11px 11px;
    margin-top: 20px;
}
.award_plus_button i{background: #FFC107; padding:10px 12px; cursor:pointer;}
.abc-button{
    padding: 16px 30px;
    font-size: 14px;
    border: none;
}
.relative-label label {
    display: initial;
    margin: 0;
    position: relative;
    top: 6px;
    background: #fff;
    left: 10px;
}
.video-youtube-box{
    margin: 25px 0;
    background: #fbfbfb;
    text-align: center;
}

.video-youtube-box {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-youtube-box::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-blog-image img {
    max-height: 195px;
    margin: 0 auto;
}
p#gallery-modal-title {
    font-size: 17px;
}
.publication-area h2{margin:10px 0;}
.publication-single h4{margin:10px 0;}
/* Fro testimonial **/
#carousel3d .carousel-3d-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        padding: 10px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    #carousel3d .carousel-3d-slide.current {
        background-color: #4EB8E7;
        color: #212B35;
        border: none;
    }

    #carousel3d .carousel-3d-slide .users-img img,
    #carousel3d .carousel-3d-slide.current .users-img img {
        width: 65px;
        height: 65px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    @media (max-width: 370px) {
        #carousel3d .carousel-3d-slide .users-img img,
        #carousel3d .carousel-3d-slide.current .users-img img {
            margin-bottom: 2px;
        }
    }

    #carousel3d .carousel-3d-slide.current .user-info .user-name {
        color: #ffffff;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }

    #carousel3d .carousel-3d-slide.current .user-info .address {
        color: #ffffff;
        display: block;
        font-size: 13px;
        font-weight: 500;
    }

    #carousel3d .carousel-3d-slide.current p {
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }
    .add-award-button {
        margin-left: 10px;
        float: left;
        margin-top: -17px;
    }
    .eligibility-text {
        color: #000;
        border-left: 5px solid #f7ca18;
        padding-left: 9px;
    }