/*Apply Now Page*/

.application_form h5 {
    font-weight: bolder;
    color: #1A1A1A;
}

.application_form .btn-primary {
    background-color: #0B2947;
    border-color: #0B2947;
}

.application_form .btn {
    font-size: 12px;
}

.application_form #lined {
    display: block;
    margin: auto;
    width: 90%;
    font-size: 0.8rem;
    padding: 10px 0;
    line-height: 40px;
    background-image: linear-gradient(#eee 1px, transparent 1px);
    background-size: 100% 40px;
    border: 0;
    outline: 0;
}

.application_form .form-control {
    background-color: #EBEBEB;
    border-color: transparent;
    font-weight: 500;
    font-size: 0.8rem;
}

.application_form .submit_btn {
    font-size: 14px;
    padding: .5rem 1.5rem;
}


/*End Apply Now Page*/


/*News Detail Page*/

.news_detail_container p {
    font-size: 12px;
}

.news_detail_container .img-fluid {
    width: 100%;
}

.news_detail_container .related_img {
    height: 110px;
}

.news_detail_container .media_paragraph {
    margin-bottom: 3%;
}

.news_detail_container #pointer {
    transform: rotate(180deg);
    margin-top: 0;
    width: 80px;
    height: auto;
    position: static;
    background: #0b2947;
}

.news_detail_container #pointer p {
    transform: rotate(180deg);
    color: white;
    text-align: center;
}

.news_detail_container #pointer:after {
    border-left: 12px solid #fff;
}

.news_detail_container .filter_img {
    filter: brightness(0.5);
}

.news_detail_container .filter_img:hover {
    filter: none;
}

@media screen and (max-width: 767px) {
    .news_detail_container .news_images {
        margin-bottom: 5%;
    }
}


/*End News Detail Page*/


/*Clubs & Societies Page*/

.clubs_societies_section {
    background-color: #f8f8f8;
}

.clubs_societies_section .container {
    padding-top: 2%;
    padding-bottom: 5%;
}

.clubs_societies_section .info .nav-pills {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    border-bottom-width: 5px;
}

.clubs_societies_section .info .nav-pills .active {
    color: darkcyan;
    background-color: transparent;
    border-bottom-color: #0C2949;
    border-bottom-style: solid;
    border-radius: 4px;
    border-bottom-width: 5px;
    font-size: 14px;
}

.clubs_societies_section .info {
    padding-bottom: 50px;
}

.clubs_societies_section .info .card {
    background-color: white;
}

.clubs_societies_section .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.clubs_societies_section .accordion .card-header.collapsed:after {
    content: "\f067";
}

.clubs_societies_section .info .card .card-header {
    margin-bottom: 1%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(85, 86, 254, 0.1);
    cursor: pointer;
}

.clubs_societies_section .info .card {
    background-color: #f8f8f8;
    border: 0;
}

.clubs_societies_section .tab_anchor {
    color: #0C2949;
}


/*.clubs_societies_section li:first-child{
margin-right: 10rem;
}*/

.clubs_societies_section li {
    width: 33%;
    text-align: center;
}

.clubs_societies_section .btn {
    color: #f8f9fa;
    border-color: #f8f9fa;
    background-color: transparent;
}

.clubs_societies_section .btn:hover {
    color: black;
    border-color: #f8f9fa;
    background-color: white;
}

.clubs_societies_section .main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.clubs_societies_section .container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.clubs_societies_section .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /*margin-bottom: 3%;*/
}

.clubs_societies_section .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.clubs_societies_section .content:hover .content-overlay {
    opacity: 1;
}

.clubs_societies_section .content-image {
    width: 100%;
    filter: brightness(0.5);
}

.clubs_societies_section .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.clubs_societies_section .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.clubs_societies_section .content-details h4 {
    color: #fff;
    font-weight: lighter;
    margin-bottom: 0.5em;
}

.clubs_societies_section .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.clubs_societies_section .col-md-4 {
    padding: 5px;
}

.sustainability_section p {
    font-size: 13px;
}

.sustainability_section li {
    font-size: 13px;
}

.sustainability_section .top_img {
    height: 330px;
}

.sustainability_section .top_center_img {
    height: 167px;
    position: absolute;
    left: 32%;
    bottom: 0;
    outline: 5px solid white;
}

.sustainability_section .top_img_div {
    position: relative;
}

@media screen and (max-width: 767px) {
    .sustainability_section .top_img_div {
        position: static;
    }
    .sustainability_section .top_img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2%;
    }
    .sustainability_section .top_center_img {
        width: 100%;
        max-width: 100%;
        position: static;
        outline: 5px solid white;
    }
    .energy_section .distinctive_img {
        margin-bottom: 2%;
    }
}

.sustainability_section .waste_top_img {
    height: 330px;
}

.sustainability_section .waste_center_img {
    height: 167px;
    position: absolute;
    left: 29%;
    bottom: 0;
    outline: 5px solid white;
}

.sustainability_section .waste_right_img {
    width: 250px;
    height: 330px;
}

.sustainability_section .waste_img_div {
    position: relative;
}

.sustainability_section .waste_row {
    margin-top: 5%;
}

@media screen and (max-width: 767px) {
    .sustainability_section .waste_img_div {
        position: static;
    }
    .sustainability_section .waste_top_img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2%;
    }
    .sustainability_section .waste_center_img {
        width: 100%;
        max-width: 100%;
        position: static;
        outline: 5px solid white;
    }
    .sustainability_section .waste_right_img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2%;
    }
    .transportation_section .transport_top_img,
    .transport_bottom_img {
        width: 100%;
        max-width: 100%;
    }
    .research_bottom_img {
        width: 100%;
        max-width: 100%;
    }
    .transport_right_img {
        margin-top: 1%;
        width: 100% !important;
        max-width: 100%;
    }
}

.energy_section {
    color: white;
}

.energy_section .distinctive_paragraph {
    font-size: 12px;
}

.energy_section .c1 {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 8%;
    padding-right: 8%;
}

.energy_section .c2 {
    margin-top: -6%;
}

.energy_section .right {
    float: right;
    font-size: 13px;
}

.energy_section .left {
    float: left;
    font-size: 13px;
}

.transportation_section,
.energy_section {
    margin-top: 4%;
}

.transportation_section p,
.transportation_section li {
    font-size: 13px;
}

.transportation_section .transport_top_img {
    height: 210px;
}

.transportation_section .transport_bottom_img {
    height: 184px;
    margin-top: 3px;
}

.transportation_section .research_row {
    margin-top: 5%;
}