.container-custom {
    width: 1200px;
}

.header-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header-holder .header-info a {
    background-position: left center;
    background-size: 17px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 22px;
}

.header-branding a {
    display: inline-block;
    cursor: pointer;
}

.header-branding a img {
    width: 280px;
    max-width: 100%;
}

.header-top-area {
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-mobile {
    background-image: url(../img/phone-icon.png);
    padding-left: 25px;
}

.header-cnt {
    background-image: url(../img/mail-icon.png);
    padding-left: 25px;
}

.header-main-area {
    background-color: #333;
}

.main-menu .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #feda00;
}

.header-social ul li a {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
}

.header-social ul li a img {
    width: 36px;
    max-width: 100%;
}

.header-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.header-social ul {
    margin-left: 20px;
}

.header-top-area .row {
    justify-content: space-between;
}

.main-menu {
    padding: 12px 0;
}

.main-menu .navbar-nav .nav-link {
    padding: 0 20px !important;
    font-size: 15px;
    font-weight: 400;
}

#l-header-area .header-button .btn-auth {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 30px;
}

.p-left {
    padding-left: 15px;
}

.p-right {
    padding-left: 15px;
}

.search-btn {
    color: #fff;
}

.search-section {
    text-align: right;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#slider-area .single-slide-wrap .slider-content h2 {
    font-size: 35px;
    line-height: 16rem;
    line-height: 1;
}

#slider-area .single-slide-wrap .slider-content h3 {
    font-size: 25px;
    line-height: 5.760000000000001rem;
    line-height: 1.1;
    margin: 16px 0 22px;
}

.slider-btn .btn-brand {
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

#slider-area .single-slide-wrap .slider-content .slider-btn {
    margin-top: 30px;
}

.search-section .search-btn:hover {
    color: #feda00;
}

.header-holder .header-info a:hover {
    color: #df5026;
}

.header-social ul li a:hover img {
    filter: invert(73%) sepia(99%) saturate(856%) hue-rotate(360deg) brightness(104%) contrast(105%);
}

.l-slider-section .slider-content {
    background-color: rgb(36 66 123 / 90%);
    padding: 60px 35px;
    border-radius: 0 50px 0 50px;
}

#slider-area .single-slide-wrap {
    padding: 160px 0 160px;
}

#slider-area .slide-bg-1 {
    background-image: url(../img/slider-bg-1.jpg);
}

#slider-area .slide-bg-2 {
    background-image: url(../img/slide-bg-2.jpg);
}

#slider-area .slide-bg-3 {
    background-image: url(../img/slide-bg-3.jpg);
}

#slider-area .single-slide-wrap:after {
    content: none;
}

#slider-area .single-slide-wrap {
    background-position: center right;
}

#slider-area .slider-aside-link {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-aside-link ul li a {
    border-radius: 70px;
    padding: 45px 55px;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 213px;
    height: 136px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    justify-content: center;
    align-items: center;
}

.aside-orange {
    background-color: rgb(221 94 57 / 0.9);
}

.aside-blue {
    background-color: rgb(36 67 124 / 0.9);
}

.aside-yellow {
    background-color: rgb(254 218 0 / 0.9);
}

#slider-area .owl-carousel .owl-nav {
    display: block !important;
}

#slider-area .owl-carousel .owl-nav .owl-prev {
    background-image: url(../img/btn-prev.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 0;
}

#slider-area .owl-carousel .owl-nav .owl-next {
    background-image: url(../img/btn-next.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 0;
}

#slider-area .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
}

#slider-area .owl-dots {
    display: none;
}

.section-two .yellow-box {
    font-size: 22px;
    font-weight: 700;
    display: block;
    background-color: #feda00;
    border-radius: 10px;
    border-bottom: 5px solid #24437a;
    padding: 60px 60px;
    text-align: center;
}

.section-two .yellow-box span {
    display: block;
    margin-top: 20px;
    color: #000;
}

.section-two {
    padding: 100px 0;
}

.section-two .yellow-box:hover {
    border-bottom: 5px solid #df5026;
}

.sec2-counter {
    background-color: #24437a !important;
    padding: 70px 0 !important;
}

.funfact-info {
    text-align: center !important;
}

#funfact-area .single-funfact-wrap {
    margin-bottom: 0;
    margin-left: 0;
}

.funfact-info .funfact-count {
    font-weight: 700 !important;
}

.funfact-info h5 {
    margin-bottom: 30px !important;
}

#scholership-promo {
    background-image: url(../img/promo.jpg);
    padding: 100px 0 117px;
}

#scholership-promo .scholership-promo-text h2 span {
    color: #df5026;
}

.scholership-promo-text h2 {
    font-size: 35px;
}

#scholership-promo .scholership-promo-text h2 {
    margin-bottom: 9px;
    font-size: 35px;
}

#scholership-promo .scholership-promo-text .btn-brand {
    margin-top: 20px;
}

.scholership-promo-text p {
    font-size: 16px;
    font-weight: 500;
}

.section-four .row {
    justify-content: center;
}

.section-five {
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 566px;
    display: flex;
}

.about-cnt h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.about-cnt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.about-cnt {
    text-align: center;
}

.section-five .row {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-six {
    background-color: #df5026;
    height: 158px;
    display: flex;
    align-items: center;
}

.section-six h2 {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
}

.section-six .btn-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.grid-wrap-1 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-areas: "content1 content2 content3";
    grid-gap: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #fff;
    text-align: center;
    height: 330px;
}

.grid-wrap-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-areas: "content1 content2 content3";
    grid-gap: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #fff;
    text-align: center;
    height: 330px;
    padding-top: 20px;
}

.grid-wrap-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "content1 content2 content3";
    grid-gap: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 360px;
    padding-top: 20px;
}

.content1 {
    background: #6fffd2;
    grid-area: content1;
    border-radius: 10px;
}

.content2 {
    background: #64ffda;
    grid-area: content2;
    border-radius: 10px;
}

.content3 {
    background: #73ffba;
    grid-area: content3;
    border-radius: 10px;
}

.content4 {
    background: #6fffd2;
    grid-area: content1;
    border-radius: 10px;
}

.content5 {
    background: #64ffda;
    grid-area: content2;
    border-radius: 10px;
}

.content6 {
    background: #73ffba;
    grid-area: content3;
    border-radius: 10px;
}

.grid-wrap-1 a {
    padding-top: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.grid-wrap-2 a {
    padding-top: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.grid-wrap-3 a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 160px 57px 0;
}

.section-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-seven h2 {
    font-size: 35px;
    margin-bottom: 35px;
}

.section-seven .row {
    text-align: center;
    justify-content: center;
}

.section-seven .btn-brand {
    margin-top: 30px;
}

.l-post-right h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}

.l-post-right h5 {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: #df5026;
    line-height: 25px;
}

.l-post-right p {
    font-size: 16px;
    line-height: 24px;
}

.l-post-left {
    width: 127px;
    height: 139px;
    margin-right: 15px;
}

.l-post-left img {
    width: 127px;
    height: 139px;
    object-fit: cover;
    border-radius: 6px;
}

.l-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.l-post-item:last-child {
    border-bottom: none;
}

.latest-post-wrap {
    padding: 0 30px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.latest-post-wrap-2 {
    padding: 0 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    padding-top: 10px;
}

.post-head h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-footer a {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    padding-right: 10px;
}

.post-footer span {
    padding-right: 10px;
    display: inline-block;
}

.post-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 52px;
    padding-bottom: 20px;
}

.ev-date h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
    padding: 20px 22px;
}

.ev-date h2 span {
    font-size: 18px !important;
    font-weight: 500;
}

.ev-date {
    background-color: #df5026;
    border-radius: 8px;
    text-align: center;
}

.ev-year {
    text-align: center;
    -webkit-box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 21px -7px rgba(0, 0, 0, 0.14);
    background-color: #fff;
}

.latest-post-wrap-2 .l-post-item {
    border-bottom: none;
}

a.comment {
    padding-left: 110px;
}

.post-btn {
    text-align: center;
    margin-top: 30px;
}

.section-nine .row h2 {
    font-size: 35px;
}

.section-nine .row {
    justify-content: center;
}

section.section-nine {
    padding-top: 70px;
    padding-bottom: 100px;
}

#footer-area .footer-widget {
    background-color: #f3f3f3;
    color: #333333;
    padding: 90px 0 50px
}

#footer-area a {
    color: #333;
}

.footer-about img {
    mix-blend-mode: darken;
}

#footer-area .footer-bottom {
    background-color: #f3f3f3;
    color: #333;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}

#footer-area .footer-widget .single-widget-wrap .widget-title {
    color: #333;
    font-weight: 500;
    font-size: 22px;
    line-height: 3.5200000000000005rem;
    margin-bottom: 35px;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:before {
    content: none;
}

.ftr-right {
    display: flex;
    align-items: flex-end;
}

.ftr-right .single-widget-wrap {
    padding-left: 110px;
}

.ftr-contact a {
    display: block;
}

.ftr-contact p span {
    font-weight: 500;
}

.ftr-contact p {
    margin-bottom: 30px;
}

.btn-fixed-btm {
    background-color: #df5026;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: 0;
    right: 203px;
    z-index: 99;
}

.btn-fixed-btm:hover {
    color: #000;
    background-color: #feda00;
}


/*inner*/

#page-content-wrap .about-page-content-wrap,
.event-page-content-wrap {
    background-color: #fff !important;
}

#page-content-wrap .about-page-content-wrap .single-about-text {
    background-color: #ecf1f5;
    border-radius: 10px;
}


/*.event-page-content-wrap .all-event-list .single-upcoming-event{
    background-color: #ecf1f5 !important;
    color: #333;
}*/

.single-upcoming-event .event-countdown .event-countdown-counter .counter-item .counter-label {
    color: #333 !important;
}

.single-upcoming-event .up-event-text h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 500;
}

.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover {
    background-color: #2f4da1;
    color: #fff;
}

.event-countdown .event-countdown-counter .counter-item .single-cont {
    background-color: #2f4da1;
}

.event-countdown .event-countdown-counter .counter-item {
    margin-right: 10px;
}


/* blog */

.pagination-wrap .pagination .page-item.active .page-link {
    background-color: #24437a;
    border-color: #24437a;
}

.pagination-wrap .pagination .page-link {
    border-radius: 5px;
}

.pagination-wrap .pagination li a:hover {
    background-color: #24437a;
    border-color: #24437a;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags .active {
    background-color: #24437a;
    border-color: #24437a;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a:hover {
    background-color: #24437a;
    border-color: #24437a;
}

.contact-form-wrap form .form-control {
    border-radius: 10px;
}

.contact-details {
    margin-bottom: 80px;
}

.contact-social ul li a img {
    width: 27px;
    max-width: 100%;
    filter: brightness(0);
    opacity: .7;
}

.contact-social ul li a {
    cursor: pointer;
    display: inline-block;
    width: 27px;
    height: 27px;
}

.contact-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.contact-social ul {
    margin-left: 20px;
}

.contact-details h5 {
    font-size: 22px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
    margin-left: 10px;
}

#page-content-wrap .about-page-content-wrap .single-about-text img {
    border-radius: 10px !important;
    padding: 0;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin-right: 22px;
}

.single-committee-member .commitee-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.single-committee-member h3 {
    border-radius: 10px;
}
.single-committee-member .commitee-thumb img{
        max-width: 100%;
    height: 357px;
    object-fit: cover;
}
.single-blog-post .blog-thumb .blog-thumbnail img{
        max-width: 100%;
    height: 100%;
    width : 100%;
    object-fit: cover;
}
.gallery-page-wrap .single-blog-post {
    margin-bottom: 30px ;
}
.gallery-page-wrap.section-padding{
        padding: 50px 0;
}
.gallery-menu {
    margin-bottom: 70px;
}