@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;600&display=swap');

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a{
    color: #f00;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    color: #b30000;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}
/* .heading > h1, .heading > h3{
    border-left: 6px solid #df0000;
    padding-left: 20px;
} */

#search{
    background-color: #ffffff;
}
.container-fluid{
    margin: 0 auto;
}
.carousel-item > img {
    margin: 0 auto;
    width: 100%;
}
.bg-pattern{
    background: url(../images/grey-patern.png) no-repeat;
    background-position: top;
}
.bg-isola{
    background: url(../images/isola-bg-new-min.jpeg) no-repeat;
    background-position: left top;   
    background-size: contain;
}
.bg-blue{
    background-color: #121558 !important;
}
.breadcrumb{
    background-color: transparent;
    font-size: 14px;
    /* text-transform: uppercase; */
    padding: .75rem 0rem;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}
    /* Style to change separator  */
    .breadcrumb-item + .breadcrumb-item::before {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        color: #ff4343;
    }
.breadcrumb-item a{
    color: #ff7979 ;
}
p {
    line-height: 1.8;
}

.isola{
    background-image: url(../images/isola-home-.png);
    background-repeat: no-repeat;
    background-position: 0 top;
    display: block;
    width: 70px;
    height: 30px;
}
.isola:hover{
    height: 30px;
    background-position: 0 bottom;
    display: block;
}

.list-unstyled > li{
    line-height: 0.8;
}
}

.overview{
    position: relative;
}
/* .overview h2::before{
    content: '';
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background: #dd0000;
    position: absolute;
    bottom: 0;
    left: 40%;
    margin-left: -22px;
} */
.bg-faculty{
    /* background-image: url(../images/faculty-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999999;
    max-height: 100%; */
}

.heading > li{
    list-style: none;
}

.heading > li:first-child:before {
    content: '';
    display: inline-block;
    height: 23px;
    width: 34px;
    background-image: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -36px;
}


section > .heading, .container > .heading{
    color: #fd0100;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    /* padding-right: 4rem; */
    /* margin: 0 30px; */
    margin-left: 30px;
}

.bg-drop{
    background: url(../images/bg-drop.jpg) no-repeat;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bg-red{
    background-color: #dd0000 !important;
    /* -o-transition: .7s;
-ms-transition: .7s;
-moz-transition: .7s;
-webkit-transition: .7s;
transition: .7s; */
}
.bg-black{
    background-color: #000 !important;
}

.bg-grey{
    background-color: #7b7b7b !important;
}

.bg-grey-light{
    background-color: #f7f7f7 !important;
}



.border-top{
    border-top: 1px solid #ff0505 !important;
    /* border-top: 1px solid #e3e3e3 !important; */
    /* border-bottom: 1px solid #e3e3e3 !important; */
}

.secondary > .nav-link{
    font-size: 14px !important;
    text-transform: capitalize;
    margin-left: 0 !important;
    margin-right: 5px;
    /* padding: 0 10px !important; */
}
.nav-link{
    /* color: #fff !important; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-link:hover{
    color:  #ffff00 !important;
    /* color:  #b90000 !important; */
}

.img-menu{
    margin-top: 15px;
}

.page-heading{
    background-size: cover;
    background-color: #212529;
    background-repeat: no-repeat;
    width: 100%;
    /* padding: 20px 0px; */
    color: #ffffff;
}
.dropdown-menu{
    border: none;
    border-radius: 0;
}
.overview{
    text-align: center;
    background-color:transparent;
}

.about-heading{
    /* background-image: url(../images/isola.jpg); */
}

.bg-yellow{
    background: #ffff00;
}
.leader-section{
    padding: 3rem 0 8rem 0;
}
.title-box{
    min-height: 80px;
    line-height: 80px;
    margin: 1px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.title-box a > h3{
    padding: 2rem;
}
.logo{
    padding:5rem 0;
}
.card-title{
    font-size: 1rem;
}
.card-body > .fac-title{
    color: #a40000;
    font-weight: 500;
    margin-left: 47px;
    margin-bottom: 0;
}
.card-body a{
    color: #fff;
    font-weight: 500;
}

.card-research{
    height: 200px !important;
}
.icon-prodi{
    background-image: url(../images/ikon-prodi.png);
    background-repeat: no-repeat;
    background-position: 0 top;
    display: inline-block;
    width: 22px;
    height: 20px;
}
.post-title a{
    font-size: 20px !important;
    
}
.excerpt > p{
    font-size: 14px;
}
.card-img-manaj{
    object-fit: contain !important;
    height: 200px !important; 
    padding-left: 10px;
}
.card-manaj{
    font-size: 1.5rem;
}
.bg-manaj{
    background-image: url(../images/bg-manaj.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
}
.card img{
    object-fit: cover;
    height: 380px;
    /* padding: 22px; */
}

.news img{
    height: 180px;
}
/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width:100%;
  }
  
  /* 
  anchors are inline so you need ot make them block to go full width
  */
  .carousel-item a {
    display: block;
    width:100%;
  }

.card > .img-tv{
    object-fit: cover;
    height: 380px;
    /* padding: 22px; */
}
.card > .card-fak{
    object-fit: cover;
    height: 180px !important;
}

.date{
	font-size: 20px;
}
.col-sm-8 > h2{
    font-size: 36px;
}
.col-sm-8 > h2, header > h4, .heading > h4 {
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 10px;
    position: relative;
}
.heading > h4::after{
    background-color: red;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0;
}
.bottom-border{
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 10px;
    position: relative; 
    font-weight: 600;   
}
.bottom-border::after{
    background-color: #b6b6b6;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0;   
}

.col-sm-8 > h2::after, header > h4::after{
    background-color: #ffffff;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0;
}
.table td, .table th{
    padding: .3rem;
}
.heading > h1::after, .heading-fac > h1::after{
    background-color: #df0000;
    bottom: -5px;
    content: "";
    height: 4px;
    border-radius: 10px;
    left: 0;
    width: 57px;
    position: absolute;
    z-index: 0;
}
.vision, .mission, .objective, .heading > h1, .heading-fac > h1{
    position: relative;
}
.vision::after, .mission::after, .objective::after{
    background-color:#df0000;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0;
}



.list-group-item{
    /* border-bottom: 1px solid rgba(0,0,0,.125) !important; */
    border: 0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.card-body > h4{
    font-size: 16px;
    line-height: 25px;
}

.card-text a{
    color: #303030;
}

.card-text a:hover{
    color: #d62e2e;
    text-decoration: none;
}

#footer-top{
    color: #fff !important;
    position: relative;
    padding: 40px 0;
}

#footer-bottom {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
address{
    font-size: 14px;
    line-height: 20px;
}

.list-unstyled li {
    padding: 6px 0;
}

.list-unstyled li a {
    color: #303030;
    font-size: 14px;
}

.col-megamenu .title{
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

#footer-bottom .footer-inner {
    display: table;
    width: 100%;
}


/* EVENT */
.event .date{
    background-color: #ec1b1b;
}
header a{
    color: #232323;
    display: block;
}
header a:hover{
    color: #d62e2e;
}
.event .date{
    color: #fff;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;

}
.event aside{
    padding-left: 90px;
}
.date .day{
    bottom: 20px;
    font-size: 60px;
    font-weight: bold;
    position: relative;
    right: -10px;
    }
.date{
    color: #fff;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;
}
.month{
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.location{
    font-size: 12px;
    margin-top: 8px;
    color: #9b9b9b;
}


/* End EVENT */

/* ============ hover menu ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff; /*border-bottom: 3px solid #fff;  padding-bottom: 13px;*/  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
    .navbar{ padding-top: 0; padding-bottom: 0; -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;}
	.navbar .has-megamenu{position:static!important; }
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px; /*min-height: 250px; */ }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}	

/* ============ desktop view .end// ============ */


/* ===============Offcanvas Desktop=================== */
.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:350px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%); 
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:15px; }

.list-group-item {
    color: #DD0000;
    font-size: 18px;
    font-weight: 600;
}

.child-menu {
    font-size: 14px !important;
    position: relative;
    display: block;
    padding: .55rem 1.25rem;
    color: #717171;
}




.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:350px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%); 
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:15px; }

/* ===============end Offcanvas Desktop=================== */



/* ==========Timeline History=========== */
.hori-timeline .events {
    border-top: 3px solid #ff0000;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 47px;
    margin-right: 0;
    /* background: url(../img/arrow.png) top center no-repeat; */
}
.hori-timeline .events .event-list p {
    padding-bottom: 2rem;
    text-align: left;
    font-size: 12px;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: relative;
    top: 6px;
    height: 20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
    border-top: 12px solid #f00;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    /* top: 38px; */
    font-weight: 600;
    /* color: #ff0000; */
    left: 0;
    right: 0;
    width: 55px;
    margin: -100px auto;
    border-radius: 4px;
    padding: 10px 0px;
    border: 3px solid #ff0000 !important;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-table;
        width: 16%;
        padding-top: 47px;
    }
    .hori-timeline .events .event-list .event-date {
        /* top: -12px; */
    }
}



/* ==========end Timeline History=========== */


:root {
    --main-white-color: white;
    --main-black-color: black;
  }
  
  /* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  } */
  
  .static {
    position: static;
  }
  
  .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
  }
  .owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
  }
  
  .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
  }
  
  .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  
  .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    color: #fff;
    
  }

  .owl-slide-title{
      text-shadow: 0 0 30px rgba(0,0,0,.7);
  }
  
  .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
  }
  
  .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
  }
  
  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    position: absolute;
  }
  
  .owl-carousel .owl-dots .owl-dot,
  .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
  }
  
  .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
  }
  
  .owl-carousel .owl-dots .owl-dot:hover span,
  .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
  }
  
  .owl-carousel .owl-nav {
    left: 90%;
    bottom: 10%;
    transform: translateX(-50%);
    margin: 0;
  }
  
  .owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  
  .owl-carousel .owl-nav button:hover svg {
    opacity: 1;
  }
  
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }
  

  /* ======Button Owl======= */

  .owl-carousel .owl-nav {
    bottom: 15px;
    position: absolute;
    right: 0px;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ea6645;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
  }
  .owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    padding: 7px 13px;
  }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: #e85b37;
  }
  .owl-carousel .owl-nav .owl-next:after {
    content: " ";
  }
  .owl-carousel .owl-nav .owl-prev:after {
    content: " ";
  }
  /* ======end of Button Owl======= */

  
  /* section {
    display: none;
  } */
  
  @media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
      /* top: 5%; */
      width: inherit;
    }
    
    .owl-carousel .owl-nav svg {
      width: 24px;
      height: 24px;
    }
  }

  .full{
    /* background-image: linear-gradient(to bottom, #2c2c2c, #666666, #afafaf, #b9b9b9, #ffffff); */

    width: 100%;

  }

  .img-fancy{
      object-fit: cover;
      height: 200px;
  }

  .bg-gradient{
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(0deg,rgba(0,0,0,.75),#000);  */
  }

  .navbar-sticky-top{
    /* position: sticky; */
    position: relative;
    z-index: 999;
    left: 0;
    margin: 0;
    width: 100%;
  }

  .navbar:hover{
      background-color: #dd0000;
  }

  .w3eden > .card img{
    object-fit: cover;
height: 50px;
  }
.link-template-default{
    /* min-width: 1024px; */
}
  .link-template-default > .card-body a{
      font-size: 16px;
      color: black;
      display: block;
  }
  .wpdmdl-btn > a{
      color: #fff !important;
  }

  blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

section blockquote{
    border-left: 4px solid #d5d5d5 !important;
}

.accordion .list-group .list-group-item{
    padding-left: 33px;
    font-size: 14px;
    color: #731b71 !important;    
    font-weight: normal;
    /* line-height: 20px; */
    /* display: block; */
    text-decoration: none;
}

.btn.focus, .btn:focus{
    box-shadow: none;
    text-decoration: none;
}

.btn:hover{
    text-decoration: none;
}

.accordion .card{
    background-color: #230338;
    opacity:0.8;
    margin-bottom: 3px;
    border: none;
    border-radius: 0;
}

h2 > .btn-link{
    color: #fff;
}
.btn-link h5{
    font-weight: 300;
}
h2 > .btn-link:hover{
color: #9b9b9b;
}
.collapse .list-group{
    border-radius: 0;

}

.dates{
    position: absolute;
    left: 20px;
    top: 365px;
    background: #ff0505;
    color: #ffffff;
    padding: 5px 25px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    border-radius: 5px;
    font-size: 14px;
}



.video-section .item{
    background:linear-gradient(0deg, rgba(255, 255, 255, 0.021), rgba(19, 19, 19, 0.774))
    opacity:0.9;
    transition:.4s ease all;
    margin:0 20px;
    transform:scale(.8);
  }
  
  @media(max-width:1000px){a
    .video-section .item{margin:0; transform:scale(.9)}
  }
  
  .video-section .active .item{
    opacity:1;
    transform:scale(1);
  } 
  
  .video-section .owl-item {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }
  
  .video-section video{
    max-width:100%;
    height:auto;
  }