@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap");
@charset "utf-8";
/* CSS Document */
:root{
  --primary:#6a2cff;
  --secondary:#ffcc00;
  --dark:#12002e;
  --glass:rgba(255,255,255,.08);
}
html {
}
body {
    font-family: "Rubik", sans-serif;
    color: #111;
}
.h1,
h1 {
}
.border-radius {
    border-radius: 0px !important;
}
table th {
    font-size: 16px;
    font-weight: 700;
}
table td {
    border: 1px solid #ddd;
}
.fw500 {
    font-weight: 500 !important;
}
.f14 {
    font-size: 14px !important;
}
.btn:focus {
    box-shadow: none !important;
}
.list-point {
    position: relative;
}
.list-point ul li {
    line-height: 22px;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #28166f;
}
.list-point ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #28166f;
    border-radius: 50%;
}
.list-point2 ul li:before {
    width: 9px;
    height: 4px;
    top: 10px;
    border-radius: 30px;
}

.sticky {
    position: fixed !important;
    top: 0px;
    z-index: 999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}
.sticky .hdr-top {
}
.sticky .navbar-brand {
}
.sticky .navbar-brand > img {
    height: 60px;
}

.media {
}
.media .media-left,
.media .media-body,
.media .media-right {
    display: table-cell;
    vertical-align: top;
}
.media .media-left {
}
.media .media-body {
    width: 10000px;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
.bg-light-blue {
    background-color: #d1ebf9;
}
.text-primary {
    color: #28166f !important;
}
.text-primary-dark {
    color: #28166f !important;
}
.text-warning {
    color: #ffbc3b !important;
}
.text-warning1 {
    color: #f7941c !important;
}
select.form-control {
    background: #fff url(../images/down-arrow.html) no-repeat;
    background-position: right 8px center;
    background-size: 8px;
}
.bg-light {
    background-color: #f3f4fe !important;
}
.bg-warning2 {
    background-color: #f7941c !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    color: #000000;
}
p {
    line-height: 24px;
    color: #585858;
    font-size: 16px;
}
.f16 {
    font-size: 16px !important;
    line-height: 24px !important;
}
p strong {
    font-weight: 700;
}
.text-light {
    color: #848484 !important;
}
.btn-outline-primary {
    color: #28166f;
    border-color: #28166f;
}
.btn-outline-primary:hover {
    color: #fff;
    border-color: #28166f;
    background-color: #28166f;
}
.btn-primary {
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    background-color: #28166f;
    border-color: #28166f;
}
.btn-primary:hover {
    color: #28166f;
    background-color: #ffbc3b;
    border-color: #ffbc3b;
}
.media .d-m-show {
    display: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.border-bottom-white {
    border-bottom: 1px solid #fff !important;
}
.bg-primary {
    background-color: #28166f !important;
    color: #fff !important;
}
.bg-warning {
    background-color: #ffbc3b !important;
}
.bg-info {
    background-color: #2eabbb !important;
}
.modal-content {
    border-radius: 20px;
}
.btn-close {
    background-position: center;
    background-size: 80%;
}
header {
    z-index: 1000; /*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;
    width: 100%;
}
.hdr-top {
    background-color: #28166f;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hdr-social-link li {
    padding-right: 2px;
    padding-left: 2px;
}
.hdr-social-link li a {
    font-size: 14px;
    color: #000;
    transition: 0.5s;
    display: block;
    background-color: #f0f0f0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}
.hdr-social-link li a.linden {
    background-color: #007bb5;
    color: #fff;
}
.hdr-top-cnt {
    margin-bottom: 0px;
}
.hdr-top-cnt li {
    margin-right: 10px;
}
.hdr-top-cnt li:last-child {
    margin-right: 0px;
}
.hdr-top-cnt li a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 5px;
    position: relative;
}
.hdr-top-cnt-left li a:before {
    position: absolute;
    right: -7px;
    content: "";
    background-color: #fff;
    width: 2px;
    top: 9px;
    bottom: 9px;
}
.hdr-top-cnt-left li:last-child a:before {
    display: none;
}
.hdr-top-cnt li a > span {
    font-size: 12px;
}
.hdr-top-cnt li a i {
    margin-right: 4px;
}
.hdr-top-cnt li a.btn {
    background-color: #fff;
    color: #0b2f55;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 12px;
    border: none;
    margin-top: 3px;
}
.txt-rgt {
    text-align: right;
}
.hdr-top p {
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
}
.hdr-top p b {
    background-color: #ffbc3b;
    border-radius: 30px;
    font-size: 11px;
    padding: 2px 6px;
    font-weight: 700;
    color: #341081;
    margin-right: 15px;
}
.hdr-top p a.btn {
    background-color: #fff;
    padding: 1px 10px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 30px;
    line-height: 12px;
    color: #341081;
    margin-left: 15px;
}
.navbar {
    padding: 2px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}
.navbar-brand {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding: 10px 0px;
}
.navbar-brand > img {
    height: 69px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}
.navbar-expand-lg .navbar-nav {
}
.navbar-nav {
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #28166f;
    padding: 12px 8px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #77dd76;
}
.navbar-nav > li:hover > .drop-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav-mobile .nav-link {
    color: #00296d;
    padding: 8px 8px;
    font-weight: 600;
    font-size: 14px;
}
.navbar-expand-lg .navbar-nav-mobile .nav-link > img {
    width: 30px;
}
.navbar-expand-lg .navbar-nav-mobile .nav-link-number {
    font-size: 20px;
}
.navbar-expand-lg .navbar-nav-mobile .whats-nav-item {
    background-color: #ffbc3b;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-expand-lg .navbar-nav-mobile .whats-nav-item > i {
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav-mobile .nav-link-enroll {
    background-color: #28166f;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav-mobile .nav-link-number:hover {
    color: #00296d !important;
}
.drop-menu {
    padding: 5px;
    width: 100%;
    min-width: 15rem;
    border: none;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
    background-color: #0b2f55;
}
.drop-menu-srvs {
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #0b2f55;
}
.drop-menu > li > a {
    padding: 6px 8px;
    font-weight: 500;
    color: #fff;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}
.drop-menu > li > a:hover {
    color: #f6ba00;
    background-color: #0b2f55;
}
.drop-menu > li > a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0em;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 8px;
    top: 40%;
}

.drop-submenu {
    left: 100% !important;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
    top: 0px !important;
    border: none;
    min-width: 13rem;
}
.drop-submenu > li > a {
    padding: 6px 8px;
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}
.drop-submenu > li > a:hover {
    color: #fff;
    background-color: #28166f;
}

/*===============Header Default End==========*/
/*============ slider css =============*/

/********************
*****Slide effect
**********************/
.landing-slider-wrap {
    background: #5e4496 url(../images/Pattern-Bg.html) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0px 70px;
}
.landing-slider-wrap > img {
}
.overlay-1 {
    background: #5e4496;
}
.landing-slider-text h1 {
    font-size: 60px;
    font-weight: 700;
}
.landing-slider-text h5 {
    font-size: 30px;
    font-weight: 600;
}
.landing-slider-text h5 span {
    font-size: 24px;
    font-weight: 500;
}
.landing-slider-text .btn {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 35px;
}
.think-text {
}
.think-text span {
    padding: 9px 20px;
    border-radius: 10px;
    color: #28166f;
    font-weight: 400;
    font-size: 18px;
}
.course-text {
}
.course-text span {
    padding: 8px 20px;
    border-radius: 10px;
    color: #28166f;
    font-weight: 500;
    font-size: 25px;
}
.student-banner {
    right: 28%;
    bottom: 0px;
}
.contact-form .radio-check {
    font-size: 11px;
    font-weight: 400;
}
.contact-form .radio-check .form-check-input {
    border: 2px solid #28166f;
}
.contact-form .radio-check .form-check-input:checked {
    background-color: #28166f;
    border-color: #28166f;
}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto {
    margin: auto;
}

.slider-overleft-wrap {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    padding-bottom: 20px;
}
.slider-overleft-wrap .media-item {
}
.slider-overleft-wrap .media-item .media .media-left,
.slider-overleft-wrap .media-item .media .media-body {
}
.media-item {
    background: rgb(40 22 111 / 96%);
    position: relative;
    padding: 12px 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 35%);
    transition: 0.5s;
}
.media-item .media .media-left {
    padding-right: 0px;
}
.media-item .media .media-body {
    padding-left: 0px;
}
.media-tmb {
    width: 50px;
    height: 50px;
}
.media-tmb > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
.media-item:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.media-item h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.media-item p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 14px;
    font-size: 11px;
}
/*=========== end ===========*/
/*========== enquire form ======*/
.btn {
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 6px;
}
.btn-lg {
    font-size: 15px;
    padding: 12px 25px;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}
.btn-warning {
    color: #341081;
    background-color: #fdc900;
    border-color: #fdc900;
}
.btn-warning:hover {
    color: #fff;
    background-color: #28166f;
    border-color: #28166f;
}
.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}
.GetinTouch-form .modal-body {
    padding: 25px 45px;
}
.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}
.popup-img h3 {
    font-weight: 600;
}
.GetinTouch-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-control {
    box-shadow: none;
}
.GetinTouch-form .form-group .form-ctrl-pop {
    border-radius: 30px;
    height: 45px;
    padding-left: 40px;
}
.GetinTouch-form .form-group .form-ctrl-msg {
    border-radius: 30px;
    padding-left: 40px;
}
.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;
}
.GetinTouch-form .form-group .btn {
    border-radius: 30px;
}

.wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-white {
    background-color: #fff;
}
.title {
    position: relative;
    margin-bottom: 25px;
}
.title h2 {
    font-size: 32px;
    font-weight: 700;
}
.title h2 span {
}
.title h3 {
    font-weight: 700;
    font-size: 29px;
}
.title h4 {
    font-weight: 700;
    font-size: 25px;
}
.title h5 {
    font-weight: 700;
    font-size: 20px;
}
.title h6 {
    font-weight: 700;
}
.title p {
    font-size: 15px;
    color: #696969;
}
.title-border-gray {
    width: 200px;
}
.title-dots {
    width: 100px;
}
.title-line span {
    padding-bottom: 5px;
}
.title-line span img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.title-border {
}
.title-border h5 {
}
.title-border h5 span {
    position: relative;
}
.title-border h5 span img {
    display: block;
    width: 85px;
}
.green {
    color: #77dd76;
}
.red {
    color: #e43039;
}
.white {
    color: #fff;
}
.bg-blue {
    background-color: #19ace9;
}
.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
}
.embed-responsive > video,
.embed-responsive > iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
.abt-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 35px;
}

.abt-box .title {
}
.abt-box .title h2 {
    font-size: 26px;
}
.abt-box .title h2 span {
    display: block;
}
.abt-box .title h6 {
    font-weight: 700;
    color: #08409d;
    font-size: 17px;
}
.abt-box h4 {
    font-weight: 500;
    font-size: 17px;
}
.abt-box p {
    color: #5c5c5c;
    margin-bottom: 25px;
}
.abt-box .btn-light {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 0px;
    color: #1c0b42;
    border-color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.abt-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}
.abt-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.abt-img {
    position: relative;
    width: 100%;
    height: 415px;
}
.abt-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.item-box {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    margin: 5px;
}
.tmb {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
}
.tmb > img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: 0.5s;
}
.item-box-overlay {
    background: linear-gradient(
        90deg,
        #28166f -14.3%,
        rgb(66 51 127 / 85%) 41.8%,
        rgb(88 75 140 / 0%) 100.18%
    );
}
.item-box-overlay-text h3 {
    font-size: 25px;
    font-weight: 700;
}
.item-dec {
    padding: 15px 15px 10px;
}
.item-dec h4 {
    font-size: 16px;
    font-weight: 500;
}
.item-dec p {
    line-height: 22px;
    color: #666;
}
.item-box:hover > .tmb > img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.Getstarted-wrap .title h2 {
    color: #fff;
    font-size: 50px;
}
.Getstarted-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
}
/*========== course-carousel  ========*/
.bg-light-warning {
    background-color: #fffbe0;
}
.course-carousel .item-box {
    padding: 0px;
    box-shadow: none;
    margin: 0px 0px 20px;
}
.course-carousel .item-box .tmb {
    height: 170px;
}
.course-carousel .item-box .item-dec h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    min-height: 34px;
    color: #000;
}
.course-carousel .item-box .tmb h4.tmb-border {
    border-top: 1px solid #160d38;
    border-bottom: 1px solid #160d38;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
}
.course-carousel .item-box .item-dec {
    padding: 5px 5px 5px;
}
.course-icon {
    width: 15px;
    height: 15px;
}
.course-icon > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.course-carousel .item-box .item-dec h5 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.course-carousel .item-box .item-dec p.small {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
.course-carousel .item-box .item-dec p.small b {
}
.fw14 {
    font-size: 14px !important;
}
.course-box-foot .btn {
    font-weight: 600;
    font-size: 12px;
}
.course-box-foot .btn-link {
    color: #0b2f55;
}
.course-box-foot .btn-link:hover {
    color: #ffbc3b;
}
.course-box-foot.border-top {
    border-top: 1px solid #979797 !important;
}
.course-nav-tabs .nav-tabs {
    border-bottom: none;
}
.course-nav-tabs .nav-tabs .nav-link {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #d9d9d9;
}
.course-nav-tabs .nav-tabs .nav-link.active {
    color: #340181;
    border-bottom: 3px solid #340181;
}
.search-group .btn {
    border: 1px solid #dee2e6;
    color: #a2a4a7;
    padding: 5px 15px;
}
.form-group-sm .form-control {
    font-size: 12px;
    font-weight: 500;
}

/*========== Campus Life  ========*/
.campus-card {
    border-radius: 40px;
    margin-bottom: 25px;
    overflow: hidden;
    border: 2px solid #1c0b42;
}
.campus-card > img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: 0.5s;
}
.campus-card .card-title {
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 3px rgb(0 0 0 / 50%);
}
.campus-card:hover > img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*========== Ph.D. Admissions  ========*/

.phd-wrap {
}
.phd-proccess {
}
.phd-proccess .btn {
    border-radius: 30px;
}

/*========== services  ========*/

.services-wrap {
}
.srvs-dec {
    position: relative;
    z-index: 1;
}
.srvs-dec p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 35px;
}
.srvs-dec p:last-child {
    margin-bottom: 0px;
}
.srvs-box {
}

.srvs-icon {
    width: 70px;
    height: 70px;
    margin: 0px auto 15px;
}
.srvs-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
.srvs-img {
    width: 100%;
    height: 232px;
}
.srvs-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.srvs-box h4 {
    font-weight: 700;
    font-size: 24px;
    position: relative;
}

.srvs-box p {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    line-height: 26px;
}
.srvs-box .btn-link {
    text-decoration: none;
    font-weight: 700;
    color: #f6ba00;
}
.CoursesProvid-list {
}
.CoursesProvid-list li {
    padding: 4px;
}
.CoursesProvid-list li h6 {
}
.CoursesProvid-list li .btn-light-pink,
.CoursesProvid-list li .btn-light-warning {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    color: #000;
}
.CoursesProvid-list li .btn-light-pink {
    background-color: #efdfed;
}
.CoursesProvid-list li .btn-light-warning {
    background-color: #ffdea0;
}

/*================= Our Process ===================*/
.bg-light-warning {
    background-color: #fffaec;
}
.process-line-wt {
    position: relative;
}
.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}
.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}
.process-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;
}
.process-list li {
    width: 33.33%;
    padding: 20px;
    position: relative;
}
.process-list li:before {
    content: "";
    position: absolute;
    right: -14px;
    background: url(../images/right-arrowW.html) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 15px;
    top: 45%;
}
.process-list li:last-child:before {
    display: none;
}
.process-list li:nth-child(odd) {
}
.process-list li:nth-child(even) {
}
.process-box {
    position: relative;
    background-color: #341081;
    border: 3px dashed #fff;
    border-radius: 40px;
    padding: 35px 15px;
    margin: 10px;
}
.process-box:hover {
    background-color: #f7941c;
}
.process-list li .process-box:hover h4 {
    color: #fff !important;
}
.process-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px auto 10px;
}
.process-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.process-icon span {
    position: absolute;
    bottom: 35%;
    right: -5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background-color: #d3a023;
    border-radius: 50%;
}
.process-list li h4 {
    font-size: 16px;
    font-weight: 700;
}
.process-list li p {
    max-width: 202px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

/*================= client home page ===================*/
.bdr-bg {
    width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;
}
.bdr-bg1 {
    width: 80px;
    background-color: #e4be82;
    height: 3px;
    display: inline-block;
}
.lightgold {
    color: #e4be82;
}
.inner-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}
.inner-box > .thumbnail {
    margin-bottom: 0px;
}
.inner-box > .thumbnail img {
    width: 100%;
    height: 225px;
}
/*============= button style ================*/
.button-1 {
    width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color: #1c0b42;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    border: none;
}
.button-1 a,
.button-1 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    font-weight: 500;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
}
.button-1 a img {
    float: none;
    margin-left: 10px;
}
.eff-1 {
    width: 100%;
    height: 50px;
    right: -840px;
    background: #17094c;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 1;
}
.button-1:hover .eff-1 {
    right: 0px;
    top: 0px;
}
.button-1:hover a {
    color: #fff;
}
.button-1:hover a,
.button-1:hover.book-btn {
    color: #fff;
}

/*=============== our team ===================*/
.team-row {
}
.team-row > li {
    padding: 10px 20px;
}
.team-card {
    position: relative;
    padding-top: 10px;
    border-radius: 14px;
    margin: 5px 0px 10px;
}
.team-card-icon {
    width: 92%;
    height: 190px;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 14px;
    margin: 0px auto;
}
.team-card-icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-card-dec {
    position: relative;
    background-color: #fff;
    padding: 0px 10px 15px;
}
.team-card-dec h4 {
    font-size: 16px;
    font-weight: 700;
}
.team-card-dec p {
    font-size: 16px;
    font-weight: 500;
}
.team-card-dec p.small {
}
.exprince {
}
.exprince span {
    background-color: #341081;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    padding: 4px 10px;
}
.team-card .btn {
    font-weight: 700;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
}
.ourteam-wrap {
    background-color: #404041;
    position: relative;
    padding-top: 40px;
}
.team-box {
    position: relative;
    padding: 10px;
    margin-bottom: 25px;
}
.team-box .media-left {
    width: 15% !important;
}
.team-box .team-box-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
}
.team-box .team-box-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}
/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info {
    padding: 15px 0px;
    position: relative;
}
.team-box .client_info h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.team-box .client_info h6 {
    color: #74c2cc;
    font-size: 14px;
    font-weight: 600;
}
.team-box .client_info p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin-right: 46px;
}
.team-box .client_info p:first-child {
    margin-bottom: 0px;
}
.team-box .client_info .collapse-text a {
    font-weight: 400;
    color: #0f4aa4;
}
.team-box .hdr-social-link {
}
.team-box .hdr-social-link li a {
}
.owl-dots {
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    background-color: #ffde7a;
}
.owl-carousel button.active {
    background-color: #f6ba00;
}
.owl-nav {
}
.owl-nav button span {
    font-size: 34px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    border: 1px solid #ddd;
    font-weight: 300;
}
.owl-nav button span:hover {
    border: 1px solid #341081;
    color: #341081;
}
.owl-nav .owl-next {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    right: -41px;
}
.owl-nav .owl-prev {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    left: -41px;
}

.awards-wrap {
}
.awards-wrap .blub {
    right: 47%;
    top: -75px;
    width: 110px;
}
.awards-wrap .title h2 {
    color: #fff;
}
.awards-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color: #74c2cc;
}
.awards-card {
    position: relative;
    background-color: #404041;
    border-radius: 25px;
    overflow: hidden;
    height: 255px;
    margin-bottom: 20px;
}
.awards-tmb {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}
.awards-tmb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.awards-dec {
    background-color: #404041;
    padding: 35px 35px 5px;
}
.awards-dec h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.awards-dec p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.awards-dec.p-2 {
    padding: 10px 15px !important;
}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {
    width: 100%;
    margin: 30px auto;
    position: relative;
}
.testimonial_block:before {
    /*content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#162f54;
    font-size: 24px;
    left: 40%;
    top: 20px;*/
}

.client_message:after {
    content: "";
    position: absolute;
    background: url(../images/quotation.html) no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    right: 15px;
    bottom: 0px;
}
.testimonial_icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonial_icon i,
.testimonial_icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client_message {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dee0e0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    min-height: 280px;
}
.client_message h4 {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.client_message p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.client_info {
}
.client_info .media-left,
.client_info .media-body {
    vertical-align: middle;
}
.client_info .name h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.client_info .name span {
    font-size: 12px;
    color: #868686;
    line-height: 18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color: #e8fff0;
}
#testimonials .owl-carousel .owl-dots {
    text-align: center;
}
#testimonials .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    outline: none;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    background-color: #ddd;
}
#testimonials .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff0000;
}
/*========= home page contact =========*/
.contact-form {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
    border-radius: 18px;
    /*border-top-left-radius: 18px;
    border-top-right-radius: 18px;*/
}
.contact-form-info {
    position: relative;
}
.contact-form-info h4 {
    font-size: 18px;
    font-weight: 700;
}
.contact-form-info h3 {
    font-weight: 700;
    font-size: 38px;
}
.contact-form-info p {
    font-size: 16px;
    width: 300px;
    font-weight: 500;
}
.map-col .contact-form {
    padding-left: 50px;
}
.contact-form .title {
    margin-bottom: 15px;
}
.contact-form .title h4 {
    font-weight: 600;
}
.contact-form .title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.contact-form .title p.small {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form label {
    font-weight: 500;
    font-size: 13px;
    color: #1f1f1f;
    margin-bottom: 5px;
}
.contact-form .form-group p.small {
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
}
.contact-form .form-ctrl {
    height: 40px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
}
.contact-form .form-group .input-group .form-ctrl {
    border-left: none;
}
.contact-form .input-group-text {
    color: #bbb5b5;
    border-right: 0px;
    background-color: #fff;
}
.contact-form select.form-control {
    background: #fff url(../images/down-arrow.html) no-repeat;
    background-position: right 5px center;
    background-size: 14px;
}
.contact-form label.form-check-label {
    font-size: 12px;
    font-weight: 400;
    color: #7c7c7c;
}
.contact-form label.form-check-label.small {
    font-size: 11px;
    font-weight: 600;
}
textarea.form-ctrl {
    padding-left: 15px;
    height: auto !important;
}
.contact-form .btn {
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
}

.dd {
    background: #29166fe8;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
/*=========== home-news-wrap ================*/
.home-news-wrap {
    background: url(../images/border-circle.html) no-repeat;
    background-position: top left;
    background-size: 225px;
}
.circle-shape {
    width: 115px;
    height: 115px;
    background-color: #fffbde;
    position: absolute;
    right: 3%;
    top: 50px;
    border-radius: 50%;
}
.circle-shape-sm {
    width: 40px;
    height: 40px;
    right: 32%;
    top: -15px;
}
.home-news-social-link p {
    font-size: 18px;
    color: #777;
}
.home-news-social-link .hdr-social-link li {
    margin-right: 10px;
}
.home-news-social-link .hdr-social-link li:last-child {
    margin-right: 0px;
}
.home-news-social-link .hdr-social-link li a {
    font-size: 35px;
    color: #302d2d;
    background-color: transparent;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 30px;
}
.social-item {
    position: relative;
}
.social-item > h4 {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.social-item-body,
.event-card {
    position: relative;
    border: 1px solid #f27e00;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 27%);
    height: 350px;
}
.social-item-body > marquee {
    height: 300px;
}
.social-item-body .media {
    margin-bottom: 20px;
}
.social-item-body .media .media-left,
.social-item-body .media .media-body {
    vertical-align: middle;
}
.fb-date {
    width: 60px;
    height: 60px;
    border: 1px solid #28166f;
    color: #f27e00;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgb(9 8 16 / 62%);
    padding-top: 12px;
    margin-right: 12px;
}
.fb-date > span {
    font-size: 10px;
    display: block;
    line-height: 12px;
}
.social-item-body h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 20px;
}
.social-item-body p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}
.instagram-tmb {
}
.instagram-tmb > img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.event-card {
    border-radius: 0px;
    height: 405px;
}
.card-header {
    padding: 20px 0px 12px;
    background-color: transparent;
    border-bottom: 2px solid #f27e00;
    margin: 0px 20px;
}
.card-header h4 {
    color: #28166f;
    font-weight: 700;
    font-size: 20px;
}
.card-date {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #28166f;
    margin-right: 20px;
}
.card-date > span {
    display: block;
    font-size: 11px;
    color: #f27e00;
    text-transform: uppercase;
    border-bottom: 2px solid #28166f;
    padding-bottom: 2px;
}
.card-footer {
    background-color: transparent;
}
.card-footer .btn {
    border-radius: 0px;
    padding: 10px 10px;
    font-weight: 600;
}
.card-footer .btn > img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
/*=========== university ================*/
.university-carousel {
}
.university-item {
    border-radius: 8px;
}
.university-tmb {
    height: 210px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.university-tmb > img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.universty-logo {
    width: 48px;
    height: 57px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 29%);
    background: #fff;
    padding: 5px;
    top: -55px;
}
.provider-text {
    font-size: 10px;
    padding: 2px 10px 2px 4px;
    font-weight: 600;
}
.university-body {
    padding: 15px 10px 10px;
}
.private-text {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 12px;
    border-radius: 8px;
}
.rating {
    font-size: 12px;
}
.university-item h6 {
    font-size: 14px;
    font-weight: 700;
}
.university-item p {
    font-size: 14px;
    font-weight: 500;
}
.university-item p > img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
/*=========== Our Clients ================*/
.ulRowfive {
}
.ulRowfive > li {
    width: 20%;
}
.ulRowseven {
}
.ulRowseven > li {
    width: 14.222%;
    padding-right: 10px;
}
.ulRowseven > li:last-child {
    padding-right: 0px;
}
.partner-logo {
    position: relative;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 18%);
    margin: 5px 0px;
}
.partner-logo > img {
    transition: 0.5s;
    width: 100%;
    height: 48px;
    object-fit: contain;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    margin-bottom: 8px;
}
.partner-logo:hover > img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.partner-logo h6 {
    font-size: 10px;
    font-weight: 600;
}
.partner-listing {
}
.partner-listing li {
    padding: 8px 10px;
    width: 12.5%;
}
.partner-listing li .partner-logo {
    margin: 0px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 12%);
}

/*========== trainings  ========*/
.trainings-logo-item {
    position: relative;
    margin-bottom: 15px;
}
.trainings-logo-item .title {
    height: 80px;
}
.trainings-logo-item .title h3 {
    font-size: 25px;
    font-weight: 600;
}

/*========= home page faqs =========*/
.faq-panel {
    position: relative;
}
.faq-panel .title {
    margin-bottom: 0px;
}
.faq-panel .title h3 {
}
.faq-panel .title h3 sub {
    bottom: 0px;
}
.faq-panel .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffbc3b;
    padding: 10px 0px;
    background-color: transparent;
}
.faq-panel .accordion-body {
    padding: 0px;
}
.faq-panel .accordion-body p {
}
.faq-panel .accordion-button {
    padding: 10px 0px;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}
.faq-panel .accordion-button:not(.collapsed) {
    color: #341081;
    background-color: transparent;
    box-shadow: none;
}
.faq-panel .accordion-button::after {
    background-image: none;
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #341081;
}
.faq-panel .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}
.faq-panel .accordion-body .abt-table .table th {
    font-size: 18px;
}
.faq-panel .accordion-body .abt-table .table td {
    font-size: 16px;
}
.faq-panel .accordion-body .list-point ul li {
    font-weight: 400;
}

.faq-panel .btn {
    font-size: 16px;
    font-weight: 600;
}

/*=========== footer ================*/
footer {
    background: #341081;
    padding-top: 45px;
}
footer .title {
}
footer .title h2 {
    color: #000;
}
footer .title h2 span {
    -webkit-text-stroke: 1px #000;
    color: #404041;
}
.fotr-logo {
    margin-bottom: 10px;
    width: 225px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
footer h3 img {
    display: block;
    margin-top: 5px;
}
footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}
.fotr-media {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.fotr-media-icon {
    width: 35px;
    height: 35px;
    background-color: #f6ba00;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.fotr-media-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fotr-media h6 {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 3px;
    color: #fdc900;
    font-weight: 600;
}
.fotr-media p {
    margin-bottom: 3px;
    line-height: 20px;
    font-size: 14px;
}
.fotr-media p a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}
.fotr-media p a:hover {
    color: #fdc900;
}
.fotr-media p i {
    font-size: 14px;
    /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
    text-align: center;
}
.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}
.fotr-media h4:before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #eca351;
    left: 0px;
    content: "";
}
.adress {
    padding-right: 80px;
}
.fotr-media-item {
    margin-bottom: 35px;
}
.fotr-menu {
}
.fotr-menu li {
}
.fotr-menu li:last-child {
    margin-right: 0px;
}
.fotr-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}
.fotr-menu li a {
    color: #fff;
    display: block;
    padding: 5px 0px 10px 20px;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.fotr-menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    background-color: #f7941c;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}
.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
    color: #f7941c;
}
.cpyrgt-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #341081;
    border-top: 1px solid #341081;
}
footer .hdr-social-link li a {
    color: #000;
    transition: 0.5s;
    background-color: #fff;
}
footer .hdr-social-link li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.footer-border {
    border-top: 2px solid #f6ba00;
    padding-top: 20px;
}
.cpyrgt-footer-border .hdr-social-link li {
    padding-right: 4px;
    padding-left: 4px;
}
.cpyrgt-footer-border .hdr-social-link li a {
    font-size: 18px;
}
.cpyrgt-footer-border .hdr-social-link li a.fb {
    background-color: #0071e1;
}
.cpyrgt-footer-border .hdr-social-link li a.ins {
    background: linear-gradient(180deg, #684cc9, #fed253, #dd4282 70%);
}
.cpyrgt-footer-border .hdr-social-link li a.youtube {
    background-color: #ff0000;
}
.cpyrgt-footer-border .hdr-social-link li a.whats {
    background-color: #0966c2;
}
.cpyrgt-footer-border .hdr-social-link li a.x1 {
    background-color: #1f1f1f;
}
.cpyrgt-footer-border .fotr-menu li a {
    padding: 5px 10px;
    font-weight: 400;
}
.cpyrgt-footer-border .fotr-menu li a:before {
    display: none;
}
.cpyrgt-footer-border p {
    font-size: 14px;
    font-weight: 400;
}
.cpyrgt-footer-border hr {
    border-top: 2px solid #ffbc3b;
    opacity: 9;
    margin: 5px auto;
}
.cpyrgt-wrap p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 16px;
}

.cpyrgt-wrap p a {
    color: #000;
    font-weight: 500;
}
.cpyrgt-wrap p a:hover {
    color: #fff;
}
.show-text {
    margin-bottom: 15px;
}
.show-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffbc3b;
    left: 0px;
    right: 0px;
    bottom: 45%;
}
.show-text span {
    background-color: #fff;
    border-radius: 30px;
    color: #341081;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.show-text span > img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}
.show-text span > img.img-rotate {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}
/*========== whatsapp ==========*/
.fixed-links {
    right: 0px;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
}
.fixed-links > a {
    font-weight: 600;
    border-radius: 12px 0px 0px 12px;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow:
        0 1px 6px 0 rgba(0, 0, 0, 0.06),
        0 2px 32px 0 rgba(0, 0, 0, 0.16);
    padding: 8px 2px;
    /* height: 50px; */
    /* width: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 6px 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}
.fixed-links > a > i {
    width: 100%;
}
.fixed-links > a > span {
    font-size: 12px;
    width: 100%;
    font-weight: 500;
}
.fixed-links > a.whatsap {
    background: #25d366;
}
.fixed-links > a.call {
    background-color: #9b1212;
}
.fixed-links > a.booknow {
    background-color: #162f54;
    border: 5px solid #4c6893;
    width: 60px;
    height: 60px;
}
.mrgn-btm0 {
    margin-bottom: 0px;
}
/*================ Enroll Now  ===========*/
.npfWidget-e20986956d6375b087dfe40c2600389f.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -45px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #ef7f17 !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
/*================ thank you  ===========*/
.thanks-section {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}
.inner-thanks {
}
.inner-thanks img {
    width: 100px;
    margin-bottom: 10px;
}
.thanks-footer {
    padding-top: 0px;
}
.thanks-footer .cpyrgt-wrap {
    margin-top: 0px;
}
.btn-width {
    width: 150px;
    margin: auto;
}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 35px;
}
.txt_dec h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: inherit;
}
.txt_dec p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}
.txt_dec p strong {
    font-weight: 700;
}
.txt_dec .list-point ul li {
    line-height: 22px;
    font-size: 16px;
    color: #585858;
}
.txt_dec .list-point ul li:before {
    background-color: #585858;
}
.table_card {
    position: relative;
    margin-bottom: 25px;
    padding: 25px;
    background-color: #fff7f7;
    /* box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 8%); */
    border-radius: 12px;
}
/*============= about us ================*/
.inr-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/footer-bg.html) no-repeat;
    background-size: cover;
}
.inr-wrap-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 4px solid #423963;
}
.inr-wrap-banner > img {
    width: 100%;
}
.inner-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.inr-title {
    position: relative;
}
.inr-title h2 {
    color: #142849;
    font-size: 32px;
    font-weight: 700;
}
.inr-title h2 > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.text-underline {
    text-decoration: underline !important;
}
.brdcrm {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 5px 0px;
    margin-bottom: 0px;
}
.brdcrm > li {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}
.brdcrm > li a {
    color: #fff1d0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff1d0;
}
.brdcrm > li.active {
    color: #fff;
}
.orange {
    color: #f99011;
}
.abt-dec {
    margin-bottom: 30px;
}
.abt-dec h3 {
    margin-bottom: 20px;
}
.abt-dec p {
    font-size: 14px;
    color: #585858;
    text-align: justify;
    line-height: 22px;
}
.abt-dec p:last-child {
    margin-bottom: 0px;
}
.abt-tmbimg {
}
.abt-tmbimg .img-responsive {
}
.float-rgt {
    float: right;
}
.float-rgt-img {
    width: 320px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #f0f8ff;
}
.table-striped > tbody > tr:nth-of-type(even) td:first-child {
    --bs-table-accent-bg: #fef3ed;
}
.abt-table {
    position: relative;
    /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 16%); */
}
.abt-table .table > :not(caption) > * > * {
    padding: 10px 15px;
}
.abt-table .table {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    border-color: #6f6f6f;
}
.abt-table .table th {
    font-size: 20px;
    font-weight: 700;
}
.abt-table .table td {
    font-weight: 400;
    font-size: 16px;
    color: #6f6f6f;
    padding: 10px 15px;
}
.abt-table .table td strong {
    font-weight: 600;
    color: #000;
}

.abt-table .table-primary {
    --bs-table-bg: #0b2f55;
    --bs-table-striped-bg: #0b2f55;
    --bs-table-striped-color: #0b2f55;
    --bs-table-active-bg: #0b2f55;
    --bs-table-hover-bg: #0b2f55;
    color: #fff;
    border-color: #6f6f6f;
}
.vision-mission {
    margin-bottom: 25px;
    position: relative;
}
.vision-mission .media .media-left,
.vision-mission .media .media-body,
.vision-mission .media .media-right {
    vertical-align: middle;
}
.vision-mission-icon {
    width: 295px;
    height: 295px;
    margin-right: 95px;
}
.vision-mission-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vision-mission .bg-primary {
    padding: 30px;
    margin-right: 170px;
}
.vision-mission h3 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.vision-mission p {
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.vision-mission-left {
}

/* Course Listing start */
.form-check-input:checked {
    background-color: #28166f;
    border-color: #28166f;
}
.form-check-input:focus {
    box-shadow: none;
}
.search-group-lg h3 {
    font-size: 30px;
    font-weight: 600;
}
.search-group-lg .search-group .form-control {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #0d21a1;
    background-color: #f3f4fe;
}
.search-group-lg .search-group .btn {
    border: 1px solid #0d21a1;
    border-radius: 10px;
    color: #0d21a1;
}
.filter {
}
.filter h3 {
    font-size: 30px;
    font-weight: 600;
}
.filter h3 > img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.filter-body {
}
.filter .accordion {
    padding: 2px;
    border-radius: 10px;
}
.filter .accordion-button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #28166f;
}
.filter .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.filter-item {
}
.filter-item h4 {
    font-size: 17px;
}
.filter-item .form-check {
}
.filter-item .form-check .form-check-input[type="checkbox"] {
    border-radius: 0px;
    border: 1px solid #777;
    width: 14px;
    height: 14px;
}
.filter-item .form-check .form-check-label {
    font-size: 14px;
}
.course-list .item-box .item-box-overlay-text {
    background: #341081;
    top: -28px;
    left: 10px;
    padding: 2px 8px;
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
}
.course-list .item-box .item-box-overlay-text > img {
    width: 26px;
    height: 21px;
    object-fit: contain;
}
.course-list .course-carousel .item-box .tmb {
    height: 190px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.course-list .course-carousel .item-box .item-dec {
    padding: 15px 10px 5px;
}
.course-list .course-carousel .item-box .item-dec h6 {
    font-size: 13px;
    font-weight: 500;
}
.course-list .course-carousel .item-box .item-dec h5 {
    font-weight: 400;
}
.course-list .item-dec p {
    color: #111;
    font-size: 14px;
}
/* Course Listing End */
.course-preview {
}
.course-preview-img {
    width: 100%;
    border: 1px solid #444;
}
.course-preview-img > img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.course-preview .provider-text {
    font-size: 11px;
    border-radius: 6px;
    padding: 5px 10px;
    color: #341081;
}
.course-detail h4 {
    font-size: 16px;
    font-weight: 600;
}
.course-detail p.small {
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 18px;
}
.year-list {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 12px;
    font-weight: 400;
}
.year-list img {
    width: 18px;
    height: 18px;
}
.course-detail .contact-form .form-ctrl {
    height: 31px;
    border-radius: 4px;
    border-color: #341081;
    color: #341081;
    font-size: 12px;
    font-weight: 600;
}
.price {
}
.price h6 {
    font-size: 12px;
    font-weight: 600;
}
.rightsider-form {
}
.rightsider-form .contact-form {
    border-radius: 6px;
}
.rightsider-form .contact-form .title h4 {
    font-weight: 700;
    font-size: 20px;
}
.rightsider-form .contact-form .title p.small {
    font-size: 12px;
    line-height: 16px;
}
.rightsider-form .contact-form .form-ctrl {
    border: 1px solid #fff;
    height: 29px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
}
.rightsider-form .contact-form .btn {
    padding: 6px 12px;
    border-radius: 7px;
}
.table-responsive {
}
.tabs-nav {
    border-bottom: 1px solid #341081;
}
.tabs-nav .nav-link {
    font-size: 11px;
    font-weight: 600;
    color: #341081;
    padding: 10px 20px;
    border: 1px solid #341081;
    border-radius: 0px;
    height: 100%;
}
.tabs-nav .nav-link.active,
.tabs-nav .show > .nav-link {
    background-color: #ffbc3b;
    color: #000;
    border-color: #340181 #340181 #340181;
}
.tabs-nav .nav-link:focus,
.tabs-nav .nav-link:hover {
    background-color: #ffbc3b;
    color: #000;
    border-color: #340181 #340181 #340181;
}
.course-detail-tab-content h5 {
    font-size: 14px;
    font-weight: 600;
}
.course-detail-tab-content p {
    font-size: 12px;
    line-height: 20px;
    color: #3d3e3f;
    text-align: justify;
}
.related-university-wrap .university-tmb {
    height: 240px;
}
/* Course detail Start */

/* Course detal End */
.client-list {
    position: relative;
    overflow: hidden;
    padding: 25px;
}
.client-list img {
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
}
.client-list:hover > img {
    opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.assistance-box {
    padding: 15px 20px;
    border-radius: 6px;
    position: relative;
}
.assistance-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.assistance-box p {
    font-size: 18px;
    margin-bottom: 10px;
}
.assistance-box p strong {
    font-weight: 600;
}

/*================ recognition-approvals =================*/
.recognition-list.bg-primary {
    background-color: #1c0b42 !important;
}
.recognition-list .university-item {
    margin: 10px;
    background-color: #fff;
    min-height: 290px;
    box-shadow: 5px 5px 24px 0px rgb(0 0 0 / 14%);
    border-radius: 0px;
}
.recognition-list .university-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.recognition-list .university-tmb {
    width: 150px;
    height: 150px;
}
.recognition-list .university-item h6 {
    min-height: auto;
    color: #343434;
}
.recognition-list .university-item h6 .fa-circle {
    font-size: 6px;
    position: relative;
    top: -2px;
}
.recognition-list .university-item:hover {
    background-color: #0b2f55;
}
.recognition-list .university-item:hover h4,
.recognition-list .university-item:hover h6 {
    color: #fff;
}

/*================ Gallery=================*/

.programmes-tab-content {
    border: 1px solid #5d5d5d;
    border-top: none;
    padding: 20px;
}
.galry-list .tmb {
    border-radius: 0px;
    margin-bottom: 20px;
    height: 300px;
}
.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/*================ Services =================*/
.srvs-row {
    background-color: #d3a023;
    margin-right: 0px;
    margin-left: 0px;
}
.srvs-row > * {
    padding-right: 0px;
    padding-left: 0px;
}
.srvs-item {
    position: relative;
    padding: 0px 30px;
}
.srvs-item .title h2 {
    color: #fff;
}
.srvs-item p {
    font-size: 14px;
    color: #fff;
}

/*================ Why Choose sec =================*/

.whychoose-box {
    border-radius: 22px;
}
.whychoose {
    position: relative;
    margin-bottom: 20px;
}
.whychoose .media-left {
    padding-right: 0px;
}
.whychoose .media-body {
}
.whychoose-icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    background-color: #f6ba00;
    border-radius: 50%;
    padding: 4px;
}
.whychoose-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.whychoose-no {
    background-color: #ffbc3b;
    width: 53px;
    height: 59px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    color: #28166f;
}
.whychoose:hover .whychoose-icon {
    background-color: #0b2f55;
}
.whychoose h4 {
    font-weight: 600;
    font-size: 16px;
}
.whychoose p {
    font-size: 11px;
    line-height: 18px;
    color: #6a6a6a;
    font-weight: 400;
}
.whychoose .list-point ul li {
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 4px;
    color: #6a6a6a;
    padding-left: 15px;
}
.whychoose .list-point ul li:before {
    top: 6px;
    width: 3px;
    height: 3px;
    background-color: #6a6a6a;
}
.whychoose-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
    height: 575px;
    overflow: hidden;
    background-color: #ffffff;
}
.whychoose-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*================ contact  Us =================*/
.contact-inner {
}
.contact-leftbar,
.contact-rightbar {
    background-color: #142849;
    padding: 20px 15px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.contact-inner .title h3 {
    font-weight: 700;
}
.contact-leftbar .fotr-media-icon {
    border: 1px solid #f6ba00;
    border-radius: 1px;
    margin-right: 15px;
}
.contact-inner .contact-form label {
    font-weight: 500;
    font-size: 14px;
}
.contact-inner .contact-form .form-ctrl {
    height: 45px;
    font-size: 14px;
    border: 2px solid #c5cad1;
    border-radius: 6px;
}
.contact-rightbar {
    min-height: 440px;
    padding-top: 50px;
}
.choose-one {
    border-left: 2px solid #142849;
    padding-left: 15px;
}
.choose-one h4,
.choose-one label {
    font-size: 16px;
    font-weight: 700;
    color: #142849;
}
.writeus {
}
.writeus h4 {
    font-size: 20px;
    color: #142849;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
}
.writeus p {
    font-weight: 500;
    color: #142849;
    margin-bottom: 5px;
}
/*===================== Sign up  setion  ===============*/

/*================ login =================*/
.rowodd > div:nth-of-type(odd) {
    padding-right: 30px;
}
.rowodd > div:nth-of-type(even) {
    padding-left: 30px;
}
.login-wrap {
    position: relative;
    padding: 90px 0px;
    background-color: #3d7fe2;
}
.login-form-box {
    width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.login-form-box:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);
    -o-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
}
.logi-lft-box {
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
}
.logi-lft-box img {
    width: 75px;
    margin: 25px auto 15px;
    display: block;
}
.logi-lft-box h3 {
    color: #fff;
    font-size: 30px;
}
.logi-lft-box h5 {
    color: #fff;
    font-size: 16px;
}
.sign-nav {
    text-align: center;
}
.sign-nav li {
    margin-top: 10px;
}
.sign-nav li a {
    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 40px;
    color: #333;
}
.sign-nav li.active > a {
    background-color: #ff0000;
    color: #fff;
}
.sign-nav li a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}
.login-form {
    position: relative;
}
.login-form .form-group {
    margin-bottom: 25px;
}
.login-form .form-group > label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.login-form .form-group .checkbox label {
    font-weight: 500;
}
.login-form .form-control {
    box-shadow: none;
    border: 1px solid #878787;
    height: 25px;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 8px;
}
.forget-psw {
    margin-top: 30px;
}
.forget-psw a {
    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}
.forget-psw p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.forget-psw a:hover {
    color: #777;
    text-decoration: none;
}
.login-form .btn {
    font-size: 15px;
    font-weight: 900;
    border-radius: 6px;
}
.login-form .btn > img {
    width: 18px;
    margin-left: 5px;
}
.login-form .form-group label.form-check-label {
    font-size: 16px;
    font-weight: 500;
}
.login-form .form-group.form-check-label-lg .form-check-label {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #162f54;
}
.login-form .form-check-label-lg .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 8px;
    border: 2px solid #5d5c5c;
}
.login-form .form-check-label-lg .form-check {
    padding-left: 2em;
}
.login-form .form-check-label-lg .form-check .form-check-input {
    margin-left: -2em;
}
.form-border-box {
    position: relative;
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #878787;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    margin-bottom: 20px;
}
.form-box .form-group > label {
    font-size: 14px;
    margin-bottom: 5px;
}
.form-box .form-control {
    border: 2px solid #c5cad1;
    height: 45px;
    border-radius: 6px;
    font-weight: 500;
}
.form-box .btn {
    font-weight: 700;
    border-radius: 6px;
    padding: 10px 15px;
}
.login-card-header {
    padding: 15px 30px;
    position: relative;
}
.login-card-header h3 {
    font-size: 40px;
    font-weight: 700;
}
.login-card-body {
    padding: 20px 30px;
    position: relative;
}
.student-login .contact-form .form-ctrl {
    height: 65px;
}
.page-header {
    position: relative;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #878787;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    margin-bottom: 15px;
}
.page-header h4 {
    font-size: 16px;
    font-weight: 800;
    color: #162f54;
}
.bg-heading {
    position: relative;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
}
.bg-heading h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px 20px 0px 0px;
}
/*============ admission-procedure ===============*/
.admission-procedure-wrap {
    background: url(../images/Admission-Procedure-bnr.html) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.admission-procedure-wrap .abt-dec {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 40px 50px;
}
.admission-querie-border-rgt {
    border-right: 2px solid #848484;
}
.admission-querie-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0b2f55;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
.admission-querie-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.admission-querie h4 {
    font-size: 20px;
    font-weight: 600;
}
.admission-querie .text-primary {
    color: #0b2f55 !important;
}
.admission-querie p {
    color: #000000;
    font-size: 16px;
}
.admission-querie p strong {
    font-weight: 600;
}

/*============ List Of  document ===============*/
.documentfiverow > li {
    padding: 10px;
    border-right: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
}
.documentfiverow > li:nth-of-type(5),
.documentfiverow > li:nth-of-type(10) {
    border-right: none;
}
.documentfiverow > li:nth-of-type(6),
.documentfiverow > li:nth-of-type(7),
.documentfiverow > li:nth-of-type(8),
.documentfiverow > li:nth-of-type(9),
.documentfiverow > li:nth-of-type(10) {
    border-bottom: none;
}
.document-dec {
    position: relative;
    padding: 25px 15px;
    border-radius: 24px;
    border: 2px solid #f6ba00;
    min-height: 210px;
}
.document-dec .whychoose-icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    margin: 0px auto 12px;
}
.document-dec p {
    font-size: 14px;
    font-weight: 500;
}
/*============ feedback-form ===============*/
.feedback-form {
}
.feedback-form label {
    font-weight: 700;
    font-size: 18px;
}
.feedback-form .form-ctrl {
    height: 42px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    border: 1px solid #aeaeae;
}

/*============ document-verification ===============*/
.document-verification-form .card {
    border: 2px solid #0b2f55;
}
.document-verification-form .card-header {
    padding: 15px 0px 15px;
    border-bottom: none;
    margin: 0px 0px;
}
.document-verification-form .card-header h3 {
    font-weight: 600;
    font-size: 28px;
}
.document-verification-form .card-header p {
    font-weight: 500;
    font-size: 15px;
}
.document-verification-form.form-box .form-control {
    border: 1px solid #8a8694;
    height: 50px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
}
.document-verification-form.form-box .form-group > label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #0b2f55;
}
.document-verification-form
    .form-control[type="file"]:not(:disabled):not([readonly]) {
    padding-top: 14px;
}
.page-header-border-t {
    border-top: 1px solid #cacaca;
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
}
.page-header-border-t h4 {
    font-size: 20px;
    font-weight: 600;
}

/*================ Career =================*/
.job-dec-title {
}
.job-dec-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.job-detail-list {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 15px;
}
.job-detail-list li {
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px;
}
.career-faq {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
}
.career-faq .title {
    padding: 20px 25px;
}
.career-faq .title {
}
.career-faq .title h1 {
    font-size: 40px;
    font-weight: 700;
}
.career-faq .title p {
    font-size: 20px;
    font-weight: 500;
}
.career-faq .accordion-item {
    border-bottom: 1px solid #000000;
}
.career-faq .accordion-body {
    padding: 0px 25px;
}
.career-faq .accordion-button {
    padding: 10px 25px;
    font-size: 20px;
    color: #0b2f55;
    font-weight: 600;
}
.career-faq .accordion-button::after {
    color: #f6ba00;
    font-size: 18px;
}
.apply-form {
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    border-top: 12px solid #0b2f55;
    border-radius: 0px;
    margin-bottom: 25px;
}
.apply-form .input-group-text {
    color: #28166f;
    font-size: 14px;
    background-color: #ececec;
    border-color: #a4a4a4;
    border-right: 0px;
}
.apply-form .form-group p {
}
.apply-form .form-group p.small {
    font-size: 12px;
}
.apply-form .form-ctrl {
    font-size: 14px;
    border-color: #a4a4a4;
    border-left: 0px;
    height: 35px;
    padding: 8px 10px;
}
.apply-form .form-control[type="file"] {
    border-left: 1px solid #a4a4a4;
    padding: 6px;
}
.apply-form .input-group-text-rgt {
    border-right: 1px solid #a4a4a4;
}
.career-assistance-box {
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    padding: 20px;
}
.career-assistance-box .title h3 {
    font-weight: 600;
}
.career-assistance-box p {
    font-size: 16px;
    color: #000000;
}
.career-assistance-box p a {
    color: #000;
}
/*============ Testimolial-inner ===============*/
.testimolial-inner {
}
.testimolial-inner .client_message {
    margin-bottom: 20px;
}
.testimolial-inner .client_info {
    margin-bottom: 0px;
}
.testimolial-inner .media .media-left {
    padding-right: 0px;
}
.testimolial-inner .testimonial_icon {
    margin: 0px 15px 0px 0px;
    border-radius: 10px;
}

/*============ Refund Policy ===============*/
.refund-policy-dec {
    padding: 20px 35px 10px;
    border-radius: 6px;
    border: 1px solid #f27e00;
}
.refund-policy-dec:before,
.refund-policy-dec:after {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    background-color: #1c0b42;
    width: 12px;
}
.refund-policy-dec:before {
    left: -7px;
}
.refund-policy-dec:after {
    right: -7px;
}

/*============ Flexible Learning ===============*/
.flexible-dec {
    position: relative;
    padding: 20px 20px 10px;
    border: 1px solid #1c0b42;
    border-radius: 4px;
    margin: 15px 15px 30px;
}
.flexible-dec h4 {
    font-size: 20px;
}
.heading-overleft {
    margin-top: -35px;
    margin-bottom: 10px;
}
.heading-overleft h4 {
    padding: 5px 10px;
}
.flexible-dec p {
    color: #160d38;
}
.ojt-wrap .flexible-dec {
    min-height: 245px;
}

/*============ Downloads ===============*/
.download-box {
    position: relative;
}
.download-box .title {
    background-color: #142849;
    padding: 15px 20px;
}
.download-box .title h1 {
    font-size: 40px;
    font-weight: 700;
}
.file-icon {
    font-size: 28px;
    width: 49px;
    height: 49px;
    margin-right: 15px;
}
.file-icon > i,
.file-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.download-box .list-group-item {
    position: relative;
    border-bottom: 2px dashed #000;
    padding: 15px 0px;
}
.download-box .list-group-item .fw-bold {
    font-size: 20px;
    color: #0b2f55;
}
.download-box .list-group-item .btn {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
}
/*========= Our Blogs =========*/
.blog {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
}
.blog .tmb {
    height: 210px;
    padding: 15px 15px 5px;
    width: 100%;
    border-radius: 8px;
}
.blog .tmb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.blog-dec {
    position: relative;
    padding: 0px 15px 10px;
}
.blog-dec h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: inherit;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-dec h4 a {
    color: #160d38;
}
.blog-dec p {
    font-size: 13px;
    line-height: 22px;
    color: #0e2a46;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog .readmore {
    color: #243c6c;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}
.blog .readmore:hover {
    text-decoration: underline;
    color: #2851a5;
}
.blog-dec .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 0px 0px 6px 6px;
}
.date-commit {
}
.date-commit h5 {
    font-size: 15px;
    font-weight: 400;
    color: #4d5756;
}
.blog-cate {
    position: relative;
}
.blog-cate .btn {
    font-size: 13px;
    padding: 5px 12px;
    margin-bottom: 10px;
    background-color: #fdf9f5;
    border-color: #fdf9f5;
    font-weight: 500;
    color: #f27e00;
}
.blog-cate .btn:hover {
    background-color: #f27e00;
    border-color: #f27e00;
    color: #fff;
}
.blog-sublist {
    position: relative;
}
.blog-sublist > li {
    margin-right: 20px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
}
.blog-sublist > li:last-child {
    margin-right: 0px;
}

/*======== Blog Detail =======*/
blog-detail {
    position: relative;
    padding-bottom: 40px;
}
.blog-detail img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.blog-detail-dec {
    position: relative;
}
.blog-detail-dec h1 {
    font-size: 46px;
    margin-bottom: 15px;
    font-weight: 600;
}
.blog-detail-dec h2 {
    font-size: 28px;
}
.blog-detail-dec h3 {
    font-size: 24px;
}
.blog-detail-dec h4 {
    font-size: 26px;
    font-weight: 700;
}
.blog-detail-dec p {
    font-size: 18px;
    margin-bottom: 20px;
}
.phra-header {
    border-left: 5px solid #f27e00;
    padding: 15px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #f7f7f7;
    border-radius: 12px;
}
.phra-header p {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.blog-detail .blog-sublist {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.blog-detail .blog-sublist > li {
    font-size: 16px;
}
.blog_sidebar_inner {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    position: sticky;
    top: 90px;
    border: 1px solid #ddd;
}
.blog_sidebar_inner h2 {
    font-size: 22px;
    font-weight: 600;
}
.search-form-group {
    position: relative;
    margin-bottom: 20px;
}
.search-form-group .form-control {
    box-shadow: none;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    height: 45px;
    border-radius: 8px;
}
.search-form-group .input-group .btn {
    padding: 4px 15px;
    border-radius: 8px;
}
.cate-menu {
}
.cate-menu > li {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    padding: 12px 0px;
    border-bottom: 1px solid #ededed;
}
.cate-menu > li span {
}
.cate-menu > li > a {
    color: #777;
}
.cate-menu > li > a:hover {
    color: #f27e00;
}
.blog-media {
    position: relative;
}
.blog-media .media {
    margin-bottom: 20px;
}
.blogcate-img {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}
.blogcate-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-media h5 {
    font-size: 16px;
    font-weight: 600;
}
.blog-media h5 a {
    color: #160d38;
}
.tags-nav {
}
.tags-nav > li {
    margin-bottom: 10px;
    margin-right: 10px;
}
.tags-nav > li:last-child {
    margin-right: 0px;
}
.tags-nav > li > a {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #fdf9f5;
    font-weight: 500;
    color: #555;
}
.tags-nav > li > a:hover {
    background-color: #f27e00;
    color: #fff;
}
.navigation-number {
    margin-top: 30px;
}
.navigation-number .page-link {
    color: #37454e;
    font-weight: 700;
    border: none;
}
.navigation-number .page-link-prev,
.navigation-number .page-link-next {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 0px;
}
.navigation-number .page-item.active .page-link {
    z-index: 3;
    color: #f27e00;
    background-color: transparent;
    border-color: transparent;
}
.navigation-number .page-link:hover {
    z-index: 2;
    color: #f27e00;
    background-color: transparent;
    border-color: transparent;
}
.navigation-number .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.navigation-number .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
/*========= Our Blogs End =========*/

/*======= query-detail ======*/
.header-default .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 35px;
    color: #000;
    font-size: 18px;
}
.header-default .navbar-expand-lg .navbar-nav .nav-link > img {
    width: 28px;
    height: 28px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    object-fit: cover;
}
.login-dropdown .dropdown-toggle::after {
    display: none;
}
.dropdown-menu-end {
    right: 0px;
}
.login-dropdown .drop-menu {
    min-width: 9rem;
}
.query-detail {
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 22%);
    border-radius: 12px;
    margin-bottom: 25px;
}
.query-detail .txt_dec {
    margin-bottom: 15px;
}
.query-detail .txt_dec p {
    margin-bottom: 10px;
}
.query-detail .txt_dec p span img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.footer-cpyrgt .cpyrgt-wrap {
    background-color: #1c0b42;
    border-top: 1px solid #1c0b42;
}
.nav-step .nav-link {
    padding: 5px;
    margin: 5px;
    color: #777;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
}
.nav-step .nav-link > span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 5px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.nav-step .nav-link:hover {
}
.nav-step .nav-link.active {
    color: #f27e00;
}
.nav-step .nav-link.active > span {
    background-color: #f27e00;
    color: #fff;
}
.contact-form .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.contact-form .accordion-button {
    background-color: #fff1e1;
    color: #f27e00;
    padding: 12px 15px;
    border-radius: 4px !important;
    font-size: 18px;
    font-weight: 500;
}
.contact-form .accordion-button:not(.collapsed) {
    color: #f27e00;
    background-color: #fff1e1;
    box-shadow: none;
}
.contact-form .accordion .accordion-button::after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    background-image: none;
    font-size: 22px;
    text-align: center;
}
.contact-form .accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/*==============SSU Css================*/
.ssu-institution-sec {
}
.ssu-institution-sec .srvs-box {
    min-height: 255px;
    border: 2px solid #152;
}
.ssu-institution-sec .srvs-box h4 {
    font-size: 18px;
}
.ssu-institution-sec .srvs-icon {
    border: 2px solid #152234;
}
.ssu-institution-sec .srvs-box.bg-primary {
    background-color: #162f54 !important;
}
.ssu-institution-sec .srvs-box.bg-primary .srvs-icon {
    background-color: #fdc900;
}

.ssu-award-wrap {
}
.ssu-award-card {
    position: relative;
    padding-right: 50px;
}
.rgt-bg-border {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    bottom: 0px;
    top: 0px;
}
.ssu-award-media {
}
.ssu-award-media .media {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.ssu-award-media .media:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.ssu-award-media .media .media-left,
.ssu-award-media .media .media-body,
.ssu-award-media .media .media-right {
    vertical-align: middle;
}
.ssu-award-media-icon {
    width: 85px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #162f54;
}
.ssu-award-media-icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssu-award-media h6 {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
}
.ssu-announcements-card .ssu-award-card {
    padding-right: 0px;
}
.ssu-announcements-card .ssu-award-media-icon {
    background-color: #162f54;
    padding-top: 8px;
}
.ssu-announcements-card .ssu-award-media-icon span {
}
.ssu-announcements-card .ssu-award-media-icon span.font-lg {
    font-size: 24px;
    line-height: 22px;
}

.ssu-professors-gallery-wrap {
}
.ssu-professors-gallery-wrap .title h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.professer-media {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}
.professer-media h4 {
    border-bottom: 1px solid #fdc900;
    padding-bottom: 5px;
}
.professer-img {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.professer-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssu-glry {
    width: 100%;
    height: 127px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #fdc900;
}
.ssu-glry > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssu-professors-gallery-wrap .btn-link {
    font-weight: 600;
    color: #160d38;
    transition: 0.5s;
}
.ssu-professors-gallery-wrap .btn-link > i {
    transition: 0.5s;
}
.ssu-professors-gallery-wrap .btn-link:hover > i {
    margin-left: 12px !important;
}
.ssu-university-sec {
}
.ssu-university-sec .university-item {
    border-radius: 0px;
}
.ssu-university-sec .university-item:before {
    content: "";
    background-color: #fdc900;
    left: 1px;
    right: 1px;
    height: 45%;
    top: 1px;
    position: absolute;
}
.ssu-university-sec .university-tmb {
    position: relative;
    z-index: 1;
}
.cpyrgt-link li {
}
.cpyrgt-link li a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    display: block;
    border-right: 1px solid #000;
    padding: 0px 10px;
}
.cpyrgt-link li:last-child > a {
    border-right: none;
}
.fixed-left {
    position: fixed;
    left: 0px;
    top: 35%;
    z-index: 1021;
}
.fixed-left > a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    margin: 5px;
}
.fixed-left > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*==============SSU Css End================*/

/*==============pre-university================*/
.list-point-check ul li:before,
.list-point-book ul li:before,
.list-point-arrow ul li:before {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 0px;
    top: 4px;
}
.list-point-check ul li:before {
    background: url(../images/check-icon.html) no-repeat;
    background-size: 100%;
    background-position: center;
}
.list-point-book ul li:before {
    background: url(../images/book-icon.html) no-repeat;
    background-size: 100%;
    background-position: center;
}
.list-point-arrow ul li:before {
    background: url(../images/arrow-yellow-icon.html) no-repeat;
    background-size: 100%;
    background-position: center;
}
.txt_dec .list-point-check ul li,
.txt_dec .list-point-book ul li,
.txt_dec .list-point-arrow ul li {
    padding-left: 25px;
    color: #160d38;
    margin-bottom: 10px;
}
.txt_dec .list-point-check ul li:before,
.txt_dec .list-point-book ul li:before,
.txt_dec .list-point-arrow ul li:before {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 0px;
    top: 4px;
}
/* =============== Suport ============= */
.support-card {
    border: 1px solid #0b2f55;
    border-radius: 18px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 26%);
    min-height: 420px;
}
.support-card .card-header {
    border: none;
    margin: 0px;
    border-radius: 16px 16px 0px 0px;
}
.support-card .card-header h4 {
}
.support-card .card-body {
    padding: 10px 8px;
}
.support-card .list-point-check ul li {
    color: #676767;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

.alert-teal {
    background-color: rgba(8, 1, 69, 0.08);
    color: #1c006f;
    border: 1px solid rgba(16, 1, 60, 0.15);
    border-radius: 8px;

    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.Ov_DateSlot.active {
    background-color: #05519f !important;
    color: #ffffff;
    border: 1px solid #05519f !important;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.uni-list img {
    min-height: 225px;
}
.compare-viwe {
    position: fixed;
    top: 50%;
    color: white;
    transform: rotate(90deg);
    right: -45px;
}
.compare-count {
    background: #fff;
    color: #0d6efd;
    padding: 2px 8px;
    border-radius: 50px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 600;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    line-height: unset !important;
}
.deatils-fot {
    width: 100%;
    height: 300px;
    border: 1px solid #d5d5d54d;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    justify-content: center;
}
.footer{
  background:linear-gradient(180deg,#31008a,#31008a);
  color:#fff;
  padding:50px 20px 0;
}

/* Grid */
.footer-grid{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:35px;
}

/* Cards */


/* Brand */
.footer-brand h2{
  font-size:32px;
  margin-bottom:10px;
  letter-spacing:.5px;
}
.footer-brand span{
  color:var(--secondary);
}
.footer-brand p{
  font-size:14.5px;
  line-height:1.75;
  opacity:.9;
}

/* Contact */
.footer-contact{
  margin-top:20px;
}
.footer-contact div{
  display:flex;
  align-items:center;
  margin-bottom:12px;
  font-size:14.5px;
}
.footer-contact i{
  color:var(--secondary);
  margin-right:12px;
  font-size:15px;
}

/* Titles */
.footer-card h4{
  font-size:18px;
  margin-bottom:18px;
  color:var(--secondary);
  position:relative;
}
.footer-card h4::after{
  content:'';
  width:40px;
  height:2px;
  background:var(--primary);
  display:block;
  margin-top:8px;
}

/* Lists */
.footer-card ul{
  list-style:none;
  padding:0;
}
.footer-card ul li a{
  font-size:13px;
  margin-bottom:10px;
  opacity:.9;
  transition:.3s;
  color: #fff !important;
  position: relative;
  padding-left: 15px;
  display: flex;
}
.footer-card ul li{
  font-size:14.5px;
  margin-bottom:10px;
}
.footer-card ul li a:hover{
  opacity:1;
  color:var(--secondary) !important;
  transform:translateX(4px);
}
.footer-card li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #fdc900;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}
/* Social */
.footer-social{
  margin-top:25px;
}
.footer-social a{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:10px;
  background:linear-gradient(135deg,var(--primary),#8f6bff);
  color:#fff;
  transition:.35s;
}
.footer-social a:hover{
  transform:scale(1.15) rotate(8deg);
  background:linear-gradient(135deg,var(--secondary),#ffdb4d);
  color:#1a003f;
}

/* Bottom */
.footer-bottom{
  margin-top:20px;
  
  padding:20px 15px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.15);
}
.footer-bottom p{
  font-size:13.5px;
  opacity:.85;
}

/* Links */
.footer-links{
  margin:5px 0;
}
.footer-links a{
  display:inline-block;
  margin:6px 10px;
  font-size:13.5px;
  color:var(--secondary);
  text-decoration:none;
  transition:.3s;
}
.footer-links a:hover{
  color:#fff;
  text-decoration:underline;
}

/* Responsive */
@media(max-width:1100px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:600px){
  .footer-grid{
    grid-template-columns:1fr;
  }
}
.user-border{
        position: absolute;
    width: 13px;
    height: 13px;
    background-color: #ffbc3b;
    border-radius: 50%;
    top: 9px;
    left: 12px;

}
.fs-18{
    font-size: 18px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-12{
    font-size: 12px !important;
}
.course-list .nav .nav-item .nav-link.active{
    border-bottom: 3px solid #ffbc3b !important;
    border-radius: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    left: 0px !important;
}
.nav-item.dropdown.mega-menu{
    position: unset;
}
.collapse.navbar-collapse {
    position: relative;
}
.mega-menu-content h6{
    position: relative;
}
.mega-menu-content h6::before{
    border-bottom: 2px solid orangered;
    width: 10px;
    position: absolute;
    top: 0px;
}
.fw-400{
    font-weight: 400 !important;
}