@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url(../fonts/Poppins/Poppins-Medium.ttf); 
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf); 
}
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  src: url(../fonts/Poppins/Poppins-Bold.ttf); 
}
@font-face {
    font-family: 'Nunito Sans';
    font-weight: normal;
    src: url(../fonts/Nunito-Sans-Font/NunitoSans-Regular.ttf); 
  }
  @font-face {
    font-family: 'Nunito Sans';
    font-weight: 500;
    src: url(../fonts/Nunito-Sans-Font/NunitoSans-SemiBold.ttf); 
  }
  @font-face {
    font-family: 'Nunito Sans';
    font-weight: bold;
    src: url(../fonts/Nunito-Sans-Font/NunitoSans-Bold.ttf); 
  }

:root {
    --color: #061b4a;
    --fuchsia: #e82f51;
    --orange: #ff5a3c;
    --ltn__heading-font: 'Poppins', sans-serif;
--ltn__body-font: 'Nunito Sans', sans-serif;
}
body {font-family:var(--ltn__body-font);font-weight: normal;color: #103040;}
h1,h2,h3,h4 {
  text-transform:capitalize;
  font-family: var(--ltn__heading-font);
}
 h1 {
    font-size: 2em;
 }
 h2 {
    font-size: 1.75em;
 }
 h3 {
    font-size: 1.5em;
 }
 p{
    font-size: 18px;
 }
 h4 {
    font-size: 1.1em;
    font-weight: 500;
 }
.container {
    width: 90%;
    margin: auto;
}
.top-header {
    background: var(--color);
    color: #fff;
}
.top-menu li {

margin-right: 20px;

margin-top: 18px;
}
.top-menu li i {
    color: var(--yellow);
    margin: 0 5px;
    font-weight: 500;
    font-size: 15px;
}


.bars {
    width: 60px;
    height: 50px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-left: 70px;
}

.search-icon {
    margin-left: 20px;
    font-size: 23px;
    margin-top: 13px;
}

header {
    padding: 5px;
    position: relative;
    z-index: 9;
}

.main-menu.flex-end {
    flex-direction: row;
    align-items: center;
}
.main-menu >  li {
    font-size: 19px;
    position:relative;
    padding: 20px;
}
.main-menu > li:after {
    content:'';
    position:absolute;
    width:0;
    height: 2px;
    bottom: 0;
    left:0;
    transition:.35s ease;
    background: var(--yellow);
}
.main-menu li:hover >a {
    color: var(--yellow);
}
.main-menu > li:hover:after {
    width:100%
}





.row2 {
    background-color: #132b61;
    border: none;
    padding: 4px 17px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5); */
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}



.auto-container {
    width: 90%;
    display: block;
    float: none;
    margin: auto;
}





.section-bg-6 {
    background-color: #132b61;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out;
    background-color .15s ease-in-out;
    border-color .15s ease-in-out;
}

.flex-column {
    flex-direction: column !important;
}

.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
    margin-right: 3px;
    color: var(--ltn__secondary-color);
}

.ltn__drop-menu > ul > li,
.header-wishlist a {
    font-size: 20px;
}

.ltn__drop-menu > ul > li {
    display: inline-block;
    position: relative;
}

.ltn__drop-menu li {
    margin-top: 0;
}

.ltn__top-bar-menu .ltn__currency-menu .active-currency {
    font-size: 14px;
    font-weight: 700;
}

.ltn__top-bar-menu > ul {
    padding: 0;
    margin: 0;
}

.ltn__language-menu .dropdown-toggle {
    padding-right: 10px !important;
    position: relative;
}

img {
    max-width: 100%;
}


dl,
ol,
ul {
    padding-left: 0px;
}

.text-right {
    text-align: right;
}

.ltn__language-menu .dropdown-toggle::before {
    content: "\f078";
    font-size: 12px;
    position: absolute;
    top: 55%;
    right: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'font awesome 5 pro';
    color: #f9b702;
}

ma {
    box-sizing: border-box;
}

.ltn__drop-menu > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.dropdown-toggle {
    white-space: nowrap;
}

.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
    margin-right: 3px;
    color: #f9b702;
    font-size: 0.85em;
    font-weight: normal;
}

.ltn__top-bar-menu > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.ltn__drop-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.ltn__currency-menu ul li ul {
    min-width: max-content !important;
}

.ltn__drop-menu > ul > li:hover > a {
    color: #fff;
}

.ltn__drop-menu ul li ul li a {
    color: inherit;
    font-weight: normal;
    font-size: 15px;
    color: var(--color);
}

.section-bg-6 span {
    font-weight: 600;
}

.ltn__drop-menu ul li ul {
    position: absolute;
    min-width: 150px;
    right: 0;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
    border-top: 1px solid #ececec;
    top: 130%;
    padding: 7px 0;
    margin: 0;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    opacity: 0;
    visibility: hidden;
}

.ltn__drop-menu {
    display: inline-block;
    text-align: left;
}

.ltn__drop-menu ul {
    margin-bottom: 0;
}

.ltn__drop-menu ul li ul li {
    display: block;
    padding: 0px 0.5em;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    font-weight: 500;
}

.ltn__top-bar-menu > ul > li:last-child {
    margin-right: 0;
}

img.flag {
    width: 18px;
    display: inline-block;
    padding-left: 2px;
}

.ltn__drop-menu ul li i {
    font-size: 0.7em;
    font-weight: 500;
    color: #ffc107;
}

.ltn__header-area {
    z-index: 9999;
    position: relative;
    padding: 0;
    color: #fff;
}
.ltn__header-area a {
  color:#fff
}
.ltn__header-top-area {
    border-bottom: 1px solid;
    border-color: var(--border-color-3);
}

.ltn__header-top-area .ltn__social-media ul li {
    font-size: 14px;
    margin: 0 10px 0 0;
}

.top-area-color-white {
    background-color: #fff;
}

.top-area-color-white p,
.top-area-color-white a,
.top-area-color-white li,
.top-area-color-white .welcome p,
.top-area-color-white .welcome a,
.top-area-color-white .ltn__drop-menu > ul > li > a,
.top-area-color-white .ltn__drop-menu > ul > li:hover > a {
    color: var(--white);
}

.ltn__header-top-area .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.body--lock {
    overflow-y: hidden;
}

.absolute {
    position: absolute;
}

.inherit {
    position: inherit;
}

.float-right {
    float: right;
}

ul.quickLinks2 {
    display: inline-flex;
    color: #fff;
    background: #000a40;
    position: absolute;
    z-index: 99999;
    flex-wrap: wrap;
    bottom: 0%;
    border-top: 1px solid #ffffff6b;
    width: 100%;
    padding: 20px 70px;
    height: 90px;
    left: 0;
    margin-bottom: 0;
    margin-top: revert;
    line-height: 50px;
}

ul.quickLinks2 li {
    padding-left: 30px;
}

.quickLinks2 span {
    color: #6c757d;
    font-size: 23px;
    font-weight: bold;
}

.quickLink2 {
    display: inline;
}

.quickLinks2 li {
    display: table-cell;
    padding-left: 33px;
}

.quickLinks2 li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.main-menu li i {
    font-size: 13px;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 200px;
    z-index: 4;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
ul.sub-menu li {
    position:relative
}
.main-menu li:hover >.sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -moz-animation: fadeInDown 0.3s ease-in;
    -webkit-animation: fadeInDown 0.3s ease-in;
    animation: fadeInDown 0.3s ease-in;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.flex-start .sub-menu li a {
        padding: 12px 4px;
        width: 100%;
        display: block;
        font-size: 16px;
        background-color: #f9f9f9;
        color: #2b2b2b;
        border: none;
        border-bottom: 1px solid #fff;
        text-transform: capitalize;
        font-weight: 700;
        transition: 0.5s ease;
        overflow: hidden;
}
.sub-menu li:hover > a {
  color:#f6ba42;
  padding-left: 20px;
}
.sub-menu li a i {
    transform: translateX(-400%);
    transition: transform 0.35s ease;
    margin: 0 5px;
    font-size: 13px;
}

.flex-start .sub-menu li:after {
    content: "";
    position: absolute;
    width: 0%;
    background-color: #f6ba42;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}
.sub-menu li:hover:after {
    width: 80%;
}
.sub-menu li:hover i.fa-arrow-right {
    transform: translateX(0);
}

ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}

ul.sub-menu .fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 13px;
}


.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);
}
.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;
}
i.play2 {
    color: #e82f51;
  }
@keyframes ripple-white3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

section.testiomonials {
    padding: 50px 10px 70px;
    background: #e8e8e8;
}
section.intro {
    padding: 100px 0;
    background: linear-gradient(to right,#1B305E 0,#0C4194 100%);
}

.student-p {
    width: 30%;
    background: var(--color);
    text-align: center;
    padding: 30px;
    color: #fff;
}

section.intro .container {
    background: #fff;
}

.img {
    width: 99px;
    height: 102px;
    margin: 2px;
    background: #061b4a;
}

.student-images {
    padding: 2px;
}

.student-p h2 {
    font-size: 2.4em;
    text-transform: capitalize;
    margin-bottom: 0;
}

a.order {
    display: inline-block;
    padding: 8px 15px;
    background: linear-gradient(to right,#e8a164 0,#c4397d 100%);
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
font-size: 1.2em;
}

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

.m-l-50 {
  margin-left: 40%;
  opacity: 0.5;
}

.testim-title h2 {
  font-size: 2.8em;
  color: #0b0a0a;
}
.bk {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover;
}

.intro-box {
    position: relative;
    z-index: 99;
    padding: 40px 0;
}

section.intro:before {
    background: #ffffffe3;
    transform: translate(-45%, 170px);
    height: 66%;
    border-radius: 15px 15px 0 0;
}

.intro-box h4,.title-box h4 {
    color: var(--fuchsia);
    font-size: 28px;
}

.intro-box h2,.title-box h2 {
    font-size: 40px;
    margin: 10px 0 10px 0;
}

.intro-box p,.para {
    font-size: 19px;
    color: #565a75;
}

a.phone-nmuber {
    display: inline-flex;
    margin-top: 45px;
    background: #fff1ef;
    align-items: center;
    padding: 0 30px 0 0;
    font-size: 22px;
}

a.phone-nmuber i {
    background: var(--fuchsia);
    color: #fff;
    text-align: center;
    width: 80px;
    height: 55px;
    line-height: 55px;
    margin-right: 20px;
    font-size: 40px;
}

section.messages {
    margin-top: 170px;
    padding: 60px 10px 0 0;
    background: #e3e5e4;
    margin-bottom: 40px;
}

.box {
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0 0 20px #0000001f;
    transition: .35s ease;
}
.box:hover {
  background:var(--fuchsia);
  color:#fff
}
.flex-start.main-blocks {
    margin: 0 -15px;
}

h2.main-title {
    margin-bottom: 50px;
    font-size: 34px;
}

.box h3 {
    font-size: 27px;
    text-transform: capitalize;
}

date {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    color: #919191;
  transition:.35s ease
}
.box:hover date {
  color:#fff
}
a.see-more {
    display: block;
    margin: 0 auto 0px;
    width: fit-content;
    background: var(--fuchsia);
    padding: 15px 30px;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 27px;
}
a.see-more i {
  margin-left:10px
}

section.latest-update {
    padding: 50px 10px 130px;
    overflow: hidden;
}










footer {
    padding: 50px 10px;
    background: var(--color);
    color: #fff;
}

footer h3 {
    position: relative;
    font-size: 1.1em;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

footer h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ff5a3c;
    left: 0;
    bottom: 0;
}

.footer-menu li {
    width: 50%;
    color: #bdbbbb;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 1px;
    transition: .35s ease;
}

.footer-menu {
    margin-bottom: 20px;
}

.social a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

section.footer-bottom {
    background: var(--color);
    color: #bdbbbb;
}

section.footer-bottom .container {
    border-top: 1px solid #ffffff14;
    padding: 20px 0;
}

ul.bottom-ul li {
    transition: .35s ease;
}

.single-title {
    padding: 30px 10px;
    color: #fff;
    background: var(--color);
}

.single-title h1 {
    font-size: 40px;
    text-transform: capitalize;
}
ul.bottom-ul li i {
    font-size: 12px;
    margin-left: 5px;
    display: none;
}

ul.bottom-ul li:hover {
    color: var(--orange);
}

ul.bottom-ul li:hover i {
    display: inline-block;
}
.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;
}

.bio-section {
    margin-top: 70px;
}

h2.main-s-title {
    font-size: 30px;
    text-transform: capitalize;
}



p.biop,.main-content p ,.main-content ul li {
    line-height: 25px;
    font-size: 16px;
    margin: 15px 0;
    color: #67808d;
}

h2.bio-title {
    padding: 15px 0;
    margin-bottom: 40px;
    position: relative;
}

h2.bio-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #f9b702;
}

.bio-img img {
    border-radius: 5px;
}

.bio-social a {
    background: #c0b4a4;
    margin-right: 6px;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    margin-bottom: 60px;
}

section.single {
    margin-bottom: 100px;
}

.breadcrumb {
    margin-top: 10px;
}

section.speeches {
    padding: 80px 10px;
    box-shadow: inset 9px 5px 20px #00000017;
}

li.speeches-box {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

h3.speeches-title {
    font-size: 26px;
    transition: .35s ease;
}

span.date {
    display: block;
    margin: 15px 0;
    font-size: 15px;
    color: #4a4747;
}

p.speeches-content {
    font-size: 16px;
}

a.speeches-link {
    display: block;
    margin-top: 20px;
    color: #006cb8;
    text-transform: capitalize;
    transition: .35s ease;
    font-size: 19px;
}

a.speeches-link i {
  font-size: 12px;
  vertical-align: middle;
}
.speeches-ul {
    margin-top: 20px;
}

a.speeches-link:hover {
    color: #000;
}

h3.speeches-title:hover {
    color: #006cb8;
    text-decoration: underline;
}

.speeches-image {
    width: 190px;
    margin-right: 20px;
    transition: .35s ease;
    height: 240px;
}

.speeches-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 7px;
}

li.speeches-box:hover .speeches-image {
    opacity: .6;
}

.aside-post i {
    font-size: 50px;
    margin-right: 20px;
    color: #5a5a5a;
}

h3.aside-title {
    font-size: 25px;
}

p.aside-content {
    margin: 15px 0;
    font-size: 16px;
}

a.aside-link {
    color: #006cb8;
    text-decoration: underline;
}

.aside-post {
    margin-bottom: 50px;
}

ul.pagination {

margin-top:40px
}
.pagination li > *{

    padding: 6px 12px;
    margin-bottom: 10px;
    margin-left: -1px;
    font-size: 0.8em;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #d2d3d4;
}
.pagination li.dis > span {
    background: #f4f4f4;
    color: #53565a;
}
.pagination li.current span {
  background-color: #2f2424;
    color: #ffffff;
    border-color: #2f2424;
}

.owl-dots {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}

.owl-dot.active {
    background: var(--color);
}

button.owl-dot {
    width: 14px;
    height: 14px;
    background: #c3bcbc;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
}



/* 2. Base Typography
------------------------------------------------------------------------------*/


a {
  text-decoration: none;
}

/* main container */
#wrapper-menu-aast {
  width: 100%;
  display: flex;
  min-height: 100%;
  position: relative;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
  align-content: space-between;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.main-container-aasta {
  width: 100%;
}
/* header */
.main-header {
  width: 100%;
  height: auto;
}
h3 {
}
/* responsive nav for small devices */

/* hamburger-aasta menu */
.hamburger-aasta {
  padding: 0;
  margin: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  background-color: transparent;
}
.hamburger-aasta:not(.close) {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
  border: 0;
  display: none;
  width: auto;
  height: auto;
  border: 1px solid #a4a3a3;
  border-radius: 2px;
  padding: 10px;
  direction: rtl;
}
.hamburger-aasta:hover,
.hamburger-aasta:focus {
  background-color: transparent;
  outline: none;
}
.hamburger-aasta .line {
  width: 21px;
  height: 2px;
  background-color: #3c3c3b;
  display: block;
  margin: 5px 0;
  transition: all 0.4s ease-in;
  right: 0;
  position: revert;
}
.hamburger-aasta:hover {
  cursor: pointer;
}
.hamburger-aasta.close {
  padding: 10px;
}
.hamburger-aasta.close .wrap {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.hamburger-aasta.close .line {
  margin: 0;
  width: 100%;
  position: absolute;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  background-color: #000;
}
.hamburger-aasta.close .line:last-child {
  transform: rotate(-45deg);
}
.hamburger-aasta.is-active .line:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 5px;
}
.hamburger-aasta.is-active .line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: none;
}
.hamburger-aasta.is-active .line:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 5px;
}
#menu-aast {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  max-width: 99%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
}

#mobilenav-aast .nav-logo {
  padding: 15px;
}
#mobilenav-aast ul,
#mobilenav-aast li {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: 0;
  position: relative;
}
#mobilenav-aast .caret {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  background-color: none;
}
#mobilenav-aast .caret:not(.trigger-caret) {
  pointer-events: none;
}
#mobilenav-aast .caret:after {
  content: "";
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 14px;
  right: 13px;
}
#mobilenav-aast ul a {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background: #132b61;
  border-bottom: 1px solid #ffffff2b;
  transition: none;
}
#mobilenav-aast ul a:hover {
  background: #132b61;
}
#mobilenav-aast .has-sub > a {
  padding-right: 40px;
}
#mobilenav-aast li li a {
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #132b61;
}
#mobilenav-aast .nav-backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
}
#mobilenav-aast .menu-outer {
  padding-bottom: 60px;
  overflow: hidden;
  overflow-y: auto;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  max-height: 100%;
}
/* #wrapper.nav_is_visible {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
} */

/* slide menu */
#mobilenav-aast .slide-menu {
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #f1f1f1;
  transition: all 0.5s ease;
  z-index: 0;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  overflow: hidden;
}
#mobilenav-aast .slide-menu.sub-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 9;
  visibility: visible;
  right: 0;
}
#mobilenav-aast .slide-menu .submenu-header {
  padding: 10px 15px;
  min-height: 45px;
  background-color: #ededed;
  color: #3c3c3b;
  padding-left: 50px;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
}
#mobilenav-aast .slide-menu .submenu-header:before {
  content: "";
  border: 2px solid #3c3c3b;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 15px;
  left: 20px;
}

/*--------- home page ------------*/
/* banner part */

/*-------HEADER-------*/
/* nav */
.main-container-aasta .navigation{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0;
}
.main-container-aasta .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  z-index: 9999999;
}
.main-container-aasta .navigationul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-aast > ul {
  display: flex;
  margin: 0;
  justify-content: center;
}
.nav-aast > ul > li {
  position: relative;
  margin: 0;
  list-style: none;
  transition: background-color 0s ease;
  padding: 0 10px;
  border-radius: 3px;
  z-index: 9;
}
.nav-aast ul li:last-child {
  margin-right: 0;
}
.nav-aast > ul > li > a {
  font-size: 16px;
  color: #393939;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px 15px 10px 0;
  display: block;
  transition: background-color 0.5s ease;
}
.nav-aast > ul > li.active,
.nav-aast > ul > li:hover {
  color: #322348;
  /* transition: background-color 0s ease; */
  /* background-color: #003480; */
}
.nav-aast > ul > li:hover > a {
  color: #ff5722;
  text-decoration: none;
  /* color: #fff; */
}
.nav-aast > ul > li > a:hover,
.nav-aast > ul > li.active > a {
  color: #f44336 !important;
  text-decoration: none;
}

/* drop-down */
.nav-aast ul li ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  margin: 0;
  width: 200px;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-width: 260px;
}
.nav-aast ul li ul li {
  position: relative;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.nav-aast ul li ul li:last-child > a {
  border-bottom: none;
}
.nav-aast ul li ul ul {
  position: absolute;
  left: 0px;
  top: 100%;
  left: 100%;
  top: 0;
}
.nav-aast ul li ul li a {
  padding: 12px 24px 12px 5px;
  width: 100%;
  display: block;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #2b2b2b;
  border: none;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
  font-weight: 700;
  transition: background-color 0.5s ease;
  overflow: hidden;
  transition: all .3s ease;
}
.nav-aast ul li:hover > ul {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -moz-animation: fadeInDown 0.3s ease-in;
  -webkit-animation: fadeInDown 0.3s ease-in;
  animation: fadeInDown 0.3s ease-in;
  /* z-index: 99999; */
}
.nav-aast ul li ul li:hover > ul {
  top: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav-aast ul li ul li:hover > a {
  background-color: #f8f8f8;
  color: #1e1d1d;
  text-decoration: none;
  transition: all .3s ease;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* @keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
} */


.hide-desktop{
    display: none
}
.nav-aast > ul > li > a:after{
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #ff5722;
    bottom: 0;
    left:0;
    transition: .3s all ease;
}
.nav-aast > ul > li.sub-menu > a:before{
  content: "\f078";
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  font-size: 12px;
  bottom: 15px;
}

.nav-aast > ul > li > a:hover:after{
    width: 100%;
}
.nav-aast ul.nav li a{
  transition: all .2s ease
}


.nav-aast ul.nav li a i.fa-arrow-right{
  transform: translateX(-400%);
  transition: all .3s ease;
  margin: 0 5px;
  font-size: 13px;
  color: #ff5722;
}
.nav-aast ul.nav li a:hover i.fa-arrow-right{
  transform: translateX(0);
  /* display: inline-block; */
}
.nav-aast ul.nav li a i.fa-chevron-right{
  position: absolute;
  right: 20px;
  color: #887c7c;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-aast ul.nav ul li a:hover{
  padding-left: 15px;
}
.nav-aast ul.nav ul li{
  position: relative;
  margin: 0;
}
.nav-aast ul.nav ul li:after{
  content: "";
  position: absolute;
  width: 0%;
  background-color: #f44336;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}
.nav-aast ul.nav ul li:last-of-type:after{
  display: none
}
.nav-aast ul.nav ul li:hover:after{
  width: 100%;
}

.close-menu-aast{
  position: fixed;
  right: 0;
  color: #fcfcfc;
  z-index: 999;
  padding: 9px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  background-color: #f83131;
  cursor: pointer;
  font-size: 18px;
}

.nav-aast ul.nav li ul a{
  font-size: 13px;
}
.nav-aast ul.nav ul li > a:hover {
  /* background-color: #003480; */
  color: #f44336;
}

.hamburger-aasta .line:nth-of-type(2) {
  width: 26px;
}
.show-ipad-hidden-mob-hidden-desktop{
  display: none !important;;
}
@media(max-width: 992px){
  .headr-new-aas .all-menu-new .bottom-menu{
    flex-direction: column;
  }

  .aside-aast-menu-nav a, .aside-aast-menu-nav label,
  .nav-aast ul.nav li ul a,
  .nav-aast > ul > li > a{
    font-size: 21px;
  }
  .group-list a, .group-list label{
    font-size: 18px;
  }
  .what-you-study-depart .box h3{
    text-align: left
  }

  .show-ipad-hidden-mob-hidden-desktop{
    display: block !important;;
  }
}
  @media(max-width: 768px){
    .search-dropdown {
      text-align:right
    }
    .hide-desktop{
        display: block
    }
    .menu.hidden-md-down{
        display: none
    }
    .headr-new-aas .all-menu-new .bottom-menu{
      border:0
    }
    
    #mobilenav-aast.is-open #menu-aast {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
    header{
      position:static
    }
    #mobilenav-aast.is-open .nav-backdrop {
      opacity: 1;
      z-index: 999;
      visibility: visible;
    }
      header~header .container {
        height: 60px;
      }
    .bottom-menu {
      text-align:right
    }
    .hamburger-aasta:not(.close){
      display: inline-block;
      margin-top: 9px;
      right: 8px;
      width: 48px;
      position: static;
      margin-top: 0px;
    }
      
    .ltn__top-bar-menu.txt-991-center { left: -30px; position: relative;}  

    .show-ipad-hidden-mob-hidden-desktop{
      display: none !important;
    }
     

      
      
      
      
    }




section.video-section {
    position: relative;
    height: 340px;
    background-size: 50%;
}

section.video-section:before {
    background: #17336c;
    transform: translateX(-50%) skew(-13deg);
    opacity: .9;
}

h2.video-title {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 3em;
    width: 420px;
}


.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;
}



.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000091;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .54s ease;
}
.overlay.open {
    visibility:visible;
    opacity:1
}

section.student-blog {
    padding: 80px 10px;
    background: #f7f7f7;
}

.block {
    background: #fff;
    transition: .35s ease;
    margin-bottom: 29px;
}

.bk-image {
    height: 240px;
    overflow: hidden;
}

.bk-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .35s ease;
}

.block-info {
    padding: 20px;
}

.block-info span {
    color: var(--fuchsia);
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.block-info p {
    font-size: 15px;
    color: #737f99;
    margin: 10px 0;
}

.block-info h3 {
    font-size: 1.1em;
letter-spacing: -0.03em;
font-family: var(--ltn__heading-font);
}

a.more i {
    font-size: 11px;
}

.block:hover {
  box-shadow:0 46px 50px 0 rgb(0 0 0 / 10%)
}

.block:hover .bk-image img {
    transform: scale(1.1);
}

.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;
}
flex-start, .flex-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*! border-radius: 4px; */
  }
.more-videos:before {
  background: #000;
  transform:translateY(100%);
  transition:.35s ease;
  opacity: .2;
}
.more-videos:hover:before {
  transform:translateY(0)
}
.more-videos span {
    position:relative;
  z-index:6
}

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

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

.testim-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 0 1px 0 #d5d0d0;
    margin-right: 10px;
    text-align: center;
    height: 385px;
    margin-top: 40px;
    border-radius: 4px;
}

.testim-box img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.testim-box p {
    margin: 15px 0;
    color: #6d6f71;
    letter-spacing: -0.03em;
}

a.watch i {
  margin-left: 0.5em;
}

a.watch {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(to right,#e8a164 0,#c4397d 100%);
    color: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 1em;
    font-size: 1.15em;
font-weight: 600;
}

a.watch:before {
    transform: rotateY(90deg);
    background: #0000001f;
    transition: .35s ease;
}
a.watch:hover:before {
    transform:rotateY(0)
}

.testim-title i {
    font-size: 70px;
    margin-right: 50px;
}

.testim-box h3 {
  font-size: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.testim-section-2 {
    background: #f4f4f4;
}

.testim-section-2 .testim-left-box {
    max-width: initial;
}

.testim-section-2 .testim-left-box h3 {
    font-size: 2.45em;
}

.testim-section-2 .testim-right-box {
    margin-top: 0;
}

section.testim-blog.testim-section-2 {
    padding: 60px 10px;
    background: #fff;
}

.testim-box-2 {margin: 15px 0;}

.testim-section-2-boxes {
    margin: 0px -15px;
}

.image-cont {
    /*height: 270px;*/
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.image-cont img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .35s ease;
}

h3.big-title-2 {
    font-size: 1.25em;
    letter-spacing: -0.03em;
}

.title { color: #045dac; font-weight: 500; letter-spacing: -0.03em;}

time {
    display: block;
    margin: 10px 0 10px;
    color: #ff5a3c;
}

p.big-para {
    font-size: 1em;
    color: #5e5b5b;
}

a.more {
    display: block;
    margin-top: 15px;
font-size: 0.9em;
font-weight: 600;
text-transform: capitalize;
}
.fix-margin {
    margin: 0 -25px 0 -15px;
}
.image-cont:hover img {
    transform: scale(1.1);
}
.image-cont:before {
  opacity:0;
  transition:.35s ease;
  background:var(--color)
}
.image-cont:hover:before {
  opacity:.5
}

section.video-index {
    padding: 90px 10px 0px 10px;
    height: 400px;
    background: #ebebeb;
    margin-top: 20px;
}

.image-video {
    height: 420px;
    background-size: cover;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.image-video:before {
    background: #00000059;
}

.image-video i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f24080; */
    background: #ff5a3cb0;
    position: relative;
    z-index: 66;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
}

.video-content {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    z-index: 99;
    position: relative;
}

.video-content h2 {
    font-size: 2.6em;
    text-transform: capitalize;
}

.video-content p {
    font-size: 18px;
    color: #736d6d;
}

a.view {
    display: inline-block;
    /*! padding: 15px 20px; */
    /* background: #f24080; */
    background: linear-gradient(to right,#e8a164 0,#c4397d 100%);
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 1.1em;
}

.bk {
    position: relative;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 50px;
}

.bk:before {
    background:#112b66;
    opacity: .9;
}

.video-content:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 20px;
    bottom: 40px;
    background: #ff79024d;
    /* opacity: .2; */
}
.video-content:after {
    content: '';
    position: absolute;
    width: 80px;
    right: -8px;
    height: 2px;
    bottom: 29px;
    background: #ff79024d ;
    /* opacity: .2; */
    transform: rotate(-44deg);
}

.image-video i:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #f24080;
    box-shadow: 0 0 0 0 #f24080;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;

}

.testim-title i {
    font-size: 70px;
    margin-right: 50px;
}

section.about {
    padding: 75px 10px;
}

.about-box h2 {
    font-size: 2.8em;
    text-transform: capitalize;
}

.col-6.col-md-12.testimonial {
  padding-top: 1.5em;
}

.about-box p {
    margin: 15px 0;
    font-size: 18px;
    color: #698391;
}

a.about-link {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(to right,#e8a164 0,#c4397d 100%);
    color: #fff;
    border-radius: 4px;
}

.about-slider h4 {
    font-size: 18px;
    color: #4a5357;
    font-weight: normal;
}

.about-box {
    margin-right: 30px;
}

.about-images {
    position: relative;
}

.ab-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.ab-image.active {
     border: 2px solid #f07c67;
     border-radius: 50%;
}
.ab-image:first-child {
    width: 140px;
    top: -2em;
   
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    right: 40px;
}

.ab-image:nth-child(2) {
    width: 200px;
    margin-top: 100px;
    padding: 4px;
}

.ab-image:nth-child(3) {
    width: 120px;
    position: absolute;
    right: 40px;
    padding: 5px;
}

.active .cir1 {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f0bcb3;
    right: 20px;
    bottom: -50px;
    border-radius: 50%;
}

.active .cir2 {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f0bcb3;
    right: -5px;
bottom: -63px;
    border-radius: 50%;
}

.about-carousel {
    margin-top: 50px;
    overflow: hidden;
}

.about-slider h2 {
    font-size: 33px;
    margin-top: 13px;
}

.item {}

p.para {
    font-size: 17px;
    margin-bottom: 20px;
    color: #686868;
    font-weight: normal;
}

button.owl-dot {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #bfbfbf;
    margin-right: 5px;
    cursor: pointer;
}

.owl-dots {
    margin-top: 40px;
}

button.owl-dot.active {
    background: #000;
}


.ab-image:nth-child(2) .cir1 {
    bottom: 184px;
right: 105px;
}

.ab-image:nth-child(2) .cir2 {
      bottom: 206px;
  right: 75px;
}

.ab-image:nth-child(3) .cir1 {
 bottom: 129px;
right: 14px;
}

.ab-image:nth-child(3) .cir2 {
  bottom: 166px;
  right: -3px;

}




.footer-box {
    position: relative;
    z-index: 999;
    background: var(--color);
    padding: 35px 65px;
    border-radius: 20px;
    color: #fff;
}

.footer-box h2 {
    font-size: 38px;
}

.footer-box p {
    font-size: 1.3em;
width: 85%;
    color: #d5d5d5;
    max-width: fit-content;
}

.footer-box a.view {
    margin: 0;
    width: fit-content;
    text-align: center;
    font-size: 1.2em;
font-weight: 600;
    padding: 12px 20px;
}


.bottom-menu {}

.testim-title {
    max-width: 335px;
}
.quote {width: auto;height: 70px;opacity: 0.2;}
.item-info h3 { font-size: 1.2em;}

/***********/
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-effect-1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white);
}

.btn-effect-1:hover {
    color: var(--ltn__heading-color);
}

.btn-effect-1:hover::after {
    width: 100%;
}

.btn-effect-2:after {
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--white);
}

.btn-effect-2:hover {
    color: var(--ltn__heading-color);
}

.btn-effect-2:hover::after {
    width: 100%;
}

.btn-effect-3:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cc2071;
    /*iman*/
}

/*iman*/
.btn.btn-effect-3.btn-white:hover {
    border: 1px solid #fff;
}

.btn-effect-3:hover {
    color: var(--white) !important;
}

.btn-effect-3:hover::after {
    width: 100%;
}

.btn-effect-4:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--white);
    background: #d8d7d9;
}

.btn-effect-4:hover {
    color: var(--white);
}

.btn-effect-4:hover::after {
    width: 100%;
    background: #C62A73 !important;
    color: var(--white);
}


.btn-effect-5:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ltn__secondary-color);
}

.btn-effect-5:hover {
    color: var(--white);
}

.btn-effect-5:hover::after {
    width: 100%;
}

.btn.btn-effect-3.btn-blue::after {
    background: #f6ba42;
}


.btn-wrapper {
    display: block;
    margin-top: 30px;
}

.btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 17px 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.btn:last-child {
    margin-right: 0;
}

.btn-blue {
    background-color: var(--blue);
    color: var(--white);
}

.btn-blue:hover {
    background-color: #f6ba42;
    color: var(--white);
    color: #333 !important;
}

.btn-fushia {
    background-color: #c62a73;
    color: var(--white);
}

.btn-fushia:hover {
    background-color: #ff5a3c;
    color: var(--white);
    color: #333 !important;
}

.container.words.clearfix {
  width: 90%;
  margin-left: 3em;
}


/*********************/

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.inner-most {
    background: #fff;
    margin-top: 30px;
    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;
}

.inner-most figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-most strong {
    color: var(--fuchsia);
}

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;
}

section.top-info:before {
    background: var(--color);
    opacity: .7;
}

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

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

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

.stories-content {
    margin: 20px 0;
}

section.story-container .inner-most {
    background: #f7f7f7;
    box-shadow: 0 0;
    margin: 30px 0;
}

.stories-content h3 {
    color: var(--fuchsia);
    position: relative;
    padding-bottom: 20px;
}

.stories-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100px;
    background: #d7d7d7;
    height: 2px;
}

section.story-container .inner-most figure {
max-width: 400px;
max-height: 400px;
}
@media(max-width:767px) {
  h3 {
    font-size:1.25em
  }
  .inner-most {
    padding:15px;
  }
  section.story-container .inner-most figure,.inner-most figure {
    width:100%;
    margin:0 0 20px 0
  }
}

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

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

.stories-content div {
    margin-bottom: 2em;
}


.hover{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hover:after {
    position: absolute;
    content: '';
    width: 0;
    height:100%;
    left: 0;
    top: 0;
    transition: .35s ease;
    background: #cc2071;
    z-index: -1;
}
.hover:hover:after{
    width: 100%;
}
.bottom-ul li a:before {
    position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
}
.bottom-ul li:hover a:before {
      opacity: 1;
    visibility: visible;
    margin-left: 0;

}

ul.bottom-ul li a {
    position: relative;
    padding: 0 15px;
}

.logo img {
    width: 280px;
}

section.footer-bottom p {
    font-size: 13px;
}

.footer-menu li:hover {
    color: var(--orange);
}

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

p.text {
  font-size: 1em;
  line-height: 1.3;
  text-align-last: left;
  text-align: justify;
  padding-bottom: 1em;
}

footer h3 {
    font-weight: normal;
}

body {line-height: 1.3;}
.scrolltop {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 20px;
    z-index: 99999;
    background: var(--orange);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    overflow: hidden;
}

.scrolltop.show {
    opacity: 1;
    visibility: visible;
}
.scrolltop:after {
    position: absolute;
    content: '';
    width: 0;
    height:100%;
    right: 0;
    top: 0;
    transition: .35s ease;
    background: #cc2071;
    z-index: -1;
}
.scrolltop:hover:after{
    width: 100%;
}



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

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

h2.graduate-title {
    font-size: 37px;
}

h2.top-title {
    font-size: 46px;
}
/************/
.inner-most h3 {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
}

.inner-most h3:hover {
  color: #2064a8;
}
.inner-most span a {
  padding: 3px 8px;
  margin: 5px 0;
    margin-top: 5px;
  background: linear-gradient(115deg, rgb(255, 90, 60) 0%, rgb(226, 33, 128) 100%);
  color: #fff;
  font-size: 0.9em;
  margin-top: 1em;
}

.inner-most strong {
  color: var(--fuchsia);
  line-height: 0.5;
  font-size: 1em;
}

.footer {
    background: #061b49;
    color: #87888a;
    font-size: 14px;
    position: relative;
    padding: 60px 30px 0px;
}

.footer-widget {
    padding-bottom: 0px;
}

.footer .widget-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.footer .widget-title:after {
    content: "";
    background: #fe5a0e;
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 1px;
}

ul.list-arrow {
    padding-left: 0px;
    list-style: none;
}

/* Footer about */

.footer-about {
    padding-right: 40px;
    text-align: justify;
}

.footer-logo {
    margin-bottom: 0px;
    width: 80%;
}

/* Links */

.footer-widget ul.list-arrow li {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 1px;
}

.footer-widget ul.list-arrow li a {
    color: #aeb0b3;
}

.footer-widget ul.list-arrow li a:hover {
    color: #f6ba42;
}

/* Footer social */

.footer-social {
    margin-top: -8em;
    padding-bottom: 20px;
    float: right;
    margin-right: 15%;
}

.footer-social .widget-title {
    font-size: 14px;
}

footer .featured-title h5:hover {
    color: #fff;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer-social ul li a {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #fff;
}

.footer-social ul li a i {
    width: 32px;
    height: 32px;
    line-height: 30px;
/border: 2px solid #9a9b9d;/
text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    font-size: 1.6em;
}

.footer-social ul li a i:hover {
    /* border: 2px solid transparent;*/
}

.footer-social ul li a i.fa-rss:hover {
    color: #faaa5e;
}

.footer-social ul li a i.fa-facebook:hover {
    color: #1877f2;
}

.footer-social ul li a i.fa-twitter:hover {
    color: #5db2f7;
}

.footer-social ul li a i.fa-google-plus:hover {
    background: #c53942;
}

.footer-social ul li a i.fa-pinterest:hover {
    background: #d8545d;
}


.footer-social ul li a i.fa-linkedin:hover {
    color: #0971b0;
}

.footer-social ul li a i.fa-youtube:hover {
    color: #e4262a;
}

.footer-social ul li a i.fa-instagram:hover {

    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copyright-area {
    background: #f2f2f2;
}

.logo-shape {
    position: relative;
}

.copyright-logo {
    background: #6639ff;
    text-align: center;
    line-height: 100px;
}

.copyright-text p {
    color: #040021;
}

.copyright-list li a {
    color: #040021;
}

.f-right {
    float: right;
}

.copyright-list li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: 0;
}

.copyright-list li {
    display: inline-block;
    line-height: 14px;
    border-left: 1px solid #bbbbbb;
    padding-left: 18px;
    margin-left: 17px;
}

/* Copyright */

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 1.05em;
    padding: 20px 0;
}

.footer-menu {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 11px;
    font-size: 1em;
    letter-spacing: -0.03em;
}


.footer-menu ul li a {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #f6ba42;
}

/***********/
/****** social media share *******/

.share {  margin: 2em 1em;}

.ltn__social-media ul {
  margin: 0;
  padding: 0; }
  .ltn__social-media ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0; }
    .ltn__social-media ul li:last-child {
      margin: 0; }

.ltn__social-media-2 ul {
  margin: 0;
  padding: 0; }
  .ltn__social-media-2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .ltn__social-media-2 ul li a {
      background-color: var(--grey-1);
      color: #5C727D;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .ltn__social-media-2 ul li a i {
        color: inherit; font-size: 1.3em; padding: 0.5em;}
    .ltn__social-media-2 ul li:last-child {
      margin-right: 0; }
    .ltn__social-media-2 ul li:hover a {
      background-color: var(--blue);
      color: var(--white); }

.ltn__social-media-3 ul {
  margin: 0;
  padding: 0; }
  .ltn__social-media-3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }

.ltn__social-media-3 ul li a {
      background-color: var(--white);
      color: inherit;
      border: 2px solid var(--border-color-11);
      display: block;
      width: 50px;
      height: 50px;
      line-height: 46px;
      text-align: center; }

.ltn__social-media-3 ul li a i {
        color: inherit; }
.ltn__social-media-3 ul li:last-child {
      margin-right: 0; }

.ltn__social-media-3 ul li:hover a {
      background-color: var(--orange);
      border-color: var(--orange);
      color: var(--white); }