/*
Theme Name: University
Text Domain: university
Version: 2.0
Requires at least: 1.5
Requires PHP: 7.2.9
Description: University Sanlabs Theme A beautiful and stylish for Colleges. Featuring super neat home pages with tons of elements.
Tags: colleges, faculties
Author: the Sanlabs team
Author URI: https://sanlabs.my.id/
Theme URI: https://sanlabs.my.id/themes/university/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like sanlabs, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Font properties ======================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Global properties ======================================================== */

/* transform */
:root {
  /**
  @Font Family Declaration
  */
  --san-ff-open-sans: "Open Sans", sans-serif;
  --san-ff-poppin: "Poppins", serif;
  --san-ff-montserrat: "Montserrat", serif;
  --san-ff-oswald: "Oswald", serif;
  --san-icon-font: "Font Awesome 6 Pro";
  --san-icon-moon: "icomoon";
 
  /**
  @color declaration
  */
  --san-white: #ffffff;
  --san-white-2: #F9F9F9;
  --san-black: #000000;
  --san-black-2: #050A16;
  --san-blue: #3473CF;
  --san-blue-2: #454396;
  --san-dark-blue: #140C56;
  --san-mocca: #C59D5F;
  
  --san-mjc-0: #2596be;
  --san-mjc-10: #2187ab;
  --san-mjc-20: #1e7898;
  --san-mjc-30: #6a2b80;
  --san-mjc-40: #165a72;
  --san-mjc-50: #134b5f;
  --san-mjc-60: #0f3c4c;
  --san-mjc-70: #0b2d39;
  --san-mjc-80: #071e26;
  --san-mjc-90: #040f13;
  --san-mjc-100: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--san-ff-open-sans);
    background-color: #eee;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
/*
a,
button {
    color: #faa432;
    outline: medium none;
    text-decoration: none;
}
*/
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--san-ff-montserrat);
}

/* ================================= */
/* == TYPOGRAPHY =================== */
/* ================================= */
.mb-50{
	margin-bottom:50px;
}
.mb-100{
	margin-bottom:100px;
}

.py-50{
	padding-top:50px;
	padding-bottom:50px;
}
.py-100{
	padding-top:100px;
	padding-bottom:100px;
}

.container-1100 {
    max-width: 1200px;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================================= */
/* == NAV ========================== */
/* ================================= */
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, 0.75);
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

/* ================================= */
/* == HEADER: ====================== */
/* ================================= */

.header input:hover,
.header input:focus {
    outline: none !important;
}

.header a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header a:hover,
.header a :hover {
    color: #ff8b23;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header a:focus,
.header .button:focus,
.header button:focus,
.header .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* == DEFAULT ====================== */

.header {
    transition: background 0.4s, all 0.3s linear;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header.header-custom {
    position: relative !important;
}

/* ================================= */
/* == MAIN MENU ==================== */
/* ================================= */

/* == DEFAULT STYLE ================ */

.header .main-menu {
    animation-duration: 1.5s;
    font-family: var(--san-ff-open-sans);
	/*font-family: var(--san-ff-oswald);*/
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.095em;
    /*margin-top:30px;*/
    /*background:rgba(0,0,0,.3);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3141456411666229) 50%, rgba(0, 0, 0, 0) 100%);
}

.header .main-menu.navbar-light a {
    color: #ffffff;
}
.header .main-menu.navbar-light .dropdown-menu a {
    color: #333333;
}
.header .navbar-light.menu-scroll a {
    color: #ffffff;
}

.header .main-menu.navbar-light a:hover,
.header .main-menu.navbar-light a :hover {
    color: #ff8b23;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header .main-menu .navbar-brand img {
    font-family: var(--san-ff-oswald);
}

.header .main-menu .navbar-brand img {
    max-height: 120px;
}

.header .main-menu.custom .navbar-brand img {
    max-height: 50px;
}

.header .main-menu .navbar-brand {
    font-family: var(--san-ff-oswald);
}

.header .navbar-light.menu-scroll {
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    top: 0;
    z-index: 9 !important;
    /*background:var(--san-mocca);*/
    background: var(--san-mjc-30);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding-top: 5px;
}

.header .main-menu.menu-scroll .navbar-brand img {
    max-height: 50px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*Dropdown*/

.main-menu .dropdown ul li {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 0px;
}

.main-menu .dropdown .dropdown-menu {
    padding: 0.5rem 1rem;
}

.main-menu .dropdown .dropdown-menu li a {
    color: #000 !important;
    padding: 0.2rem 0rem;
    display: block !important;
}

.main-menu .dropdown .dropdown-menu li :hover {
    color: #ff8b23 !important;
}
.main-menu .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
}
.main-menu .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
}

@media (max-width: 767px) {
    .fixed-top {
        /*position:static;*/
    }
    .header .navbar-light.menu-scroll {
        position: fixed;
        padding: 8px 0;
    }
    .header .main-menu {
        padding-top: 10px;
        padding-bottom: 0;
        /*background:var(--san-blue);*/
    }
    .header .main-menu .navbar-toggler {
        color: #fff;
        border-color: #fff;
        padding: 8px 10px;
        border: 0;
    }
    .header .main-menu .navbar-toggler i {
        transform: scaleX(-1);
    }
    .header .main-menu .navbar-brand img {
        max-height: 70px;
    }
    .header .navbar-light.menu-scroll .navbar-toggler {
        color: #fff;
        border-color: #fff;
        padding: 8px 10px;
    }
    .header .navbar-light.menu-scroll .navbar-toggler-icon {
    }
}

@media (max-width: 767px) {
    .main-menu .navbar-light .navbar-nav .has-children .nav-link {
        padding-bottom: 0;
    }

    .main-menu .dropdown .dropdown-menu {
        transform: scale(1);
        display: block;
    }
    .main-menu .dropdown .dropdown-menu {
        background: transparent;
    }
    .main-menu .dropdown .sub-menu.dropdown-menu li a {
        color: #fff !important;
    }
    .main-menu .dropdown .sub-menu.dropdown-menu li a:hover {
        color: #ff8b23 !important;
    }

    .main-menu .dropdown .sub-menu.dropdown-menu {
        padding: 10px 8px 0px 0px;
        border-left: 1px solid #fff !important;
        border-radius: 0;
        margin-left: 10px;
        margin-top: 0;
    }

    .main-menu .dropdown .sub-menu.dropdown-menu li {
        display: block;
        padding-left: 12px;
        position: relative;
    }

    .main-menu .dropdown .sub-menu.dropdown-menu li:before {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
    }
	.header .navbar .navbar-nav .nav-item .nav-link {
		padding-left: 0rem;
		padding-right: 1rem;
	}
}


@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

/* ================================= */
/* == HEADER SLIDE ================= */
/* ================================= */

.home-header-slider {
}
.home-header-slider.swiper {
    width: 100%;
    height: 100%;
}

.home-header-slider .swiper-slide {
    background: #fff;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
	*/
}

.home-header-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-header-slider .swiper {
    margin-left: auto;
    margin-right: auto;
}

.home-header-slider .swiper .swiper-slide {
    /*height: 100%;*/
    height: 100vh;
    width: 100%;
}

.home-header-slider .swiper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.home-header-slider .swiper .swiper-slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.home-header-slider .swiper .swiper-slide .image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home-header-slider .swiper .swiper-slide .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.home-header-slider .swiper .swiper-slide .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
}

.home-header-slider .swiper .swiper-slide .content .mini-title {
    font-family: var(--san-ff-oswald);
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-weight: 700;
}

.home-header-slider .swiper .swiper-slide .content .title {
    font-family: var(--san-ff-oswald);
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.home-header-slider .swiper .swiper-slide .content .sub-title {
    font-family: var(--san-ff-oswald);
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 1;
    font-weight: 300;
}

.home-header-slider .swiper .swiper-slide .content .btn {
	font-family: var(--san-ff-oswald);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}

@media only screen and (max-width: 767px) {
    .home-header-slider .swiper .swiper-slide .centered .san-title {
        min-height: 100px;
    }
	
	.home-header-slider .swiper .swiper-slide .content {
		width: 100%;
		padding:0 50px 0 50px;
	}
	
	.home-header-slider .swiper .swiper-slide .content .mini-title {	
		font-size: 24px;
	}

	.home-header-slider .swiper .swiper-slide .content .title {
		font-size: 40px;
	}

	.home-header-slider .swiper .swiper-slide .content .sub-title {
		font-size: 24px;
	}
}

/* ================================= */
/* == FOOTER ======================= */
/* ================================= */
.footer {
    background: var(--san-mjc-30);
    padding-bottom: 50px;
    padding-top: 80px;
}
.footer .footer-brand {
    margin-bottom: 10px;
}
.footer .footer-brand h2 {
    color: #fff;
	font-family: var(--san-ff-oswald);
}
.footer-company address {
    max-width: 400px;
}
.footer-company address p {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
}
.footer_menu {
    margin-bottom: 20px;
}
.footer_menu ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.footer_menu ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.footer_menu ul li::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #fff;
}
.footer_menu ul li:last-child {
    padding-right: 3px;
}
.footer_menu ul li:last-child::after {
    content: none;
}
.footer_menu ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer_menu ul li a:hover {
    color: var(--san-mocca);
}

/*START FOOTER SOCIAL DESIGN*/
.footer_profile {
    margin-bottom: 40px;
}
.footer_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_profile ul li {
    display: inline-block;
}
@media only screen and (max-width: 480px) {
    .footer_profile ul li {
        margin: 2px;
    }
}
.footer_profile ul li a img {
    width: 60px;
}

.footer_profile ul li a {
    /*background: #554c86;*/
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 37px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--san-white);
    opacity: 0.8;
}
.footer_profile ul li a:hover {
    color: var(--san-mocca);
    border-color: var(--san-mocca);
    opacity: 1;
}
.footer_copyright {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
}

/* ================================= */
/* == LATEST POST ================== */
/* ================================= */

.widget-title-one h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 800;
    position: relative;
    margin-left: 10px;
}

.widget-title-one h2:before {
    content: "";
    border-left: 2px solid #000;
    position: absolute;
    left: -10px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
	.widget-title-one{
		padding-right:10px;
	}
	
	.widget-title-one h2 {
		font-size: 2rem;
	}

	.widget-title-one h2:before {
		height: 85px;
	}
	.widget-titles p {
		font-size: 13px;
	}
}

.card .wrap-image svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}
.card .wrap-image svg polygon,
.card .wrap-image svg path {
    fill: #ffffff;
    stroke: #ffffff;
}
.card:nth-child(4) .wrap-image svg path {
    stroke-width: 3px;
}
.card:nth-child(5) .wrap-image svg path {
    stroke-width: 4px;
}
.card:nth-child(6) .wrap-image svg path {
    stroke-width: 6px;
}

.card {
    height: 420px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.card a h3 {
    color: #333;
}

.card:hover > a h3 {
    color: #555;
}

.image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.image-block .border {
    width: 100%;
    height: 200px;
}
.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-block span {
    font-size: 1.5rem;
    height: 60px;
    width: 60px;
    background-color: var(--san-mjc-30);
    color: #fff;
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-block {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 0;
}
.content-block h3 {
    font-size: 1.2rem;
}
.content-block p {
    font-size: 13px;
    line-height: 1.3rem;
    color: #555;
}
.last-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.last-section .read-more {
    color: var(--san-mjc-30);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.last-section .read-more:hover {
    color: var(--san-mjc-10);
}

/* ================================= */
/* == CUSTOM PAGE ================== */
/* ================================= */

.breadcrumb-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 230px 0 150px;
    z-index: 1;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #090909;
    opacity: 0.85;
    z-index: -1;
}

.breadcrumb-content {
    position: relative;
    z-index: 4;
}

.breadcrumb-content .title {
	font-family: var(--san-ff-oswald);
    font-size: 60px;
	font-weight:600;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.breadcrumb-content .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    column-gap: 13px;
    row-gap: 5px;
}

.video-shape {
    position: absolute;
    z-index: 3;
}

.video-shape.one {
    left: 0;
    bottom: -12%;
}

.video-shape.two {
    right: 0;
    bottom: -7%;
}


/* ================================= */
/* == READ ========================= */
/* ================================= */

.article-details .article-text img {
	width:100%;
}





/* ================================= */
/* == CTA ========================== */
/* ================================= */

/* == Video ======================== */
.cta-video{
	
}
.cta-video h2{
	font-size:2.5rem;
}

/* == Images ======================== */

.cta-images .cta-block{
	padding:15px;
}

.cta-images .cta-block h2{
	font-size:2rem;
}

.cta-images .cta-block p{
	font-size:1.2rem;
	
}




/* ================================= */
/* == TEACHER ====================== */
/* ================================= */

.profile-card-teacher {
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-teacher img {
    transition: all linear 0.25s;
}

.profile-card-teacher .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
	font-family: var(--san-ff-oswald);
    font-size: 20px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-teacher .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-teacher .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-teacher .profile-icons .fa {
    margin: 5px;
}

.profile-card-teacher:hover img {
    filter: grayscale(100%);
}

.profile-card-teacher:hover .profile-name {
    bottom: 80px;
}

.profile-card-teacher:hover .profile-username {
    bottom: 60px;
}

.profile-card-teacher:hover .profile-icons {
    right: 40px;
}