@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #725E82;
    line-height: 26px;

}

/*---Typography---*/

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'Rubik', Arial, sans-serif;
    text-transform: uppercase;
    color: #241238;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    padding: 0px;
    margin: 0px;
}

ol,
ul {
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-weight: normal;
}

::-webkit-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    text-transform: uppercase;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}

/*-----------------------
	Page Loader
-----------------------*/
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #FFFFFF;
}

#loading .element {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 50%;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7C3AED;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* ================================================== */
/* 02. header	*/
/* ================================================== */
.header-top {
    display: block;
    background: linear-gradient(135deg, #160A2B 0%, #2E1065 48%, #4C1D95 100%);
}

.header-top ul.follow-us {
    display: block;
    padding-top: 8px;
    float: left;
}

.header-top ul.follow-us li {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
}

.header-top ul.follow-us li a {
    color: #8D7A9D;
}

.header-top ul.follow-us li a:hover {
    color: #FFFFFF;
}

.header-top .right-block {
    display: block;
    float: right;
}

.header-top ul.top-nav {
    display: block;
    padding-top: 8px;
    padding-right: 10px;
    float: left;
}

.header-top ul.top-nav li {
    display: block;
    padding: 0 13px;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-top ul.top-nav li a {
    color: #FFFFFF;
}

.header-top ul.top-nav li a:hover {
    color: #FFFFFF;
}

.header-top .lang-wrapper {
    display: block;
    float: right;
}

.header-top .select-lang,
.header-top .select-lang2 {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-top .select-lang {
    margin-left: 1px;
}

.header-top .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0px;
    background: linear-gradient(135deg, #1B0A2F 0%, #3B0764 52%, #581C87 100%);
}

.header-top .select2.select2-container {
    width: 100px !important;
}

.header-top .select2-container .select2-selection--single {
    height: 42px;
}

.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.header-top .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: #FFFFFF;
}

.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
    margin-right: 4px;
}

.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 42px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0;
    border-color: #E2D8EC transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px;
}

.select2-dropdown {
    border: 1px #E2D8EC solid;
}

.select2-results__option {
    padding: 0 6px;
    font-size: 14px;
}

.select2-results__option .img-flag {
    margin-right: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.header-middle {
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-middle .contact {
    display: block;
    padding: 8px 0 0 0;
    float: right;
}

.header-middle .contact ul {
    display: block;
    padding-right: 32px;
    float: left;
}

.header-middle .contact ul li {
    display: block;
    padding: 0 30px;
    border-right: 1px #E2D8EC solid;
    float: left;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #513866;
    line-height: 18px;
}

.header-middle .contact ul li span {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 13px;
    color: #8D7A9D;
    text-transform: uppercase;
}

.header-middle .contact ul li a {
    color: #513866;
}

.header-middle .contact ul li a:hover {
    color: #7C3AED;
}

.header-middle a.login {
    display: inline-block;
    padding: 5px 20px;
    border: 2px #6D28D9 solid;
    border-radius: 5px;
    font-size: 13px;
    color: #725E82;
    font-weight: 700;
}

.header-middle a.login:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    color: #FFFFFF;
}

.header-middle a.login span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    font-size: 15px;
    color: #6D28D9;
}

.header-middle a.login:hover span {
    color: #FFFFFF;
}

/* ================================================== */
/* 03. navigation */
/* ================================================== */
.navbar {
    border-radius: 0px;
    margin: 0px;
    border: none;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-inverse {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.nav>li>a {
    padding: 19px 26px;
}

.navbar-nav>li {
    border-right: 1px #DDD6FE solid;
}

.navbar-nav>li>a {
    text-transform: uppercase;
}

.navbar-nav>li:last-child {
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a i {
    font-size: 20px;
    color: #EDE9FE;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.navbar-form {
    width: 30%;
    padding: 0 25px;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    margin: 0px;
    position: relative;
}

.navbar-form .form-control {
    width: 100%;
    margin: 12px 0;
    padding-left: 0px;
    height: 34px;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px #DDD6FE solid !important;
    border: none;
    font-size: 13px;
    color: #EDE9FE;
    text-transform: uppercase;
}

.navbar-form .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.navbar-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.navbar-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

.navbar-form .form-control:-ms-input-placeholder {
    color: #FFFFFF;
}

.navbar-form .search-btn {
    display: block;
    border: none;
    position: absolute;
    right: 25px;
    top: 18px;
    background: none;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar .dropdown-menu {
    min-width: 260px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(16, 27, 36, 0.1);
    border-radius: 0px;
    border-top: 4px #7C3AED solid;
}

.navbar .dropdown-menu:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(234, 88, 12, 0);
    border-bottom-color: #7C3AED;
    border-width: 10px;
}

.navbar .dropdown-menu>li>a {
    padding: 7px 15px;
}

.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    color: #FFFFFF;
}

/* ================================================== */
/* 04. home page sections */
/* ================================================== */

/*-----------------------
	banner 1
-----------------------*/
.banner-outer {
    display: block;
    position: relative;
    overflow-x: hidden;
}

.banner-slider .container {
    display: table;
    height: 100%;
}

.banner-outer .slide1,
.banner-outer .slide2,
.banner-outer .slide3,
.banner-outer .slide4,
.banner-outer .slide5,
.banner-outer .slide6,
.banner-outer .slide7 {
    display: block;
    height: 588px;
}

/* 
.banner-outer .slide1 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide2 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide3 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide4 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide5 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide6 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
}

.banner-outer .slide7 {
    background: url(../images/Slider/Slider-Default.jpg) no-repeat center top / cover;
} */

.banner-outer .content {
    display: table-cell;
    vertical-align: middle;
}

.banner-slider .content .fl-right {
    float: right;
}

.banner-outer .content h1 {
    display: block;
    padding-bottom: 20px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 32px;
    color: #241238;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-animation-delay: 0.2s;
}

.banner-outer .content h1 span {
    display: block;
    font-size: 56px;
    -webkit-animation-delay: 0.3s;
}

.banner-outer .content p {
    display: block;
    padding-bottom: 25px;
    max-width: 390px;
    font-size: 16px;
    color: #241238;
    opacity: 0.8;
    -webkit-animation-delay: 0.34s;
}

.banner-outer .content a.btn {
    -webkit-animation-delay: 0.36s;
}

.banner-outer .slide2 .content a.btn {
    margin: 0 10px;
}

.banner-outer .slide2 .content {
    float: none;
    text-align: center;
}

.banner-outer .slide2 .content h1,
.banner-outer .slide3 .content h1 {
    font-size: 50px;
    color: #FFFFFF;
}

.banner-outer .slide2 .content p {
    margin: 0 auto;
    color: #FFFFFF;
}

.banner-outer .slide3 .content h1,
.banner-outer .slide3 .content p {
    color: #FFFFFF;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn span {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    content: "";
    opacity: 0.5;
}

.btn:hover,
.btn:focus {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    color: #FFFFFF;
}

.btn.white {
    background: #FFFFFF;
    color: #725E82;
}

.btn.white:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    color: #FFFFFF;
}

.btn.blue {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    color: #FFFFFF;
}

.btn.blue:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.banner-outer .bx-wrapper .bx-pager {
    bottom: 60px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.banner-outer .bx-wrapper .bx-pager a {
    background: #FFFFFF;
    border-radius: 2px;
    display: block;
    height: 5px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    width: 18px;
    opacity: 0.3;
}

.banner-outer .bx-wrapper .bx-pager a:hover,
.banner-outer .bx-wrapper .bx-pager a.active {
    background: #FFFFFF;
    opacity: 1;
}

/*-----------------------
	about
-----------------------*/
.about {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 40%, #EDE9FE 72%, #FAE8FF 100%) !important;
    display: block;
    position: relative;
    padding: 222px 0 100px 0;
    /* background: url(../images/about-bg.jpg) no-repeat center bottom; */
}

.about ul.our-links {
    display: block;
    margin: -280px 0 0 0;
    position: relative;
    z-index: 99;
}

.about ul.our-links li {
    display: block;
    position: relative;
}

.about ul.our-links li.apply-online {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.about ul.our-links li.prospects .detail a.more {
    border: 2px #7C3AED solid;
    color: #7C3AED;
}

.about ul.our-links li.prospects {
    background: #FFFFFF !important;
    color: #000000 !important;
}

.about ul.our-links li.prospects .detail a.more {
    border: 2px #6D28D9 solid;
    color: #6D28D9;
}

.about ul.our-links li.certification {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.about ul.our-links li.certification .detail a.more {
    border: 2px #7C3AED solid;
    color: #7C3AED;
}

.about ul.our-links li {
    display: block !important;
    padding: 44px 10px 60px 4%;
    opacity: 1 !important;
}

.about ul.our-links li p {
    padding-bottom: 0px;
}

.about ul.our-links li .icon {
    width: 23%;
    float: left;
}

.about ul.our-links li .detail {
    width: 60%;
    padding-left: 20px;
    float: left;
    color: #FFFFFF;
}

.about ul.our-links li .detail h3 {
    display: block;
    padding-bottom: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about ul.our-links li .detail h3 span {
    display: block;
    font-size: 13px;
}

.about ul.our-links li .detail p {
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.about ul.our-links li .detail a.more {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    position: absolute;
    bottom: -17px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #FFFFFF;
    font-size: 20px;
    color: #7C3AED;
    border-radius: 50%;
    text-align: center;
    border: 2px #7C3AED solid;
}

.about ul.our-links li .detail a.more:hover {
    color: #1A0B2E;
}

.about .sm-head {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #8D7A9D;
    line-height: 18px;
    text-transform: uppercase;
}

.about .left-block {
    display: block;
}

.video-block {
    /*
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
*/
    position: relative;
}

/*
.video-block iframe, .video-block object, .video-block embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#thumbnail_container {
	overflow: hidden;
	width: 100%;
}
*/
.about .video-block img {
    width: 100%;
}

.about .video-block a {
    width: 67px;
    display: block;
    position: absolute;
    margin: -34px auto 0;
    left: 0px;
    right: 0px;
    top: 50%;
    cursor: pointer;
}

.about h2 {
    padding-bottom: 20px !important;
    color: #241238;
    text-align: left !important;
}

.about p {
    display: block;
    padding-bottom: 34px;
}

.about .know-more-wrapper {
    display: block;
    position: relative;
}

.about .know-more-wrapper:after {
    width: calc(100% - 135px);
    height: 1px;
    background: #EDE6F3;
    content: "";
    position: absolute;
    right: 0px;
    top: 14px;
    z-index: 1;
}

.about a.know-more {
    display: inline-block;
    padding-right: 24px;
    position: relative;
    z-index: 2;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #725E82;
    text-transform: uppercase;
}

.about a.know-more span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    color: #7C3AED;
}

.about a.know-more:hover span {
    color: #4C1D95;
}

/*-----------------------
	cources
-----------------------*/
.padding-lg {
    display: block;
    padding-top: 90px;
    padding-bottom: 90px;
}

.our-cources h2,
.how-study h2,
.why-choose h2,
.news-events h2,
.campus-tour h2,
.testimonial h2,
.about h2,
.browse-teacher h2,
.how-apply h2,
.have-question h2 {
    display: block;
    padding-bottom: 44px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
}

.our-cources h2 span,
.how-study h2 span,
.why-choose h2 span,
.news-events h2 span,
.campus-tour h2 span,
.browse-teacher h2 span,
.how-apply h2 span {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    opacity: 0.8;
}

.our-cources {
    display: block;
    /* background: url(../images/cources-bg.jpg) no-repeat center top / cover; */
    position: relative;
}

.our-cources:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    content: "";
    background: #241238;
    opacity: 0.8;
}

.our-cources .container {
    position: relative;
    z-index: 2;
}

.our-cources h2 {
    color: #FFFFFF;
}

.our-cources h2 span {
    color: #EDE6F3;
}

.our-cources ul.course-list {
    display: block;
    padding-top: 20px;
}

.our-cources ul.course-list li {
    display: block;
    /* background: url(../images/book-bg.png) no-repeat center top; */
    position: relative;
}

.our-cources ul.course-list li:after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background: #FFFFFF;
    content: " ";
    opacity: 0.3;
}

.our-cources ul.course-list li .inner {
    width: 198px;
    margin: 0 auto;
    height: 280px;
    padding: 54px 0 0 30px;
    position: relative;
}

.our-cources ul.course-list li .inner figure {
    position: absolute;
    left: 4px;
    top: 1px;
    opacity: 0.3;
}

.our-cources ul.course-list li h3 {
    display: block;
    padding-bottom: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
}

.our-cources ul.course-list li h3 span {
    display: block;
}

.our-cources ul.course-list li p {
    display: block;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.8;
}

.our-cources ul.course-list li .fess-box {
    display: inline-block;
    padding: 0 12px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
}

.our-cources ul.course-list li .fess-box span {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

.our-cources ul.course-list li .bottom-txt {
    width: 100%;
    padding: 18px 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.our-cources ul.course-list li .duration {
    width: 81%;
    float: left;
}

.our-cources ul.course-list li .duration h4 {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.our-cources ul.course-list li .duration span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.8;
}

.our-cources ul.course-list li a {
    display: block;
    position: absolute;
    right: 18px;
    top: 22px;
}

.our-cources ul.course-list li a .icon-more-icon {
    font-size: 22px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.our-cources ul.course-list li a:hover .icon-more-icon {
    opacity: 1;
}

/*-----------------------
	impotance
-----------------------*/
.our-impotance {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.our-impotance ul {
    display: block;
    text-align: center;
}

.our-impotance ul li {
    display: block;
    margin-bottom: 64px;
    border: none !important;
    position: relative;
}

.our-impotance ul li .inner {
    display: block;
    padding: 30px;
}

.our-impotance ul li .inner img {
    border-radius: 3px;
}

.our-impotance ul li:nth-child(3n) {
    border-right: none;
}

.our-impotance ul li:nth-child(n+4):after {
    display: none;
}

.our-impotance ul li:nth-child(n+4) {
    margin-bottom: 0px;
}

.our-impotance ul li:after {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: block;
    position: absolute;
    bottom: -35px;
    content: "";
    background: #EDE6F3;
}

.our-impotance ul li h3 {
    display: block;
    padding: 22px 0 12px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 24px;
}

.our-impotance ul li h3 span {
    display: block;
}

.our-impotance ul li p {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
}

/* News Events Section - Direct Color Theme */

.news-events.padding-lg {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 40%, #EDE9FE 72%, #FAE8FF 100%) !important;
    color: #513866 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg h2 {
    color: #6D28D9 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .height {
    background: linear-gradient(145deg, #7C3AED 0%, #5B21B6 42%, #3B0764 72%, #1E0A3C 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg li:first-child .height {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%) !important;
    color: #FFFFFF !important;
}

.news-events.padding-lg li:nth-child(2) .height {
    background: linear-gradient(135deg, #2E1065 0%, #581C87 52%, #7E22CE 100%) !important;
    color: #FFFFFF !important;
}

.news-events.padding-lg li:nth-child(3) .height {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important;
    color: #513866 !important;
}

.news-events.padding-lg .our-impotance.have-question {
    background: transparent !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .equal-hight .inner {
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 55%, #4C1D95 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.login {
    border: 1px solid #4C1D95;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.news-events.padding-lg .equal-hight .inner h3 {
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .equal-hight .inner p {
    color: #EDE9FE !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .panel2 {
    /* background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important; */
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.panel21 {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%) !important;
    color: #FFFFFF !important;
}

.footer .bottom {
    border-top: 1px solid #FFFFFF !important;
}

.news-events.padding-lg .panel2 .Enquire,
.news-events.padding-lg .Enquire {
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .panel1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F3FF 52%, #EDE9FE 100%) !important;
    color: #513866 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .marquee-para {
    color: #513866 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .marquee-para a,
.news-events.padding-lg a.news {
    color: #6D28D9 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

.news-events.padding-lg .marquee-para a i,
.news-events.padding-lg a.news i {
    color: #6D28D9 !important;
}

.news-events.padding-lg .marquee-para a:hover,
.news-events.padding-lg a.news:hover {
    color: #6D28D9 !important;
}

/* Floating Contact / WhatsApp Box Theme */

.rtl-container {
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Side vertical button */
.rtl-container .rtl-opener {
    background: linear-gradient(180deg, #6D28D9 0%, #6D28D9 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Contact box outer panel - inline red background override */
.rtl-container>div {
    background: linear-gradient(135deg, #6D28D9 0%, #210B38 48%, #6D28D9 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Inner scroll content */
.rtl-container .content-container {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F3FF 52%, #EDE9FE 100%) !important;
    color: #513866 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Form wrapper */
.rtl-container form,
.rtl-container .form-horizontal {
    background: transparent !important;
    color: #513866 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Inputs and textarea */
.rtl-container input.form-control,
.rtl-container textarea.form-control {
    background: #FFFFFF !important;
    color: #6D28D9 !important;
    border-color: #E2D8EC !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Placeholder color */
.rtl-container input.form-control::placeholder,
.rtl-container textarea.form-control::placeholder {
    color: #8D7A9D !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Input focus */
.rtl-container input.form-control:focus,
.rtl-container textarea.form-control:focus {
    background: #FFFFFF !important;
    color: #6D28D9 !important;
    border-color: #6D28D9 !important;
}

/* Submit button */
.rtl-container button.btn,
.rtl-container #submitBtn {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important;
    color: #FFFFFF !important;
    border-color: #6D28D9 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Submit button hover */
.rtl-container button.btn:hover,
.rtl-container #submitBtn:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important;
    color: #FFFFFF !important;
    border-color: #6D28D9 !important;
}

/* WhatsApp icon/text */
.rtl-container .rtl-opener i {
    color: #FFFFFF !important;
}

/* List inside WhatsApp box */
.rtl-container ul,
.rtl-container ul li {
    color: #6D28D9 !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/* Processing overlay */
.rtl-container .showprocessing {
    background: rgba(76, 29, 149, 0.78) !important;
    color: #FFFFFF !important;
}

.rtl-container .showprocessing span {
    color: #FFFFFF !important;
    font-family: 'Rubik', Arial, sans-serif !important;
}

/*-----------------------
	how study
-----------------------*/
.how-study {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.how-study h2 {
    color: #241238;
}

.how-study h2 span {
    color: #8D7A9D;
}

.how-study ul {
    display: block;
}

.how-study ul li img {
    width: 100%;
}

.how-study ul li:hover .overly {
    background: rgba(30, 10, 60, 0.88);
}

.how-study ul li .overly {
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0px;
    background: rgba(46, 16, 101, 0.58);
    transition: all 0.4s ease 0s;
}

.how-study ul li .cnt-block {
    max-width: 220px;
    position: absolute;
    bottom: 30px;
    left: 11%;
    color: #FFFFFF;
}

.how-study ul li .cnt-block h3 {
    display: block;
    padding-bottom: 12px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
    position: relative;
    text-transform: none;
}

.how-study ul li .cnt-block h3:before {
    display: block;
    margin-bottom: 8px;
    width: 40%;
    height: 4px;
    content: " ";
    /* background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%); */
}

/* .how-study ul li:nth-child(2) .cnt-block h3:before,
.how-study ul li:nth-child(2) a.more:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
} */

/* .how-study ul li:nth-child(3) .cnt-block h3:before,
.how-study ul li:nth-child(3) a.more:hover {
    background: linear-gradient(135deg, #3B1768 0%, #581C87 55%, #7E22CE 100%);
} */

.how-study ul li .cnt-block p {
    display: block;
    font-size: 13px;
    line-height: 16px;
    opacity: 0.7;
}

.how-study ul li a.more {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 18px;
    color: #1A0B2E;
    text-align: center;
}

.how-study ul li a.more i {
    margin-left: 2px;
}

.how-study ul li a.more:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    color: #FFFFFF;
}

/*-----------------------
	why choose
-----------------------*/
.why-choose {
    /* background: url(../images/why-choose-bg.jpg) no-repeat center center / cover; */
    position: relative;
}

.why-choose:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    opacity: 0.9;
}

.why-choose .container {
    position: relative;
    z-index: 2;
}

.why-choose h2 {
    padding-bottom: 70px;
    color: #FFFFFF;
}

.why-choose h2 span {
    color: #FFFFFF;
}

ul.our-strength {
    display: block;
    text-align: center;
}

ul.our-strength li {
    width: 20%;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    border-right: 1px #DDD6FE solid;
}

ul.our-strength li:last-child {
    border: none;
}

ul.our-strength li .icon {
    display: block;
    padding-bottom: 20px;
}

ul.our-strength li .icon span {
    font-size: 42px;
    opacity: 0.7;
}

ul.our-strength li span {
    padding-bottom: 12px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 44px;
}

ul.our-strength li .couter-outer {
    display: block;
}

ul.our-strength li .title {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    opacity: 0.8;
    text-transform: uppercase;
}

/*-----------------------
	news & events
-----------------------*/
.news-events {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.news-events h2 {
    color: #241238;
}

.news-events h2 span {
    color: #241238;
}

.news-events ul {
    display: block;
    margin-bottom: 60px;
}

.news-events ul li .inner {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #EDE6F3;
    position: relative;
}

.news-events ul li .img-block {
    display: block;
}

.news-events ul li .img-block img {
    width: 100%;
}

.news-events ul li .cnt-block {
    display: block;
    padding: 40px 30px 30px 30px;
    background: #FFFFFF;
    position: relative;
}

.news-events ul li .cnt-block .plus-icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -32px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    border-radius: 50%;
    font-size: 34px;
    color: #FFFFFF;
    box-shadow: 0px 5px 5px #EDE9FE;
}

.news-events ul li .cnt-block .plus-icon:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.news-events ul li .cnt-block h3 {
    display: block;
    padding-bottom: 36px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 22px;
    color: #33204B;
    line-height: 32px;
    text-transform: none;
}

.news-events figure {
    position: relative;
}

.news-events figure img {
    width: 100%;
    display: block;
    position: relative;
}

.news-events figcaption {
    position: absolute;
    top: 0;
    left: 0;
}

/* Caption Style 3 */
.cs-style-3 figure {
    overflow: hidden;
    padding-bottom: 104px;
}

.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.cs-style-3 figcaption {
    width: 100%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    bottom: 0px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.news-events ul li .bottom-block {
    display: block;
    padding: 30px 0 0 0;
    border-top: 1px #EDE6F3 solid;
    font-size: 13px;
    color: #8D7A9D;
}

.news-events ul li .date {
    display: block;
    float: left;
}

.news-events ul li .icon {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.news-events ul li .icon span {
    font-size: 20px !important;
    color: #E2D8EC !important;
}

.news-events ul li .comment {
    display: block;
    float: right;
}

.news-events ul li .date span,
.news-events ul li .comment span {
    font-weight: 700;
    color: #725E82;
}

.news-events .know-more-wrapper {
    display: block;
    text-align: center;
    position: relative;
}

.news-events .know-more-wrapper:after {
    width: 100%;
    height: 1px;
    background: #E2D8EC;
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 1;
}

.news-events .know-more {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
    z-index: 2;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #725E82;
    text-transform: uppercase;
}

.news-events a.know-more span {
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    color: #7C3AED;
    transition: all 0.3s ease 0s;
}

.news-events a.know-more:hover span {
    color: #4C1D95;
}

/*-----------------------
	campus tour
-----------------------*/
.campus-tour {
    background: #FFFFFF;
    padding-bottom: 0px;
}

.campus-tour h2 {
    color: #241238;
}

.campus-tour h2 span {
    color: #241238;
}

.campus-tour ul.gallery {
    display: block;
}

.campus-tour ul.gallery li {
    width: 20%;
    float: left;
    display: block;
    background: linear-gradient(135deg, #160A2B 0%, #2E1065 48%, #4C1D95 100%);
    position: relative;
}

.campus-tour ul.gallery li figure {
    transition: all 0.3s ease 0s;
}

.campus-tour ul.gallery li:hover figure {
    opacity: 0.2;
}

.campus-tour ul.gallery li .overlay {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -57px;
    z-index: 1;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.campus-tour ul.gallery li:hover .overlay {
    top: 44%;
    opacity: 1;
}

.campus-tour ul.gallery li h3 {
    display: block;
    padding-bottom: 4px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.campus-tour ul.gallery li p {
    display: block;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.5;
}

.campus-tour ul.gallery li a {
    width: 56px;
    height: 56px;
    margin: 0 8px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-size: 22px;
    color: #FFFFFF;
}

.campus-tour ul.gallery li a.more {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.campus-tour ul.gallery li a:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
    border: none;
}

.mfp-arrow-left:before,
.mfp-arrow-right:after {
    width: 20px;
    height: 38px;
    display: block;
    content: "";
    /* background: url(../images/popup-arrows.png) no-repeat center bottom; */
}

.mfp-arrow-left:before {
    background-position: left top;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 28px;
    height: 28px;
    right: 0px;
    padding-right: 0px;
    display: block;
    cursor: pointer;
    /* background: url(../images/popup-close.png) no-repeat center top; */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/*-----------------------
	client logos
-----------------------*/
.logos {
    display: block;
    padding: 60px 0;
}

.logos ul {
    display: block;
}

.logos ul .owl-item img {
    width: auto;
}

/*-----------------------
	testimonials
-----------------------*/
.testimonial {
    display: block;
    /* background: url(../images/testimonial-bg.jpg) no-repeat center top / cover; */
    text-align: center;
    position: relative;
}

.testimonial:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, #1B0A2F 0%, #3B0764 52%, #581C87 100%);
    opacity: 0.8;
}

.testimonial .container {
    position: relative;
    z-index: 2;
}

.testimonial h2 {
    font-family: 'Rubik', Arial, sans-serif;
    color: #FFFFFF;
}

.testimonial .wrapper {
    display: block;
    max-width: 1012px;
    position: relative;
}

.testimonial .wrapper:before,
.testimonial .wrapper:after {
    display: block;
    position: absolute;
    font-family: 'icomoon';
    font-size: 44px;
    color: #FFFFFF;
}

.testimonial .wrapper:before {
    left: 0;
    top: 0;
    content: "\e90d";
}

.testimonial .wrapper:after {
    right: 0;
    bottom: 0;
    content: "\e90c";
}

.testimonial ul {
    display: block;
}

.testimonial ul li {
    display: block;
}

.testimonial ul li p {
    display: block;
    padding-bottom: 32px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 22px;
    color: #EDE9FE;
    line-height: 38px;
}

.testimonial ul li p a {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

.testimonial ul li span {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

.testimonial ul li span span {
    font-size: 15px;
    color: #DDD6FE;
}

.testimonial .bx-wrapper {
    padding-bottom: 20px;
}

.testimonial #bx-pager a {
    display: inline-block;
    position: relative;
    margin: 0 6px;
}

.testimonial #bx-pager a img {
    border: 5px solid transparent;
}

.testimonial #bx-pager a:hover img,
.testimonial #bx-pager a.active img {
    border: 5px solid #7C3AED;
}

.testimonial #bx-pager a:hover:after,
.testimonial #bx-pager a.active:after {
    width: 0;
    height: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -7px;
    content: " ";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #7C3AED;
}

/* ================================================== */
/* 05. footer */
/* ================================================== */
.footer {
    display: block;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.footer .row1 {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .foot-nav {
    display: block;
    width: 33%;
    /*width: 25%;*/
    padding-right: 15px;
    float: left;
}

.foot-nav2 {
    width: 100% !important;
}

.footer .foot-nav ul li {
    display: block;
    line-height: 22px;
}

.footer h3,
.h6-innerheading {
    display: block;
    padding-bottom: 20px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer .foot-nav ul li a {
    font-size: 13px;
    color: #E2D8EC;
}

.footer .foot-nav ul li a:hover {
    color: #FFFFFF;
}

.footer .footer-logo {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 20px;
    /*border-bottom: 1px #725E82 solid;*/
}

.footer p {
    font-size: 13px;
    color: #E2D8EC;
}

.footer p span {
    color: #FFFFFF;
    font-weight: 700;
}

.footer ul.terms {
    display: block;
}

.footer ul.terms li {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
}

.footer ul.terms li:after {
    display: inline-block;
    padding: 0 4px;
}

.footer ul.terms li:last-child:after {
    display: none;
}

.footer ul.terms li:first-child {
    padding-left: 0px;
}

.footer ul.terms li a {
    color: #E2D8EC;
    font-family: 'Rubik', Arial, sans-serif;
}

.footer ul.terms li a:hover {
    color: #FFFFFF;
}

.footer .bottom {
    display: block;
    padding: 0px 0;
    background: linear-gradient(135deg, #1B0A2F 0%, #3B0764 52%, #581C87 100%);
}

.footer .connect-us {
    display: block;
    padding: 14px 0 18px 0;
    width: 95%;
    /*border-right: 1px #C4B5FD solid;*/
}

.footer ul.follow-us {
    display: block;
}

.footer ul.follow-us li {
    display: block;
    padding: 0 4px;
    float: left;
}

.footer ul.follow-us li:first-child {
    padding-left: 0px;
}

.footer ul.follow-us li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 2px #C4B5FD solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}

.footer ul.follow-us li a:hover {
    background: linear-gradient(135deg, #3B1768 0%, #581C87 55%, #7E22CE 100%);
    border-color: #3B1768;
}

.footer .subscribe {
    display: block;
    padding: 14px 58px 18px 0;
    width: 95%;
    /*border-right: 1px #C4B5FD solid;*/
}

.footer .subscribe #mc_embed_signup {
    background: #FFFFFF;
    border-radius: 5px;
}

.footer .subscribe input[type='email'] {
    width: 82%;
    height: 44px;
    padding: 0 15px;
    border: none;
    background: none;
    font-size: 13px;
    color: #A78BFA;
}

.footer .subscribe input[type='email']::-webkit-input-placeholder {
    text-transform: none;
    color: #A78BFA;
}

.footer .subscribe input[type='email']:-moz-placeholder {
    /* Firefox 18- */
    text-transform: none;
    color: #A78BFA;
}

.footer .subscribe input[type='email']::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: none;
    color: #A78BFA;
}

.footer .subscribe input[type='email']:-ms-input-placeholder {
    text-transform: none;
    color: #A78BFA;
}

.footer .subscribe .clear {
    float: right;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease 0s;
}

.footer .subscribe .clear:before {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 9px;
    font-family: 'icomoon';
    font-size: 20px;
    content: "\e907";
    color: #FFFFFF;
    z-index: 1;
}

.footer .subscribe .clear:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.footer .subscribe .clear .button {
    width: 46px;
    height: 44px;
    float: right;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background: none;
    text-indent: -9999px;
    position: relative;
    z-index: 2;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease 0s;
}

.footer .instagram {
    display: block;
    padding: 14px 58px 18px 0;
}

.footer .instagram ul {
    display: block;
}

.footer .instagram ul li {
    width: 16.6%;
    padding: 0 2.5px;
    float: left;
}

.footer .instagram ul li a:hover {
    opacity: 0.7;
}

a.scroll-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    background-color: #4C1D95;
    z-index: 999;
}

a.scroll-top:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

/* ================================================== */
/* 06. index2 */
/* ================================================== */
/*-----------------------
	banner2
-----------------------*/
.banner2 {
    min-height: 650px;
    padding: 115px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.banner2:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: rgba(59, 7, 100, 0.38);
}

.banner2 .container {
    max-width: 965px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.banner2 .cnt-block {
    max-width: 740px;
    margin: 0 auto;
}

.banner2 h1 {
    padding-bottom: 30px;
    color: #FFFFFF;
    text-transform: none;
    line-height: 56px;
}

.banner2 p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.8;
}

.banner2 .form-group {
    width: 100%;
    margin: 40px 0 70px 0;
    display: inline-block;
    vertical-align: middle;
}

.banner2 .form-group .form-control {
    width: calc(100% - 74px);
    margin-right: -2px;
    height: 64px;
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #8D7A9D;
    text-transform: capitalize;
    border: none;
    border-radius: 30px 0 0 30px;
    box-shadow: none;
}

.banner2 .form-group .search-btn {
    width: 70px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    border-radius: 0 30px 30px 0;
}

.banner2 ul.banner-list {
    width: 100%;
    max-width: 790px;
    display: inline-block;
    vertical-align: middle;
}

.banner2 ul.banner-list li {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.banner2 ul.banner-list li:after {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 30px;
    top: 0px;
    content: "";
    background: rgba(251, 250, 248, 0.55);
}

.banner2 ul.banner-list li:last-child:after {
    display: none;
}

.banner2 ul.banner-list li figure {
    width: 54px;
    display: inline-block;
    vertical-align: middle;
}

.banner2 ul.banner-list li .cnt {
    width: calc(100% - 58px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.banner2 ul.banner-list li .cnt span {
    display: block;
}

/*-----------------------
	Intro Sec
-----------------------*/
.intro-sec .video-block .play-outer {
    width: 220px;
    height: 78px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 50px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.intro-sec .video-block .play-outer figure {
    width: 46px;
    display: inline-block;
    vertical-align: middle;
}

.intro-sec .video-block .play-outer span {
    width: calc(100% - 50px);
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #513866;
    line-height: 20px;
}

.intro-sec h2 {
    padding-bottom: 35px;
    font-size: 34px;
    color: #241238;
    line-height: 45px;
    text-transform: capitalize;
}

.intro-sec h2 span {
    display: block;
}

.intro-sec p {
    color: #725E82;
}

.intro-sec .know-more-wrapper {
    display: block;
    margin-top: 40px;
    position: relative;
}

.intro-sec a.know-more {
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #513866;
    text-decoration: underline !important;
}

.intro-sec a.know-more span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 14px 0 0;
    font-size: 18px;
    color: #7C3AED;
}

.intro-sec a.know-more:hover span {
    color: #4C1D95;
}

/*---------------------------
	Popular Cources Sec
---------------------------*/
.popular-cources {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.popular-cources .title-row {
    display: block;
    margin-bottom: 45px;
}

.popular-cources a.view-courses {
    display: block;
    float: right;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #513866;
    text-decoration: underline !important;
}

.popular-cources a.view-courses span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 14px 0 0;
    font-size: 18px;
    color: #7C3AED;
}

.popular-cources a.view-courses:hover span {
    color: #4C1D95;
}

.popular-cources h3 {
    display: block;
    float: left;
    font-size: 30px;
    color: #241238;
    text-transform: capitalize;
}

.popular-cources ul.courses-list li .inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 15px rgba(16, 27, 36, 0.05);
    box-shadow: 0 0 15px rgba(16, 27, 36, 0.05);
    border-radius: 5px;
}

.popular-cources ul.courses-list li figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.popular-cources ul.courses-list li .cnt-block {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.popular-cources ul.courses-list li .duration {
    padding: 6px 20px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    color: #FFFFFF;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: -22px;
}

.connect-us span {
    color: #FFFFFF;
}

.popular-cources ul.courses-list li .duration .year {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

.popular-cources ul.courses-list li .duration .txt {
    font-size: 13px;
    opacity: 0.7;
}

.popular-cources ul.courses-list li h4 {
    padding-bottom: 12px;
    font-size: 18px;
    color: #412758;
    text-transform: capitalize;
    line-height: 22px;
}

.popular-cources ul.courses-list li p {
    font-size: 15px;
    color: #8D7A9D;
    line-height: 22px;
}

/*-----------------------------
	Whats Makes Different Sec
-----------------------------*/
.wt-makes-different {
    background: linear-gradient(135deg, #4A1D72 0%, #7E22CE 50%, #A855F7 100%);
    position: relative;
}

.wt-makes-different .bg-image {
    width: 45%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left top;
    background-size: cover;
}

.wt-makes-different .bg-image:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(76, 29, 149, 0.78);
    position: absolute;
    left: 0;
    top: 0;
}

.wt-makes-different .left {
    padding-top: 140px;
    padding-bottom: 180px;
    color: #FFFFFF;
}

.wt-makes-different .left .q-mark {
    width: 100px;
    height: 100px;
    margin-bottom: 22px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 54px;
    line-height: 90px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    border-radius: 50%;
    text-align: center;
}

.wt-makes-different .left h2 {
    margin-bottom: 50px;
    font-size: 54px;
    line-height: 72px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.wt-makes-different .left a.read-more {
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline !important;
}

.wt-makes-different .left a.read-more span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 0;
    font-size: 18px;
}

.wt-makes-different .left a.read-more:hover span {
    color: #4C1D95;
}

.wt-makes-different .right {
    padding: 120px 0 0 60px;
}

ul.makes-different-list li {
    margin-bottom: 70px;
}

ul.makes-different-list li .inner {
    max-width: 246px;
}

ul.makes-different-list li h3 {
    padding: 20px 0 15px 0;
    padding-bottom: 15px;
    font-size: 18px;
    text-transform: inherit;
    color: #FFFFFF;
}

ul.makes-different-list li p {
    font-size: 15px;
    line-height: 22px;
    color: #E2D8EC;
}

/*-----------------------------
	How Study 2
-----------------------------*/
.how-study2 {
    background: #FFFFFF;
}

.how-study2 h2,
.why-choose2 h2,
.news-events2 h2,
.campus-tour2 h2 {
    text-transform: inherit;
}

.how-study2 h2 span,
.why-choose2 h2 span,
.news-events2 h2 span,
.campus-tour h2 span {
    padding-bottom: 5px;
}

.how-study2 ul li .overly,
.how-study2 ul li figure {
    border-radius: 15px;
    overflow: hidden;
}

/*-----------------------------
	Why Choose 2
-----------------------------*/
.why-choose2 ul.our-strength li {
    border: none;
}

/*-----------------------------
	Testimonials 2
-----------------------------*/
.testimonial2 {
    background: none;
}

.testimonial2:after {
    display: none;
}

.testimonial2 .wrapper:before,
.testimonial2 .wrapper:after {
    color: #E2D8EC;
}

.testimonial2 h2 {
    text-transform: inherit;
    color: #4A1D72;
}

.testimonial2 ul li p {
    color: #8D7A9D;
}

.testimonial2 ul li p a {
    color: #6D28D9;
}

.testimonial2 ul li span {
    color: #7C3AED;
}

.testimonial2 ul li span span {
    color: #8D7A9D;
}

/*-----------------------------
	Brands 2
-----------------------------*/
.logos2 {
    padding-top: 0px;
}

.logos2 ul {
    padding: 60px 0 0;
    border-top: 1px #EDE6F3 solid;
}

/*-----------------------------
	Footer 2
-----------------------------*/
.footer2 {
    background: #241238;
}

.footer2 .foot-nav ul li a,
.footer2 p,
.footer2 ul.terms li:after,
.footer2 ul.terms li a {
    color: #B4A5C1;
}

.footer2 .footer-logo {
    border-color: #624978;
}

.footer2 .bottom {
    background: linear-gradient(135deg, #160A2B 0%, #2E1065 48%, #4C1D95 100%);
}

.footer2 .connect-us,
.footer2 ul.follow-us li a,
.footer2 .subscribe {
    border-color: #412758;
}

.footer2 .subscribe input[type='email'] {
    color: #B4A5C1;
}

.footer2 .subscribe input[type='email']::-webkit-input-placeholder {
    color: #B4A5C1;
}

.footer2 .subscribe input[type='email']:-moz-placeholder {
    /* Firefox 18- */
    color: #B4A5C1;
}

.footer2 .subscribe input[type='email']::-moz-placeholder {
    /* Firefox 19+ */
    color: #B4A5C1;
}

.footer2 .subscribe input[type='email']:-ms-input-placeholder {
    color: #B4A5C1;
}

/* ================================================== */
/* 07. about page */
/* ================================================== */
.about-right {
    display: block;
}

.about-right img {
    width: 100%;
    height: 300px;
}

.why-choose.grey-bg {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.why-choose.grey-bg:after {
    display: none;
}

.why-choose.grey-bg h2 {
    color: #241238;
}

.why-choose.grey-bg h2 span {
    color: #8D7A9D;
}

ul.our-strength.opt2 li {
    border-color: #E2D8EC;
}

ul.our-strength.opt2 li span {
    color: #725E82;
}

ul.our-strength.opt2 li .icon span {
    color: #4C1D95;
}

ul.our-strength.opt2 li .title {
    color: #8D7A9D;
}

.about-video {
    width: 100%;
    /* background: url(../images/about-video-bg.jpg) no-repeat center top / cover; */
    text-align: center;
    position: relative;
}

.about-video:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, #160A2B 0%, #2E1065 48%, #4C1D95 100%);
    opacity: 0.6;
}

.about-video .container {
    display: table;
    height: 550px;
    position: relative;
    z-index: 2;
}

.about-video p {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 54px;
    color: #EDE6F3;
}

.about-video p a {
    color: #FFFFFF;
}

.about-video p a span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.about-video p a:hover {
    color: #4C1D95;
}

.browse-teacher.grey-bg {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.modal-content {
    border-radius: 0px;
}

.about .close,
.about-video .close {
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    z-index: 2;
}

/* .about .close span,
.about-video .close span {
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    background: url(../images/popup-close-btn.jpg) no-repeat center top;
} */

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 9999;
}

/* ================================================== */
/* 08. cources listing page */
/* ================================================== */
/* .inner-banner {
    display: block;
    padding: 60px 0;
    min-height: 290px;
    background: url(../images/inner-banner-bg.jpg) no-repeat center top / cover;
} */

.inner-banner .content {
    max-width: 392px;
}

.inner-banner h1 {
    display: block;
    padding-bottom: 18px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 42px;
    color: #241238;
    text-transform: uppercase;
}

.inner-banner p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #725E82;
}

.inner-banner a.apply-online {
    max-width: 246px;
    display: block;
    margin-top: 16px;
    margin-bottom: 26px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    text-transform: uppercase;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}

.inner-banner a.apply-online:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.inner-banner a.apply-online .left {
    width: 80%;
    float: left;
    padding: 20px 0 20px 24px;
}

.inner-banner a.apply-online .icon {
    display: block;
    padding-right: 15px;
    float: left;
}

.inner-banner a.apply-online .txt {
    width: 36%;
    float: left;
    line-height: 20px;
}

.inner-banner a.apply-online .arrow {
    width: 20%;
    height: 100%;
    line-height: 78px;
    position: absolute;
    right: 0px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-size: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.inner-banner a.apply-online:hover .arrow {
    background: #5B21B6;
}

a.download-prospects {
    display: block;
    padding: 0 10px 10px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #4A1D72;
    text-transform: uppercase;
}

a.download-prospects .icon-brochure-icon {
    display: block;
    margin-right: 15px;
    float: left;
    font-size: 29px;
    color: #6D28D9;
}

a.download-prospects.brochure {
    background-position: left 4px;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    color: #513866;
}

a.download-prospects .small {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 13px;
    color: #8D7A9D;
    line-height: 14px;
    text-transform: uppercase;
}

a.download-prospects:hover,
a.download-prospects:hover span {
    color: #6D28D9;
}

.about.inner {
    background: none;
}

.about.inner .video-block {
    margin-bottom: 12px;
}

.about.inner .modal-body .video-block {
    margin-bottom: 0px;
}

.about.inner p {
    padding-bottom: 20px;
    text-align: justify;
}

.about .btn-wrapper {
    display: block;
}

a.download-pros,
a.download-cert {
    width: 50%;
    float: left;
    padding: 22px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 20px;
}

a.download-pros {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    border-right: 1px #FFFFFF solid;
}

a.download-cert {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    border-left: 1px #FFFFFF solid;
}

a.download-pros .ico-block,
a.download-cert .ico-block {
    display: block;
    padding-right: 15px;
    float: left;
}

a.download-pros .txt-block,
a.download-cert .txt-block {
    display: block;
    padding-top: 4px;
    float: left;
    text-transform: uppercase;
}

a.download-pros .sm-txt,
a.download-cert .sm-txt {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    opacity: 0.7;
}

a.download-pros:hover,
a.download-cert:hover {
    background-color: #4C1D95;
}

.select-course {
    display: block;
    float: right;
    padding-right: 34px;
}

.select-course .select2.select2-container {
    width: 254px !important;
}

.select-course .select2-container .select2-selection--single {
    height: 48px;
}

.select-course .select2-container--default .select2-selection--single {
    background: rgba(76, 29, 149, 0.42);
}

.select-course .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    line-height: 48px;
    font-family: 'Rubik', Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}

.select-course .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 46px;
    height: 46px;
    border-left: 1px #B4A5C1 solid;
    background: rgba(251, 250, 248, 0.22);
}

/* .our-cources.sub {
    background: url(../images/cources-bg1.jpg) no-repeat center top / cover;
} */

.our-cources.sub h2 {
    padding-left: 32px;
    text-align: left;
}

.our-cources ul.inner li {
    margin-bottom: 140px;
}

.our-cources ul.inner li:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -70px;
    display: block;
    background: #FFFFFF;
    content: " ";
    opacity: 0.3;
}

.our-cources ul.course-list.inner li .inner {
    padding: 40px 0 0 30px;
}

.our-cources ul.inner li:nth-child(n+9) {
    margin-bottom: 80px;
}

.our-cources ul.inner li:nth-child(n+9):before,
.our-cources ul.inner li:nth-child(4n):after {
    display: none;
}

.pagination {
    margin: 0px;
}

.pagination>li>a,
.pagination>li>span {
    font-family: 'Rubik', Arial, sans-serif;
    color: #A78BFA;
    margin: 0 4px;
    border: none;
    border-radius: 50%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    color: #FFFFFF;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    padding: 7px 22px;
    border-radius: 25px;
    font-size: 13px;
    text-transform: uppercase;
}

.pagination li a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 18px;
}

.pagination>li:first-child a i {
    margin-right: 10px;
}

.pagination>li:last-child a i {
    margin-left: 10px;
}

/*-----------------------
	browse teacher
-----------------------*/
.browse-teacher {
    display: block;
}

.browse-teacher h2 {
    color: #241238;
}

ul.browse-teachers-list {
    display: block;
    padding-top: 20px;
}

ul.browse-teachers-list>li {
    display: block;
    text-align: center;
    border-right: 1px #EDE6F3 solid;
}

ul.browse-teachers-list>li:last-child {
    border: none;
}

ul.browse-teachers-list>li .inner-block {
    display: block;
    padding: 0 20px;
}

ul.browse-teachers-list figure {
    width: 124px;
    height: 124px;
    margin: 0 auto 28px;
    position: relative;
}

ul.browse-teachers-list figure:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    /* background: url(../images/teacher-overlay-bg.png) no-repeat center top; */
}

/* 
.browse-teacher.grey-bg ul.browse-teachers-list figure:before {
    background: url(../images/teacher-overlay-bg-grey.png) no-repeat center top;
}

.details-tab ul.browse-teachers-list figure:before {
    background: url(../images/teacher-overlay-bg-tab.png) no-repeat center top;
} */

ul.browse-teachers-list h3 {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #33204B;
}

ul.browse-teachers-list .designation {
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

ul.browse-teachers-list p {
    display: block;
    padding: 0 20px 26px 20px;
    font-size: 13px;
    line-height: 22px;
}

ul.teachers-follow {
    display: block;
}

ul.teachers-follow li {
    display: inline-block;
    padding: 0 6px;
}

ul.teachers-follow li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

ul.teachers-follow li a:hover {
    background: #241238 !important;
}

ul.teachers-follow li:nth-child(1) a {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

ul.teachers-follow li:nth-child(2) a {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

ul.teachers-follow li:nth-child(3) a {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

/* ================================================== */
/* 09. course detail page */
/* ================================================== */
.enquire-wrapper {
    max-width: 438px;
}

.enquire-now {
    max-width: 405px;
    margin: -90px auto 0;
    position: relative;
    color: #FFFFFF;
}

.enquire-now .inner {
    padding: 40px 26px 30px 26px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.enquire-now .inner h3 {
    display: block;
    padding-bottom: 26px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: none;
}

.enquire-now .inner .row1 {
    display: block;
    margin-bottom: 14px;
}

.enquire-now .inner input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.enquire-now .inner input:-moz-placeholder {
    color: #FFFFFF;
}

.enquire-now .inner input::-moz-placeholder {
    color: #FFFFFF;
}

.enquire-now .inner input:-ms-input-placeholder {
    color: #FFFFFF;
}

.enquire-now .inner .row1 input,
.enquire-now .inner .row2 input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    background: #C4B5FD;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px #FFFFFF solid;
}

.enquire-now .inner .row2 {
    display: block;
    margin: 0 -5px 14px -5px;
}

.enquire-now .inner .row2 input {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
}

.enquire-now .enquire-btn {
    width: 100%;
    padding: 13px 15px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    border: none;
}

.enquire-now .enquire-btn span {
    margin-left: 4px;
    font-size: 15px;
    opacity: 0.5;
}

.enquire-now .enquire-btn:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.cert-head {
    display: block;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.cert-head:after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0px;
    background: #E2D8EC;
    content: "";
}

.cert-head h3 {
    display: inline-block;
    padding-right: 14px;
    background: #FFFFFF;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #1A0B2E;
    z-index: 1;
    position: relative;
}

ul.cert-list {
    display: block;
}

ul.cert-list li {
    width: calc(50% - 30px);
    float: left;
    padding: 14px 0 14px 28px;
    margin-right: 30px;
    font-weight: 700;
    border-bottom: 1px #E2D8EC dashed;
    position: relative;
}

ul.cert-list li:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
    font-family: 'icomoon';
    font-size: 15px;
    color: #6D28D9;
    content: "\e91f";
}

ul.cert-list li:nth-last-child(2),
ul.cert-list li:last-child {
    border-bottom: none;
}

ul.cert-list li span {
    display: inline-block;
    margin-right: 6px;
    color: #6D28D9;
}

.course-detail {
    display: block;
    padding: 25px 40px;
    margin-top: 50px;
    border: 1px #E2D8EC solid;
}

.course-detail .duration {
    width: 25%;
    min-height: 85px;
    padding-right: 40px;
    float: left;
    border-right: 1px #E2D8EC solid;
}

.course-detail .duration.eligible {
    width: 34%;
    padding: 0 40px;
}

.course-detail .duration.eligible .icon {
    font-size: 34px;
}

.course-detail .duration.fee {
    width: 22%;
    padding: 0 40px;
}

.course-detail .duration.fee .detail {
    font-size: 34px;
    color: #4C1D95;
}

.course-detail .duration.fee .detail span {
    padding-bottom: 10px;
}

.course-detail .duration .icon {
    width: 67px;
    height: 67px;
    display: table;
    float: left;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F3FF 45%, #FAE8FF 100%);
    border-radius: 50%;
    font-size: 36px;
    color: #A78BFA;
    text-align: center;
}

.course-detail .duration .icon span {
    display: table-cell;
    vertical-align: middle;
}

.course-detail .duration .detail {
    display: block;
    padding: 10px 0 0 16px;
    float: left;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #513866;
    line-height: 22px;
}

.course-detail .duration .detail span {
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #8D7A9D;
    text-transform: uppercase;
}

.course-detail .btn {
    margin: 18px 0 0 40px;
}

/*-----------------------
	course detail tab
-----------------------*/
.details-tab {
    display: block;
    padding: 50px 0 90px 0;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F3FF 45%, #FAE8FF 100%);
}

#myTabs {
    padding: 0 30px;
    text-align: center;
}

.course-tab {
    margin-bottom: 50px;
    border-bottom: 2px #E2D8EC solid;
}

.course-tab>li {
    width: 25%;
}

.course-tab>li>a {
    padding: 0 0 26px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #8D7A9D;
    text-transform: uppercase;
    border: none !important;
}

.course-tab>li>a span {
    display: block;
    padding-bottom: 18px;
    font-size: 46px;
    color: #B4A5C1;
}

.course-tab>li>a .block {
    display: inline;
}

.course-tab>li.active>a,
.course-tab>li.active>a:focus,
.course-tab>li.active>a:hover,
.course-tab>li>a:hover {
    background: none;
    border-bottom: 2px #4C1D95 solid !important;
    color: #4C1D95;
}

.course-tab>li.active>a span,
.course-tab>li.active>a:focus span,
.course-tab>li.active>a:hover span,
.course-tab>li>a:hover span {
    color: #4C1D95;
}

.details-tab #curriculam,
.details-tab #schedule {
    background: #FFFFFF;
    box-shadow: 0 0 14px #E2D8EC;
}

#curriculam .lecture-txt {
    display: block;
    padding-bottom: 2px;
    font-size: 13px;
    color: #8D7A9D;
    text-transform: uppercase;
}

#curriculam .lecture-txt span {
    color: #513866;
}

#curriculam .lecture-txt a.preview {
    display: inline-block;
    padding: 0 12px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 2px;
}

#curriculam .lecture-txt a.preview:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.details-tab .course-table {
    border: 1px #E2D8EC solid;
    margin: 0px;
}

.details-tab .course-table>thead>tr>th {
    padding: 11px 30px;
    background: #EDE9FE;
    font-family: 'Rubik', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #513866;
    border-color: #EDE9FE;
}

.course-table>tbody>tr>td,
.course-table>tfoot>tr>td,
.course-table>thead>tr>td {
    padding: 28px 30px;
}

.course-table>thead>tr,
.course-table>thead>tr>td,
.course-table>thead>tr>th {
    border: 1px #EDE9FE solid;
}

.course-table>tbody>tr>td,
.course-table>tbody>tr>th,
.course-table>tfoot>tr>td,
.course-table>tfoot>tr>th {
    border: 1px solid #EDE6F3;
    font-weight: 700;
    color: #725E82;
}

.table-col1 {
    display: block;
    padding-left: 20px;
    position: relative;
}

.table-col1:before {
    display: block;
    position: absolute;
    left: 0px;
    top: -4px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #7C3AED;
    content: "\f105";
}

#schedule .course-table>thead>tr>th:first-child {
    width: 55%;
}

#schedule .fee-amt {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #725E82;
}

#schedule ul.fee-details {
    display: block;
    padding: 5px 0 0 22px;
}

#schedule ul.fee-details li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px #E2D8EC dashed;
    font-weight: normal;
    position: relative;
}

#schedule ul.fee-details li:last-child {
    border-bottom: none;
}

#schedule ul.fee-details li:before {
    display: block;
    position: absolute;
    left: -22px;
    top: 8px;
    font-family: 'icomoon';
    font-size: 15px;
    color: #6D28D9;
    content: "\e908";
}

#semester ul.content {
    display: block;
}

#semester ul.content>li {
    display: block;
    padding: 0 0 24px 24px;
    margin-bottom: 24px;
    border-bottom: 1px #E2D8EC dashed;
    position: relative;
}

#semester ul.content>li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#semester ul.content>li:before {
    display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    font-family: 'icomoon';
    font-size: 16px;
    color: #6D28D9;
    content: "\e908";
}

#semester ul.content>li:last-child {
    border-bottom: none;
}

#semester ul.content>li h4 {
    display: block;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #513866;
}

#semester ul.content>li p {
    display: block;
    line-height: 22px;
}

#semester ul.content>li>ul {
    max-width: 430px;
    padding: 10px 0 0 0;
}

#semester ul.content>li>ul>li {
    padding: 6px 0 6px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}

#semester ul.content>li>ul>li:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    font-family: 'icomoon';
    font-size: 13px;
    color: #A78BFA;
    content: "\e917";
}

#teachers ul.browse-teachers-list>li {
    border-color: #E2D8EC;
}

/*-----------------------
	how to apply
-----------------------*/
.how-apply {
    display: block;
}

.how-apply h2 {
    color: #241238;
}

.how-apply ul {
    display: block;
    padding-top: 20px;
    padding-bottom: 70px;
}

.how-apply ul li {
    display: block;
    text-align: center;
}

.how-apply ul li:nth-child(1):after {
    width: 214px;
    height: 77px;
    display: block;
    content: "";
    position: absolute;
    right: -120px;
    top: 86px;
    /* background: url(../images/dotted-arrow.png) no-repeat left top; */
    z-index: -1;
}

.how-apply ul li:nth-child(2):after {
    width: 221px;
    height: 84px;
    display: block;
    content: "";
    position: absolute;
    right: -122px;
    top: 32px;
    /* background: url(../images/dotted-arrow1.png) no-repeat left top; */
    z-index: -1;
}

.how-apply ul li .icon-block {
    width: 175px;
    height: 175px;
    line-height: 175px;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    text-align: center;
    transition: all 0.3s ease 0s;
}

.how-apply ul li .icon-block .num {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -20px;
    top: 45px;
    display: block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    line-height: 44px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    border-radius: 50%;
}

.how-apply ul li:hover .icon-block,
.how-apply ul li.active .icon-block {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.how-apply ul li:hover .num,
.how-apply ul li.active .num {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.how-apply ul li h3 {
    display: block;
    padding: 34px 0 25px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #1A0B2E;
    text-transform: uppercase;
}

.how-apply ul li p {
    display: block;
    padding: 0 40px 0;
}

.how-apply .button-wrapper {
    display: block;
    text-align: center;
    position: relative;
}

.how-apply .button-wrapper:before,
.how-apply .button-wrapper:after {
    width: calc(50% - 110px);
    height: 1px;
    background: #E2D8EC;
    content: "";
    position: absolute;
    top: 50%;
}

.how-apply .button-wrapper:before {
    left: 0;
}

.how-apply .button-wrapper:after {
    right: 0;
}

/*-----------------------
	comments section
-----------------------*/
.comments-wrapper {
    display: block;
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.comments-wrapper h2 {
    display: block;
    padding-bottom: 22px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #513866;
    text-transform: uppercase;
    border-bottom: 1px #E2D8EC solid;
    position: relative;
}

.comments-wrapper h2:after {
    display: block;
    width: 166px;
    height: 1px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.comments-wrapper ul.comments {
    display: block;
    padding-top: 56px;
    padding-bottom: 40px;
}

.comments-wrapper ul.comments li {
    margin-bottom: 30px;
}

.comments-wrapper ul.comments li .com-img {
    width: 68px;
    height: 68px;
    float: left;
}

.comments-wrapper ul.comments li .com-txt {
    width: calc(100% - 92px);
    padding: 30px 60px 30px 30px;
    float: right;
    background: #FFFFFF;
    border: 1px #E2D8EC solid;
    position: relative;
}

.comments-wrapper ul.comments li .com-txt:after,
.comments-wrapper ul.comments li .com-txt:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.comments-wrapper ul.comments li .com-txt:after {
    border-color: rgba(245, 248, 250, 0);
    border-right-color: #FFFFFF;
    border-width: 8px;
    margin-top: -8px;
}

.comments-wrapper ul.comments li .com-txt:before {
    border-color: rgba(216, 225, 232, 0);
    border-right-color: #E2D8EC;
    border-width: 9px;
    margin-top: -9px;
}

.comments-wrapper ul.comments li .com-txt h3 {
    display: block;
    padding-bottom: 13px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    color: #513866;
    text-transform: uppercase;
}

.comments-wrapper ul.comments li .com-txt h3 span {
    padding-left: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #8D7A9D;
}

.comments-wrapper ul.comments li .com-txt p {
    padding-bottom: 10px;
    line-height: 20px;
}

.comments-wrapper ul.comments li .com-txt a {
    font-size: 13px;
    font-weight: 700;
    color: #6D28D9;
    text-transform: uppercase;
}

.comments-wrapper ul.comments li .com-txt a span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 16px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.comments-wrapper ul.comments li .com-txt a:hover {
    color: #7C3AED;
}

.comments-wrapper ul.comments li .com-txt a:hover span {
    opacity: 1;
}

.comments-wrapper hr {
    margin: 0px;
    border-color: #E2D8EC;
}

.leave-comment h4 {
    display: block;
    padding: 60px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 20px;
    color: #513866;
    text-transform: uppercase;
}

.leave-comment .row1 {
    display: block;
    margin-bottom: 30px;
}

.leave-comment input {
    width: calc(50% - 25px);
    height: 46px;
    padding: 0 20px;
    float: left;
    background: none;
    border: none;
    border-left: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #725E82;
}

.leave-comment input:last-child {
    float: right;
}

.leave-comment textarea {
    width: 100%;
    height: 130px;
    margin-bottom: 40px;
    padding: 10px 20px;
    float: left;
    background: none;
    border: none;
    border-left: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #725E82;
    resize: none;
}

/* ================================================== */
/* 10. contact page */
/* ================================================== */
.inner-banner.contact {
    min-height: 240px;
    padding: 60px 0;
}

.form-wrapper {
    display: block;
}

.form-wrapper .input-row {
    display: block;
}

.form-wrapper .row .col-sm-6 {
    margin-bottom: 40px;
}

.form-wrapper input {
    width: 100%;
    padding: 0 22px;
    height: 46px;
    border: none;
    border-bottom: 1px #E2D8EC solid;
    border-left: 1px #E2D8EC solid;
    font-size: 13px;
    color: #725E82;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-wrapper input:focus {
    border-color: #513866;
}

.google-map {
    display: block;
    position: relative;
}

.google-map .container {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 0px;
}

.google-map #map {
    height: 550px;
    z-index: 1;
}

.google-map #map iframe {
    width: 100%;
    height: 100%;
}

.contact-detail {
    max-width: 360px;
    margin: 96px 0;
    float: right;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    color: #FFFFFF;
    box-shadow: 0 0 30px #E2D8EC;
    position: relative;
    z-index: 2;
}

.contact-detail .address {
    display: block;
    padding: 18px 40px 12px 70px;
}

.contact-detail .inner {
    display: block;
    padding: 18px 0;
    border-bottom: 1px #C4B5FD solid;
    position: relative;
}

.contact-detail .inner:before {
    width: 16px;
    height: 23px;
    display: block;
    position: absolute;
    left: -30px;
    font-family: 'icomoon' !important;
    font-size: 22px;
    content: "\e918";
    color: #EDE9FE;
}

.contact-detail .inner:nth-child(2):before {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: -30px;
    font-size: 18px;
    content: "\e91a";
}

.contact-detail .inner:nth-child(3) {
    border-bottom: none;
}

.contact-detail .inner:nth-child(3):before {
    width: 21px;
    height: 15px;
    display: block;
    position: absolute;
    left: -30px;
    top: 20px;
    font-size: 16px;
    content: "\e919";
}

.contact-detail .inner h3 {
    padding-bottom: 6px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.contact-detail .inner p {
    color: #EDE9FE;
    line-height: 20px;
}

.contact-detail .inner a {
    padding-bottom: 6px;
    font-size: 18px;
    font-family: 'Rubik', Arial, sans-serif;
    color: #FFFFFF;
}

.contact-bottom {
    display: block;
    padding: 27px 0 23px 0;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    text-align: center;
}

.contact-bottom ul.follow-us {
    display: block;
}

.contact-bottom ul.follow-us li {
    display: inline-block;
    padding: 0 20px;
    font-size: 24px;
}

.contact-bottom ul.follow-us li a {
    color: #FFFFFF;
    opacity: 0.7;
}

.contact-bottom ul.follow-us li a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.have-question h2 {
    color: #241238;
}

.have-question ul li {
    margin-bottom: 0px;
}

.have-question ul li:after {
    display: none;
}

.error {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #A21CAF;
}

.msg {
    display: none;
}

.msg-error {
    display: block;
    padding: 6px 20px;
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #FFFFFF;
    background: #A21CAF;
    border-radius: 4px;
}

.msg-error:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    content: "\f071";
    float: right;
}

.msg-success {
    display: block;
    padding: 6px 20px;
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    border-radius: 4px;
}

.msg-success:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    content: "\f00c";
    float: right;
}

/* ================================================== */
/* 11. blog page */
/* ================================================== */
.inner-banner.blog {
    min-height: 240px;
    padding: 60px 0;
}

.inner-banner.blog .content {
    margin: 0 auto;
    text-align: center;
}

.blog-wrapper {
    display: block;
}

.blog-left {
    display: block;
    position: relative;
}

.blog-left:after {
    width: 1px;
    height: 100%;
    display: block;
    background: #EDE6F3;
    position: absolute;
    top: 0px;
    right: -50px;
    content: "";
}

ul.blog-listing {
    display: block;
}

ul.blog-listing>li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px #EDE6F3 solid;
}

ul.blog-listing>li h2 {
    padding: 30px 0 20px 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 24px;
    color: #241238;
    line-height: 36px;
    text-transform: none;
}

ul.blog-listing>li p {
    padding-bottom: 26px;
    color: #8D7A9D;
}

ul.blog-listing>li .read-more {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #513866;
    text-transform: uppercase;
}

ul.blog-listing>li .read-more span {
    vertical-align: middle;
    margin-right: 7px;
    font-size: 18px;
    color: #7C3AED;
    transition: all 0.3s ease 0s;
}

ul.blog-listing>li .read-more:hover span {
    color: #4C1D95;
}

ul.post-detail {
    display: block;
    padding-bottom: 17px;
}

ul.post-detail li {
    display: inline-block;
    padding-right: 20px;
    font-size: 13px;
    color: #8D7A9D;
}

ul.post-detail li .ico {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 17px;
    color: #B4A5C1;
}

ul.post-detail li .bold {
    font-weight: 700;
    color: #725E82;
    text-transform: uppercase;
}

ul.post-detail li .label {
    display: inline-block;
    padding: 5px 10px;
    background: #B4A5C1 scroll;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.blog-wrapper .pagination>li>a,
.blog-wrapper .pagination>li>span {
    background: #EDE9FE;
}

.blog-wrapper .pagination>li>a:focus,
.blog-wrapper .pagination>li>a:hover,
.blog-wrapper .pagination>li>span:focus,
.blog-wrapper .pagination>li>span:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.blog-right {
    display: block;
    padding-left: 100px;
}

.search-block {
    display: block;
    margin-bottom: 40px;
    background: #EDE6F3;
}

.search-block input {
    width: calc(100% - 58px);
    height: 42px;
    float: left;
    padding: 0 20px;
    border: none;
    background: none;
}

.search-block .search {
    width: 40px;
    height: 42px;
    float: right;
    border: none;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.search-block .search:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.blog-right h3 {
    padding-bottom: 16px;
    font-size: 17px;
    color: #513866;
    text-transform: uppercase;
}

.category {
    display: block;
    padding-bottom: 70px;
}

.category h3 {
    border-bottom: 1px #EDE6F3 solid;
}

.category ul {
    display: block;
}

.category ul li {
    display: block;
    border-bottom: 1px #EDE6F3 solid;
}

.category ul li:last-child {
    border-bottom: none;
}

.category ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #8D7A9D;
}

.category ul li a span {
    display: inline-block;
    margin-top: 5px;
    background: #E2D8EC;
    float: right;
    padding: 1.5px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 14px;
    transition: all 0.3s ease 0s;
}

.category ul li a:hover span {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.recent-post {
    display: block;
    padding-bottom: 60px;
}

.recent-post ul {
    display: block;
}

.recent-post ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #EDE6F3 solid;
}

.recent-post ul li:last-child {
    border: none;
}

.recent-post ul li .img-block {
    width: 22%;
    float: left;
}

.recent-post ul li .detail {
    width: 78%;
    padding-left: 15px;
    float: left;
}

.recent-post ul li .detail h4 {
    padding-bottom: 4px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 13px;
    color: #725E82;
    text-transform: uppercase;
}

.recent-post ul li .detail p {
    font-size: 13px;
    color: #B4A5C1;
}

.recent-post ul li .detail .ico {
    padding-right: 7px;
    font-size: 15px;
    color: #B4A5C1;
}

.recent-post ul li .detail p span {
    font-weight: 700;
    text-transform: uppercase;
    color: #8D7A9D;
}

.archives {
    display: block;
    padding-bottom: 60px;
}

.archives h3 {
    border-bottom: 1px #EDE6F3 solid;
}

.archives ul {
    display: block;
}

.archives ul li {
    display: block;
    border-bottom: 1px #EDE6F3 solid;
}

.archives ul li:last-child {
    border: none;
}

.archives ul li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
    color: #8D7A9D;
    text-transform: uppercase;
}

.archives ul li a:hover,
.archives ul li:hover span {
    color: #7C3AED;
}

.archives ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #B4A5C1;
}

.blog-right .tags {
    display: block;
    padding-bottom: 70px;
}

.blog-right .tags h3 {
    border-bottom: 1px #EDE6F3 solid;
}

ul.tags-list {
    display: block;
    padding-top: 24px;
}

ul.tags-list li {
    display: block;
    margin-right: 8px;
    float: left;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}

ul.tags-list li a {
    padding: 4px 10px;
    color: #FFFFFF;
    background: #B4A5C1;
    text-transform: uppercase;
    border-radius: 2px;
}

ul.tags-list li a:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

/* ================================================== */
/* 12. blog Single page */
/* ================================================== */
.imp-quote {
    display: block;
    padding: 25px 20px 0 66px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F3FF 45%, #FAE8FF 100%);
    position: relative;
}

.imp-quote:before {
    position: absolute;
    left: 26px;
    top: 30px;
    font-family: 'icomoon';
    font-size: 20px;
    content: "\e90d";
    color: #6D28D9;
}

.imp-quote>p {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #8D7A9D !important;
    line-height: 24px;
}

ul.blog-listing.detail>li {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.blog-left ul.follow-us {
    display: inline-block;
    padding-right: 15px;
    margin-top: -17px;
    background: #FFFFFF;
}

.blog-left ul.follow-us li {
    display: block;
    padding: 0 4px;
    float: left;
}

.blog-left ul.follow-us li:first-child {
    padding-left: 0px;
}

.blog-left ul.follow-us li a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    background: #E2D8EC;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.blog-left ul.follow-us li a:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    border-color: #3B1768;
}

.blog-left .comments-wrapper {
    background: none;
    padding: 50px 0 0 0;
    border-bottom: 1px #EDE6F3 solid;
}

.blog-left .comments-wrapper ul.comments li .com-txt {
    background: none;
}

.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
    padding-left: 42px;
}

.blog-left .leave-comment h4 {
    padding: 50px 0;
}

/* ================================================== */
/* 13. 404 page */
/* ================================================== */
.not-found-wrapper {
    max-width: 480px;
    margin: 130px auto;
    padding: 240px 0 0 0;
    /* background: url(../images/404-img.png) no-repeat center top / 100%; */
    text-align: center;
}

.not-found-wrapper h1 {
    font-size: 148px;
    color: #B4A5C1;
}

.not-found-wrapper p {
    padding-bottom: 60px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 30px;
    color: #B4A5C1;
    text-transform: uppercase;
}

/* ================================================== */
/* 14. FAQ opt1 page */
/* ================================================== */

.faq-wrapper {
    display: block;
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.faq-wrapper .search-block {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 4px #EDE6F3;
}

.faq-wrapper .search-block input {
    height: 58px;
}

.faq-wrapper .search-block .search {
    width: 58px;
    height: 58px;
    border-radius: 0px 4px 4px 0px;
}

ul.faq-listing {
    display: block;
}

ul.faq-listing li {
    margin-bottom: 25px;
    position: relative;
}

ul.faq-listing li:after {
    width: 1px;
    height: calc(100% - 25px);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #EDE6F3;
    content: "";
}

ul.faq-listing li:nth-child(even):after {
    display: none;
}

ul.faq-listing li:nth-child(even) .inner {
    padding-left: 88px;
}

ul.faq-listing li:nth-child(even) .inner:before {
    left: 20px;
}

ul.faq-listing li:nth-last-child(2) .inner,
ul.faq-listing li:last-child .inner {
    border-bottom: none;
}

ul.faq-listing li .inner {
    display: block;
    padding: 50px 40px 50px 68px;
    border-bottom: 1px #EDE6F3 solid;
    position: relative;
}

ul.faq-listing li .inner:before {
    position: absolute;
    left: 0px;
    top: 58px;
    font-family: 'icomoon';
    font-size: 42px;
    color: #E2D8EC;
    content: "\e91c";
}

ul.faq-listing li h2 {
    padding-bottom: 20px;
    font-size: 18px;
    color: #4A1D72;
    text-transform: uppercase;
    line-height: 26px;
}

.faq-wrapper hr {
    margin: 0px;
    border-color: #EDE6F3;
}

.faq-wrapper .text-center,
.testimonial-outer .text-center {
    margin-top: 80px;
}

.pagination.blue>li>a,
.faq-wrapper .pagination.blue>li>span {
    background: #EDE9FE;
}

.pagination.blue>li>a:focus,
.pagination.blue>li>a:hover,
.pagination.blue>li>span:focus,
.pagination.blue>li>span:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

/* ================================================== */
/* 15. FAQ opt2 page */
/* ================================================== */
.faq-wrapper.faq2 {
    background: #FFFFFF;
}

.faq-wrapper.faq2 .search-block {
    padding-left: 50px;
    box-shadow: none;
}

.faq-wrapper.faq2 .search-block input {
    border: 2px #7C3AED solid;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.panel-default {
    background: none;
    border: none;
    border-bottom: 1px #EDE6F3 solid;
    border-radius: 0px !important;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin: 0px;
}

.panel-default>.panel-heading {
    padding: 22px 0px;
    background: none;
    border: none;
    color: #8D7A9D;
}

.panel-default .panel-title {
    font-size: 18px;
    text-transform: inherit;
}

.panel-default .panel-title a {
    display: block;
    padding-left: 50px;
    position: relative;
    color: #4A1D72;
}

.panel-default .panel-title a:before,
.panel-default .panel-title a.collapsed:before {
    position: absolute;
    left: 0px;
    top: -15px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
}

.panel-default .panel-title a:before {
    top: -20px;
    content: " - ";
    color: #4A1D72;
}

.panel-default .panel-title a.collapsed {
    color: #8D7A9D;
}

.panel-default .panel-title a.collapsed:before {
    content: " + ";
    color: #B4A5C1;
}

.panel-default .panel-body {
    padding: 0 0 15px 50px;
}

.panel-default .panel-body p {
    padding-bottom: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

/* ================================================== */
/* 16. login page */
/* ================================================== */
.fill-bg {
    /* background: url(../images/login-bg.jpg) no-repeat center center / cover; */
    background-attachment: fixed;
}

.fill-bg:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #160A2B 0%, #2E1065 48%, #4C1D95 100%);
    opacity: 0.5;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    z-index: 2;
}

.login-wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper .login {
    max-width: 500px;
    margin: 30px auto;
}

.login-wrapper .login-logo {
    margin-bottom: 30px;
}

.login-wrapper .login-logo img {
    margin: 0 auto;
}

.login-wrapper .head-block {
    display: block;
    padding: 22px 0;
    text-align: center;
    background: rgba(251, 250, 248, 0.92);
}

.login-wrapper .head-block h1 {
    font-size: 34px;
    text-transform: uppercase;
    color: #241238;
}

.login-wrapper .cnt-block {
    display: block;
    padding: 40px;
    background: #FFFFFF;
}

.form-outer input {
    width: 100%;
    height: 46px;
    margin-bottom: 30px;
    padding: 0 20px;
    background: none;
    border: none;
    border-left: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    font-size: 13px;
    font-weight: 700;
    color: #725E82;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-outer input:focus {
    border-color: #513866;
}

.login-wrapper .button-outer {
    display: block;
    position: relative;
}

.login-wrapper .or {
    width: 16%;
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #B4A5C1;
    text-transform: uppercase;
}

.login-wrapper .btn:hover {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.login-wrapper .register {
    display: block;
    float: right;
    background: #8D7A9D;
}

.login-wrapper .remember {
    display: block;
    margin: 36px 0 0 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.login-wrapper .remember .check {
    display: inline-block;
    margin-right: 15px;
    line-height: 15px;
    color: #725E82;
}

.login-wrapper .remember .check input {
    height: auto;
    position: absolute;
}

.login-wrapper a.forgot {
    display: inline-block;
    margin-left: 15px;
    color: #725E82;
}

.login-wrapper a.forgot:hover {
    color: #4C1D95;
}

.login-wrapper a.forgot span {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    background: #E2D8EC;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.login-wrapper a.forgot:hover span {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

.login-wrapper .login-footer {
    padding: 16px 20px;
    background: rgba(251, 250, 248, 0.92);
    text-align: center;
}

.login-wrapper ul.follow-us {
    display: block;
}

.login-wrapper ul.follow-us li {
    display: inline-block;
    padding: 0 15px;
}

.login-wrapper ul.follow-us li a {
    font-size: 18px;
    color: #8D7A9D;
}

.login-wrapper ul.follow-us li a:hover {
    color: #6D28D9;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    background: #E2D8EC;
    border-radius: 3px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    font-family: 'icomoon';
    font-size: 12px;
    content: '\e91e';
    position: absolute;
    top: 3px;
    left: 3px;
    line-height: 0.8;
    color: #4C1D95;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* ================================================== */
/* 17. testimonial page */
/* ================================================== */
.testimonial-outer {
    display: block;
}

ul.testimonials {
    text-align: center;
    border-bottom: 1px #E2D8EC solid;
    position: relative;
}

ul.testimonials:after {
    width: 5px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFFFFF;
}

ul.testimonials li {
    display: block;
    border-right: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    position: relative;
}

ul.testimonials li .quotblock {
    display: block;
    padding: 50px 20px;
}

ul.testimonials li:nth-last-child(1),
ul.testimonials li:nth-last-child(2),
ul.testimonials li:nth-last-child(3) {
    border-bottom: none;
}

ul.testimonials li:nth-last-child(1):after,
ul.testimonials li:nth-last-child(2):after,
ul.testimonials li:nth-last-child(3):after,
ul.testimonials li:nth-last-child(1):before,
ul.testimonials li:nth-last-child(2):before,
ul.testimonials li:nth-last-child(3):before {
    display: none !important;
}

ul.testimonials li:after,
ul.testimonials li:nth-child(2n):before,
ul.testimonials li:nth-child(3n):before {
    width: 5px;
    height: 7px;
    display: block;
    content: "";
    /* background: url(../images/testi-clip.png) no-repeat left top; */
    position: absolute;
    bottom: -4px;
}

ul.testimonials li:nth-child(1) .quotblock,
ul.testimonials li:nth-child(2) .quotblock,
ul.testimonials li:nth-child(3) .quotblock {
    padding-top: 0px;
}

ul.testimonials li:after {
    right: -1px;
}

ul.testimonials li:nth-child(2n):before,
ul.testimonials li:nth-child(3n):before {
    left: -1px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

ul.testimonials li img {
    margin: 0 auto 22px;
}

ul.testimonials li .icon-quote-left-icon {
    font-size: 20px;
    color: #7C3AED;
}

ul.testimonials li h3 {
    padding: 14px 0 2px 0;
    font-size: 18px;
    color: #33204B;
    text-transform: none;
}

ul.testimonials li .desig {
    display: block;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
}

ul.testimonials li p {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    line-height: 36px;
}

/* ================================================== */
/* 18. gallery page */
/* ================================================== */
.campus-tour .pagination {
    margin: 80px 0;
}

ul.gallery-filter {
    display: block;
    padding: 0 30px;
    border-bottom: 2px #E2D8EC solid;
    margin-bottom: 50px;
}

ul.gallery-filter li {
    width: 19%;
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

ul.gallery-filter li a {
    display: inline-block;
    padding: 0 0 30px 0;
    color: #8D7A9D;
}

ul.gallery-filter li:after {
    width: 0px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0px;
    content: "";
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    color: #513866;
    transition: all 0.5s ease 0s;
}

ul.gallery-filter li:hover:after,
ul.gallery-filter li.active:after {
    width: 100%;
    left: 0px;
    color: #513866;
}

ul.gallery-filter li:hover a,
ul.gallery-filter li.active a {
    color: #513866;
}

.mfp-counter {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}

/* ================================================== */
/* 19. news & events page */
/* ================================================== */
.news-wrapper {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

ul.news-listing>li {
    margin-bottom: 30px;
}

ul.news-listing>li .inner {
    display: block;
    padding-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0 0 8px #EDE6F3;
}

ul.news-listing>li img {
    width: 100%;
}

ul.news-listing>li .cnt-block {
    display: block;
    padding: 40px 30px;
}

ul.news-listing>li h2 {
    padding-bottom: 12px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 20px;
    color: #513866;
    line-height: 30px;
    text-transform: none;
}

ul.news-listing>li p {
    padding-bottom: 26px;
    color: #8D7A9D;
}

ul.news-listing>li .read-more {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 15px;
    color: #513866;
    text-transform: uppercase;
}

ul.news-listing>li .read-more span {
    vertical-align: middle;
    margin-right: 7px;
    font-size: 19px;
    color: #7C3AED;
    transition: all 0.3s ease 0s;
}

ul.news-listing>li .read-more:hover span {
    color: #4C1D95;
}

.news-wrapper ul.post-detail {
    padding-bottom: 10px;
}

.news-wrapper ul.post-detail li .ico {
    font-size: 17px;
}

.news-wrapper .text-center {
    margin-top: 50px;
}

/* ================================================== */
/* 20. privacy page */
/* ================================================== */
.privacy-wrapper {
    background: linear-gradient(135deg, #FCF8FF 0%, #F3E8FF 45%, #EDE9FE 100%);
}

.privacy-wrapper h2 {
    display: block;
    padding-bottom: 25px;
    font-size: 30px;
    color: #241238;
    line-height: 32px;
    text-transform: none;
}

.privacy-wrapper p {
    padding-bottom: 25px;
    color: #725E82;
}

ul.privacy-listing {
    padding: 10px 0;
}

ul.privacy-listing>li {
    border-bottom: 1px dashed #E2D8EC;
    color: #725E82;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 0 15px 24px;
    position: relative;
}

ul.privacy-listing>li:last-child {
    border-bottom: none;
}

ul.privacy-listing>li:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    font-family: 'icomoon';
    font-size: 13px;
    color: #A78BFA;
    content: "\e917";
}

ul.privacy-listing>li>ul {
    padding: 4px 0;
}

ul.privacy-listing>li>ul>li {
    font-size: 13px;
    font-weight: normal;
}

ul.privacy-listing>li>ul>li:before {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    width: 5px;
    height: 5px;
    margin-right: 12px;
    border-radius: 50%;
    content: "";
    background: #B4A5C1;
}

.privacy-wrapper hr {
    border-color: #E2D8EC;
}

.privacy-wrapper h3 {
    display: block;
    padding-bottom: 25px;
    font-size: 24px;
    color: #241238;
    line-height: 32px;
    text-transform: none;
}

.privacy-wrapper .padding-top {
    padding-top: 30px;
}

.imp-note {
    display: block;
    margin: 10px 0 38px 0;
    box-shadow: 0 0 8px #EDE6F3;
    padding: 24px 40px 5px 22px;
    background: #FFFFFF;
}

.imp-note span {
    width: 72px;
    height: 72px;
    line-height: 52px;
    margin-right: 25px;
    display: block;
    float: left;
    border-radius: 50%;
    background: #C4B5FD;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    border: 12px #DDD6FE solid;
}

.imp-note p {
    padding-bottom: 25px;
    font-size: 14px;
    color: #8D7A9D;
    line-height: 22px;
    overflow: hidden;
}

ol.ord-listing {
    padding-left: 68px;
    counter-reset: li;
    list-style: none;

}

ol.ord-listing li {
    position: relative;
    min-height: 60px;
    margin-top: 15px;
    padding-bottom: 20px;
    color: #725E82;
    border-bottom: 1px #E2D8EC solid;
}

ol.ord-listing li:before {
    content: counter(li);
    counter-increment: li;
    color: #FFFFFF;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left: -50px;
}

ol.ord-listing li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

/* ================================================== */
/* 21. register page */
/* ================================================== */
.form-outer input.country-code {
    float: left;
    width: 16%;
}

.form-outer input.phone-no {
    float: right;
    width: calc(84% - 18px);
}

.register .cnt-block textarea {
    width: 100%;
    height: 122px;
    margin-bottom: 30px;
    padding: 0 20px;
    background: none;
    border: none;
    border-left: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #725E82;
    resize: none;
}

.datepicker {
    min-width: 260px;
    border: 1px #E2D8EC solid;
    box-shadow: none;
}

.form-outer .date {
    position: relative;
}

.form-outer .date .icon-calander-icon {
    position: absolute;
    right: 0px;
    top: 14px;
    font-size: 19px;
    color: #B4A5C1;
}

.register .cnt-block {
    padding: 70px 80px;
}

.register .regiter-inner {
    max-width: 1000px;
    padding: 0 15px;
    margin: 30px auto;
}

.form-outer h2 {
    padding-bottom: 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #241238;
}

.form-outer ul.select-opt {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
}

ul.select-opt li {
    color: #B4A5C1;
    display: block;
    position: relative;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
}

.login-wrapper .cnt-block ul.select-opt li input {
    height: auto;
    margin: 0px;
}

ul.select-opt li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul.select-opt li label {
    display: block;
    position: relative;
    padding: 0px 30px 0 26px;
    margin: 0px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.select-opt li .check {
    display: block;
    position: absolute;
    background: #E2D8EC;
    border-radius: 2px;
    height: 17px;
    width: 17px;
    top: 4px;
    left: 0px;
    z-index: 5;
}

ul.select-opt li:hover .check {
    border: 3px solid #E2D8EC;
}

ul.select-opt li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    height: 11px;
    width: 11px;
    top: 0px;
    left: 0px;
    margin: auto;
}

.form-outer input[type=radio]:checked~.check {
    border: 3px solid #E2D8EC;
}

.form-outer input[type=radio]:checked~.check::before {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

.form-outer input[type="radio"]:checked~label {
    color: #241238;
}

/* ================================================== */
/* 22. apply online page */
/* ================================================== */
.form-outer .select2.select2-container {
    width: 100% !important;
}

.form-outer .select2-container--default .select2-selection--single {
    width: 100%;
    height: 46px;
    margin-bottom: 1px;
    padding: 0 20px;
    background: none;
    border: none;
    border-left: 1px #E2D8EC solid;
    border-bottom: 1px #E2D8EC solid;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #725E82;
    border-radius: 0px;
}

.form-outer .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    color: #725E82;
    line-height: 43px;
}

.form-outer .col-left {
    float: left;
}

.form-outer .col-left:first-child {
    padding-right: 10%;
}

/* ================================================== */
/* 23. generic UI page */
/* ================================================== */
.generic-wrapper {
    display: block;
}

.generic-wrapper .head-block {
    display: block;
    padding-bottom: 50px;
}

.generic-wrapper .head-block h2 {
    padding-bottom: 10px;
}

.generic-wrapper .head-block p {
    color: #725E82;
}

.generic-wrapper hr {
    margin: 0;
    border-color: #E2D8EC;
}

.generic-wrapper .heading-group {
    display: block;
}

.heading-group h1,
.heading-group h2,
.heading-group h3,
.heading-group h4,
.heading-group h5,
.heading-group h6 {
    padding-bottom: 30px;
}

.heading-right {
    display: block;
}

.heading-right ul.privacy-listing,
.heading-right ul.privacy-listing li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.heading-right p {
    padding-bottom: 20px;
}

ul.our-spec {
    display: block;
}

ul.our-spec li {
    width: 33.3%;
    padding-bottom: 50px;
    float: left;
    font-weight: 700;
    color: #4A1D72;
    text-align: center;
    line-height: 20px;
}

ul.our-spec li .icon {
    display: block;
    padding-bottom: 15px;
}

ul.our-spec li .icon img {
    border-radius: 3px;
}

ul.our-spec li:last-child,
ul.our-spec li:nth-last-child(2),
ul.our-spec li:nth-last-child(3) {
    padding-bottom: 0px;
}

.button-group {
    margin-bottom: 70px;
}

.button-group a {
    display: inline-block;
    vertical-align: middle;
}

a.btn-circle {
    width: 60px;
    height: 60px;
    margin: 0 8px;
    display: inline-block;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    font-size: 22px;
    color: #FFFFFF;
}

a.btn-circle.more {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

a.btn-circle.plus {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

a.btn-circle.plus:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
}

a.btn-circle:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

.button-group a.btn {
    margin: 0 8px;
}

.generic-wrapper .imp-note {
    margin: 0px;
}

.button-group1 {
    margin: 0;
}

.button-group1 a.download-pros,
.button-group1 a.download-cert {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.generic-wrapper ul.tags-list,
.generic-wrapper ul.teachers-follow {
    padding-top: 0px;
    margin-bottom: 40px;
}

.generic-wrapper .enquire-now {
    margin: inherit;
}

/* ================================================== */
/* 24. Coming Soon */
/* ================================================== */
.coming-soon {
    display: block;
}

.coming-soon .left {
    height: 100vh;
    display: table;
    text-align: center;
    position: relative;
}

.coming-soon .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.coming-soon .left a.logo {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

.coming-soon .left .cnt-block {
    max-width: 490px;
}

.coming-soon .cnt-block {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.coming-soon .cnt-block h1 {
    display: block;
    padding-bottom: 40px;
    font-size: 54px;
}

.stay-connected {
    width: 100%;
    position: absolute;
    bottom: 80px;
}

.stay-connected h2 {
    padding-bottom: 25px;
    font-size: 18px;
    text-transform: inherit;
}

.coming-soon ul.follow-us {
    display: block;
}

.coming-soon ul.follow-us li {
    display: inline-block;
    padding: 0 3px;
}

.coming-soon ul.follow-us li a {
    width: 38px;
    height: 38px;
    display: block;
    background: rgba(109, 40, 217, 0.30);
    border-radius: 50%;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.coming-soon ul.follow-us li a:hover {
    background: rgba(109, 40, 217, 1);
    border-color: #3B1768;
}

.coming-soon .right {
    height: 100vh;
    display: table;
    /* background: url(../images/coming-soon-bg.jpg) no-repeat center top / cover; */
    text-align: center;
    position: relative;
    color: #FFFFFF;
}

.coming-soon .right:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: rgba(30, 10, 60, 0.76);
}

.coming-soon .right .ready {
    display: block;
    padding-bottom: 60px;
}

.coming-soon .right h2 {
    padding-bottom: 20px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 20px;
    text-transform: inherit;
    color: #FFFFFF;
}

.coming-soon .right ul {
    display: block;
}

.coming-soon .right ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-weight: 300;
    color: #FFFFFF;
}

.coming-soon .right ul li:after {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    content: ":";
    font-size: 54px;
    position: absolute;
    right: -5px;
    top: 18%;
}

.coming-soon .right ul li:last-child:after {
    display: none;
}

.coming-soon .right ul li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.coming-soon .right ul li .count {
    font-size: 62px;
    font-weight: 300;
    line-height: 70px;
}

.coming-soon .stay-tuned {
    max-width: 400px;
    margin: 0 auto;
}

.coming-soon .stay-tuned p {
    max-width: 320px;
    padding-bottom: 25px;
    margin: 0 auto;
    opacity: 0.7;
}

.coming-soon .stay-tuned input[type="email"] {
    width: calc(100% - 115px);
    height: 46px;
    padding: 0 0 0 55px;
    border: none;
    border-radius: 25px 0 0 25px;
    color: #8D7A9D;
    text-transform: none;
}

.coming-soon .stay-tuned #mc_embed_signup_scroll {
    position: relative;
}

.coming-soon .stay-tuned #mc_embed_signup_scroll:before {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 20px;
    content: "\e907";
    color: #E2D8EC;
    z-index: 1;
}

.coming-soon .stay-tuned input::-webkit-input-placeholder,
.banner2 .form-group .form-control::-webkit-input-placeholder {
    text-transform: none;
}

.coming-soon .stay-tuned input:-moz-placeholder,
.banner2 .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    text-transform: none;
}

.coming-soon .stay-tuned input::-moz-placeholder,
.banner2 .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: none;
}

.coming-soon .stay-tuned input:-ms-input-placeholder,
.banner2 .form-group .form-control:-ms-input-placeholder {
    text-transform: none;
}

.coming-soon .stay-tuned .clear {
    float: right;
}

.coming-soon .stay-tuned .clear .button {
    width: 115px;
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 52%, #D946EF 100%);
    padding: 10px 0;
    border: none;
    border-radius: 0 25px 25px 0;
    transition: all 0.3s ease 0s;
}

.coming-soon .stay-tuned .clear .button:hover {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%);
}

/* ================================================== */
/* 25. Responsive Style */
/* ================================================== */













/* iPhone 4 */


td {
    color: #1A0B2E;
}

table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #EDE6F3;
}

th {
    background: #241238;
    color: white;
    font-weight: bold;
}

td,
th {
    padding: 6px;
    border: 1px solid #E2D8EC;
    text-align: left;
}



.form-outer input[type=file] {
    padding-top: 13px;
}

@media only screen and (min-width: 767px) {

    /***level 2****/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }

    /***level 3****/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        display: none;
        z-index: 1
    }

    .navbar .dropdown-smenu:after {
        content: none;
    }
}

@media only screen and (min-width: 767px) and (max-width:1199px) {
    .navbar .dropdown-menu {
        min-width: auto;
    }
}


@media only screen and (max-width: 767px) {
    .header-top ul.top-nav.middle-align-content li {
        width: 100%
    }

    .header-top ul.top-nav.middle-align-content li a {
        display: block;
        text-align: center;
    }
}

.theme-mode-btn,
.lang-select,
.text-audio {
    padding: 0 8px;
}

.top-left-block {
    display: flex;
    padding-top: 8px;
    float: left
}

.top-left-block a {
    color: #8D7A9D;
}

.top-left-block a:hover {
    color: #FFFFFF;
}

.top-left-block .topbar-dropdown {
    display: inline-block;
}

.top-left-block .topbar-dropdown .dropdown-menu {
    min-width: inherit
}


@media only screen and (max-width: 767px) {
    .top-left-block {
        display: block;
        text-align: center;
        float: none;
    }

    .header-top ul.follow-us,
    .header-top ul.top-nav {
        text-align: center;
        float: none;
    }

    .top-left-block .topbar-dropdown ul li a {
        display: inline-block;
        text-align: center;
        padding: 3px 10px;
    }
}

/* ==================================================
   Purple Theme Colour Overrides
   Only background, text colour, and border colour values
   ================================================== */

/* Footer background */
.footer,
.footer2,
.footer .bottom,
.footer2 .bottom {
    background-color: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
}

/* Navbar background */
/* .navbar-inverse,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-form {
    background-color: #6F42C1 !important;
    background: #6F42C1 !important;
} */

/* Topbar background */
/* .header-top,
.topbar {
    background-color: #6F42C1 !important;
    background: #6F42C1 !important;
} */

/* All buttons */
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
.search-btn,
.enquire-btn,
a.btn,
a.btn-circle,
a.apply-online,
a.download-pros,
a.download-cert {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
    border-color: #6a4796 !important;
}

/* Button hover and focus */

.btn:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.search-btn:hover,
.search-btn:focus,
.enquire-btn:hover,
.enquire-btn:focus,

a.btn:hover,
a.btn:focus,
a.btn-circle:hover,
a.btn-circle:focus,
a.apply-online:hover,
a.apply-online:focus,
a.download-pros:hover,
a.download-pros:focus,
a.download-cert:hover,
a.download-cert:focus {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
    border-color: #6a4796 !important;
}

/* Existing button-style login links */
.header-middle a.login,
.login {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #fff !important;
    border-color: #7C3AED !important;
}

.header-middle a.login:hover,
.header-middle a.login:focus,
.login:hover,
.login:focus {
    /* background-color: #fff !important;
    background: #fff !important; */
    color: #000000 !important;
    border-color: #7C3AED !important;

}

/* ==================================================
   Additional Purple Theme Fixes
   Only colour and background-colour overrides
   ================================================== */

/* Our importance section */
.our-impotance {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
}

/* Follow-us social icons white */
ul.follow-us li a,
ul.follow-us li a i,
.footer ul.follow-us li a,
.footer ul.follow-us li a i,
.login-wrapper ul.follow-us li a,
.login-wrapper ul.follow-us li a i,
.header-top ul.follow-us li a,
.header-top ul.follow-us li a i {
    color: #fff !important;
}

/* Top-left block text and icons white */
.top-left-block,
.top-left-block a,
.top-left-block i,
.top-left-block .theme-mode-btn,
.top-left-block .lang-select,
.top-left-block .text-audio {
    color: #fff !important;
}

/* Topbar dropdown normal state */
.topbar-dropdown .dropdown-menu,
.topbar-dropdown .dropdown-menu>li,
.topbar-dropdown .dropdown-menu>li>a {
    background-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

/* Topbar dropdown hover state */
.topbar-dropdown .dropdown-menu>li>a:hover,
.topbar-dropdown .dropdown-menu>li>a:focus {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
}

/* Top navigation login button */
.top-nav .login,
.top-nav a.login,
ul.top-nav li a.login,
.header-top ul.top-nav li a.login {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
    border-color: #6a4796 !important;
}

/* Top navigation login button hover */
.top-nav .login:hover,
.top-nav .login:focus,
.top-nav a.login:hover,
.top-nav a.login:focus,
ul.top-nav li a.login:hover,
ul.top-nav li a.login:focus,
.header-top ul.top-nav li a.login:hover,
.header-top ul.top-nav li a.login:focus {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
    border-color: #6a4796 !important;
}

/* Navbar dropdown normal state */
.navbar .dropdown-menu,
.navbar .dropdown-menu>li,
.navbar .dropdown-menu>li>a {
    background-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

/* Navbar dropdown purple hover */
.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus {
    background-color: linear-gradient(180deg, #6D28D9 0%, #6D28D9 100%) !important;
    /* background: #6a4796 !important; */
    color: #fff !important;
}

/* Dropdown top border and arrow */
.navbar .dropdown-menu {
    border-top-color: #6a4796 !important;
}

.navbar .dropdown-menu:after {
    border-bottom-color: #6a4796 !important;
}

/* ==================================================
   Our Links Card Colour Fixes
   Only background, text, and border colour overrides
   ================================================== */

/* Left card: Admission */
.about ul.our-links li.apply-online {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
}

.about ul.our-links li.apply-online .detail,
.about ul.our-links li.apply-online .detail h3,
.about ul.our-links li.apply-online .detail p {
    color: #fff !important;
}

.about ul.our-links li.apply-online .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

/* Middle card: Prospects */
.about ul.our-links li.prospects {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.about ul.our-links li.prospects .detail,
.about ul.our-links li.prospects .detail h3,
.about ul.our-links li.prospects .detail p {
    color: #000 !important;
}

.about ul.our-links li.prospects .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

/* Right card: Fee Structure */
.about ul.our-links li.certification {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
}

.about ul.our-links li.certification .detail,
.about ul.our-links li.certification .detail h3,
.about ul.our-links li.certification .detail p {
    color: #fff !important;
}

.about ul.our-links li.certification .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

/* Keep Enquire background unchanged */
.Enquire {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important;
}

/* ==================================================
   Panel21 and Our Links Final Colour Fixes
   Only background, text, and border colour overrides
   ================================================== */

/* Panel21 */
.panel21 {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 50%, #C026D3 100%) !important;
    color: #fff !important;
}

.panel21 h1,
.panel21 h2,
.panel21 h3,
.panel21 h4,
.panel21 h5,
.panel21 h6,
.panel21 p,
.panel21 span,
.panel21 a,
.panel21 i,
.panel21 li,
.panel21 label {
    color: #fff !important;
}

/* Left card: Admission */
.about ul.our-links li.apply-online {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
}

.about ul.our-links li.apply-online .detail,
.about ul.our-links li.apply-online .detail h3,
.about ul.our-links li.apply-online .detail p,
.about ul.our-links li.apply-online .detail span,
.about ul.our-links li.apply-online .detail i {
    color: #fff !important;
}

.about ul.our-links li.apply-online .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

.about ul.our-links li.apply-online .detail a.more i {
    color: #6a4796 !important;
}

/* Middle card: Prospects */
.about ul.our-links li.prospects {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.about ul.our-links li.prospects .detail,
.about ul.our-links li.prospects .detail h3,
.about ul.our-links li.prospects .detail p,
.about ul.our-links li.prospects .detail span {
    color: #000 !important;
}

.about ul.our-links li.prospects .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

.about ul.our-links li.prospects .detail a.more i {
    color: #6a4796 !important;
}

/* Right card: Fee Structure */
.about ul.our-links li.certification {
    background-color: #6a4796 !important;
    background: #6a4796 !important;
    color: #fff !important;
}

.about ul.our-links li.certification .detail,
.about ul.our-links li.certification .detail h3,
.about ul.our-links li.certification .detail p,
.about ul.our-links li.certification .detail span,
.about ul.our-links li.certification .detail i {
    color: #fff !important;
}

.about ul.our-links li.certification .detail a.more {
    background-color: #fff !important;
    background: #fff !important;
    color: #6a4796 !important;
    border-color: #6a4796 !important;
}

.about ul.our-links li.certification .detail a.more i {
    color: #6a4796 !important;
}

/* ==================================================
   Our Links Final Purple/White Colour Correction
   ================================================== */

/* Admission */
.about ul.our-links li.apply-online {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    background-color: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    color: #fff !important;
}

.about ul.our-links li.apply-online .detail,
.about ul.our-links li.apply-online .detail h3,
.about ul.our-links li.apply-online .detail p,
.about ul.our-links li.apply-online .detail span {
    color: #fff !important;
}

/* Prospects */
.about ul.our-links li.prospects {
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
}

.about ul.our-links li.prospects .detail,
.about ul.our-links li.prospects .detail h3,
.about ul.our-links li.prospects .detail p,
.about ul.our-links li.prospects .detail span {
    color: #000 !important;
}

/* Fee Structure */
.about ul.our-links li.certification {
    background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    background-color: linear-gradient(135deg, #4C1D95 0%, #6D28D9 52%, #8B5CF6 100%) !important;
    color: #fff !important;
}

.about ul.our-links li.certification .detail,
.about ul.our-links li.certification .detail h3,
.about ul.our-links li.certification .detail p,
.about ul.our-links li.certification .detail span {
    color: #fff !important;
}


.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}