@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Inter&family=Satisfy&display=swap');

.nav-white.nav-line {
    border-color: rgba(255,255,255,0.3);
}
.nav-lg {
    font-size: 17px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    /* width: 70%; */
}


.border-orange {
    border: 1px solid #ffebdc!important;
}

.nav-lg > li > a {
    padding: 13px 17px;
}

.nav-lg.nav-line > li {
    margin-right: 30px;
}

.nav-line > li {
    margin-right: 25px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 1px;
}

.rounded-5 {

    border-radius: 6.1875rem!important;
}
.f12 {font-size:12px!important}

@media screen and (min-width: 400px) { 

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 2rem;
        padding: 0rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #151515;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0 solid transparent;
        border-radius: 0.25rem;
    }
    
}


#faqAccordion h4.collapsed::before {
    content: "\f055";
}
#faqAccordion h4::before {
    content: "\f056";
    float: right;
    font-family: fontAwesome;
    color: #07be3e;
}

.contact-info .box {
    width: 100%;
    margin: 0;
    padding: 10px 30px 10px 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
   
}

.contact-info .box:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
   
   

}

.contact-info ul.contact-info-listing li a .img-box .mdi-phone-ring-outline {
    color: #40a3f1;
}

.contact-info ul.contact-info-listing li a .img-box .mdi-email-variant {
    color: #d44638;
}

.contact-info ul.contact-info-listing li a .img-box .mdi-whatsapp {
    color: #4fce5d;
}
.contact-info .box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
}
.contact-info ul.contact-info-listing li {
    margin-right: 20px;
}

.contact-info ul.contact-info-listing li a {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    align-content: flex-start;
}

.contact-info ul.contact-info-listing li a .img-box {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #5c4b51;
    margin-right: 8px;
    vertical-align: top;
}

.contact-info ul.contact-info-listing li a .data {
    display: inline-block;
    vertical-align: top;
}

.mob-only {
    display: none!important;
}

.sidebar_widget {
    transition: .3s ease-in-out;
    
    width: 100%;
    max-width:300px;
}

.sidebar_widget.inquire_widget ul li label em {
    display: none;
}


.sidebar_widget.inquire_widget input.text, textarea {
    width: 100%;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #212121;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
    font-size: 13px;
    margin: 0;
}

.sidebar_widget.inquire_widget ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 58px;
}

.sidebar_widget.inquire_widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar_widget, .sidebar_widget.inquire_widget {
  
    float: left;
    border: solid 1px #5c4b51;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: rgb(65, 60, 60);
    border: 1px solid rgb(58, 55, 55);
    border-bottom-color: transparent;
    font-weight: bold;
}


.theme-search-area-stacked .theme-search-area-submit-curved {
    border-radius: 0 3px 3px 0;
}


.theme-search-area-submit {
    margin-top: 0;
    display: block;
    height: 57px;
    line-height: 57px;
    text-align: center;
    padding: 0;
    width: 100%;
    color: #fff;
    background: #17b15a;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
        margin-left: -22px;
}
.nav-white > li.active > a, .nav-white > li.active > a:hover, .nav-white > li.active > a:focus {
    color: #595959;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.nav-white .nav-line > li.active > a {
    color: #232323 !important;
}

.nav-white .nav-line > li.active > a:hover {
    color: #4caf50 !important;
}
.nav-white.nav-line > li > a, .nav-white.nav-line > li > a:hover, .nav-white.nav-line > li > a:focus {
    border-color: #fff;
}

.nav-white > li > a, .nav-white > li > a:hover, .nav-white > li > a:focus {
    color: #4caf50;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    background: none;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}


.nav-line > li > a, .nav-line > li > a:hover, .nav-line > li > a:focus {
    border: none;
    background: none !important;
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.nav-line > li.active > a, .nav-line > li.active > a:hover, .nav-line > li.active > a:focus {
    border: none;
    border-bottom: 2px solid #777;
}

.nav-white > li > a, .nav-white > li > a:hover, .nav-white > li > a:focus {
    color: #4caf50;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    background: #4caf50;
}


.theme-search-area-section-curved .theme-search-area-section-input {
    border-radius: 3px;
}
.theme-search-area-section-input {
    display: block;
    width: 100%;
    border: none !important;
    outline: none !important;
    height: 55px;
    padding-left: 42.30769230769231px;
    font-size: 16px;
    background: none;
}


.theme-search-area-stacked .theme-search-area-section-curved.first .theme-search-area-section-inner {
    border-radius: 3px 0 0 3px;
}
.theme-search-area-stacked .theme-search-area-section-curved .theme-search-area-section-inner {
    border-radius: 0;
}
.theme-search-area-section-bg-white .theme-search-area-section-inner {
    background: #fff;
}
.theme-search-area-section-no-border .theme-search-area-section-inner {
    border: none;
}
.theme-search-area-section-curved .theme-search-area-section-inner {
    border-radius: 3px;
}
@media (min-width: 992px) {
.theme-search-area-stacked .theme-search-area-section-inner {
    border-right: none;
}
}
.theme-search-area-section-inner {
    position: relative;
    border: 1px solid #d9d9d9;
}
.bg-dark-blue {

    background-color: #06365e !important;
}

.bg-vlight {
    background-color: #fdfdfd!important;
}
.newsboard .nav.nav-pills .nav-item {
    margin-right: .25rem;
}

.newsboard .nav.nav-pills.nav-dark .nav-link.active {
    color: #fff;
    background-color: ##4caf50;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #181c32;
}

.newsboard .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}

.newsboard .nav.nav-pills.nav-dark .nav-link:hover:not(.active), .nav.nav-pills.nav-dark .show>.nav-link {
    color: #181c32;
    background-color: transparent;
}
.newsboard .card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.newsboard .card.card-custom>.card-header .card-title .card-label {
    margin: 0 .75rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newsboard .card.card-custom>.card-header .card-title, .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}
.font-size-h4 {
    font-size: 1.35rem!important;
}
.text-dark-75 {
    color: #3f4254!important;
}

.font-size-lg {
    font-size: 1.08rem;
}
.text-muted {
    color: #b5b5c3!important;
}


.newsboard .font-size-sm {
    font-size: .825rem;
}
.font-weight-bolder {
    font-weight: 600!important;
}
.pl-4, .px-4 {
    padding-left: 1rem!important;
}
.pr-4, .px-4 {
    padding-right: 1rem!important;
}
.newsboard .card-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsboard .card.card-custom>.card-header .card-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsboard .card.card-custom>.card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem;
    margin-left: 0;
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.newsboard .nav.nav-pills .nav-link.active, .nav.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fc7937;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
}

.newsboard .card-header .card-title .card-label {
    margin: 0 .75rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newsboard .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.newsboard .card-header:first-child {
    border-radius: calc(.42rem - 1px) calc(.42rem - 1px) 0 0;
}
.pt-7, .py-7 {
    padding-top: 1.75rem!important;
}



.text-blue {
    color: #00559e !important;
}
.border-radius-left {

    border-radius: 5px 0 0 0;
}

.border-radius-right {

    border-radius: 0px 5px 0 0;

}

text-black {
    color:#000;
}
.bg-ora {
    background-color:orange;
}
.f12 {
  font-size: 12px;
}

.f13 {
    font-size: 13px;
  }
.bold {
  font-weight: bold;
}


.holder-top-desktop {
    border-bottom: 1px solid #ececec;
    height: 32px;
    padding-left: 42px;
    padding-right: 42px;
}


.h-info01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -45px;
    padding: 10px 0 9px;
}
.f14{ font-size:14px; }
.f15{ font-size:15px; }
.f16{ font-size:16px; }
.f17{ font-size:17px; }
.f18{ font-size:18px; }
.f19{ font-size:19px; }
.f20{ font-size:20px; }
.bg-ablight { background:#d4f0f5 !important; }
.bg-l-blue {
   background: #edf7ff;
}
.ht-400{
    height:400px;
}
.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    border: 1px solid #d0d0d0;
}

.rounded-lg {
    border-radius: .5rem!important;
}
.shadow-lg {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04)!important;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.font-size-sm {
    font-size: .875rem!important;
}
.font-weight-semi-bold {
    font-weight: 600!important;
}

.text-success {
    color: #19cb98!important;
}

.ht-410{
    height:410px!important;
}

.bg_lblue {
    background: #eff4fb;
}
.bg-lblu {
    background: #c8dfff!important;
}
.overview .otherInfo p strong {
    display: block;
    color: #4caf50;
    font-size: 23px;
}

.overview .otherInfo p  {
    display: block;
    color: #00559e;
    font-size: 17px;
}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase!important;}
.mt-n1 { margin-top: -1rem!important; }
.mt-n2 { margin-top: -2rem!important; }
.mt-n3 { margin-top: -3rem!important; }
.mt-n4 { margin-top: -4rem!important; }
.mt-n5 { margin-top: -5rem!important; }


.mb-n1 { margin-bottom: -1rem!important;  }
.mb-n2 { margin-bottom: -2rem!important; }
.mb-n3 { margin-bottom: -3rem!important; }
.mb-n4 { margin-bottom: -4rem!important; }
.mb-n5 { margin-bottom: -5rem!important; }


.lowercase {
    text-transform: lowercase;
  }
.h-info01 .tt-item {
    color: #7b7b7b;
    font-size: 14px;
    margin-left: 45px;
    margin-top: -10px;
}

.h-info01 .tt-item a {
    color: #7b7b7b;
}

.h-social li:first-child a {
    padding-left: 0;
}
.h-social a {
    color: #7b7b7b;
    display: inline-block;
    padding: 3px 10px;
    font-size: 17px;
}


.h-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f12 {  font-size: 12px;}
.f13 {  font-size: 13px;}
.f14 {  font-size: 14px;}
.f15 {  font-size: 15px;}
.f16 {  font-size: 16px;}
.f22 {  font-size: 22px;}
.f23 {  font-size: 23px;}
.f40 {  font-size: 40px;}
.f45 {  font-size: 45px;}
.f50 {  font-size: 50px;}
.f55 {  font-size: 55px;}
.f60 {  font-size: 60px;}
.f65 {  font-size: 65px;}
.f70 {  font-size: 70px;}
span::first-letter {
    text-transform: capitalize;
}
p::first-letter {
    text-transform: capitalize;
}

.overview-ab p {
    text-transform: capitalize; 
   }
    h5::first-letter {
        text-transform: capitalize;
    }

    h3::first-letter {
        text-transform: capitalize;
    }
    
#topbar .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    list-style: none;
}

#topbar .navbar-nav .nav-link {
    color: #11599a;
}

.bg-green {

    background-color: #16b058!important;
}

.bg-grymed {
    background-color: #a5b2d0!important;
}

.bg-lgreen {
    background-color: #a1efc2!important;
}

.bg-lorange{
    background:#fadaa8!important;
}

.txt-green {

    color: #16b058;
}
.bg-blue {

    background-color: #dae6f1;
}

.bg-mblue {
    background-color:  #0e266c;
}

.brd {
    border-radius: 5px;
}

#topbar .navbar-nav .nav-link-a {
    color: #fff;
}




  /*  .stepProcess {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(26%, #ffb815), color-stop(0%, #fff));
        background-image: linear-gradient(to right, #ffb815 26%, #fff 0%);
        background-position: top;
        background-size: 12px 2px;
        background-repeat: repeat-x;
        padding-left: 0;
        padding-top: 30px;
    }

*/

.stepProcess {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.stepProcess:before {
    content: "";
    width: 1px;
    height: 100%;
  
    left: 50%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, orange 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(rgb(14, 98, 177) 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, green 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(red 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 1px 1px, 1px 10px;
    
}

.stepProcess .timeline-item {
    margin-bottom: 10px;
    position: relative;
}

.stepProcess .timeline-item:after, .stepProcess .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.stepProcess .timeline-item .timeline-icon {
    background: #4caf50;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
}
.stepProcess .timeline-item .timeline-content {
    position: relative;
    width: 45%;
    background: #f2f1f9;
    padding: 14px 20px 20px;
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: right;

    background: linear-gradient(to right, #4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right,#4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#4caf50 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;

}

.stepProcess .timeline-item .timeline-content h4{
    color:#0b4aa7;
}

.overview  h1{ 

    font-size:x-large; 
    color:#0b4aa7;

}
.stepProcess .timeline-item .timeline-content::before {
    content: '';
    position: absolute;
    right: -7px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f2f1f9;
    background: linear-gradient(to right, #4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right,#4caf50 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#4caf50 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;

}

.stepProcess .timeline-item:after, .stepProcess .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.stepProcess .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
}

.stepProcess .timeline-item .timeline-content.right:before {
    content: '';
    left: -7px;
    right: auto;
    border-left: 0;
    border-right: 7px solid #f2f1f9;
}

.text-orange{
    color:#fc7937;
}

.text-white{
    color:#fff;
}
.text-light-orange{
    color:#ffebdc!important;
}
.collapse.show {
    display: block;
}

.collapse {
    display: none;
}

.faq_box h3.collapsed {
    color: #242424;
}
.faq_box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: var(--theme-color-two);
    padding-right: 25px;
    margin: 0;
}

.bg-orange{
    background:#fc7937!important;
}
.ht-100 {min-height:100px;} 
.ht-350 {min-height:300px;} 

.bg-very-light-orange-50 { background:#ffe1c1!important;
}

._mb-10 {
    margin-bottom: 10px !important;
}
.theme-sidebar-section {
    background: #fff;
    padding: 25px 30px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.feesStructure table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.04);
}

.feesStructure table tr td strong, table.fees-table tr td strong {
    color: #28a745;
}
.cos_content {
    max-width: 626px;
    width: 100%;
    margin-left: auto;
    padding: 40px;
    margin-right: -55px;
    z-index: 2;
    position: relative;
}
.imgstudent{
    
}
.ht-410 {

    min-height:400px;
}
.subheader {
        /* Stick to the top 
        position: sticky;
        top: 0; */
}


.bg-light-orange {
    background:#ffebdc!important;
}
#faqs h4 {
 font-size:large;
}
ul.stars {
    padding: 0;
    margin: 0;
    font-size: 32px;
    color: #eac333;
}

ul.how_weWork li::before, .process_info ul li::before, #scholarshipTab ul li::before, .visa_column ul li::before {
    position: absolute;
    content: "\f058";
    left: 2px;
    top: 0;
    font-size: 16px;
    font-family: 'FontAwesome';
    color: #f54702;
}
 
 @keyframes cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes typing {
  from {
    width: 100%;
  }
  90%, to {
    width: 0;
  }
}
@keyframes slide {
  33.3333333333% {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  to {
    font-size: 0;
    letter-spacing: 0;
  }
}
.typing-slider {
  font-family: Consolas, monospace;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.typing-slider p {
  position: relative;
  display: inline;
  font-size: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: slide 15s step-start infinite;
}

.typing-slider p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 3px solid black;
  background-color: #FFCC00; 
  animation: typing 5s infinite, cursor 1s infinite;
}

.typing-slider p:nth-child(1) {
  animation-delay: 0s;
}
.typing-slider p:nth-child(1)::after {
  animation-delay: 0s;
  animation-timing-function: steps(16), step-end;
}

.typing-slider p:nth-child(2) {
  animation-delay: 5s;
}
.typing-slider p:nth-child(2)::after {
  animation-delay: 5s;
  animation-timing-function: steps(23), step-end;
}

.typing-slider p:nth-child(3) {
  animation-delay: 10s;
}
.typing-slider p:nth-child(3)::after {
  animation-delay: 10s;
  animation-timing-function: steps(12), step-end;
}

.boxx {
    display: table;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #dbe0f5;
    border-radius: 2px;
    background: #edf4ff;
}

.blockk {
    margin: 0 0 25px;
}
.qusSection, .answer-expert {
    position: relative;
}

.bodyContent ul.courses {
    text-align: left;
    margin: 0;
}

.bodyContent ul.courses li {
    padding: 0 5px 6px 22px;
    position: relative;
    list-style: none;
}

#myTabTable1   ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
       
      }

.bodyContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
 
}

.bodyContent li {
  float: left;
}

.text-blue{
  color:#0b4aa7;
}
.bg-orange-50 {

background: #fc7937e0;
}
.card-custom {
    border-radius: 0px!important;
    border: 0px!important;
}


#newsboard .nav.nav-pills .nav-link {
    color: #b5b5c3;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    position: relative;
}

#newsboard .nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    padding: .75rem 1.5rem;
    color: #7e8299;
}

#newsboard .nav-pills .nav-link {
    border-radius: .42rem;
}
.lblue {
    color:#0064b9;
}


ul.news-container5 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:442px!important;
  max-height: 442px!important;
  overflow-y: auto;  
}
  
  ul.news-container5 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container5 li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }

ul.news-container3 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:442px!important;
  max-height: 442px!important;
  overflow-y: auto;  
}
  
  ul.news-container3 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container3 li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }

  ul.news-container4 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:442px!important;
  max-height: 442px!important;
  overflow-y: auto;
  }
  
  ul.news-container4 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container4 li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }

ul.news-container1 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:442px!important;
  max-height: 442px!important;
  overflow-y: auto; 
}
  
  ul.news-container1 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container1 li:nth-child(2) {
    color: #111;
    background: #fff7ed;
  }

.service-pg ul li:after {
    content: "\e913";
    font-family: var(--font-icomoon);
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0;
}

.services-pg h2 {
    
    color:#f54702;
}
  
ul.news-container2 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:442px!important;
  max-height: 442px!important;
  overflow-y: auto;
  }
  
  ul.news-container2 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container2 li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }



ul.news-container {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:454px!important;
  max-height: 454px!important;
  overflow-y: scroll;
  }
  
  ul.news-container li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }


  ul.news-container7 {
    padding: 0;
    margin: 50px auto 0;
    border: 1px solid #eff7f3;
    box-shadow: 0px 2px 3px #eaeaea;
    border-radius:5px;
  min-height:454px!important;
  
  }
  
  ul.news-container7 li {
    background: #fff;
    color: #111;
    list-style-type: none;
    padding: 1em;
    margin: 0;
    font-size: 15px;
    transition: background-color 0.5s;
   
    border-bottom: 1px solid #eff7f3;
  }

  
  ul.news-container7 li:nth-child(2) {
    color: #111;
    background: #edf4ff;
  }

.imgBox img {
    transition: box-shadow .3s;
    height: 215px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    
    transition: 1s ease;
   
}

.imgBox img:hover {

    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
    
  
    transition: 1s ease;
  }

  .card-img, .card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%;
}


.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ht-250 {
    height:250px;
}

.rounded-right, .rounded-top {
    border-top-right-radius: .5rem!important;
}

.rounded-top {
    border-top-left-radius: .5rem!important;
}


.card-hover {
    transition: box-shadow .25s ease;
}
.card {
    border: 0;
    box-shadow: 0 1px 3px rgb(3 0 71 / 9%);
}
  .nav-segment.nav-pills {
    border-radius: 6.1875rem;
}
.nav-segment:not(.nav-fill) {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.scrollbar-horizontal {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.card-hover {
    transition: box-shadow .25s ease;
}

.no-shadow .card {
    border: 0;
    box-shadow: none!important ;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.shadow-lg {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04)!important;
}

.text-indigo {
    color: #2d1582!important;
}

.device-half-iphone-x-frame {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.device-half-iphone-x-screen {
    position: absolute;
    top: 2.6%;
    left: 4.1%;
    width: 91.8%;
    height: 97.1%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: .9375rem;
    border-top-right-radius: .9375rem;
}
.nav-segment {
    position: relative;
    background-color: #f8fafd;
    padding: .25rem .25rem;
    border-radius: .3125rem;
}
.bg-soft-primary {
    background-color: rgba(55,125,255,.1);
}


[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}

.mt-n8, .my-n8 {
    margin-top: -3.5rem!important;
}

.pb-8, .py-8 {
    padding-bottom: 3.5rem!important;
}


.font-weight-semi-bold {
    font-weight: 600!important;
}

.display-1, .display-2, .display-3, .display-4 {
    letter-spacing: -.05rem;
}
.text-white {
    color: #fff!important;
}
.display-3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
}

.custom-switch {
    padding-left: 3.5rem;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.4rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

[data-cart-items] {
    position: relative;
    display: inline-block;
}

[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -.3rem;
    right: -.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    border: 0px solid #00a546;
    background-color: #00a546;
    color: #fff;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.order-summary-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.order-summary-total {
    font-weight: 700;
    font-size: 1.2em;
}
.block-body {
    padding: 1.2rem 1.5rem;
}

.text-sm {
    font-size: .7875rem;
}
.block-header {
    padding: 1.2rem 1.5rem;
    background: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cart-remove {
    color: #495057;
    font-size: .7875rem;
}


.btn.btn-items {
    color: #868e96;
    padding-left: .2rem;
    padding-right: .2rem;
    text-align: center;
}

.input-items {
    min-width: 40px;
}

.cart-item-img {
    max-width: 80px;
}
.cart-header {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding: 1.2rem 2rem;
    background: #fff;
    color:#000;
}
.cart-title {
    margin-left: 1rem;
}

.text-underline {

    text-decoration: underline
}
.cart-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.cart-body {
    padding: 0 2rem;
}

.btn-outline-primary {
    color: #754ffe;
    border-color: #754ffe;
}
.odometer.odometer-auto-theme {
    font-family: Inter,"sans-serif;";
    line-height: 1.1em;
    font-size: 32px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-value {
    text-align: center;
    color: #18113c;
    font-weight: 600;
}

@media (min-width: 768px)
.pl-md-8, .px-md-8 {
    padding-left: 3.5rem!important;
}

@media (min-width: 768px)
.pr-md-8, .px-md-8 {
    padding-right: 3.5rem!important;
}
.mb-6, .my-6 {
    margin-bottom: 2.5rem!important;
}

@media (min-width: 992px)
.pb-lg-13, .py-lg-13 {
    padding-bottom: 6rem!important;
}
@media (min-width: 992px)
.pt-lg-13, .py-lg-13 {
    padding-top: 6rem!important;
}

.pb-8, .py-8 {
    padding-bottom: 3.5rem!important;
}
.pt-8, .py-8 {
    padding-top: 3.5rem!important;
}
.text-green{
 color:#16b058;
}

#eligi .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: rgb(39, 48, 124);
}

#eligi ul span{
    color: #fff!important;
}

#eligi .nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
}

#eligi .nav-link {
    color: #fff!important;
    background-color: rgb(11, 175, 66);
}

#eligi .nav-link .active {
    color: rgba(255, 255, 255)!important;
}
 .ht-60{
     height:110px;
 }


    


 @media only screen and (min-width: 992px) 

    {
    
        .ht-410 {
            height: 410px!important;
        
        }
        
        .bnr  {
            margin-top: -3em;
            margin-bottom:-3em;
        } 
        
        .srch {
            margin-top: -6rem;
            margin-bottom: 2rem;
        }
        
    .mb-n4 {
        margin-bottom: -3.2rem!important;
    }
    
    .bn-img {
        
      background-image: url(../assets/img/mbbs_abroad_banner2.jpg);
      background-position: 50% 50%;
      background-repeat:repeat, no-repeat;
      height: 370px;
      background-size: cover;
    
    }
    
    
    }

    @media only screen and (min-width: 1400px) {  
        .ht-410 {
            height: 530px!important;
        
        }
        
        .bnr  {
            margin-top: -5em;
            margin-bottom:-3em;
        } 
        
        .srch {
            margin-top: -11rem;
            margin-bottom: 2rem;
        }
    
        
        .bn-img {
          
          background-image: url(/assets/img/mbbs_abroad_banner2.jpg);
          background-position: 50% 50%;
          background-repeat: repeat, no-repeat;
          height: 370px;
          background-size: cover;
        
        }
    
        .mb-n4 {
            margin-bottom: -2rem!important;
        }
        
        }





@media (min-width: 992px)
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
   
}






.nav-segment.nav-pills .nav-link {
    border-radius: 6.1875rem;
}
.nav-segment .nav-link.active {
    color: #1e2022;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(140 152 164 / 25%);
}

.device-wrapper {
    position: relative;
}

.device {
    position: relative;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}


._br-2 {
    border-radius: 2px !important;
}
._mb-20 {
    margin-bottom: 20px !important;
}
.min-w-30px {
    min-width: 30px!important;
}
.min-w-40px {
    min-width: 40px!important;
}
.min-w-50px {
    min-width: 50px!important;
}
.min-w-60px {
    min-width: 60px!important;
}
.min-w-70px {
    min-width: 70px!important;
}
.min-w-80px {
    min-width: 80px!important;
}
.min-w-90px {
    min-width: 90px!important;
}
.min-w-100px {
    min-width: 100px!important;
}
.min-w-110px {
    min-width: 110px!important;
}

.min-w-120px {
    min-width: 120px!important;
}

.min-w-130px {
    min-width: 130px!important;
}
.min-w-140px {
    min-width: 140px!important;
}
.min-w-150px {
    min-width: 150px!important;
}
.min-w-160px {
    min-width: 160px!important;
}
.min-w-170px {
    min-width: 170px!important;
}
.min-w-180px {
    min-width: 180px!important;
}
.min-w-190px {
    min-width: 190px!important;
}
.min-w-200px {
    min-width: 200px!important;
}
.min-w-210px {
    min-width: 210px!important;
}


.dz-image img {
    width: 150px;
    height: 150px;
}
.dropzone.dz-started .dz-message {
	display: block !important;
}

.dropzone .dz-preview.dz-complete .dz-success-mark {
    opacity: 1;
}
.dropzone .dz-preview.dz-error .dz-success-mark {
    opacity: 0;
}
.dropzone .dz-preview .dz-error-message{
	top: 144px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 0em 0 3em!important;
}


.dropzoneDragArea {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    padding: 60px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.dropzone{
    border: 0px solid rgba(0,0,0,.3)!important;

    border-radius: 10px;
}



.note-editor.note-airframe, .note-editor.note-frame {
     border: 0px solid rgba(0,0,0,.2)!important; 
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
     background-color: hsla(0,0%,50.2%,.0)!important; 
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
     border-top: 0px solid rgba(0,0,0,.2)!important; 
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
    min-height: 400px;
    overflow: hidden;
}