body {
  padding: 0;
  margin: 0;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: 'AvenirNextLTProRegular', sans-serif;
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  line-height: 1.8rem;
  font-weight: 400;
}

body.full-page {
  overflow: hidden !important;
}
 @media (min-width: 1200px) {
   #leadership .leadwrap .leader-item {
  text-align: center;
  min-height: 392px!important;
  height: 100%;
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  border-collapse: separate;
  box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  margin-top: 20px;
  display: block;
}
     .container {
        max-width: 1380px!important;
    }
}
html {
  font-size: 16px;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 3.75rem;
  font-family: 'AvenirNextLTProBold';
  /*     font-weight: 700;*/
}

h2 {
  font-size: 3.0rem;
  font-family: 'AvenirNextLTProBold';
  /*    font-weight: 700;*/
}

h3 {
  font-size: 1.675rem;
  font-family: 'AvenirNextLTProBold';
  /*    font-weight: 700;*/
}

h4 {
  font-size: 1.25rem;
  font-family: 'AvenirNextLTProBold';
}

h5 {
  font-size: 1rem;
  font-family: 'AvenirNextLTProBold';
}

h6 {
  font-size: 0.875rem;
  font-family: 'AvenirNextLTProBold';
}

p {
  font-size: 15px;
}

p.title {
  font-size: 1rem;
}

.block {
  display: block;
}

.italic {
  font-style: italic;
}

button {
  line-height: 1;
}

/*common font family*/
p,
.heading-title>span,
.process-wrapp li>.pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span,
.approach-table .ammount .dur,
.pagination li>a,
.counters .count_nums,
.approach-table .ammount h2,
.approach-table ul li,
.webcats li a>span,
.getin_form .form-control {
  font-family: 'AvenirNextLTProRegular', sans-serif;
}

/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before,
.zeus.tparrows.tp-leftarrow::before,
.approach-table ul li>span::before,
.testimonial-quote h3::before,
.testimonial-quote h3::after,
blockquote.blockquote::before {
  font-family: 'FontAwesome';
}

/* Helper Classes & Shorcodes */
.padLeft {
  padding-left: 0px !important;
}

.padRight {
  padding-right: 0px !important;
}

.padding {
  padding: 7.5rem 0;
}

.padding_top {
  padding-top: 7.5rem;
}

.padding_bottom {
  padding-bottom: 7.5rem;
}

.margin_bottom {
  margin-bottom: 7.5rem;
}

.margin_top {
  margin-top: 7.5rem;
}

.padding_half {
  padding: 4.375rem 0;
}

.padding_bottom_half {
  padding-bottom: 4.375rem;
}

.margin_bottom_half {
  margin-bottom: 4.375rem;
}

.padding_top_half {
  padding-top: 4.375rem;
}

.heading_space {
  margin-bottom: 4.125rem;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom10 {
  margin-bottom: 10px;
}

.top10 {
  margin-top: 10px;
}

.bottom15 {
  margin-bottom: 15px;
}

.top15 {
  margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom25 {
  margin-bottom: 25px;
}

.top25 {
  margin-top: 25px;
}

.bottom30 {
  margin-bottom: 30px;
}

.top30 {
  margin-top: 30px;
}

.bottom35 {
  margin-bottom: 35px;
}

.top40 {
  margin-top: 40px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom45 {
  margin-bottom: 45px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.bottom60 {
  margin-bottom: 60px;
}

.bottom0 {
  margin-bottom: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.fontbold {
  font-weight: bold;
}

.fontmedium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-xlight {
  font-weight: 200;
}

.bglight {
  background: #f5f7f7;
}

.bgdefault {
  background: #353584;
}

.whitecolor {
  color: #ffffff;
}

.darkcolor {
  color: #000000;
}

.skybluebg {
  background: #00afe5
}

.extradark-color {
  color: #212331;
}

.defaultcolor {
  color: #353584;
}

section {
  position: relative;
}

.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.container-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

/*heading Titles */
.heading-title>span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #353584;
}

.whitecolor.heading-title>span {
  color: #fff;
}

.heading-title h2 {
  font-weight: 400;
}

.heading-title h3 {
  font-weight: 700;
  font-size: 36px
}

.heading-title h3 span {
  color: #44c1e2;
  font-weight: 600;
  font-family: 'AvenirNextLTProRegular', sans-serif;
}

/*img wrap*/
.image {
  overflow: hidden;
}

a.image {
  display: block;
}

.image img {
  width: 100%;
  display: block;
}

.image,
.image img {
  position: relative;
}

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/*to align elements center*/
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Back To Top*/
.back-top {
  color: #fff;
  right: 25px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 85px;
  /*    background: #fdb11c;*/
  background: #222;

  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 40px;
  border: 2px solid #ffffff;
  width: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.back-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.back-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #06332c;
}

.back-top:hover::before,
.back-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.back-top:hover,
.back-top:focus {
  color: #fff;
}

/* transitions common*/
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

i::before,
i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.navbar-brand {
  margin: 8px 0;
  padding: 0;
  position: relative;
}

.navbar-brand>img {
  max-width: 100% !important;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
  display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
  display: inline-block;
}

/*-------------------------------*/
/*header*/
/*-------------------------------*/
/*
#head-logo {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 0px 100px;
    background: #fff;
}
#head-logo .headwrap {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
#head-logo .headwrap .logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
*/


header.mob-show {
  display: block;
  position: relative;
}

header.mob-none {
  display: none;

}



header .deskbanner {
    position: relative;
    z-index: 1;
    margin-top: 0;
}


.floatbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}

.my-float {
  margin-top: 16px;
}

/*
header {
      z-index: 100;
    position: relative;
    background: #14a693 url("../images/jsbf_banner.jpg") no-repeat;
    background-position: 10% 70%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}
*/
header .header-text {
  padding: 80px 0px 2px 20px;
}

header .header-text img {
  padding: 0px;
  position: relative;
  max-width: 620px;
  width: 100%;
}

header .top_nav {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

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

header .top_nav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  position: relative;
  margin-top: 50px;
}

/*header .top_nav ul li:hover img {background: #13e0c3; }*/

header .top_nav ul li img:hover {
  background: #13e0c3;
}

header .top_nav ul li a:hover {
  background: #13e0c3;
  color: #000;
}

header .top_nav ul li img {
  background: #000000;
  border-radius: 45px 0px 0 45px;
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  top: 0;
  padding: 6px;
}

header .top_nav ul li a {
  padding: 10px 10px 10px 40px;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  position: relative;
}

header .top_nav ul li a span {
  display: inline-block;
  font-weight: 400;
  top: 1px;
}

a.logo {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  /*	padding: 0px;*/

}

a.logo img {
       width: 320px;
    height: auto;
}

/*new npf & form css aded START */
.desktop-npf {
  position: absolute;
  right: 6%;
  width: 100%;
  display: block;
}

.query-form {
  max-width: 350px;
  float: right;
  padding: 10px;
  background: rgba(255, 255, 255, .40);
  border: 1px solid #151951;
}

.mobile-npf {
  display: none;
  text-align: center;
  background: #06322c;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}

.mobile-npf h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}

.mobile-npf p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px
}

.enqu-form {
  position: relative;
  margin: 0px 20px 0 20px;
  padding-top: 50px;
}

/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
.linebreak {
  display: block;
}

.linebreak1 {
  display: block;
}

#program {
  position: relative;
  padding: 50px 0px 10px 0px;
  background: #fff url("../images/jsbf_highlight_bg.webp") top/cover no-repeat;
}

#program .prowrap {
  position: relative;
  padding: 0px 20px 0px 20px;
}

#program .prowrap h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px 0 30px 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#program .prowrap h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

/*#program .prowrap  button {padding: 20px 0 !important; margin: 0px;}*/
#program .prowrap .nav-pills .nav-link {
  background: #3b3b39;
  /*    background-color: rgb(0, 0, 0);*/
  color: #fff;
  border: 0;
  border-radius: 0px;
  padding: 15px 1px;
  font-size: 1.1rem;
  /*      font-family: 'AvenirNextLTProBold';*/
  font-family: 'ChunkFiveRegular';
  /*    font-family: 'AvenirNextLTProRegular';*/
}

#program .prowrap .nav-fill .nav-item,
.nav-fill>.nav-link {
  margin: 0 1px;
  /*	padding: 31px 1px;*/
  display: flex;
}

#program .prowrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: #15aa95;
  /*     border: 0;*/
  /*     border-radius: 0px;*/
  font-size: 1.1rem;
  /*    padding: 31px 5px;*/

}

#program .prowrap .nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
  color: #fff;
  background: #15aa95;
  /*	padding: 15px 1px;*/
}

#program .prowrap .nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

}

#program .prowrap .nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  top: 90%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #15aa95;
  clear: both;
  z-index: 111;
}

#program .prowrap .tab-content {
  padding: 20px 60px;
  background: #fff;
  position: relative;
  display: block;
  /*    width: 99.7%;*/
  /*    height: auto;*/
  /*    margin-left: 1px;*/
  -webkit-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
}

#program .prowrap .tab-content p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
  font-family: 'AvenirNextLTProRegular';
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv {
  /*  float: left;*/
  /*  padding-bottom: 40px;*/
}

#program .prowrap .tab-content .tab-pane .leftdiv h3 {
  font-size: 16px;
  font-family: 'AvenirNextLTProBold';
  color: #3b3b39;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul {
  margin: 0px 0;
  list-style: none;
  padding: 0;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul li {
  margin-left: 15px;
  padding-left: 15px;
  color: #3b3b39;
  font-size: 1rem;
  position: relative;
  font-family: 'AvenirNextLTProRegular';
}

#program .prowrap .tab-content .tab-pane .leftdiv ul li::before {
  content: '\f0da';
  font-size: 1rem;
  line-height: 1;
  padding: 0px 10px 0 0;
  color: #3b3b39;
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: bolder;
  left: 0;
  top: 3px;
}

#program .prowrap .tab-content .tab-pane p.video {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px 20px;
  margin: 0;
  font-family: 'AvenirNextLTProRegular';
  box-shadow: 0px 0px 5px 2px #f1f1f1;
  width: fit-content;
}



#program .prowrap .tab-content .tab-pane p.video a {
  font-weight: 700;
  color: red;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 2rem;
}
#program .prowrap .tab-content .tab-pane .prog-part {
  font-weight: 700;
  display: flex;
  width: fit-content;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid #f1f1f1;
  padding: 10px;
  margin: 0;
  box-shadow: 0px 0px 5px 2px #f1f1f1;
  color: #15aa95;
  font-family: 'ChunkFiveRegular';
}

#program .prowrap .tab-content .tab-pane .prog-part p {
  font-weight: 700;
  text-align: left;
  margin-right: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.4;
  color: #15aa95;
  font-family: 'ChunkFiveRegular';
}




#program .prowrap .tab-content .tab-pane .leftdiv ul h6 {
  font-size: 1rem;
  /*  font-family: 'AvenirNextLTProRegular';*/
  font-family: 'Avenir Next LT Pro';
  color: #3b3b39;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  padding: 15px 0px 0 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul h6::before {
  content: '\f105';
  padding: 5px;
  font-size: .9rem;
  line-height: 1;
  color: #3b3b39;
  font-family: 'FontAwesome';
}

#advantage {
  position: relative;
  padding: 30px 0px 0px 0px;
}

#advantage .advwrap {
  position: relative;
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
}

#advantage .advwrap h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px 0 40px 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#advantage .advwrap h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#advantage .advwrap .boxgray {
  position: relative;
  -webkit-box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  -moz-box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  /* box-shadow: -15px -14px 0px -3px rgba(59,59,57,1);*/
  /*	https://box-shadow.dev/*/
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  min-height: 370px;
  height: 100%;
}

#advantage .advwrap .boxgray p {
  font-family: 'AvenirNextLTProRegular';
  font-size: .9rem;
  color: #3b3b39;
  line-height: 1.3;
  margin: 0px;
  padding: 0px 0 15px 0px;
  text-align: left;
}

#advantage .advwrap .boxgray h3 {
  font-family: 'ChunkFiveRegular';
  font-size: 1.2rem;
  color: #15aa95;
  line-height: 1.3;
  min-height: 4rem;
  margin: 0px;
  padding: 10px 0 15px 0px;
  text-align: left;
  margin-bottom: 0px;
}

#advantage .advwrap .boxgray ul {
  margin: 0px 0;
  list-style: none;
  padding: 0;
}

#advantage .advwrap .boxgray ul li {
  margin: 0px;
  padding: 0px 0 5px 15px;
  line-height: 1.4;
  color: #3b3b39;
  font-size: .9rem;
  position: relative;
  font-family: 'AvenirNextLTProRegular';
}

#advantage .advwrap .boxgray ul li:before {
  position: absolute;
  color: #15aa95;
  content: '\2022';
  font-size: 1.3rem;
  line-height: 1;
  top: 2px;
  left: 0;
}


#advantage .advwrap .advantage-slider {
  padding: 10px 10px;
}

/* the slides */
.advantage-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.advantage-slider .slick-list {
  margin: 0px 10px;
}

.advantage-slider .slick-next {
  right: -35px;
  height: auto;
}

.advantage-slider .slick-prev {
  left: -40px;
  height: auto;
}

.advantage-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.advantage-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.advantage-slider img {
  width: 100%
}

.advantage-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.advantage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #15aa95;
}

.advantage-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.advantage-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}




#ranking {
  position: relative;
  padding: 0px 0px 60px 0px;
}

#ranking .rankwarp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
  margin: auto auto;
}

#ranking .rankwarp h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#ranking .rankwarp h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#ranking .rankwarp .rank-slider div img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.11);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);
}

#ranking .rankwarp .rank-slider {
  padding: 10px 10px;
}

/* the slides */
.rank-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.rank-slider .slick-list {
  margin: 0px 10px;
}

.rank-slider .slick-next {
  right: -35px;
  height: auto;
}

.rank-slider .slick-prev {
  left: -40px;
  height: auto;
}

.rank-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.rank-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.rank-slider img {
  width: 100%
}

.rank-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.rank-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #15aa95;
}

.rank-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.rank-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}

#intercol {
  position: relative;
  padding: 50px 0px 10px 0px;
  background: #fff url("../images/jsbf_international_bg.webp") top/cover no-repeat;
}

#intercol .interwrap {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#intercol .interwrap h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#intercol .interwrap h3 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 1.5rem;
  font-family: 'AvenirNextLTProBold';
  margin: 0px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

#intercol .interwrap h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#intercol .interwrap .inter-slider {
  position: relative;
  background: #15aa95;
  padding: 20px 20px 50px 20px;
  border: solid 1px #000;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
	    min-height: 385px;
}

#intercol .interwrap .inter-slider div {
  position: relative;
  margin: 1px 2px;
  /*    border-radius: 10px;*/
  /*    -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.11);*/
  /*    -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);*/
  /*    box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);*/
}

/*
#intercol .interwrap .inter-slider {
    padding: 10px 10px;
}
*/
/* the slides */
.inter-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.inter-slider .slick-list {
  margin: 0px 10px;
}

.inter-slider .slick-next {
  right: -35px;
  height: auto;
}

.inter-slider .slick-prev {
  left: -40px;
  height: auto;
}

.inter-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.inter-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.inter-slider img {
  width: 100%
}

.inter-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.inter-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  /*    background: red;*/
  border: solid 1px #fff;
}

.inter-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.inter-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*    border: solid 1px #15aa95;*/
  /*    border-radius: 100%;*/
}

#leadership {
  position: relative;
  padding: 50px 0px 10px 0px;
}

#leadership .leadwrap {
  position: relative;
  /* padding: 0px 20px 0px 20px; */
}

#leadership .leadwrap h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#leadership .leadwrap h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#leadership .leadwrap .leader-item {
  text-align: center;
  min-height: 392px;
  height: 100%;
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  border-collapse: separate;
  box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  margin-top: 20px;
  display: block;
}

#leadership .leadwrap .leader-item img {
  display: inline-block;
  /*
  border-radius: 100%;
*/
  margin-bottom: 20px;
  max-width: 190px;
  min-height: 190px;
}

#leadership .leadwrap .leader-item h4 {
  color: #15aa95;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem
}
#leadership .leadwrap .leader-item p i { color: #15aa95; font-style: normal;}

#leadership .leadwrap .leader-item p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
}

#leadership .leadwrap .leader-item .smsize-only {
  font-size: 14px;
}

#leadership .leadwrap .leader-item .programhead {
  color: #000;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1rem
}


#leadership .leadwrap .leader-slider {
  padding: 10px 10px;
}

/* the slides */
.leader-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.leader-slider .slick-list {
  margin: 0px 10px;
}

.leader-slider .slick-next {
  right: -35px;
  height: auto;
}

.leader-slider .slick-prev {
  left: -40px;
  height: auto;
}

.leader-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.leader-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.leader-slider img {
  width: 100%
}

.leader-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.leader-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #15aa95;
}

.leader-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.leader-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}

#place-alu {
  position: relative;
  padding: 40px 0px 70px 0px;
}

#place-alu .placwarp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#place-alu .placwarp h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding: 0px 0px 15px 15px;
  position: relative;
  text-align: center;
}

#place-alu .placwarp h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  margin: 0px auto;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
}

#place-alu .placwarp .place-slider div {
  padding: 1px 0px;
  position: relative;
}

#place-alu .placwarp .place-slider div img {
  position: relative;
  border: 1px solid #000000;
  padding: 10px;
  /*    border-radius: 10px;*/
}

#place-alu .placwarp .place-slider {
  padding: 10px 10px;
  margin: 0px;
}

/* the slides */
.place-slider .slick-slide {
  margin: 10px 5px;
  padding: 0px;
}

/* the parent */
.place-slider .slick-list {
  margin: 0px 10px;
}

.place-slider .slick-next {
  right: -35px;
  height: auto;
}

.place-slider .slick-prev {
  left: -40px;
  height: auto;
}

.place-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.place-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.place-slider img {
  width: 100%
}

.place-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.place-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #15aa95;
}

.place-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.place-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}

#place-alu .placwarp .alumni-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
}

#place-alu .placwarp .alumni-item img.alupic {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  min-height: 270px;
  height: 100%;
}

#place-alu .placwarp .alumni-item .text-data img {
    width: 180px;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  border-radius: 8px;
  box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  margin-top: 0;
}

#place-alu .placwarp .alumni-item .text-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 0 0 10px;
}

#place-alu .placwarp .alumni-item .text-data h4 {
  color: #15aa95;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: left;
}

#place-alu .placwarp .alumni-item .text-data p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
  text-align: left;
}


#place-alu .placwarp .alumni-item .text-data .gaftext {
  margin: 0;
  padding: 13px 0 0 0;
  display: inline-block;


}

#place-alu .placwarp .alumni-slider {
  padding: 10px 10px;
  margin-left: -20px;
}

/* the slides */
.alumni-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.alumni-slider .slick-list {
  margin: 0px 10px;
}

.alumni-slider .slick-next {
  left: 180px;
  /*    height: auto;*/
  top: 310px;
}

.alumni-slider .slick-prev {
  left: 118px;
  /*    height: auto;*/
  top: 310px
}

.alumni-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #15aa95;
  border-radius: 5px;
}

.alumni-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #15aa95;
  border-radius: 5px;
}

.alumni-slider img {
  width: 100%
}

.alumni-slider .slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  right: 23%;
}

.alumni-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #15aa95;
}

.alumni-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.alumni-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}



#studentspeak .studwarp .alumni-ref-slider{
  padding: 10px 0px 40px 0;
  margin-left: 0px;
}

/* the slides */
.alumni-ref-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.student-slider .slick-list {
  margin: 0px 10px;
}

.alumni-ref-slider .slick-next {
  left: 95%;
  right: 0;
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.alumni-ref-slider .slick-prev {
  right: 10%;
  left: auto;
  /*	right: 0;*/
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.alumni-ref-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.alumni-ref-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.alumni-ref-slider img {
  width: 100%
}

.alumni-ref-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  right: 0%;
}

.alumni-ref-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  border: 1px solid #ffffff;
  background: #15aa95;
}

.alumni-ref-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.alumni-ref-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}




#intercol .interwrap .trips-slider {
  position: relative;
  background: #15aa95;
  padding: 20px 20px 50px 20px;
  border: solid 1px #000;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  text-align: center;
}


#intercol .interwrap .trips-slider .item{
  background-color: #ffffff;
  padding: 20px 20px 45px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  
}


#intercol .interwrap .trips-slider img.alupic {
  display: inline-block;
  max-width:120px;
  width: 100%;
  min-height: 120px;
  height: 100%;
  margin-bottom: 0px;
}

#intercol .interwrap .trips-slider .text-data {
  padding: 0px 0 0 0px;
}

#intercol .interwrap .trips-slider .text-data h4 {
  color: #15aa95;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: center;
}

#intercol .interwrap .trips-slider .text-data p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
  text-align: center;
  margin: 0px;
}

#intercol .interwrap .trips-slider p.gaftext {
  margin-top:5px;
  color: #000000;
  font-weight: gold;
  font-family: 'AvenirNextLTProBold';
}

.trips-logo { 
  position: absolute;
  left: 0;
  right: 0;
  bottom:-25px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px #cccccc;
  margin: 0px auto;
  width: fit-content;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
 }


  .trips-logo img {   display: inline-block; width: 120px;}
    

  /* the slides */
  .trips-slider  .slick-slide {
    margin: 0 15px;
}

/* the parent */
.trips-slider .slick-list {
    margin: 0 -15px;
}


.trips-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.trips-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;

  margin: 0 3px;
  border: solid 1px #fff;
}

.trips-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  border: none;
}

.trips-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;

  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}






#studentspeak {
  position: relative;
  padding: 40px 0px 50px 0px;
  margin: 20px 0 0px 0;
  /*	background: #15aa95;*/
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(21, 170, 149, 1) 0%, rgba(21, 170, 149, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(21, 170, 149, 1) 0%, rgba(21, 170, 149, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(21, 170, 149, 1) 0%, rgba(21, 170, 149, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  /*
      background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 24%, rgba(21,170,149,1) 24%, rgba(21,170,149,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 24%, rgba(21,170,149,1) 24%, rgba(21,170,149,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 24%, rgba(21,170,149,1) 24%, rgba(21,170,149,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
*/
}

#studentspeak .studwarp {
  position: relative;
}
#studentspeak .studwarp .subhead {
    padding-left: 15px;
    margin: 0 auto 3rem;
    text-align: center;
}

#studentspeak .studwarp .subhead h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding: 0px;
  position: relative;
margin: 0 auto; display: block;
}

#studentspeak .studwarp .subhead h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  height: 6px;
  bottom: -15px;
  left: 0;
  width: 11%;
  margin: 0px auto;
	right: 0;
}

#studentspeak .studwarp .student-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;

}

#studentspeak .studwarp .student-item img.alupic {
  display: inline-block;
  max-width: 270px;
  width: auto;
  min-height: 270px;
  height: 100%;
  border-radius: 10px;
}
#studentspeak .studwarp .student-item .text-data img.quote {
  width: 24px;
}


#studentspeak .studwarp .student-item .text-data img {
  width: 120px;
  border-radius: 5px;
}
#studentspeak .studwarp .student-item .text-data img:last-child {
    background: #fff;
    margin: 2px 0 0 0;
}
.placement-img {
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 700;
  background-color: #ffffff;
}

#studentspeak .studwarp .student-item .text-data .company-logo {
  width: 80px;
  padding: 0px;
  display:flex;
 
  height: auto;
}


#studentspeak .studwarp .student-item .text-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 10px 0 20px;
}

#studentspeak .studwarp .student-item .text-data h4 {
  color: #000;
  line-height: 1.3;
  margin: 0px;
    padding-top: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: left;
}

#studentspeak .studwarp .student-item .text-data h5 {
  color: #000;
  line-height: 1.3;
  margin: 0px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProRegular';
  font-size: .9rem;
  text-align: left;
}

#studentspeak .studwarp .student-item .text-data p {
    margin: 0;
    padding: 8px 0;
    color: #000000;
    font-size: .9rem;
    line-height: 1.4;
    font-family: 'AvenirNextLTProRegular';
    text-align: left;
    min-height: 144px;
}

#studentspeak .studwarp .student-slider {
  padding: 10px 0px 40px 0;
  margin-left: 0px;
}

/* the slides */
.student-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.student-slider .slick-list {
  margin: 0px 10px;
}

.student-slider .slick-next {
  left: auto;
  right: 5%;
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.student-slider .slick-prev {
  left:auto;
  right: 13%;
  /*	right: 0;*/
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.student-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.student-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.student-slider img {
  width: 100%
}

.student-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  right: 0%;
}

.student-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  border: 1px solid #ffffff;
  background: #15aa95;
}

.student-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.student-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #15aa95;
  /*    border-radius: 100%;*/
}

#aboutmore {
  position: relative;
  padding: 20px 0px 30px 0px;
  background: #fff url("../images/jsbf_aboutus_bg.webp") top/cover no-repeat;
}

#aboutmore .aboutwrp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#aboutmore .aboutwrp h2 {
  color: #3b3b39;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#aboutmore .aboutwrp h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#aboutmore .aboutwrp .about-item {
  text-align: center;
  /*  min-height: 350px;*/
  /*	height: 100%;*/
  /*  background: #ffffff;*/
  padding: 20px 10px;
  /*	border-radius: 10px;*/
  margin: 0px;
  /*  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*  border-collapse: separate;*/
  /*  box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*	margin-top: 20px;*/
  display: block;
}

#aboutmore .aboutwrp .about-item a img {
  display: block;
  /*
  border-radius: 100%;
*/
  margin-bottom: 20px;
}

#aboutmore .aboutwrp .about-item a {
  display: block;
  cursor: pointer;
  position: relative;
}

#aboutmore .aboutwrp .about-item a i {
  z-index: 100;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0px auto;
  line-height: 50px;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s;
}

#aboutmore .aboutwrp .about-item:hover a img {
  filter: grayscale(100%);
}

#aboutmore .aboutwrp .about-item a:hover i {
  background: #15aa95;
  color: #FFF;
}

/*#aboutmore .aboutwrp .about-item:hover p {color:#fff;}*/
#aboutmore .aboutwrp .about-item p {
  margin: 0;
  padding: 20px 0 0 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProBold';
  /*	transition: 1s;*/
}

#aboutmore .aboutwrp .about-slider {
  padding: 10px 10px;
  margin: 0px;
}

/* the slides */
.about-slider .slick-slide {
  margin: 10px -5px;
  padding: 0px;
}

/* the parent */
.about-slider .slick-list {
  margin: 0px 10px;
}

.about-slider .slick-next {
  right: -35px;
  height: auto;
}

.about-slider .slick-prev {
  left: -40px;
  height: auto;
}

.about-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.about-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.about-slider img {
  width: 100%
}

.about-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.about-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  /*    background: #15aa95;*/
  border: solid 1px #fff;
}

.about-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.about-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*    border: solid 1px #15aa95;*/
  /*    border-radius: 100%;*/
}

#admission-tour {
  position: relative;
  padding: 100px 0px 80px 0px;
  background: #3b3b39;
  z-index: 22;
}

#admission-tour .adtourwrap {
  position: relative;
  padding: 0px 50px 0px 20px;
}

#admission-tour .adtourwrap h2 {
  color: #15aa95;
  text-transform: inherit;
  font-size: 1.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 35px;
  position: relative;
  text-align: left;
}

#admission-tour .adtourwrap h2.pdleft {
  padding-left: 35px;
}

#admission-tour .adtourwrap h2::after {
  content: '';
  background: #3b3b39;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#admission-tour .adtourwrap .hline::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background: #15aa95;
  top: 56%;
  left: 10%;
  right: 0;
  z-index: -1;
}

#admission-tour .adtourwrap .boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

#admission-tour .adtourwrap:nth-child(1) .tooltip2::after {
  display: none;
}

#admission-tour .adtourwrap .tooltip1::after {
  color: #15aa95;
  /*	padding: 5px;*/
  content: '\f0da';
  /*	height: 5px;*/
  position: absolute;
  /*	width: 100px;*/
  left: -125%;
  top: 8px;
  font-family: 'FontAwesome';
  text-align: left;
}

#admission-tour .adtourwrap .boxes p.numbox {
  text-decoration: none;
  color: #3b3b39;
  font-size: 1.5rem;
  font-family: 'ChunkFiveRegular';

  background: #15aa95;
  padding: 8px 15px;
  text-align: center;
  margin: 0px;
  border-radius: 5px;
  position: relative;
  display: inline-block;

  cursor: pointer;

}

#admission-tour .adtourwrap .boxes h4 {
  color: #fff;
  font-family: 'AvenirNextLTProBold';
  font-size: .85rem;
  padding: 15px 0 0 0;
}

#admission-tour .adtourwrap .boxes p.numbox a {
  text-decoration: none;
  color: #3b3b39;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 290px;
height: 218px;
  background-color: #fff;
  font-size: .70rem;
  font-family: 'AvenirNextLTProRegular';
  color: #000;
  line-height: 1.2;
  /*	font-weight: bold;*/
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0%;
  margin-left: -95px;
  cursor: text !important;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  box-shadow: 0px 2px 15px 2px rgba(21, 170, 149, .9);
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 strong {
  display: contents;
  font-family: 'AvenirNextLTProBold';
}


#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 a {
  color: #0808c9;
  display: contents;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 a:hover {
  text-decoration: underline;
}


#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first {
  left: auto;
}

#admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext_first::after {
  content: "";

  left: 45%;

}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first::after {
  content: "";

  left: 45%;

}





#admission-tour .adtourwrap .virtualbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*    position: relative;*/
  flex-direction: column;

}

#admission-tour .adtourwrap .virtualbox .top-left1 {
  position: absolute;
  bottom: 0px;
  left: 10px;

}

#admission-tour .adtourwrap .virtualbox a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#admission-tour .adtourwrap .virtualbox img {
  position: absolute;
  width: 95%;


}

#admission-tour .adtourwrap .virtualbox .top-left1 p {
  color: #fff;
  font-family: 'Avenir Next LT Pro';
  font-size: 1rem;
  line-height: 1.3;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  display: block;
}

#admission-tour .adtourwrap .virtualbox a:hover img {
  filter: grayscale(100%);
}


/***************************************/
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
  background: #000;
  color: #fff;
  padding: 0px 0;
  margin: 0px;
  position: relative;
}

.site-footer .footer-wrap {
  padding: 20px 60px;
  margin: 0px;
}

.site-footer .copyrights1 {
  text-align: left;
  font-size: .9rem;
  padding: 5px 0;
  margin: 0px;
  color: #fff;
  font-weight: 400;
}

.site-footer ul.footer-social {
  float: right;
  list-style: none;
  margin: 0px;
  overflow: hidden;
  padding: 0;
}

.site-footer ul.footer-social li {
  float: left;
  text-align: center;
  margin-left: 10px;
}

.site-footer ul.footer-social li a {
  font-size: 20px;
  display: block;
  color: #b0b0b1;
  line-height: 38px;
  width: 34px;
  border-radius: 10px;
  background: #dddede;
  height: 34px;
}

.site-footer ul.footer-social li a:hover {
  font-size: 18px;
  display: block;
  background: #15aa95;
  color: #fff;

  /*
    background: #ffffff;
    color: #000000;
*/
}

/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/***151123*******/
.query-form {
    position: absolute;
    right: 10%;
    top: -3px;
    z-index: 99;
}

.ftrlog {
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    margin: 0 0 0 20%;
    max-width: 207px;
}

.ftrlog img {width: 100%;}

/***081125***/
.tosl {    position: absolute;
    top: 0;
    left: 0;
    right: 0; z-index: 2}
.top-slider {
    display: inline-block;
    vertical-align: top;
    width:500px;
}

.top-slider .slick-slide img {
    display: block;
    width: 100%;
}
.foroxe {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right;
    float: right;
margin-top: 50px;
}

#intercol .interwrap .trips-slider .text-data p span {color: #15aa95;}

.wortxt {
    margin: 20px 0 6px 0;
    font-weight: 600;
}
.topspace {margin-top: 10px;}
@media (max-width: 1599px) {
	#advantage .advwrap .boxgray{    min-height: 413px;}
.foroxe {

    width: 25%;
	   margin-top: -2%;
}
#leadership .leadwrap .leader-item {
    text-align: center;
    min-height: 447px;}
@media (max-width: 1367px) {
  #admission-tour .adtourwrap .hline::after {

    top: 56%;
  }

  #admission-tour .adtourwrap .tooltip1::after {

    top: 8px;
  }


  #advantage .advwrap .boxgray ul.margin-1366 {
    margin-top: -22px;
  }


  #admission-tour {
    position: relative;
    padding: 80px 0px 60px 0px;
  }


  #place-alu .placwarp .alumni-item img.alupic {
    display: inline-block;
    max-width: 260px;
    height: 100%;
    min-height: auto;
    width: 100%;
   
  }

  .alumni-slider .slick-next {
    left: 172px;
    top: 290px;
  }

  .alumni-slider .slick-prev {
    left: 115px;

    top: 290px
  }





  /*
.student-slider .slick-next {
    right: 643px;
    height: auto;
	top:390px;
}
.student-slider .slick-prev {
    left: 643px;
 
    height: auto;
	top:390px
}	
*/


  #leadership .leadwrap .leader-item .smsize-only {
    font-size: 12px;
  }




 


.foroxe {
    width: 29%;
    text-align: right;
    float: right;
    margin-top: -3%;
}}
/*Large devices (desktops, less than 1260px)*/
@media (max-width: 1281px) {

  header .top_nav ul li {

    margin-top: 40px;
  }

  .query-form {
    margin-top: 30px;
  }

  .desktop-npf {
    position: absolute;
    right: 6%;
    top: -80px;
  }

  #advantage .advwrap .boxgray h3 {
    font-size: 1rem;
   
  }

  #advantage .advwrap .boxgray ul li {
    font-size: .8rem;
  }

  #advantage .advwrap .boxgray p  {
    font-size: .8rem;
  }


  #studentspeak {
    position: relative;
    padding: 40px 0px 40px 0px;
    margin: 0px 0 0px 0;
  }


}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 14px;
  }

  .heading-title>span {
    font-size: 1rem;
  }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 991px) {
  html {
    font-size: 15px;
    overflow-x: hidden;
  }

  .desktop-npf {
    display: none
  }

  .mobile-npf {
    display: block;
    /*    padding: 20px;*/
  }

  a.logo img {
    width: 280px;
    height: auto;
  }

  header .top_nav ul li img:hover {
    background: #000;
    border-radius: 100%;
  }

  header.mob-show {
    display: none;
    position: relative;
  }

  header.mob-none {
    display: block;

  }

  header .deskbanner {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  
  header .header-text img {

    max-width: 350px;
    width: 100%;
  }

  /*
	
	header .top_nav ul li img:hover  {background: #13e0c3;}
*/

  header .top_nav ul li a:hover {
    background: none;
  }

  header .top_nav ul li a img {
    border-radius: 0px;
  }

  header .top_nav ul li a img:hover {
    border-radius: 0px;
    background: #13e0c3;
  }

  header .top_nav ul li a span {
    display: none;
  }

  header .top_nav ul li a {
    background: none;
  }



  #admission-tour .adtourwrap .hline::after {
    display: none;
  }

  #admission-tour .adtourwrap .tooltip1::after {
    display: none;
  }

  #admission-tour .adtourwrap .boxes::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #15aa95;
    top: 30%;
    left: 0%;
    right: 0;
    z-index: -1;
  }

  #admission-tour {

    padding: 50px 0px 150px 0px;
  }

  #admission-tour .adtourwrap {

    padding: 0px 20px 0px 20px;
  }


  #admission-tour .adtourwrap .virtualbox img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  #aboutmore {

    padding: 30px 0px 30px 0px;
  }


  #admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first {
    left: 0;
  }



  #studentspeak {
    background: #15aa95;
  }

  #studentspeak .studwarp .student-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #studentspeak .studwarp {
    position: relative;
    background: #15aa95;
    padding: 0px;
  }

  .student-slider .slick-dots {

    bottom: -15px;
  }


  .alumni-slider .slick-dots {
    right: 0;
  }


  #admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first::after {
    content: "";

    left: 50%;

  }

  #admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext_first::after {
    content: "";

    left: 50%;

  }


  #place-alu .placwarp .alumni-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  #place-alu {
    padding: 20px 0px 50px 0px;
  }

  #place-alu .placwarp h2 {
    text-align: center;
    padding: 10px 0px 15px 15px;
  }

  #place-alu .placwarp h2.alu767 {
    text-align: center;
    padding: 40px 0px 15px 15px;
  }

  #place-alu .placwarp h2::after {

    margin: 0 auto;
  }

  #advantage .advwrap .boxgray ul.margin-1366 {
    margin-top: 0px;
  }
	#program .prowrap .tab-content .tab-pane .prog-part {display: block;}
#intercol .interwrap .inter-slider {
    min-height: auto;
}

    #advantage .advwrap .boxgray {
        min-height: 340px;
    }}
@media (max-width: 640px) {    #advantage .advwrap .boxgray {
        min-height: 269px;
    }
	#leadership .leadwrap .leader-item {
        text-align: center;
        min-height: 376px;
    }}
@media (max-width: 576px) {

  a.logo img {
    width: 240px;
    height: auto;
	          margin: 0 0 27px 0;
  }

  .linebreak1 {
    display: inline;
  }

  #program .prowrap h2,
  #advantage .advwrap h2,
  #ranking .rankwarp h2,
  #intercol .interwrap h2,
  #leadership .leadwrap h2,
  #place-alu .placwarp h2,
  #place-alu .placwarp h2,
  #studentspeak .studwarp .subhead h2,
  #aboutmore .aboutwrp h2 {
    font-size: 2rem;
  }

     #advantage .advwrap .boxgray {
        min-height: 326px;
        height: 100%;
    }

  #program .prowrap .nav-pills .nav-link {
    padding: 5px;
    font-size: 1rem;
  }

  #program .prowrap .tab-content {
    padding: 20px 20px;
  }

  #intercol .interwrap h3 {
    font-size: 1.1rem;
  }

  #studentspeak .studwarp .subhead {

    width: 70%;
  }


  #studentspeak .studwarp .student-item img.alupic {
    min-height: auto;
    
  }


  #admission-tour .adtourwrap .virtualbox {
    margin-top: 50px;
  }

  #admission-tour .adtourwrap .boxes h4 {
    font-size: 1rem;
  }

  .site-footer .copyrights1 {
    text-align: center;

    padding: 5px 0 10px 0;
  }

  .site-footer ul.footer-social {
    padding: 0px;
    display: flex;
    justify-content: center;
    float: none;
    margin-top: 5px;
  }


  #program .prowrap .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 1rem;
  }


  #place-alu {
    position: relative;
    padding: 30px 0px 50px 0px;
  }


  #place-alu .placwarp .alumni-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -10px; */
    flex-direction: column;
  }

  #place-alu .placwarp .alumni-item .text-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #place-alu .placwarp .alumni-item .text-data img {
    width: 80%;
  }


  #place-alu .placwarp .alumni-item .text-data p {
    text-align: center;
  }



  /*#place-alu .placwarp .alumni-item .text-data p {padding: 10px 0px 10px 0px;}*/

  #place-alu .placwarp h2::after {
    margin: 0 auto;
  }

  /*
	#place-alu .placwarp h2 {
    text-align: center;
		padding: 10px 0px 15px 0px;}
*/

.ftrlog {
    margin: 0 auto;
}

	}
@media (max-width: 480px) {

  header .top_nav ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
  }

  #admission-tour .adtourwrap .virtualbox .top-left1 p {
    font-size: .9rem;
  }


  .alumni-slider .slick-dots li {

    width: 17px;
    height: 7px;
  }

  .alumni-slider .slick-dots li button::before {

    width: 17px;
    height: 7px;
  }

.ftrlog {
    margin: 0 auto;
}
    #admission-tour {
        padding: 50px 0px 42px 0px;
    }}
@media (max-width: 426px) {

  /*
	header {
          z-index: 100;
        position: relative;
         background: #14a693 url("../images/jsbf_banner.jpg") no-repeat;
        background-position:  25% 10%;
        background-size: cover;
        padding: 0px 0;
        min-height: 400px;
    }
*/

  header .header-text img {

    max-width: 250px;
    width: 100%;
  }

  #program .prowrap {
    padding: 0px;
  }

  #advantage .advwrap {
    padding: 0px;
  }

  #program .prowrap .nav-pills .nav-link {
    padding: 5px;
    font-size: 1rem;
  }


  #program .prowrap .nav-pills .nav-link.active::after {

    top: 83%;
  }


  #program .prowrap .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    padding: 15px 5px;
  }


  #program .prowrap .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link {
    padding: 10px;
    border: solid 1px #fff;
    margin: 2px 0;
  }


  /*
	#place-alu .placwarp h2 {padding-top: 20px;}
	
	#place-alu .placwarp .alumni-item img.alupic {min-height: auto;}
*/

  #studentspeak .studwarp .student-item img.alupic {
    min-height: auto;
    position: relative;
    padding-top: 50px;
    
  }



  /*
	#place-alu .placwarp .place-slider {
		padding: 10px 0px;}
	
	#place-alu .placwarp h2 {padding: 7px 0px 15px 5px;}
	
	
	#place-alu {
  position: relative;
  padding: 30px 0px 50px 0px;
}
*/

  #admission-tour {
    padding: 30px 0px 100px 0px;
  }

  #ranking .rankwarp .rank-slider {
    padding: 10px 0px;
  }


  #program .prowrap h2::after,
  #advantage .advwrap h2::after,
  #ranking .rankwarp h2::after,
  #intercol .interwrap h2::after,
  #leadership .leadwrap h2::after,
  #place-alu .placwarp h2::after,
  #place-alu .placwarp h2::after,
  #aboutmore .aboutwrp h2::after {
    width: 30%;
  }


  a.logo {


    margin-left: 5px;
  }
	



.ftrlog {
    margin: 0 auto;
}}
@media screen and (max-width:380px) {

header .deskbanner {
    margin-top: -130px;
}
    a.logo img {
        width: 169px;
        height: auto;
        margin: 0 0 12px 0;
    }}

 