/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.lazy{background-image:none !important;}
/*****************************************/
/* ACCREDITATION MODULE    */
/*****************************************/
.accreditation-module{
  width: 100%;
  overflow: hidden;
}
.accreditation-module .section-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.accreditation-module .section-heading h2{
  text-transform: capitalize;
  color: #201747;
  margin-bottom: .5rem;
}
.accreditation-module .section-heading .sub_heading p{
  font-family: 'Optima';
  font-style: italic;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.5;
  /*text-transform: capitalize;*/
  color: #607875;
}

.accreditation-module .logo-slider{text-align: center;}
.customer-logos{
  width: 90%;
  margin: 0 auto;
}
.accreditation-module .logos-container{position: relative;}
.accreditation-module .logos-container .slick-track{display: flex;gap: 65px;align-items: center;}
.accreditation-module .team-slider-prev, . .team-slider-next{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accreditation-module .team-slider-next{left: auto;right: 0}
.accreditation-module .customer-logos div {
  transition: transform 0.5s linear;
  padding: 0;
}

.accreditation-module .customer-logos div:not(.slick-current)  {
  transform: scale(0.9);
}

@media screen and (min-width: 1020px) and (max-width: 1050px){
  .accreditation-module .customer-logos div:not(.slick-current)  {transform: scale(1);}
  .accreditation-module .customer-logos{width: 100%}
  .accreditation-module .logos-container .slick-track{gap: 2rem;}
}
@media screen and (max-width: 991px){
  .accreditation-module {margin: 1rem 0 2rem;}
  .accreditation-module .logos-container .slick-track{gap: 1rem;}
  .accreditation-module .section-heading .sub_heading p{
    font-size:0.865rem !important;
  }
}


/*****************************************/
/* Annual Report Module    */
/*****************************************/

.annual-report .section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.annual-report .section-heading h2{
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #201747;
}
.annual-report .section-heading .sub_heading{
  font-family: 'Optima';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #201747;
}
.annual-report table{
  width:100%;
  border: 0;
}
.annual-report table thead th{
  background: #1D1D1B;
  color:#fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  border: 0;
}
.annual-report table tbody {
  text-align: center;
}
.annual-report table tr{
  border-bottom: 1px solid #D3D3D3;
}
.annual-report table tr td, .annual-report table tr td a{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #607875;
  border: 0;
}
.annual-report table tr td h4{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #1D1D1B;
  margin: 0;
}

@media screen and (max-width:680px){
  .annual-report .table-cnt{
    overflow-x:scroll;
  }
  .annual-report table{
    min-width:768px;
  }
}


/*****************************************/
/* Appy Honors Program Module    */
/*****************************************/
.apply-honors{
  background: #000;
  position:relative;
  padding: 101px 1rem;
}
.apply-honors .apply{
  position:relative;
  z-index:10;
  width: 95%;
  display: flex;
  align-items: center;
}
.apply-honors .background{
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  width:100%;
  height:auto;
  display:block;
  z-index:0;
}
.apply-honors .background img{
  object-fit:cover;
  object-position:center;
  height:100%;
}
.apply-honors .apply_text p {
    margin-bottom: 0px;
}
.apply-honors .apply_text{max-width: 70%;flex: 0 0 70%;margin-left: auto;}
.apply-honors .apply_text h2{
  font-family: 'Optima' !important;
  font-size: 44px !important;
  line-height: 52px;
  color: #FFFFFF;
}
.apply-honors .apply_text p{
  font-family: 'Optima' !important;
  font-size: 1rem;
  line-height: 2;
  color: #FFFFFF;
}
.apply-honors .apply_form{
  max-width: 40%;
  /*     flex: 0 0 40%; */
  margin-left: auto;
  margin-right: 1rem;
}
.apply-honors .apply_form form{
  display: flex;
  background: #0D0E0C;
  border: 2px solid #EBE5DB;
  border-radius: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.apply-honors .apply_form form label{display: none;}
.apply-honors .apply_form form .hs-form-field {width: 60%;margin-bottom: 0;position:relative;}
.apply-honors .apply_form form .inputs-list{position: absolute;width: 100%;padding: 0 0 0 0.5rem;}
.apply-honors .apply_form form .inputs-list>li{margin: 0;}
.apply-honors .apply_form form .inputs-list label{display: block;font-size: .5rem;font-family: 'MyriadRegular';margin:0;}
.apply-honors .apply_form form input[type=email]{
  border: 0;
  background-color: transparent;
  font-family: 'MyriadRegular';
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.apply-honors .apply_form form input[type=email]::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.6);
}

.apply-honors .apply_form form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.apply-honors .apply_form form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.apply-honors .apply_form .hs-button{
  background: #1A5632;
  border-radius: 38px;
  font-family: 'MyriadRegular';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  padding: .792rem 1.96rem;
  border: 1px solid #1A5632;
}
.apply-honors .apply_form .hs-button:hover{
  background: transparent;
  font-family: 'MyriadRegular';
  font-weight: 600;
  border: 1px solid #1A5632;
}
.apply-honors .apply_form input[type="email"]:focus{
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: none;
}

@media screen and (max-width:990px){
  .apply-honors .apply{
    flex-direction:column;
  }
  .apply-honors .apply_text{
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .apply-honors .apply_text h2{font-size: 1.4rem !important;}
  /* 
  .apply-honors .apply_text p{font-size: 34px;line-height: 55px;} 
  */
  .apply-honors .apply_form{
    max-width: 100%;
    flex: 0 0 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top: 36px;
  }

}

/*****************************************/
/* Blog Event Listings Module    */
/*****************************************/

.blog-event-listings .drop-cnt{
  display:flex;
  justify-content:flex-end; 
}
.blog-event-listings .drop-cntt ul{
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #201747; 
  list-style-type:none;
  margin:0;
  padding: 0 25px 0 0;
  overflow: hidden;
  position:relative; 
}
.blog-event-listings .drop-cntt ul:after{
  content:'';
  position:absolute;
  background-image:url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/Dropdown%20arrow.png);
  background-size:100%;
  background-repeat:no-repeat;
  height:15px;
  width:15px;
  top: 15px;
  right: 0;
}
.blog-event-listings .drop-cntt ul li{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #201747; 
  display:none; 
  position:absolute; 
}
.blog-event-listings .listings-wrap{
  padding:50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.blog-event-listings .item-top{

  width:calc(100% / 2);
}
.blog-event-listings .item-top .flex-box{
  display:flex;
  justify-content: space-between;
  align-items:center;
  margin:0 0 50px;
  padding:0 0 50px;
  border-bottom: 1px solid #B8B09C;
  min-height:320px;
}
.blog-event-listings .item-top:last-child{
  border-bottom:0;
}
.blog-event-listings .item-top:nth-last-child(2){
  border-bottom:0;
}
.blog-event-listings .item-top .flex-box .latest-fea-img{
  width:48%;
  height: 100%;
  border-radius: 4px;
  max-height: 300px;
}
.blog-event-listings .item-top .flex-box .latest-fea-img img{
  /*     height: 100%; */
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.blog-event-listings .latest-blog-content{
  padding: 10px 20px;
  box-sizing: border-box;
  width: 48%;
  position: relative;
  border-left: 1px solid #B8B09C;
} 
.blog-event-listings .latest-blog-content .rec-blog-hd-title{
  /*font-family: 'Optima'!important;*/
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #C2531A;
}
.blog-event-listings .latest-blog-content .post-content{
  font-family: 'Myriad Pro'!important; 
  color: #607875;
  margin-bottom:10px;
}
.blog-event-listings .latest-blog-content .post-content p, .blog-event-listings .latest-blog-content .post-content span,
.blog-event-listings .latest-blog-content .post-content h1, .blog-event-listings .latest-blog-content .post-content h2,
.blog-event-listings .latest-blog-content .post-content h3, .blog-event-listings .latest-blog-content .post-content h4, 
.blog-event-listings .latest-blog-content .post-content h5, .blog-event-listings .latest-blog-content .post-content h6{
  font-weight: 400!important;
  font-size: 18px!important;
  font-family: 'Myriad Pro'!important;  
  line-height: 150%;
  text-transform: capitalize;  
  margin-bottom:0px;
  color: #607875;  
} 
.blog-event-listings .latest-blog-content .blog-index__post-timestamp{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  margin-bottom: 40px;
}
.blog-event-listings .latest-blog-content .blog-index__post-timestamp i{
  margin-right:10px;
}
.blog-event-listings .latest-blog-content .btn-cnt{
  margin-top:40px;  
}  
.blog-event-listings .latest-blog-content .btn{
  font-family: 'Optima';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  background: #F7C668;
  border-radius: 38px;
  padding:10px 25px;
}
.blog-event-listings .dropbtn {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #201747; 
  margin:0;
  padding: 0 25px 0 0;
}
.blog-event-listings .dropbtn:after{
  content:'';
  position:absolute;
  background-image:url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/Dropdown%20arrow.png);
  background-size:100%;
  background-repeat:no-repeat;
  height:15px;
  width:15px;
  top: 15px;
  right: 0;
}
.blog-event-listings .dropdown {
  position: relative;
  display: inline-block;
  cursor:pointer;
}
.blog-event-listings .dropdown-content {
  padding:0;
  display: none;
  position: absolute;
  top:35px;
  right:0;
  background-color: #F7C668;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow-y: scroll;
  height: 150px;
}
.blog-event-listings .dropdown-content::-webkit-scrollbar {
  width: 5px;
  padding-left:20px;
}
.blog-event-listings .dropdown-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 5px;
  background: #fff; 
}
.blog-event-listings .dropdown-content::-webkit-scrollbar-thumb {
  background: #B8B09C; 
  border-radius: 5px;
}
.blog-event-listings .dropdown-content li {
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #201747;
  padding: 12px 16px;
  display: block;
}
.blog-event-listings .dropdown-content li:hover {background-color: #F5B335;color:#fff;}
/*.dropdown:hover .dropdown-content {display: block;}*/
.blog-event-listings .hide
{
  display:none!important;
}
.blog-event-listings .d-hide1
{
  display:block;
}
.blog-event-listings .hidden{
  display:none!important;
}
.blog-event-listings .load-item {
  display:none;
}
.blog-event-listings #loadMore2 {
  background: #F7C668;
  border-radius: 60px;
  padding:16px 100px;
  color:#000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.blog-event-listings .loadmore-cnt {
  text-align: center;
  margin: 50px auto;
}
 
@media screen and (max-width:1024px){
  .blog-event-listings .item-top{
    width:100%;
  }
  .blog-event-listings .dropdown {
    margin-right: 50px;
  }
}
@media screen and (max-width:640px){
  .blog-event-listings .item-top .flex-box{
    flex-direction:column;
    margin: 0 0 30px;
    padding: 0 0 30px; 
  }
  .blog-event-listings .latest-blog-content{
    width:100%;
    border:none;
    padding: 25px 20px;  
  } 
  .blog-event-listings .item-top .flex-box .latest-fea-img{
    width:100%;
    max-height: 100%;
  }
  .blog-event-listings .item-top .flex-box .latest-fea-img img {
    height: 100%;
  }
  .blog-event-listings #loadMore2 {
    padding:16px 20px;
  }
}


/*****************************************/
/* Blog Events Module    */
/*****************************************/

.blog-events {
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  padding:50px 0;
  position:relative;
}
.latest-event-des
{
  padding-bottom:20px;
}
.latest-event-time, .latest-event-location
{
  color: #fff!important;
}
.e-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(90deg, rgba(29, 29, 27, 0.35) 1.02%, rgba(29, 29, 27, 0) 111.82%);
}
.blog-events .heading-overlay{
  float: unset;
  position: absolute;
  top: 40%;
  left: auto;
  background: #1A5632 url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/graphic%20pattern.png) 20% center no-repeat;
  width: 49%;
  height: 250px;
  z-index: 2;
  transform: translateY(-51%);
}
.blog-events  .heading-overlay .heading-overlay-inner__wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 50%;
  margin: 0 0 0 18%;
}
.blog-events  .heading-overlay h2.section_heading{
  font-style: normal;
  font-weight: 700;
  font-size: 44px!important;
  line-height: 53px;
  text-transform: capitalize;
  color: #fff!important;
  margin-bottom: 10px;
}
.blog-events .heading-overlay .sub_heading{
  font-family: 'Optima';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #fff;
}
.blog-events .heading-overlay hr{margin-bottom: 0;background: #fff;}
.blog-events .event-content{
  margin:50px;
  width: 38%;
  position: relative;
  z-index:2;
} 
.blog-events .event-content .rec-blog-hd-title{
  font-family: 'Optima'!important;
  font-size: 44px!important;
  line-height: 52px;
  text-transform: capitalize;
  color: #FFFFFF!important;
}
.blog-events .event-content .post-content{
  font-family: 'Myriad Pro';
  color: #FFFFFF;
  margin: 10px 0;
}
.blog-events .event-content .post-content p,  .blog-events .event-content .post-content span{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px!important;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.blog-events .event-content .blog-index__post-timestamp{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.blog-events .event-content .blog-index__post-timestamp i{
  margin-right:10px;
}
.blog-events .event-content .btn-cnt{
  margin-top:0px;  
}
.blog-events .event-content .btn{
  font-family: 'Optima';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  background: #F7C668;
  border-radius: 38px;
  padding:10px 30px;
}

@media screen and (max-width:1024px){
  .blog-events  .heading-overlay{
    position: relative;
    width: 75%;
    left: -130px;
    float: none;
    top: 50px;
    transform: translateY(0px);
  }
  .blog-events .event-content{
    width:45%;
    margin:80px 50px;  
  }  
  .blog-events .heading-overlay .heading-overlay-inner__wrapper{
    margin: 0 auto;
  }
}  
@media screen and (max-width:990px){
  .blog-events  .heading-overlay{
    left:-110px;
    width:80%;  
  }
}    
@media screen and (max-width:768px){
  .blog-events  .heading-overlay{
    top:20px;
    left:0;
    width:100%; 
  }
  .blog-events  .heading-overlay .heading-overlay-inner__wrapper{
    width: 60%;
    margin: 0 20px;
  }
  .blog-events .event-content{
    margin: 100px auto 50px;
    padding: auto 20px;
    width: 100%;
  }
  .blog-events .event-content .rec-blog-hd-title{
    font-size: 30px !important;
    line-height: 1.3;
  }
}


/*****************************************/
/* Blog Latest News Module    */
/*****************************************/
.blog-latest-news .hd-cnt {
  display: flex;
  justify-content: space-between;
}
.blog-latest-news.latest-wrapper .hd-cnt  h2{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px!important;
  line-height: 36px;
  text-transform: capitalize;
  color: #C2531A;
  display:flex;
  align-items: center;
}
.blog-latest-news.latest-wrapper .hd-cnt h2:after{
  content: '';
  position: relative;
  width: 165px;
  height: 1px;
  margin-left: 15px;
  background: #C2531A;
}

.blog-latest-news .slides-numbers {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #F5B335;
  display: none;
  align-items: center;
  z-index: 1;
}
.blog-latest-news .slides-numbers .active {
  color: #B8B09C;
}
.blog-latest-news .divider{
  height: 34px;
  width: 2px;
  background: #1D1D1B;
  margin: 0 15px;
  display: inline-flex;
}
.blog-latest-news .arrows{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  position: relative;
  gap: 10px;
  margin-left: 20px;
}
.blog-latest-news .campus_arrow--left, .blog-latest-news .campus_arrow--right{
  border: 0px solid #D2B887;
  border-radius: 24px;
  padding: 21px;
  padding: 9px 16px 7px;
  font-size: 1rem;
  cursor: pointer;
  color: #000;
}
.blog-latest-news .slider-wrap{
  padding:50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}  
.blog-latest-news .slider-wrap .slick-track{display: flex;align-items: flex-end;}
.blog-latest-news div .item-top1{
  display:flex!important;
  justify-content: space-between;
  align-items:center;
  width:calc(100% / 2);
  margin:0;
  padding:0;
}
.blog-latest-news .item-top1:last-child{
  border-bottom:0;
}
.blog-latest-news .slick-slide > div:nth-child(odd){
  border-bottom:1px solid #B8B09C;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.blog-latest-news .item-top1:nth-last-child(2){
  border-bottom:0;
}
.blog-latest-news .item-top1 .latest-fea-img{
  width:48%;
  height: 100%;
  border-radius: 4px;
}
.blog-latest-news .item-top1 .latest-fea-img img{
  height: 250px;
  object-fit: contain;
  width: 100%;
  border-radius: 4px;
}
.blog-latest-news .latest-blog-content{
  padding: 10px 20px;
  box-sizing: border-box;
  width: 48%;
  position: relative;
  border-left: 1px solid #B8B09C;
} 
.blog-latest-news .latest-blog-content .rec-blog-hd-title{
  font-family: 'Optima';
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #C2531A;
}
.blog-latest-news .latest-blog-content .post-content{
  font-family: 'Myriad Pro'; 
  color: #607875;
}
.blog-latest-news .latest-blog-content .post-content p, .blog-latest-news .latest-blog-content .post-content span{
  font-weight: 400;
  font-size: 18px!important;
  line-height: 150%;
  text-transform: capitalize;  
  margin-bottom:10px;
} 
.blog-latest-news .latest-blog-content .blog-index__post-timestamp{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  margin-bottom: 40px;
}
.blog-latest-news .latest-blog-content .blog-index__post-timestamp i{
  margin-right:10px;
}
.blog-latest-news .latest-blog-content .btn-cnt{
  margin-top:40px;  
}  
.blog-latest-news .latest-blog-content .btn{
  font-family: 'Optima';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  background: #F7C668;
  border-radius: 38px;
  padding:10px 25px;
}
.blog-latest-news .loadmore-cnt {
  margin: 50px auto;
  text-align: center;
}
.blog-latest-news .loadmore-cnt .aui--btn{
  background: #f7c668;
  border-radius: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding: 16px 100px;
}
@media screen and (max-width:1024px){
  .blog-latest-news.latest-wrapper{
    position:relative;
  }
  .blog-latest-news.latest-wrapper .hd-cnt h2:after{
    width:30px;
  }
}
@media screen and (max-width:768px){
  .blog-latest-news.latest-wrapper{
    padding:40px 20px;
  }
  .blog-latest-news .slider-wrap {
    padding: 50px 0;
    position: relative;
  }
  .blog-latest-news .slides-numbers {
    position: absolute;
    left: 50%!important;
    transform: translate(-50%,-50%);
    bottom: 0;
  }
}

@media screen and (max-width:600px){ 
  .blog-latest-news .hd-cnt{
    flex-direction: column;
  }
  .blog-latest-news .slides-numbers{
    justify-content: center;
    margin: 20px auto;
  }
  .blog-latest-news div .item-top1{
    flex-direction:column;
  }
  .blog-latest-news .item-top1 .latest-fea-img{
    width:100%;
  }
  .blog-latest-news .latest-blog-content{
    width:100%;
    min-height: 250px;
    border:none;
    margin: 10px 0;
  }
} 
@media screen and (max-width:480px){ 
  .blog-latest-news.latest-wrapper .hd-cnt h2:after{
    width:100px;
  }
}  


/*****************************************/
/* Blog Recent News Module    */
/*****************************************/
.blog-recent-news.recent-container{
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat; 
  height: 100%; 
  max-width: 1280px; 
  padding: 40px 0;
  position:relative; 
}
.hr-bottom{
  background:#B8B09C;
  max-width: 1240px;
  width: 88%;
  margin:40px auto;
  height:2px;
}
.blog-recent-news.recent-container .overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*  .blog-recent-news .feat-img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog-recent-news .feat-img .blog-index__post-image {
height: 100%;
width: 100%;
} */
.blog-recent-news  .heading-overlay{
  position:relative;
  top: 50px;
  left: -200px;
  background: #F5B335 url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/AUI%20trans%20graphic%20pattern.png) center center no-repeat;
  width:63%;
  height: 250px;
  z-index:2;
}
.blog-recent-news  .heading-overlay .heading-overlay-inner__wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 36%;
  margin: 0 auto;
}
.blog-recent-news  .heading-overlay h2.section_heading{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 44px!important;
  line-height: 53px;
  text-transform: capitalize;
  color: #1D1D1B;
  margin-bottom: 10px;
}
.blog-recent-news .heading-overlay .sub_heading{
  font-family: 'Optima';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #1D1D1B;
}
.blog-recent-news .heading-overlay hr{margin-bottom: 0;background: #1D1D1B;}
.blog-recent-news .recent-blog-content{
  margin:100px 50px;
  width: 33%;
  position: relative;
  z-index:2;
}.blog-recent-news .recent-blog-content .rec-blog-hd-title{
  font-family: 'Optima'!important;
  font-size: 44px;
  line-height: 52px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.blog-recent-news .recent-blog-content .post-content{
  font-family: 'Myriad Pro';
  color: #FFFFFF;
  margin: 10px 0; 
  width:80%; 
}
.blog-recent-news .recent-blog-content .post-content p,  .blog-recent-news .recent-blog-content .post-content span{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px!important;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom:10px;   
}
.blog-recent-news .recent-blog-content .blog-index__post-timestamp{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.blog-recent-news .recent-blog-content .blog-index__post-timestamp i{
  margin-right:10px;
}
.blog-recent-news .recent-blog-content .btn-cnt{
  margin-top:30px;  
}
.blog-recent-news .recent-blog-content .btn{
  font-family: 'Optima';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  background: #F7C668;
  border-radius: 38px;
  padding:10px 25px;
}
@media screen and (max-width:1280px){
  .blog-recent-news  .heading-overlay{
    width:75%;
  }
  .blog-recent-news  .heading-overlay .heading-overlay-inner__wrapper{
    width: 45%;
  }
}  
@media screen and (max-width:1024px){
  .blog-recent-news  .heading-overlay{
    left:-80px;
  }
  .blog-recent-news  .heading-overlay .heading-overlay-inner__wrapper{
    width: 65%;
  }
}  
@media screen and (max-width:990px){
  .blog-recent-news  .heading-overlay{
    left:-80px;
    width:70%;  
  }
  .blog-recent-news  .heading-overlay .heading-overlay-inner__wrapper{
    width: 55%;
  }
  .blog-recent-news .recent-blog-content{
    width: 40%;
  }
}    
@media screen and (max-width:768px){
  .blog-recent-news  .heading-overlay{
    left:0;
    width:100%; 
  }
  .blog-recent-news  .heading-overlay .heading-overlay-inner__wrapper{
    width: 60%;
    margin: 0 20px;
  }
  .blog-recent-news .recent-blog-content{
    margin: 100px auto;
    padding: auto 20px;
    width: 100%;
  }
  .blog-recent-news .recent-blog-content .rec-blog-hd-title{
    font-size: 30px;
    line-height: 1.3;
  }
}


/*****************************************/
/* Board Trustees Module    */
/*****************************************/
.board-trustees .section-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  /*     margin-bottom: 115px; */
}
.board-trustees .section-heading h2{
  text-transform: capitalize;
  color: #201747;
  margin-bottom: .5rem;
}
.board-trustees .section-heading .sub_heading{
  font-family: 'Optima';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #607875;
}
hr{background: #607875;}
.board-trustees .accordion-tab-row{
  position: relative;
  padding: 0 0 40px;
}
.board-trustees .accordion-tabs ul{
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0 0 16px;
  border-bottom: 0.5px solid #1D1D1B;
}
.board-trustees .accordion-tabs li{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B8B09C;
  user-select: none;cursor: pointer;
}
.board-trustees .accordion-tabs li.active{font-weight: 700;color: #F5B335;}
.board-trustees .accordion-tab-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}
.board-trustees .accordion-tab-content.active{height: auto;}
.board-trustees .slick-track{display: flex;gap: 20px;height:90%;}
.board-trustees .accordion-tab-content .tab-boxes{
  display: inline-flex;
  flex-direction: column;
  /*     max-width: 23%;
  flex: 0 0 23%; */
  border: 1px solid #EBE5DB;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.board-trustees .accordion-tab-content .tab-boxes .tab-img img{
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
  -webkit-filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
  -moz-filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
}
.board-trustees .accordion-tab-content .tab-boxes:hover .tab-img img{
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}
.board-trustees .accordion-tab-content .tab-boxes .person-name{
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #0D0E0C;
  padding: 30px 10px;
  width: 100%;
  text-align: center
}
.board-trustees .accordion-tab-content .tab-boxes .person-name p{
  margin:10px 0 0;
}
.board-trustees .accordion-tab-content .tab-boxes .person-name a{color: #0D0E0C;}

.board-trustees .slick-dots button{display: none;}
.board-trustees .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -1rem;
  left: 0;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  z-index: 3333;
  margin: 10px 0;
}

.board-trustees .slick-dots li{
  list-style-type: none;
  display: inline-block;
  width: 16px;
  height: 6px;
  border-radius: 2px;
  background: #D5E5E2;
  border: 1px solid #D5E5E2;
  margin: 0 10px 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.board-trustees .slick-dots li.slick-active,
.board-trustees .slick-dots li:hover {
  background: #F5B335;
  border-color: #F5B335;
}

.board-trustees .slick-dots li.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
.board-trustees .arrows-cnt{
  display:flex;
  justify-content: center;
  margin: 0 0 20px;
  column-gap: 40px;
}
.board-trustees .arrows-cnt i {
  font-size: 28px;
}
.board-trustees  .slick-arrow.slick-hidden {
  display: block;
}

@media screen and (max-width: 991px){
  .board-trustees .accordion-tabs ul{flex-direction: column;}
  .board-trustees .accordion-tabs li{
    border: 2px solid #00806E;
    border-radius: 8px;
    padding: 0.5rem;
    margin: 0.3rem 0;
  }
  .board-trustees .accordion-tabs li.active{border: 0;padding: 0;}
  .board-trustees .accordion-tab-content.active{margin-top: 0.5rem;}
  .board-trustees .accordion-tab-content .tab-boxes{
    /*       max-width: 50%;
    flex: 0 0 48.5%;
    margin-bottom: 2%; */
  }
  .board-trustees .accordion-tab-row{
    padding: 0;
  }
  .board-trustees{
    padding:0 0 40px;
  }
  .board-trustees .slick-list.draggable {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px){
  .board-trustees .accordion-tab-content .tab-boxes .person-name a{
    font-size:16px;
  }
}


/*****************************************/
/* Breadcrumbs Module    */
/*****************************************/
.breadcrumbs{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
  font-family: 'Optima';
}
/* creating the breadcrumb foundation */
.breadcrumbs ul { list-style: none; } /* remove bullet points */
.breadcrumbs ul:hover a{text-decoration: none;}
.breadcrumbs ul li { display: inline;font-family: 'Optima';font-size: 18px;font-weight: 400; } /* show list items horizontally */

/* Put an angle bracket (>) between list items */
.breadcrumbs ul li+li:before {
  content: ":";
  padding: 0 10px 0 0;  
}
.breadcrumbs>* a, .breadcrumbs>* span{text-transform: initial;}

.breadcrumbs ul li a,
.breadcrumbs ul li span { text-decoration: none;color: #1D1D1B; } /* remove underlines from links */

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li:last-child span{color: #F5B335;}

/* additional styling */
.breadcrumbs ul {color: #F5B335;}

.breadcrumbs ul li+li:before { color: #1D1D1B; }


/*****************************************/
/* Breadcrumbs Menu Module    */
/*****************************************/
.breadcrumbs{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
}
.brd_crmbs{}
/* creating the breadcrumb foundation */
ul.hs-breadcrumb-menu { list-style: none; } /* remove bullet points */
ul.hs-breadcrumb-menu a{text-decoration: none;}
ul.hs-breadcrumb-menu li { display: inline;font-family: 'Optima';font-size: 18px;font-weight: 400; } /* show list items horizontally */

/* Put an angle bracket (>) between list items */
ul.hs-breadcrumb-menu li+li:before {
  content: "\003e";
  padding: 0 10px 0 0;  
}
ul.hs-breadcrumb-menu>* a, ul.hs-breadcrumb-menu>* span{text-transform: initial;}

ul.hs-breadcrumb-menu li a { font-family: 'Optima' !important;text-decoration: none;color: #1D1D1B; } /* remove underlines from links */
ul.hs-breadcrumb-menu li:last-child a{color: #F5B335;}

/* additional styling */
ul.hs-breadcrumb-menu {color: #F5B335;}

ul.hs-breadcrumb-menu li+li:before { color: #1D1D1B; }
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item{padding: 10px 0px 10px 3px;}
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider{display: none;}
@media screen and (max-width:480px){
  ul.hs-breadcrumb-menu {padding:10px;}
  ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item{padding:0;}
  ul.hs-breadcrumb-menu>* a, ul.hs-breadcrumb-menu>* span{
    font-size:14px;
  }
  ul.hs-breadcrumb-menu li+li:before {
    padding: 0 2px 0;
  }
}
/* Menu */


.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 991px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-family: 'MyriadRegular';
  font-weight: 400;
  font-size: 0.7777777777777778rem;
  line-height: 1.3;
  color: #EBECF0;
  padding: 0 0.6666666666666667rem;
  text-decoration: none;
  cursor: pointer;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
  /*   font-family: 'MyriadBold'; */
  color: #F5B335 !important;
  /*   font-weight: 600; */
}
.header{transition: all .5s ease;}
.header.sticky{background: rgb(26 86 50 / 94%) !important;}
.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}
.header.sticky .Navbar_with_Menu.top-nav__one{background: #fff;padding: 5px 0;}
.header.sticky .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a{color: #1D1D1B;}
.header.sticky .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a:hover{color: #F5B335;}

@media (min-width: 769px) and (max-width: 1150px) {
  .menu__link,   .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a {
    font-size: 0.6rem;
  }
}

@media (max-width: 991px) {
  .header.sticky .Navbar_with_Menu.top-nav__one{padding: 0;}
  .menu__item {
    display: block;
    width: 100%;
  }

  .header.sticky .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a{color: #fff;}
  .header.sticky .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a:hover{color: #F5B335;}

  .menu__link {
    display: block;
    /*     font-size: 1.083rem; */
  }
  Navbar_with_Menu.top-nav__one{padding: 0;}
  .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper a{
    padding: 0.35rem 1.225rem;
    display: block;
    background: rgba(26,86,50,.9411764705882353);
    line-height: 1.3;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0;
  /*   text-transform: uppercase; */
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 991px) {
  .menu__item--depth-1 {
    border-top: 0px solid #CED4DB;
    padding: 0;
    background: #1a5632f0;
    display: block;
  }

  .Navbar_with_Menu.top-nav__one, .Navbar_with_Menu.top-nav__one .top-nav__one-wrapper{
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-30%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */
.menu__child-toggle-icon, .menu__child-toggle-icon:focus, .menu__child-toggle-icon:hover{border-top-color: #fff;}
@media (min-width: 769px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    background-color: #f8fafc;
    /*     opacity: 0; */
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
    /*     font-family: MyriadBold; */
    color: #F5B335 !important;
    /*     font-weight: 600; */
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 769px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  /*   .menu__item--depth-1 > .menu__child-toggle {
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  box-shadow: none;
} */

  .header__language-switcher .lang_list_class, .menu .menu__submenu, .menu__submenu--level-2>.menu__item:first-child:before {
    background-color: transparent;
    border: 0px solid #425b76;
    padding-top: 20%;
  }
  .menu__submenu--level-2>.menu__item:first-child:before{
    background-color: #f8fafc;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 991px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 20px;
    padding: 11px 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    box-shadow: none;
  }

  .menu__child-toggle-icon {
    /*     background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+); */
    background-image: none;
    background-repeat: no-repeat;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 15px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 5%;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(0deg);
    transition: transform 0.4s;
  }
  .no-button, .no-button:active, .no-button:focus, .no-button:hover{padding: 11px 0 15px;}

}

/*****************************************/
/* Campus Inframe Module    */
/*****************************************/
  .campus_infra{
    position: relative; 
    min-height: 25rem;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; 
  }
  .campus_infra h2.section_heading{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #201747;
  }
  .campus_infra .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .campus_infra hr{background: #607875;}
  .campus_infra .wrapper {
    position: absolute;
    top: 0;
    max-width: 100%;
    margin: 16px auto;
  }
  .campus_infra .slider-container {
    position: relative;
    width: 100%;
  }
  .campus_infra .slider-container .item {
    outline: none;
    padding: 100px 0;
    position: relative;
    margin: 1rem 0 2.75rem;
  }
  .campus_infra .slides-numbers {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #F5B335;
    left: 50px;
    position: absolute;
    bottom: 3rem;
    display: none;
    align-items: center;
    z-index: 1;
  }
  .campus_infra .slides-numbers .active {
    color: #B8B09C;
  }
  .campus_infra .devider{
    height: 34px;
    width: 2px;
    background: #1D1D1B;
    margin: 0 15px;
    display: inline-flex;
  }
  .campus_infra .arrows{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    position: relative;
    gap: 10px;
    margin-left: 20px;
  }
  .campus_infra .campus_arrow--left, .campus_infra .campus_arrow--right{
    border: 0px solid #D2B887;
    border-radius: 24px;
    padding: 21px;
    padding: 9px 16px 7px;
    font-size: .8rem;
    cursor: pointer;
    color: #000;
   }
  
  .campus_infra .para--items {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 43%;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0,0,0,0.59); 
    box-shadow: 0px 21px 41px -13px rgba(0,0,0,0.59);
    border-radius: 16px;
    padding: 55px;
    z-index:2;
  }
  .campus_infra .para--items h3 {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.;3
    text-transform: capitalize;
    color: #C2531A;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
  }
  .campus_infra .para--items h3:after {
    content: '';
    position: relative;
    width: 135px;
    height: 1px;
    margin-left: 15px;
    background: #F5B335;
    bottom: 15px;
  }
  .campus_infra .para--items p {
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.9;
    color: #1D1D1B;
    margin-bottom: .5rem;
  }
  .campus_infra .para--items a{
  width:fit-content;
  }
  
  @media screen and (min-width:1366px) and (max-width:1920px){
  .campus_infra{
    min-height: 26rem;
  }
  }
 @media screen and (min-width:1170px){  
   .campus_infra .sub_heading{
    width:42%;
  }  
} 
  @media (min-width:1170px) and (max-width:1240px){  
   .campus_infra .para--items{
    padding:30px;
  }  
} 
 @media screen and (max-width:1170px){ 
   .campus_infra .media-wrap{
    margin:20px auto;
   }
   .campus_infra .sub_heading{
    width:38%;
  }
  .campus_infra .para--items{
    left:40%;
    width:58%;  
  } 
}
  @media screen and (max-width:1024px){ 
  .campus_infra .sub_heading{
    width:38%;
  }
    .campus_infra .para--items{
    left:40%;
    width:58%;  
  }  
}
  @media screen and (max-width:991px){
    .campus_infra{margin-top: 2rem;}
    .campus_infra .sub_heading{
      width:100%;
    }
    .campus_infra .wrapper{position: relative;margin: 0px auto 1rem;}
    .campus_infra .slider-container .item{padding: 0 0 1.5rem 0;}
    .campus_infra .para--items{position: relative;left: 5%;width: 90%;padding: 1rem;top: -1.5rem;}
    .campus_infra .slides-numbers {
      display:inline-flex;
      left: 50%!important;
      transform: translate(-50%, -50%);
      bottom:1.5rem;
    }
  }
  
  @media screen and (max-width:600px){
    .campus_infra .para--items h3:after {
     width:30px;
    }
    .campus_infra .slider-container .item{
     margin: 1rem 0 0;
    }
    .campus_infra .media-wrap img{
     object-fit:cover;
     min-height:250px; 
    }
    .campus_infra .para--items{
     top: -5.5rem;
    }
  }
  .content-wrapper{position: relative;}

/*****************************************/
/* CTA Download Module    */
/*****************************************/
.cta-download .cta-three-col{
  display: flex;
  width: 97%;
  gap: 3%;
}
.cta-download .cta-col{
  max-width: 30%;
  flex: 0 0 30%;
}
.cta-download .cta-col h3{
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #201747;
}
.cta-download .cta-col-two .section-content form .hs-input{
  background: #B8B09C20;
  /*    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0);
  border-radius: 8px;
  color: #607875;
  padding:1.2rem 10px;
  border: none;
  font-size: .7rem;
}
.cta-download .cta-col-two .section-content form .hs-input:focus{
  outline:none;
  border: none; 
}
.cta-download .cta-col-two .section-content form input.hs-input:-internal-autofill-selected{color: #607875 !important;}
.cta-download .cta-col-two .section-content form select{
  padding: 17px 15px!important;
  font-size: 16px;
}
.cta-download .cta-col-two .section-content form .hs-button{
  background: #f7c668;
  border-radius: 38px;
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 700;
  font-size: .7777777777777778rem;
  line-height: 1.3;
  padding: 0.65rem 1.65rem;
  color: #1D1D1B;
  border:none; 
}
.cta-download .cta-col-two .section-content form .hs-button:hover{
  background: #f5b335;
}
.cta-download .cta-three-col h3.form-title{display: none;}
.cta-download form .hs-richtext p,  .cta-download .cta-three-col p{
  font-size: 18px;
  color: #607875;
  line-height: 32px;
}
.cta-download .cta-three-col .btn-cnt {
  margin-top: 25px;
}
.cta-download .cta-three-col .btn-cnt .aui--btn{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 700;
}
.cta-download .hs-form-field{position: relative;margin-bottom: .4rem;}
.cta-download .cta-three-col form label{
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-95%);
  font-family: 'Optima';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #607875;
  transition: all .3s ease;
  margin:3px 10px;
}
.cta-download .cta-three-col form .hs-error-msg {
  color: #DD0000;
  font-size: .5rem;
  margin-top: 0%;
  text-align: right;
  width: 92%;
}
.cta-download .hs-input.invalid.error{border-color: #DD0000;}
ul.hs-error-msgs li:before{background: none;}

@media screen and (min-width:1366px) and (max-width:2560px){
  .cta-download{
    max-width:1280px;
    margin:0 auto;
  }
}
@media screen and (max-width:990px){
  .cta-download .cta-three-col{
    flex-flow:row wrap;
  }
  .cta-download .cta-col.cta-col-one {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .cta-download .cta-col{
    max-width: 47%;
    flex: 0 0 47%;
    margin:10px 0;
  }
  .cta-download .cta-col.cta-col-three{
    max-width: 95%;
    flex: 0 0 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px){
  .cta-download{
    padding-bottom: 60px;
  }
  .cta-download .cta-three-col{
    width:100%;
  }
  .cta-download .cta-col.cta-col-one img{
    width:100%;
  }
  .cta-download .cta-col.cta-col-one, .cta-download .cta-col{
    max-width: 95%;
    flex: 0 0 95%;
    margin: 10px auto; 
  } 
}


/*****************************************/
/* CTA Download Module    */
/*****************************************/
.content-wrap h2{
  font-family: 'Optima'!important;
  font-size: 30px!important;
  line-height: 38px;
  color: #1D1D1B;
  margin-bottom: 20px;
}
.content-wrap p{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #607875;  
}  
.img-wrapp{
  width:100%;
  display:flex;
  flex-wrap: wrap;  
  justify-content:space-between; 
}
.img-cardd{
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:calc(100% / 3 - 20px);
  min-height: 300px;
  margin:10px 0;
  border-radius: 8px;
  box-shadow: 0px 25px 55px rgba(126, 126, 126, 0.15);
}

@media screen and (max-width:880px){
  .img-cardd{
    width:calc(100% / 2 - 20px);
  }
} 
@media screen and (max-width:600px){
  .{
    padding:40px 20px;
  }
  .img-cardd{
    width:100%; 
    min-height:400px; 
  }
}
@media screen and (max-width:480px){
  .img-cardd{

  }
}  


/*****************************************/
/* Event Post Detail Module    */
/*****************************************/
.event-wrapper img{
  width:100%;
} 
.event-post__meta{
  margin: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-post__meta span{
  font-family: 'Optima';
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
  margin:0 0 10px;
}
.event-post__meta .time-cnt time,.time-cnt>span {
  display: flex;
  align-items: flex-start;
}
.event-post__meta .time-cnt i{
  margin-right:15px;
  color: #1D1D1B;
  display: block;
  width: fit-content;
}
.time-cnt{
  display: flex;
  flex-direction: column;
}
.icons-cntt{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.icons-cntt a{
  margin: 10px;
}
.icons-cntt a i{
  color: #000;
  width: 25px;
  height: 25px;
}
.icons-cntt a:hover i{
  color:#F5B335;
}

.event-post__body{
  margin:50px 0;
}
.event-post__body h1, .event-post__body h3,
.event-post__body h4, .event-post__body h5,
.event-post__body h6{
  font-family: 'Optima'!important;
  color: #1D1D1B;
}

.event-post__body h2{
  font-family: 'Optima'!important;
  font-size: 30px!important;
  line-height: 38px;
  color: #1D1D1B;
}
.event-post__body p, .event-post__body span, .event-post__body p>span, .event-post__body li{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px!important;
  line-height: 28px;
  color: #607875;
}
.event-post__body ul{
  margin: 20px;
}

@media screen and (max-width:990px){
  .event-post__meta{
    flex-direction:column;
  }
  .time-cnt {
    width: 100%;
  } 
}
@media screen and (max-width:768px){
  .event-wrapper{
    padding:40px 20px 0;
  }
}


/*****************************************/
/* Exp Program Slider Module    */
/*****************************************/
  .exp-program--tob_slider{
    align-items: center;
    width: 100%;
    position: relative;
    background: url() 0 center no-repeat;
    background-size: auto;
    margin: 0 auto;
    max-width: 1400px;
  }
  .exp-program--tob_slider .content-wrapper{
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .exp-program--tob_slider .content-wrapper .section-two-coll{
    display: flex;
    flex-direction: ;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .exp-program--tob_slider .content-wrapper .left-col{
    display: flex;
    z-index: 1;
  }
  .exp-program--tob_slider .content-wrapper .left-col .main--img{width: 100%;height: 110%;}
  .exp-program--tob_slider .content-wrapper .left-col .main--img img{height: 100% !important}
  .exp-program--tob_slider .content-wrapper .left-col .exp-program--tob_slider .content-wrapper h2.section_heading{
    line-height: 90%;
    text-transform: capitalize;
    color: #1D1D1B;
    margin-bottom: 10px;
  }
  .exp-program--tob_slider .content-wrapper .left-col .exp-program--tob_slider .content-wrapper .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1D1D1B;
  }
  .exp-program--tob_slider .content-wrapper .left-col hr{margin-bottom: 0;background: #1D1D1B;}
  .exp-program--tob_slider .content-wrapper .right-col{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding-top: 2rem;
  }
  .exp-program--tob_slider .content-wrapper .right-col .section_heading{
  font-family: 'MyriadBold'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  text-transform: capitalize;
  color: #201747;
  }
  .exp-program--tob_slider .content-wrapper .right-col .para--items{
    display: block;
    
  }
  .exp-program--tob_slider .content-wrapper .right-col .para--items p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #607875;
  }
  .exp-program--tob_slider .content-wrapper .column, .exp-program--tob_slider .content-wrapper .columns{
  padding: 0;
}
.exp-program--tob_slider .content-wrapper .row:nth-of-type(1) .columns {
      padding: 0;
    }

    /* slider styling */
    .exp-program--tob_slider .content-wrapper .slides {
      position: relative; 
      max-width: 100%;
    }
    .exp-program--tob_slider .content-wrapper .slick-list {
      margin: 0; 
      padding: 0; 
/*      overflow: hidden;  */
      display: block;
    }
    .exp-program--tob_slider .content-wrapper .slick-list:focus {
      outline: none;
    }
    .exp-program--tob_slider .content-wrapper .slick-slide {
      height: 100%; 
      position: relative; 
      float: left;
      padding: 0 0rem 2rem;
    }
  .exp-program--tob_slider .content-wrapper .program_arrows{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    margin-left: auto;
    position: absolute;
    top: 98%;
    right: 32.5%;
    transform: translateY(-50%);
    gap: 10px;
  }
      .exp-program--tob_slider .content-wrapper .program_arrow--left, .exp-program--tob_slider .content-wrapper .program_arrow--right{
        padding: 21px;
        padding: 9px 16px 7px;
        font-size: .8rem;
        cursor: pointer;
        color: #979797;
       }
.exp-program--tob_slider .content-wrapper .program_arrow--left:hover, .exp-program--tob_slider .content-wrapper .program_arrow--right:hover{color: #1D1D1B}
  
.exp-program--tob_slider .content-wrapper .wwr-wrapper.row_left:after{left: 0;}
  .exp-program--tob_slider .content-wrapper .wwr-wrapper.row_left .grid-item1{grid-column: 3/span 2}
  .exp-program--tob_slider .content-wrapper .wwr-wrapper.row_left .grid-item2{grid-column: 1/span 2}
  .exp-program--tob_slider .content-wrapper .wwr-wrapper.row_left .grid-item3{grid-column: 1/span 2}
  
  @media screen and (max-width: 1024px){
    .exp-program--tob_slider .content-wrapper .left-col{
      width:55%!important;
    }
    .exp-program--tob_slider .content-wrapper .right-col{
      width:42%!important;
      padding: 2rem 0.8rem 0;
    }
    .exp-program--tob_slider .content-wrapper .left-col .main--img img{
     object-fit:cover;
     height:110%!important; 
    }
  }
  @media screen and (max-width: 991px){
    .exp-program--tob_slider .content-wrapper .section-two-coll{flex-direction: column;}
    .exp-program--tob_slider .content-wrapper .left-col, .exp-program--tob_slider .content-wrapper .right-col{width: 100% !important;}
    .exp-program--tob_slider .content-wrapper .right-col{padding-left: 0.8333333333333333rem;padding-right: 0.8333333333333333rem;}
    .exp-program--tob_slider{margin-bottom: 2rem;}
    .exp-program--tob_slider .content-wrapper .program_arrows{
    right:45%;
    }
  }
  @media screen and (max-width: 660px){
   .exp-program--tob_slider .content-wrapper .left-col .main--img{
    padding: 40px 20px 0;
  }
   .exp-program--tob_slider .content-wrapper .program_arrows{
    right:38%;
    }
  }


/*****************************************/
/* Facilities Tab Slider Module    */
/*****************************************/
  .facilities--tab_slider{
    align-items: center;
    width: 100%;
    position: relative;
    background-size: auto;
    margin: 0 auto;
    max-width: 1400px;
  }
  .facilities--tab_slider .row{
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
    max-width: 88.7%;
  }
  .facilities--tab_slider .row .section-two-coll{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .facilities--tab_slider .row .left-col{
    display: flex;
    z-index: 1;
  }
  .facilities--tab_slider .row .left-col .main--img{width: 100%;height: 110%;}
  .facilities--tab_slider .row .left-col .main--img img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .facilities--tab_slider .row .left-col .facilities--tab_slider .row h2.section_heading{
    line-height: 90%;
    text-transform: capitalize;
    font-size: 30px !important;
    color: #C2531A;
    margin-bottom: 10px;
  }
  .facilities--tab_slider .row .left-col .facilities--tab_slider .row .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1D1D1B;
  }
  .facilities--tab_slider .row .left-col hr{margin-bottom: 0;background: #1D1D1B;}
  .facilities--tab_slider .row .right-col{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding-top: 2rem;
  }
  .facilities--tab_slider .row .right-col .section_heading{
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 30px !important;
    color: #C2531A;
    position: relative;
  }
  .facilities--tab_slider .row .right-col .section_heading:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -135%;
    transform: translateY(-50%);
    width: 135px;
    height: 1px;
    background: #F5B335;
  }
  .facilities--tab_slider .row .right-col .para--items{
    display: block;
    
  }
  .facilities--tab_slider .row .right-col .para--items p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #607875;
  }
  .facilities--tab_slider .row .column, .facilities--tab_slider .row .columns{
  padding: 0;
}
.facilities--tab_slider .row .row:nth-of-type(1) .columns {
      padding: 0;
    }

    /* slider styling */
    .facilities--tab_slider .row .slides {
      position: relative; 
      max-width: 100%;
    }
    .facilities--tab_slider .row .slick-list {
      margin: 0; 
      padding: 0; 
/*      overflow: hidden;  */
      display: block;
    }
    .facilities--tab_slider .row .slick-list:focus {
      outline: none;
    }
    .facilities--tab_slider .row .slick-slide {
      height: 100%; 
      position: relative; 
      float: left;
      padding: 0 0rem 2rem;
    }
  @media screen and (min-width: 1500px){
    .facilities--tab_slider .row .slick-slide {padding: 0 0.5rem 2rem;}
  }
  .facilities--tab_slider .row .program_arrows{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    margin-left: auto;
    position: absolute;
    top: 3.27rem;
    right: 32.5%;
    transform: translateY(-50%);
    gap: 10px;
  }
      .facilities--tab_slider .row .program_arrow--left, .facilities--tab_slider .row .program_arrow--right{
        padding: 21px;
        padding: 9px 16px 7px;
        font-size: .8rem;
        cursor: pointer;
        color: #979797;
       }
.facilities--tab_slider .row .program_arrow--left:hover, .facilities--tab_slider .row .program_arrow--right:hover{color: #1D1D1B}
  
.facilities--tab_slider .row .wwr-wrapper.row_left:after{left: 0;}
  .facilities--tab_slider .row .wwr-wrapper.row_left .grid-item1{grid-column: 3/span 2}
  .facilities--tab_slider .row .wwr-wrapper.row_left .grid-item2{grid-column: 1/span 2}
  .facilities--tab_slider .row .wwr-wrapper.row_left .grid-item3{grid-column: 1/span 2}
  
  @media screen and (max-width: 1024px){
    .facilities--tab_slider .row .left-col{
      width:55%!important;
    }
    .facilities--tab_slider .row .right-col{
      width:42%!important;
      padding: 2rem 0.8rem 0;
    }
    .facilities--tab_slider .row .left-col .main--img img{
     object-fit:cover;
     height:110%!important; 
    }
  }
  @media screen and (max-width: 991px){
    .facilities--tab_slider .row .section-two-coll{flex-direction: column;}
    .facilities--tab_slider .row .left-col, .facilities--tab_slider .row .right-col{width: 100% !important;}
    .facilities--tab_slider .row .right-col{padding-left: 0.8333333333333333rem;padding-right: 0.8333333333333333rem;}
    .facilities--tab_slider{margin-bottom: 2rem;}
    .facilities--tab_slider .row .program_arrows{right:45%;}
    .facilities--tab_slider .row{max-width: 100%;}
  }
  @media screen and (max-width: 660px){
   .facilities--tab_slider .row .left-col .main--img{
    padding: 40px 20px 0;
  }
   .facilities--tab_slider .row .program_arrows{
    right:38%;
    }
  }


/*****************************************/
/* Tab Contact Us Module    */
/*****************************************/
  .tabs-contact-us .accordion-tab-row{
    position: relative;
  }
  .tabs-contact-us .accordion-tabs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    width: 100%;
    /*     border-bottom: 0.5px solid #1D1D1B; */
  }
  .tabs-contact-us .accordion-tabs li{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #B8B09C;
    user-select: none;
    cursor: pointer;
    margin:0 20px;
  }
  .tabs-contact-us .accordion-tabs li.active{
    font-weight: 700;
    color: #F5B335;
    border-bottom: 0.5px solid #f5b335;
    padding: 0 0 10px;
  }
  .tabs-contact-us .accordion-tab-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
  }
  .tabs-contact-us .accordion-tab-content.active{height: auto;}

  .tabs-contact-us .accordion-tab-content .tab-boxes{
    max-width: 48%;
    flex: 0 0 48%;
    border: 1px solid #EBE5DB;
    border-radius: 20px;
    padding: 15px;
    margin: 10px 0;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .content-flex{
    display:flex;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-img {
    width: 15%;

  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-img img{
    width: 85px !important;
    height: 85px !important;
    border-radius: 100%;
    object-fit: cover;
  }

  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0D0E0C;
    padding: 15px 20px;
    width: 45%;
    text-align: left;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name a{color: #0D0E0C;}
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2B6956;
    margin-top: 8px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content .person-cont {
    margin: 0 10px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content svg{
    width:20px;
    height:20px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content .person-cont p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5A524C;
    margin:0;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content .person-cont a{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
    margin-bottom:0;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location{
    width:40%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    padding:15px 0;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content{
    display: flex;
    justify-content: space-around;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content svg{
    width:20px;
    height:20px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content .loc-cont{
    margin:0 10px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content .loc-cont p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5A524C;
    margin-bottom:0;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content .loc-cont p:first-child{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2E2E2E;
    margin-bottom:8px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .btn-cnt{
    text-align: center;
    padding: 30px 10px 10px;
  }
  .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .btn-cnt a{
    background: #F7C668;
    border-radius: 38px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1B;
    padding:10px 20px;
  }
 .tabs-contact-us .content,.tabs-contact-us .content2,.tabs-contact-us .content3,.tabs-contact-us .content4{
    display:none;
  }
  .load-btn{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 80px auto;  
  }  
  #loadMore, #loadMore2, #loadMore3, #loadMore4{
    display: block;
    text-align: center;
    padding: 10px;
    width: 350px;
    background: #F7C668;
    border-radius: 60px;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #1D1D1B;
  }
  #loadMore:hover{
  }
  #loadMore.noContent{display: none;}
  @media screen and (max-width:990px){
    .tabs-contact-us .accordion-tab-content .tab-boxes{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content {
      display: flex;
      justify-content: center;
    }
  }
  @media screen and (max-width:540px){
    .tabs-contact-us .accordion-tab-content .tab-boxes{
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
      flex-direction: column;
      margin: 30px 0 0;
    }
    /*     .tabs-contact-us .accordion-tabs ul{
    border-bottom:none;
  } */
    .tabs-contact-us .accordion-tabs li{
      margin: 10px 0px;
      padding: 10px;
      border-radius:8px;
      text-align: left;
      width: 100%;
      border:1px solid #B8B09C;
      position:relative;
    }
    .tabs-contact-us .accordion-tabs li.active{
      border:1px solid #F5B335;
      padding: 15px 20px;
    }
    .tabs-contact-us .accordion-tabs li:after{
      position:absolute;
      content:'\203A';
      width:30px;
      height:30px;
      top:20px;
      right:5px;
      font-size:40px;
      transform:rotate(90deg);
      transition:all .4s ease;
    }
    .tabs-contact-us .accordion-tabs li.active:after{
      top: 6px;
      right: 18px;
      transform: rotate(-90deg);
    }
    .load-btn{
      margin: 50px auto 35px;
    }
    .tabs-contact-us .accordion-tab-content .tab-boxes .content-flex {
      flex-direction: column;
    }
    .tabs-contact-us .accordion-tab-content .tab-boxes .tab-img {
      width: 50%;
      margin: 10px auto;
    } 
    .tabs-contact-us .accordion-tab-content .tab-boxes .person-name{
      width:100%;
      text-align: center;
    } 
    .tabs-contact-us .accordion-tab-content .tab-boxes .person-name .person-inner-content{
      justify-content: center;
    }  
    .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location .loc-inner-content {
      justify-content: center;
    } 
    .tabs-contact-us .accordion-tab-content .tab-boxes .tab-location{
      width:100%;
    }
  }



/*****************************************/
/* Faculty Listing Module    */
/*****************************************/
  
  .faculty-listing{
    position:relative;
    padding:0;
  }
  .faculty-listing .hidden{
    display:none!important;
  }
  .faculty-listing .search-cnt{
    position:absolute;
    top:-65px;
    right:0;
    width:200px;
    display:flex;
  }
  .faculty-listing .search-cnt input {
    border: 0;
    border-bottom: 1px solid #607875;
    position: relative;
    padding: 0 0 0 30px;
    box-shadow: unset;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #607875;
  }
  .faculty-listing .search-cnt input::placeholder {
    color: #607875;
  }
  .faculty-listing .search-cnt span{
    position:absolute;
    top:8px;
    left:5px;
    color:#607875;
  }
  .faculty-listing .honors-prev, .faculty-listing .honors-next{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .faculty-listing .honors-prev i, .faculty-listing .honors-next i{
    font-size: 28px;
  }
  .faculty-listing .honors-next{left: auto;right: 0}

  .faculty-listing .section-heading{
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .faculty-listing .section-heading h2{
    text-transform: capitalize;
    color: #201747;
    margin-bottom: .5rem;
  }
  .faculty-listing .section-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .faculty-listing hr{background: #607875;}
  .faculty-listing .card-wrapp{
    flex-wrap:wrap;
    padding: 0 15px;
  }
  .faculty-listing .card-wrapp .slick-track{height: 100%}
  .faculty-listing ul.slick-dots{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 2rem auto;
    gap: 10px;
  }
  .faculty-listing ul.slick-dots li{
    width: 10px;
    height: 10px;
    border: 1px solid #f7c668;
    border-radius: 50%;
  }
  .faculty-listing .slick-dots button, .faculty-listing .slick-dots::marker, ::marker{display: none;color: #fff;}
  .faculty-listing .slick-slide{
    margin:0 10px;
  }
  .faculty-listing .card-wrapp .card{
    display: block;
    width:calc(100% / 4 - 30px);
    height: fit-content;
    border: 1px solid #EBE5DB;
    border-radius: 20px;
    margin: 10px;
  }
  .faculty-listing .card-wrapp .card .card-img{width: 100%;max-height: 100%;overflow: hidden;}
  .faculty-listing .card-wrapp .card .card-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
    filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
    -webkit-filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
    -moz-filter: grayscale(85%) sepia(5%) saturate(64%) contrast(89%);
    transition:all .3s ease;
  }
  .faculty-listing .card-wrapp .card:hover .card-img img{
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
  }
  .faculty-listing .card-wrapp .card .p-name{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0D0E0C;
    padding: 30px 0;
    width: 100%;
    min-height:122px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faculty-listing .card-wrapp .card .p-name a{
    color: #0D0E0C;
  }
  .faculty-listing .load-item1 {
      display:none;
    }
  .faculty-listing #loadMore {
    background: #F7C668;
    border-radius: 60px;
    padding:16px 100px;
    color:#000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
   .faculty-listing .loadmore-cnt {
      text-align: center;
      margin: 50px auto;
    }
  @media screen and (min-width: 1500px){
    .faculty-listing .card-wrapp .card .card-img img{
      height: 320px;
    }
  }
  @media screen and (max-width: 1024px){
    .faculty-listing .honors-prev, .faculty-listing .honors-next{
      left:10px;
    }
    .faculty-listing .honors-next{left: auto;right: 10px}
    .faculty-listing .card-wrapp .card .card-img img{
      height: 330px;
    }
  }
  @media screen and (max-width: 990px){
    .faculty-listing .search-cnt{
      top: -120px;
      right: 20px;
    }
    .faculty-listing .card-wrapp .card{
      width:calc(100% / 3 - 30px);
    }
    .faculty-listing .card-wrapp .card .card-img img{
      height: 300px;
    }
  }
  @media screen and (max-width: 768px){
    .faculty-listing{
      padding:20px 0;
    }
    .faculty-listing .search-cnt{
      top: -65px;
    }
    .faculty-listing .card-wrapp .card{
      width:calc(100% / 2 - 30px);
    }
    .faculty-listing .card-wrapp .card .card-img img{
      height: 380px;
    }
  }
  @media screen and (max-width: 600px){
    .faculty-listing .card-wrapp .card .card-img img{
      height: 250px;
    }
  }
  @media screen and (max-width: 480px){
    .faculty-listing .search-cnt{
      top: -32px;
    }
    .faculty-listing .card-wrapp .card{
      width:100%;
    }
    .faculty-listing .card-wrapp .card .card-img img{
      height: 180px;
    }
    .faculty-listing .card-wrapp .card .p-name a{
      font-size:16px;
    }
    .faculty-listing #loadMore {
      padding:16px 20px;
    }
  }



/*****************************************/
/* Footer Module    */
/*****************************************/
  .mainFooter{
    width: 100%;
  }
  footer.footer{
    background: url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/footer%20graphic%20pattern.png) 100% 0 no-repeat;
    background-size: auto 100%;
  }
  .mainFooter .aui--footer{
    display: flex;
  }
  .mainFooter .aui--footer .left-col{
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 2rem;
  }
  .mainFooter .aui--footer .left-col .footer-logo{
    width: 150px;
    display: block;
    margin-bottom: 15px;
  }
  .mainFooter .aui--footer .left-col .footer-desc{display: block}
  .mainFooter .aui--footer .left-col .footer-desc p{
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.33;
    color: #607875;
  }
  .mainFooter .aui--footer .left-col h4.footer-follow_us{
    font-weight: 600;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
    color: #61366E;
    margin: 0;
  }
  .mainFooter .aui--footer .left-col .footer-social-links{
    display: flex;
    align-items: center;
  }
  .mainFooter .aui--footer .left-col .footer-social-links a{
    background: transparent;
    border-radius: 39px;
    padding: 10px 12px 2px;
    margin-right: 5px;
  }
  .mainFooter .aui--footer .left-col .footer-social-links a svg{
    width: 18px;
    height: 18px;
    fill: #B8B09C;
  }
  .mainFooter .aui--footer .left-col .footer-social-links a:hover{background: #E1EEEA;}
  .mainFooter .aui--footer .left-col .footer-social-links a:hover svg{fill: #1A5632;}

  .mainFooter .aui--footer .right-col{
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: auto;
    padding-top: 1rem;
  }
  .mainFooter .aui--footer .right-col .four-col{
    display: inline-flex;
    flex-direction: column;
    width: 19%;
  }
  .mainFooter .aui--footer .right-col .four-col:nth-child(2){width: 29%}
  .mainFooter .aui--footer .right-col .four-col:last-child{
    width: calc(100% / 3.2);
  }
  .mainFooter .aui--footer .right-col .four-col h3{
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #1A5632;
    margin-bottom: 0.5rem;
  }
  .mainFooter .aui--footer .right-col .four-col .footer-menus .hs-menu-wrapper ul{
    flex-direction: column;
  }
  .mainFooter .aui--footer .right-col .four-col .footer-menus .hs-menu-wrapper ul li{line-height: 1.5;}
  .mainFooter .aui--footer .right-col .four-col .footer-menus li a{
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
    color: #1D1D1B;
  }
  .mainFooter .aui--footer .right-col .four-col .getin_touch p, .mainFooter .aui--footer .right-col .four-col .getin_touch a{
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
    color: #1D1D1B;
    margin-bottom: .4rem;
    display: flex;
  }
  .mainFooter .aui--footer .right-col .four-col .phone-detail, .mainFooter .aui--footer .right-col .four-col .address-detail, .mainFooter .aui--footer .right-col .four-col .email-detail{
    position: relative;
    margin-left:30px;
  }
  .mainFooter .aui--footer .right-col .four-col .phone-detail{margin-bottom: 0.6rem;}
  .mainFooter .aui--footer .right-col .four-col .phone-detail:before, .mainFooter .aui--footer .right-col .four-col .address-detail:before, .mainFooter .aui--footer .right-col .four-col .email-detail:before{
    content: '\f0e0';
    position: absolute;
    left: -1.25rem;
    top: 0rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #B8B09C;
  }
  .mainFooter .aui--footer .right-col .four-col .address-detail:before{content: '\f3c5';transform: rotate(0deg);}
  .mainFooter .aui--footer .right-col .four-col .email-detail:before{content: '\f2a0';transform: rotate(0deg);}

  .mainFooter .bottom-line{
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
    color: #607875;
    margin-top: 50px;
    text-align: right;
  }
  .mainFooter .bottom-line a{
    color: #607875;
  }
  .right-sticky-wrapper{
    position: -webkit-fixed;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 1001;
    transition:all 200ms ease-in-out;
    overflow:hidden;
  }
  .right-sticky-wrapper.active{
    width: 250px;
  }
  .right-sticky-wrapper.active .right-sticky{
    right: -81.5%;
  }
  .right-sticky{margin-bottom: 5px;right: 0;position:relative; }
  .right-sticky-wrapper.active .right-sticky.active{right: 0;}
  .right-sticky, .right-sticky a{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .right-sticky.active .sticky-img{
    margin: 0 .5rem 0 1rem;
  }
  .right-sticky .sticky-img{
    margin: 0 1rem 0 .5rem;
    display: flex;
    align-items: center;
    justify-content:center;
    cursor: pointer;
    min-width: 24px;
    min-height: 24px;
  }
  .right-sticky .sticky-text{
    font-family: 'MyriadRegular';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
  }

  @media screen and (min-width: 992px) and (max-width: 1024px){
    .mainFooter .aui--footer .left-col {
      flex: 0 0 35%;
      max-width: 35%;
      padding-right: 1rem;
    }
    .mainFooter .aui--footer .right-col {
      flex: 0 0 65%;
      max-width: 65%;
    }
    .mainFooter .aui--footer .right-col .four-col:last-child{float: right;}
  }
  @media screen and (max-width: 991px){
    .f-link-cnt {
      justify-content: center;
    }
    .mainFooter .aui--footer{width: 100%;flex-direction: column;}
    .mainFooter .aui--footer .left-col, .mainFooter .aui--footer .right-col{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      text-align: center;
    }
    .mainFooter .aui--footer .right-col{text-align: left;margin-left: 0;}
    .mainFooter .aui--footer .left-col .footer-logo{margin: auto auto 15px;}
    .mainFooter .aui--footer .left-col .footer-social-links{justify-content: center;}
    .mainFooter .aui--footer .right-col .four-col{
      width: calc(100% / 1);
      margin-top: 1rem;
    }
    .footer-module-2 .aui--footer .right-col .four-col:nth-child(2) {
    width: 100%;
}
    .mainFooter .aui--footer .right-col .four-col:last-child{width: calc(100% / 1);}
    .mainFooter .aui--footer .right-col .four-col .phone-detail, .mainFooter .aui--footer .right-col .four-col .address-detail, .mainFooter .aui--footer .right-col .four-col .email-detail{width: 96%;margin: 0 auto 1rem;}
    .mainFooter .bottom-line{
      font-size: 0.6666666666666667rem;
      line-height: 1.3;
      text-align: center;
      margin-top: 1rem;
    }
    .mainFooter .aui--footer .right-col .four-col .getin_touch p, .mainFooter .aui--footer .right-col .four-col .getin_touch a{margin-bottom: 0.4rem;margin-left: 1rem;display: block;}
    footer.footer{background: transparent;}
    .right-sticky-wrapper{top: 63%;width: 25px;}
    .right-sticky-wrapper.active {width: 260px;}
    .right-sticky .sticky-img{
      min-width: 15px;
      min-height: 15px;
      max-width: 15px;
      max-height: 15px;
      margin: 0 0.3rem 0 0.21rem;
    }
    .right-sticky-wrapper.active .right-sticky {right: -91.5%;}
    .right-sticky, .right-sticky a{height: 2rem;}
    .right-sticky .sticky-text{font-size: .83rem;line-height: 1.3;}
    .mainFooter .aui--footer .right-col .four-col .phone-detail:before, .mainFooter .aui--footer .right-col .four-col .address-detail:before, .mainFooter .aui--footer .right-col .four-col .email-detail:before{left: -0.5rem;}
  }
  @media screen and (max-width:480px){
    .mainFooter .aui--footer{padding-bottom:50px;}
    .mainFooter .bottom-line,.mainFooter .bottom-line a{font-size:15px !important;}
    .mainFooter .aui--footer .right-col .four-col .footer-menus li a{
      padding:10px 0;
      display:block;
    }
    .mainFooter .aui--footer .right-col .four-col .getin_touch a{
      font-size: 0.85em !important;
      padding: 10px 0;
      display: block;
    }
    .mainFooter .aui--footer .right-col .four-col .phone-detail:before, 
    .mainFooter .aui--footer .right-col .four-col .address-detail:before, 
    .mainFooter .aui--footer .right-col .four-col .email-detail:before{
      top:0.5rem;
    }
    .mainFooter .aui--footer .right-col .four-col .phone-detail, .mainFooter .aui--footer .right-col .four-col .address-detail, .mainFooter .aui--footer .right-col .four-col .email-detail{width: 93%;margin: 0 auto;}
    .f-link-cnt{
      display:none;
    }
    .right-sticky-wrapper {
      top: unset;
      bottom: 0;
      width: 100%;
      transform: unset;
      display: flex;
    }
    .right-sticky {
      margin-bottom: 0;
      height: 2.5rem;
    }
    .right-sticky a {
      margin-left: 5px;
    }
    
  }
.f-link-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 75px 0 0;
}
@media screen and (min-width:1500px){
  .f-link-cnt {
    margin: 40px 0 0;
  }
}



/*****************************************/
/* Honors Contact Module    */
/*****************************************/
  .honors-contact{
    position: relative;
    text-align:center;
    max-width: 1240px;
    margin: 0 auto;
  }
  .honors-contact .honors-prev, .honors-contact .honors-next{
    position: absolute;
    top: 64%;
    left: -0.6rem;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .honors-contact .honors-next{left: auto;right: -0.6rem}
  @media screen and (min-width: 1500px){
    .honors-contact{max-width: 1280px;}
  }
  .honors-contact .section-heading h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    text-transform: capitalize;
    color: #201747;   
  }
  .honors-contact .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 5;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #607875;  
  }
  .honors-contact .card-wrap{
    width:100%;
    margin:20px auto;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-around; 
  }
  .honors-contact .card-wrap a{
    text-align:center;
    border-radius: 14px;
    margin:5px;
    padding:;
    z-index:0; 
    width:calc(100% / 4 - 10px);
  }
  .honors-contact .card{ 
    background-color:#F5B335;
    text-align:center;
    padding:55px 15px; 
    margin:0 auto;
    z-index:1; 
    color: #5B5A78; 
    height:100%;
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .honors-contact .card h3{
    font-family: 'Myriad Pro'!important;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1D1D1B;
  }
  .honors-contact .card p{
    font-family: 'Myriad Pro'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1D1D1B;
    margin-bottom: 10px;
  }
  .honors-contact .card:hover{
    background: #fff;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1), 10px 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in;
  }
  .honors-contact .slick-list{
    padding:25px 0px;
  }
  .honors-contact .slick-track{height: 100%;}

  @media screen and (max-width:1024px){
    .honors-contact .card{ 
      padding:35px 15px;
    }
    .honors-contact .honors-prev,.honors-contact .honors-next{top:65%}
    .honors-contact .card h3 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width:990px){
    .honors-contact{
      padding: 0 10px;
    }
    .honors-contact .card-wrap a{
      width:calc(100% / 2 - 10px);
    }
    .honors-contact .card h3 {
      font-size: 30px;
      line-height: 36px;
    }
  }
  @media screen and (max-width:768px){
    .honors-contact{
      padding: 0 10px;
    }
    .honors-contact .card-wrap{margin: 0px auto 30px;padding: 0 30px;}
    .honors-contact .card{ 
      padding:25px 25px;
    }
    .honors-contact .card-wrap a{
      width:calc(100% / 2 - 10px);
      justify-content: center;
    }
.honors-contact .honors-prev, .honors-contact .honors-next{
top: 64%;
  left:15px;
 }
 .honors-contact .honors-next{left: auto;right:15px}
  }
  @media screen and (max-width:600px){
    .honors-contact .card {
      padding: 40px 25px;
    }
    .honors-contact .card-wrap a{
      width:calc(100% - 10px);
    }
  }
  @media screen and (max-width:480px){
    .honors-contact .card-wrap a{
      width:calc(100% - 10px);
    }
  }
  @media screen and (max-width:375px){
    .honors-contact .card {
      padding: 25px 20px;
    }
  }




/*****************************************/
/* Honors Program Module    */
/*****************************************/
  .honors-program {width: 100%;}
  .honors-program .boxes{display: flex;flex-wrap: wrap;width: 100%;gap: 25px;}
  .honors-program .boxes .box{
    display: flex;
    flex-direction: column;
    max-width: 50%;
    flex: 45%;
  }
  .honors-program .boxes .box:nth-child(even){text-align: right;}
  .honors-program .box__heading h2{
    font-weight: 700;
    font-size: 30px !important;
    line-height: 1.3;
    text-transform: capitalize;
    color: #C2531A;
    margin-top: 1rem;
  }
  .honors-program .box__heading p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #1D1D1B;
  }
  .honors-program .boxes .box .box__img{
    position:relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .honors-program .boxes .box .box__img .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 3px;
  }
  @media screen and (max-width:768px){
   .honors-program {
     padding:20px 15px;
    }
  }
  @media screen and (max-width:600px){
    .honors-program .section-heading{
      align-items: unset;
    }
    .honors-program .boxes{
    flex-direction:column;
    }
    .honors-program .boxes .box{
    max-width: 100%;
    flex: 100%;
    }
    .honors-program .boxes .box:nth-child(even){text-align: left;}
  }



/*****************************************/
/* Honors Students Module    */
/*****************************************/

  .honors-students{
    max-width:1280px;
    width: 100%;
    margin:0 auto;
  }
  .honors-students .hs-two--coll{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*     align-items: center; */
    width: 100%;
  }
  .honors-students .hs-two--coll:nth-child(odd){flex-direction: row-reverse;}
  .honors-students .hs-two--coll .hs-left--coll, .honors-students .hs-right--coll{
    width: 50%;
    flex: 0 0 50%;
    display: inline-flex;
    /*     align-items: center; */
  }
  .honors-students .hs-two--coll .hs-left--coll img{
    width:100%;
    object-fit: cover; 
    /*    height:100%!important;  */
  }
  .honors-students .hs-right--coll{
    padding:50px 0;
    background-image: linear-gradient(to right, #e3eae5, #e8efef, #f0f4f6, #f8f9fb, #ffffff);
  }
  .honors-students .hs-two--coll .section-content{width: 86%;padding-left: 2rem;}
  .honors-students .hs-two--coll:nth-child(odd) .section-content{
    padding-right: 2rem;
    padding-left: unset;
    float: right;
  }
  .honors-students .hs-two--coll:nth-child(odd) .hs-right--coll{
    background-image: linear-gradient(to right, #ffffff, #f8f9fb, #f0f4f6, #e8efef, #e3eae5);
    justify-content: flex-end;
  }
  .honors-students .hs-two--coll h3{
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.3;
    color: #C2531A;
    margin-bottom: 1.375rem;
  }
  .honors-students .hs-two--coll .section-content p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    color: #1D1D1B;
  }
  @media screen and (max-width:990px){
    .honors-students  .section-heading h2,.honors-students  .sub_heading{
      text-align:center;
    }
    .honors-students .hs-two--coll{
      flex-direction:column;
    }
    .honors-students .hs-two--coll .hs-left--coll, .honors-students .hs-right--coll{
      width: 100%;
      flex: 0 0 100%;
    }
    .honors-students .hs-right--coll{
      padding: 20px 0;
    }
    .honors-students .hs-two--coll .section-content{
      width: 95%;
      padding-left: 0;
      margin:0 auto;
    }
    .honors-students .hs-two--coll:nth-child(odd) .section-content{
      padding-right: 0;
      padding-left: 0;
      margin:0 auto;
    }
  }
  @media screen and (max-width:600px){
    .honors-students .hs-two--coll .section-content{
      /*      text-align:center; */
    }
  }



/*****************************************/
/* Info Contact Module    */
/*****************************************/
.info-contact.content-wrapper{
  width:100%;
  margin:0 auto;
}
.info-contact .info-wrap{
  padding:50px 0;
}
.info-contact .info-wrap h4{
  font-family: 'Myriad Pro'!important;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  } 



/*****************************************/
/* Inner Page Details Module    */
/* Job Details Module    */
/*****************************************/
 .event-wrapper .section-heading {
    align-items: flex-start;
    display: none;
    flex-direction: column;
}
.event-wrapper .section-heading h2{
    font-weight: 700;
    font-size: 44px!important;
    line-height: 53px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #201747;
  }
  .event-wrapper .section-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #201747;
  }

.event-wrapper .event-post__body{
 margin: 0;
}
.event-wrapper .event-post__body h1, .event-wrapper .event-post__body h3,
.event-wrapper .event-post__body h4, .event-wrapper .event-post__body h5,
.event-wrapper .event-post__body h6{
  font-family: 'Optima'!important;
  color: #1D1D1B;
  font-weight: 700;
}

.event-wrapper .event-post__body h3{
  font-family: 'Optima'!important;
  font-size: 30px!important;
  line-height: 38px;
  color: #1D1D1B;
}
.event-wrapper .event-post__body p, .event-wrapper .event-post__body span, .event-wrapper .event-post__body p>span, .event-wrapper .event-post__body li{
  font-family: 'Myriad Pro'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px!important;
  line-height: 28px;
  color: #607875;
}
.event-wrapper .event-post__body ul{
  margin: 20px;
}
@media screen and (max-width:768px){
  .event-wrapper{
   padding:40px 20px 0;
  }
}



/*****************************************/
/* Job Programs Module    */
/*****************************************/
  .job-programs{
    width: 100%;
    overflow: hidden;
  }
  .job-programs .section-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*     margin-bottom: 115px; */
  }
  .job-programs .section-heading h2{
    text-transform: capitalize;
    color: #201747;
    margin-bottom: .5rem;
  }
  .job-programs .section-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #607875;
  }
  .job-programs .programs-two__col{
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }  
  .job-programs .programs-two__col .programs-left__col, .job-programs .programs-two__col .programs-right__col{
    max-width: 50%;
    flex: 0 0 50%;
  }
  .job-programs .programs-two__col .programs-left__col{ padding-right: 50px;}
  .job-programs .programs-two__col .programs-right__col{
    padding-left: 50px;
    max-height: 435px;
  }
  .job-programs .programs-two__col:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #1D1D1B;
  }
  
  .job-programs .programs-two__col ul{
    margin: 0;
    list-style: none;
  }  
  .job-programs .programs-two__col ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #607875;
  }
  .job-programs .programs-two__col ul li:hover, .job-programs .programs-two__col ul li.active{
    color: #fff;
  }
  .job-programs ul.school-name li{
    font-family: 'Optima';
    border-radius: 8px;
    padding: 27px 0px 28px 49px;
    cursor: pointer;
    position:relative;
    margin:10px 0;
  }
  .job-programs .programs-left__col ul.school-name li.skul-tag.active{
   transition:all .4s ease;
  }
  .job-programs .programs-left__col ul.school-name li.skul-tag.active.changed:after{
   transform:rotate(90deg);
   transition:all .4s ease; 
  }
  .job-programs .programs-left__col ul.school-name li.skul-tag.active:after,
  .job-programs .programs-left__col ul.school-name li.skul-tag:hover:after,
  .job-programs ul.school-name li#skul-1:hover:after,
  .job-programs ul.school-name li#skul-2:hover:after,
  .job-programs ul.school-name li#skul-3:hover:after{
    position:absolute;
    content: "";
    background:url(//25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/raw_assets/public/AUI/images/Vector.png) no-repeat;
    background-size: contain;
    top: 26px;
    right: 40px;
    width: 22px;
    height: 22px;
    color:#fff;
    transition:all .4s ease; 
  }
  .job-programs ul.school-name li:hover, .job-programs ul.school-name li.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #1D1D1B 100%);;
    box-shadow: 0px 4px 14px rgba(29, 53, 87, 0.15);
  }
  .job-programs ul.school-name li#skul-1:hover, .job-programs ul.school-name li#skul-1.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #61366E 100%);;
  }
  .job-programs ul.school-name li#skul-2:hover, .job-programs ul.school-name li#skul-2.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #201747 100%);;
  }
  .job-programs ul.school-name li#skul-3:hover, .job-programs ul.school-name li#skul-3.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #79242F 100%);;
  }
  
  .job-programs ul.program-name li{
    font-family: 'MyriadRegular';
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(29, 53, 87, 0.1);
    border-radius: 4px;
  }
  .job-programs ul.program-name li a{color: #607875;padding: 27px 0px 28px 49px;display: block;}
  .job-programs ul.program-name li:hover{
    background: #1D1D1B;
    box-shadow: 0px 4px 14px rgba(29, 53, 87, 0.15);
  }
  .job-programs ul.program-name li:hover a, .job-programs ul.program-name li a:hover{color: #FFFFFF;}
  .job-programs ul.program-name li.skul-1:hover{ background: #61366E;}
  .job-programs ul.program-name li.skul-2:hover{ background: #201747;}
  .job-programs ul.program-name li.skul-3:hover{ background: #79242F;}
  
/* Custom Scroll */
.aui-scroll{
  overflow-y: scroll;
  margin-bottom: 25px;
}
.aui-scroll::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: transparent;
  border-radius: 10px;
}
.aui-scroll::-webkit-scrollbar{
  width: 10px;
  background-color: transparent;
}
.aui-scroll::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #BDC3C7;
}
  /*.hidden
  {
    display:none;
  }*/
  
  @media screen and (max-width:1024px){
    .job-programs ul.school-name li{
      padding: 27px 0px 28px 11px;
    }
    .job-programs .programs-left__col ul.school-name li.skul-tag.active:after,
    .job-programs .programs-left__col ul.school-name li.skul-tag:hover:after,
    .job-programs ul.school-name li#skul-1:hover:after,
    .job-programs ul.school-name li#skul-2:hover:after,
    .job-programs ul.school-name li#skul-3:hover:after{
      right:20px;
    }
  }
  @media screen and (max-width:990px){
    .job-programs .programs-two__col .programs-left__col, .job-programs .programs-two__col .programs-right__col{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .job-programs .programs-two__col .programs-left__col {
      padding-right: 0px;
    }
    .job-programs .programs-two__col:before{
      display:none;
    }
    .job-programs .programs-two__col ul.program-name{
      width:97%;
      margin: 20px 0 0;
      transition:all .4s ease;
    }
     .job-programs .programs-two__col ul.program-name.d-none{
      display:none;
      width:92%;
      margin: 20px 0 0;
      transition:all .4s ease;
    }
    .job-programs .programs-two__col ul.program-name li.category_filter{
      padding:15px 10px;
    }
    .job-programs .programs-two__col ul.program-name li.category_filter a{
      padding:0px;
    }
  }
   @media screen and (max-width:375px){
    .job-programs ul.school-name li{
      padding: 27px 0px 28px 10px;
    }
    .job-programs .programs-left__col ul.school-name li.skul-tag.active:after,
    .job-programs .programs-left__col ul.school-name li.skul-tag:hover:after,
    .job-programs ul.school-name li#skul-1:hover:after,
    .job-programs ul.school-name li#skul-2:hover:after,
    .job-programs ul.school-name li#skul-3:hover:after{
      right:10px;
    }
  }



/*****************************************/
/* Latest Events Module    */
/*****************************************/
  .latest-events{
    display:flex;
    flex-direction:column;
  }
  .latest-events h2.section_heading{
    font-weight: 700;
    font-size: 1.333333333333333rem;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #201747;
  }
  .latest-events .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    /*     font-size: 0.7777777777777778rem; */
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .latest-events .latest_events_boxs{
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
  }
  .latest-events .latest_events_box{
    width:calc(100% / 4 - 20px);
    background: #FFFFFF;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .latest-events .latest_events_box img{
    border-radius: 8px 8px 0px 0px;
    height: 153px !important;
    object-fit: cover;
  }
  .latest-events .latest_events_box .latest_events_date{
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
    margin: 22px 0 20px 8px;
    color: #607875;
  }
  .latest-events .latest_events_box h3.latest_events_name{
    font-weight: 600;
    font-size: 0.7777777777777778rem;
    line-height: 1.3;
    margin-left: 8px;
    padding-bottom: 0.917rem;
    color: #1D1D1B;
  }
  .latest-events .latest_events_box h3.latest_events_name a, .latest-events .latest_events_box h3.latest_events_name a div{color: #1D1D1B;font-weight: 600;}
  .latest-events p{
    font-weight: 400;
    font-size: 0.7777777777777778rem;
    line-height: 22px;
    color: #1D1D1B;
  }

  @media screen and (max-width: 991px){
    .latest-events{
      margin-bottom:50px;
    }
    .latest-events .latest_events_box{width: calc(100% / 2 - 10px);}
    .latest-events .latest_events_boxs{flex-wrap:wrap;;margin-bottom: 2rem;}
    .latest-events .latest_events_box img{
      height: 280px!important;
      max-height: 100%;
    }
    .latest-events .latest_events_box .latest_events_date{font-size: .5rem;}
    .latest-events .latest_events_box h3.latest_events_name{font-size: .6rem;}
  }
  @media screen and (max-width: 600px){
    .latest-events .latest_events_box{width: 100%;}
    .latest-events .latest_events_box img{
      height: 250px!important;
    }
    .latest-events .latest_events_box .latest_events_date{font-size: .75rem;}
    .latest-events .latest_events_box h3.latest_events_name{font-size: .86rem;}
  }



/*****************************************/
/* Latest Events Details Module    */
/*****************************************/
  .latest-event-details{
    display:flex;
    flex-direction:column;
  }
  .latest-event-details h2.section_heading{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #201747;
  }
  .latest-event-details .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .latest-event-details .latest_events_boxs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .latest-event-details .latest_events_box{
    width:70%;
    background: #FFFFFF;
    /*box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 8px;*/
  }
  .latest-event-details .latest_events_box img{
    /*border-radius: 8px 8px 0px 0px;*/
  }
  .latest-event-details .latest_events_box .latest_events_date{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    margin: 22px 0 20px 8px;
    color: #607875;
  }
  .latest-event-details .latest_events_box h3.latest_events_name{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    margin-left: 8px;
    margin-bottom: 0.917rem;
    color: #1D1D1B;
  }
  .latest-event-details .latest_events_box h3.latest_events_name a, .latest-event-details .latest_events_box h3.latest_events_name a div{color: #1D1D1B;font-weight: 600;}




/*****************************************/
/* Latest News Module    */
/*****************************************/
  .latest-news{
    display:flex;
    flex-direction:column;
  }
  .latest-news h2.section_heading{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #201747;
  }
  .latest-news .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
/*     font-size: 0.7777777777777778rem; */
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .latest-news .blog-list{
    margin-top:28px;
    display: flex;
  }
  .latest-news .col-6 {max-width: 50%;flex: 0 0 50%;}
  .latest-news .blog-list .main-list-post{
    padding-left:45px;
  }
  .latest-news .blog-list .blog-list-post .blog-featured-image{
    display:flex;
  }
  .latest-news .blog-list .blog-list-post .blog-featured-image a{
    display:flex;
    width:100%;
  }
  .latest-news .blog-list .blog-list-post .blog-featured-image img{
    width:100%;
    max-height: 150px;
  }
  
  .latest-news .blog-list .main-list-post .blog-list-post .blog-featured-image img{
    width:100%;
    max-height: 150px;
    height: 150px;
  }
  .latest-news .blog-list-body {
    padding: 10px 0;
}
  .latest-news .blog-list .col-6:nth-child(1) .blog-list-post .blog-featured-image img{max-height: 500px;}
  .latest-news .blog-list .blog-list-post .blog-list-body .author-and-publish-date{
    display:block;
    margin:10px 0 10px;
    color:#575757;
    font-weight: 400;
    font-size: 0.6666666666666667rem;
    line-height: 1.3;
  }
  .latest-news .blog-list .main-list-post .blog-list-post .blog-list-body .author-and-publish-date{min-height: auto;}
  .latest-news .blog-list .blog-list-post .blog-list-body .blog-post-title{
    display:block;
    color: #1A5632;
    margin-bottom:14px;
    font-weight: 700;
    font-size: .9rem;
    line-height: 1.3;
    text-decoration:none;
  }
  .latest-news .blog-list .blog-list-post .blog-list-body .blog-post-title:hover{
    text-decoration:underline;
  }
  .latest-news .blog-post-description p{font-size: 0.7777777777777778rem;line-height: 1.3;margin-top:1rem;color: #607875;font-weight: 400;}
  .latest-news .blog-post-description h3{display: none;}
  .latest-news .blog-list .blog-list-post .blog-list-body .blog-post-description{
    font-weight: 400;
    font-size: 0.7777777777777778rem;
    line-height: 1.3;
    color: #1C1C37;
    opacity: 0.75;
  }
  .latest-news .blog-list .blog-list-others{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
  }
  .latest-news .blog-list-others .blog-list-post{
    display: flex;
    flex-direction: column;
    flex: 0 0 47%;
    max-width: 47%;
  }
  
  /* Style 2 */
  
  .latest-news.s2 .blog-list .blog-list-others{
    grid-template-columns: auto;
  }
  .latest-news.s2 .blog-list-others .blog-list-post{
    display: flex;
    flex-direction: column;
  }
  .latest-news.s2 .blog-list-others .blog-list-post .blog-featured-image{
    max-width:100%;
/*     height:96px; */
    background: #171821;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.05), 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-right:16px;
  }
  .latest-news.s2 .blog-list-others .blog-list-post .blog-featured-image img{
    border-radius: 8px;
    object-fit:cover;
  }
  .latest-news.s2 .blog-list-others .blog-list-post .blog-list-body .author-and-publish-date{
    margin: 0px 0 10px;
  }
  .latest-news.s2 .blog-list-others .blog-list-post .blog-list-body .blog-post-title{
    margin-bottom:0;
  }
  .latest-news.s2 .blog-list-post{
    position:relative;
  }
  .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body{
    background: #FFFFFF;
    box-shadow: -7px -7px 14px rgba(0, 0, 0, 0.1), 7px 7px 14px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
/*     max-width:594px; */
    max-width: 660px;
    padding:32px 22px;
    position: absolute;
    bottom: 0;
    left: 90%;
    width: 100%;
  }
  .latest-news.s2 .blog-list-post.blog-section-one .blog-featured-image{
    min-height: 523px;
  }
  .latest-news.s2 .blog-list-post.blog-section-one .blog-featured-image img{
    border-radius: 16px;
    object-fit:cover;
  }
  .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body .blog-post-title{
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333333333333rem;
    line-height: 1.5;
    color: #1C1C37;
  }
  
  
  @media screen and (max-width:1200px){
    .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body .blog-post-title{
      font-size: 1.2rem;
      line-height: 1.5;
    }
  }
   @media screen and (max-width:991px){
     .latest-news .blog-list .main-list-post{
      padding:0;
    }
    .latest-news .main-list-post{
      margin-top:100px;
    }
  }
  @media screen and (max-width:1023px){
    .latest-news .col-6{
      width:100%;
    }
    
    .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body {
      background: #FFFFFF;
      box-shadow: -7px -7px 14px rgb(0 0 0 / 10%), 7px 7px 14px rgb(0 0 0 / 10%);
      border-radius: 16px;
      max-width: 100%;
      padding: 32px 22px;
      position: absolute;
      bottom: -15%;
      left: 10%;
      width: 90%;
    }
    .latest-news.s2 .blog-list-post.blog-section-one .blog-featured-image{
      min-height: auto;
    }
  }
  @media screen and (max-width: 991px){
    .latest-news {margin-bottom: 2rem;}
    .latest-news .col-6{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .latest-news .blog-list{flex-direction: column;}
    .latest-news.s2 .blog-list-others .blog-list-post{
      max-width: 100%;
      flex: 0 0 100%;
      align-items: flex-start;
      gap: 0.5rem;
    }
    .latest-news.s2 .blog-list-others .blog-list-post .blog-featured-image{width: 100%;}
    .latest-news.s2 .blog-list .main-list-post .blog-list-post .blog-featured-image img{
      max-height:100%;
      height:auto;
    }
  }
   @media screen and (max-width:767px){
    .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body {
    position: relative;
    margin-top: -65px;
    padding: 15px;  
    }
   .latest-news .main-list-post{
    margin-top:50px;
    }
    /* .latest-news .blog-list .main-list-post .blog-list-post .blog-featured-image img{max-height: auto;height: auto;}
      .latest-news .blog-list .blog-list-post:first-child .blog-featured-image img{max-height: 90px;height: unset;} */
     .latest-news .blog-list .blog-list-post .blog-featured-image{flex-wrap: wrap;}
     .latest-news .blog-list .main-list-post .blog-list-post .blog-list-body .author-and-publish-date{font-size: .5rem;line-height: 1.3;min-height: 24px;}
     .latest-news .blog-list .blog-list-post .blog-list-body .author-and-publish-date{font-size: .45rem;line-height: 1.3;min-height: 24px;}
     .latest-news .blog-list .blog-list-post .blog-list-body .blog-post-title{font-size: 1rem !important;line-height: 1.3;}
     .latest-news .blog-list .blog-list-post .blog-list-body .blog-post-description p{font-size: 0.85rem !important;}
  }
  @media screen and (max-width:600px){
    .latest-news.s2 .blog-list-post.blog-section-one .blog-list-body {
    position: relative;
    margin-top: -50px;
    padding: 15px;  
    }
  }



/*****************************************/
/* Learning Center Module    */
/*****************************************/
  .learning-center{
    width: 100%;
    background-size: 70% 116%;
    padding: 30px 0 80px;
    overflow: hidden;
  }
  .learning-center .right-column h2.section_heading{
    margin-bottom: .5rem;
    color: #201747;
  }
  .learning-center .right-column .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
    width: 100%;
  }
  .learning-center .wwr-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .learning-center .wwr-wrapper:after{
    content: '';
    position: absolute;
    top: -2rem;
    right: 0;
    background: url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/circles.png) 0 0 no-repeat;
    width: 67px;
    height: 37px;
  }
  
  .learning-center .left-column{
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .learning-center .left-column:after {
    background:url() no-repeat;
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    background-size:cover;
    height: 750px;
    width: 100%;
    z-index: -1;
    border-radius: 8px;
  }
  
  .learning-center .wwr-wrapper.row__left .left-column:after{left: auto;right: 50%}
  .learning-center .grid-item1{
    background-size:cover;
    background-position:center;
    border-radius: 8px;
    width: 100%;
    min-height: 550px;
    margin: 35px 0 0;
  }
  .learning-center .right-column{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
  }
  .learning-center .right-column p{
    color: #1D1D1B;
  }
  .learning-center .right-column .aui--btn{margin-top: 41px}
  
   @media screen and (max-width:1024px){
    .learning-center .grid-item1{
     min-height: 480px;
    }
    .learning-center .left-column:after {
     height: 680px;
    }
  }
  @media screen and (max-width:990px){
    .learning-center .wwr-wrapper{
    flex-direction:column;
    }
    .learning-center .left-column{
      width:100%;
      margin-bottom:50px;
    }
    .learning-center .right-column{
      width:100%;
      margin: 65px 0 30px;
    }
  }
  @media screen and (max-width:600px){
    .learning-center .grid-item1{
     min-height: 450px;
    }
    .learning-center .left-column:after {
     height: 650px;
    }
  }



/*****************************************/
/* Libeeral Arts Module    */
/*****************************************/
  .liberal-arts{
    background-size: 100% 30%;
  }
  .liberal-arts .sec-heading{padding: 100px 0 16px}
  .liberal-arts .sec-heading h2.section_heading{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #FFFFFF;
  }
  .liberal-arts .sec-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
  }
  .liberal-arts .sec-heading hr{background: #FFFFFF;}
  .liberal-arts .liberal-arts-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .liberal-arts .liberal-arts-cards .liberal-arts-card{
    max-width: 48%;
    flex: 0 0 48%;
    padding-bottom: 1rem;
  }
  .liberal-arts .liberal-arts-cards .liberal-arts-card .liberal-arts--img{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 44px;
  }
  .liberal-arts .liberal-arts-cards .liberal-arts-card h4{
    font-weight: 700;
    font-size: 1.333333333333333rem;
    line-height: 1.3;
    color: #C2531A;
    margin-bottom: 8px;
  }
  .liberal-arts .liberal-arts-cards .liberal-arts-card .para p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1D1D1B;
  }
  @media screen and (max-width: 991px){
    .liberal-arts .sec-heading{padding: 3rem 0 0.6666666666666667rem}
    .liberal-arts .liberal-arts-cards .liberal-arts-card{max-width: 49%;flex: 0 0 48.5%;margin-bottom: .3rem}
    .liberal-arts .liberal-arts-cards .liberal-arts-card h4{font-size: 1rem;line-height: 1.3;}
    .liberal-arts .liberal-arts-cards .liberal-arts-card .liberal-arts--img{margin-bottom: 0.5rem;}
    .liberal-arts .liberal-arts-cards .liberal-arts-card .para p{line-height: 1.1rem;font-size: .85rem}
  }
  
  @media screen and (max-width: 480px){
    .liberal-arts{
    background-size: 100% 20%;
  }
    .liberal-arts .liberal-arts-cards{
    flex-direction: column;
    }
    .liberal-arts .liberal-arts-cards .liberal-arts-card{
     max-width: 100%;
    flex: 0 0 100%;
    }
  }



/*****************************************/
/* Location Contact Us Module    */
/*****************************************/

  .location-heading{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .location-heading h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    text-transform: capitalize;
    color: #201747;
  }
  .location-heading p{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 5;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #607875;
  }
  .location-contact-us {
    width:100%;
    margin:0 auto;
  }
  .location-contact-us  .col-wrap{
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    position:relative;
    min-height:400px;
    margin-bottom: 450px;
  }
  .col-container{
    max-width:1240px;
    width:100%;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    justify-content:flex-start;
  }
  .location-contact-us  .col-wrap .col-6{
    width:50%;
    padding:30px 30px 60px;
    background: #FFFFFF;
    box-shadow: -2px -10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display:flex;
    flex-direction:column;
    position:absolute;
    margin: 0;
    top:40%;
    
  }
  .col-content {
    padding: 10px 0;
}
  .col-content h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #C2531A;
    position:relative;
  }
  .col-content h3:after{
    content:'';
    position: absolute;
    width: 135px;
    height: 1px;
    top: 20px;
    left: 120px;
    background: #F5B335;
  }
  .hr-after h3:after{
    content:'';
    position: absolute;
    width: 135px;
    height: 1px;
    top: 20px;
    left: 180px;
    background: #F5B335;
  }
  .inner-content {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 25px 0;
    max-width: 69%;
  }
  .inner-content > span{margin-top: -7px;}
 .inner-content h4{
  font-family: 'Myriad Pro'!important; 
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #080A12;
  width: 88%; 
  margin-bottom: 0;
  }
  .inner-content svg{
   padding: 12px 13px;
   width: 36px;
   fill: #fff;
   background: #1D1D1B;
   margin: 8px;
   border-radius: 50px;
   cursor:pointer; 
 } 
 
.inner-content svg:hover{
   background:#F5B335;
  }
  .col-content p{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
  }
  @media screen and (max-width:880px){
    .location-contact-us  .col-wrap{
    margin-bottom:500px;
    }
    .location-contact-us  .col-wrap .col-6{
      width:75%;
    }
  }
   @media screen and (max-width:768px){
    .location-contact-us  .col-wrap{
     margin-bottom:360px;
     justify-content: center; 
    }
    .location-contact-us  .col-wrap .col-6{
      width:90%;
    }
  }
  @media screen and (max-width:600px){
     .location-contact-us  .col-wrap{
       margin-bottom:400px;
    }
  }
   @media screen and (max-width:460px){
    .location-contact-us  .col-wrap{
     margin-bottom:480px;
    }
    .location-contact-us  .col-wrap .col-6{
      width:90%;
    }
     .inner-content {
     align-items: flex-start;
     } 
     .col-content h3:after, .hr-after h3:after{
     width: 50px;
     } 
  }
  @media screen and (max-width:375px){
    .location-contact-us  .col-wrap{
     margin-bottom:550px;
    }
     .col-content h3:after, .hr-after h3:after{
     width: 50px;
     } 
    .inner-content h4{
    font-size:18px;
    }
    .inner-content svg{
    margin: 5px 8px;
    }
  }



/*****************************************/
/* More Info Module    */
/*****************************************/
  .more-info{
    max-width:1240px;
    width:100%;
    margin:0 auto;
    position:relative;
  }
  .more-info .col-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  .more-info .col-wrap .left-col{
    width:48%;
    padding:20px;
    box-sizing:border-box;
    color: #fff;
  }
  .more-info .col-wrap .left-col h2{
    font-family: 'Optima'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 44px!important;
    line-height: 65px;
    color: #FFFFFF;
  }
  .more-info .col-wrap .left-col h3{
    font-family: 'Optima'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 30px!important;
    line-height: 65px;
    color: #FFFFFF;
  }
  
  .more-info .col-wrap .left-col p{font-size: .85rem;}
  .more-info .col-wrap .right-col{
    width:48%;
    background: #F5B335;
    padding: 50px;
    margin: auto 0;
    box-sizing: border-box;
    border-radius: 16px;
  }
  .more-info .col-wrap .right-col form .hs-form-field{
    margin-bottom:0;
  }
  .more-info .col-wrap .right-col form .hs-input{
    background: #FFFFFF;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000; 
    padding: 25px 20px;
  }
  .more-info .col-wrap .right-col form span{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #1D1D1B;
  }
  .more-info .col-wrap .right-col form .inputs-list{
    display:flex;
    align-items:center; 
    height: 28px;
  }
  .more-info .col-wrap .right-col form .inputs-list li{
    margin-right:20px;
  }
  .more-info .col-wrap .right-col form input[type="radio"]{
    margin-bottom:0;
    position:relative; 
  }
  .more-info .col-wrap .right-col form input[type="radio"]:before{
    position:absolute;
    top: 0;
    left: -2px; 
    content: "";
    width: 16px;
    height: 16px; 
    background-color: #fff;
    border-radius: 50%; 
  }
  .more-info .col-wrap .right-col form input[type="radio"]:checked:before{
    background: #1D1D1B;
    border:4px solid #fff; 
  }
  .more-info .col-wrap .right-col form .hs-button{
    background: #607875;
    border-radius: 28px;
    color:#fff;
    padding:10px 45px; 
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF; 
    margin-top: 35px; 
  }
  .more-info .col-wrap .right-col .submitted-message {
    text-align: center;
    padding: 0 0 30px;
  }

  /*  More Info Form  */
  .more-info form .input > input, .more-info form .input > select {
    background: #FFFFFF;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .more-info form .hs-button, .more-info form input[type=submit] {
    background: #607875;
    border-radius: 38px;
    font-family: 'Optima';
    font-style: normal;
    font-weight: 700;
    font-size: 0.7777777777777778rem;
    line-height: 1.3;
    color: #fff;
    padding: 0.65rem 1.65rem;
    border: 0px solid #607875;
  }
  .more-info form .hs-button:hover, .more-info form input[type=submit]:hover {
    background: #fff;
    color: #607875;
    font-family: 'Optima';
    font-weight: 700;
    border: 0px solid #607875;
  }

  @media screen and (max-width:990px){
    .bg-img{
      background-position:top;
    }
    .more-info .col-wrap{
      flex-direction:column;
    }
    .more-info .col-wrap .left-col{
      width:100%;
    }
    .more-info .col-wrap .right-col{
      width:95%;
      margin:0 auto;
      padding: 30px 20px
    }
  }
  @media screen and (max-width:600px){
    .more-info .col-wrap .right-col form .inputs-list{
      flex-wrap: wrap;
    }
    .more-info .col-wrap .right-col form .inputs-list li{
      width: 50%;
      margin:0;
    }
    .more-info .col-wrap .right-col form .hs_i_am {
      margin: 60px 0 0!important;
    }
  }
  @media screen and (max-width:390px){
    .bg-img{
      background-position:top;
    }
    .more-info .col-wrap .right-col form .inputs-list li{
      width: 100%;
    }
    .more-info .col-wrap .right-col form .hs_i_am {
      margin: 100px 0 60px!important;
    }
  }



/*****************************************/
/* Numbers Module    */
/*****************************************/
  .mtr-num__section{
    width: 100%;
    overflow: hidden;
  }
  .mtr-num__section .section-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
/*     margin-bottom: 115px; */
  }
  .mtr-num__section .section-heading h2{
    text-transform: capitalize;
    color: #201747;
    margin-bottom: .5rem;
  }
  .mtr-num__section .section-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .mtr-num__section .aui__num-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 30px 0 10px;
    border-top: 1px solid #B8B09C;
    border-bottom: 1px solid #B8B09C;
  }

  .mtr-num__section .aui__num-wrapper .aui__num-col{
        display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% / 4 - 80px);
    text-align: center;
  }
  .mtr-num__section .aui__num-wrapper .aui__num-col .num, .mtr-num__section .aui__num-wrapper .aui__num-col .num_txt{
    display: inline-flex;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 53px;
    letter-spacing: 0.08em;
    color: #1A5632;
    position: relative;
  }
  .mtr-num__section .aui__num-wrapper .aui__num-col .num_about{
    font-weight: 400;
    font-size: 0.8888888888888889rem;
    line-height: 1.5;
    color: #1D1D1B;
    width: 100%;
    margin-top: 1rem;
    min-height: 55px;
  }
  .mtr-num__section .aui__num-wrapper .aui__num-col .num_about p{
   margin:0;
  }

  @media screen and (min-width: 1020px) and (max-width: 1050px){
    .mtr-num__section .aui__num-wrapper{justify-content: space-between;}
    .mtr-num__section .aui__num-wrapper{justify-content: space-evenly;}
  }
  
  @media screen and (max-width: 991px){
    .mtr-num__section .aui__num-wrapper{padding: 2rem 0 1.3rem;}
    .mtr-num__section .aui__num-wrapper .aui__num-col{
      width: calc(100% / 2);
      margin-bottom: 1rem;
    }
  }



/*****************************************/
/* One Col Form Module    */
/*****************************************/

 .one-col-form{
    max-width:1240px;
    width:100%;
    margin:0 auto;
    position:relative;
  }
 .one-col-form .col-wrap{
   display:flex;
   justify-content:space-between;
   align-items:center;
   padding: 0 20px;
  }
  .one-col-form .col-wrap .left-col{
    width:48%;
    box-sizing:border-box;
  }
 .one-col-form .col-wrap .left-col h1{
  font-family: 'Optima'!important;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  }
 .one-col-form .col-wrap .left-col h2{
  font-family: 'Optima'!important;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  }
  .one-col-form .col-wrap .right-col{
    width:80%;
    background: #F5B335;
    padding: 50px;
    margin: auto ;
    box-sizing: border-box;
    border-radius: 16px;
  }
  .one-col-form .col-wrap .right-col form .hs-form-field{
  margin-bottom:0;
  }
 .one-col-form .col-wrap .right-col form .hs-input{
  background: #FFFFFF;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   color: #000000; 
   padding: 25px 20px;
   width:100%;
  }
  .one-col-form .col-wrap .right-col form span{
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #1D1D1B;
  }
  .one-col-form .col-wrap .right-col form .inputs-list{
   display:flex;
   align-items:center; 
   height: 28px;
  }
  .one-col-form .col-wrap .right-col form .inputs-list li{
  margin-right:20px;
  }
  .one-col-form .col-wrap .right-col form input[type="radio"]{
   margin-bottom:0;
   position:relative; 
  }
  .one-col-form .col-wrap .right-col form input[type="radio"]:before{
   position:absolute;
   top: 0;
   left: -2px; 
   content: "";
   width: 16px;
   height: 16px; 
   background-color: #fff;
   border-radius: 50%; 
  }
  .one-col-form .col-wrap .right-col form input[type="radio"]:checked:before{
   background: #1D1D1B;
   border:4px solid #fff; 
  }
  .one-col-form .col-wrap .right-col form .hs-button{
   background: #607875;
   border-radius: 28px;
   color:#fff;
   padding:10px 45px; 
   font-weight: 700;
   font-size: 18px;
   line-height: 34px;
   color: #FFFFFF; 
   margin-top: 35px; 
  }
  .one-col-form .col-wrap .right-col .submitted-message {
    text-align: center;
    padding: 0 0 30px;
}
  
  @media screen and (min-width:1170px){
    .one-col-form .col-wrap .right-col form input[type="radio"]{
     margin-right: 1.35rem;
    }
  }
  @media screen and (max-width:990px){
    .bg-img{
    background-position:top;
    }
    .one-col-form{
     margin:30px auto;
    }
    .one-col-form .col-wrap{
    flex-direction:column;
    }
    .one-col-form .col-wrap .left-col{
      width:100%;
      margin: 30px auto;
    }
    .one-col-form .col-wrap .right-col{
     width:100%;
     margin:0 auto; 
    }
  }
  @media screen and (max-width:600px){
    .one-col-form .col-wrap .right-col{
      padding:50px 25px;
    }
    .one-col-form .col-wrap .right-col form .inputs-list{
      flex-wrap: wrap;
    }
    .one-col-form .col-wrap .right-col form .inputs-list li{
      width: 50%;
      margin:0;
    }
    .one-col-form .col-wrap .right-col form .hs_i_am {
      margin: 60px 0 0!important;
    }
  }
  @media screen and (max-width:390px){
    .bg-img{
      background-position:top;
      background-size:cover; 
    }
    .one-col-form .col-wrap .right-col form .inputs-list li{
      width: 100%;
    }
   .one-col-form .col-wrap .right-col form .hs_i_am {
      margin: 100px 0 60px!important;
    }
  }



/*****************************************/
/* Icons Sharing Module    */
/*****************************************/
.icons-cnt{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.icons-cnt i{

}
.icons-cnt a{
  margin: 10px 15px;
}
.icons-cnt a i{
  color: #000;
  width: 25px;
  height: 25px;
}
.icons-cnt a:hover i{
  color:#F5B335;
}



/*****************************************/
/* Program Files Module    */
/*****************************************/

  .program-files{
    position: relative;
    text-align:center;
    max-width: 1240px;
    margin: 0 auto;
  }
  .program-files .honors-prev, .program-files .honors-next{
    position: absolute;
    bottom: 25%;
    left: -1rem;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .program-files .honors-next{left: auto;right: -1rem}
  @media screen and (min-width: 1500px){
    .program-files{max-width: 1280px;}
  }
  .program-files .section-heading h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    text-transform: capitalize;
    color: #201747;   
  }
  .program-files .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 5;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #607875;  
  }
  .program-files .card-wrap{
    width:100%;
    margin:20px auto;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-around; 
  }
  .program-files .card-wrap a{
    text-align:center;
    border-radius: 14px;
    margin:5px;
    padding:;
    z-index:0; 
    width:calc(100% / 4 - 10px);
  }
  .program-files .card{ 
    background-color:#F5B335;
    text-align:center;
    padding:55px 15px; 
    margin:0 auto;
    z-index:1; 
    color: #5B5A78; 
    height:100%;
    min-height: 190px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in;
  }
  .program-files .card h3{
    font-family: 'Myriad Pro'!important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #1D1D1B;
    margin:0;
  }
  .program-files .card p{
    font-family: 'Myriad Pro'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1D1D1B;
    margin-bottom: 10px;
  }
  /*   .program-files .card p:last-child::first-letter{
  color:red;
  font-weight:600;
  } */
  .program-files .card:hover{
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  }
  .program-files .slick-list{
    padding:25px 0px;
  }
  .program-files .slick-track{height: 100%;}

  @media screen and (max-width:1024px){
    .program-files .card{ 
      padding:35px 15px;
    }
    .program-files .honors-prev,.program-files .honors-next{top:65%}
    .program-files .card h3 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width:990px){
    .program-files{
      padding: 0 10px;
    }
    .program-files .card-wrap a{
      width:calc(100% / 2 - 10px);
    }
    .program-files .card h3 {
      font-size: 30px;
      line-height: 36px;
    }
  }
  @media screen and (max-width:768px){
    .program-files{
      padding: 0 10px;
    }
    .program-files .card-wrap{margin: 0px auto 30px;padding: 0 30px;}
    .program-files .card{ 
      padding:25px 25px;
    }
    .program-files .card-wrap a{
      width:calc(100% / 2 - 10px);
      justify-content: center;
    }
.program-files .honors-prev, .program-files .honors-next{
top: 64%;
  left:15px;
 }
 .program-files .honors-next{left: auto;right:15px}
  }
  @media screen and (max-width:600px){
    .program-files .card {
      padding: 40px 25px;
    }
    .program-files .card-wrap a{
      width:calc(100% - 10px);
    }
  }
  @media screen and (max-width:480px){
    .program-files .card-wrap a{
      width:calc(100% - 10px);
    }
  }
  @media screen and (max-width:375px){
    .program-files .card {
      padding: 25px 20px;
    }
  }


/*****************************************/
/* Programs Page Module    */
/*****************************************/
  .programs-page{
    width: 100%;
    overflow: hidden;
  }
  .programs-page .section-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*     margin-bottom: 115px; */
  }
  .programs-page .section-heading h2{
    text-transform: capitalize;
    color: #201747;
    margin-bottom: .5rem;
  }
  .programs-page .section-heading .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #607875;
  }
  .programs-page .programs-two__col{
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }  
  .programs-page .programs-two__col .programs-left__col, .programs-page .programs-two__col .programs-right__col{
    max-width: 50%;
    flex: 0 0 50%;
  }
  .programs-page .programs-two__col .programs-left__col{ padding-right: 50px;}
  .programs-page .programs-two__col .programs-right__col{
    padding-left: 50px;
    max-height: 435px;
  }
  .programs-page .programs-two__col:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #1D1D1B;
  }
  
  .programs-page .programs-two__col ul{
    margin: 0;
    list-style: none;
  }  
  .programs-page .programs-two__col ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #607875;
/*     padding: 27px 0px 28px 49px; */
  }
  .programs-page .programs-two__col ul li:hover, .programs-page .programs-two__col ul li.active{
    color: #fff;
  }
  .programs-page ul.school-name li{
    font-family: 'Optima';
    border-radius: 8px;
    padding: 27px 0px 28px 49px;
    cursor: pointer;
    position:relative;
    margin: 10px 0;
  }
  .programs-page .programs-left__col ul.school-name li.skul-tag.active{
   transition:all .4s ease;
  }
  .programs-page .programs-left__col ul.school-name li.skul-tag.active.changed:after{
   transform:rotate(90deg);
   transition:all .4s ease; 
  }
  .programs-page .programs-left__col ul.school-name li.skul-tag.active:after,
  .programs-page .programs-left__col ul.school-name li.skul-tag:hover:after,
  .programs-page ul.school-name li#skul-1:hover:after,
  .programs-page ul.school-name li#skul-2:hover:after,
  .programs-page ul.school-name li#skul-3:hover:after{
    position:absolute;
    content: "";
    background:url(//25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/raw_assets/public/AUI/images/Vector.png) no-repeat;
    background-size: contain;
    top: 26px;
    right: 40px;
    width: 22px;
    height: 22px;
    color:#fff;
    transition:all .4s ease; 
  }
  .programs-page ul.school-name li:hover, .programs-page ul.school-name li.hidden,
  .programs-page ul.program-name li.hidden{
    display:block !important;
    visibility: visible;
  }
  .programs-page ul.school-name li:hover, .programs-page ul.school-name li.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #1D1D1B 100%);;
    box-shadow: 0px 4px 14px rgba(29, 53, 87, 0.15);
  }
  .programs-page ul.school-name li#skul-1:hover, .programs-page ul.school-name li#skul-1.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #61366E 100%);;
  }
  .programs-page ul.school-name li#skul-2:hover, .programs-page ul.school-name li#skul-2.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #201747 100%);;
  }
  .programs-page ul.school-name li#skul-3:hover, .programs-page ul.school-name li#skul-3.active{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -279.95%, #79242F 100%);;
  }
  
  .programs-page ul.program-name li{
    font-family: 'MyriadRegular';
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(29, 53, 87, 0.1);
    border-radius: 4px;
  }
  .programs-page ul.program-name li a{color: #607875;padding: 27px 0px 28px 49px;display: block;}
  .programs-page ul.program-name li:hover{
    background: #1D1D1B;
    box-shadow: 0px 4px 14px rgba(29, 53, 87, 0.15);
  }
  .programs-page ul.program-name li:hover a, .programs-page ul.program-name li a:hover{color: #FFFFFF;}
  .programs-page ul.program-name li.skul-1:hover{ background: #61366E;}
  .programs-page ul.program-name li.skul-2:hover{ background: #201747;}
  .programs-page ul.program-name li.skul-3:hover{ background: #79242F;}
  
/* Custom Scroll */
.aui-scroll{
  overflow-y: scroll;
  margin-bottom: 25px;
}
.aui-scroll::-webkit-scrollbar-track{
/*   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: transparent;
  border-radius: 10px;
}
.aui-scroll::-webkit-scrollbar{
  width: 10px;
  background-color: transparent;
}
.aui-scroll::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #BDC3C7;
}
  /*.hidden
  {
    display:none;
  }*/
  
  @media screen and (max-width:1024px){
    .programs-page ul.school-name li{
      padding: 27px 0px 28px 25px;
    }
    .programs-page .programs-left__col ul.school-name li.skul-tag.active:after,
    .programs-page .programs-left__col ul.school-name li.skul-tag:hover:after,
    .programs-page ul.school-name li#skul-1:hover:after,
    .programs-page ul.school-name li#skul-2:hover:after,
    .programs-page ul.school-name li#skul-3:hover:after{
      right:20px;
    }
  }
  @media screen and (max-width:990px){
    .programs-page .programs-two__col .programs-left__col, .programs-page .programs-two__col .programs-right__col{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .programs-page .programs-two__col .programs-left__col {
      padding-right: 0px;
    }
    .programs-page .programs-two__col:before{
      display:none;
    }
    .programs-page .programs-two__col ul.program-name{
      width:97%;
      margin: 20px 0 0;
      transition:all .4s ease;
    }
     .programs-page .programs-two__col ul.program-name.d-none{
      display:none;
      width:92%;
      margin: 20px 0 0;
      transition:all .4s ease;
    }
    .programs-page .programs-two__col ul.program-name li.category_filter{
      padding:15px 10px;
    }
    .programs-page .programs-two__col ul.program-name li.category_filter a{
      padding:0px;
    }
  }
  @media screen and (max-width:600px){
    .programs-page ul.school-name li{padding: 27px 26px 28px 25px;}
/*     .programs-page .programs-two__col ul.program-name{width: 100%;} */
  }
  @media screen and (max-width:375px){
    .programs-page ul.school-name li{
      padding: 27px 0px 28px 10px;
    }
    .programs-page .programs-left__col ul.school-name li.skul-tag.active:after,
    .programs-page .programs-left__col ul.school-name li.skul-tag:hover:after,
    .programs-page ul.school-name li#skul-1:hover:after,
    .programs-page ul.school-name li#skul-2:hover:after,
    .programs-page ul.school-name li#skul-3:hover:after{
      right:10px;
    }
  }



/*****************************************/
/* Schools Slider Module    */
/*****************************************/

  .schools-slider .schools-heading{position: relative;}
  .schools-slider .schools-heading h2{
    line-height: 1.3;
    color: #201747;
    margin-bottom: 1rem;
  }
  .schools-slider .schools-heading p{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #607875;
  }
  .schools-slider .arrows{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    gap: 10px;
  }
  .schools-slider .arrow--left, .schools-slider .arrow--right{
    padding: 21px;
    font-size: 1.4rem;
    cursor: pointer;
    color:#1D1D1B;
  }

  /*  Schools Slider  */
  .schools-slider .schools-slider-wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; 
    display:flex;
    gap:10px;  
  }
  .schools-slider .slider-card {
    border-radius: 20px 20px 0px 0px;
    margin:0 25px;
    cursor:pointer;
    position:relative;
  }
  .schools-slider .slider-card img{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    min-height:265px;
    object-fit:cover;
  }

  .schools-slider .slider-card .card-content{
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 0px;
    width: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } 
  .schools-slider .slider-card .card-content p, .schools-slider .slider-card .card-content p a{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .schools-slider .slider-card .card-content p{
    text-align:center;
  }
  .schools-slider .slider-card .card-content p:first-child{
    color: #1D1D1B;
  }
  .schools-slider .slider-card .slider-info{
    text-align:center;
    padding:30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0D0E0C;
    border-radius:0 0 20px 20px; 
    border: 1px solid #EBE5DB; 
    cursor: default;
  }
  .schools-slider .slider-card:hover .card-content{
    display:flex;
  }
  .schools-slider .slider-card:hover img{
    filter:none;
  }
  .schools-slider .slider-card .slider-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
    cursor:default;
  }  
  .schools-slider .slider-card .slider-icons a:first-child {
    background: #1D1D1B;
    margin: 8px;
    border-radius: 50px;
    padding: 7px 9px 2px 8px;
    cursor:pointer;
  }
  .schools-slider .slider-card .slider-icons a {
    background: #1D1D1B;
    margin: 8px;
    border-radius: 50px;
    padding: 7px 8px 2px 7px;
    cursor:pointer;
  }
  .schools-slider .slider-card .slider-icons svg{
    padding: 5px;
    width: 25px;
    fill: #fff;

  } 
  .schools-slider .slider-card .slider-icons a:hover{
    background:#F5B335;
  }
  @media screen and (min-width:1500px){
    .schools-slider .schools-slider-wrapper, .schools-slider .schools-heading {
      max-width:1280px;
    }
  }
  @media screen and (max-width:768px){
    .schools-slider .slider-card .card-content{
      min-height:240px;
    }
  }
  @media screen and (max-width:640px){
    .schools-slider .arrow--left, .schools-slider .arrow--right{
      display:none;
    }
    .schools-slider .slider-card .card-content{
      min-height:380px;
      top:40%; 
    }
  } 
  @media screen and (max-width:480px){
    .schools-slider .slider-card .card-content{
      min-height:280px;
      top:32%; 
    }
  }





/*****************************************/
/* Schools slider contact us Admissions Module    */
/*****************************************/
  .skul-sld .schools-heading{position: relative;}
  .skul-sld .schools-heading h2{
    line-height: 53px;
    text-transform: capitalize;
    color: #201747;
    margin-bottom: .3rem;
  }
  .skul-sld .schools-heading p{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /*     text-transform: capitalize; */
    color: #607875;
  }
  .skul-sld .arrows{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    gap: 10px;
  }
  .skul-sld .arrow--left, .skul-sld .arrow--right{
    padding: 21px;
    font-size: 1.4rem;
    cursor: pointer;
    color:#1D1D1B;
  }

  /*  Schools Slider  */
  .skul-sld .admission-slider-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto; 
    display:flex;
    justify-content: center;  
    gap:10px;  
  }
  .skul-sld .admission-slider-wrapper .slider-card {
    border-radius: 20px 20px 0px 0px;
    margin:0 25px;
    cursor:pointer;
    position:relative;
  }
  .skul-sld .admission-slider-wrapper .slider-card img{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    min-height:265px;
    object-fit:cover;
  }

  .skul-sld .admission-slider-wrapper .slider-card .card-content{
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 0px;
    width: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } 
  .skul-sld .admission-slider-wrapper .slider-card .card-content p, .skul-sld .admission-slider-wrapper .slider-card .card-content p a{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .skul-sld .admission-slider-wrapper .slider-card .card-content p{
    text-align:center;
  }
  .skul-sld .admission-slider-wrapper .slider-card .card-content p:first-child{
    color: #1D1D1B;
  }
  .skul-sld .admission-slider-wrapper .slider-card .slider-info{
    text-align:center;
    padding:30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0D0E0C;
    border-radius:0 0 20px 20px; 
    border: 1px solid #EBE5DB; 
    cursor: default;
  }
  .skul-sld .admission-slider-wrapper .slider-card:hover .card-content{
    display:flex;
  }
  .skul-sld .admission-slider-wrapper .slider-card:hover img{
    filter:none;
  }
  .skul-sld .admission-slider-wrapper .slider-card .slider-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
    cursor:default;
  }  
  .skul-sld .admission-slider-wrapper .slider-card .slider-icons a:first-child {
    background: #1D1D1B;
    margin: 8px;
    border-radius: 50px;
    padding: 5px 9px 0px 8px;
    cursor:pointer;
  }
  .skul-sld .admission-slider-wrapper .slider-card .slider-icons a {
    background: #1D1D1B;
    margin: 8px;
    border-radius: 50px;
    padding: 7px 8px 2px 7px;
    cursor:pointer;
  }
  .skul-sld .admission-slider-wrapper .slider-card .slider-icons svg{
    padding: 5px;
    width: 25px;
    fill: #fff;

  } 
  .skul-sld .admission-slider-wrapper .slider-card .slider-icons a:hover{
    background:#F5B335;
  }
  @media screen and (min-width:1441px) and (max-width:2560px){
    .skul-sld .admission-slider-wrapper {
      max-width:1280px;
    }
  }
  @media screen and (max-width:768px){
    .skul-sld .admission-slider-wrapper .slider-card .card-content{
      min-height:240px;
    }
    .skul-sld .admission-slider-wrapper .slider-card{width: 100%;}
  }
  @media screen and (max-width:640px){
    .skul-sld{
      position:relative;
      padding:0 0 60px;
    }
    .skul-sld .schools-heading{position: unset;}
    .skul-sld .arrows{
      top: unset;
      bottom: -30px;
      right: unset;
      left: 60%;
      transform: translate(-50%,-50%);
    }
    /*     .skul-sld .arrow--left, .skul-sld .arrow--right{
    display:none;
  } */
    .skul-sld .admission-slider-wrapper .slider-card .card-content{
      min-height:380px;
      top:40%; 
    }
  } 
  @media screen and (max-width:480px){
    .skul-sld .admission-slider-wrapper .slider-card .card-content{
      min-height:240px;
      top:35%; 
    }
  }



/*****************************************/
/* Simples Testimonial Module    */
/*****************************************/
  .simple-testimonial{
    width:100%;
    margin:0 auto;
    padding:50px 20px 120px;
    background: linear-gradient(180deg, #1A5632 0%, #00695A 100%);
  }
  .simple-testimonial .section-heading{
    text-align:center;
    padding:0 20px; 
  }
  .simple-testimonial .section-heading h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
  }
  .simple-testimonial .section-heading p{
    font-family: 'Optima' !important;
    font-style: italic;
    font-weight: 5;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:0;  
  }
  .simple-testimonial .slider-wrap{
    width:100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  .simple-testimonial .slider-wrap .slide-cnt{
    width:80%;
    margin:0 auto; 
  }
  .simple-testimonial .slider-wrap .slide-item{
    margin:0 auto;
    padding:0 20px;
  }
  .simple-testimonial .slider-wrap .slide-item img{
    display: block;
    margin: 30px auto;
  }
  .simple-testimonial .slider-wrap .slide-item h4{
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:10px;  
  }
  .simple-testimonial .slider-wrap .slide-item p{
    font-family: 'Optima'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
  }
  .simple-testimonial .slider-wrap .slide-item a{
    font-family: 'Optima';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1B;
    background: #FAD99A;
    border-radius: 28px;
    padding:10px 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .simple-testimonial .slider-wrap .slick-dots button{display: none;}
  .simple-testimonial .slider-wrap .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -80px;
    left: 0;
    display: block;
    z-index: 3333;
  }
  .simple-testimonial .slider-wrap .slick-dots li{
    list-style-type: none;
    display: inline-block;
    width: 16px;
    height: 6px;
    border-radius: 2px;
    background: #D5E5E2;
    border: 1px solid #D5E5E2;
    margin: 0 10px;
    cursor: pointer;
  }
  .simple-testimonial .slider-wrap .slick-dots li.slick-active,
  .simple-testimonial .slider-wrap .slick-dots li:hover {
    background: #F5B335;
    border-color: #F5B335;
  }
  @media screen and (max-width:768px){
    .simple-testimonial{
      /*     margin:50px auto 80px; */
    } 
    .simple-testimonial .slider-wrap .slide-cnt{
      width:100%;
    }
    .simple-testimonial .slider-wrap .slick-dots {
      bottom: -15%;  
    } 
  }
  @media screen and (max-width:480px){
    .simple-testimonial{
      /*     margin:50px auto 100px; */
    } 
    .simple-testimonial .section-heading h2 {
      line-height: 32px;
    }
    .simple-testimonial .slider-wrap .slide-item{ 
      padding:0;
    } 
    .simple-testimonial .slider-wrap .slick-dots {
      bottom: -10%;  
    } 
  } 



/*****************************************/
/* AUI Testimonials Module    */
/*****************************************/

      .testimonials_single{
        display:flex;
        flex-direction:column;
      }
      .testimonials_single .section-bg{
        background-size: cover !important;
        padding: 20px 0;
      }
      .testimonials_single .content-wrapper{width: 100%;}
      .testimonials_single h2.section_heading{
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 10px;
        text-transform: capitalize;
      }
      .testimonials_single .sub_heading{
        font-family: 'Optima';
        font-style: italic;
        font-weight: 500;
        line-height: 1.5;
        text-transform: capitalize;
      }

      .testimonials_single .testimony__two_coll {
        display: flex;
        flex-direction: row;
        gap: 1.416666666666667rem;
        padding: 30px 2rem 2rem 0;
        opacity: .3;
      }
      .testimonials_single .testimony__two_coll.slick-active{opacity: 1;}
      .testimonials_single .testimony__two_coll .testimony__img {position:relative;}
      .testimonials_single .testimony__two_coll .testimony__img:before{
        content: '';
        position: absolute;
        top: -26px;
        left: 0;
        background: url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/quote.png) 0 0 no-repeat;
        width: 70px;
        height: 55px;
      }
      .testimonials_single .testimony__img img {
        width: 315px;
        object-fit: cover;
        height: 385px;
        object-position: center;
      }
      .testimonials_single .testimony__two_coll .testimony__left_coll{
        max-width: 30%;
        flex: 0 0 30%;
      }
      .testimonials_single .testimony__two_coll .testimony__right_coll{
        max-width: 61%;
        flex: 0 0 61%;
      }
      .testimonials_single .testimony__center_coll .testimony__right_coll {
        width: 60%;
        margin: auto;
      }
      .testimonials_single .aui_testimonials{
        padding-bottom: 50px;
        max-width:1440px;
      }
      .testimonials_single .aui_testimonials .testimony__content{
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .testimonials_single .aui_testimonials .testimony__content .hs_cos_wrapper{
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 1rem .5rem 0.5rem 1rem;
      }

      .testimonials_single .aui_testimonials p{
        font-family: 'Optima' !important;
        font-style: normal;
        font-weight: 400;
        /*     font-size: 18px; */
        line-height: 1.5;
        color: ;
        margin-top: auto;
        margin-bottom: auto;
      }
      .testimonials_single .aui_testimonials h4{
        font-family: 'MyriadBold';
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5;
        color: ;
        margin-bottom: 0;
      }
      .testimonials_single .aui_testimonials small{
        font-family: 'MyriadRegular';
        font-weight: 400;
        font-size: 0.6666666666666667rem;
        line-height: 1.5;
        color: ;
      }
      .testimonials_single .aui_testimonials .slick-list{padding:0 15% 0 0 !important;}
      .testimonials_single .aui_testimonials .slick-dots button{display: none;}

      .testimonials_single .aui_testimonials .slick-dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
      }

      .testimonials_single .aui_testimonials .slick-dots li{
        list-style-type: none;
        display: inline-block;
        width: 16px;
        height: 6px;
        border-radius: 2px;
        background: #D5E5E2;
        border: 1px solid #D5E5E2;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;    
        -ms-transition: all .5s ease-in-out;    
        -moz-transition: all .5s ease-in-out;    
        -o-transition: all .5s ease-in-out;    
        transition: all .5s ease-in-out;
        position: relative;
      }

      .testimonials_single .aui_testimonials .slick-dots li.slick-active,
      .testimonials_single .aui_testimonials .slick-dots li:hover {
        background: #F5B335;
        border-color: #F5B335;
      }

      .testimonials_single .aui_testimonials .slick-dots li.active {
        -webkit-animation: testim-scale .5s ease-in-out forwards;   
        -moz-animation: testim-scale .5s ease-in-out forwards;   
        -ms-animation: testim-scale .5s ease-in-out forwards;   
        -o-animation: testim-scale .5s ease-in-out forwards;   
        animation: testim-scale .5s ease-in-out forwards;   
      }
      .testimonials_single .aui_testimonials .slick-dots li:only-child {
        display: none;
      }
      
@media screen and (max-width: 1366px){
        .testimonials_single .aui_testimonials .slick-dots{
          max-width:1080px;
        }
      }
      @media screen and (max-width: 1024px){
        .testimonials_single .section-bg{
          padding: 40px 0;
        }
        .testimonials_single h2.section_heading, .testimonials_single .sub_heading{
          text-align:center;
        }
        .testimonials_single hr{
          margin:20px auto;
        }
        .testimonials_single .testimony__two_coll{flex-direction: column;gap: 0rem;padding: 30px 1rem 0.5rem 0;}
        .testimonials_single .testimony__two_coll .testimony__left_coll, .testimonials_single .testimony__two_coll .testimony__right_coll{max-width: 100%;flex: 0 0 100%;text-align: center;}
        .testimonials_single .aui_testimonials .testimony__content .hs_cos_wrapper{padding: 1rem 0.5rem 0.5rem 0.25rem;}
        .testimonials_single .aui_testimonials .slick-list{padding: 0 0% 0 0 !important;}
        .testimonials_single .testimony__two_coll .testimony__img{
          margin:20px auto;
          width:fit-content;
        }
      }
      @media screen and (max-width: 990px){
        .testimonials_single .aui_testimonials .slick-dots{
          width:97%;
        }
      }
      @media screen and (max-width: 540px){
        .testimonials_single .aui_testimonials .slick-dots{
          width:95%;
        }
      }



/*****************************************/
/* Trans Exp Module    */
/*****************************************/
  .trans-exp{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }
  .trans-exp .section_two_coll{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .trans-exp .section_two_coll.content-wrapper{position: initial;}
  .trans-exp .section_two_coll.row_left .left-col .heading-overlay{
    left: auto;
    right: 0;
    text-align: right;
  }
  .trans-exp .left-col{
    z-index: 1;
  }
  .trans-exp .left-col .main--img{width: 100%;overflow: hidden;}
  .trans-exp .left-col .main--img img{
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    border-radius: 8px;
  }

  .trans-exp .left-col .heading-overlay{
    position: absolute;
    top: 50px;
    left: 0;
    /*     background: #F5B335 url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/AUI-trans-graphic-pattern.png) 100% center no-repeat; */
    background-color: #F5B335;
    width:calc(% / 1.3);
    height: 200px;
  }
  .trans-exp .left-col .heading-overlay:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    background: url(https://25719561.fs1.hubspotusercontent-eu1.net/hubfs/25719561/AUI-trans-graphic-pattern.png) 100% center no-repeat;
    width:100%;
  }
  .row_left .left-col .heading-overlay:after{
    width: 100%;
    transform: rotate3d(0, -1, 0, 180deg);
    right: 0;
    left: auto;
  }

  .trans-exp .left-col .heading-overlay .heading-overlay-inner__wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    position: relative;
  }

  .trans-exp .section_two_coll.row_left .left-col .heading-overlay .heading-overlay-inner__wrapper{
    align-items: flex-start;
    float: right;
    padding-left: 20px;
  }
  .trans-exp .left-col .heading-overlay h2.section_heading{
    line-height: 90%;
    text-transform: capitalize;
    color: #1D1D1B;
    margin-bottom: 10px;
    text-align:left;
  }
  .trans-exp .left-col .heading-overlay .sub_heading{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 500;
    font-size: 0.7777777777777778rem;
    line-height: 1.3;
    text-transform: capitalize;
    color: #1D1D1B;
    padding-right: 20px;
  }
  .trans-exp .left-col .heading-overlay hr{margin-bottom: 0;background: #1D1D1B;}

  .trans-exp .right-col{
    display: flex;
    flex-wrap: wrap;
    height: initial;
    align-items: center;
    align-content: center;
  }
  .trans-exp .right-col .para--items{
    max-width: 100%;
    display: block;
  }
  .trans-exp .right-col .para--items:nth-last-child(1){padding-bottom: 0;}
  .trans-exp .right-col .para--items h3{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    text-transform: unset;
    color: #C2531A;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
  }
  .trans-exp .right-col .para--items h3:after{
    content: '';
    position: relative;
    width: 165px;
    height: 1px;
    margin-left: 15px;
    background: #F5B335;
    bottom: 15px;
  }
  .trans-exp .right-col .para--items p{
    font-weight: 400;
    font-size: 0.7777777777777778rem;
    line-height: 1.5;
    color: #607875;
    margin-bottom: 1.15rem;
  }
  .trans-exp .right-col .para--items .btn-cnt{
    display: flex;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    flex-direction: row-reverse;
  }
  .trans-exp .right-col .para--items .aui--btn{
    display: flex;
    margin: 0 0 30px;
  }
  @media screen and (max-width:991px){
    .trans-exp .section_two_coll{
      flex-direction:column;
    }
    .trans-exp .left-col{
      width:100%;
      flex-direction: column;
    }
    .trans-exp .right-col{
      width:100%;
      margin:30px 0; 
    }
    .trans-exp .left-col .heading-overlay h2.section_heading {   
      text-align: center;
    }
    .trans-exp .section_two_coll.row_left .left-col .heading-overlay .heading-overlay-inner__wrapper{
      align-items: center;
      text-align: center;
      padding: 0 0.2rem;
      float: unset;
      margin-top: 1.5rem;
    }
    .trans-exp .left-col .main--img{
      order: 2;
    }
    .trans-exp .left-col .main--img img{max-width: 100% !important;width: 100%;}
    .trans-exp .left-col .heading-overlay{width: calc(100% * 1) !important;top:0;z-index: -1;}
    .trans-exp .left-col .heading-overlay .heading-overlay-inner__wrapper{margin-left: 0 !important;text-align: center;justify-content: flex-start;padding-top:35px;}
    .trans-exp hr{margin: 25px auto;}
    .trans-exp .left-col .heading-overlay h2.section_heading{font-size: 1.05rem !important;}
    .trans-exp .right-col .para--items h3{font-size: 1rem;line-height: 1.3;}
  }