@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Playfair+Display:400,700,900");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
    background: #fff;
    font-family: "Didact Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #141212;
}

.container {
    max-width: 100%;
    padding: 0 30px;
}

h2 {
    color: #141212;
    font-size: 30px;
    font-weight: 900;
}

@media (min-width: 991px) and (max-width: 1024px) {
    h2 {
        font-size: 22px;
        line-height: 1;
    }
}

.navbar-light {
    background-color: rgba(255, 255, 255, 0.95) !important;
    padding: 20px 0.5rem;
    transition: padding 0.5s;
    box-shadow: 11px 12px 68px rgba(0, 0, 0, 0.07);
}

.navbar-light.fixed-top {
    width: 100%;
}

.navbar-light.top-nav-collapse {
    padding: 8px 0.5rem;
    box-shadow: 11px 12px 68px rgba(0, 0, 0, 0.07);
    background-color: white !important;
}

.navbar-light.top-nav-collapse .nav-search .form-inline {
    border: 1px solid #eee;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-light .container {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-light .navbar-brand {
        max-width: 130px;
        flex: 0 0 130px;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-brand {
        max-width: 110px;
    }
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler .toggle-icon {
    background: #E40613;
    height: 3px;
    width: 35px;
    display: block;
    margin: 6px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #141212;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.7rem 0;
    margin: 0 20px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 10px;
    }
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #E40613;
}

.navbar-light .navbar-nav.social-icons li:not(:last-child) {
    margin-right: 15px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-light .navbar-nav.social-icons li:not(:last-child) {
        margin-right: 10px;
    }
}

.navbar-light .nav-search {
    position: relative;
    margin-left: 60px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar-light .nav-search {
        margin-left: 0;
        margin-right: 20px;
    }
}

.navbar-light .nav-search .form-inline .form-control {
    height: 45px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    margin-right: 0 !important;
}

@media (min-width: 1601px) {
    .navbar-light .nav-search .form-inline .form-control {
        width: 280px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-light .nav-search .form-inline .form-control {
        width: 100%;
    }
}

.navbar-light .nav-search .form-inline .btn {
    background: #ffffff;
    position: absolute;
    right: 1px;
    height: 45px;
    width: 45px;
    border: none;
    border-radius: 0;
    font-size: 12px;
}

.navbar-light .nav-search .form-inline .btn:hover {
    color: #E40613;
}

.navbar-light .navbar-nav.social-icons li a {
    color: #ffffff;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    background: #E40613;
    line-height: 35px;
    border-radius: 50%;
}

.navbar-light .navbar-nav.social-icons li a:hover {
    background: #ffffff;
    color: #E40613;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.home-banner .container {
    padding: 0;
}

.home-banner {
    position: relative;
}

.home-banner .container {
    padding: 0;
}

@media (max-width: 767px) {
    .home-banner .container img {
        height: 540px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-banner .container img {
        height: 540px;
        object-fit: cover;
    }
}

.home-banner .container .banner-caption {
    position: absolute;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 1130px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .home-banner .container .banner-caption {
        bottom: 30%;
    }
}

.home-banner .container .banner-caption h1 {
    font-size: 90px;
    font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-banner .container .banner-caption h1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .home-banner .container .banner-caption h1 {
        font-size: 5vw;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .home-banner .container .banner-caption h1 {
        font-size: 70px;
    }
}

.home-banner .container .banner-caption a {
    color: #ffffff;
    transition: all 0.3s;
}

.home-banner .container .banner-caption a:hover {
    color: #E40613;
    text-decoration: none;
}

.news-main-section {
    padding: 40px 0;
}

.news-main-section .first {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.box-layout {
    margin: 40px 0 70px 0;
}

@media (max-width: 767px) {
    .box-layout {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.box-layout .news-image img {
    width: 100%;
}

.box-layout span {
    display: block;
    color: #555555;
    margin-bottom: 10px;
}

.box-layout h4 {
    color: #141212;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 2rem;
}

@media (max-width: 767px) {
    .box-layout h4 {
        font-size: 16px;
        line-height: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box-layout h4 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .box-layout h4 {
        font-size: 17px;
        line-height: 1.5rem;
    }
}

.box-layout p {
    color: #555555;
    line-height: 24px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .box-layout p {
        line-height: 1.2rem;
    }
}

.box-layout a {
    font-family: "Playfair Display", serif;
    color: #141212;
    font-weight: 900;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.box-layout a i {
    float: right;
    margin-top: 3px;
}

.box-layout a:hover i {
    color: #E40613;
}

.news-pushed-content .news-content {
    padding: 30px;
    box-shadow: 11px 12px 68px rgba(0, 0, 0, 0.07);
    width: calc(100% - 50px);
    margin: -30px auto 0;
    z-index: 10;
    background: #ffffff;
    padding-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .news-pushed-content .news-content {
        width: calc(100% - 30px);
        padding: 20px 20px 60px 20px;
    }
}

.news-pushed-content .news-content a {
    position: absolute;
    width: calc(100% - 60px);
    /*left: 0;*/
    /*right: 0;*/
    margin: 0 auto;
    bottom: 30px;
}

.sidebar-news-section {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 68px rgba(0, 0, 0, 0.18);
    margin-top: 40px;
    border: 1px solid #CFCFCF;
}

@media (max-width: 767px) {
    .sidebar-news-section {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section {
        padding: 20px;
    }
}

.sidebar-news-section.visual-world {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .sidebar-news-section.visual-world {
        margin-top: 40px;
    }
}

.sidebar-news-section.visual-world h2 {
    margin-bottom: 20px;
}

.sidebar-news-section.visual-world p {
    margin-bottom: 30px;
}

.sidebar-news-section.follows {
    margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section.follows {
        margin-top: 60px;
    }
}

.sidebar-news-section.follows h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar-news-section.follows .sidebar-image {
    padding-bottom: 29px;
    margin-bottom: 21px;
    border-bottom: 1px solid #f2f2f2;
}

.sidebar-news-section h2 {
    margin-bottom: 50px;
    margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-news-section h2 {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.sidebar-news-section ul {
    padding: 0;
    margin: 0;
}

.sidebar-news-section ul li {
    list-style: none;
}

.sidebar-news-section ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sidebar-news-section .sidebar-news-block:after {
    display: table;
    content: "";
    clear: both;
}

.sidebar-news-section .sidebar-news-block .news-image {
    width: 100px;
    float: left;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-news-section .sidebar-news-block .news-image {
        width: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-news-block .news-image {
        width: 60px;
    }
}

.sidebar-news-section .sidebar-news-block .news-image img {
    height: 78px;
    width: 100px;
    object-fit: cover;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-news-section .sidebar-news-block .news-image img {
        height: 68px;
        width: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-news-block .news-image img {
        height: 48px;
        width: 60px;
    }
}

.sidebar-news-section .sidebar-news-block .news-content {
    float: left;
    width: calc(100% - 100px);
    padding-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-news-section .sidebar-news-block .news-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-news-block .news-content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .sidebar-news-section .sidebar-news-block .news-content {
        margin-top: -8px;
    }
}

.sidebar-news-section .sidebar-news-block .news-content span {
    display: block;
    color: #555555;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-news-block .news-content span {
        font-size: 14px;
    }
}

.sidebar-news-section .sidebar-news-block .news-content h4 {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-news-section .sidebar-news-block .news-content h4 {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-news-block .news-content h4 {
        font-size: 13px;
    }
}

.see-more {
    text-align: center;
    margin: 68px 0;
}

.see-more a {
    display: inline-block;
    border: 1px solid currentColor;
    color: #141212;
    letter-spacing: 0.15rem;
    padding: 10px 29px;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.see-more a:hover {
    background: #E40613;
    color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .see-more a {
        padding: 10px 12px;
    }
}

.fullwidth-ads {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .fullwidth-ads {
        margin-bottom: 40px;
    }
}

.normal-news-section .news-content {
    padding: 20px 0;
}

.section-news {
    padding-top: 0px;
}

.section-news [class*=col] {
    height: 100%;
}

.section-news .inner-news-section {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .section-news .inner-news-section {
        padding-top: 40px;
    }
}

.sidebar-newsletter {
    background: #141212;
    padding: 75px;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .sidebar-newsletter {
        padding: 50px 35px;
        min-height: 1px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar-newsletter {
        padding: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-newsletter {
        padding: 25px;
    }
}

.sidebar-newsletter h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-newsletter h2 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 20px;
    }
}

.sidebar-newsletter p {
    color: #ffffff;
}

.sidebar-newsletter .form-control {
    height: 50px;
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
}

.sidebar-newsletter .form-control::placeholder {
    color: #555555;
}

.sidebar-newsletter .btn-danger {
    color: #fff;
    background-color: #E40613;
    border-color: #E40613;
    font-size: 14px;
    letter-spacing: 0.15rem;
    border-radius: 0;
    padding: 15px;
    line-height: 1;
    min-width: 146px;
    transition: all 0.3s;
}

.sidebar-newsletter .btn-danger:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #E40613;
}

.news-section .embed-responsive-21by9::before {
    padding-top: 56.557143%;
}

.student-placement {
    margin-top: 40px;
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 767px) {
    .student-placement {
        margin: 0;
    }
}

.student-placement:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}

@media (max-width: 767px) {
    .student-placement img {
        height: 350px;
        object-fit: cover;
    }
}

.student-placement h2 {
    margin-top: 40px;
    margin-bottom: 80px;
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
    font-size: 48px;
    color: #ffffff;
    line-height: 73px;
    max-width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .student-placement h2 {
        font-size: 5vw;
        line-height: 1.3;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .student-placement h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

.visual-world-caption {
    position: relative;
}

.visual-world-caption .visual-world-text-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    height: 100%;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.68);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.sidebar-news-section .sidebar-social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar-news-section .sidebar-social-icons ul li:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .sidebar-news-section .sidebar-social-icons ul li:not(:last-child) {
        margin-right: 8px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .sidebar-news-section .sidebar-social-icons ul li {
        margin-bottom: 10px;
    }
}

.sidebar-news-section .sidebar-social-icons ul li a {
    height: 57px;
    width: 57px;
    line-height: 57px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    font-size: 24px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .sidebar-news-section .sidebar-social-icons ul li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

.sidebar-news-section .sidebar-social-icons ul li a:before {
    background-color: #ffffff;
    border-radius: 2px;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: -1;
}

@media (max-width: 767px) and (orientation: portrait) {
    .sidebar-news-section .sidebar-social-icons ul li a:before {
        height: 25px;
        width: 25px;
    }
}

.sidebar-news-section .sidebar-social-icons ul li.twitter a {
    background: #31AAEA;
    color: #31AAEA;
}

.sidebar-news-section .sidebar-social-icons ul li.youtube a {
    background: #E51C47;
    color: #E51C47;
}

.sidebar-news-section .sidebar-social-icons ul li.instagram a {
    background: #46678C;
    color: #46678C;
}

.sidebar-news-section .sidebar-social-icons ul li.facebook a {
    background: #353887;
    color: #353887;
}

.sidebar-news-sections {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .sidebar-news-sections {
        margin-top: 0;
    }
}

.footer {
    background: #141212;
    text-align: center;
    position: relative;
    padding: 50px 0 20px 0;
}

.footer a.scrollToTop {
    position: absolute;
    left: 50%;
    top: -5px;
    border: 1px solid #e40613;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #e40613;
    box-sizing: border-box;
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.footer a.scrollToTop i {
    color: #fff;
    line-height: 30px;
    font-size: 22px;
    padding: 0 4px 0 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.footer .footer-logo {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.footer .footer-nav ul {
    padding: 0;
}

.footer .footer-nav ul li {
    display: inline-block;
    font-size: 15px;
    padding: 10px;
}

.footer .footer-nav ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer .footer-nav ul li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E40613;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.footer .footer-nav ul li a:hover:after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.footer .footer-social-icons ul {
    padding: 0;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
}

.footer .footer-social-icons ul:before {
    position: absolute;
    width: 40%;
    left: 0;
    top: 18px;
    height: 1px;
    content: "";
    background-color: #868686;
}

@media (max-width: 767px) {
    .footer .footer-social-icons ul:before {
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .footer-social-icons ul:before {
        width: calc(50% - 150px);
    }
}

.footer .footer-social-icons ul:after {
    position: absolute;
    width: 40%;
    right: 0;
    top: 18px;
    height: 1px;
    content: "";
    background-color: #868686;
}

@media (max-width: 767px) {
    .footer .footer-social-icons ul:after {
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .footer-social-icons ul:after {
        width: calc(50% - 150px);
    }
}

.footer .footer-social-icons ul li {
    display: inline;
    margin-right: 7px;
    margin-left: 7px;
    list-style: none;
}

.footer .footer-social-icons ul li a {
    text-decoration: none;
    border: 1px solid #868686;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.footer .footer-social-icons ul li a i {
    font-size: 16px;
    color: #868686;
    line-height: 33px;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.footer .footer-social-icons ul li a:hover {
    background-color: #E40613;
    border: 1px solid #E40613;
    color: #fff;
}

.footer .footer-social-icons ul li a:hover i {
    color: #ffffff;
}

.footer .copy-right-section {
    padding-top: 30px;
    font-size: 16px;
    color: #868686;
    margin-bottom: 1rem;
}

.footer .copy-right-section a {
    color: #E40613;
}

@media (min-width: 1400px) {
    .add-space-right {
        padding-right: 100px;
    }
}

.inner-page-wrapper {
    margin-top: 130px;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .inner-page-wrapper {
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .inner-page-wrapper {
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-page-wrapper {
        margin-top: 60px;
    }
}

.inner-page-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.inner-page-title h1 {
    font-size: 48px;
    font-weight: 900;
    color: #141212;
}

@media (max-width: 767px) {
    .inner-page-title h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .inner-page-title h1 {
        font-size: 40px;
    }
}

.inner-page-title p {
    font-size: 20px;
    color: #555555;
    margin-bottom: 0;
}

.inner-page-title span {
    color: #555555;
    text-transform: uppercase;
}

.about-categories {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 1025px) {
    .about-category-block {
        margin-bottom: 50px;
    }
}

.about-category-block h5 {
    font-size: 18px;
    font-weight: 900;
    color: #141212;
    margin-bottom: 20px;
}

.about-category-block p {
    color: #555555;
}

.about-category-block p a {
    color: #E40613;
}

.about-category-block p b {
    font-weight: 400;
}

.about-category-block ul {
    padding: 0;
}

.about-category-block ul li {
    list-style: none;
    display: inline-block;
    line-height: 12px;
    color: #555555;
}

.about-category-block ul li:not(:last-child) {
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #555555;
}

.content-two-col .row {
    margin: 0 -40px;
}

.content-two-col .row [class*=col] {
    padding: 0 40px;
}

.inner-page-wrapper .sidebar-news-section {
    margin-top: 0;
    margin-bottom: 30px;
}


/*visual world page*/

.visual-world-news-section .box-layout {
    margin: 40px 0 30px 0;
}

.visual-world-news-section .box-layout .news-content {
    padding: 30px;
}

.visual-world-news-section .box-layout .news-content h4 {
    max-width: 440px;
    margin: 0 auto;
}

.gallery-page-section .inner-page-title p {
    max-width: 75%;
}

.gallery-slider-section {
    max-width: 1225px;
    margin: 0 auto;
}

.gallery-slider-section .gallery-slider {
    padding-top: 60px;
    margin-bottom: 10px;
}

.gallery-thumbnails .news-section {
    margin-bottom: 0;
}

.gallery-thumbnails .news-section .news-image {
    padding: 10px;
    background: #fff;
    box-shadow: 11px 12px 65px rgba(0, 0, 0, 0.07);
}

.gallery-thumbnails .news-section .news-content h4 {
    font-size: 18px;
    line-height: 29px;
}

.owl-carousel .item {
    position: relative;
}

.owl-carousel .item .absolute-caption {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    max-width: 835px;
    width: 100%;
    text-align: center;
    padding: 30px;
    left: auto;
    right: 80px;
}

.owl-carousel .item .normal-caption {
    background: #F2F2F2;
    padding: 32px 50px;
    width: calc(100% - 80px);
}

.owl-carousel .item .gallery-caption h4 {
    font-size: 20px;
    margin: 0;
}

.owl-carousel .item .gallery-caption p {
    margin: 0;
    color: #555555;
    line-height: 24px;
}

.owl-carousel .owl-nav {
    position: absolute;
    margin: 0;
    right: -88px;
    background: #fff;
    padding: 33px 25px;
    bottom: 0px;
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #555555 !important;
    margin: 0 7px;
    padding: 0;
    border-radius: 50px;
    background: #ffffff !important;
    box-shadow: 2px 4px 41px rgba(0, 0, 0, 0.13);
    height: 45px;
    width: 45px;
    font-size: 30px !important;
    opacity: 1;
    outline: none;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    color: #ffffff !important;
    background: #E40613 !important;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

@media (min-width: 768px) {
    .article-listing-page-section .article-listing-section {
        margin-top: 80px;
    }
}

@media (min-width: 1025px) {
    .article-listing-page-section .article-listing-section .box-layout {
        position: relative;
        margin-top: 0;
        margin-bottom: 60px;
    }
    .article-listing-page-section .article-listing-section .box-layout .news-image {
        width: 46.33333%;
    }
    .article-listing-page-section .article-listing-section .box-layout .news-image img {
        height: 350px;
        object-fit: cover;
    }
    .article-listing-page-section .article-listing-section .news-pushed-content .news-content {
        box-shadow: 11px 12px 68px rgba(0, 0, 0, 0.07);
        margin: 0;
        position: absolute;
        width: calc(100% - 46.33333% + 30px);
        right: 0;
        top: 30px;
        height: calc(100% - 60px) !important;
    }
}

.article-listing-page-section .sidebar-newsletter {
    margin-bottom: 30px;
}

.article-detail-page-section .row [class*=col] {
    position: static;
}

.article-detail-page-section .add-space-right {
    padding-left: 50px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .article-detail-page-section .add-space-right {
        padding-left: 0;
    }
}

.article-detail-page-section .add-space-right .article-share {
    max-width: 150px;
    text-align: center;
    padding: 60px 30px;
    border-right: 1px solid #f2f2f2;
    margin-left: auto;
    margin-top: 105px;
    margin-right: 13px;
}

@media (max-width: 767px) {
    .article-detail-page-section .add-space-right .article-share {
        max-width: 100%;
        text-align: left;
        padding: 30px 0;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 30px;
        margin-top: 0;
        margin-right: 0;
        border-right: none;
    }
}

.article-detail-page-section .add-space-right .article-share.scroll-to-fixed-fixed {
    margin-top: 0;
}

.article-detail-page-section .add-space-right .article-share h4 {
    text-transform: uppercase;
    font-size: 18px;
}

.article-detail-page-section .add-space-right .article-share h4 span {
    text-transform: none;
    font-weight: 400;
    color: #555555;
    display: block;
    font-family: "Didact Gothic", sans-serif;
}

.article-detail-page-section .add-space-right .article-share ul {
    padding: 0;
    margin: 0;
}

.article-detail-page-section .add-space-right .article-share ul li {
    list-style: none;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .article-detail-page-section .add-space-right .article-share ul li {
        display: inline-block;
        text-align: center;
        margin-right: 5px;
    }
}

.article-detail-page-section .add-space-right .article-share ul li a {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #ffffff;
    -webkit-box-shadow: 2px 4px 34px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 34px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
}

.article-detail-page-section .add-space-right .article-share ul li a i.fa-facebook {
    color: #3C5A9A;
}

.article-detail-page-section .add-space-right .article-share ul li a i.fa-twitter {
    color: #5DA8DC;
}

.article-detail-page-section .add-space-right .article-share ul li a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-detail-page-section .add-space-right .article-share ul li a i.fa-google-plus {
    color: #DD4B39;
}

.may-also-like {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #f2f2f2;
}

.may-also-like h2 {
    margin-bottom: 20px;
}

.article-detail-section p {
    color: #555555;
    margin-bottom: 50px;
}

.article-detail-section p:first-child {
    margin-bottom: 30px;
}

.article-detail-section .single-post-image {
    position: relative;
    margin-bottom: 35px;
}

.article-detail-section .single-post-image .single-post-caption {
    background: #F2F2F2;
    padding: 10px;
}

.article-detail-section .single-post-image p {
    font-size: 18px;
    margin: 0;
}

.article-listing-pagenation {
    border-top: 1px solid #f2f2f2;
    margin-top: 100px;
}

.article-listing-pagenation .pagination {
    justify-content: flex-end;
    padding-top: 30px;
}

.article-listing-pagenation .pagination li.prev {
    margin-right: 20px;
}

.article-listing-pagenation .pagination li.next {
    margin-left: 20px;
}

.article-listing-pagenation .pagination li a {
    color: #555555;
    background: none;
    border: none;
    border-radius: 50% !important;
    padding: 0;
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.article-listing-pagenation .pagination li a:hover {
    background: #E40613;
    color: #ffffff;
}

.article-listing-pagenation .pagination li.current a {
    background: #E40613;
    color: #ffffff;
}

.more-about-author {
    padding: 40px 0;
    border-top: 1px solid #f2f2f2;
}

.more-about-author .author-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.more-about-author .author-sec img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 30px;
}

.more-about-author .author-sec h4 {
    font-size: 20px;
    margin: 0;
}

.more-about-author .author-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100px;
}

.more-about-author .author-more a {
    color: #141212;
    letter-spacing: 0.15rem;
    font-size: 14px;
    text-decoration: none;
}

.more-about-author .author-more a:hover {
    color: #E40613;
}

@media (min-width: 1500px) {
    .author-page-page-section .container {
        max-width: 80%;
        padding-left: 6.4%;
    }
}

.share-article-by-author ul {
    padding: 0;
    margin: 0;
}

.share-article-by-author ul li {
    list-style: none;
    margin: 20px 0;
    display: inline-block;
}

.share-article-by-author ul li:not(:last-child) {
    margin-right: 15px;
}

.share-article-by-author ul li a {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #ffffff;
    -webkit-box-shadow: 2px 4px 34px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 34px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
}

.share-article-by-author ul li a i.fa-facebook {
    color: #3C5A9A;
}

.share-article-by-author ul li a i.fa-twitter {
    color: #5DA8DC;
}

.share-article-by-author ul li a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share-article-by-author ul li a i.fa-bell {
    color: #FFE100;
}

.author-page-author-desctiption {
    margin: 140px 0;
    max-width: 90%;
}

@media (max-width: 767px) {
    .author-page-author-desctiption {
        margin: 60px 0;
        max-width: 100%;
    }
}

.author-page-author-desctiption blockquote p {
    float: left;
    width: calc(100% - 200px);
    padding: 20px 60px 0 60px;
    margin: 0;
    color: #555555;
    line-height: 28px;
    border-left: 10px solid #E40613;
}

@media (max-width: 767px) {
    .author-page-author-desctiption blockquote p {
        padding: 20px 0 20px 30px;
        width: 100%;
    }
}

.author-page-author-desctiption blockquote img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    float: right;
}

@media (max-width: 767px) {
    .author-page-author-desctiption blockquote img {
        float: none;
        margin-top: 30px;
    }
}

.author-page-author-desctiption blockquote:after {
    content: "";
    display: table;
    clear: both;
}

.articles-by-author {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #f2f2f2;
}

.articles-by-author .box-layout {
    margin: 40px 0 20px 0;
}

.article-listing-pagenation .pagination li span.current {
    background: #E40613;
    color: #ffffff;
    border: none;
    border-radius: 50% !important;
}

.article-listing-pagenation .pagination li a {
    color: #555555;
    background: none;
    border: none;
    border-radius: 50% !important;
    padding: 0;
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.news-main-section .news-section .news-image {
    max-height: 210px;
    overflow: hidden;
}

.news-pushed-content .news-content h4 a {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    color: #141212;
    font-size: 17px;
}

.news-content h4 a {
    color: #141212;
    text-decoration: none;
}

.inner-news-section h2 a {
    color: #fff;
    text-decoration: none;
}

.news-content h4 a:hover,
.news-pushed-content .news-content h4 a:hover {
    color: #6c6161;
    text-decoration: none;
}

figure {
    /*width: 100% !important;*/
}

figcaption.wp-caption-text {
    padding: 10px;
    background: #f2f2f2;
    color: #555555;
    font-size: 18px;
}

.sidebar-news-section,
.sidebar-newsletter {
    margin-bottom: 40px;
}

.sidebar a img {
    width: 100%;
    height: auto;
}

.sidebar-news-section h2 a {
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
    color: #141212;
}

.dummy-image {
    width: 100%;
    height: 350px;
    width: 100%;
    height: 350px;
    background: #f2f2f2;
    position: relative;
}

.dummy-image::before {
    content: "No Image";
    position: absolute;
    left: 35%;
    top: 45%;
    color: #d2d2d2;
}

.article-listing-page-section .news-image a {
    height: 350px;
}

.article-listing-pagenation .pagination li span.current {
    font-size: 13px;
    width: 30px;
    height: 30px;
}

.news-image .post-thumbnail {
    max-height: 350px;
    overflow: hidden;
}

.student-placement .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.home-card-sidebar a img {
    width: 100%;
    height: auto;
}

.norm_row.sfsi_wDiv {
    width: 20px !important;
}

.gray-line {
    width: 100%;
    background: #eee;
    height: 1px;
}

.see-more a {
    font-size: 14px;
}


/*# sourceMappingURL=custom.css.map */

.box-layout .news-image img {
    width: 100%;
    min-height: 210px;
}