body{
  padding-top: 105px;
}

.btn-go-up{
  color: #fff;
  position: fixed;
  bottom: 110px;
  right: 25px;
  background-color: #aaa;
  border-radius: 7px;
  height: 35px;
  width: 35px;
  padding: 0px;
  font-size: 36px;
  cursor: pointer;
  z-index: 100;
  opacity: 0.8;
}
.btn-go-up i{
  position: absolute;
  top :-2px;
  left: 5px;
  margin: 0px;
  padding: 0px;
}

.icon-wa-fixed{
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-decoration: none;
  z-index: 100;
}

.icon-wa-fixed img{
  width: 270px;
}

.main_header{
  display: block;
  background-color: #f0f1f1;
  padding-top: 17px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: inherit;
  border-bottom: solid lightgrey 1px;
  z-index: 100;
  -webkit-transition: padding-top 0.3s; /* Safari prior 6.1 */
  transition: padding-top 0.3s;
}

.sticky{
  padding-top: 7px;
  -webkit-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
  border-bottom: solid transparent 1px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.sticky .logo img{
  width: 150px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.sticky .top_nav li > a{
  margin-bottom: 7px;
  -webkit-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
}

.sticky .top_nav li > .dropdown {
  top:80px;
}

.box-search{
  width: 77%;
  height: 0px;
  background-color: #f0f1f1;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: left; 
  overflow: hidden;
}
.box-search form{
  height: 100%;
}
.box-search #search-text{
  font-size: 18px;
  background-color: #f0f1f1;
  border: 0px ;
  color: #4d4d4d;
  width: 70%;
  top: 33%;
  margin-left: 70px;
  display: inline-block;
  position: relative;
}

.box-search i{
  position: absolute;
  right: 30px;
  top: 35%;
  font-size: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .box-search{
    width: 55%;
  }
  
  .box-search #search-text{
    margin-left: 10px;
  }
}



@media only screen and (max-width: 905px) {
  .profile.founder{
    padding-top: 70px !important;
  }

  .founder .box{
    width: 100%;
    padding: 40px;
  }
  .founder  .desc div{
    width: 100%;
  }
 
  .founder .square{
    
    padding-bottom: 100%;
    position: relative;
    background-color: #000;
  }
   
  .founder  .desc img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 0 0 !important;
    background-position:center top !important;
  }

  .founder  .desc div.col-7{
    margin-top: 20px !important;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
  }

  .founder  .desc div.col-7 h2{
    line-height: 50px;
  }

  .founder  .desc div.col-7 h4{
    line-height: normal;
  }
}


@media only screen and (max-width: 600px) {
  .founder  .desc div.col-5{
    padding: 10px;
    display: inline-block;
  }
}







.fix-sub-nav{
  position: absolute;
  top: 107px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: #f0f1f1;
}


.fix-sub-nav .sub-nav-board{
  border-bottom: 1px solid #c0c0c0;
}

.fix-sub-nav .sub-nav-drop{
  display: none;
  padding: 17px 20px; 
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  width: 100%;
  text-align: center;
  cursor: pointer;
}


.fix-sub-nav .sub-nav-drop i{
  color: #F26E21;
}



@media only screen and (max-width: 905px) {
  
  
  .fix-sub-nav .box{
    border-bottom: solid 1px #d9d9d9;
    padding: 0px 40px;
  }

  .fix-sub-nav .sub-nav-drop{
    display: block;
  }

}

.home .publication .left-col .card a.thumb{
  display: inline-block;
  position: relative;
  width: 100%;
}

.home .publication .left-col .card a.thumb img{
  max-height: 200px;
}

.home .publication .left-col .card a.thumb i{
  color: #fff;
  position: absolute;
  top: 41%;
  left: 43%;
  font-size: 45px;
  margin:auto;
  cursor: pointer;
}

.home .publication .left-col .card a.thumb:hover > i {
  color: red;
  cursor: pointer;
}

.home .publication .right-col .video img{
  object-fit: cover;
}

.home .publication .head a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #F26E21;
  /*position: absolute;*/
  right: 0px;
  bottom: 0px;
}





body > .profile{
  padding-top: 70px;
}




@media only screen and (max-width: 905px) {

  body > .about{
    padding-top: 30px !important;
  }
  body > .about .box{
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }
  body > .about .vission-mission .box div{
    width: 100%;
    padding: 0px;
  }
}


body > .about{
  padding-top: 20px;
}
body > .about img.banner{
  width: 100%;
  margin-top: 20px;
}
body .about .vission-mission{
  line-height: 26px;
  font-size: 15px; 
}

body .about .vission-mission .desc{
  padding-right: 45px;
}

body .about .vission-mission .desc p{
  margin: 0px;
}
body .about .vission-mission .desc  ul{
  padding: 0 0 23px 1em;
  list-style-type: disc;
}

body .about .vission-mission img{
  width: 100%;
}








.boardof{
  padding-top: 120px !important;
}


@media only screen and (max-width: 905px) {
  .boardof .top .desc{
    padding-top: 120px;
  }

  .boardof{
    margin-top: 30px;  
    padding-top: 0px !important;
  }
  .boardof .fix-sub-nav .box{
    border-bottom: solid 1px #d9d9d9;
    padding: 0px 40px;
  }
  .boardof .box{
    width: 100%;
    padding: 40px;
  }
  .boardof  .desc div{
    width: 100%;
  }
 
  .boardof .square{
    
    padding-bottom: 100%;
    position: relative;
    background-color: #000;
  }
   
  .boardof  .desc img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 0 0 !important;
    background-position:center top !important;
  }

  .boardof  .desc div.col-7{
    margin-top: 20px !important;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
  }

  .boardof  .desc div.col-7 h2{
    line-height: 50px;
  }

  .boardof  .desc div.col-7 h4{
    line-height: normal;
  }
}


@media only screen and (max-width: 600px) {
  .boardof  .desc div.col-5{
    padding: 10px;
    display: inline-block;
  }

  .boardof  .desc div.col-7 h2{
    font-size: 36px;
    line-height: 30px;
  }

  .boardof  .desc div.col-7 h4{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}












.sticky_sub{
  position: fixed;
  top: 80px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  border: 0px;
}

.profile .sub-nav > a{
  padding: 17px 20px; 
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  border-bottom: 5px solid transparent;
}

.profile .sub-nav > a:hover{
  border-bottom: 5px solid #F26E21;
}
.profile .sub-nav > .active{
  border-bottom: 5px solid #F26E21;
}
.profile .sub-nav{
  border-bottom: solid 1px #c0c0c0;
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  display: flex;
  justify-content:space-between;
  position: relative;
} 



@media only screen and (max-width: 905px) {
  .profile .sticky_sub{
    top: 0px;
  }

  .profile .sub-nav{
    display: none;
    border-bottom:0px;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 2;
  }

  .profile .sub-nav a{
    display: block;
    width: 100%;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1)
  }
  .profile .sub-nav a:hover{
    border-bottom: 1px solid #c0c0c0;
    color: #F26E21;
  }
  .profile .sub-nav > .active{
    border-bottom: 1px solid #c0c0c0;
  }
 }




.sticky_sub .sub-nav-board{
  border-bottom: 1px solid transparent !important;
}















body .honorable{
  margin-top: 85px;  
}


@media only screen and (max-width: 905px) {
  .honorable{
    margin-top: 30px;  
    padding-top: 0px !important;
  }

  .honorable .row.hr{
    display: none !important;
  }
  
  .honorable .fix-sub-nav .box{
    border-bottom: solid 1px #d9d9d9;
    padding: 0px 40px;
  }

  .honorable .box{
    width: 100%;
    padding: 40px;
  }
  .honorable  .desc div{
    width: 100%;
  }
 
  .honorable .square{
    
    padding-bottom: 100%;
    position: relative;
    background-color: #000;
  }
   
  .honorable  .desc img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 0 0 !important;
    background-position:center top !important;
  }

  .honorable  .desc div.col-7{
    margin-top: 20px !important;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
  }

  .honorable  .desc div.col-7 h2{
    line-height: 50px;
  }

  .honorable  .desc div.col-7 h4{
    line-height: normal;
  }
}


@media only screen and (max-width: 600px) {
  .honorable  .desc div.col-5{
    padding: 10px;
    display: inline-block;
  }

  .honorable  .desc div.col-7 h2{
    font-size: 36px;
    line-height: 26px;
  }

}





.profile .sub-nav-board{
  border-bottom: solid 1px #c0c0c0;
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: normal; /* Safari 6.1+ */
  display: flex;
  justify-content:normal;
  position: relative;
}

.profile .sub-nav-board > a{
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  border-bottom: 5px solid transparent;
}



.profile .sub-nav-board > a:hover{
  border-bottom: 5px solid #F26E21;
}
.profile .sub-nav-board > a.active{
  border-bottom: 5px solid #F26E21;
}


.profile .sub-nav-board .prev, 
.profile .sub-nav-board .next{
  display: none;
  position: absolute;
  top: 7%;
  font-size: 36px;
  color: #F26E21;
  cursor: pointer;
  padding: 0px 14px;
}
.profile .sub-nav-board .prev{
  left: 3px;
}
.profile .sub-nav-board .next{
  right: 3px;
}

@media only screen and (max-width: 905px) {
  .profile .sub-nav-board > a{
    display: none;
  }

  .profile .sub-nav-board > a.active{
    display: block;
    border-bottom: 5px solid transparent;
    width: 100%;
    text-align: center;
  }

  .profile .sub-nav-board .prev, 
  .profile .sub-nav-board .next{
    display: block;
  }
}








.profile .sub-nav-honorable {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;

  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  display: flex;
  justify-content:space-between;

}

.profile .sub-nav-honorable a img{
  max-height: 65px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.profile .sub-nav-honorable a img.active{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.profile .sub-nav-honorable a img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  
}

.profile .sub-nav-honorable .prev, 
.profile .sub-nav-honorable .next{
  display: none;
  position: absolute;
  top: 15%;
  font-size: 36px;
  color: #F26E21;
  cursor: pointer;
  padding: 0px 14px;
}
.profile .sub-nav-honorable .prev{
  left: 3px;
}
.profile .sub-nav-honorable .next{
  right: 3px;
}


@media only screen and (max-width: 905px) {
  .profile .sub-nav-honorable {
    display: block;
  }

  .profile .sub-nav-honorable .prev, 
  .profile .sub-nav-honorable .next{
    display: block;
  }

  .profile .sub-nav-honorable a{
    display: block;
    text-align: center;
  }
  .profile .sub-nav-honorable a img{
    display: none;
  }
  
  .profile .sub-nav-honorable img.active {
    display: inline-block;
  }
}




.profile .desc{
  padding-top: 35px;
}
.profile .desc img{
  width: 100%;  
}
.profile .desc > .col-5{
  padding-top: 10px;
}
.profile .desc > .col-7{
  padding-left: 50px;
}


.profile .desc h2{
  color: #F26E21;
  font-size: 64px;
  padding: 0px !important;
  margin: 0px !important;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  line-height: 66px;
}

.profile .desc h4{
  color: #454545;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
}

.profile .desc p{
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  
}



.logo{
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  
  float: left;
}

.logo img{
  width: 150px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}



.top_nav > li .open-dropdown, .top_nav li > .close-dropdown{
  display: none;
  visibility: hidden;
  color: #7d7d7d;
}

@media only screen and (max-width: 905px) {
  body{
    padding-top: 80px;
  }
  .main_header{
    display: inline-block;
    position: absolute;
    height: 100px;
    padding-top: 12px;
  }
  .main_header .box{
    width: 100%;
  }

  .logo{
    position: absolute;
    top: 15px;
    left: 35px;
  }
  .logo img{
    width: 120px;
  }
  .top_nav.active{
    display: block;
    visibility: visible;
  }
  
  .top_nav{
    display: none;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #f0f1f1;
    padding-top: 15px !important;
    padding-bottom: 25px !important;
    float: none !important;
    position: absolute;
    top: 75px;
    left: 0px;
    width: 100%; 
  }


  .top_nav > li .open-dropdown, .top_nav li > .close-dropdown{
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 12px;
  }

  .top_nav > li.active .close-dropdown{
    display: block;
    visibility: visible;
  }

  .top_nav > li.active .open-dropdown{
    display: none;
    visibility: hidden;
  }

  .top_nav > li .close-dropdown{
    display: none;
    visibility: hidden;
  }

  .top_nav > li .open-dropdown{
    display: block;
    visibility: visible;
  }

  .top_nav > li{
    float: none !important;
    position: relative;
    background-color: #f0f1f1;;
    border-left: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0px solid #e2e2e2 !important;
  }
  .top_nav > li > a {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #000 !important;

    border: 0px !important;
    margin:0px !important;
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .top_nav li > .dropdown {
    position: relative !important;
    display: none;
    padding-top: 5px !important;
    background-color:  #f0f1f1 !important;
    box-shadow: 0px 0px 0px !important;
    top:0px !important;
  }

  .top_nav li > .dropdown a:hover{
    color: #F26E21 !important;
  }

  .top_nav li > .dropdown > .profile {
    display:block !important;
    
  }
  .top_nav li > .dropdown div{
    display: block !important;
    width: 100% !important;
    padding-left: 0px !important;
  }

  .top_nav li > .dropdown div.programs{
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
  }
  
  .top_nav .dropdown .programs a{
    font-size: 12px !important;
    color: #333 !important;
  }
  .top_nav li > .dropdown > .programs {
    display: block !important;
    padding-left: 30px;
  }

  .top_nav li > .dropdown > .programs h4 {
    font-size: 14px !important;
  }

  .top_nav li > .dropdown .box a{
    float: none;
    display: block;
    margin:0px;
    padding: 15px 30px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    text-transform:capitalize !important;
  }

  .top_nav > li.active .dropdown{
    display: block !important;
    visibility: visible;
    opacity: 1;
  }

  .main_header .show-top-nav{
    display: inline-block !important;
    
  }

}

.main_header .box{
  position: relative;
}
.main_header .show-top-nav{
  display: none ;
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 26px;
  color: #F26E21;
  cursor: pointer;
}

.top_nav{
    
  float: right;
  margin-top: 13px;
  list-style-type: none;
  margin-bottom: 0px;
}




.top_nav li > .dropdown {
  width: 100%;
  position: fixed;
  left: 0px;
  top:105px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  
  padding-top: 35px;
  z-index: 10;
  visibility: hidden;
  opacity:0;

  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition:visibility 0.2s linear,opacity 0.2s linear;
    
  
}

.top_nav li:hover > .dropdown{

  visibility: visible;
  opacity:1;
}


.top_nav li > .dropdown > .profile{
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  display: flex;
  justify-content:space-around;
}
.top_nav li  > .dropdown > .profile a{

  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-bottom: 8px solid transparent;
  -webkit-transition: border-bottom 0.15s; /* Safari prior 6.1 */
  transition: border-bottom 0.15s;
  padding-bottom: 25px;
}

.top_nav li  > .dropdown > .profile a:hover{
  border-bottom: 5px solid #F26E21;
}

.top_nav .dropdown .programs > .col-8{
  width: 62%;
}
.top_nav .programs > .col-4{
  width: 38%;
}
.top_nav .dropdown .programs > .col-8, .top_nav .programs > .col-4 > .col-6{
  padding-right: 25px;
}

.top_nav .dropdown .programs > .col-8{
  padding-bottom: 30px;
}

.top_nav .dropdown .programs a{
  text-decoration: none;
  display: block;
  color: #333;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.top_nav .dropdown .programs a:hover{
  color: #F26E21;
}



.top_nav .dropdown .adminsiion {
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: flex-start; /* Safari 6.1+ */
  display: flex;
  justify-content:flex-start;
  padding-left: 230px;
}

.top_nav .dropdown .adminsiion a{
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-bottom: 8px solid transparent;
  -webkit-transition: border-bottom 0.15s; /* Safari prior 6.1 */
  transition: border-bottom 0.15s;
  padding-bottom: 25px;
  margin-right: 100px;
}

.top_nav .dropdown .adminsiion a:hover{
  border-bottom: 5px solid #F26E21;
}



.top_nav .dropdown .facilities {
  display: -webkit-flex; /* Safari */
  -webkit-justify-content:flex-start; /* Safari 6.1+ */
  display: flex;
  justify-content:flex-start;
  padding-left: 230px;
}

.top_nav .dropdown .facilities a{
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-bottom: 8px solid transparent;
  -webkit-transition: border-bottom 0.15s; /* Safari prior 6.1 */
  transition: border-bottom 0.15s;
  padding-bottom: 25px;
  margin-right: 100px;
}

.top_nav .dropdown .facilities a:hover{
  border-bottom: 5px solid #F26E21;
}


.top_nav > li{
  float: left;
  height: auto;
  line-height: 1em;
  border-bottom: 8px solid transparent;
  -webkit-transition: border-bottom 0.15s; /* Safari prior 6.1 */
  transition: border-bottom 0.15s;
}

.top_nav li:hover{
  border-bottom: 8px solid #F26E21;
}

.top_nav li > a{
  display: block;
  text-decoration: none;
  padding: 15px 30px 15px 30px !important;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  border-left: 1px solid #aaa;
  font-size: 12px; 
  position: relative;

}


@media only screen and (max-width: 1105px) {
  .top_nav li > a{ 
    padding: 15px 15px 15px 15px !important; 
  }
}

.top_nav li > .search{
  font-size: 16px;
}








.slider{
  padding: 0px;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.slider a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 10;
}

.slider a img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
}

.slider a img.big{
  display: block;
  object-fit: cover;
  z-index: 3; 
}
.slider a img.small{
  display: none;
  object-fit: contain;
  z-index: 4;
}



@media only screen and (max-width: 750px) {
  
  .slider a img.big{
    filter:blur(7px);
  }
  .slider a img.small{
    display: block !important;
  }

  
  .slider > .next{
    display: inline-block;
    right: 15px !important;
    opacity: 1 !important;
    padding-left: 30px;
  }

  .slider > .prev{
    display: inline-block;
    left: 15px !important;
    opacity: 1 !important;
    padding-right: 30px;
  }
}

.slider:hover > .next{
  right: 15px;
  opacity: 1;
  -webkit-transition: right 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: right 0.2s, opacity 1.5s;
}

.slider:hover > .prev{
  left: 15px;
  opacity: 1;
  -webkit-transition: left 0.2s , opacity 1.5s ; /* Safari prior 6.1 */
  transition: left 0.2s, opacity 1.5s;
}
.slider .next:hover, .slider .prev:hover{
  cursor: pointer;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: text-shadow 0.3s  ; /* Safari prior 6.1 */
  transition: text-shadow 0.3s ;
}

.slider .next, .slider .prev{
  display: block;
  position: absolute;
  padding: 0px;
  font-size: 50px;
  top: 47%; 
  z-index: 15;
  box-sizing: border-box;
  color: #F26E21;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  line-height: 0px;
}
.slider .next{
  right: -100px;
  opacity: 0;
  -webkit-transition: right 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: right 0.2s, opacity 1.5s;
}
.slider .prev{
  left: -100px;
  opacity: 0;
  -webkit-transition: left 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: left 0.2s, opacity 1.5s;
}


/*////*/

  

 .box > .next{
    display: inline-block;
    right: 15px !important;
    opacity: 1 !important;
    padding-left: 30px;
  }

  .box > .prev{
    display: inline-block;
    left: 15px !important;
    opacity: 1 !important;
    padding-right: 30px;
  }

.box:hover > .next{
  right: 15px;
  opacity: 1;
  -webkit-transition: right 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: right 0.2s, opacity 1.5s;
}

.box:hover > .prev{
  left: 15px;
  opacity: 1;
  -webkit-transition: left 0.2s , opacity 1.5s ; /* Safari prior 6.1 */
  transition: left 0.2s, opacity 1.5s;
}
.box .next:hover, .box .prev:hover{
  cursor: pointer;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: text-shadow 0.3s  ; /* Safari prior 6.1 */
  transition: text-shadow 0.3s ;
}

.box .next, .box .prev{
  display: block;
  position: absolute;
  padding: 0px;
  font-size: 50px;
  top: 47%; 
  z-index: 15;
  box-sizing: border-box;
  color: #F26E21;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  line-height: 0px;
}
.box .next{
  right: -100px;
  /*opacity: 0;*/
  -webkit-transition: right 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: right 0.2s, opacity 1.5s;
}
.box .prev{
  left: -100px;
  /*opacity: 0;*/
  -webkit-transition: left 0.2s, opacity 1.5s; /* Safari prior 6.1 */
  transition: left 0.2s, opacity 1.5s;
}







.whypradita{
  background-color: #f16e21 !important;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.whypradita h1,.whypradita h3{
  color: #fff;
}

.whypradita > .box > div > img{
  position: absolute;
  bottom: 0px;
  left: -50px;
  z-index: 1;
}

.whypradita .tab-nav > a{
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  overflow: hidden;
}

.whypradita .tab-nav > a:hover >  img:first-child{
  display: none;
}

.whypradita .tab-nav > .active >  img:first-child{
  display: none;
}

.whypradita .tab-nav > a > img{
  height: 50px;
  width: 50px;
}


.whypradita .col-7{
z-index: 10;
position: relative;
margin-top: 50px;
margin-bottom: 50px;
}

.whypradita .next,
.whypradita .prev{
  display: inline-block !important;
  width: auto !important;
  position: absolute !important;
  top: 45% !important;
}


@media only screen and (max-width: 905px) {
  
  .whypradita .prev{
    left: 2px !important;
  }

  .whypradita .next{
    right: 2px !important;
  }

  .whypradita .box > div{
    display: block;
    float: none;
    width: 100%;
  }

  .whypradita .box{
    width: 100%;
    padding: 30px;
  }
  .whypradita .box > div{
    position: static;
  }  
  .whypradita .box > div >img{
    opacity: 0.1;
  }
  .whypradita .col-5{
    display: none;
  }
  .whypradita .col-7{
    width: 100%;
  }
  

  .whypradita .box > img{
    opacity: 0.1;

  }

  .whypradita .tab-nav > a {
    height: 35px !important;
    width: 35px !important;
  }
  .whypradita .tab-nav > a > img{
    height: 35px !important;
    width: 35px !important;
  }

  
}







/* .collab img{
  width: 100%;
} */

.slider-collaborator{
  display: block;
  width: 100%;
  height: auto;
  min-height:150px;
  position: relative;
}

.slider-collaborator .box-slider{
  display: block;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  
}
.slider-collaborator .box-slider > .item-slider{
  display: block; 
  /*width: 35000px;*/
  width: 45000px;
  /*width: 54432px;*/
  height: auto;
  box-sizing: border-box;
}

.slider-collaborator .item-slider > a{
  float: left;
  padding: 0px;
  
  box-sizing: border-box;
  text-align: center;
}

.slider-collaborator .item-slider > a > img{
  max-height: 200px !important;
  /*max-height: 100px;*/
  vertical-align:middle;
}

.slider-collaborator  > .next, .slider-collaborator  > .prev{
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 47%;
  height: 26px;
  width: 26px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
  
}
.slider-collaborator  > .next{
  right: 0px;
  padding: 0px 11px;  
}

.slider-collaborator  > .prev{
  left: 0px; 
  padding: 0px 8px;
}





@media only screen and (max-width: 905px) {
  .publication > .box{
    width: 100%;
    padding: 30px;
  }
}


@media only screen and (max-width: 800px) {
  .publication > .box > .left-col,.publication > .box > .right-col{
    width: 100%;
    border: 0px;
    padding: 0px;
  }

  
  .box > .left-col > div{
    padding-bottom: 30px !important;
  }
  .box > .right-col{
    border-top: 1px solid #c0c0c0 !important;
    padding-top: 30px !important;
  }
  .box > .right-col > div{
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .publication > .box > .left-col div,.publication > .box > .right-col div{
    width: 100%;
    border: 0px;
  }
}
.publication{
  margin-bottom: 20px;
}
.publication .left-col{
  /*border-right: solid 1px lightgrey;*/
  /*width: 65.5%;*/
  width: 100%;
}
.publication .right-col{
  /*width: 34.5%;*/
  padding-left: 20px;
}


.publication .left-col .col-6, .publication .right-col .col-12{
  padding-right: 20px;
  margin-bottom: 30px;
}


.publication .list-post .card a.thumb{
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.publication .list-post .card a.thumb i{
  color: #fff;
  position: absolute;
  top: 41%;
  left: 43%;
  font-size: 45px;
  margin:auto;
  cursor: pointer;
}

.publication .list-post .card a.thumb:hover > i {
  color: red;
  cursor: pointer;
}







.card img{
  width: 100%;
}

.card h3{
  color: #f16e21;
}
.card h4{
  color: #333;
}
.card h4 a{
  color: #333;
  text-decoration: none;
}
.card span{
  color: grey;
  font-size: 13px;
}

.video div{
  position: relative;
}

.video div:hover > i {
  color: red;
  cursor: pointer;
}
 .video i{
   color: #fff;
  position: absolute;
  top: 41%;
  left: 43%;
  font-size: 45px;
  margin:auto;
}


@media only screen and (max-width: 905px) {
  footer {
    padding: 0px !important;
  }

  footer > .box{
    width: 100% !important;
    padding: 30px !important;
  }

  footer .btn-signup{
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
  }
  
  footer hr{
    opacity: 0;
  }

  footer .row div{
    display: block !important;
    float: none !important;
    margin-bottom: 50px !important;
    width: 100% !important;
  }

  footer .row.copyright{
    text-align: center !important;
  }
}
  


footer{
  color: #fff !important;
  background-color: #000;
  padding-top: 30px;
  position: relative;
}
footer > img{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  opacity: 0.3;
}

footer > .box{
  position: relative;
  z-index: 3;

}

footer h3{
  color: #fff !important;
  line-height: 32px;
  font-size: 24px;
  font-weight: 500;
}
footer h2{
  color: #fff !important;
  line-height: 32px;
  font-size: 22px;
}
footer p{
  color: #fff !important;
}
footer .phone{
  font-size: 22px;
}
footer .mailto{
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
footer .copyright{
  font-size: 13px;
  font-weight: 500;
}
footer .box{
  position: relative;
}

footer .btn-signup:hover{
  color: #333;
  background-color: #fff;
  transition : color 0.3s, background-color 0.3s ; 
}

footer .btn-signup{
  padding: 4px 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  
  text-decoration: none;
  transition : color 0.3s, background-color 0.3s ;
}

footer .footer-sosmed > a{
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  margin-right: 25px;
}

footer .footer-sosmed > a.youtube{
  font-size: 35px;
}
/* .whypradita .col-3{
  height: 320px;
  overflow: visible;;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(http://roundboks.com/pradita/wp-content/uploads/2018/10/foto-1.png);
} */


@media only screen and (max-width: 905px) {
  .content-programs .intro{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #d9d9d9;
  }
  .content-programs .intro .box div{
    width: 100%;
    padding: 15px;
    margin:0px;
  }

  .content-programs .intro .banner img{
    width: 100%;
  }

  .content-programs .intro .title h1{
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
  }
  .content-programs .intro .title .degree{
    font-size: 20px;
  }

  .content-programs .tab-head{
    display: none;
  }


  .tujuh-tiga #gambar-tujuh-tiga{
    width: 100%;
    
  }

  .tujuh-tiga #slider-focus-study{
    width: 100%;
  }

  .tujuh-tiga .garis-tujuh-tiga{
    display: block;
  }


  

  .content-programs .tab-box .tab-body.hide{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block !important;
    visibility: visible !important;

    height: 45px;
    overflow: hidden;
  }
  
  .content-programs .tab-box .tab-body.active{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 50px;

    display: block !important;
    visibility: visible !important;
  }

  .content-programs .tab-body .tab-small-nav{
    display: block !important;
  }

  .content-programs .whats-on  .box div{
    width: 100%;
    margin-bottom: 20px;
  }

  .content-programs .tab-body.overview .description{
    padding: 20px !important;
  }
  .content-programs .tab-body.overview .description p {
    font-size: 14px !important;
    line-height: 24px !important;
}
  
 
  
  .content-programs .tab-body.overview .study > .box-study {
    margin:0px !important;
  }
  .content-programs .tab-body.overview .study img{
    position: relative !important;
    display: block !important;
  }
  .content-programs .tab-body.overview .study p{
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400;
  }
  .content-programs .tab-body.overview .study .box-study .desc-study{
    margin-left:0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  }
  .content-programs .tab-body.overview .study .box-study > .right{
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  
  .content-programs .tab-body.overview .study .box-study > .left {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

  .content-programs .lecture .desc-lecture div{
    width: 100%
  }

  .content-programs .lecture-list .col-6{
    width: 100%;
  }

  .content-programs .course-online .box .col-6{
    width: 100%;
  }

  .content-programs .tab-body.overview .why ul {
    padding-left: 20px !important;
    line-height: 28px !important;
    font-size: 16px !important;
    list-style: none !important;
  }
  .content-programs .tab-body.lecture .lecture-list .box div.col-6 {
    padding: 0px !important;
    padding-left: 20px !important;
  }

  .content-programs .tab-body.course-online .course .box{
    padding: 20px;
  }

  .content-programs .tab-body.course-online  .course .col-6 {
    padding-right: 0px;
  }
  
 
}


.content-programs .tab-body .tab-small-nav{
  display: none;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.content-programs .tab-body .tab-small-nav .box{
  border-bottom: 1px solid #d9d9d9;
  
}
.content-programs .tab-body .tab-small-nav .box span{
  font-size: 26px;
  font-weight: 500;
  padding: 4px 20px;
  display: block;
  color: #000;
}
.content-programs .tab-body .tab-small-nav .box .icon{
  position: absolute !important;
  display: inline-block !important;
  right: 10px !important;
  top: 7px !important;
  border: 0px !important;
  font-size: 14px !important;
  width: auto !important;
}

.content-programs .tab-body.active .tab-small-nav .box .icon-min{
  display: inline-block !important;
}

.content-programs .tab-body.active .tab-small-nav .box .icon-plus{
  display: none !important;
}

.content-programs .tab-body.hide .tab-small-nav .box .icon-min{
  display: none !important;
}

.content-programs .tab-body.hide .tab-small-nav .box .icon-plus{
  display: inline-block !important;
}


.content-programs {
  margin-top: 40px;
}
.content-programs .banner img{
  width: 93%;
}
.content-programs .title h1{
  font-size: 48px;
  color: #F26E21;
  margin-top: 50px;
}
@media only screen and (max-width: 405px) {
  .content-programs .intro .title h1{
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.content-programs .title .degree{
  font-size: 20px; 
  color: #F26E21;
  padding: 0px;
  margin: 0px;
}

.content-programs .title a.btn-findout{
  padding: 5px 15px;
  color: #F26E21;
  border: 2px solid #F26E21;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.content-programs .title a.btn-findout:hover{
  color: #FFF;
  border: 2px solid #F26E21;
  background-color: #F26E21;
}

@media only screen and (max-width: 400px) {
  .content-programs .title a.btn-findout{
    font-size: 18px;
  }
}
.content-programs .tab-head{
  margin-top: 35px;
  margin-bottom: 20px;
}

.content-programs .tab-nav{
  width: 100%;
  border-bottom: #aaa solid 1px;
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  display: flex;
  justify-content:space-between;
}
.content-programs .tab-nav a{
  box-sizing: border-box;
  text-align: center;
  width: 24%;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.content-programs .tab-nav a:hover,.content-programs .tab-nav a.active{
  border-bottom: 5px #F26E21 solid;
}

.content-programs .div-line{
  width: 100%; 
  margin:auto;
}

.content-programs .div-line > div{
  border-left:solid 2px grey; 
  border-right:solid 2px grey; 
  display: inline-block;
  width: 100%;
}
.content-programs .div-line > div > div{
  background-color:grey; height:2px; margin:5px 0px; display:block
}

.content-programs .tab-body.overview .description p{
  font-size: 18px;
  color: #404040;
  text-align: justify;
  line-height: 36px;
}

.content-programs .tab-body.overview .study{
  position: relative;
  float: left;
}
 
.content-programs .tab-body.overview .study .box-study {
  display: inline-block;
  margin:25px 0px;
  position: relative;
  z-index: 2;
}
  
.content-programs .tab-body.overview .study  .box-study > .desc-study{
  display: block;
}

.content-programs .tab-body.overview .study .desc-study > h4{
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin-top: 0px;
}
.content-programs .tab-body.overview .study .desc-study > p{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

@media only screen and (max-width: 400px) {
  .content-programs .tab-body.overview .why .title-why h2{
    font-size: 20px;
    line-height: 26px;
  }
}

.content-programs .tab-body.overview .why ul{
  padding-left: 20px; 
  line-height:36px; 
  font-size:18px;
  list-style: none; /* Remove default bullets */
}

.content-programs .tab-body.overview .why ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F26E21; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.content-programs .tab-body.overview .why ul li{
  color: #404040;
}


.content-programs .tab-body.hide, .content-programs .tab-body{
  visibility: hidden;
  display: none;
}

.content-programs .tab-body.active{
  visibility: visible;
  display: block
}


.content-programs .whats-on{
  background-color: #e2e2e2;
  padding-bottom: 30px;
  padding-top: 10px;
}
.content-programs .whats-on .head{
  position: relative;
}
.content-programs .whats-on .head a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #F26E21;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.content-programs .whats-on  .card a.thumb{
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.content-programs .whats-on  .card a.thumb i{
  color: #fff;
  position: absolute;
  top: 41%;
  left: 43%;
  font-size: 45px;
  margin:auto;
  cursor: pointer;
}

.content-programs .whats-on  .card a.thumb:hover > i {
  color: red;
  cursor: pointer;
}


@media only screen and (max-width: 600px) {
  .content-programs .whats-on .head a{
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
  }
  
}
.content-programs .whats-on .publication  .card{
  /*display: flex; */
  background: white;
    height: 340px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
    position: relative;
}



.content-programs .whats-on .publication  .card .video{
  position: relative;
}
.content-programs .whats-on .publication  .card .video > i{
  position: absolute;
  font-size: 60px;
  top: 32%;
  left: 37%;
  z-index: 2;
}

.content-programs .whats-on .publication  .card .video > i:hover{
  color: #df2020;
  cursor: pointer;
}
.content-programs .whats-on .publication  .card .thumbnail img{
  width: 95%;
  height: 95%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.content-programs .whats-on .card .content{
  overflow: hidden;
}

.content-programs .whats-on .card .content h4 {
  font-size: 20px;
  color: #404040;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: -2px;
}

.content-programs .whats-on .card .content span {
  font-size: 14px;
  color:darkgray;
  
}

.content-programs .whats-on .card .content a {
  margin-top: 25px;
  text-decoration: none;
  font-size: 16px;
  color: #F26E21;
  display: block;
  font-weight: 500;
}


.content-programs .tab-body.vision-mission .banner img{
  width: 100%;
}

.content-programs .tab-body.vision-mission .desc h2{
  margin-top: 50px;
}

.content-programs .tab-body.vision-mission .desc p{
  line-height: 28px
}

.content-programs .tab-body.vision-mission .desc ul {
  list-style: none;
  margin:0px;
  margin-bottom: 50px;
}


.content-programs .tab-body.vision-mission .desc ul li{
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.content-programs .tab-body.vision-mission .desc ul li::before {
  content: "\2022";
  color: #F26E21;
  font-weight: bold;
  font-size: 20px;
  display: inline-block; 
  width: 2em;
  margin-left: -2em;

}


.content-programs .tab-body.lecture{
  padding-top: 30px;
}
.content-programs .tab-body.lecture legend{
  font-size: 22px;
  font-weight: 500;
  color:#000; 
  display: block;
  padding-left: 0px;
  padding-right: 15px;
  position: absolute;
  background-color: #f0f1f1;
  left: 0px;
  top: -17px;
}


.content-programs .tab-body.lecture fieldset {
  border: none;
  border-top:solid 1px #c0c0c0;
}

.content-programs .tab-body.lecture h3{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
  color: #333;
}

.content-programs .tab-body.lecture .desc-lecture .kaprodi img{
  width: 100%;
}
.content-programs .tab-body.lecture .desc-lecture .kaprodi {
  padding-right: 30px;
  padding-top: 7px;
}

.content-programs .tab-body.lecture .desc-lecture ul {
  list-style: none;
  margin:0px;
  margin-bottom: 50px;
}


.content-programs .tab-body.lecture .desc-lecture li{
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.content-programs .tab-body.lecture .desc-lecture ul li::before {
  content: "\2022";
  color: #F26E21;
  font-weight: bold;
  font-size: 20px;
  display: inline-block; 
  width: 2em;
  margin-left: -2em;

}


.content-programs .tab-body.lecture .lecture-list a{
  text-decoration: none;
  color: #404040;
  border-bottom: #d9d9d9 1px solid;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
}

.content-programs .tab-body.lecture .lecture-list .box div.col-6{
  padding-right: 45px;
}




.content-programs .tab-body.course-online{
  padding-top: 30px;
}

.content-programs .tab-body.course-online h2{
  color: #F26E21;
  font-size: 24px;
}

.content-programs .tab-body.course-online h4{
  color: #333;
  font-size: 20px;
  margin-bottom: 5px;
}

.content-programs .tab-body.course-online .box .col-6 span{
  
  color: #404040;
  border-bottom: #d9d9d9 1px solid;
  padding: 15px 0px;
  display: block;
  width: 100%;
}

.content-programs .tab-body.course-online .col-6{
  padding-right: 75px;
}




@media only screen and (max-width: 905px) {
  .content-programs .tab-body .row.why .box{
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-programs .whats-on .box{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content-programs .whats-on .publication .card,
  .content-programs .whats-on .publication .card > div {
    display: block;
  }

  .content-programs .whats-on .publication .thumbnail{
    display: block;
    margin-bottom: 15px;
  }
}



@media only screen and (max-width: 600px) {
  .program.s2 .row .box{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.program.s2 .intro, 
.program.s2 .intro h1,
.program.s2 .intro h3{ 
  color: #fff;
}

.program.s2 #program-banner{
  
  background-size: cover; 
  background-position: bottom center;
}


.program.s2 .intro{
  padding-top: 170px;
}
.program.s2 .intro .degre{
  font-size:20px;
  font-weight:500;
  margin: 0px;
}
.program.s2 .intro .program-title{
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0px;
}
.program.s2 .intro  .msg-success{
  color: #cceeff;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
}
.program.s2 .intro .form-reg .form-error{
  font-size: 14px;
  display: block;
  color: #ff8080;
}

.program.s2 .intro .form-reg input[type=text],
.program.s2 .intro .form-reg input[type=email]{
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 2px solid #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #F0F1F1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  color: #4e4e4e;
  -webkit-appearance: none;
}

.program.s2 .intro .form-reg .btn-send{
  background: #ffffff;
  float: right;
  font-size: 20px;
  color: #111111;
  padding: 10px 20px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 15px;
}

.program.s2 .intro .content p{
  margin: 50px 0px;
  color:rgb(255, 255, 255);
  display:block;
  font-family:dinpro;
  font-size:15px;
  font-weight:500;
  line-height:27px;
}

@media only screen and (max-width: 905px) {
  .program.s2 .intro .box div{
    width: 100%;
    margin:0px;
  }

  .program.s2 .row.concentration .box{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.program.s2 .overview p{
  color:rgb(51, 51, 51);
  display:block;
  font-family:dinpro;
  font-size:15px;
  font-weight:500;
  line-height:27px;
  margin: 30px 0px;
}
.program.s2 .concentration{
  margin-bottom: 40px;
}
.program.s2 .concentration .item{ 
  margin-bottom: 40px!important;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c6c6;
}
.program.s2 .concentration .item:last-child{
  border-bottom: 0px
}
.program.s2 .concentration p{
  font-size:15px;
  font-weight:500; 
  line-height:27px;
  color:rgb(51, 51, 51);
}

.program.s2 .concentration .item .img{
  padding-right: 5.5%;
}
.program.s2 .concentration .item .img img{
  display: block;
  width: 100%;
}
@media only screen and (max-width: 605px) {
  .program.s2 .concentration .item .img{
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
  .program.s2 .concentration .item .desc{
    width: 100%;
  }
}
.program.s2 .concentration .item .desc h3{
  padding-top: 0px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
}

.program.s2 .why .tab-nav-why{
  background-color: #405b4c;
  height: 75px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  
  display: flex;
  justify-content: center;
}

.program.s2 .why .tab-nav-why.tab-nav-sticky{
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 99;
  width: 100%;
}

@media only screen and (max-width: 905px) {
  
  .program.s2 .why .tab-nav-why.tab-nav-sticky{
    top: 0px;
    margin-top: 0px;
  }
}

.program.s2 .why .tab-nav-why .nav-item {
   
  height: 75px;
  margin-right: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  width: 20%;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


@media only screen and (max-width: 905px) {
  .program.s2 .why .tab-nav-why .nav-item {width: 30%;}
}


.program.s2 .why .tab-nav-why .nav-item img{
  margin-top: 10px;
}

.program.s2 .why .tab-nav-why .nav-item .img1{
  display: inline-block;
}
.program.s2 .why .tab-nav-why .nav-item .img2{
  display: none;
}

.program.s2 .why .tab-nav-why .nav-item:hover > .img1,
.program.s2 .why .tab-nav-why .nav-item.active .img1{
  display: none;
}
.program.s2 .why .tab-nav-why .nav-item:hover > .img2,
.program.s2 .why .tab-nav-why .nav-item.active .img2{
  display: inline-block;
}


.program.s2 .why:first-child{
  padding-bottom: 0px;
}

.program.s2 .why{
  background-color: #405b4c;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.program.s2 .why h3,
.program.s2 .why p{
  color: #fff;
}
.program.s2 .why .intro{
  padding: 0px;
  margin:0px;
}
.program.s2 .why .intro h3{
  font-size:18px;
  font-style:normal;
  font-weight:700; 
  line-height:21.6px;
  text-align: center;
}



.program.s2 .why .item{
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.program.s2 .why .item p{
  font-size:15px;
  font-weight:500;
  line-height:27px;
}
.program.s2 .why .item h2{
  color: #fff;
  font-size:32px;
  font-style:normal;
  font-weight:700; 
  letter-spacing:1px;
  line-height:38.4px;
}
.program.s2 .why .item img{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.program.s2 .why .item img.first{
  max-width: 800px !important;
}

.program.s2 .how-enroll .item{
  margin-top: 20px;
  padding-left: 20px;
}

.program.s2 .how-enroll .item .thumb{
  margin-bottom: 15px;  
}
.program.s2 .how-enroll .item .thumb img{
  max-width: 120px;
  max-height: 120px; 
  display: inline-block;
}

.program.s2 .how-enroll .item .thumb .tbl-cell{
  height: 140px;
} 

.program.s2 .how-enroll .item .desc div{
  display: table-cell;  
  vertical-align: top;
}
 
.program.s2 .how-enroll .item .desc div:first-child img{
  width: 32px;
  margin-top: 10px;
}

.program.s2 .how-enroll .item .desc div:last-child{
  padding-left: 15px;
}

.program.s2 .how-enroll .item .desc div:last-child p{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size:15px;
  font-weight:500;
  line-height:27px;
  color: #333333;
}

@media only screen and (max-width: 905px) {
  .program.s2 .how-enroll .item {
    width: 100%;
  } 
  .program.s2 .how-enroll .item .thumb .tbl-cell{
    display: block;
    text-align: center;
    height: auto;
  } 
  .program.s2 .how-enroll .item{
    margin-bottom: 50px;
  }
}

.program.s2 .how-enroll .item .desc ul{
  margin-top: 0px;
    padding: 0 0 23px 1em;
    line-height: 26px; 
}

.program.s2 .how-enroll .item .desc li{
  color: #333333;
  display:list-item;
  font-family:dinpro;
  font-size:15px;
  font-weight:500; 
  line-height:26px;
}


.registration .banner{
  background-color: #F26E21;
  position: relative;
  overflow: hidden;
}
.registration .banner .title{
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}
.registration .banner .title h1{
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}
.registration .banner img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}

.registration .msg-success{
  font-size: 18px;
  font-weight: 500;
  color: #F26E21;
  display: block;
  padding: 15px 15px;
  border-bottom: solid 2px #F26E21;
}

.registration .forms{
  position: relative;
  margin-bottom: 50px;
  margin-top: 45px;
}
.registration .forms .box{
  position: relative;
}

.registration .forms .box .left-collumn{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 230px; 
}
.registration .forms .box .left-collumn h4{
  font-size: 30px;
  margin:0px;
}
.registration .forms .box .right-collumn{
  margin-left: 270px; 
}
 
.registration .forms .box .right-collumn p{
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #454545;
}

.registration .forms .box .right-collumn .form-input{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.registration .forms  .form-input span.form-error{
  font-size: 14px;
  display: block;
  color: #df2020;
}

.registration .forms .box .right-collumn .form-input strong{
  font-weight: 500;
  color:#333;
  font-size: 14px; 
}

.registration .forms .box .right-collumn .form-input button{
  background-color: #F26E21;
  padding: 12px 22px;
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.registration .forms .box .right-collumn .form-input input[type=text]{
  padding: 13px 20px;
  width: 90%;
  border: solid 2px #F26E21;
  background-color: #f0f1f1;
  font-weight: 500;
  color:#333;
  font-size: 14px;
}
.registration .forms .box .right-collumn .form-input select{
  padding: 13px 20px;
  width: 90%;
  border: solid 2px #F26E21;
  background-color: #f0f1f1;
  font-weight: 500;
  color:#333;
  font-size: 14px;
}
 

.registration .forms .box .right-collumn .form-input .col-6 input{
  margin:0px;
  margin-top: 10px;
   margin-right: 10px;
}

.registration .forms .box .right-collumn .form-input .col-6{
  
  font-weight: 500;
  color:#333;
  font-size: 14px;
  line-height: 26px;
}


@media only screen and (max-width: 905px) {
  .registration .banner img{
    opacity: 0.5 !important;
  }
  .registration .banner .box{
    width: 100% !important;
  }
  .registration .banner .title{
    padding: 40px 50px !important;
  }
  .registration .banner .title h1{
    font-size: 46px !important;
    line-height: 26px !important;
  }
 
  
  .registration .forms .box{
    width: 100%;
    padding: 35px;
  }

  .registration .forms .box div{
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    margin: 0px !important;
  }

  .registration .forms form .form-input{
    margin-bottom: 30px !important;
  }

  
  .registration .forms .box .right-collumn .form-input.prodi div{
    line-height: 36px !important;
  }

  .registration .forms .box .right-collumn .form-input input[type=text],
  .registration .forms .box .right-collumn .form-input select{
    width: 100% !important;
    padding: 10px 10px !important;
    
  }
  .registration .forms .box .right-collumn .form-input select option{
    background-color: #fff !important;
    border-bottom: 1px solid #c0c0c0 !important;
  }
  .registration .forms form .form-input strong{
    font-weight: 900 !important;
    color: #000 !important;
  }
}





@media only screen and (max-width: 905px) {
  .enrollment .banner img{
    opacity: 0.5 !important;
  }
  .enrollment .banner .box{
    width: 100% !important;
  }
  .enrollment .banner .title{
    padding: 40px 50px !important;
  }
  .enrollment .banner .title h1{
    font-size: 46px !important;
    line-height: 26px !important;
  }


  .enrollment .period{
    padding: 30px !important;
    margin: 0px !important;
  }

  .enrollment .period .box{
    width: 100% !important;
  }

  .enrollment .period .title{
    padding: 50px 35px !important;
  }

  .enrollment .period .title h2{
    font-size: 36px !important;
  }

  .enrollment .period .title h5{
    font-size: 16px !important;
  }

  .enrollment .steps .box{
    width: 100% !important;
    padding: 35px !important;
  }
  .enrollment .steps .box div{
    width: 100% !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0px !important;
  }

  .enrollment .steps .box  .items{
    margin-top: 30px !important;
  }
  .enrollment .steps .box  .items .steps-item{
    margin-bottom: 50px !important;
    display: inline-block !important;
  }
  .enrollment .steps .box  .items .steps-item .icon{
    margin-bottom: 20px !important;
    display: inline-block !important;
  }
}




.enrollment .banner{
  background-color: #F26E21;
  position: relative;
  overflow: hidden;
}
.enrollment .banner .title{
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}

.enrollment .banner .title h1{
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}
.enrollment .banner img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}

.enrollment .period{
  margin-top: 70px;
  margin-bottom: 70px;
}

.enrollment .period .box{
  position: relative;
}

.enrollment .period img{
  position: absolute;
  object-fit: cover;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.enrollment .period .title{
  padding: 85px 60px;
  position: relative;
  z-index: 3;
}
.enrollment .period .title h2{
  color: rgba(255, 255, 255, 0.9);
  font-size: 48px;
  margin:0px;
}
.enrollment .period .title h5{
  margin:0px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 300;
}

.enrollment .steps{
  position: relative;
  margin-bottom: 50px;
}
.enrollment .steps .box{
  position: relative;
}

.enrollment .steps .box .left-collumn{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 230px; 
}
.enrollment .steps .box .left-collumn h4{
  font-size: 30px;
  margin:0px;
}
.enrollment .steps .box .right-collumn{
   
  margin-left: 270px; 
}


.enrollment .steps  .right-collumn .steps-item:after {
  clear: both;
}
.enrollment .steps  .right-collumn .steps-item{
  display: table;
  margin-bottom: 50px;
}

.enrollment .steps  .right-collumn .steps-item .icon{
  height: 90px;
  width: 90px;
  float: left;
}

.enrollment .steps  .right-collumn .steps-item .icon img{
  height: 90px;
  width: 90px;
}

.enrollment .steps  .right-collumn .steps-item .text h5{
  font-size: 16px;
  margin: 0px;
  margin-bottom: 14px;
}

.enrollment .steps  .right-collumn .steps-item .text p{
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}

.enrollment .steps  .right-collumn .steps-item .text{
  margin-left: 110px; 
}




@media only screen and (max-width: 905px) {
  .why-pradita .box{
    widows: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .why-pradita .box div{
    width: 100%;
  }  

  .why-pradita .tab-nav > a{
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    margin:0px !important;
    margin-right: 15px !important;
  }
  .why-pradita .tab-nav > a > img{
    width: 40px !important;
    height: 40px !important;
  }
}

.why-pradita{
  padding-top: 45px;
  background-color: #F26E21;
  color: #fff;
}

.why-pradita h4, .why-pradita  h1, .why-pradita  h2{
  color: #fff;
  margin:0px;
  margin-top: 10px;
}

.why-pradita .desc{
  padding-top: 15px;
}
.why-pradita .desc p{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
}

.why-pradita .tab-nav > a{
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30%;
  box-sizing: border-box;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  overflow: hidden;
}

.why-pradita .tab-nav > a:hover >  img:first-child{
  display: none;
}

.why-pradita .tab-nav > .active >  img:first-child{
  display: none;
}

.why-pradita .tab-nav > a > img{
  height: 70px;
  width: 70px;
}
.why-pradita .head-tab-program{
  margin-bottom: 20px;
}

.why-pradita .head-tab-program.prog-2{
  margin-top: 50px;
}

.why-pradita .head-tab-program .item-nav{
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin-right: 30px;
  background-color: #737373;
  background-size: cover;
  cursor: pointer;
}
.why-pradita .head-tab-program .item-nav.active{
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.why-pradita .body-tab-program{
  margin-bottom: 50px;
}

.why-pradita .body-tab-program .item-program{
  display: none;
}

.why-pradita .body-tab-program .item-program.active{
  display: block;
}
.why-pradita .body-tab-program .item-program h3{
    
  color:#fff; 
  font-size:25px;
  font-style:normal;
  font-weight:700;
  line-height:30px;

}

.why-pradita .body-tab-program .item-program p{
  color: #fff;
  font-size:15px;
  font-weight:500;
  line-height:27px;
}

@media only screen and (max-width: 905px) {
  .why-pradita .head-tab-program .item-nav{
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .why-pradita .head-tab-program .item-nav{
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}






@media only screen and (max-width: 905px) {
  .scholarship  .items .item div{
    width: 100%;
  }
  .scholarship .box{
    padding-left: 20px;
    padding-right: 20px;
  }
  .scholarship  .items .item h4{
    margin-bottom: 30px;
  }
}

.scholarship .banner{
  background-color: #F26E21;
  position: relative;
  overflow: hidden;
}
.scholarship .banner .title{
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}
.scholarship .banner .title h1{
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}
.scholarship .banner img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}
.scholarship  .items hr{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  
}

.scholarship  .item{
  display: inline-block;
}
.scholarship  .item h4{
  color: #F26E21;
  font-size: 22px;
  margin:0px;
}
.scholarship  p{
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
  margin:0px;
}





@media only screen and (max-width: 905px) {
  .student-facilities .box{
    width: 85% !important;
    
  }
  .student-facilities .banner .title{
    padding: 30px 30px !important;
  }

  .student-facilities .banner .title h1{
    font-size: 40px !important;
  }
  
  .student-facilities .facilities-desc .item .box{
    background-color: #fff !important;
  }
  .student-facilities .facilities-desc .item .box img{
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 1;
  }
  .student-facilities .facilities-desc .item .box div{
    display: block;
    position: relative;
    color: #333;
  }
  .student-facilities .facilities-desc .item .box div p,
  .student-facilities .facilities-desc .item .box div h2{
    color: #333;
  }

  .student-facilities .facilities-desc .item .box .title h2{
    display: block;
    margin: 15px 10px !important;
    color: #F26E21 !important;
  }

  .student-facilities .facilities-desc .box .title{
    padding: 8px 5px !important;
  }

  .student-facilities .facilities-desc .col-description .description button {
    border: 2px solid #F26E21 !important;
    color: #F26E21 !important;
  }
  
  .student-facilities .facilities-desc .row-description{
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    right: 0px !important;
    padding: 15px;
  }
}


.student-facilities .banner{
  background-color: #F26E21;
  position: relative;
  overflow: hidden;
}
.student-facilities .banner .title{
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}
.student-facilities .banner .title h1{
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}
.student-facilities .banner img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}

.student-facilities .intro h3{
  color: #F26E21;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
}


.student-facilities .intro p{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}


.student-facilities .facilities-desc .box{
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.student-facilities .facilities-desc .item{
  margin-bottom: 35px;
}

.student-facilities .facilities-desc .box:hover {
  cursor: pointer;
}


.student-facilities .facilities-desc .box:hover > *{
  cursor: pointer;
}

.student-facilities .facilities-desc .box:hover > .row-description{
  opacity: 1;
  filter: alpha(opacity=100);
}

.student-facilities .facilities-desc .box:hover > img{
  opacity: 0.6;
  filter: alpha(opacity=95);
}
.student-facilities .facilities-desc .box .title{
  padding: 85px 50px;
  position: relative;
  z-index: 3;
}

.student-facilities .facilities-desc .box .title h2{
  color: #fff;
  font-size: 40px;
  line-height: 30px;
}
.student-facilities .facilities-desc .box img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.97;
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
       transition: opacity 0.3s ease-in-out;
}

.student-facilities .facilities-desc .row-description{
  width: 50%; 
  height: 100%; 
  position: absolute;
  top: 0px;
  right: 3%; 
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
       transition: opacity 0.3s ease-in-out;
}

.student-facilities .facilities-desc .col-description{
  width: 100%; 
  height: 100%;
  display: table;
}

.student-facilities .facilities-desc .col-description .description {
    display: table-cell;
    vertical-align: middle;
}


.student-facilities .facilities-desc .col-description .description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
  margin:0px;
}

.student-facilities .facilities-desc .col-description .description button {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 7px 18px;
  font-size: 24px;
  background-color: transparent;
  border: solid 2px rgba(255, 255, 255, 0.7);
  color:rgba(255, 255, 255, 0.9);
  cursor: pointer;
}


.student-facilities .gallery{
  position: fixed;
  display: none;
  opacity: 0;
  top: 0px;
  left: 0px;
  height: 100%;;
  width: 100%;
  
  z-index: 101;
}

.student-facilities .gallery .student-galery{
  top: 5%;
  height: 90%;
  width: 50%;
  left: 25%;
  position: absolute;
  margin: auto;
  opacity: 0; 
}

@media only screen and (max-width: 1080px) {
  .student-facilities .gallery .student-galery{
    width: 70%;
    left: 15%;
  }
}

@media only screen and (max-width: 720px) {
  .student-facilities .gallery .student-galery{
    width: 90%;
    left: 5%;
  }

   
  .student-facilities .gallery .student-galery  .next{
    top: 25% !important;
    right: -20px !important;
  }
  
  .student-facilities .gallery .student-galery  .prev{
    top: 25% !important;
    left: -20px !important;
  }
 
}


.student-facilities .gallery .gallery-back{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.student-facilities .gallery .close-galery{
  position: absolute;
  top: 10px;
  right: 12px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 120;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
}

.student-facilities .gallery .student-galery .banner{
  width: 100%;
  height: 77%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  overflow: hidden !important;
}

.student-facilities .gallery .student-galery .banner .images img.active{
  z-index: 103;
}

.student-facilities .gallery .student-galery .banner .images img{
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 102;

}

.student-facilities .gallery .student-galery .banner .shadow-caption{
  position: absolute;
  height: 30px;
  width: 120%;
  bottom: -35px;
  left: -10%;
  background-color: #000;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 1),
              0px 0px 40px rgba(0, 0, 0, 1),
              0px 0px 70px rgba(0, 0, 0, 1), 
              0px 0px 100px rgba(0, 0, 0, 1), 
              0px 0px 100px rgba(0, 0, 0, 1);
  z-index: 105;
  
}

.student-facilities .gallery .student-galery .next,
.student-facilities .gallery .student-galery .prev{
  font-size: 36px;
  position: absolute;
  top: 45%;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 106;
  -webkit-transition: text-shadow 0.3s; /* Safari prior 6.1 */
  transition: text-shadow 0.3s;
  cursor: pointer;
  top: 34%;
}

.student-facilities .gallery .student-galery .next:hover,
.student-facilities .gallery .student-galery .prev:hover{
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9), 
              1px 1px 23px rgba(0, 0, 0, 1),  
              1px 1px 23px rgba(0, 0, 0, 1);
}
.student-facilities .gallery .student-galery  .next{
  
  right: -35px;
}

.student-facilities .gallery .student-galery  .prev{
  left: -35px;
}

.student-facilities .gallery .student-galery .banner .caption{
  z-index: 106;
  display: inline-block;
  position: absolute;
  bottom:0px;
  left: 0px; 
  width: 100%;
  padding: 16px 18px;

}

.student-facilities .gallery .student-galery .banner .caption h4{
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 18px; 
}
 
.student-facilities .gallery .student-galery .thumbnail{
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0px;
  bottom: 0px; 
  overflow: hidden;
}


.student-facilities .gallery .student-galery .thumbnail .box-slider{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 300%;
  display: inline-block; 
}

.student-facilities .gallery .student-galery .thumbnail .thumb-item{
  position: relative;
  display: inline-block;
  height: 100%;
  width: 5%;
  margin-right: 1%; 
  box-sizing: border-box;  
  background-color: #000;
  cursor: pointer;
}

.student-facilities .gallery .student-galery .thumbnail .thumb-item img{
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%; 
  object-fit: cover;
  box-sizing: border-box; 
  opacity: 0.2;
}

.student-facilities .gallery .student-galery .thumbnail .thumb-item img.active{
  opacity: 1;
}

@media only screen and (max-width: 905px) {
  .student-facilities .gallery .student-galery .thumbnail{
    height: 10%;
    bottom: 3%;
  }
}


@media only screen and (max-width: 600px) {
  .student-facilities .gallery .student-galery {
    top: 25%;
  }
  .student-facilities .gallery .student-galery .banner{
    height: 50% !important;
  }

  .student-facilities .facilities-desc .box .title h2 {
    font-size: 32px;
  }

  
  .student-facilities .gallery .student-galery .thumbnail{
    height: 6%;
    bottom: 25%;
  }

  .student-facilities .gallery .student-galery .thumbnail .box-slider{
    width: 330%;
  }

  .gallery .student-galery .thumbnail .thumb-item {
    width:4.5% !important;
  }

  .student-facilities .gallery .close-galery {
    top: 8px;
    right: 8px;
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 325px) {
  .student-facilities .facilities-desc .box .title h2 {
    font-size: 28px;
  }
}






@media only screen and (max-width: 905px) {
  .student-service .banner .title{
    padding: 30px 30px !important;
  }
  
  .student-service .box{
    width: 85% !important;
  }

  .student-service .services .item div{
    width: 100% !important;

  }
}

.student-service .banner{
  background-color: #F26E21;
  position: relative;
  overflow: hidden;
}
.student-service .banner .title{
  padding: 100px 0px;
  position: relative;
  z-index: 3;
}
.student-service .banner .title h1{
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}
.student-service .banner img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}


.student-service .intro p{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}
.student-service .services .item img{
  width: 90%;
}

.student-service .services .item{
  display: inline-block;
}
.student-service .services hr{
  margin-top: 30px;
  margin-bottom: 30px;
}


@media only screen and (max-width: 905px) {
  
  .publication .intro  .dropdown{
    position: relative !important;
    margin-bottom: 30px;
  }

  .publication .banner img{
    position: relative !important;
    opacity: 1 !important;
  }

  .publication .banner .box{
    background-color: #fff !important;
  }

    
  .publication .banner .title{
    display: inline-block;
    position: relative;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    padding: 15px !important;
    z-index: 3;
  }

  .publication .banner .title h2{
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: #333 !important;
    margin:0px;
  }

  .publication .banner .title p{
    color:  #333 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    
  }

  .publication .banner .title a{
    text-transform: lowercase !important;
    color: #F26E21 !important;
    border:0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px !important;
    margin:0px !important;
    

  }
  .publication .list-post .post > .col-4{
    width: 100% !important;
    padding: 0px !important;
  }
  .publication .list-post .post > .col-4 .card{
    width: 100% !important;
    padding: 0px !important;
    height: auto !important;
  }
  .publication .list-post .post > .col-4 .card p{
    display: none !important;
  }
  .publication .list-post .post > .col-4 .card .read-more{
    margin-top: 7px;
    display: block;
  }
}

.publication .intro{
  margin-top: 45px;
}
.publication .intro .box{
  position: relative;
}

.publication .intro .box h1{
 margin-top: 0px;
 color: #F26E21;
}
.publication .intro .dropbtn {
  
  border: 1px solid #F26E21;
  background-color: transparent;
  width: 270px;
  color: #F26E21;
  padding: 7px 10px;
  text-align: left;
  font-size: 16px; 
  cursor: pointer;
  box-sizing: border-box;
}
 .publication .intro  .dropdown i {
   color: #F26E21;
   position: absolute;
   top:7px;
   right: 10px;
 }
.publication .intro  .dropdown {
  position: absolute;
  top: 10px; 
  right: 0px;
  display: inline-block;
} 
.publication .intro  .dropdown-content {
  padding: 0px 5px ;
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f9f9f9;
  width: 100%;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Links inside the dropdown */
.publication .intro  .dropdown-content a {
  color: #333;
  padding: 10px 16px;
  font-size: 16px;
  /*font-weight: 500;*/
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #e8e8e8;
}

.publication .intro  .parent-dropdown-content a {
  font-weight: 500;
}

.publication .intro  .child-dropdown-content a {
  font-weight: 500;
  margin-left: 20px;
}
 
.publication .intro  .dropdown-content a:last-child {
  border-bottom: 0px;
}

.publication .intro .dropdown-content a:hover {
  color: #F26E21;  
  border-bottom: solid 1px #F26E21;
}
 
.publication .intro .dropdown:hover .dropdown-content {
  display: block;
} 
.publication .intro  .dropdown:hover .dropbtn {
  background-color: #f2f2f2;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.publication .banner{
  margin-top: 35px;
}

.publication .banner .box{
  position: relative;
  background-color: #000;
}

.publication .banner .box img{
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  object-fit: cover;
}

.publication .banner .title{
  display: inline-block;
  position: relative;
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
  padding: 0px 27%;
  z-index: 3;
}

.publication .banner .title h2,
.publication .banner .title h2 a
{
  text-decoration: none;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  margin:0px;
}

.publication .banner .title p{
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 34px;
  
}

.publication .banner .title a.read-more{
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 35px;
  margin-bottom: 10px;
  display: inline-block;

}

.publication .list-post{
  margin-top: 35px;
  margin-bottom: 35px;
}

.publication .list-post .post .card{
  width: 95%;
  height: 340px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3); 
  position: relative;
}

.publication .list-post .post .card img{
  width: 100%;
  height: 200px;
  object-fit: cover;  
}

.publication .list-post .post .card .card-body{
  margin: 0px;
  padding: 15px;
}

.publication .list-post .post .card .card-body h4{
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #4d4d4d;
}

.publication .list-post .post .card .card-body h4 a{
  text-decoration: none;
  color:#333; 
}

.publication .list-post .post .card .card-body p{
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #737373;
}

.publication .list-post .post .card .card-body span{
  font-size: 14px !important;
  font-weight: 500;
  color: #7d7d7d;
}
.publication .list-post .post .card .card-body .read-more{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #F26E21;
}

.publication .older-entries{
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  color: #F26E21; 
  cursor: pointer; 
}



@media only screen and (max-width: 905px) {
  .publication-post > .row > .box div{
    width: 100%;
  }
  .publication-post .col-9{
    padding-right: 0px !important;
    border:0px !important;
    border-bottom: solid 1px #aaa !important;
  }
}
.publication-post{
  padding-right: 0px;
  background-color: #f0f1f1;
}

.publication-post .slideshow-container {
  max-width: 1000px !important;
  position: relative !important;
  margin: auto !important;
}



.publication-post.slideshow-container .previous, .gonext {
  cursor: pointer !important;
  position: absolute !important;
  top: 50% !important;
  width: auto !important;
  padding: 16px !important;
  margin-top: -22px !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 18px !important;
  transition: 0.6s ease !important;
  border-radius: 0 3px 3px 0 !important;
  user-select: none !important;
}

.publication-post.slideshow-container .gonext {
  right: 0 !important;
  border-radius: 3px 0 0 3px !important;
}

/* On hover, add a black background color with a little bit see-through */
.publication-post.slideshow-container .previous:hover, .gonext:hover {
  background-color: rgba(0,0,0,0.8) !important;
}

.publicaton-post .active, .dot:hover {
  background-color: #717171 !important;
}

.publication-post .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


.publication-post .col-9{
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 30px;
  border-right: solid 1px #e2e2e2;
}

.publication-post .col-3{
  padding-top: 30px;
  padding-left: 35px;
}
.publication-post h2,.publication-post h3, .publication-post h4, .publication-post h5{
  color: #333;
}

.publication-post a{
  text-decoration: none;
  font-weight: 500;
  color: #333;
}

.publication-post .hover:hover{
  text-decoration: none;
  font-weight: 500;
  color: #F26E21;
}

.publication-post p{
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
}
.publication-post .credit{
  color:#000; 
  font-size: 13px;
  font-weight: 500;
  
}

.publication-post .credit a{
  color: #4d4d4d;
}
.publication-post img.banner{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.publication-post .posts{
  margin-bottom: 30px;
}

.publication-post .posts h5{
  line-height: 24px;
  font-size: 14px;
  margin:0px;
  font-weight: 500;
}


.publication-post .posts span{
  font-size: 14px;
  font-weight: 500;
}


.video-popup{
  position: fixed; 
  top:0px; 
  display: table;
  visibility: hidden;
  opacity: 0;
  left:0px; 
  width:100%; 
  height:100%; 
  z-index:101; 
  background-color: rgba(0, 0,0,0.5) ;
  -webkit-overflow-scrolling: touch;
}

.video-popup.show{
  opacity: 1;
  visibility: visible;
  transition:opacity 500ms ease-in-out;
  -webkit-transition : opacity 500ms ease-in-out;
      -moz-transition: opacity 500ms ease-in-out;
       -ms-transition: opacity 500ms ease-in-out;
        -o-transition: opacity 500ms ease-in-out;
        -webkit-overflow-scrolling: touch;
}

.video-popup .vid-row{
  display: table-row;
}

.video-popup .vid-col{
  display: table-cell; vertical-align: middle; text-align: center;
}

.video-popup iframe{
  display: inline-block;
}

.video-popup i{
  position: absolute; right: 30px; top: 30px; color: #fff; font-size: 30px; cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.button_modal{
  background-color: #F26E21; /* Green */
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.why-pradita .button{
  background-color: #F26E21; /* Green */
  border: 2px solid #fff; /* Green */
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.publication-button {
  /*background-color: #F26E21; /* Green */
  border: 2px solid #fff; /* Green */
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius:20px;
}

.publication .button {
  /*background-color: white; */
  color: #F26E21; 
  border: 2px solid #F26E21;
}

.publication .button:hover {
  background-color: #F26E21;
  color: white;
}
.publication .button:focus {
  background-color: #F26E21;
  color: white;
}

.publication .active, .btn:hover {
  background-color: #F26E21;
  color: white;
}

.view-more{
  /*background-color: #F26E21; /* Green */
  border: 2px solid #fff; /* Green */
  /*color: white;*/
  padding: 8px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  /*border-radius:20px;*/
}

.view-more .button {
  /*background-color: white; */
  /*color: #F26E21; */
  border: 2px solid #F26E21;
}
