@import "helpers%EF%B9%96v=1.2.css";

@-ms-viewport {
    width: device-width;
}

:root{
    --theme-primary-color: #faaf3f;
    --theme-secondary-color: #215573;
    --theme-tertiary-color: #f8f8f8;
    --theme-quaternary-color: #5b5b5b;
    --theme-quinary-color: #ffffff;
    --theme-primary-font: 'Open Sans', sans-serif;
    --theme-gradient-bg-1: linear-gradient(45deg, #da1832 0%, #da5246 100%);
    --theme-gradient-bg-2: linear-gradient(45deg, #da5246 0%, #da1832 100%);
    --theme-box-shadow-lg: rgb(50 50 93 / 15%) 0px 6px 15px -5px, rgb(0 0 0 / 20%) 0px 5px 6px -6px;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior:smooth
}
body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #5b5b5b;
    /* line-height: 1.8;*/
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
header {
    position: relative;
    z-index: 990;
    padding: 15px 15px;
}
body.page-content header{

}
body.page-content header:after{
    display: none;
}
header::after {
    content: '';
    position: absolute;
    inset: 0%;
    backdrop-filter: blur(20px);
    border: 0px solid white;
    -webkit-mask: linear-gradient(0deg, transparent, black 50%);
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: -120px;
}
header .header-top{
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    height: 70px;
}
body.content-page header .header-top{
    border-bottom: 1px solid var(--theme-primary-color);
}
body.content-page.has-cover header .header-top{
    border-bottom: 1px solid #fff;
}
header .header-bottom{
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: 70px;
}
body#tinymce{
    width: auto;
    height: auto;
}
.home-full-page {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
iframe[data-iframe-form]{
    width: 100% !important;
}
body.form-page {
    width: unset;
    height: unset;
}
.d-high-res-block{
    display: block;
}
.d-high-res-flex{
    display: flex;
}
.d-low-res-block, .d-low-res-flex{
    display: none;
}

/*Responsive Menu*/
.nav-open{
    display: none;
}
nav.module-menu{
    display: block;
}
.page-header nav {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
}
.responsive-menu-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
@media only screen and (max-width: 768px){
    .responsive-menu-btn {
        float: none;
        margin: 0;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 75px;
        text-indent: 29px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}
/*Home Page Full Screen Swiper*/
.home-full-page .swiper-wrapper .swiper-slide img{
    width: auto;
}
.home-full-page .swiper-scrollbar-drag {
    background: #faaf3f;
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
.brand-bg-1{
    background-color: #215573 !important;
    color: #ffffff;
}
.brand-bg-2{
    background-color: #193282 !important;
    color: #ffffff;
}
.text-brand-1{
    color: #215573 !important;
}
.text-brand-2{
    color: #193282 !important;
}
.text-p{
    font-size: 18px;
    color: #5b5b5b;
}
.page-home-wrapper{
    position: absolute;
    inset: 0px;
    opacity: 1;
}
.video-area .decorative-lines{
    position: absolute;
    width: 80px;
    height: 250px;
    z-index: 99;
    right: 0;
    overflow: hidden;
}
.video-area .decorative-lines:after{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #193282 2px, transparent 1px);
    background-size: 10px 12px;
}
.wow.animate{
    visibility: hidden;
}
.no-visible{
    visibility: hidden;
}
.more-info-btn{
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
}
.more-info-btn.static{
    transform: none;
}
.more-info-btn span{
    font-size: .8em;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
}
.more-info-btn a{
    display: inline-flex;
    text-align: center;
    justify-content: center;
    font-size: 1.4em;
    margin-top: 5px;
    text-decoration: none;
}
.home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    z-index: 0;
    height: 100vh;
    /* height: calc(var(--vh, 1vh)*100); */
}
section.page{
    position: relative;
    flex-shrink: 0;
    /* height: 100vh; */
    /* height: calc(var(--vh, 1vh)*100); */
    width: calc(100vw);
    background: #fff;
    overflow: hidden;
}
section.page.home-video-area{
    height: 100vh;
    margin-top: -170px;
    /* height: calc(var(--vh, 1vh)*100); */
}
section.home-video-area .news-area{
    display: none;
}
body.campus-page section.page{
    height: auto;
}
section.page.seperator:after{
    position: absolute;
    content: "";
    background-color: #ffffff;
    height: 100%;
    width: 120px;
    right: -60px;
    top: 0;
    transform: skew(-6deg, 0deg);
    display: none;
}
.page.page-1{
    background-image: url("https://edukent.bdinteraktif.com/okul.jpg");
    background-size: cover;
    background-position: center;
}
.header {
    position: relative;
    z-index: 999;
    padding: 25px 25px;
}
.site-logo{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 15px;
}
.site-logo img{
    position: relative;
    z-index: 300;
}
.site-menu{
    display: flex;
    height: 174px;
    align-items: center;
    position: absolute;
    right: 25px;
    z-index: 999;
}
ul#main-menu-new-sitemenu {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    column-gap: 15px;
    margin: 0;
    padding: 0;
}
ul#main-menu-new-sitemenu li{

}
ul#main-menu-new-sitemenu li a {
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: 250ms all linear;
    border: 1px solid;
    border-radius: 6px;
    padding: 5px 12px;
}
body.page-content ul#main-menu-new-sitemenu li a{
    color: var(--theme-secondary-color);
}
body.page-content.has-cover ul#main-menu-new-sitemenu li a{
    color: #fff;
}
ul#main-menu-new-sitemenu li a:hover {
   color: var(--theme-primary-color) !important;


}
body.page-content  ul#main-menu-new-sitemenu li a:hover {
    color: var(--theme-secondary-color);
}
body.page-content.has-cover  ul#main-menu-new-sitemenu li a:hover {
    color: var(--theme-primary-color);
}
ul#top-menu-sitemenu {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
    column-gap: 10px;
    margin: 0;
    padding: 0;
}
ul#top-menu-sitemenu li a{
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    transition: 250ms all linear;
    text-transform: uppercase;
    font-weight: 100;
    border-right: 1px solid #fff;
    padding-right: 10px;
    white-space: nowrap;
}
body.page-content ul#top-menu-sitemenu > li > a{
    color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
}
body.page-content.has-cover ul#top-menu-sitemenu > li > a{
    color: #fff;
    border-color: #fff;
}
ul#top-menu-sitemenu li:first-child a{
    border-right: 0;
    padding-right: 0;
}
ul#top-menu-sitemenu li:last-child a{
    border-right: 0;
    padding-right: 0;
}
ul#top-menu-sitemenu li a:hover{
    color: var(--theme-primary-color);
}
body.page-content.has-cover ul#top-menu-sitemenu li a:hover{
    color: var(--theme-primary-color);
}
body.page-content ul#top-menu-sitemenu li a:hover{
    color: var(--theme-secondary-color);
}

ul#top-menu-sitemenu li ul{
    display: none;
}
ul#top-menu-sitemenu li:hover ul {
    display: block;
    position: absolute;
    top: calc(100% + -1px);
    left: 50%;
    width: 190px;
    background: #fff;
    box-shadow: var(--theme-box-shadow-lg);
    z-index: 15;
    padding: 8px 0;
    border-radius: 10px;
    transform: translateX(-50%);
    overflow: hidden;
}
ul#top-menu-sitemenu li ul li a {
    color: var(--theme-secondary-color);
    transition: all ease-in-out 250ms;
    border-bottom: 1px solid var(--theme-secondary-color);
}
ul#top-menu-sitemenu li ul li:last-child a {
    border-bottom: 0;
}
ul#top-menu-sitemenu li ul li a i{
    margin-right: 8px;
}

ul#top-menu-sitemenu li ul li a {
    padding: 10px 20px;
    transition: all ease-in-out 250ms;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: .9em;
}
a.menu-btn, button.menu-btn {
    outline: none;
    border-radius: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 1em;
    padding: 10px 25px !important;
    color: #ffffff !important;
    border: 0;
    transition: all linear 250ms;
    background-color: #faaf3f;
    border-right: 0 !important;
}
a.menu-btn:hover, button.menu-btn:hover {
    background-color: var(--theme-secondary-color);
    color: #ffffff !important;
}

.menu-opener{
    color: #333;
    border-left: 1px solid;
    font-size: 1.4em;
    transition: all linear 350ms;
    cursor: pointer;
}
body.campus-page .menu-opener {
    color: #fff;
}
body[data-active-page="1"] .menu-opener{
    color: #fff;
    transition: all linear 350ms;
}
footer{
   /* background-color: #f8f8f8;*/
    padding: 10px 0 30px 0;
    position: relative;


}
.footer-seperator {
    position: relative;
    background-color: #f8f8f8;
    height: 200px;
    z-index: -1;
}
.footer-seperator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 200px;
    width: 100%;
    transform: SkewY(5deg);
    transform-origin: bottom right;
    background: #ffffff;
    /* box-shadow: -6px 0px 12px 0px rgb(0 0 0 / 20%); */
}
.footer-menu-nav.nav{
    justify-content: center;
}
footer .footer-menu{
    display: flex;
    list-style: none;
    padding: 0 80px;
    margin: 0;
    justify-content: center;
}
footer .footer-menu li{
    border-right: 1px solid;
    display: flex;
    height: 20px;
}
footer .footer-menu li:last-child{
    border-right: 0;
}
footer .footer-menu li.dropdown::after{

}
footer .footer-menu li a{
    font-size: 0.7em;
    color: #333;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 25px;
    text-align: center;
    transition: all ease-out 350ms;
}
footer .footer-menu li a:hover{
    text-decoration: none;
    color: #e20f64;
    transition: all ease-in 350ms;
}
footer .footer-message{
    text-align: center;
    margin-top: 15px;
    font-size: .6em;
}
/* Page - 1 */
.page-1 .slider-text-wrapper{
    top: 50%;
    transform: translateY(-50%);
}
.page-1 video {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1);
    height: 100vh;
    width: auto;
}
@media (min-aspect-ratio: 249 / 155) {
    .page-1 video {
        width: 112vw;
        height: 125vh;
    }
}
.page-1 video.popup-video {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1);
    height: 100%;
    width: auto;
}
.page-1 .slider-text .text{
    padding-left: 70px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 4.2em;
    line-height: 1.2;
    font-weight: 800;
}
.page-1 .slider-text .text.low-res {
    display: none;
}
.page-1 .slider-text.text-lines-hor:before{
    top: 20px;
    bottom: 15px;
    height: auto;
}
.text-lines-hor:before{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 60px;
    background-image: linear-gradient(to bottom, #ffffff 2px, transparent 1px);
    background-size: 10px 20px;
}
.text-lines-ver:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #e20f64 2px, transparent 1px);
    background-size: 10px 20px;
}
.news-area{
    /* position: absolute; */
    bottom: 30px;
    left: 80px;
    display: flex;
    width: 100%;
    height: 355px;
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 0;
    border-radius: 2em;
   /* box-shadow: 0px 12px 0px -6px rgb(226 15 100 / 61%), 0px 25px 0px -14px rgb(226 15 100 / 27%), 0px 10px 15px -3px rgba(0,0,0,0.1); */
    align-content: center;
    align-items: stretch;
}
.news-area .title {
    letter-spacing: 2px;
    font-size: 1em;
}
.news-area .news-desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #5b5b5b;
    height: 70%;
    align-items: center;
}
.news-area .news-navs {
    bottom: 0;
    right: 0;
}
.news-area .news-navs a{
    width: 30px;
    height: 30px;
}
.news-area .news-navs a:last-child{
    border-left: 1px solid #fff;
}
.news-area .show-all-btn{
    position: relative;
    font-size: 1em;
    letter-spacing: 2px;
    padding-bottom: 8px;
    height: 35px;
}
.news-image-wrapper{
    display: flex;
    justify-content: flex-end;
}
.play-button{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button:after{
    position: absolute;
    content: "";
    width: 74px;
    height: 74px;
    border: 2px solid #faaf3f;
    border-radius: 50%;
}
.play-button-text{
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: bold;
}
.scroll-alert{
    position: absolute;
    bottom: -22px;
    right: 60px;
    display: flex;
    align-items: center;
    z-index: 99;
}
.scroll-alert .text{
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
}

/* Page - 2 */
.page.page-2 .page-content{
    padding-left: 200px;
    padding-right: 200px;
    width: 100%;
    justify-content: center;
}
.page.page-2 .page-content .video-title h1 {
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-top: -8px;
}
.page.page-2 .page-content .video-desc {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    color: #5b5b5b;
    padding-right: 255px;
    font-size: 1.5em;
}
.page.page-2 .video-area{
    justify-content: center;
    width: max-content;
}
.page.page-2 .video-area .play-button-wrapper{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page.page-2 .video-area .play-button-wrapper .play-button{
    background-color: #fff;
    box-shadow: 0 0 20px 0px #333333c2;
}
.page.page-2 .video-area .play-button-wrapper .play-button:after{
    border: 2px solid #fff;
}
.page.page-2 .video-area .stamp{
    bottom: -140px;
    left: -140px;
}
.page.page-2 .video-area .sign{
    bottom: -100px;
    right: -100px;
}
.page.page-2 .scroll-alert{
    right: 15px;
}
.page.page-2 .page-header {
    display: flex;
    flex: 100% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    height: 174px;
    align-items: center;
    z-index: 1000;
    margin-left: -100px;
}
.page.page-2 .page-header .nav-pills .nav-link {
    display: inline-flex;
    background-color: #dbdbdb;
    outline: none;
    border-radius: 25px;
    letter-spacing: 0;
    color: #000;
    padding: 0 45px;
    border: 0;
    text-align: center;
    line-height: 1;
    height: 45px;
    align-items: center;
    white-space: nowrap;
    font-size: 1em;
    font-weight: bold;
}
.page.page-2 .page-header .nav-pills .nav-link.active{
    background-color: #193282;
    color: #fff;
}
.page.page-2 .video-area .decorative-lines{
    transform: translateX(50%);
    top: 40px;
}

/*Page 3*/
.page.page-3{
    background-image: url("../images/page-3-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.page.page-3 .page-content{
    padding-left: 250px;
    padding-right: 200px;
    width: 100%;
}
.page.page-3 .page-content .video-title-top-title {
    letter-spacing: 8px;
    font-weight: 400;
    font-size: 1.1em;
}
.page.page-3 .page-content .video-title h1 {
    padding-left: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e20f64;
    font-size: 5em;
    line-height: 0.9;
    font-weight: 800;
}
.page.page-3 .page-content .video-desc {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #5b5b5b;
    padding-right: 425px;
}
.page.page-3 .video-area{
    justify-content: center;
    width: 100%;
}
.page.page-3 .video-poster{
    z-index: 11;
}
.page.page-3 .video-area .play-button-wrapper{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
}
.page.page-3 .video-area .play-button-wrapper .play-button{
    background-color: #fff;
    box-shadow: 0 0 20px 0px #333333c2;
}
.page.page-3 .video-area .play-button-wrapper .play-button:after{
    border: 2px solid #fff;
}
.page.page-3 .video-area .sign{
    bottom: 50px;
    right: auto;
    left: -110px;
    z-index: 12;
}
.page.page-3 .video-area .decorative-lines{
    top: 40px;
    right: -20px;
    left: 40%;
    width: auto;
    height: 210px;
    z-index: 10;
}

/*Page - 4*/
.page.page-4{
    background-image: url("../images/page-4-bg.png");
    background-repeat: no-repeat;
    background-position: bottom 20% center;
}
.page.page-4 .page-content{
    padding-left: 180px;
    padding-right: 180px;
    width: 100%;
}
.page.page-4 .page-content .video-title-top-title {
    letter-spacing: 8px;
    font-weight: 400;
    font-size: 1.1em;
}
.page.page-4 .page-content .video-title h1 {
    padding-left: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e20f64;
    font-size: 3.6em;
    line-height: 1;
    font-weight: 800;
}
.page.page-4 .page-content .video-desc {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    color: #5b5b5b;
    text-align: center;
    margin-top: 35px;
    font-size: 1.5em;
}
.page.page-4 .video-area{
    justify-content: center;
    width: 100%;
}
.page.page-4 .video-poster{
    z-index: 11;
}
.page.page-4 .video-area .play-button-wrapper{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
}
.page.page-4 .video-area .play-button-wrapper .play-button{
    background-color: #fff;
    box-shadow: 0 0 20px 0px #333333c2;
}
.page.page-4 .video-area .play-button-wrapper .play-button:after{
    border: 2px solid #fff;
}
.page.page-4 .video-area .sign{
    bottom: 50px;
    right: auto;
    left: -110px;
    z-index: 12;
}
.page.page-4 .video-area .decorative-lines{
    top: 40px;
    right: -20px;
    left: 40%;
    width: auto;
    height: 210px;
    z-index: 10;
}

/* Page - 5 */
.page.page-5{
    background-image: url("../images/page5-title-image.png");
    background-repeat: no-repeat;
    background-position: top 20% left;
}
.page.page-5 .page-content{
    padding-left: 150px;
    padding-right: 150px;
    width: 100%;
}
.page.page-5 .page-content .video-title h1 {
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-top: -8px;
}
.page.page-5 .page-content .video-desc {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    color: #5b5b5b;
    padding-right: 145px;
    font-size: 1.5em;
}
.page.page-5 .video-area{
    justify-content: center;
    width: max-content;
}
.page.page-5 .video-area .play-button-wrapper{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page.page-5 .video-area .play-button-wrapper .play-button{
    background-color: #fff;
    box-shadow: 0 0 20px 0px #333333c2;
}
.page.page-5 .video-area .play-button-wrapper .play-button:after{
    border: 2px solid #fff;
}
.page.page-5 .video-area .stamp{
    bottom: -140px;
    left: -140px;
}
.page.page-5 .video-area .sign{
    bottom: -100px;
    right: -150px;
}
.page.page-5 .scroll-alert{
    right: 15px;
}
.page.page-5 .video-area .decorative-lines{
    transform: translateX(50%);
    top: 40px;
}
.page.page-5 .text-area{
    padding-left: 45px;
}
.page.page-5  .text-lines-hor:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    width: 45px;
    background-image: linear-gradient(to bottom, #e20f64 2px, transparent 1px);
    background-size: 10px 12px;
}
/*Menu*/
.menu {
    width: 650px;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.93);
    border-radius: 1px;
    transform: translateX(calc(100% + 200px));
    right: 0;
    z-index: 9999;;
}
.menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 200px;
    transform: Skewx(-6deg);
    transform-origin: top right;
    background: inherit;
    box-shadow: -6px 0px 12px 0px rgba(0 0 0 0.2);
}
.slide-in {
    animation: slide_in 600ms ease-in-out 0s;
    animation-fill-mode: forwards;
}
@keyframes slide_in {
    100% {
        transform: translateX(0px);
    }
}
.slide-out {
    animation: slide_out 600ms ease-in-out 0s;
    animation-fill-mode: forwards;
    animation-direction: reverse;
}
@keyframes slide_out {
    100% {
        transform: translateX(0px);
    }
}
.menu_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    transition: all 300ms ease-in-out;
}
.menu_icon:hover {
    fill: #534;
    transform: scale(0.9);
    cursor: pointer;
}
.menu_visiblity {
    z-index: -2;
}
.close_icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 3;
    transition: all 300ms ease-in-out;
}
.close_icon:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.menu-close {
    background: rgba(255 255 255 0.77);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.close_cover {
    z-index: 999;
    animation: fade 300ms ease-in-out 0s 1;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.menu-close-btn{
    cursor: pointer;
    transition: all ease-out 350ms;
}
.menu-close-btn:hover{
    color: #e20f64;
    transition: all ease-in 350ms;
}
.menu-wrapper {
    position: relative;
    padding: 45px 45px 45px 50px;
    height: 100%;
}
.menu-title{
    font-size: 1em;
    letter-spacing: 1px;
}
.menu-content{

}
.menu-content .main-menu{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.menu-content .main-menu li{
    width: 100%;
    display: flex;
    margin: 5px 0;
    position: relative;
}
.menu-content .main-menu li.dropdown a::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    color: #e20f64;
    font-size: .7em;
    line-height: 1;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu-content .main-menu li a{
    position: relative;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    transition: all ease-out 350ms;
    padding-right: 30px;
    text-transform: uppercase;
}
.menu-content .main-menu li a:hover{
    text-decoration: none;
    color: #193282;
    transition: all ease-in 350ms;
}

.menu-content .mini-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-content .mini-menu li a{
    color: #fff;
    transition: all ease-out 350ms;
    font-size: 2em;
}
.menu-content .mini-menu li a:hover{
    text-decoration: none;
    color: #193282;
    transition: all ease-in 350ms;
}

.menu-footer .footer-menu{
    display: flex;
    list-style: none;
    padding: 0 30px;
    margin: 0;
}
.menu-footer .footer-menu li{
    border-right: 1px solid;
}
.menu-footer .footer-menu li:last-child{
    border-right: 0;
}
.menu-footer .footer-menu li.dropdown::after{

}
.menu-footer .footer-menu li a{
    color: #fff;
    font-size: 1em;
    margin: 25px;
    text-align: center;
    transition: all ease-out 350ms;
}
.menu-footer .footer-menu li a:hover{
    text-decoration: none;
    color: #193282;
    transition: all ease-in 350ms;
}
.menu-content .seperator-line{
    margin: 10px 0;
    background-color: #fff;
    height: 2px;
    width: 180px;
}
.social-media-icons{
    justify-content: flex-end;
    text-align: center;
    position: relative;
    width: auto;
    column-gap: 10px;
}
.social-media-icons a{
    color: #fff;
    font-size: 1em;
    margin: 10px 0;
    transition: all ease-out 350ms;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-content .social-media-icons a{
    color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
}
body.page-content.has-cover .social-media-icons a{
    color: #fff;
    border-color: #fff;
}
.social-media-icons a:hover{
    position: relative;
    text-decoration: none;
    color: #193282;
    transition: all ease-in 350ms;
}
body.page-content.has-cover .social-media-icons a:hover{
    color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}
body.page-content .social-media-icons a:hover{
    color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

/*Content Page*/
body.bil-learn .page-content{
    background-image: url("../images/bil-learn-page-bg.png");
    background-repeat: no-repeat;
    background-position: top 180px left 45%;
    background-size: 40%;
}
body.bil-learn .page-content-custom{
    /* background-image: url("../images/bil-learn-bg-3-v1.png"); */
    background-repeat: no-repeat;
    background-position: top 20px center;
}
body.bil-learn .page-content-custom .container{
    background-image: url("../images/bil-learn-bg-3.png");
    background-repeat: no-repeat;
    background-position: left top 38%;
    background-size: 55%;
}
.content-page .page-header{
    position: relative;
    height: 850px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-repeat: repeat-x;
    background-position: center;
}
/*
.content-page .page-header:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -220px;
    height: 230px;
    width: 100%;
    transform: SkewY(5deg);
    transform-origin: bottom right;
    background: #ffffff;
}
*/
.content-page .page-header .overlay{
    position: absolute;
    background: #0000008f;
    width: 100%;
    height: 100%;
}
.content-page .page-header .text{
    position: relative;
    z-index: 10;
}
.content-page .page-header .text .top-title{
    color: #e20f64;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
}
.content-page .page-header .text h1{
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 2.8em;
}
.content-box{
    display: flex;
}
.content-box .box-image{

}
.content-box .box-content{

}
.content-box .box-content .box-title{
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: 700;
}
.content-box .box-content .box-title.big{
    line-height: 1;
    font-size: 2.4em;
    font-weight: 700;
}
.content-box .box-content .box-desc{
    color: #5b5b5b;
    line-height: 1.4;
    font-size: 1.5em;
    font-weight: 300;
}
.content-box .box-image .image-lines-v-top{
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
}
.content-box .box-image .image-lines-v-bottom{
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
}
.content-box .box-image .image-lines-h-right{
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.content-box .box-image .image-lines-v-top-navy{
    position: absolute !important;
    left: 50px;
    transform: translateY(-50%);
    top: 0;
}
.content-box .box-image .image-lines-h-bottom{
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -85px;
}
.content-box.cross-line .box-image{
    margin-top: -100%;
}
/* Contact Page */
.contact-map{
    position: absolute;
    width: 100%;
    height: 100%;
}
body.contact-page .content-box .box-content{
    padding-left: 170px;
}
body.contact-page .page-content .container{
    background-image: url("../images/contact-page-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.2rem 0.2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e20f64;
    outline: 0;
    box-shadow: none;
}
.form-group div.error {
    font-size: 0.7rem;
    color: #e20f64;
}
textarea.form-control{
    min-height: 150px;
}
/*Main Menu*/
ul.main-menu {
    padding: 0;
    list-style: none;
    margin: 20px auto;
    clear: both;
    display: table;
}
ul.main-menu .list {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    vertical-align: sub;
    clear: both;
    flex-flow: column;
}
ul.main-menu .list > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    color: #ffffff;
    font-size: .7em;
    line-height: 1;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.main-menu .list:before {
    content: '\f07b';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
    display: none;
}
ul.main-menu .list a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    width: fit-content;
}
ul.main-menu .list a:hover {
    transition: 300ms all;
}
ul.main-menu .list .items {
    height: 0px;
    overflow: hidden;
}
ul.main-menu .list .items a {
    padding: 0 2px;
    font-size: 2em;
    font-weight: normal;
}
ul.main-menu .list .items a:hover {
    color: #193282;
    transition: 300ms all;
}
ul.main-menu .list:last-child {
    border-bottom: none;
}
ul.main-menu .active > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    color: #faaf3f;
    font-size: .7em;
    line-height: 1;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.main-menu .active:before {
    content: '\f07c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}
ul.main-menu .active > .items {
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-top: 0px solid #e00f64;
    margin-top: 6px;
}
ul.main-menu .active > .items li {
    padding: 5px 0 10px 0;
    border-bottom: 0px solid #324252;
    list-style: none;
}
ul.main-menu .active > .items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
}
ul.main-menu .active > .items .active > .items {
    background-color: #2f4b67;
}
ul.main-menu .active > a {
    color: #222c78;
    text-transform: uppercase;
    font-weight: bold;
    height: auto;
}
ul.main-menu .active .list {
    background: #697d92;
}
ul.main-menu .active .list a {
    padding: 17px 0px 17px 45px;
}
/*Contact Page*/
img.map-pin-btn {
    position: relative;
    z-index: 99;
    margin-top: -50px;
    margin-left: 190px;
}
.sss-box {
    margin-bottom: 35px;
    position: relative;
    padding-left: 25px;
    color: #5b5b5b;
}
.sss-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0px;
    width: 18px;
    background-image: linear-gradient(to bottom, #e00f64 2px, transparent 1px);
    background-size: 10px 12px;
}
.sss-box .title{
    margin-bottom: 15px;
    font-weight: bold;
}
.sss-box .desc{
    font-weight: 300;
}
.arrow-connector-left{
    background-image: url("../images/arrows-bg-left.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 80%;
}
.arrow-connector-right{
    background-image: url("../images/arrows-bg-right.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 80%;
}
body.campus-list .container-bg {
    background-image: url(../images/contact-page-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    padding-left: 85px;
}
body.campus-list .content-page-detail-section {
    margin-top: -80px;
    position: relative;
    z-index: 90;
}
body.campus-list .page-header .overlay {
    position: absolute;
    background: linear-gradient(
            180deg
            , rgba(2,0,36,1) 0%, rgba(40,49,117,1) 35%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 30%;
    top: 0;
    z-index: 13;
}
body.campus-list .page-header .overlay-bottom {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -200px;
    height: 230px;
    width: 100%;
    transform: SkewY(
            5deg
    );
    transform-origin: bottom right;
    background: #193282;
    z-index: 14;
}
body.campus-list .page-header:after {
    z-index: 14;
}

body.campus-list .filter-area, body.campus-page .filter-area{
    background-color: #e20f64;
    padding: 45px 45px 45px 45px;
    border-radius: 10px;
}
body.campus-page .filter-area{
    padding: 6px;
}
body.campus-list .filter-area .filter-info-area, body.campus-page .filter-area .filter-info-area{
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 1.4em;
}
body.campus-list .filter-area .filter-btn, body.campus-page .filter-area .filter-btn {
    background: white;
    width: 100%;
    color: #243b86;
    font-weight: bold;
    border-left: 2px solid;
    height: calc(1.8em + 0.75rem + 5px);
}
body.campus-list .form-control, body.campus-page .filter-area .form-control{
    border: 0;
    border-radius: 4px;
    padding: 0px 10px;
    border-left: 2px solid;
    height: calc(1.8em + 0.75rem + 5px);
}
body.campus-page .filter-area .form-control{
    border-radius: 6px;
    border-left: 0px solid;
}
.custom-list-wrapper ul{
    list-style: none;
    padding: 0;
}
.custom-list-wrapper ul li:before {
    color: #e00f64;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 1.3em;
    font-size: 0.8em;
}
.content-box.campus-list-title .box-content .box-title.big {
    font-size: 44px;
}
.content-box.campus-list-title {
    position: relative;
}
.content-box.campus-list-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/placemark-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 227px;
    height: 268px;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
}
.campus-list-card {
    display: flex;
    margin-bottom: 4em;
    align-items: start;
    position: relative;
}
.campus-list-card:after {
    position: absolute;
    content: "";
    background-color: #f7f7f7;
    left: 10%;
    right: 10%;
    height: 2px;
    bottom: -2em;
}
.campus-list-row > div:last-child .campus-list-card:after {
    display: none;
}
.campus-image {
    margin-right: 50px;
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campus-image-wrapper {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campus-image-wrapper img{
    height: 100%;
    width: auto;
}
.campus-image:after{
    position: absolute;
    content: "";
    background-image: url("../images/hor-img-right-lines.png");
    background-repeat: no-repeat;
    background-position: center right;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 50%;
    z-index: -1;
}
.campus-detail{
    flex: auto;
}
.campus-title {
    font-size: 28px;
    font-weight: bold;
    color: #193282;
}
.campus-levels {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -8px;
    margin-bottom: 15px;
    display: flex;
}
.campus-info {
    color: #5b5b5b;
}
.campus-info p{
    margin-left: 5px;
    margin-bottom: 0;
}
.campus-counter span{
    width: 100%;
    text-align: right;
    line-height: 1;
}
span.campus-count-number {
    font-size: 1.15em;
}
.text-block.campus-phones a{
    border-right: 1px solid #8a8a8a;
    padding-right: 0.3em;
    z-index: 2;
    color: #4e4a67;
    font-weight: bold;
}
.text-block.campus-phones a:last-child{
    border-right: 0;
    padding-right: 0;
}
.input-group {
    margin-bottom: 30px !important;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 15px;
    transition: all linear 250ms;
}
.input-group:hover {
    border: 1px solid #e00f64;
    transition: all linear 250ms;
    box-shadow: 0 0 11px -4px #0000002e;
}
.input-group:hover:after {
    opacity: 0;
    transition: all linear 250ms;
}
.input-group:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    width: auto;
    bottom: -1px;
    background-image: linear-gradient(to right, #e00f64 2px, transparent 1px);
    background-size: 5px 20px;
    transition: all linear 250ms;
}
.input-group-title {
    padding: 0 10px;
    position: relative;
    z-index: 999;
    font-size: 1em;
    font-weight: bold;
    color: #e00f64;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0.4rem;
}
.input-group-action-btn {
    position: absolute;
    z-index: 99;
    width: auto;
    height: 22px;
    background: linear-gradient(135deg, #e20f64 5%, #e0005a 90%);
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    border-radius: 4px;
    padding: 0 6px;
    color: #fff;
}
.bs-placeholder .input-group-action-btn {
    transform: none;
}
.bs-placeholder {
    margin: 5px 18px;
}
.form-custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #e20f64;
    margin-bottom: 15px;
    padding-right: 15px;
}
.form-custom-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.input-group-action-btn a{;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
}
.remove-item {
    position: absolute;
    right: 0px;
    background: #969696;
    padding: 2px;
    width: 12px;
    line-height: 1;
    font-size: .5em;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    top: 0;
    bottom: 15px;
    cursor: pointer;
}
select.form-control {
    padding: 0rem 0rem;
}

/*Popup*/
.popup-window button {
    position: absolute;
    background: #fff;
    border: 4px solid #24499e;
    border-radius: 100%;
    top: -16px;
    right: -16px;
    font-weight: bold;
    height: 35px;
    width: 35px;
    line-height: 1;
}
.popup-window {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.popup-window div.content-wrapper {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 0px;
    width: 80%;
    max-width: 580px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 0px solid #24499e;
}
.popup-window div.content-wrapper img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
}
.dont-show-again {
    font-weight: bold;
    font-size: .9em;
    padding: 7px 0px;
}
.dont-show-again a{
    text-decoration: none;
    transition: all linear 250ms;
}
.dont-show-again:hover a{
    color: rgba(0, 0, 0, 0.3);;
}
.popup-window .stretched-link::after {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 40px;
}
/*Swiper General*/
.module-section.slider{
    padding: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-wrapper {
    align-items: center;
}
.ventedu-slider{
    margin: auto;
    max-width: 100%;
}
.ventedu-slider-wrapper{
    width: fit-content;
    margin: auto;
    position: relative;
}
.ventedu-slider-wrapper.news-slider-wrapper{
    width: 100%;
    margin: auto;
    position: relative;
}
.ventedu-slider.news-slider-container .swiper-slide{
    padding-top: 50px;
}
.ventedu-slider-wrapper.gallery-slider-wrapper{
    width: 100%;
    margin: auto;
    position: relative;
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide{
    width: 585px;
    height: 435px;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: #f6f6f6;
    position: relative;
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .video-play-btn{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #faaf3f;
    position: absolute;
    border-radius: 50%;
    font-size: 1.8em;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(2px 4px 6px #00000061);
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .video-play-btn i{
    margin-right: -5px;
}
.galleries-block .send-email-btn{
    width: auto;
    height: auto;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #faaf3f;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 100%);
    filter: drop-shadow(2px 4px 6px #00000061);
    z-index: 999;
    padding: 4px 15px;
    font-size: 1.2em;
    bottom: 0;
    transition: all linear 250ms;
}
.galleries-block .send-email-btn i{
    margin-right: -5px;
}
.galleries-block .send-email-btn a{
    color: #fff;
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .caption{
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d0d0dad;
    position: absolute;
    color: #fff;
    padding: 15px;
    line-height: 1.4;
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .caption p{
    margin: 0;
}
.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ventedu-slider .swiper-slide{
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}
.ventedu-slider-wrapper.staff-slider-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}
.ventedu-slider.swiper-container-horizontal>.swiper-pagination-bullets, .ventedu-slider .swiper-pagination-custom, .ventedu-slider .swiper-pagination-fraction {
    bottom: 15px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #faaf3f !important;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    background-color: #215573 !important;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
    border-radius: 50%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: -60px;
    border-radius:50%;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.ventedu-slider.anasayfa-slider{
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.ventedu-slider.anasayfa-slider .swiper-slide {
    border-radius: 0;
    overflow: hidden;
    align-items: center;
    height: 100%;
}
.ventedu-slider.anasayfa-slider .swiper-slide img {
    width: auto;
    height: 100%;
}
.ventedu-slider-wrapper.anasayfa-slider {
    width: 100%;
    margin: auto;
    position: relative;
    height: 100%;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-button-next, .ventedu-slider-wrapper.anasayfa-slider .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    border-radius: 15px 0px 0px 15px;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-button-prev, .ventedu-slider-wrapper.anasayfa-slider .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    border-radius: 0 15px 15px 0;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-button-next, .ventedu-slider-wrapper.anasayfa-slider .swiper-button-prev {
    background-color: #215573 !important;
    font-size: 1.8em;
    top: 50%;
    transition: 250ms all linear;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-button-next:hover, .ventedu-slider-wrapper.anasayfa-slider .swiper-button-prev:hover {
    background-color: var(--theme-primary-color) !important;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-container-horizontal>.swiper-pagination-bullets, .ventedu-slider-wrapper.anasayfa-slider .swiper-pagination-custom, .ventedu-slider-wrapper.anasayfa-slider .swiper-pagination-fraction {
    bottom: 20px;
}
.ventedu-slider-wrapper.anasayfa-slider .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    margin: 2px;
    display: inline-block;
    border-radius: 4px;
    background: #000;
    opacity: .2;
}
.title-outline {
    padding-left: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e20f64;
    font-size: 5em;
    line-height: 0.9;
    font-weight: 800;
}
.video-js{
    background-color: transparent;
}
.lang-picker{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.lang-picker ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.lang-picker ul li.active a{
    color: #ffffff;
}
.lang-picker ul li a{
    color: #193282;
}
.lang-picker ul li a:hover{
    color: #ffffff;
    text-decoration: none;
}
.lang-picker ul li{
    position: relative;
    margin-right: 15px;
}
.lang-picker ul li:last-child{
    margin-right: 0;
}
.lang-picker ul li:after{
    position: absolute;
    content: " /";
    right: -12px;
}
.lang-picker ul li:last-child:after{
    display: none;
}
.search-box{
    position: relative;
}
.search-box:before{
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    left: 10px;
    color: #193282;
    top: 50%;
    transform: translateY(-50%);
}
.search-form{

}
.search-form input{
    border-radius: 20px;
    border: 0;
    padding: 5px 20px 5px 40px;
}

ul.home-top-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    justify-content: center;
    width: 100%;
}
ul.home-top-menu li {
    display: flex;
    margin: 0 5px;
    max-width: 180px;
    min-width: 115px;
}
ul.home-top-menu li a{
    display: inline-flex;
    background-color: #eee;
    outline: none;
    border-radius: 25px !important;
    font-family: 'Open Sans';
    letter-spacing: 0;
    color: #222c78;
    white-space: normal;
    padding: 0 20px;
    border: 0;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    height: 45px;
    align-items: center;
    font-size: 0.8em;
    font-weight: bold;
    transition: all linear 250ms;
    width: 100%;
    justify-content: center;
}
ul.home-top-menu li a:hover {
    background-color: #faaf3f;
    font-family: 'Open Sans';
    color: #fff;
    text-decoration: none;
    transition: all linear 250ms;
    padding: 0 20px;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 25px !important;
}
ul.home-top-menu li.active a {
    background-color: #faaf3f;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    transition: all linear 250ms;
    font-weight: bold;
    border-radius: 25px !important;
}
section.ve-default-section{
    width: 100%;
}

body.page-content .page-header{
    position: relative;
    height: 500px;
    overflow: hidden;
    align-items: start;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
body.page-content.no-cover .page-header{
    height: 170px;
}
body.page-content.no-cover .page-header h1{
    color: var(--theme-secondary-color);
}
body.campus-page.campus-home .page-header{
    position: relative;
    height: calc(100vh + 80px);
    overflow: hidden;
    align-items: start;
    justify-content: start;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    margin-top: -170px;
}
body.has-cover .page-header{
    height: 500px;
    margin-top: -170px;
    margin-bottom: 0;
    justify-content: end;
}
.campus-page.campus-static-page .page-header {
    height: calc(40vh + 80px);
    margin-top: -170px;
}
.page-header.default-page-cover {
    height: 180px;
    /* background: #f2f2f2; */
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1080%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(242%2c 242%2c 242%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1087' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1087' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1080'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1086'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1085'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1081'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1082'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1083'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1084'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1087'%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='30' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='30' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='30' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='30' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='30' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='30' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='90' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='90' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='90' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='150' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='150' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='210' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='210' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='210' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='270' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='270' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='270' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='330' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='390' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='390' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='390' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='390' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='450' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='450' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='450' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='450' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='510' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='510' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='510' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='510' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='570' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='570' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='570' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='630' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='630' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='630' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='690' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='690' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='690' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='690' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e); */
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
}
.page-header.default-page-cover .overlay {
    background: #eee !important;
}
.campus-page.campus-static-page .static-page-title {
    margin-top: -90px;
}
.campus-page .menu-lines{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 9;
}
.campus-page .page-header:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -220px;
    height: 230px;
    width: 100%;
    transform: SkewY(5deg);
    transform-origin: bottom right;
    background: #fff;
    display: none;
    /* box-shadow: -6px 0px 12px 0px rgb(0 0 0 / 20%); */
}
.campus-page .page-header .campus-header-bottom-lines{
    background-image: url(../images/page-header-bottom-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    height: 180px;
    bottom: -18px;
    z-index: 1;
}
.campus-page .page-header .campus-header-bottom-lines-full{
    background-image: url(../images/page-header-bottom-lines-v2.png);
    background-position: center;
    background-size: cover;
    top: auto;
    left: 0;
    right: 0;
    bottom: -230px;
    height: 230px;
    width: 100%;
    transform: SkewY(5deg);
    transform-origin: bottom right;
    z-index: 1;
}
.campus-page .page-header .overlay{
    position: absolute;
    background: #000000b8;
    width: 100%;
    height: 100%;
}
.campus-page .page-header .text{
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-left: 0;
}
body.has-cover .page-header .text{
    margin-bottom: 100px;
}
.campus-page .campus-name{
    top: 30%;
    z-index: 100;
}
.campus-page .campus-name .campus-name-text{
    padding-left: 50px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 5em;
    line-height: 1.1;
    font-weight: 800;
    display: flex;
    align-items: center;
}
.campus-page .campus-logo-text{
    padding-left: 30px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 800;
    display: flex;
    align-items: center;
}
body.campus-home.campus-page .campus-logo-text{
    display: none;
}
.campus-page .campus-name .campus-name-text.text-lines-hor:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0px;
    height: auto;
    width: 35px;
    background-image: linear-gradient(to bottom, #ffffff 2px, transparent 1px);
    background-size: 10px 15px;
}
.campus-page .page-header .campus-basic-info{
    margin-top: 10px;
}
.campus-page .page-header .campus-basic-info .contact-info{
    padding-left: 50px;
    list-style: none;
}
.campus-page .page-header .campus-basic-info .contact-info li{
    color: #fff;
}
.campus-page .page-header .campus-basic-info .contact-info li a{
    color: #fff;
    transition: all linear 250ms;
}
.campus-page .page-header .campus-basic-info .contact-info li a:hover{
    text-decoration: none;
    color: #215573;
    transition: all linear 250ms;
}
.campus-page .page-header .text .top-title{
    color: #faaf3f;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
}
.campus-page .page-header .text h1{
    font-weight: 700;
    color: #1f2976;
    line-height: 1;
    font-size: 2.8em;
    margin: 0;
    text-align: center;
}
body.has-cover .page-header .text h1{
    color: #fff;
}
.social-media-icons.campus-page{
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    right: 40px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.social-media-icons.campus-page a{
    color: #fff;
    font-size: 1.3em;
    margin: 10px 0;
    transition: all ease-out 350ms;
}
.social-media-icons.campus-page a:hover{
    position: relative;
    text-decoration: none;
    color: #193282;
    transition: all ease-in 350ms;
}
.social-media-icons.campus-page:after{
    content: "";
    position: absolute;
    left: auto;
    right: -50px;
    top: 25px;
    height: auto;
    bottom: 15px;
    width: 35px;
    background-image: linear-gradient(to bottom, #ffffff 2px, transparent 1px);
    background-size: 10px 18px;
}

section.campus-menu-wrapper {
    position: relative;
    z-index: 99;
    display: flex;
    align-self: flex-end;
    width: 100%;
    margin-top: -11px;
    background: #e20f64;
    margin-bottom: 35px;
}
.campus-menu {
    background: rgb(255 255 255 / 0%);
    border-radius: 8px;
    padding: 0;
    border: 0px solid #011a5d;
}
@media (min-width: 768px){
    .campus-menu .sm-simple>li {
        border-left: 0px solid #eee;
    }
    .campus-menu .sm-simple {
        background: transparent;
        border: 0;
        box-shadow: none;
        justify-content: space-between;
        display: flex;
    }
    .campus-menu ul.sm-simple li a, .campus-menu ul.sm-simple li a.header {
        color: #ffffff;
        font-weight: bold;
        display: flex;
        height: 100%;
        text-transform: uppercase;
        padding: 8px 20px;
        transition: all linear 250ms;
    }
    .campus-menu ul.sm-simple li a:hover, .campus-menu ul.sm-simple li a.header:hover {
        transition: all linear 250ms;
        color: #fff;
        background-color: #001a5e;
        border-radius: 6px !important;
    }
    .campus-menu .sm-simple li i{
        margin-right: 6px;
        font-size: .9em;
    }
}
.campus-page .ventedu-slider {
    margin: auto;
    max-width: 100%;
    padding-bottom: 50px;
}
.campus-page .form-module .section-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    color: #e60d64;
    margin-bottom: 25px;
    position: relative;
    padding-top: 0;
    text-align: center;
}
.campus-page .form-module .desc-text {
    font-size: 24px;
    line-height: 1.5;
}
/*
.campus-page .form-module .section-title:before{
    position: absolute;
    content: "";
    background-image: url(../images/ver-lines.png);
    background-size: auto 75px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
}

 */
.campus-contact-info .campus-contact-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
}
.campus-contact-info .campus-contact-card .card-image {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.51);
}
.campus-contact-info .campus-contact-card .card-image img{
    width: 100%
}
.campus-contact-info .campus-contact-card .card-title {
    /* background: linear-gradient(
135deg
, #011a5d 5%, #3d6ae3 90%); */
    color: #e20f64;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0;
    padding: 6px 0;
    /* margin: 0 10px; */
    border-radius: 0 0 8px 8px;
    margin: auto;
}
.campus-contact-info .campus-contact-card .card-footer {
    padding: .75rem 1.25rem;
    background-color: #eee;
    border-top: 1px solid rgba(0,0,0,.125);
}
.campus-contact-info .campus-contact-card .card-desc {
    padding: 10px 0;
}
.campus-contact-info .campus-map{
    display: flex;
    height: 100%;
    min-height: 435px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
}
.campus-contact-card ul.contact-info {
    margin: 0;
    list-style: none;
    padding: 0 25px;
}
.campus-contact-card ul.contact-info li{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px dashed #d2d2d2;
    padding: 5px 0;
}
.campus-contact-card ul.contact-info li.phone a{
    color: #5b5b5b;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    transition: all linear 250ms;
}
.campus-contact-card ul.contact-info li.phone a:hover{
    color: #e60d64;
    text-decoration: none;
    transition: all linear 250ms;
}
.campus-contact-card ul.contact-info li:last-child{
    border-bottom: 0px dashed #d2d2d2;
    padding-bottom: 0;
}
.campus-contact-card ul.contact-info li i{
    /*
    margin-right: 8px;
    color: #011a5d;
    */
}
.campus-contact-card .social-media-accounts {
    display: flex;
    justify-content: center;
}
.campus-contact-card .social-media-accounts a {
    margin: 0 6px;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.2em;
    color: #949494;
}
.campus-contact-card .social-media-accounts a.facebook:hover {
    background: #1877f2;
    color: #fff;
}
.campus-contact-card .social-media-accounts a.instagram:hover {
    background: #011a5d;
    color: #fff;
}
.campus-contact-card .social-media-accounts a.twitter:hover {
    background: #1da1f2;
    color: #fff;
}
.campus-levels{

}
.campus-levels .level-box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: auto;
}
.campus-levels .level-box .level-image{
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.campus-levels .level-box .level-title{
    margin-top: 15px;
}
/*Scroll Down Animations*/
.single-scroll-down-animation{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.single-scroll-down-animation h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.scroll-down1 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #00b4ff;
    font-size: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.scroll-down1 i {
    color: #00b4ff;
    animation: scrollDown1 1.5s ease infinite;
}

@keyframes scrollDown1 {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
.scroll-down2 {
    width: 30px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.scroll-down2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transform: translateX(-50%);
    background: #215573;
    animation: scrollDown2 1.5s ease infinite;
}
.scroll-down2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    transform: translateX(-50%);
    background: #faaf3f;
}

@keyframes scrollDown2 {
    0% {
        transform: translate(-50%, 0px);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, 8px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 16px);
        opacity: 0;
    }
}
.scroll-down3 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #00b4ff;
    font-size: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.scroll-down3 i {
    color: #00b4ff;
    animation: scrollDown3 2s ease infinite;
}

@keyframes scrollDown3 {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }
    45% {
        transform: translateY(0px);
        opacity: 1;
    }
    65% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
.scroll-down4 {
    width: 3px;
    height: 80px;
    background: #00b0ff;
    animation: scrollDown4 2s ease infinite;
    margin: 0 auto;
}

@keyframes scrollDown4 {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }
    45% {
        transform-origin: top;
        transform: scaleY(1);
    }
    55% {
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}
.scroll-down5 {
    width: 2px;
    height: 110px;
    position: relative;
    background: transparent;
    animation: scrollDown5 1.5s ease infinite;
    border-radius: 100%;
    margin: 0 auto;
}
.scroll-down5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #00b0ff, transparent);
}

@keyframes scrollDown5 {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }
    45% {
        transform-origin: top;
        transform: scaleY(1);
    }
    55% {
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

/*Pagination Defaults*/
.pagination-wrapper {
    display: flex;
    justify-content: center;
}
.pagination .page-link{
    padding: 0;
    display: flex;
}
.pagination .page-item.active .page-link{
    padding: .5rem .75rem;
    display: flex;
}
.pagination .page-link a{
    padding: .5rem .75rem;
    color: #17355c;
    transition: all linear 250ms;
    text-decoration: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #e20f64;
    background-image: linear-gradient(
            147deg
            , #e20f64 0%, #d02258 74%);
}


/*News Card*/
.news-card {
    margin-top: 20px;
    background-color: #fff;
    height: 250px;
    box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 0 0 20px 20px;
    border-top: 2px solid #e20f64;
}
.news-card .content-wrapper{
    display: flex;
    border-bottom: 1px solid #ebedef;
    position: relative;
    height: 200px;
    align-items: start;
}
.news-card-img-wrapper{
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-top: -25px;
    border-radius: 8px;
    box-shadow: 0px 1px 7px 2px #c7c9d3;
    border-bottom: 1px solid #dcddde;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    flex: none;
}
.news-card-img {
    width: auto;
    height: 100% !important;
    transition: 0.3s ease;
}
.news-card .link-indicator{
    transition: all 0.3s ease;
}
.news-card:hover .news-card-img{
    transform: scale(1.04);
}
.news-card:hover .link-indicator{
    color: #e20f64;
    margin-right: -5px;
}
.news-card:hover{
    border-bottom: 2px solid #e20f64;
    transition: all 0.3s ease;
}
.card-content {
    padding: 15px 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.news-card .news-desc{
    font-size: 13px;
    line-height: 1.6em;
    -webkit-line-clamp: 4;
    margin-top: 15px;
}
.news-title {
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e20f64;
    line-height: 1.3;
}
.news-card .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.6em;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    padding-right: 20px;
}

/*Announcement Card*/
.ann-card {
    margin-top: 20px;
    background-color: #fff;
    height: auto;
    box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-right: 2px solid #e20f64;
    position: relative;
}
.ann-card .category-info-wrapper{
    display: flex;
    align-items: center;
    position: absolute;
    padding: 6px 12px;
    background: #e21664;
    transform: translateY(-50%);
    border-radius: 6px;
    font-size: 0.8em;
    top: 5px;
    left: 15px;
    color: #fff;
}
.ann-card .category-info-wrapper .cat-info{

}
.ann-card .content-wrapper{
    display: flex;
    position: relative;
    height: auto;
    align-items: center;
    justify-content: space-between;
}
.ann-card .content-wrapper span.date {
    display: block;
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dashed #c7c7c7;
}
.ann-card-img-wrapper{
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-top: -25px;
    border-radius: 8px;
    box-shadow: 0px 1px 7px 2px #c7c9d3;
    border-bottom: 1px solid #dcddde;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.ann-card-img {
    width: auto;
    height: 100%;
    transition: 0.3s ease;
}
.ann-card .link-indicator{
    transition: all 0.3s ease;
}
.ann-card:hover .ann-card-img{
    transform: scale(1.04);
}
.ann-card:hover .link-indicator{
    color: #e20f64;
    margin-right: -5px;
}
.ann-card:hover{
    border-right: 2px solid #faaf3f;
    transition: all 0.3s ease;
}
.ann-card .card-content {
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-top: 15px;
    align-items: center;
}
.ann-card .ann-desc{
    font-size: 13px;
    margin-top: -1px;
}
.ann-title {
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e20f64;
    line-height: 1.2;
}
.ann-card .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.6em;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    padding-right: 20px;
}

/*Vertical Content Box*/
.blog-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #fff;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.blog-card .link-indicator{
    transition: all 0.3s ease;
}
.blog-card:hover .blog-card-image img{
    transform: scale(1.04);
}
.blog-card:hover .link-indicator{
    color: #e20f64;
    margin-right: -5px;
}
.blog-card:hover{
    border-bottom: 2px solid #faaf3f;
    transition: all 0.3s ease;
}

.blog-card .blog-card-image {
    height: 60%;
    position: relative;
    background-color: #f2f2f2;
    min-height: 200px;
    max-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.blog-card .blog-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}
.blog-card .blog-table {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-between;
}
.blog-table {
    margin-bottom: 0px;
}
.blog-category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}
.blog-text-success {
    color: #28a745!important;
}
.blog-card-blog .blog-card-caption {
    margin-top: 5px;
}
.blog-card-caption {
    font-weight: 700;
}
.blog-card .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-card-caption, .blog-card-caption a {
    color: #e20f64;
    text-decoration: none;
}
.blog-card .ftr {
    margin-top: 15px;
}
.blog-card .ftr .author {
    color: #888;
}

.blog-card .ftr div {
    display: inline-block;
}
.blog-card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.blog-card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}
.blog-card .ftr .stats {
    float: right;
    line-height: 30px;
}
/*Modules*/
section.module-section {
    overflow: hidden;
}
.module-section .section-title{
    position: relative;
    font-size: 2em;
    font-weight: bold;
    color: #e20f64;
    margin-bottom: 50px;
}
.module-section .detail-btn {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.2em;
    box-shadow: 0px 3px #333;
    transition: all ease 0.3s;
    background-color: var(--theme-primary-color);
    color: #fff;
}
.module-section .detail-btn:hover {
    background-color: #215573 !important;
    color: #fff;
    box-shadow: 0px 0px #333;
}
.module-section .section-title span{
    position: relative;
}
.module-section .section-title span:after {
    position: absolute;
    content: "";
    background-image: url(../images/ver-lines.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    right: -105%;
    top: 0;
}
.module-section .section-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/ver-lines.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    top: 0;
    left: calc(-105%);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.module-section.campus-news{
    background-color: #efefef !important;
    border-radius: 2%;
   /* background-image: url("../images/abstract-shadows.svg"); */
    background-size: cover;
}
.module-section.campus-success{
    background-image: url(../images/success-bg-2.png), url(../images/abstract-shadows-mirrored-1.png);
    background-color: #fafafa;
    background-repeat: no-repeat, no-repeat;
    background-size: 310px, cover;
    background-position: left 30px top -10px, center bottom;
    box-shadow: inset 0px 10px 10px -15px #333;
}
.module-section.campus-events{
    background-image: url("../images/wave-lines.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.module-section.campus-events .section-title{
    margin-bottom: 100px;
}
/*404 Page*/
.content-page.error-404 .page-header {
    height: 450px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1032%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(183%2c 206%2c 229%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1039' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1039' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1032'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1036'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1037'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1034'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1035'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1033'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1038'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1039'%3e%3cuse xlink:href='%23SvgjsPath1033' x='30' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='30' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='30' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='30' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='30' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='30' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='30' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='30' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='30' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='30' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='90' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='90' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='90' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='90' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='90' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='90' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='90' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='90' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='90' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='90' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='150' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='150' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='150' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='150' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='150' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='150' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='150' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='150' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='150' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='150' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='210' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='210' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='210' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='210' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='210' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='210' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='210' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='210' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='210' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='210' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='270' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='270' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='270' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='270' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='270' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='270' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='270' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='270' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='270' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='270' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='330' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='330' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='330' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='330' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='330' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='330' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='330' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='330' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='330' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='330' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='390' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='390' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='390' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='390' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='390' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='390' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='390' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='390' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='390' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='390' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='450' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='450' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='450' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='450' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='450' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='450' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='450' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='450' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='450' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='450' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='510' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='510' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='510' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='510' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='510' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='510' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='510' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='510' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='510' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='510' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='570' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='570' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='570' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='570' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='570' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='570' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='570' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='570' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='570' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='570' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='630' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='630' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='630' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='630' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1036' x='630' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='630' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1037' x='630' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='630' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='630' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='630' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='690' y='30' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1038' x='690' y='90' stroke='rgba(255%2c 18%2c 156%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='690' y='150' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='690' y='210' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1035' x='690' y='270' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='690' y='330' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='690' y='390' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1034' x='690' y='450' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='690' y='510' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1033' x='690' y='570' stroke='rgba(255%2c 18%2c 156%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}
.content-page.error-404 .page-header .text {
    position: relative;
    z-index: 10;
    margin-top: -70px;
    text-align: center;
}
/*News Detail*/
.news-header {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.news-header .left-side {
    display: flex;
    flex: 60% 0 0;
    flex-wrap: wrap;
    padding-right: 15px;
    align-items: center;
    height: auto;
}

.news-header .right-side {
    display: flex;
    flex: 40% 0 0;
}

.news-header .top, .news-header .middle, .news-header .bottom {
    display: flex;
    flex: 100%;
    align-items: center;
}
.news-header .top{
    justify-content: space-between;
    align-self: end;
    width: 100%;
    display: flex;
    flex: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.news-header .social-buttons {
    display: flex;
}

.news-header ul.share-buttons {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.news-header ul.share-buttons li{
    margin-right: 5px
}
.news-header ul.share-buttons li img{
    width: 28px;
    filter: grayscale(1);
    opacity: .6
}
.news-header .cover-image-wrapper {
    display: flex;
}
.news-header .cover-image {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.6);
    max-height: fit-content;
}
.news-header .cover-image img {
    width: 100%;
    height: auto;
}
.news-header .news-title{
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    color: #0083c0;
    letter-spacing: -1px;
}
.news-header .more-images-video {
    display: flex;
    justify-content: flex-end;
    flex: 100% 0 0;
}
.news-header .photo-btn-wrapper{
    display: grid;
    margin: 0 -5px;
    grid-column: 3;
    grid-row: 3;
    width: 100%;
    grid-template-columns: 90px 90px 90px;
    grid-template-rows: 75px 75px 75px;
    column-gap: 10px;
    row-gap: 10px;
}
.news-header .photo-btn-wrapper a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: inline-grid;
    border-radius: 6px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.news-header .photo-btn-wrapper a:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.news-header .photo-btn-wrapper a img{
    width: 130%;
    margin: auto;
    height: auto;
    filter: grayscale(1);
    opacity: .6;
    justify-self: center;
    transition: all linear 250ms;
    margin-left: 50%;
    transform: translateX(-50%);
}
.news-header .photo-counter-info{
    background-color: rgba(33, 33, 33, 0.3);
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    z-index: 1;
    color: #fff;
    text-shadow: 1px 1px black;
}
.news-header .photo-btn-wrapper a.news-video-btn .photo-counter-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.news-header .photo-btn-wrapper a.news-video-btn .photo-counter-info span{
    font-size: 0.5em;
    width: 100%;
}
.news-header .news-photos-container {
    padding: 15px;
    background: #6e6e6c;
    display: none;
    margin-top: -25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-top: 38px;
}
.campus-news-detail span.cat-info {
    font-weight: 100;
    line-height: 1.5;
    color: #394385;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: -2px;
    opacity: 0.4;
}
.campus-news-detail .other-news .sidebar-title {
    background: linear-gradient(
            135deg
            , #e30059 5%, #e20f64 90%);
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
}

ul.other-news {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.other-news li{
    text-align: left;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    border-left: 4px solid #ddd;
    transition: all linear 250ms;
}
ul.other-news li a{
    padding-left: 10px;
    font-size: .9em;
    color: #011a5d;
    flex: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    transition: all linear 250ms;
    text-decoration: none;
}
ul.other-news li a img {
    max-width: 80px;
    margin-left: 10px;
}
ul.other-news li:hover{
    border-left: 4px solid #215573;
    transition: all linear 250ms;
}
ul.other-news li i{
    display: none;
}
ul.other-news li:last-child{
    border-radius: 0 0 10px 10px;
}

/*Form Module*/
.module-section.info-form {
    background: #f2f2f2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1080%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(242%2c 242%2c 242%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1087' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1087' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1080'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1086'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1085'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1081'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1082'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1083'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1084'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1087'%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='30' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='30' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='30' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='30' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='30' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='30' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='30' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='90' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='90' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='90' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='90' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='90' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='150' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='150' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='150' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='150' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='210' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='210' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='210' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='210' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='270' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='270' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='270' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='270' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='270' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='330' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='330' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='330' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='390' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='390' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='390' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='390' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='390' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='390' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='450' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1084' x='450' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='450' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='450' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='450' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='450' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='510' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='510' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='510' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='510' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='510' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='510' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='570' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='570' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='570' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='570' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='570' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='630' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='630' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='630' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='630' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='630' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='30' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='90' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='690' y='150' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1081' x='690' y='210' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='270' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1082' x='690' y='330' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='390' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1083' x='690' y='450' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1086' x='690' y='510' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1085' x='690' y='570' stroke='rgba(255%2c 18%2c 156%2c 0.19)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}

/*Success Tabs*/
.nav-pills.success-tab .nav-link.active, .nav-pills.success-tab .show>.nav-link {
    color: #fff;
    background-color: #faaf3f;
    border-bottom: 2px solid #222b78;
}
.nav-pills.success-tab li{
    margin: 0 10px;
}
.nav-pills.success-tab .nav-link {
    display: block;
    padding: .5rem 1rem;
    background: white;
    font-weight: bold;
    border-bottom: 2px solid;
    color: #faaf3f;
}
/*Staff Box*/
.staff-box {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #faaf3f;
}
.staff-box .top {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 90%;
}
.staff-box .top #star {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 75%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none;
    z-index: 3;
}
.staff-box .top #star:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: white;
}
.staff-box .top #star:hover .ico {
    color: #FFAE00;
}
.staff-box .top #star .ico {
    text-align: center;
    font-size: 18px;
    color: #626262;
    transition: 0.5s;
}
.staff-box .top .profile, .staff-box .top .title, .staff-box .top .job {
    margin: 5px;
}
.staff-box .top .profile {
    width: 200px;
    height: 200px;
    border: 4px solid white;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.staff-box .top .title {
    font-size: 18px;
    font-weight: 700;
    color: #19365d;
}
.staff-box .top .job {
    font-size: 13px;
    font-weight: 400;
}
.staff-box .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 10%;
    background-color: #e21664;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.staff-box .bottom .links ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.staff-box .bottom .links ul li {
    padding: 5px;
}
.staff-box .bottom .links ul a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}
.staff-box .bottom .links ul a:hover {
    text-decoration: none;
    color: #011a5d;
}
.staff-box .bottom .links ul .green {
    color: #50E3B3;
    font-size: 15px;
    padding-right: 5px;
}
.staff-box .bottom .social-links ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 60px;
}
.staff-box .bottom .social-links ul li {
    padding: 10px;
    font-size: 24px;
}
.staff-box .bottom .social-links ul li a {
    color: #626262;
}
.staff-box .hover-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background-color: #FDF4DA;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
}
.staff-box .hover-box .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
}
.staff-box .hover-box .text h1 {
    color: #574A21;
    line-height: 1.5;
    font-weight: 400;
    font-size: 22px;
}
.campus-page-title .page-title {
    background: #130f40;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.campus-contact-form-wrapper{
    background-color: #130f40;
    border-radius: 10px;
    padding: 25px 15px;
}
/*Blog*/
body.blog #page-content{
    margin-top: -100px;
}
.blog-sidebar{
    margin-top: -40px;
    border-top: 2px solid #faaf3f;
    background: #fff;
    display: flex;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.blog-sidebar .categories-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog-sidebar .categories-wrapper .cat-side-title{
    text-align: center;
    color: #215573;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}
.blog-sidebar .categories-wrapper .cat-side-title:after{

}
.blog-sidebar .categories-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-sidebar .categories-wrapper ul li{
    display: flex;
}
.blog-sidebar .categories-wrapper ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 5px 15px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: .9em;
    font-weight: bold;
    color: #2c357d;
    text-decoration: none;
    transition: all linear 250ms;
}
.blog-sidebar .categories-wrapper ul li a .badge{
    background-color: #faaf3f;
    transition: all linear 250ms;
}
.blog-sidebar .categories-wrapper ul li a:hover{
    background: #faaf3f;
    color: #215573;
    transition: all linear 250ms;
}
.blog-sidebar .categories-wrapper ul li a:hover .badge{
    background: #fff;
    color: #215573;
    transition: all linear 250ms;
}
body.blog span.cat-info {
    font-weight: 100;
    line-height: 1.5;
    color: #394385;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: -2px;
    opacity: 0.4;
}
/*Gallery Box*/
.gallery-item-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #e21664;
    overflow: hidden;
}
.gallery-item-box .title{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 2em;
    color: #e20f64;
}
.gallery-item-box .desc{
    text-align: center;
    font-size: 1.2em;
}
.ajax-model-body img{
    max-width: 100%;
    height: auto;
}
.dropdown.brand-dropdown .dropdown-menu {
    background: #e20f64;
    right: 0;
    border-radius: 20px;
    padding: 15px;
}
.dropdown.brand-dropdown .dropdown-menu a{
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 10px;
    transition: all linear 250ms;
}
.dropdown.brand-dropdown .dropdown-menu a:hover{
    color: #000;
}

/*Home Page News Block*/
.home-full-page .module-section.news-block{
    height: 100%;
    align-items: center;
    display: flex;
}
.home-full-page .module-section.news-block .section-title{
    padding-left: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e20f64;
    font-size: 5em;
    line-height: 0.9;
    font-weight: 800;
}
.home-full-page .module-section.news-block .detail-btn {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.2em;
    box-shadow: 0px 3px #333;
    transition: all ease 0.3s;
    background: #e20f64;
    color: #fff;
    margin-bottom: 30px !important;
}
.home-full-page .module-section.news-block .section-title span:after{
    display: none;
}
.home-full-page .module-section.news-block .section-title span:before{
    display: none;
}

/*Archive Page*/
.archive-page .page-header {
    position: relative;
    height: 450px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-repeat: repeat-x;
    background-position: center;
}
.archive-page .page-header .text {
    position: relative;
    z-index: 10;
    margin-top: -170px;
}
.archive-page .content-page-detail-section {
    margin-top: -100px;
}
.module-no-content-error {
    display: flex;
    margin: 15px;
    border-radius: 8px;
    border: 4px dashed #eee;
    padding: 15px;
    background: #f9f9f9;
    color: #8a8a8a;
    justify-content: center;
    font-weight: 300;
}
section.galleries-block .gallery-item {
    justify-content: center;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    transition: all linear 250ms;
    border: 1px solid #c5c5c5;
}
section.galleries-block .gallery-item:hover {
    box-shadow: 0 0 20px 0px #333333c2;
    transition: all linear 250ms;
}
section.galleries-block .gallery-item:hover .send-email-btn{
    display: flex;
    transform: translate(-50%, -30%);
    transition: all linear 250ms;
}
section.galleries-block .gallery-item img{
    width: 100%;
}
section.galleries-block .gallery-item .caption{
    padding: 10px;
    margin: 10px;
    background-color: #e8e8e8;
    border-radius: 6px;
}
section.galleries-block .gallery-item .caption p{
    margin: 0;
}
.acc-player {
    position: absolute;
    background-color: #eee;
    height: auto;
    width: 250px;
    border-radius: 15px;
    bottom: 45px;
    right: 45px;
    z-index: 999;
    padding: 8px;
    display: none;
}
.acc-player div.player-wrapper{
    border-radius: 50%;
    overflow: hidden;
}
.acc-player div.player-progress-bar{
    background: rgb(207, 207, 207) !important;
}
.acc-player div.player-play-btn{
    cursor: pointer;
    font-family: monospace;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}
body.basari-list.content-page .page-header {
    height: 500px;
    background-size: cover;
    background-color: #e40f63 !important;
}
body.basari-list.content-page .page-header .overlay{
    opacity: 0;
}
body.basari-list.content-page .page-header .overlay-bottom{
    display: none;
}
body.basari-list .content-page-detail-section > .container-fluid {
    max-width: 1920px;
}
.basarilar-table p{
    margin: 0;
}
.basarilar-table th.degree-icon img{
    width: 60px;
    height: auto;
}
.basarilar-table tbody td{
    vertical-align: middle;
}
body.basari-list .content-box.campus-list-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/basarilar-page-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 227px;
    height: 268px;
    opacity: .2;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    margin: 16px auto;
}
.bilmun-page-header .text {
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-left: 0;
}
.bilmun-page-header {
    position: relative;
    height: calc(100vh);
    overflow: hidden;
    align-items: start;
    margin-bottom: 20px;
    justify-content: center;
}
.bilmun-page-header:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -220px;
    height: 230px;
    width: 100%;
    transform: SkewY(5deg);
    transform-origin: bottom right;
    background: #ffffff;
    /* box-shadow: -6px 0px 12px 0px rgb(0 0 0 / 20%); */
}
.bilmun-page-header .overlay{
    position: absolute;
    background: #0000008f;
    width: 100%;
    height: 100%;
}
.bilmun-page-header .text .top-title{
    color: #e20f64;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
}
.bilmun-page-header .text h1{
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 2.8em;
}
.bilmun-social-box{
    background: linear-gradient(45deg, rgba(25,50,130,1) 0%, rgba(226,15,100,1) 67%);
    border-radius: 10px;
    width: 90%;
    margin: auto;
    display: flex;
    padding: 50px;
    height: 300px;
    align-items: center;
}
.accordion .card-header {
    border-bottom: 1px solid rgb(226 14 99);
}
.skewed-top:before{
    position: absolute;
    content: "";
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    width: 100%;
    height: 150px;
    top: 0;
    transform: translateY(calc(-100% + 1px ));
}
.skewed-bottom:after{
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 100%;
    height: 150px;
    bottom: 0;
    transform: translateY(calc(100% - 1px))
}
.skewed-grey:before, .skewed-grey:after{
    background: #ecf0f8;
}
.skewed-grey:before, .skewed-grey:after{
    background: #ecf0f8;
}
.skewed-red:before, .skewed-red:after{
    background: #e20e63;
}
.skewed-top.skep-flipped-x:before{
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}
.skewed-top.skewed-green:before, .skewed-bottom.skewed-green:after{
    background-color: inherit;
}
.skewed-top.skewed-navy:before, .skewed-bottom.skewed-navy:after{
    background-color: inherit;
}
a.header-phone-number {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 250ms all linear;
}
body.page-content a.header-phone-number{
    color: var(--theme-secondary-color);
}
body.page-content.has-cover a.header-phone-number{
    color: #fff;
}
a.header-phone-number:hover{
    color: var(--theme-primary-color);
}
body.page-content.has-cover a.header-phone-number:hover{
    color: var(--theme-primary-color);
}
body.page-content a.header-phone-number:hover{
    color: var(--theme-primary-color);
}
section.action-box-section {
    margin-top: -170px;
    position: relative;
    z-index: 500;
}
.action-box {
    background-color: #fff;
    border-radius: 2em;
    display: flex;
    padding: 15px 55px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 12px 0px -6px rgb(226 15 100 / 61%), 0px 25px 0px -14px rgb(226 15 100 / 27%), 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.action-box div.image{
    margin-bottom: 0;
}
.action-box div.image img{
    width: auto;
    height: 75px;
}
.action-box p{
    line-height: 1.4;
    margin: 0;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    width: 165px;
}
.module-section.levels{
    background-color: #f7f7f7;
    padding-top: 280px !important;
    position: relative;
    margin-top: -200px;
    background: linear-gradient(1deg, #fff 0%, #dfdfdf 150%);
}
body.campus-home .module-section.levels{
    margin-top: 0;
    padding-top: 50px !important;
}
.homepage .campus-levels .level-box .level-image {
    width: 240px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0px 4px 0 var(--theme-primary-color), 0px 8px 0 #e20f644a;
}
.homepage .campus-levels .level-box .level-title {
    margin-top: 15px;
    text-align: center;
    font-size: 1.5em;
}
.homepage .level-desc {
    font-weight: 100;
    font-size: 0.6em;
}
.swiper.news-swiper{
    padding-bottom: 60px;
}
.swiper.news-swiper .swiper-slide.swiper-slide-visible.swiper-slide-next, .swiper.news-swiper .swiper-slide.swiper-slide-visible.swiper-slide-prev {
    filter: blur(2px);
    transform: translate3d(0px, 0px, -650px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    pointer-events: none;
    opacity: .6;
}
.swiper.news-swiper .swiper-slide.swiper-slide-visible.swiper-slide-prev .news-card, .swiper.news-swiper .swiper-slide.swiper-slide-visible.swiper-slide-next .news-card {
    pointer-events: none !important;
}
.news-swiper .news-card {
    margin-top: 0;
    background-color: #fff;
    height: 250px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    border-top: 0px solid #faaf3f;
}
.news-swiper  .news-card .content-wrapper {
    display: flex;
    border-bottom: 0px solid #ebedef;
    position: relative;
    height: 175px;
    align-items: start;
}
.news-swiper  .news-card  .card-content {
    padding: 15px 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.news-swiper .news-card-img-wrapper {
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 0;
    /* box-shadow: 0px 1px 7px 2px #c7c9d3; */
    border-bottom: 1px solid #dcddde;
    transition: all 0.3s ease;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    flex: none;
    margin: 0;
}
.news-swiper .news-card .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.6em;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 280px;
}
.news-swiper .swiper-button-next, .news-swiper .swiper-button-prev {
    background-image: none !important;
    background-color: #215573 !important;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transition: 250ms all linear;
}
.news-swiper .swiper-button-next:hover, .news-swiper .swiper-button-prev:hover {
    background-color: var(--theme-secondary-color) !important;
    transform: scale(1.2) translateY(-50%);
}
.news-swiper .swiper-button-next, .news-swiper .swiper-container-rtl .swiper-button-prev {
    right: 100px;
    left: auto;
    border-radius: 50%;
}
.news-swiper .swiper-button-prev, .news-swiper .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 100px;
    border-radius: 50%;
}
body.homepage .module-section .section-title span:before , body.homepage .module-section .section-title span:after{
    display: none;
}

#yottie_1 .yottie-widget-feed {
    background: rgba(0,0,0,0) !important;
}
#yottie_1 .yottie-widget-feed-section-slide {
    background: rgba(0,0,0,0) !important;
    padding-bottom: 15px;
}
#yottie_1 .yottie-widget-video {
    background: rgb(255, 255, 255);
    border-radius: 1.4em;
    margin-bottom: 55px !important;
    box-shadow: 0px 12px 0px -6px rgb(226 15 100 / 61%), 0px 25px 0px -14px rgb(226 15 100 / 27%), 0px 10px 15px -3px rgba(0,0,0,0.1);

}
.yottie-widget-video-classic .yottie-widget-video-info {
    padding: 16px 14px !important;
    height: 72px;
}
.yottie-widget-video-info-title {
    display: inline-block;
    overflow: hidden;
    white-space: normal !important;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
}
span.yottie-widget-feed-section-pagination-bullet {
    text-align: center;
    min-width: 18px;
    font-size: 11px;
    padding: 5px 7px;
    margin: 0 3px;
    width: 30px !important;
    border-radius: 50% !important;
    height: 30px !important;
    display: inline-flex !important;
    color: #aaa;
    line-height: 1;
    background: rgba(175,175,175,.1);
    opacity: 1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    align-items: center;
    justify-content: center;
}
.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active {
    color: #ffffff !important;
    background: var(--theme-primary-color) !important;
}
span.yottie-widget-feed-section-pagination-bullet-more::after, span.yottie-widget-feed-section-pagination-bullet-more::before {
    top: 14px !important;
    right: 44% !important;
}
.yottie.yottie-popup {
    z-index: 999999 !important;
}

::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    border-radius: 10px;
    background-color: grey;
    background-clip: content-box;
    -webkit-background-clip: content-box;
    transition: all ease-in-out 250ms;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-primary-color);
    background-clip: border-box;
    -webkit-background-clip: border-box;
    transition: all ease-in-out 250ms;
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

/** menu style variables */
.menu-wrapper.mobile{
    display: none;
}
.mobile-menu-opener-wrapper{
    height: 100%;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
}
.menu-opener .bar {
    width: 2.5rem;
    height: 1.5rem;
    position: relative;
    display: block;
    margin-top: -6px;
    margin-right: 0.5em
}
.menu-opener .bar span, .menu-opener .bar:before, .menu-opener .bar:after {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    left: 0;
    border-radius: 0.3rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-opener .bar span {
    top: 0;
}
.menu-opener .bar:before, .menu-opener .bar:after {
    content: "";
}
.menu-opener .bar:before {
    top: 50%;
}
.menu-opener .bar:after {
    top: 100%;
}
/*
.menu-opener:hover .bar span {
    transform: translateY(-0.3rem);
    -webkit-transform: translateY(-0.3rem);
    -moz-transform: translateY(-0.3rem);
}
.menu-opener:hover .bar:after {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
    -moz-transform: translateY(0.3rem);
}

 */
.menu-active .menu-opener .bar span, .menu-active .menu-opener .bar:before, .menu-active .menu-opener .bar:after {
    background: var(--theme-gradient-bg-2);
}
.menu-active .menu-opener .bar span {
    transform: translateY(1.6rem) translateX(0) rotate(45deg);
    -webkit-transform: translateY(0.8rem) translateX(0) rotate(45deg);
    -moz-transform: translateY(1.6rem) translateX(0) rotate(45deg);
}
.menu-active .menu-opener .bar:before {
    opacity: 0;
}
.menu-active .menu-opener .bar:after {
    transform: translateY(-1.6rem) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-1.6rem) translateX(0) rotate(-45deg);
}
.menu-opener, .menu-opener:hover, .menu-opener:focus, .menu-opener:active {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 0;
}
.menu-opener .text,
.menu-opener .bar {
    display: inline-block;
    vertical-align: middle;
}
.menu-opener .bar {
    margin-left: .5rem;
}
.ve-default-section{
    overflow: hidden;
}
.sub-menu-opener{
    display: none;
}
section.page-sub-menu {
    margin-top: -45px;
    margin-bottom: 65px;
}
body.has-cover section.page-sub-menu {
    margin-top: -25px;
}
.feed-powered-by-es{
    opacity: 0;
}
ul.contact-info.in-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.contact-info.in-menu li{
    position: relative;
}
ul.contact-info.in-menu li ul{
    display:none;
}
ul.contact-info.in-menu li:hover ul{
    display:block;
    position: absolute;
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    width: max-content;
    padding: 4px 0;
}
ul.contact-info.in-menu li ul li a{
    color: var(--theme-secondary-color);
    font-size: 1.2em;
    padding: 8px 15px;
    border-bottom: 1px solid var(--theme-secondary-color);
    display: inline-block;
    border-radius: 0;
}
ul.contact-info.in-menu li ul li a:hover{
    color: var(--theme-primary-color);
}
ul.contact-info.in-menu li ul li:last-child a{
    border-bottom: 0;
}
.content-page-detail-section{
    overflow: hidden;
}
.site-logo .campus-logo-name{
    position: absolute;
    left: 0;
    top: -9px;
    transform: translateY(50%);
}
.site-logo .campus-logo-name .campus-name-text {
    padding-left: 130px;
    color: transparent;
    -webkit-text-stroke-width: 0.02rem;
    -webkit-text-stroke-color: #ffffff;
    font-size: 2em;
    line-height: 1.1;
    font-weight: 800;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.blog-card.project-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #fff;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.blog-card.project-card .blog-card-image {
    height: 250px;
    position: relative;
    background-color: #f2f2f2;
    min-height: 200px;
    max-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 6px;
    box-shadow: none;
}
.blog-card.project-card .blog-card-image img {
    width: 130%;
    height: 100%;
    border-radius: 6px;
    pointer-events: auto;
}
.blog-card.project-card .blog-table {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    min-height: 130px;
    justify-content: space-between;
}
