section.student-intro.testimonial-section {
    background: url(../img/header.jpg) right top no-repeat;
    background-size: 85% auto;
    padding: 3em 0 5em 0;
    position: relative;
}

.container.words.clearfix {
    width: 90%;
    margin-left: 3em;
}
  .ltn__breadcrumb-list {  margin-left: 31em;}
.quote {
    width: auto;
    height: 70px;
    opacity: 0.2;
}

h4.sm-title2 {
    color: var(--orange);
}

.esteemed-title h2 {
    font-size: 56px;
}

.esteemed-title p {
    font-size: 20px;
}

.hover {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.more-videos {
    display: inline-block;
    background: linear-gradient(115deg, rgb(255, 90, 60) 0%, rgb(226, 33, 128) 100%);
    padding: 10px 30px;
    margin-top: 1em;
    font-size: 1.3em;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-weight: 600;
}
.more-videos span {
    position: relative;
    z-index: 6;
}

.video-play-btn {
    border-radius: 50%;
    background: #f7f7f7;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 92px;
    position: absolute;
    left: calc(50% - 40px);
    text-align: center;
    animation: ripple-white3 2.5s linear infinite;
    z-index: 999;
    top: calc(50% - 40px);
}

a.video-play-btn.video-testim {
    left: 50%;
    background: #dcd7d7;
}

.video-play-btn:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(247, 247, 247, 0.4);
    top: -15px;
    left: -15px;
}


.video-play-btn i {
    color: #ff5a3c;
    margin-left: 6px;
    font-size: 28px;
}

section.graduate-section {
    padding: 50px 0px;
}


.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
h2.graduate-title {
    font-size: 20px;
    margin: 0;
}

select.years {
    background: #fff;
    margin-left: 15px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px #d8d8d8;
}

.graduate-title-sm{
    margin:0;
    font-size: 15px;
}


.graduate-section .inner-most {
    background: #f0f0f0;
    box-shadow: 0 0;
}

section.graduate-section .container > .flex-start {
    margin: 9px -15px;
}

.inner-most {
    background: #f0f0f0;
    margin-top: 1em;
    align-items: center;
    padding: 0 20px 0px 0;
    box-shadow: 0 1px 3px #0000002b;
    border-radius: 0 5px 5px 0;
}
.inner-most figure {
    margin: 0 20px 0 0;
    width: 210px;
    height: 270px;
    overflow: hidden;
}
.inner-most figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-most strong {
    color: var(--ltn__heading-color);
}

p.text {
    font-size: 1em;
}

.inner-most h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #2c55a2;
}

.inner-most h4 {
font-size: 1.05em;
font-weight: 600;
font-family: nunito sans;
}

.video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000b8;
    padding: 60px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease;
}

.video-container.open {
    visibility: visible;
    opacity: 1;
}


.close-video {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Details Success */


section.story-container {
    padding: 10px;
}


section.top-info {
    background: url(../img/stories.jpg);
    padding: 30px 0px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
}

.before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
}


section.top-info .container {
    position: relative;
    z-index: 9;
}


section.top-info:before {
    background: #061b4a;
    opacity: .7;
}

section.top-info h2.top-title {
    font-size: 46px;
    color: #fff;
    position: relative;
    z-index: 9;
}


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb {
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

.breadcrumb li {
    margin-right: 10px;
    font-size: 14px;
}

.breadcrumb li i.fa-chevron-right {
    margin-right: 10px;
    font-size: 11px;
}

.breadcrumb .fa-home {
    color: #f9b702;
}

section.story-container .inner-most figure {
    width: 300px;
height: 400px;
overflow: hidden;
}

strong.stbold {
    color: var(--ltn__heading-color);
}


section.story-container h1 {
    font-size: 2em;
    margin: 0;
    color: #2c55a2;
}


.stories-content {
    margin: 20px 0;
}
.ltn__breadcrumb-inner h1 {
    color: #fff;
  }


  flex-start, .flex-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-1 {
    flex: 1;
}

.align-center {
    align-items: center;
}

.ltn__breadcrumb-list > ul {
    right: 50%;
  }