/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
/**
 * assignment reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
 @font-face {
  font-family: 'Montserrat-Light';
  src: url('../vendor/fonts/Montserrat-Light.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
}
 @font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
}
 @font-face {
  font-family: 'Montserrat-Medium';
  src: url('../vendor/fonts/Montserrat-Medium.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
}
 @font-face {
  font-family: 'Montserrat-Bold';
  src: url('../vendor/fonts/Montserrat-Bold.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
}
 @font-face {
  font-family: 'gotham_narrowbook';
  src: url('../vendor/fonts/gotham-narrow-book-webfont.woff2') format('woff2'),
       url('../vendor/fonts/gotham-narrow-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'optitimes-romanregular';
  src: url('../vendor/fonts/optitimes-roman-webfont.woff2') format('woff2'),
       url('../vendor/fonts/optitimes-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
html {
  box-sizing: border-box;
}
html * {
  box-sizing: inherit;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
  color: #2494EA;
}
a:active,
button:active,
input[type=submit]:active {
  /*transform: scale(0.95);*/
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}

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

.quick-enquiry-btn {
  background-color: #2495eb;
  padding: 10px 10px;
  border-radius: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  line-height: 18px;
  display: flex;
  gap: 15px;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease;
}
.quick-enquiry-btn:hover {
  color: #ffffff;
  background-color: #1d74b7;
}


body {
  font-family: 'gotham_narrowbook';
}

p {
  font-family: 'gotham_narrowbook';
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
}

/**
 * Headings
 */
h1 {
  font-size: 58px;
  font-weight: 600;
  color: #000000;
}

h2 {
  font-size: 2.75rem;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

h4 {
  font-size: 34px;
  font-weight: 500;
  color: #000000;
}

h5 {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #2494EA;
}
.section-heading h2 {
  color: #16213e;
}
.section-heading h4 {
  font-size: 42px;
  font-weight: 400;
}.section-heading p{
  font-size: 18px;
  font-weight: 300;
}
.heading-h6 {
  color: #2494EA;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 17px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 2.5;
  padding: 0px 30px;
  overflow: visible;
  text-align: center;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  z-index: 9;
  color: #ffffff;
  background-color: #057092;
  transition: all 0.5s ease;
}
.btn::after:hover, .btn::after:active, .btn::after:focus {
  background-color: #1379c8;
}
.btn::after:focus {
  outline: 2px solid #333;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover::after {
  width: 100%;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #2494EA;
  color: #fff;
  transition: all 0.5s ease;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #1379c8;
}
.btn--primary:focus {
  outline: 2px solid #333;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

.js-header nav.navbar {
  padding: 0;
}
.js-header .navbar-brand {
  max-width: 240px;
}
.js-header .navbar .main-menu .nav-item{
  position: relative;
  font-size: 19px;
}
.js-header .navbar .main-menu .nav-item .nav-link.contact-btn {
	font-size: 17px;
}
.js-header .navbar .main-menu .nav-item ul.sub-menu {
	font-size: 17px;
}
.js-header .navbar .main-menu .nav-item ul.sub-menu, .js-header .navbar .enq-single-btn ul.sub-menu {
  position: absolute;
  padding: 0px 0;
  z-index: 9999;
  width: 160px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #057092;
  border-top-color: rgb(5, 112, 146);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-transform: translateZ(0);
  text-align: left;
}
.js-header .navbar .main-menu .nav-item:hover ul.sub-menu, .js-header .navbar .enq-single-btn:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.js-header .navbar .main-menu .nav-item:hover ul.sub-menu a, .js-header .navbar .enq-single-btn:hover ul.sub-menu a {
  padding: 8px 10px !important;
    display: block;
    line-height: normal;
}
.js-header .navbar .main-menu .nav-item:hover ul.sub-menu a:hover, .js-header .navbar .enq-single-btn:hover ul.sub-menu a:hover{
  background-color: #fafafa;
  color: #000;
}
header.js-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
}
.js-header .navbar .main-menu .nav-item .nav-link {
  color: #000000;
  padding: 30px 30px 30px 0px;
}
.js-header .nav-link.contact-btn ~ ul.sub-menu {
  margin-top: 17px;
}
.js-header .enq-single-btn .nav-link.contact-btn ~ ul.sub-menu {
	margin-top: 115px;
}
.js-header .navbar .main-menu .navbar-nav ~ ul li.nav-item {
  padding: 20px 0px;
}


.js-header .nav-link.contact-btn {
  position: relative;
  padding: 4px 10px 10px 10px !important;
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  background-color: #233461;
}

.main-footer {
  position: relative;
  z-index: 9;
  background-color: #333333;
}
.main-footer::before {
  position: absolute;
  content: "";
  height: 75%;
  /*background-image: url("/assets/images/footer-bg.svg");*/
  width: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.main-footer .widget h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.main-footer .widget p {
  max-width: 400px;
  color: #fff;
}
.main-footer .widget .contact-us {
  color: #ffffff;
}
.main-footer .widget .contact-us label {
  font-size: 22px;
  font-family: 'gotham_narrowbook';
}
.main-footer .widget .contact-us .social-icon li a {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  color: #2494EA;
  padding-left: 0px;
}
.main-footer .widget ul li {
  margin-top: 6px;
  color: #ffffff;
}
.main-footer .widget ul li a {
  color: #fdc403;
  transition: 0.3s ease-in-out;
}
.main-footer .widget ul li a:hover {
  padding-left: 10px;
}
.main-footer .widget ul li i.fa-sharp.fa-location-dot,
.main-footer .widget ul li a i{
  font-size: 24px;
  color: #ffffff;
}
.main-footer .footer-btm {
  border-top: solid 1px white;
  padding: 30px 0px;
  margin-top: 60px;
}
.main-footer .footer-btm .copyrights {
  font-size: 16px;
}
.main-footer .footer-btm p {
  margin: 0;
  font-size: 14px;
}
.main-footer .widget ul.social-icon {
  display: flex;
  margin-top: 10px;
}
.main-footer .widget ul.social-icon li {
  margin-right: 15px;
  background-color: #3b5998;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-footer .widget ul.social-icon li a i{
font-size: 18px;
color: #fff;
}
.main-footer .widget ul.social-icon li:nth-child(2){
  background-color: #ea2c59;
}
.main-footer .widget ul.social-icon li:nth-child(3){
  background-color: #000000;
}
.main-footer .widget ul.social-icon li:nth-child(4){
  background-color: #007bb6;
}
.main-footer .widget ul.social-icon li:nth-child(5){
  background-color: #a82400;
}
.main-footer .widget ul.social-icon li a:hover {
  padding-left: 0;
}
.footer-bottm p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.footer-bottm {
  background-color: #000000;
  padding: 8px 0px;
}
/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
.banner-wrapper {
  z-index: 99;
}
.banner-wrapper .widget h1 {
  font-size: 72px;
  margin-bottom: 30px;
  color: #000000;
  margin-top: 50px;
  font-family: 'optitimes-romanregular';
  font-weight: 100;
}
.banner-wrapper .widget p {
  font-size: 22px;
  font-weight: 200;
  color: #000000;

}
.banner-wrapper .widget ul {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.banner-wrapper .widget ul li {
  width: calc(50%);
  color: #000000;
  font-size: 26px;
  padding: 10px 0px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.banner-wrapper .widget ul li span {
  border-bottom: solid 2px #ff3b2d;
}
.banner-wrapper .widget ul li:nth-child(3) span{
  border-bottom: solid 2px #a292f2;
}
.banner-wrapper .widget ul li:nth-child(4) span{
  border-bottom: solid 2px #8e8e93;
}
.banner-wrapper .widget ul li:before {
  position: absolute;
  content: '';
  border: solid 2px #000;
  width: 14px;
  height: 14px;
  border-left: 0;
  border-top: 0px;
  left: 0;
  transform: rotate(-45deg);
  top: 39%;
}
.counter-wrapper {
  background-color: #e3fafa;
  margin-top: 0px;
  z-index: 999;
  position: relative;
  font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
}
.counter-wrapper .widget h3 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
}
.counter-wrapper .widget p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
}


.leadership-wrapper .widget {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.leadership-wrapper .widget .icon img{
  width: 80px;
}


.leadership-wrapper .widget-one {
  background-color: #FBBA00;
}
.leadership-wrapper .widget-two {
  background-color: #663561;

}
.leadership-wrapper .widget-three {
  background-color: #D9DADA;
  
}
.leadership-wrapper .widget-four {
  background-color: #233561;
  
}
.leadership-wrapper .widget .content h4 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
}
.leadership-wrapper .widget .content p {
  font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  margin-top: 10px;
}
.the-art-living p{
  text-align: justify;
}
.our-programs-wrapper .widget {
  border: solid 2px;
  height: 100%;
}
.our-programs-wrapper .widget .header-content {
  background-color: #12182b;
  padding: 15px 0px;
}
.our-programs-wrapper .widget .header-content h4 {
  color: #fff;
  font-weight: 300;
}
.our-programs-wrapper .widget .header-content h4 ~ h4{
  color: #a191f2;
}
.our-programs-wrapper .widget .header-content h4.color1 {
  color: #ffb93c;
}
.our-programs-wrapper .widget .content {
  padding: 40px;
}
.our-programs-wrapper .widget .content h3 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 24px;
}
.program-benefits {
  background-color: #f2f2f2;
}
.program-benefits .widget ul li {
  border-bottom: solid 3px #9b51e0;
  padding: 15px 2px;
  font-size: 24px;
}
.program-benefits .widget ul li.line01 {
  border-bottom: solid 3px #2ea3f2;

}
.program-benefits .widget ul li.line02 {
  border-bottom: solid 3px #ffb93c;
  
}
.program-benefits .widget ul li.line03 {
  border-bottom: solid 3px #62da9b;
  
}
.program-benefits .widget ul li.line04 {
  border-bottom: solid 3px #3253ff;
  
}
.program-benefits .widget ul li.line05 {
  border-bottom: solid 3px #ff585d;
  
}
.program-benefits .widget ul li.line07 {
  border-bottom: solid 3px #7cda24;
}
.Who-should-wrapper:after {
  position: absolute;
  content: '';
  background-color: rgb(0 0 0 / 53%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.Who-should-wrapper {
  position: relative;
  background-attachment: fixed;
  background-position: center;
}
.Who-should-wrapper .widget {
  background-color: rgb(0 0 0 / 50%);
  border-radius: 30px;
  padding: 40px;
  z-index: 999;
    position: relative;
}
.Who-should-wrapper .widget h4 {
  color: #fff;
  margin-bottom: 20px;
}
.Who-should-wrapper .widget p {
  color: #ffffff;
}
.community-slider.community-slider .item {
  padding: 0px 14px;
}
.community-slider.community-slider .item img {
  border-radius: 10px;
}
.our-inspiration-wrapper .widget-content {
  background-color: rgb(233 232 232);
  padding: 55px;
}
.community-wrapper {
  background-color: #e9e8e8;
}
.our-inspiration-wrapper .widget img {
  border: solid 10px #0edcef;
}

.trusted-wrapper .trusted-slider .item img {
  max-width: 120px;
  margin: 0 auto;
}
.testimonials-slider .item {
  padding: 15px;
}
.testimonials-slider .slider-item .t-profile img {
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  max-width: 150px;
}
.testimonials-slider .slider-item .content h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
button.slick-prev.slick-arrow {
  background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 55% no-repeat;
  background-color: #ebebeb;
  padding: 0;
  background-position: center;
  height: 55px;
  width: 55px;
  left: -50px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0px, -50%);
}
button.slick-next.slick-arrow {
  background: url(https://img.icons8.com/ios/50/000000/long-arrow-right.png) 0 0 / 55% no-repeat;
  background-color: #ebebeb;
  padding: 0;
  background-position: center;
  height: 55px;
  width: 55px;
  right: -50px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0px, -50%);
}

.testimonials-slider .slider-item {
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(109, 227, 232, 0.22) !important;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}
.container-fluid{
  padding: 0px 80px;
}
.curriculum-wrapper{
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.curriculum-wrapper .widget .title-header h4 {
  font-size: 20px;
  color: #070a77;
  font-weight: bold;
}
.curriculum-wrapper .widget .title-header .icon {
  width: 70px;
  margin-right: 20px;
}
.curriculum-wrapper .widget .title-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.curriculum-wrapper .widget {
  background-color: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.faculty-member-wrapper .widget{
  padding: 15px;
}
.faculty-member-wrapper .widget span {
  background-color: #2a4175;
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.program-schedule .widget .ms-40 {
  margin-left: 35px;
}
.program-schedule .widget {
  background-color: #a191f2;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.program-schedule .widget .date-description {
  text-align: end;
}
.program-schedule .widget .date-description p {
  background-color: #057092;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.program-schedule .widget p {
  color: #ffffff;
}
.program-schedule .widget h4.et_pb_module_header {
  font-size: 16px;
  color: #fff;
}
.program-schedule .widget2 {
  background-color: #ff585d;
}
.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ffb43e;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
  margin: 0 auto;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/


@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}


.mfp-wrap {
  max-width: 672px;
  right: 0;
  margin: 0 auto;
}
#facultyModal .modal-content {
  padding: 70px 50px;
}
#facultyModal .modal-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #070a77;
}
.progress-widget h3 {
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #000;
  /*font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  font-weight: 500;
}
.progress-widget h3 span {
  font-size: 17px;
}
.progress-widget h5 {
  text-align: center;
  margin: 20px 0px 10px 0px;
  color: #000;
  /*font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
}
.progress-widget .progress-value {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
}
.progress-wrapper .heading-p p {
  color: #070a77;
  font-size: 20px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  line-height: 25px;
  margin-bottom: 10px;
}
.progress {
  margin-bottom: 1em;
}
.progress-wrapper{
background-color: #efefef;
}
.progress-wrapper h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.progress-wrapper .container {
  background-color: #fff;
  padding: 20px;
}
.progress {
  margin-bottom: 1em;
}
/* RSS (Start) */
.fnt-face-def {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}
.js-header .navbar .main-menu .nav-item.no-sub-menu .nav-link {
	padding-top: 34px !important;
}
.foot-add-holder {
	padding-left: 10px;
}
header.js-header.sticky-bar {
	top: 0px;
    position: sticky;
    background-color: #fff;
	z-index: 9999;
}
.hwb-online-sec1 .item {
	height:100vh;
	max-height:100vh;
	overflow:hidden;
	background-size: cover;
	background-position: right;
}
.hwb-online-sec1.banner-wrapper .widget {
	text-align: center;
	height: 100vh;
	padding-top: 80px;
}
.hwb-online-sec1.banner-wrapper .widget h2 {
	color: #fbba00;
	font-size: 45px;
	font-family: 'optitimes-romanregular';
	font-weight: 100;
	line-height: 65px;
}
.hwb-online-sec1.banner-wrapper .widget p {
	color: #9d9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.hwb-online-sec2 .lft-col {
	border-radius: 12px;
	margin-right:15px; 
	width: calc(50% - 15px);
}
.hwb-online-sec2 .rght-col {
	border-radius: 12px;
	margin-left:15px; 
	width: calc(50% - 15px);
}
.hwb-online-sec2 .sec-col {
	overflow: hidden;
	padding: 35px;
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
}
.hwb-online-sec2 .sec-col h2 {
	font-size: 39px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px;
	color: #FFF;
}
.hwb-online-sec2 .lft-col h2 {
	color: #fab900 !important;
}
.hwb-online-sec2 .lft-col h5, .hwb-online-sec2 .rght-col h5 {
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	margin-bottom: 10px;
}
.hwb-online-sec2 .sec-col p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
    line-height: 33px;
	color: #d9d9d9;
	font-weight: 300;
}
.hwb-online-sec2 .sec-col ul {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
    line-height: 33px;
	color: #d9d9d9;
	font-weight: 300;
}
.hwb-online-sec2 .sec-col ul li {
	margin: 5px 0px;
    background-image: url(../images/check-sec.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.hwb-online-sec3 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 39px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px;
	color: #000;
}
.hwb-online-sec3 p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 19px;
    line-height: 25px;
	color: #000;
	font-weight: 300;
	margin: 20px 0px;
    background-image: url("../images/check-clr.png");
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.hwb-online-sec3 .rght-col {
	background-size: contain;
	background-position: right 0px bottom 30%;
    background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-image: url("../images/benefits-bg-pic-v4.png");
    background-color: rgba(255, 255, 255, 0.6);
}
.hwb-online-sec4 .pic {
	width: 32px;
	display: table-cell;
}
.hwb-online-sec4 .pic img {
	height: auto;
    max-width: 100%;
}
.hwb-online-sec4 h3 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    color: #fab900;
    line-height: 1.1em;
    text-align: left;
	padding-bottom: 5px;
	font-weight: 500;
}
.hwb-online-sec4 p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 17px;
    font-weight: 300;
	color: #d9d9d9 !important;
    line-height: 24px;
}
.hwb-online-sec5 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    line-height: 45px;
    text-align: center;
	margin-bottom: 32px;
}
.hwb-online-sec5 p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #000000;
    line-height: 25px;
	margin-bottom: 32px;
}
.hwb-online-sec6 {
	background-size: cover;
    background-position: left bottom 0px;
	background-image: url("../images/hwb-program-features-bg-v4.jpg");
	padding-top: 25px;
	padding-bottom: 225px;
    background-color: #233561;
	background-repeat: no-repeat;
}
.hwb-online-sec6 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    text-align: center;
	margin-bottom: 32px;
}
.hwb-online-sec6 h4 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #070a77;
	padding-bottom: 10px;
    line-height: 22px;
	font-size: 20px;
	text-align: left;
}
.hwb-online-sec6 p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
    line-height: 25px;
	color: #000;
	font-weight: 300;
	/*margin: 5px 0px;*/
	margin: 0px;
    background-image: url("../images/check-light.png");
	background-image: url("../images/check-clr.png");
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.hwb-online-sec6 p.no-list {
	background-image: none;
    padding-left: 0px;
}
.hwb-online-sec6 .sec-3-col {
	border-radius: 12px;
    overflow: hidden;
	padding: 15px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	margin-right: 15px;
    width: calc(33.33% - 15px);
	padding-bottom: 20px;
}
.hwb-online-sec6 .sec-3-col.last {
	margin-right: 0px;
    width: 33.33%;
}
.hwb-online-sec6 .sec-3-col.lrge {
	width: calc(50% - 15px);
}
.hwb-online-sec6 .sec-3-col.lrge.last {
	margin-right: 0px;
    width: 50%;
}
.logo-hlder {
	width:100%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-flex;
}
.logo-hlder .logo-one{
	text-align: end;
}
.logo-hlder .logo-three{
	text-align: start;
}
.logo-hlder img {
	height: 80px !important;
    width: auto !important;
    margin-right: 100px;
}
.logo-hlder img.sml {
	height: 50px !important;
}
.hwb-online-sec6 .sec-head-holder {
	display: inline-flex;
	margin-bottom: 15px;
}
.hwb-online-sec6 .sec-head-holder .pic {
	width: 72px;
}
.hwb-online-sec6 .sec-head-holder .pic img {
	height: auto;
    max-width: 100%;
}
.hwb-online-sec6 .sec-head-holder .ttle {
	padding-left: 10px;
	margin: auto;
}
.hwb-online-sec7 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000;
    line-height: 45px;
    text-align: center;
	margin-bottom: 20px;
}
.hwb-online-sec7 h4 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
    font-size: 20px;
    color: #233461;
    line-height: 22px;
	text-align: center;
	min-height: 70px;
}
.hwb-online-sec7 img {
	width: 60%;
	height: auto;
}
.hwb-online-sec7 p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
.hwb-online-sec7 .sec-4-col {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	margin-right: 15px;
    width: calc(25% - 15px);
}
.hwb-online-sec7 .sec-4-col.last {
	margin-right: 0px;
    width: 25%;
}
.hwb-online-sec7 .pic {
	width:100%;
	text-align: center;
	margin-top: 15px;
}
.hwb-online-sec8.program-schedule {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    color: #000;
}
.hwb-online-sec8 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000;
    line-height: 45px;
    text-align: center;
	margin-bottom: 20px;
}
.hwb-online-sec8.program-schedule h4 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    line-height: 1.3em;
	margin-bottom: 10px;
}
.hwb-online-sec8.program-schedule .widget {
	background-color: #fff !important;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	border-radius: 12px;
}
.hwb-online-sec8.program-schedule .widget .detail-description {
	padding: 15px;
}
.hwb-online-sec8.program-schedule .widget .detail-description p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 300;
    font-size: 15px;
    color: #9d9d9d;
    line-height: 1.3em;
    text-align: left;
	margin-bottom: 10px;
}
.hwb-online-sec8.program-schedule .widget .detail-description p i {
	color: #233461!important;
	width: 30px;
}
.hwb-online-sec8.program-schedule .widget .date-description {
	background-image: url("../images/hwb-program-cover-pic1.jpg");
	min-height: 200px;
	padding: 15px;
	text-align: left;
	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.hwb-online-sec8.program-schedule .widget .date-description p {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	margin-top: 105px;
	line-height: 20px;
}
.hwb-online-sec8.program-schedule .widget.course-2 .date-description {
	background-image: url("../images/hwb-program-cover-pic2.jpg");
}
.hwb-online-sec8.program-schedule .widget.course-2 .date-description p, .hwb-online-sec8.program-schedule .widget.hwb-course2 .date-description p {
	background-color: #fab900;
}
.hwb-online-sec8.program-schedule .widget.course-2 .detail-description p i, .hwb-online-sec8.program-schedule .widget.hwb-course2 .detail-description p i {
	color: #fab900!important;
}
.hwb-online-sec8.program-schedule .widget.course-3 .date-description {
	background-image: url("../images/hwb-program-cover-pic3.jpg");
}
.hwb-online-sec8.program-schedule .widget.hwb-course2 .date-description {
	background-image: url("../images/hwb-online-course2-pic.jpg");
}
.hwb-online-sec8.program-schedule .widget.hwb-course3 .date-description {
	background-image: url("../images/hwb-online-course3-pic.jpg");
}
.hwb-online-sec8.program-schedule .widget.course-3 .date-description p, .hwb-online-sec8.program-schedule .widget.hwb-course3 .date-description p {
	background-color: #663461;
}
.hwb-online-sec8.program-schedule .widget.course-3 .detail-description p i, .hwb-online-sec8.program-schedule .widget.hwb-course3 .detail-description p i {
	color: #663461!important;
}
.hwb-online-sec9 h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000;
    line-height: 45px;
    text-align: center;
	margin-bottom: 20px;
}
.hwb-online-sec9 img {
	width:70px;
}
.hwb-online-sec9 .testimonials-slider .slider-item {
	box-shadow: none;
	background-color: transparent !important;
	text-align: left;
}
.hwb-online-sec9 .testimonials-slider .slider-item h5 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000000 !important;
    line-height: 1.4em;
	margin-top: 20px;
	text-align: end;
}
.hwb-online-sec9 .testimonials-slider .slider-item h6 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000!important;
    letter-spacing: 1px;
    line-height: 1.4em;
	text-align: end;
}
.hwb-online-sec9 .testimonials-slider .slider-item p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000000 !important;
    line-height: 27px;
}
.lnk-btn-holder {
	float:right;
	padding: 0px 15px;
}
a.lnk-btn {
	color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
    padding: 7px 20px;
    line-height: 1.7em;
	display: inline-block;
}
.slide-lnk-btn-holder {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
a.slide-lnk-btn {
    font-size: 16px;
	font-weight: 600;
    padding: 7px 20px;
    line-height: 1.7em;
	display: inline-block;
	color: #233461;
	background-color: #ffffff;
	margin-right: 80px;
}
a.slide-lnk-btn.optn-two{
	background-color: #fab900;
	margin-right: 0px;
}
a.slide-lnk-btn:hover{
	background-color: #fab900;
}
a.slide-lnk-btn.optn-two:hover{
	background-color: #ffffff;
}
.trusted-wrapper h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 39px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px;
    color: #000;
}
.banner-wrapper.hm-pg-slider .widget h2 {
	font-size: 52px;
  margin-bottom: 10px;
  color: #000000;
  margin-top: 50px;
  font-family: 'optitimes-romanregular';
  font-weight: 100;
  line-height: 60px;
    text-align: left;
}
.banner-wrapper.hm-pg-slider .widget p {
	/*font-weight: 600;*/
}
.banner-wrapper.hm-pg-slider .widget ul li {
	font-size: 22px;
	padding-left: 22px;
}
.banner-wrapper.hm-pg-slider .widget ul li:before {
	width: 8px;
	height: 8px;
}
.banner-wrapper.hm-pg-slider .widget ul li span {
  border-bottom: solid 1px #FBBA00;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(2) span{
  border-bottom: solid 1px #663561;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(3) span{
  border-bottom: solid 1px #D9DADA;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(4) span{
  border-bottom: solid 1px #233561;
}
.banner-wrapper.hm-pg-slider .widget ul li span a:hover {
	color: #FBBA00;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(2) span a:hover {
	color: #663561;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(3) span a:hover {
	color: #D9DADA;
}
.banner-wrapper.hm-pg-slider .widget ul li:nth-child(4) span a:hover {
	color: #233561;
}
.lrge-sze {
	font-size: 70px;
}
.with-arrow {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    margin: 5px 0px;
    /*background-image: url(../images/check.png);*/
	background-image: url(../images/check-clr.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.faculty-ttle {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 18px;
	background-color: #233461;
    color: #FFF;
    line-height: 15px;
    text-align: center;
	padding: 15px 5px;
}
.no-bg {
	background-image:none !important;
}
.bg-shade1 {
	background-color: #233461 !important;
}
.bg-shade2 {
	background-color: #663461;
}
.bg-shade3 {
	background-color: #663561;
}
.bg-shade4 {
	background-color: #f6f7f0;
}
.bg-shade5 {
	background-color: #efefef;
}
.bg-shade6 {
	background-color: #ffffff !important;
}
.bg-shade7 {
	background-color: #fab900;
}
.bg-grad-shade1 {
	background-image: linear-gradient(to right, #233461 , #663461) !important;
}
.frnt-shade1 {
	color: #233461 !important;
}
.frnt-shade2 {
	color: #663461 !important;
}
.frnt-shade3 {
	color: #663561 !important;
}
.frnt-shade6 {
	color: #ffffff !important;
}
.frnt-shade-dark {
	color: #000 !important;
}
.frnt-shade7 {
	color: #fab900 !important;
}
.frnt-shade8 {
	color: #d9d9d9 !important;
}
.frnt-shade-slide {
	color: #2E0226 !important;
}
.txt-size-32 {
	font-size: 32px !important;
	line-height: 50px !important;
}
.txt-size-40 {
	font-size: 40px !important;
}
.txt-size-35 {
	font-size: 35px !important;
}
.pt-mdle {
	padding-top: calc(40vh - 40px) !important;
}
.pt-mdle-lrge {
	padding-top: calc(40vh - 80px) !important;
}
.border-top-shade1 {
	border-top: solid 4px #233461;
}
.border-shade1 {
	border-color: #233461 !important;
}
.border-shade2 {
	border-color: #663461 !important;
}
.border-shade3 {
	border-color: #663561 !important;
}
.border-shade4 {
	border-color: #f6f7f0 !important;
}
.border-shade5 {
	border-color: #efefef !important;
}
.border-shade7 {
	border-color: #fab900 !important;
}
.border-top-shade7 {
	border-top: solid 4px #fab900;
}
.pdng-tp-btm-30 {
	padding-top: 30px;
    padding-bottom: 30px;
}
.pdng-btm-30 {
	padding-bottom: 30px;
}
.pdng-tp-30 {
	padding-top: 30px;
}
.pdng-lft-10 {
	padding-left: 10px;
}
.min-hgt-auto {
	min-height: auto !important;
}
.min-hgt-45 {
	min-height: 45px !important;
}
.mfp-wrap {
  max-width: 98%;
}
.white-popup .modal-content {
  padding: 30px;
  margin-top: 100px;
}
.white-popup .modal-content p {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000000 !important;
    line-height: 27px;
}
.white-popup .modal-content h5 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000000 !important;
    line-height: 1.4em;
    margin-top: 20px;
    text-align: end;
}
.white-popup .modal-content h6 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000 !important;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-align: end;
}
h1 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 32px;
}
h2 {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 32px;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline {
	padding-top: 120px;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline h2 {
	font-size: 40px;
	font-family: 'optitimes-romanregular';
	font-weight: 100;
	line-height: 60px;
	color: #000;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline p {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
}
.side-dwnld-brochure {
	position: fixed;
    top: calc(30vh + 70px);
    right: 0px;
    width: 100px;
    background-color: #fab900;
    color: #233461;
    padding: 5px;
    text-align: center;
    line-height: 15px;
}
.side-dwnld-brochure a {
	line-height: 18px;
	padding: 4px 7px;
	border: 0px;
}
.side-dwnld-brochure.reg-lnk{
	top: 30vh;
	background-color: #fff;
}
.side-dwnld-brochure.reg-lnk a {
	margin-right: 0px;
	width: 100%;
}
.banner-wrapper.hm-pg-slider .banner-slider {
	z-index: 8;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt {
	position: absolute; 
	z-index: 10;
	padding-left: 80px; 
	text-align:left;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt h2 {
	font-size: 52px;
  margin-bottom: 10px;
  color: #000000;
  margin-top: 50px;
  font-family: 'optitimes-romanregular';
  font-weight: 100;
  line-height: 60px;
    text-align: left;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt p {
	font-family: 'gotham_narrowbook';
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul {
	margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li {
    font-size: 22px;
    width: calc(50%);
    color: #000000;
    padding: 10px 0px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
	padding-left: 22px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:before {
	width: 8px;
	height: 8px;
	position: absolute;
    content: '';
    border: solid 2px #000;
	border-left: 0;
    border-top: 0px;
    left: 0;
	transform: rotate(-45deg);
    top: 39%;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li span {
  border-bottom: solid 1px #FBBA00;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(2) span{
  border-bottom: solid 1px #663561;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(3) span{
  border-bottom: solid 1px #D9DADA;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(4) span{
  border-bottom: solid 1px #233561;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li span a:hover {
	color: #FBBA00;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(2) span a:hover {
	color: #663561;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(3) span a:hover {
	color: #D9DADA;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li:nth-child(4) span a:hover {
	color: #233561;
}
.max-85vh {
	height: 85vh !important;
    max-height: 85vh !important;
}
.bg-pos-btm {
	background-position: bottom !important;
}
.faculty-member-slide {
	padding-left: 3rem;
}
.faculty-member-slide button.slick-next.slick-arrow, .faculty-member-slide button.slick-prev.slick-arrow {
	height: 35px;
    width: 35px;
}
.fnt-wt-600 {
	font-weight: 600 !important;
}
.fnt-sze-14 {
	font-size:14px !important;
}
.fnt-sze-16 {
	font-size:16px !important;
}
.fnt-sze-18 {
	font-size:18px !important;
}
.fnt-sze-19 {
	font-size:19px !important;
}
.fnt-sze-35 {
	font-size:35px !important;
}
.fnt-sze-32 {
	font-size:32px !important;
}
.fnt-sze-39 {
	font-size:39px !important;
}
.fnt-sze-40 {
	font-size:40px !important;
}
.fnt-sze-22 {
	font-size:22px !important;
	line-height: 33px !important;
}
.bullt-point {
	font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
	font-size: 19px;
    line-height: 25px;
	color: #000;
	font-weight: 300;
	margin: 20px 0px;
    background-image: url("../images/check-clr.png");
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.bg-pic-ver2 {
	background: #233461;
	background-image: url("../images/who-shuld-do-it-bg-pic.jpg");
	background-image: url("../images/who-shuld-do-it-bg-pic.jpg"), linear-gradient(to right, #233461 , #663461);
	background-blend-mode: lighten;
	background-size: cover;
	background-repeat: no-repeat;
}
.img-wdth-40 {
	width: 40px !important;
}
.trusted-logo {
	/*width: 12.5%;*/
	width: 8.33%;
	display: block;
}
.video img {
	border-radius: 12px;
}
.trusted-logo img {
	filter: grayscale(100%);
    opacity: 0.7;
}
.bg-post-lft {
	background-position: left !important;
}
.wdth-70 {
	width: 70px !important;
}
.wdth-120 {
	width: 120px !important;
}
.lne-hgt-18{
	line-height: 18px !important;
}
.bullt-point-shade2 {
	background-image: url(../images/check-clr-shade2.png) !important;
}
.bullt-point-shade7 {
	background-image: url(../images/check-clr-shade7.png) !important;
}
.lne-hgt-45{
	line-height: 45px !important;
}
.max-ver-hgt-90 {
	height: 90vh !important;
	max-height: 90vh !important;
}
.vrt-hgt-shrt {
	height: calc(90vh - 180px) !important;
}
.pdng-tp-100 {
	padding-top: 100px !important;
}
.min-hgt-40-web-only {
	min-height: 40px !important;
}
.boxed-whte-clr-rund-edge {
	border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
    background-color: #FFFFFF;
    width: calc(33.33% - 30px);
}
.boxed-whte-clr-rund-edge.lst-box {
	width: 33%;
	margin-right: 0px;
}
.boxed-whte-clr-rund-edge p {
	margin-bottom: 25px;
}
.sec-wdth-110 {
	width: 110px !important;
}
.pdng-10 {
	padding: 10px !important;
}
.hwb-online-sec8.program-schedule .widget .detail-description .dttime-holder {
	display: flex;
}
.hwb-online-sec8.program-schedule .widget .detail-description .dttime-holder .colm {
	width: 50%;
}
/* RSS (End) */
@media only screen and (min-width: 1500px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1310px;
  }
  .hwb-online-sec8.program-schedule .widget .detail-description .dttime-holder {
	  min-height: 90px;
  }
}
@media only screen and (min-width: 1900px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1710px;
  }
}
@media only screen and (max-width: 1200px) {
  .js-header .navbar .main-menu .nav-item .nav-link {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .js-header .navbar .main-menu {
    max-width: 320px;
    width: 100%;
    position: fixed;
    background-color: #e3fbfa;
    margin-top: 0;
    /*right: 30%;*/
	right: 0;
    height: 100%;
    border-left: solid #ffffff2b;
    transform: translateX(100%);
    transition: all 0.5s ease;
    top: 0;
    margin: 0 !important;
    z-index: 999;
    padding: 30px;
    display: block !important;
  }
  .js-header .navbar.open .main-menu {
    transform: translateX(0);
  }
  .js-header nav.navbar{
    backdrop-filter: unset;
  }
  .js-header .navbar.open a.nav-link.menu-btn.on {
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 10px;
	/*right: 240px;*/
  }
  .banner-wrapper .widget h1 {
    font-size: 52px;
  }
  .banner-wrapper .widget p {
    font-size: 18px;
  }
  .banner-wrapper .widget ul {
    margin-top: 50px;
  }
  .banner-wrapper .widget ul li {
    font-size: 18px;
    margin-bottom: 0px;
    padding-left: 25px;
    width: 100%;
  }
  .banner-wrapper .widget ul li:before {
    width: 10px;
    height: 10px;
  }
    
}
@media only screen and (max-width: 767.98px) {
  .progress-wrapper .heading-p {
    text-align: center !important;
}
.section-heading h4 {
  font-size: 30px;
}
.section-padding {
  padding: 40px 0px;
}
.section-heading {
  margin-bottom: 20px;
}
.banner-wrapper .widget h1 {
  font-size: 42px;
}
.container-fluid {
  padding: 0px 30px;
}
.leadership-wrapper .widget .content p {
  font-size: 22px;
}
.hwb-online-sec2 .row {
	padding: 0px 30px;
}
.hwb-online-sec2 .lft-col, .hwb-online-sec2 .rght-col {
	width: 100%;
	margin: 0px;
}
.hwb-online-sec2 .rght-col {
	margin-top: 20px;
}
.hwb-online-sec6 .sec-3-col, .hwb-online-sec7 .sec-4-col, .hwb-online-sec6 .sec-3-col.lrge {
	width: 100%;
	margin-bottom: 15px;
}
.hwb-online-sec6 .sec-3-col.last, .hwb-online-sec7 .sec-4-col.last, .hwb-online-sec6 .sec-3-col.lrge.last {
	width: 100%;
	margin-bottom: 0px;
}
.hwb-online-sec6 .row, .hwb-online-sec7 .row {
	padding: 0px 30px;
}
.program-schedule.hwb-online-sec8 .col-md-4{
	padding-left: 30px;
	padding-right: 30px;
}
.hwb-online-sec8.program-schedule .widget {
	margin-bottom: 30px;
}
.banner-slider.mob-ver .container-fluid{
	padding: 0px;
}
.hwb-online-sec1.banner-wrapper .widget {
	padding-top: 25px;
}
.slide-lnk-btn-holder {
	margin-top: 30px;
}
.hwb-online-sec1 .item {
	height: 90vh;
	max-height: 90vh;
	background-position: bottom;
}
.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver .widget h2 {
	font-size: 28px;
	line-height: 40px;
}
.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver.aol .widget h2 {
	font-size: 40px;
	line-height: 45px;
}
.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver.aol .widget h2 span {
	font-size: 25px;
	line-height: 30px;
}
.hwb-online-sec2 .sec-col {
	padding: 5px;
}
.hwb-online-sec2 .sec-col h2 {
	font-size: 31px;
}
.hwb-online-sec2 .sec-col p {
	text-align: center;
	font-size: 20px;
}
.hwb-online-sec3 {
	padding-bottom: 0px;
}
.hwb-online-sec3 h2 {
	text-align:center !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 36px;
}
.hwb-online-sec3 .rght-col {
	min-height: 400px;
    margin-top: 20px;
}
.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver .widget p {
	font-size: 20px;
	line-height: 30px;
}
.js-header .navbar .main-menu .nav-item:hover ul.sub-menu, .js-header .navbar .enq-single-btn:hover ul.sub-menu {
	opacity: 0;
    visibility: hidden;
}
.js-header .navbar .main-menu .nav-item.exp:hover ul.sub-menu, .js-header .navbar .enq-single-btn.exp:hover ul.sub-menu {
	opacity: 1;
    visibility: visible;
}
.js-header .navbar .main-menu .nav-item .sub-menu, .js-header .navbar .enq-single-btn .sub-menu {
	opacity: 0;
    visibility: hidden;
}
.js-header .navbar .main-menu .nav-item.exp .sub-menu, .js-header .navbar .enq-single-btn.exp .sub-menu {
	opacity: 1;
    visibility: visible;
}
.js-header .navbar .main-menu .nav-item.no-sub-menu .nav-link {
	padding-top:15px !important;
}
.hwb-online-sec4, .hwb-online-sec5 {
	padding-left: 30px;
	padding-right: 30px;
}
.hwb-online-sec6 {
	padding-bottom: 35px;
	background-image: none;
}
.hwb-online-sec6 p {
	text-align: center;
}
.logo-hlder {
	display: table;
}
.logo-hlder .logo-one, .logo-hlder .logo-two {
	text-align: center;
    width: 50%;
    display: table-cell;
}
.logo-hlder img {
	margin-right: 0px;
}
.nav-link.menu-btn {
	padding-right: 0px !important;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline p {
	font-size: 19px;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline h2 {
	font-size: 26px;
}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline a.slide-lnk-btn {
	margin-right: 0px;
}
.progress-wrapper {
	padding-left: 30px;
    padding-right: 30px;
}
.progress-wrapper.secnd-blck {
	padding-top: 0px !important;
}
.res-mrg-btm-20{
	margin-bottom: 20px;
}
.res-txt-center{
	text-align: center !important;
}
.res-prog-benfts-hlder {
	margin-top: 20px !important;
}
.res-prog-benfts-hlder .col-md-12 {
	border-radius: 12px;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.hwb-online-sec1.res-cust-sze .item {
		height: 70vh;
	}
.hwb-online-sec1.banner-wrapper .widget.hwb-offline {
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
.res-half-wdth {
	width: 50%;
}
.banner-wrapper.hm-pg-slider .widget h2 {
	font-size: 22px;
	font-weight: 600;
    line-height: 36px;
	margin-top: 15px;
}
.banner-wrapper.hm-pg-slider .widget ul {
	margin-top: 15px;
}
.banner-wrapper.hm-pg-slider .widget ul li {
	padding: 5px 0px 5px 20px;
}
.white-popup .modal-content {
  margin-top: 20px;
}
.banner-wrapper.hm-pg-slider .banner-slider {
	padding-top: 250px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt h2 {
	font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt {
	padding-left: 20px;
	padding-right: 20px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt p {
	font-size: 18px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul {
	margin-top: 20px;
}
.banner-wrapper.hm-pg-slider .banner-slider-txt ul li {
	padding: 5px 0px 5px 20px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 19px;
}
.res-pos-dwn {
	order: 3;
    margin-top: 20px;
}
.res-pdng-left-0 {
	padding-left: 0px !important;
}
.res-pdng-left-15 {
	padding-left: 15px !important;
}
.res-wdth-99per {
	width: 99% !important;
}
.trusted-logo {
	width: 33.33%;
}
.res-mrg-rght-10 {
	margin-right: 10px !important;
}
.management-member-slide .slick-list, .faculty-member-slide .slick-list {
	padding:0 10% 0 0 !important;
}
.faculty-member-slide {
	padding-left: 15px;
}
.res-txt-lgn-lft {
	text-align: left !important;
}
.boxed-whte-clr-rund-edge { 
	width: 100%;
	margin-bottom: 20px;
}
.boxed-whte-clr-rund-edge.lst-box { 
	width: 100%;
}
.boxed-whte-clr-rund-edge:first-child {
	margin-top: 20px;
}
.hwb-online-sec8.program-schedule .widget .detail-description .dttime-holder {
	display: block;
}
.hwb-online-sec8.program-schedule .widget .detail-description .dttime-holder .colm {
	width: 100%;
}
.res-ms-40 {
	margin-left: 35px;
}
}
@media only screen and (max-width: 575.98px) {

}
@media only screen and (max-width: 400px) {
	.hwb-online-sec1 .item {
        height: 100vh;
        max-height: 100vh;
	}
	.hwb-online-sec1.about-us-pg .item {
        height: 110vh;
        max-height: 110vh;
	}
	.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver.aol .widget h2 {
		font-size: 40px;
        line-height: 40px;
	}
	.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver.aol .widget h2 br {
		/*display: none;*/
	}
	.hwb-online-sec1.banner-wrapper .banner-slider.mob-ver.aol .widget h2 span br {
		display: block;
	}
	.hwb-online-sec1.res-cust-sze .item {
		height: 80vh;
	}
	.hwb-online-sec6 h2 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 360px) {
	.js-header .navbar-brand {
		max-width: 140px;
	}
}
@media only screen and (max-width: 359px) {
	.js-header .navbar-brand {
		max-width: 120px;
	}
}
