/*
 Theme Name:   IIMA
*/



@font-face {
    font-family: 'LarkenDEMO';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/LarkenDEMO-Regular.otf');

}
@font-face {
    font-family: 'LarkenDEMO';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/LarkenDEMO-Bold.otf');
}
@font-face {
    font-family: 'LarkenDEMO';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/LarkenDEMO-ExtraBold.otf');
}
@font-face {
    font-family: 'LarkenDEMO';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/LarkenDEMO-Black.otf');
} 
    



:root {
    --font-NanumMyeongjo : 'LarkenDEMO', serif;
    --font-Graphik : 'Poppins', sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
    font-weight: 700;
	line-height: 1.1;
    font-family: 'LarkenDEMO', serif;
}
.font-NanumMyeongjo{
    font-family: 'LarkenDEMO', serif;
}
.font-Graphik{
    font-family: var(--font-Graphik);
}
h1{
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
}
h2{
    font-size: 46px;
    line-height: 70px;
    color: #061E33;
}
h3 {
    font-size: 50px;
    line-height: 55px;
}
h4 , .banner-section p{
    font-size: 40px;
    line-height: 50px;
}
.menu-section li a {
    font-size: 32px;
    line-height: 40px;
}
h5, .fs-18, p, li {
	font-size: 30px;
    line-height: 44px;
}
.fs-18-imp{
    font-size: 18px;
    line-height: 24px;
}
p {
    padding: 0px;
    margin-bottom: 50px;
    font-weight: 400;
}

a, a:hover, a:focus{
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;
}
a{
    color: #2A2B2E;
}
a:hover{
    color: #C1272D;
}

ul, ol{ list-style-type: none; margin: 0; padding: 0;}
input, button, button:focus, textarea , textarea:focus{
    outline: 0px;
}
.mx-100{
    max-width: 100% !important;
    height: auto;
}

.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-900{font-weight: 900;}
.ptb-20{padding-bottom: 20px;padding-top: 20px;}


.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-75{margin-bottom: 75px;}


.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.mt-10{margin-top: 10px;}
.mt-75{margin-top: 75px;}
.mt-100{margin-top: 100px;}
.mt-70{margin-top: 70px;}

.pt-15{padding-top: 15px;}
.pl-0{padding-left: 0px !important;}
.ptb-100{padding: 100px 0;}
.ptb-60{padding: 60px 0;}

.white-text-all *, .white-text-all{ color: #fff !important;}

.bg-red{ background-color: #C1272D; }
.bg-blue{ background-color: #061E33; }
.bg-gray{ background-color: #F4F4F4; }
.bg-sb-light{ background-color: rgb(186 234 234 / 70%); }
.clr-red{color: #C1272D}
.clr-gray{color: #767676}
.clr-blue{color: #061E33}
.clr-black{color: #2A2B2E !important}
.no-view{opacity: 0 !important;}
.last-p-margin-0 p:last-child, .footer-cont-box:last-child{
    margin-bottom: 0px !important;
}
.mh-auto{
    min-height: auto !important;
}
section, .overflow-hidden {
    overflow: hidden;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row>*{
    padding-left: 15px;
    padding-right: 15px;
}
.container{
    max-width: 1620px;
}

header {
    z-index: 9999;
    width: 100%;
    padding: 40px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    z-index: 4;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.header-menubox ul{display: flex; color: #fff;
    margin-top: 15px;}
.header-menubox ul li{
    line-height: 1;
    border-right: 1px solid #fff;
    padding: 10px 40px;
}
.header-menubox ul li:last-child{ border-right: 0px solid #fff; padding-right: 0px;}
#fixed-head.open-menu-box {
    position: fixed;
}

#fixed-head.open-menu-box .header-menubox li:first-child{
    opacity: 0;
}
#nav-icon{
    width: 48px;
    height: 38px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 6px;
    border-radius: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2){
  top: 15px;
}
#nav-icon span:nth-child(3){
  top: 30px;
}

#nav-icon.open span:nth-child(1){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(3){
  top: 10px
}
#nav-icon.open span:nth-child(2){
    width: 0;
    left: 50%;
}
#nav-icon.open span, .header-2 #nav-icon span{
        background: #061E33;
    }
a.logo-box{
    width: 425px;
    display: inline-block;
    position: relative;
}

a.logo-box img{
    transition: all .2s ease;
}
a.logo-box img.header-logo-2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
a.search-link svg{width: 38px; height: 38px;}
.banner-section{
    padding: 250px 0 140px;
    height: 625px;
    background: #061E33;
    background-image: url(images/banner.jpg);
    background-size: cover;
}
.banner-section .overlay-text h1{
    max-width: 1340px;
    margin: auto;
}

.banner-section .overlay-text h5{
    max-width: 700px;
    margin: auto;
    margin-bottom: 150px;
    font-size: 36px;
    line-height: 45px;
}
.banner-section .overlay-text h1{color: #fff;}
.banner-section .overlay-text p{color: #E3E3E3; position: relative; margin-top: 22px; padding-top: 22px; margin-bottom: 0px;}
.banner-section .overlay-text p:before{
    content: '';
    width: 340px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #E3E3E3;
    height: 1px;
}
.footer-menu h4{
    font-family: var(--font-Graphik);
    font-weight: 600;
    margin-bottom: 10px;
}
footer{
    padding: 110px 0 50px;
    overflow: hidden;
}
.footer-btm-holder{
    padding-top: 60px;
    border-top: 1px solid #707070;
    margin-top: 30px;
}
ul.social-link li a {
    width: 43px;
    display: inline-block;
    margin-left: 25px;
}
ul.social-link li:first-child a {
    margin-left: 0;
}
ul.social-link li a img{width: 100%;}
.footer-policy-link li a{padding: 0 40px; border-right: 1px solid #fff;}


.breadcrumbs-menu li{ padding: 0 20px; font-size: 28px; line-height: 36px; position: relative}
.footer-policy-link li:last-child a, .breadcrumbs-menu li:last-child {padding-right: 0px; border-right: 0px;}  
.breadcrumbs-menu li{position: relative;}
  .footer-policy-link li:first-child a, .breadcrumbs-menu li:first-child{padding-left: 0px;} 
.breadcrumbs-menu li a{color: #2C2C2C; opacity: .5;}
.breadcrumbs-menu li a.active, .breadcrumbs-menu li a:hover{opacity: 1;}
.section-pad{padding: 60px 0 140px;}

.breadcrumbs-menu>li:before{
    content: '';
    height: 30px;
    width: 1px;
    background:  rgb(44 44 44 / 50%);;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;     
}
.breadcrumbs-menu>li:first-child:before{
    display: none;
}
ul.breadcrumbs-menu li:first-child a img{
    width: 27px;
}
.breadcrumbs-menu>li{
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.breadcrumbs-menu ul{
    position: absolute;
    background: #F4F4F4;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 0;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-top: 1px solid #DBDBDB;
    width: 450px;
}
ul.breadcrumbs-menu li:hover ul, ul.breadcrumbs-menu li:hover ul.menuopen {
    transition: all .3s ease;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

ul.breadcrumbs-menu ul li a {
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
    color: #2A2B2E;
    opacity: 1;
    border-bottom: 1px solid #DBDBDB;
}

ul.breadcrumbs-menu ul li{
    padding: 0 !important;
    border-right: 0 !important;
}
ul.breadcrumbs-menu>li.has-breadcrumb-menu>a{
    padding-right: 30px;
}
ul.breadcrumbs-menu>li.has-breadcrumb-menu>a:after {
    content: '';
    border: solid #061E33;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}
ul.breadcrumbs-menu ul li.active a{
    background: #061E33;
    color: #fff;
}



.rr-tab-link-holder {
    width: 373px;
    background: #F7F8F8;
}
.rr-tab-detail-holder{
    width: calc(100% - 373px);
    padding-left: 60px;
}
.rr-tab-link-holder li a{
    font-family: var(--font-NanumMyeongjo);
    font-weight: 900;
    padding: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
}
.rr-tab-link-holder li.active a{
    font-size: 40px;
}
.rr-tab-link-holder li.active a, .rr-tab-link-holder li a:hover{ color: #fff; }
.rr-tab-link-holder li a:before{
    background: #061E33;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all .3s ease
}
.rr-tab-link-holder li a span{
    position: relative;
    z-index: 2;
}
.rr-tab-link-holder li.active a:before, .rr-tab-link-holder li a:hover:before{
    width: 100%;
    transition: all .3s ease
}
.rr-tab-link-holder li a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 95px);
    left: 30px;
    height: 1px;
    background: #ACACAC;
}
.rr-tab-link-holder li:last-child a:after{
    display: none;
}
.outline-detail-box{
    border-top: 1px solid #B5B5B5;
    padding: 60px 0;
}
.outline-detail-box:first-child{
    border-top: 0px solid #B5B5B5;
    padding-top: 0px;
}
.outline-detail-box h2{
    margin-bottom: 40px;
}
.outline-detail-box p a{
    color: #
}
.btn-1{
    background: #061E33;
    font-size: 30px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 15px 35px 15px 27px;
    color: #fff;
    border-radius: 0px;
}
.btn-1:after{
    content: '';
    background-size: 100%;
    background-image: url(images/arrow-right-white.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
    transition: all .2s ease;
}
.btn-1:hover{
    color: #fff;
}
.btn-1:hover:after{
    color: #fff;
    transform: translateX(5px);
    transition: all .2s ease;
}
.taken-courses-box p, .taken-courses-box ul, .taken-courses-box h2{
    max-width: 1160px;
}
.taken-courses-box p, .taken-courses-box ul, ul.list-detail{
    margin-bottom: 25px;
}
.taken-courses-box ul, .schedule-date-detail-box ul, ul.list-detail{
    display: grid;
}
.taken-courses-box ul li, .schedule-date-detail-box ul li, ul.list-detail li{
    margin-bottom: 15px;
}
.taken-courses-box ul li span:last-child, .schedule-date-detail-box ul li span:last-child, ul.list-detail li span:last-child{
    color: #061E33;
}
.taken-courses-box ul li span:first-child, .schedule-date-detail-box ul li span:first-child, ul.list-detail li span:first-child{
    width: 280px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.taken-courses-box ul li span:first-child:after, .schedule-date-detail-box ul li span:first-child:after, ul.list-detail li span:first-child:after{
    content: ':';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
 ul.list-detail li span:first-child{
     padding-right: 45px;
     width: auto;
}
.schedule-detail-box{
    box-shadow: 0px 3px 40px #0000000F;
    border: 1px solid #E5E5E5;
    margin-bottom: 40px;
    padding: 40px 50px 50px;
}
.schedule-detail-box{
    display: flex;
}
p.schedule-date-day span {
    border-left: 1px solid #707070;
    padding-left: 23px;
    margin-left: 23px;
}
.schedule-date {
    font-size: 121px;
    font-weight: 600;
}
.schedule-date-box.clr-blue {
    width: 350px;
    border-right: 1px solid rgb(145 145 145 / 36%);
    margin-right: 50px;
}

.download-assignments-list-holder li{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #DBDBDB;
    justify-content: space-between;
}
.download-assignments-list-holder li:last-child{
    border-bottom: 0px solid #DBDBDB;
}
.download-assignments-list-holder li span{
    display: inline-block;
    background-image: url(images/icon-pdf.png);
    background-size: 26px 32px;
    background-position: top 5px left;
    background-repeat: no-repeat;
    padding-left: 50px;
}
a.download-link-pdf {
    color: rgb(42 43 46 / 40%);
    padding-right: 50px;
    background-image: url(images/icon-download.png);
    background-size: 30px 29px;
    background-position: top 5px right;
    background-repeat: no-repeat;
    font-size: 24px;
}
a.download-link-pdf:hover{
    color: rgb(42 43 46 / 100%);
}
.grade-detail-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grade-point-box {
    padding: 11px 25px;
    background: #F4F4F4;
}
.grade-detail-box {
    max-width: calc(100% - 350px);
}
.grad-secession-text {
    margin-right: 50px;
}
.ai-grade-detail h4{
    margin-right: 40px;
    min-width: 90px;
}
.grade-final-point.grade-point-box{
    background: #061E33;
    color: #fff;
    padding: 18px 35px;
}
.student-box-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.student-box-detail h5 span, .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="password"], .form-field input[type="number"], .form-field select, .form-field textarea{
    font-size: 22px;
    line-height: 24px;
}
.student-box-detail h5 span{
    display: inline-block;
}
.col-md-6 .student-box-img img{
    height: 360px;
}

.form-field label{width: 100%; font-size: 20px; margin-bottom: 10px;}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="number"], .form-field input[type="password"], .form-field select, .form-field textarea{
    display: inline-block;
    color: #000;
    border: 1px solid #414141;
    width: 100%;
    max-width: 400px;
    padding: 17px 18px;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.form-field select{
    background-image: url(images/icon-arrow-down.svg);
    background-size: 17px 12px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
}
.form-field.form-field-style-2 input[type="text"], .form-field.form-field-style-2 input[type="email"], .form-field.form-field-style-2 input[type="password"], .form-field.form-field-style-2 input[type="tel"], .form-field.form-field-style-2 input[type="number"], .form-field.form-field-style-2 select, .form-field.form-field-style-2 textarea{
    max-width: 767px;
}

.sign-in-section{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signin-box {
    padding: 50px 40px 40px;
border: 1px solid #707070;
border-radius: 11px;
    width: 490px;
    position: relative;
}
.show-pwd{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
a.link-1 {
    color: #233ED0;
}
.fs-20{
    font-size: 20px;
    line-height: 30px;
}
.error{
    font-size: 16px;
    line-height: 20px;
    color: red;
    display: none;
}
#menu-box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 600px;
    height: 100%;
    z-index: 3;
    background: #F7F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 165px 50px 100px;
    transition: all .2s ease;
    overflow: hidden;
}
div#menu-box ul {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding-right: 30px;
}
#menu-box.open{
    right: 0%;
    transition: all .2s ease;
}
.menu-section li a{
    font-family: var(--font-NanumMyeongjo);
    font-weight: 700;
    padding: 30px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.menu-section li a img{
    height: 30px;
    margin-left: 10px;
    margin-top: -10px;
}
.menu-section li a:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #071D39;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s ease;
}
.menu-section li a:hover:after{
    transition: all .2s ease;
}
.menu-section li:last-child a{padding-bottom: 0px;}
.menu-section li:last-child a:after{display: none;}


.baner-style-2{ 
    min-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
}
.baner-style-2 h1{
    font-size: 60px;
    line-height: 90px;
}

.banner-section.baner-style-2 p, .detail-style-2 p{
    font-size: 24px;
    line-height: 38px;
}
.baner-style-2 h1, .baner-style-2 p{
    color: #061E33 !important;
}
.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.detail-style-2 .btn-1{
    font-size: 20px;
    line-height: 1;
}
.section-see-thru-al{
    padding: 100px 0 185px;
}
.see-thru-al-1 img.w-100{
    max-width: calc(100% - 70px);
}
.see-thru-al-2{
    margin-top: 200px;
}

.people-slider{
    margin-left: -13px;
    margin-right: -13px;
    transform: rotate(180deg) !important;
}
.people-slider .swiper-slide{
    width: 446px;
    align-items: center;   
    padding-right: 13px;
    padding-left: 13px;
}
.people-slider .team-people-box{
    transform: rotate(180deg) !important;
}
.section-people.bg-img {
    padding: 190px 0 150px;
}

.rr-tab-enable{
    
}
.rr-tab-enable .rr-tab-detail-box{
    display: none;
}
.rr-tab-enable .rr-tab-detail-box:first-child{
    display: block;
}
.popup-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.popup-section.open{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 20px;
}
.close-btn:after, .close-btn:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #061E33;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(45deg);
}
.close-btn:before{
    transform: rotate(-45deg);
}


@media only screen and (min-width: 767px) and (max-width: 1920px)  {  
    .container{
    max-width: 84.375vw;
}
    .row {
        margin-right: -.78vw;
        margin-left: -.78vw;
    }
    .row>*{
        padding-left: .78vw;
        padding-right: .78vw;
    }
    .mb-15{margin-bottom: .78vw;}
    .mb-20{margin-bottom: 1.04vw;}
    .mb-25{margin-bottom: 1.30vw;}
    .mb-40{margin-bottom: 2.08vw;}
    .mb-50{margin-bottom: 2.60vw;}
    .mb-60{margin-bottom: 3.125vw;}
    .mb-75{margin-bottom: 3.9vw;}
    .ml-20px{margin-left: 1.04vw;}  
    .mt-15{margin-top: .78vw;}
    .mt-40{margin-top: 2.08vw;}
    .mb-10{margin-bottom: .52vw;}
    .mb-30{margin-bottom: 1.56vw;}
    h1{
    font-size: 4.16vw;
    line-height: 4.68vw;
}
h2{
    font-size: 3.125vw;
    line-height: 3.6vw;
    color: #061E33;
}
h3 {
    font-size: 2.6vw;
    line-height: 2.86vw;
}
.menu-section li a {
    font-size: 1.66vw;
    line-height: 2.08vw;
}
h4, .banner-section p{
    font-size: 2.08vw;
    line-height: 2.6vw;
}

h5, .fs-18, p, li { font-size: 1.56vw; line-height: 2.29vw; }
    .fs-18-imp{
    font-size: 0.937vw;
    line-height: 1.24vw;
}
    
    p{margin-bottom: 2.6vw;}

header {
    padding: 2.08vw 0;
}
.header-menubox ul{margin-top: .78vw;}
.header-menubox ul li{ 
    padding: .52vw 2.08vw;
}
.header-menubox ul li:last-child{ padding-right: 0px;}

#nav-icon{
    width: 2.5vw;
    height: 1.97vw;
}
#nav-icon span{
    height: .31vw;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2){
  top: .78vw;
}
#nav-icon span:nth-child(3){
  top: 1.56vw;
}
#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(3){
  top: .52vw
}
#nav-icon.open span:nth-child(2){
    width: 0;
}

a.logo-box{
    width: 22.13vw;
}
.menu-section li a img{
    height: 1.56vw;
    margin-left: 0.52vw;
    margin-top: -.52vw;
}
a.search-link svg{width: 1.97vw; height: 1.97vw;}
    
.banner-section{
    padding: 13.02vw 0 7.29vw;
    height: 32.55vw;
}
    
.banner-section .overlay-text h1{
    max-width: 69.79vw;
}
    .banner-section .overlay-text h5{
    max-width: 36.4vw;
    margin-bottom: 7.8vw;
    font-size: 1.88vw;
    line-height: 2.34vw;
}
    .banner-section .overlay-text p{margin-top: 1.14vw; padding-top: 1.14vw;}
.banner-section .overlay-text p:before{
    width: 17.7vw;
}
    
.footer-menu h4{
    margin-bottom: .52vw;
}
footer{
    padding: 5.73vw 0 2.6vw;
}
.footer-btm-holder{
    padding-top: 3.125vw;
    margin-top: 1.56vw;
}
ul.social-link li a {
    width: 2.24vw;
    margin-left: 1.3vw;
}
ul.social-link li:first-child a {
    margin-left: 0;
}
  .footer-policy-link li a{padding: 0 2.08vw;}  
  .breadcrumbs-menu li{ padding: 0 1.04vw; font-size: 1.458vw; line-height: 1.875vw;}
  .footer-policy-link li:last-child a, .breadcrumbs-menu li:last-child{padding-right: 0px;}  
  .footer-policy-link li:first-child a, .breadcrumbs-menu li:first-child{padding-left: 0px;}  
    ul.breadcrumbs-menu li:first-child a img{
    width: 1.4vw;
}
    .section-pad{padding: 3.125vw 0 7.29vw;}
    
    
.rr-tab-link-holder {
    width: 19.43vw;
}
.rr-tab-detail-holder{
    width: calc(100% - 19.43vw);
    padding-left: 3.125vw;
}
.rr-tab-link-holder li a{
    padding: 1.56vw;
    font-size: 1.66vw;
    line-height: 1.88vw;
}
.rr-tab-link-holder li.active a{
    font-size: 2.08vw;
}
.rr-tab-link-holder li a:after{
    width: calc(100% - 4.94vw);
    left: 1.56vw;
}
.outline-detail-box{
    padding: 3.125vw 0;
}
.outline-detail-box:first-child{
    padding-top: 0px;
}
.outline-detail-box h2{
    margin-bottom: 2.08vw;
}
.btn-1{
    font-size: 1.56vw;
    padding: .78vw 1.82vw .78vw 1.4vw;
}
.btn-1:after{
    width: 1.09vw;
    height: 0.83vw;
    margin-left: 1.04vw;
}
.btn-1:hover:after{
    transform: translateX(.26vw);
}
.taken-courses-box p, .taken-courses-box ul, .taken-courses-box h2{
    max-width: 60.4vw;
}
.taken-courses-box p, .taken-courses-box ul, ul.list-detail{
    margin-bottom: 1.3vw;
}
.taken-courses-box ul li, .schedule-date-detail-box ul li, ul.list-detail li{
    margin-bottom: .78vw;
}
.taken-courses-box ul li span:first-child, .schedule-date-detail-box ul li span:first-child, ul.list-detail li span:first-child{
    width: 14.58vw;
    padding-right: 1.04vw;
    margin-right: 1.56vw;
}
 ul.list-detail li span:first-child{
     padding-right: 2.34vw;
}
.schedule-detail-box{
    box-shadow: 0px 3px 2.08vw #0000000F;
    margin-bottom: 2.08vw;
    padding: 2.08vw 2.6vw 2.6vw;
}
p.schedule-date-day span {
    padding-left: 1.2vw;
    margin-left: 1.2vw;
}
.schedule-date {
    font-size: 6.3vw;
}
.schedule-date-box.clr-blue {
    width: 18.2vw;
    margin-right: 2.6vw;
}
.download-assignments-list-holder li{
    padding: 1.56vw 0;
}
.download-assignments-list-holder li span{
    background-size: 1.3vw 1.66vw;
    background-position: top .31vw left;
    padding-left: 2.6vw;
}
a.download-link-pdf {
    padding-right: 2.6vw;
    background-size: 1.56vw 1.5vw;
    background-position: top .26vw right;
    font-size: 1.25vw;
}
.grade-point-box {
    padding: .57vw 1.3vw;
}
.grade-detail-box {
    max-width: calc(100% - 18.22vw);
}
.grad-secession-text {
    margin-right: 2.6vw;
}
.ai-grade-detail h4{
    margin-right: 2.08vw;
    min-width: 4.68vw;
}
.grade-final-point.grade-point-box{
    padding: .937vw 1.82vw;
}
.student-box-img img {
    height: 13.54vw;
}
.student-box-detail h5 span, .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="password"], .form-field input[type="number"], .form-field select, .form-field textarea{
    font-size: 1.14vw;
    line-height: 1.25vw;
}
.col-md-6 .student-box-img img{
    height: 18.75vw;
}
.form-field label{font-size: 1.04vw; margin-bottom: .78vw;}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="number"], .form-field input[type="password"], .form-field select, .form-field textarea{
    padding: 0.88vw .937vw;
}
.form-field select{
    background-size: 0.88 0.625vw;
    background-position: right 1.04vw center;
    padding-right: 2.6vw;
}
.form-field.form-field-style-2 input[type="text"], .form-field.form-field-style-2 input[type="email"], .form-field.form-field-style-2 input[type="password"], .form-field.form-field-style-2 input[type="tel"], .form-field.form-field-style-2 input[type="number"], .form-field.form-field-style-2 select, .form-field.form-field-style-2 textarea{
    max-width: 39.94vw;
}
.signin-box {
    padding: 2.6vw 2.08vw 2.08vw;
    border-radius: 0.57vw;
    width: 29vw;
}
.show-pwd{
    right: .78vw;
}
.fs-20{
    font-size: 1.04vw;
    line-height: 1.56vw;
}
#menu-box {
    width: 31.25vw;
    padding: 8.59vw 2.6vw 5.2vw;
}

.menu-section li a{
    padding: 1.56vw 0;
}

.menu-section li:last-child a{padding-bottom: 0px;}
.menu-section li:last-child a:after{display: none;}
.baner-style-2{
    min-height: 52.08vw;
}
.baner-style-2 h1{
    font-size: 3.64vw;
    line-height: 4.68vw;
}
.banner-section.baner-style-2 p, .detail-style-2 p{
    font-size: 1.25vw;
    line-height: 1.95vw;
}
    .detail-style-2 .btn-1{
        font-size: 1.04vw;
    }
    
.section-see-thru-al{
    padding: 5.2vw 0 9.63vw;
}
.see-thru-al-1 img.w-100{
    max-width: calc(100% - 3.64vw);
}
.see-thru-al-2{
    margin-top: 10.41vw;
}

.people-slider{
    margin-left: -0.67vw;
    margin-right: -0.67vw;
}
.people-slider .swiper-slide{
    width: 23.23vw; 
    padding-right: 0.67vw;
    padding-left: 0.67vw;
}
    .section-people.bg-img {
    padding: 9.89vw 0 7.8vw;
}
    .close-btn{
    top: .52vw;
    right: .52vw;
    padding: 1.04vw;
}
    ul.breadcrumbs-menu ul {
    top: 3.125vw;
    width: 23.437vw;
}
ul.breadcrumbs-menu ul li a {
    padding: 0.78vw 1.56vw;
}
    .breadcrumbs-menu>li:before{
    height: 1.56vw;
    }
    .edu-menu-holder ul.edu-menus>li.has-breadcrumb-menu>a:after {
    margin-left: 0.52vw;
}
    .breadcrumbs-menu>li{
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
}
}



.sticky {
    will-change: all;
    -webkit-transition: -webkit-all .2s ease;
    transition: -webkit-all .2s ease;
    transition: all .2s ease;
    transition: all .2s ease,-webkit-transform .2s ease;
}
.sticky--not-top.sticky--pinned{
    background-color: #fff; 
    padding: 20px 0;
    box-shadow: 1px -4px 10px 3px #ded7d7;
}
.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box{
    background-color: transparent;
    box-shadow: none;
}
.sticky.sticky--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.sticky.sticky--unpinned {
    -webkit-transform: translateY(-13rem);
    transform: translateY(-13rem);
    -webkit-transition: -webkit-all .4s ease-in;
    transition: -webkit-all .4s ease-in;
    transition: all .4s ease-in;
    transition: all .4s ease-in,-webkit-all .6s ease-in;
}
.sticky--top{
	box-shadow: none!important;
}

.sticky--not-top.sticky--pinned a.logo-box img.header-logo{
    opacity: 0;
    visibility: hidden;
}
.sticky--not-top.sticky--pinned a.logo-box img.header-logo-2{
    opacity: 1;
    visibility: visible;
}

.sticky--not-top.sticky--pinned .header-menubox ul li{
    border-color: #061E33;
}
.sticky--not-top.sticky--pinned .header-menubox ul{
    color: #061E33;
}
.sticky--not-top.sticky--pinned #nav-icon span{
    background: #061E33;
}
.sticky--not-top.sticky--pinned a.logo-box {
    width: 300px;
}

@media only screen and (min-width: 767px) and (max-width: 1920px)  { 
    .sticky--not-top.sticky--pinned{
    padding: 1.04vw 0;
    }
    .sticky--not-top.sticky--pinned a.logo-box {
        width: 15.6vw;
    }   
}


@media (max-width: 767px){
    .baner-style-2 {
        min-height: 100vh;
    }
    .breadcrumbs-holder{
        /*display: none !important;*/
    }
    .breadcrumbs-holder .nomobile{
        display: none !important;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 34px;
        line-height: 45px;
    }
    h4, .banner-section p {
        font-size: 22px;
        line-height: 33px;
    }
     .banner-section .overlay-text h5{
         font-size: 20px;
         line-height: 30px;
    margin-bottom: 100px;
    }
    
    header {
        padding: 20px 0;
    }
    a.logo-box {
        overflow: hidden;
    }
    .sticky--not-top.sticky--pinned {
    padding: 15px 0;
    }
    .sticky--not-top.sticky--pinned a.logo-box, a.logo-box {
        width: 160px;
    }
    h5, .fs-18, p, li {
        font-size: 18px;
        line-height: 26px;
    }
    .fs-18-imp{
    font-size: 14px;
    line-height: 20px;
}
    p {
    margin-bottom: 35px;
    }
    .mb-20 {
    margin-bottom: 10px;
}
    .mb-30 {
    margin-bottom: 15px;
}
    .mt-50 {
    margin-top: 30px;
}
    .mb-60 {
    margin-bottom: 40px;
}
    #menu-box{
        padding: 100px 15px 50px;
        right: -110%;
        width: 100%;
    }
    #nav-icon {
        width: 30px;
        height: 25px;
    }
    #nav-icon span {
    height: 3px;
    }
    #nav-icon span:nth-child(2) {
    top: 11px;
}
    #nav-icon span:nth-child(3) {
    top: 22px;
}
    .header-menubox ul li {
    padding: 5px 15px;
    font-size: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
}
    .header-menubox ul li:last-child {
    padding-right: 0px;
}
    a.search-link svg {
        width: 20px;
    height: 24px;
}
    .banner-section {
    padding: 150px 0 80px;
    height: auto;
    min-height: 80vh;
}
    
    .banner-section .overlay-text p {
    margin-top: 15px;
    padding-top: 15px;
    }
    .banner-section .overlay-text p:before {
    width: 180px;
    }
    .breadcrumbs-menu li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    }
    ul.breadcrumbs-menu li:first-child a img {
    width: 22px;
}
    .rr-tab-link-holder , .rr-tab-detail-holder{
    width: 100%;
    }
    .rr-tab-detail-holder{
        padding: 0px;
    margin-top: 50px;
    }
    .rr-tab-link-holder li a {
    padding: 20px 30px;
    font-size: 22px;
    line-height: 28px;
}
    .rr-tab-link-holder li.active a {
    font-size: 26px;
}
    .outline-detail-box h2 {
    margin-bottom: 20px;
}
    .btn-1 {
    font-size: 21px;
    padding: 12px 27px 12px 20px;
    }
    .outline-detail-box {
    padding: 40px 0;
}
    .menu-section li a {
        padding: 20px 0;
        font-size: 26px;
        font-size: 22px;
        line-height: 30px;
    }

    .download-assignments-list-holder li {
    padding: 20px 0;
        display: block;
    }
    .download-assignments-list-holder li span {
    background-size: 18px 21px;
    background-position: top 1px left;
    padding-left: 30px;
}
    .download-assignments-list-holder a.download-link-pdf {
        margin-top: 10px;
        margin-left: 28px;
    }
    a.download-link-pdf {
    padding-right: 35px;
    background-size: 22px 18px;
    background-position: top 0px right;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    }
       .taken-courses-box ul li span:first-child, .schedule-date-detail-box ul li span:first-child {
    width: 125px;
    padding-right: 5px;
    margin-right: 15px;
}
    .taken-courses-box ul li span:first-child {
        width: 145px;
    }
    .taken-courses-box ul li, .schedule-date-detail-box ul li, ul.list-detail li {
    margin-bottom: 10px;
}
    .grade-detail-holder,  .schedule-detail-box {
        display: block;
    }
    .grade-detail-box {
    max-width: 100%;
}
    .grade-point-box {
    margin-top: 30px;
}
    .ai-grade-detail h4 {
    margin-right: 20px;
    min-width: 60px;
}
    .grad-secession-text {
    margin-right: 20px;
}
    
    .schedule-date {
        font-size: 80px;
    }
    .schedule-date-box.clr-blue {
        width: 100%;
        border-right:0px;
        border-bottom: 1px solid rgb(145 145 145 / 36%);
        margin-right: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
    .schedule-detail-box {
    margin-bottom: 40px;
    padding: 34px 20px 40px;
}
    footer {
    padding: 75px 0 30px;
}
    .footer-logo img{width: 100px;}
  
ul.social-link li a {
    width: 30px;
    margin-left: 10px;
}
      ul.social-link li:first-child a {
    margin-left: 0;
}
    .footer-btm-holder {
    padding-top: 30px;
    margin-top: 40px;
}
    
.footer-policy-link li a, .footer-btm-holder p {
    padding: 0 15px;
    font-size: 14px;
}
    .footer-policy-link li:first-child a, .breadcrumbs-menu li:first-child {
    padding-left: 0px;
}
    .form-field label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
}
    .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="number"], .form-field input[type="password"], .form-field select, .form-field textarea {
    padding: 10px 15px;
    }
    .student-box-detail h5 span, .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="password"], .form-field input[type="number"], .form-field select, .form-field textarea {
    font-size: 16px;
    line-height: 24px;
}
    .form-field.mb-30 {
    margin-bottom: 30px;
}
    
    .people-slider .swiper-slide {
    width: 315px;
    padding-right: 7px;
    padding-left: 7px;
}
    .people-slider {
    margin-left: -7px;
    margin-right: -7px;
    transform: rotate(0deg) !important;
}
    .people-slider .team-people-box {
    transform: rotate(0deg) !important;
}
    .people-detail{
        padding: 0 15px;
    }
    .banner-section.baner-style-2 p, .detail-style-2 p {
    font-size: 16px;
    line-height: 24px;
}
    .fs-20 {
    font-size: 14px;
    line-height: 24px;
}
    .see-thru-al-1 img.w-100, .see-thru-al-2 img {
    max-width: 100%;
        margin-bottom: 30px;
}
    .see-thru-al-2 {
    margin-top: 50px;
    flex-direction: column-reverse;
}
    .section-see-thru-al {
    padding: 75px 0;
}
    .section-people.bg-img {
    padding: 100px 0;
}
    .section-people .row.align-items-center {
    flex-direction: column-reverse;
}
    .baner-style-2 h1 {
    font-size: 34px;
    line-height: 45px;
}
    .overlay-text {
    padding: 0 15px;
}
    .baner-style-2 {
    height: auto !important;
    }
ul.breadcrumbs-menu.d-flex.align-items-center {
    white-space: nowrap;
}
    .breadcrumbs-menu>li {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    #fixed-head.open-menu-box .header-logo{
    opacity: 0;
    visibility: hidden;
}
#fixed-head.open-menu-box a.logo-box img.header-logo-2{
    opacity: 1;
    visibility: visible;
}
    .header-menubox ul {
    margin-top: 5px;
}
    ul.breadcrumbs-menu>li.has-breadcrumb-menu>a:after{
        display: none;
    }
    ul.breadcrumbs-menu ul{
        width: 275px;
    }
}


.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #061E33;
}

.outline-detail-box p>a, .outline-detail-box li>a, .outline-detail-box div>a{
    color: #C1272D;
}
.outline-detail-box p>a:hover, .outline-detail-box li>a:hover, .outline-detail-box div>a:hover{
    text-decoration: underline;
}
@media (min-width: 1440px){
.min-height-home{
     min-height: calc(100vh - 521px);
}
}