.section-title.top-title-bar .title-line, .section-title.side-title-bar .title-line, .news-card:hover{
    background-color: #fc9842;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.exchange-programs-image{
    height:200px;
    width:300px;
    margin-bottom:20px;
}

.dept-btn:hover{
    cursor: pointer;
}
.dept-btn .text-area:hover{
    background-color: #fc9842;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    cursor: pointer;
    color: white;
}
/* affiliations */

.affiliations-text-area{
    font-size:20px;
    text-align: center;
}
.affiliations-images-area{
    padding:30px;
    background-color: var(--light-color);
}
.affiliations-images-area .image{
    width:200px;
    height:200px;
    padding:30px;
}
.affiliations-images-area .image img{
    width:100%;
}

/* building blocks blocks */
.block-content{
    width: 500px;
    height: 400px;
    border-radius: 0.313em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    background-image: url("../images/building.8ac7c59baee5.png");
    background-size: cover;
    margin: 30px;
}

.ribbon{
    position:relative;
    padding: 20px;
    font-size:16px;
    top:30px;
    left:-10px;
    color: var(--light-color);
    border-radius: 0 0.156em 0.156em 0;
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    min-width:200px;
    max-width:300px;
    text-transform: uppercase;
}

.ribbon:before, .ribbon:after{
    position:absolute;
    content: '';
    display: block;
    width:18px;
}

.ribbon:before{
    height: 100%;
    padding: 0 0 0.438em;
    top:0;
    left: -0.469em;
    background:inherit;
    border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
    height: 0.313em;
    background: rgba(0,0,0,0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

/* Exchange list */
.exchange-list ol {
    list-style: none;
    counter-reset: li;
}

.exchange-list li::before {
    content: counter(li);
    display: inline-block; width: 1em;
    margin-left: -1em;
    background-color: #fc9842;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.exchange-list li {
    counter-increment: li;
    margin-bottom:5px;
}

/* Academic programs */
.b-subtitle{
	font-size: 18px;
	line-height: 28px;
}
.academic-programs-header{
	color: var(--light-color);
	/*background-image: url("../images/study-part-6.627dbd9d6930.png");*/
    background-repeat: no-repeat;
}

/* Fee structure */
.fee-structure-table td, .fee-structure-table th{
    padding:20px;
}
.fee-structure-table th{
    text-transform: uppercase;
    color: var(--light-color);
    font-weight: lighter;
}
.fee-structure-table .content-row:nth-child(odd){
    background-color:rgba(0, 0, 0, 0.03);
}
table { 
    border-spacing: 0px;
}
.fee-table{
    overflow-x:auto;
}

.arrow img{
    width:30px;
}

.one-scholarship{
    background-color:var(--light-color);
    padding:40px;
    flex:1;
    margin-right:5%;
    margin-top:2%;
}
.scholarships .section-title{
    margin:unset;
}
.scholarship-title.top-title-bar {
    align-items: unset; 
    justify-content: unset;
    padding:unset;
}
.scholarship-title.top-title-bar .title {
    margin: unset;
    font-size:22px;
}
.one-scholarship .description{
    line-height: 22px;
}

/* programs slider */
.programs-list .academic-program{
    color: var(--light-color);
    text-transform: uppercase;
    width:300px;
    padding:30px;
}
.programs-list .academic-program .card-divider{
    height: 0.5px;
    width:100%;
    background-color: var(--light-color);
    margin:10px 0;
}
.programs-list .academic-program .title{
    font-size:22px;
}
.programs-list .academic-program .description{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}
.programs-list .academic-program.inactive-card{
    background-color:rgb(56, 56, 56);
    transform: scale(0.9);
}

/*accordion*/

button.accordion {
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	padding: 30px 20px;
	font-size: 18px;
    color: var(--primary-color);
	cursor: pointer;
	transition: background-color 0.2s linear;
	background-color: unset;
	border-bottom: 1px solid var(--gray-color);
}

button.accordion:after {
	content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
	font-family: "fontawesome";
	font-size: 18px;
	float: right;
	color: var(--accent-color);
	border: 1px solid var(--accent-color);
	border-radius:500px;
	height:20px;
	width:20px;
	text-align: center;
}

button.accordion.is-open:after {
	content: "\f106";
	color: var(--accent-color);
}

button.accordion:hover,
button.accordion.is-open {
	background-color: var(--light-color);
}

.accordion-content {
	border-left: 1px solid whitesmoke;
	border-right: 1px solid whitesmoke;
	padding: 0 20px 20px 40px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
    font-size:18px;
    line-height: 28px;
    overflow-wrap: break-word;
}

.accordion .job-location{
    font-size:14px;
    padding-top:8px;
}

.eligibility .content-area {
    justify-content: space-between;
    width: 100%;
}
.eligibility .content-area .text-area {
    width: 80%;
}
.eligibility .content-area .image-area {
    height: 250px;
    width: 250px;
}
.eligibility{
    background-color: white;
}

.eligibility-section input {
    font-size:1em;
    height: 15px;
    margin: 0;
    padding: 5px;
    border: 0;
}
.eligibility-section ul{
    list-style:none;
}
.eligibility-section .national,.eligibility-section .international {
    display:none;
}
.eligibility-section .rb-national:checked ~ .national {
    display:block;
}
.eligibility-section .rb-international:checked ~  .international {
    display:block;
}
.eligibility-section [type="radio"]:checked,
.eligibility-section [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.eligibility-section [type="radio"]:checked + label,
.eligibility-section [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.eligibility-section [type="radio"]:checked + label:before,
.eligibility-section [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.eligibility-section [type="radio"]:checked + label:after,
.eligibility-section [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: orangered;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.eligibility-section [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.eligibility-section [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.eligibility-section .radio-form form .label{
    font-size:22px;
}
.eligibility .section-title {
    margin-bottom:20px;
}
.eligibility-top > .section-title{
    margin-bottom:20px;
}
.eligibility-section .how-to-steps .step{
    width: 200px;
}
.eligibility-section .how-to-steps .step .count{
    font-size: 22px;
    font-weight: bold;
}
.eligibility-section .how-to-steps .step .line-space{
    height: 3px;
    width: 100%;
    margin: 25px 0;
}
.eligibility-section .how-to-steps .step .line-space .circle{
    height: 20px;
    width: 20px;
    border-radius: 100px;
    left: 45%;
    top: -8px;
}
.eligibility-section{
    padding-bottom: 0;
}

.loan-options .academic-program{
    width:150px;
}
.loan-options .academic-program .loan-name{
    font-size: 16px;
    margin-top:10px;
    text-align: center;
}


/*carousel*/

  .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

  .wrap:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

  .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

  .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid orangered;
    color: orangered;
    text-align: center;
    font-family: monospace;
    font-size: 1.5rem;
    z-index: 300;
    outline: none;
    text-align: center;
 }

   .slick-prev {
    left: -50px;
}

  .slick-next {
    right: -50px;
}

  .item.slick-slide {
    transition: transform .4s;
    position: relative; 
}

  .slick-slide:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s;
}


.item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
        transform: scale(0.7)  translate(-640px);
        z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
    
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.slick-center:after {
    opacity: 0;
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);

}
.slick-list{
    padding: 0px 50px;
    margin: 20px;
}
 .programs-list .academic-program{
    color: var(--light-color);
    text-transform: uppercase;
    width:400px;
    padding:30px;
}
 .programs-list .academic-program .card-divider{
    height: 0.5px;
    width:100%;
    background-color: var(--light-color);
    margin:10px 0;
}
 .programs-list .academic-program .title{
    font-size:22px;
}
 .programs-list .academic-program .description{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}
 .programs-list .academic-program{
    background-color:rgb(56, 56, 56);
}
.slider{
    margin-top: unset;
    margin-bottom: unset;
}
.item.slick-slide {
    transform: scale(0.7) translate(300px);
}
.testimonial .image{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: white;
}

.testimonial .image img{
    border-radius: 100px;
}
.testimonial .client-name{
    font-size: 20px;
    margin: 10px 0;
}
.testimonial .testimonial-detail{
    font-size: 18px;
    text-transform: none !important;
}


.doctors-grid .doctor .image-area{
    background-color: #fc9842;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}
.department-area .department{
    width: 300px;
    background-color: white;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.department-area .department .image-area{
    height: 150px;
}
.department-area{
    width: 100%;
    margin: 0 -15px;
}
.departments{
    padding-bottom:unset;
}
.departments-card{
    box-shadow: 0 0 6px rgb(0,0,0,0.14);
    width: 100%;
}

/*academic tabs*/
.academic-tabs .tabs input[type=radio] {
  display: none; 
}
.academic-tabs .tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: gray;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.academic-tabs .tabs label:last-of-type {
  border-bottom: none; 
}
.academic-tabs .tabs label:hover {
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    color:#ffffff;
}
@media screen and (max-width: 1600px) {
.academic-tabs .tabs label {
  width: 15%; } 
}
@media screen and (max-width: 900px) {
.academic-tabs .tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 600px) {
.academic-tabs .tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
    .academic-tabs .tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label {
    background-color: #fc9842;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    color: #FFFFFF; }

.academic-tabs .tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.academic-tabs .tab-content-wrapper{
  border-top: #fc9842 2px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4, #tab5:checked ~ .tab-content-wrapper #tab-content-5, #tab6:checked ~ .tab-content-wrapper #tab-content-6 {
  position: relative;
  top: 0px;
 }

.tab-content p, .tab-content ul{
     line-height: 26px;
     opacity: 0.8;
}
.transport-options .topics-grid .news-card{
    cursor: unset !important;
}

.course-details .details-area .text-area{
    -webkit-columns: 3;
}
.course-details .details-area .text-area .title{
    margin-top: unset;
}
.programs-list{
    margin-right:3vw;
}
.programs-list a{
    text-decoration: none;
    color: var(--font-color);
    line-height: 35px;
    font-size:20px;
}
.programs-list a:hover{
    color: #fc9842;
}
.course-details{
    padding-top:0 !important;
}
.same-bg{
    background-color: #e8e8e861;
}

.course-details .details-area .news-card:hover{
    background:unset;
    background-color: white;
    color: unset;
}

.one-program-details.first{
    padding-bottom: unset !important;
}
.one-program-details .sub-des{
    font-size: 18px;
    opacity: 0.5;
}
.one-program-details.first .description{
    line-height: 25px;
}