@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

:root {
    --purple-gradient: linear-gradient(to right, #8B1F74, #9B2281, #B964A7, #D1A5C7);
    --default-color: #424242;
    --white-color: #fff;
    --default-font: 'Montserrat', sans-serif;
    --purple: #9B2281;
    --blue: #273892;
    --light-purple: #D1A5C7;
    --background: #FAFAFA;
    --course-blue: #4D6EB5;
    --course-grey: #707375;
}

.error {
    border: 2px solid red;
    background-color: #ffeeee;
}

.text-error
{

    color:#ff0808;border:3px solid red !important;
}

body {
    font-family: var(--default-font);
    font-size: 14px;
    color: var(--default-color);
    font-weight: 500;
    background: var(--background);
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23143AA2' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.purple {
    color: var(--purple);
}

:hover,
.page-link:hover,
.page-link:focus {
    outline: none;
    box-shadow: none;
}

h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.posi-relative {
    position: relative;
}

.container-fluid,
.container {
    padding-left: 0;
    padding-right: 0;
}
.container {
    max-width: 85%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-inner {
    margin-top: 15px;
    border-radius: 10px;
}

.fixed-top {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 31px 12px 0px rgba(0, 0, 0, 0.01), 0px 49px 14px 0px rgba(0, 0, 0, 0.00);
}

.banner-kud {
    background: url(../img/bg-banner.png) no-repeat;
    padding-top: 85px;
    padding-bottom: 20px;
}
.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* .navbar-brand img {
    width: 80px;
} */
.carousel-caption {
    position: absolute;
    right: 30px;
    bottom: auto;
    left: auto;
    top: 20%;
    width: 45%;
}

.carousel-caption h5 {
    color: #118181;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.carousel-caption p {
    border-top: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    color: #8E8E8E;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.125px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align:left;
}

.brief-howitworks {
    background: url(../img/bg-howitworks.png) no-repeat;
    background-size: cover;
}

.brief-kud {
    background: #58348C;
    padding: 50px;
    color: #E2D3F7;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    background-size: cover;
    height:auto;
    border-radius: 10px;
    font-style: italic;
    text-align: justify;
}
.brief-kud span {
    color: var(--purple);
}

.carousel-indicators [data-bs-target] {
    background-color: var(--purple);
}

.nav-link {
    color: var(--default-color);
}

.nav-link:hover {
    color: var(--blue);
}

.nav-link.active {
    font-weight: 700;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.btn-primary,
.btn-primary:hover {
    color: var(--white-color);
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-primary:focus {
    color: var(--white-color);
    background-color: var(--blue);
    border-color: var(--blue);
    outline: none;
    box-shadow: none;
}

.btn-link {
    font-weight: 400;
    color: #424242;
    text-decoration: none;
}

.btn-link:hover {
    color: #273892;
}

.addto-website {
    background-image: var(--purple-gradient);
    padding: 60px 0;
    margin-top: 90px;
}

.addto-website h2 {
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 36px;
}

.addto-website h3 {
    font-size: 40px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.content-kud {
    padding: 30px 0;
}

.request-interest {
    padding-left: 8%;
    padding-right: 8%;
}

.request-interest h3 {
    color: var(--purple);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.request-interest h3 span {
    background-color: var(--background);
    padding-right: 10px;
}

.request-interest h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid var(--light-purple);
    z-index: -1;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: var(--white-color);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.form-label {
    width: 100%;
}

.form-control:focus {
    border: 1px solid var(--light-purple);
    outline: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--purple);
    border-color: var(--purple);
    box-shadow: none;
}

.form-check-inline {
    display: inline-block;
    margin-right: 10px;
}

.form-select {
    font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--blue);
}

.request-interest .card {
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    background: transparent;
}

.request-interest .card-header {
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    padding-left: 0;
    padding-right: 0;
}

.request-interest .card-body {
    border-radius: 5px;
    border: 1px #ccc solid;
    min-height: 300px;
}

.request-interest .card-footer {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border-top: 0px solid rgba(0, 0, 0, .125);
    padding-left: 0;
    padding-right: 0;
}

.add-more {
    position: absolute;
    right: 14px;
    top: 33px
}

.our-courses {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.our-courses h4 {
    border-radius: 33554400px;
    background: var(--purple);
    color: #ffffff;
    padding: 13px 25.172px 15px 25px;

}

.our-courses button,
.btn.btn-primary.submit {
    border-radius: 33554400px;
    background: var(--purple);
    padding: 10px 30px;
    margin-top: 0px;
}

.our-courses h3 {
    color: #0B0A33;
    padding: 22px 20% 50px 20%;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.course-cards {
    padding-bottom: 20px;
}

.course-cards .card {
    min-height: 200px;
}
.course-cards .card:hover {
    border-color: #58348C;
}

.course-cards h5 {
    color: var(--purple);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding-bottom: 15px;
}
.course-cards h5 a, .course-cards h5 a:hover {
    color: var(--purple);
    text-decoration: none;
}

.course-cards p {
    text-align: left;
    color: #7A7D9C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.course-cards p a {
    color: #7A7D9C;
    text-decoration: none;
}
.course-cards p a:hover {
    text-decoration: underline;
}

.foot-sec {
    background: var(--white-color);
    padding-top: 58px;
    text-align: left;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link li {
    color: #acacac;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    border-bottom: 1px solid var(--blue);
}

.table-hbox {
    border-radius: 6px;
    opacity: 0.75;
    background: var(--purple);
}

.table-tbox {
    border-radius: 6px;
    background: var(--white-color);
    opacity: 1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 31px 12px 0px rgba(0, 0, 0, 0.01), 0px 49px 14px 0px rgba(0, 0, 0, 0.00);

}
.table-tbox .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.25);
}
.table-tbox .form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
    box-shadow: none;
}
.table-title {
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding: 12px;
}

.table-td {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    padding: 12px;
}

.table-td a {
    color: #1C1C1C;
    text-decoration: none;
}

.table-td a:hover {
    color: var(--blue);
}

.pagination {
    justify-content: flex-end;
}

.page-link {
    color: var(--blue);
}


.details-card {
    min-height: 60vh;
    gap: 30px;
}

.details-card .card-content {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    text-transform: none;
    border: 0px solid transparent;
    border-right: 0px #fff solid;
    margin-bottom: 20px;
    padding: 23px;
}

.details-card .card-content.col-md-8 {
    width: 63.666667%;
}

.details-card .form-label {
    color: #143AA2;
    font-size: 15px;
    font-weight: 500;
}

.details-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}


.error-msg {
    position: fixed;
    z-index: 100;
    bottom: 0;
    background: var(--purple);
    color: var(--white-color);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 13px;
    right: 0;
}

.details-content {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
    border: 1px solid transparent;
    border-right: 4px #fff solid;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.details-content h3 {
    color: var(--course-blue);
    font-weight: 700;
    font-size: 14px;
}

.details-content h4 {
    color: var(--course-grey);
    font-size: 14px;
    font-weight: 400;
}

.details-content:hover {
    border: 1px solid rgba(20, 58, 162, 0.30);
    border-radius: 5px;
    border-right: 4px var(--blue) solid;
}

.tx-l {
    color: #143AA2;
    text-align: left;
}

.foot-p {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 18px;
    border-radius: 6px;
    background: #FFF;
    gap: 30px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.20));
    flex-direction: column;
}

.table-td {
    font-size: 14px;
    font-weight: 700;
    margin: 8px;

}

.space {
    position: relative;
    margin-top: 18px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.green {
    color: green !important;
    font-weight: 600 !important;
}

.red {
    color: #AD565A !important;
    font-weight: 600 !important;
}

.details-content .col-md-auto,
.details-content .col-md-4 {
    padding: 10px;
}

#text-down {
    color: #212529;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.navbar-brand, .navbar-toggler {
    font-size: inherit;
}
.down-img {
    display: none;
}
/***********Abitha***********************/
.pagination svg {
    width: 30px !important;
}

.pagination .flex.justify-between.flex-1 {
    display: none;
}
/***********Abitha***********************/
@media only screen and (max-width: 1660px) {
    .brief-kud {
        padding: 22px;
        font-size: 14px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1440px) {
    .brief-kud {
        padding: 17px;
        font-size: 13px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1368px) {
    .brief-kud {
        padding: 13px;
        font-size: 13px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1366px) {
    .brief-kud {
        padding: 16px;
        font-size: 13px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 1316px) {
    .brief-kud {
        padding: 17px;
        font-size: 13px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 1300px) {
    .container{
        max-width: 96%;
    }
    .brief-kud {
        padding: 24px;
        font-size: 13px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1280px) {
    .brief-kud {
        padding: 26px;
        font-size: 13px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 1228px) {
    .brief-kud {
        padding: 19px;
    }
}
@media only screen and (max-width: 1226px) {
    .brief-kud {
        padding: 18px;
    }
}
@media only screen and (max-width: 1178px) {
    .brief-kud {
        line-height: 17px;
    }
}
@media only screen and (max-width: 1170px) {
    .brief-kud {
        line-height: 17px;
    }
}
@media only screen and (max-width: 1151px) {
    .brief-kud {
        padding: 17px;
    }
}
@media only screen and (max-width: 1145px) {
    .brief-kud {
        line-height: 16px;
    }
}
@media only screen and (max-width: 1136px) {
    .brief-kud {
        padding: 12px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 1128px) {
    .brief-kud {
        padding: 12px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 1124px) {
    .brief-kud {
        padding: 11px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 1099px) {
    .brief-kud {
        padding: 16px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 1093px) {
    .brief-kud {
        font-size: 12px;
        line-height: 17px;
        padding: 15px;
    }
}
@media only screen and (max-width: 1067px) {
    .brief-kud {
        line-height: 16px;
        padding: 13px;
    }
}
@media only screen and (max-width: 1041px) {
    .brief-kud {
        line-height: 16px;
        padding: 9px;
    }
}
@media only screen and (max-width: 1024px) {
    .brief-kud {
        font-size: 12px;
        font-weight: normal;
        line-height: 14px;
        padding: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .our-courses h3 {
        padding: 25px 20% 25px 20%;
        line-height: 30px;
        font-size: 22px;
    }
    .brief-kud {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .course-cards h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .course-cards p {
        font-size: 16px;
    }

    .carousel-caption h5 {
        font-size: 23px;
        line-height: 36.25px;
    }
}

@media screen and (max-width: 767px) {
    .container{
        max-width: 98%;
    }
    .navbar-toggler {
        border: 0px solid transparent;
    }

    .foot-sec .text-end {
        text-align: center !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .carousel-caption h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-caption p {
        font-size: 14px;
    }
    .request-interest {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel-indicators {
        bottom: -17px;
    }
    .down-img {
        display: block;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: 10px;
    }
    img.vert-move {
        -webkit-animation: mover 1s infinite  alternate;
        animation: mover 1s infinite  alternate;
    }
    img.vert-move {
        -webkit-animation: mover 1s infinite  alternate;
        animation: mover 1s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
}
@media screen and (max-width: 600px) {

    .footer-heading,
    .footer-services,
    .footer-contact,
    .footer-follow {
        width: 100%;
        margin-bottom: 20px;
    }

    .addto-website {
        padding: 33px 0;
        margin-top: 110px;
    }

    .addto-website h2 {
        font-size: 24px;
        line-height: 19px;
    }

    .addto-website h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 578px) {
    .carousel-caption h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .carousel-caption {
        top: 15%;
    }
}

@media screen and (max-width: 405px) {
    .carousel-caption {
        right: 30px;
    }
    .navbar-toggler {
        padding: 0;
    }
    .brief-kud {
        font-size: 13px;
        line-height: 18px;
        padding: 20px;
    }
}
@media screen and (max-width: 374px) {
    .navbar-toggler {
        font-size: 13px;
    }
    .navbar-brand {
        width: 85%;
    }
}