@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.dot {
    width: 6px;
    height: 6px;
    background-color: #02254b;
    border-radius: 10px;
    display: block;
}
@media (min-width: 768px) {
    .dot {
        width: 7px;
        height: 7px;
    }
}
@media (min-width: 992px) {
    .dot {
        width: 10px;
        height: 10px;
    }
}
.btn-s1 {
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 40px;
    margin: auto;
    display: block;
}
@media (min-width: 768px) {
    .btn-s1 {
        font-size: 20px;
        padding: 16px 50px;
    }
}
@media (min-width: 992px) {
    .btn-s1 {
        padding: 18px 77px;
        font-size: 24px;
    }
}
.title-s1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .title-s1 {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .title-s1 {
        font-size: 26px;
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}
@media (max-width: 639px) {
    .h5,
    h5 {
        font-size: 18px;
    }
}
.title {
    font-size: 34px;
    line-height: 1.3;
}
@media (min-width: 576px) {
    .title {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .title {
        font-size: 46px;
    }
}
h3.title {
    font-size: 20px;
}
@media (min-width: 768px) {
    h3.title {
        font-size: 24px;
    }
}
.sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .sub-title {
        font-size: 14px;
    }
}
span.sub-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
@media (min-width: 576px) {
    span.sub-title {
        font-size: 14px;
    }
}
.highlight {
    color: #3d1f73;
    font-weight: 600;
    font-style: italic;
}
.contents p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin:0 0 20px;
}
.contents h5 {
    margin: 0 0 12px;
}
.contents .card-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.padding-inline {
    padding-inline: 15px;
}

@media (min-width: 640px) {
    .contents p {
        font-size: 17px;
    }
}
.list {
    list-style-type: none;
    border-radius: 8px;
    display: inline-block;
    padding-left: 0;
}
.list li {
    margin-bottom: 15px;
}
.list li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .list li h4 {
        font-size: 18px;
    }
}
.list.s1 li {
    display: flex;
    align-items: start;
}
.list.s1 li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/check-mark.png) no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}
.list.s1 li h4 {
    flex: 1;
}
.list.bg-s1 {
    box-shadow: 5px 5px 10px -1px #ccc;
    background: #3d1f7326;
    padding: 20px;
    margin: 0 0 20px;
}
@media (min-width: 992px) {
    .list.bg-s1 {
        padding: 30px;
    }
}
.list.s2 li {
    display: flex;
    align-items: center;
}
.list.s2 li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/right.png) no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}
.list.s2 li h4 {
    flex: 1;
}
.btn {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
}
.btn.btn-secondary {
    background-color: #df3d1e;
    color: #fff;
    border-color: #df3d1e;
}
.btn.btn-primary {
    border: none;
    padding: 0 30px !important;
}
.btn.btn-primary:hover {
    background-position: 50% 0 !important;
}

.about_page_wrp .btn-primary {
    width: auto;
    display: inline-block;
    background: linear-gradient(to right, #df3d1e, #870818, #df3d1e, #870818) !important;
    color: #ffff;
    padding: 12px 28px 13px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-size: 300% 100% !important;
    transition: all .25s ease-in-out;
}
.btn.btn-back,
.btn.btn-next {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: auto;
    text-transform: capitalize;
}
.btn.btn-back svg,
.btn.btn-next svg {
    width: 18px;
}
.btn.btn-back {
    background-color: #e5e5e5;
    border: 1px solid #d5d5d5;
    text-transform: capitalize;
}
.btn.btn-back svg {
    transform: scale(-1);
    margin-right: 15px;
}
.btn.btn-next {
    padding: 0 25px !important;
}
.btn.btn-next svg {
    margin-left: 15px;
}
.scroll-s1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.scroll-s1::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.scroll-s1::-webkit-scrollbar-thumb {
    background-color: #5a5a5a;
}
.timer .countdown-label {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}
.timer #countdown {
    text-align: center;
    border-radius: 5px;
    margin: auto;
}
.timer #countdown #tiles {
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 46px;
    display: block;
    font-weight: 300;
}
.timer #countdown #tiles > span {
    position: relative;
}
.timer #countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}
.timer #countdown .labels li {
    width: 102px;
    font:
        bold 15px "Droid Sans",
        Arial,
        sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.timer .color-full > span {
    color: #53bb74;
}
.timer .color-half > span {
    color: #ebc85d;
}
.timer .color-empty > span {
    color: #e5554e;
}
.timer-wrap {
    display: flex;
}
@media (min-width: 768px) {
    .timer-wrap .timer {
        margin-left: auto;
    }
}
.scroll-outer .scroll-s1 {
    padding-right: 30px;
    max-height: 540px;
    overflow: auto;
}
.chart-container {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
}
@media (min-width: 540px) {
    .chart-container {
        padding: 20px;
    }
}
.chart-container canvas {
    margin-bottom: 15px;
}
.chart-container a {
    color: #fff;
    background: #424a52;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
}
.survey-wrap {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 40px 10px;
}
.survey-wrap .container {
    padding: 0 30px;
}
.survey-wrap .breadcrumb.page {
    background: none;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
}
.survey-wrap .breadcrumb.page li {
    margin-bottom: 10px;
}
.survey-wrap .breadcrumb.page li:not(:last-child) {
    margin-right: 5px;
}
.survey-wrap .breadcrumb.page li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #424a52;
    border-radius: 2px;
}
.survey-wrap .breadcrumb.page li.active a,
.survey-wrap .breadcrumb.page li:hover a {
    color: #fff;
    background-color: #424a52;
    font-weight: bold;
}
.survey-wrap .survey-inner-wrap {
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 30px -25px rgba(0, 0, 0, 0.1);
}
.survey-wrap .survey-inner-wrap .col-left,
.survey-wrap .survey-inner-wrap .col-right {
    padding: 20px;
}
@media (min-width: 640px) {
    .survey-wrap .survey-inner-wrap .col-left,
    .survey-wrap .survey-inner-wrap .col-right {
        padding: 30px;
    }
}
.survey-wrap .survey-inner-wrap .col-left.scroll-outer,
.survey-wrap .survey-inner-wrap .col-right.scroll-outer {
    padding-right: 0;
}
.survey-wrap .survey-inner-wrap .col-left {
    position: relative;
    background: #424a52;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}
.survey-wrap .survey-inner-wrap .col-bg::before {
    content: "";
    background: url(../images/bg-formfill.svg) no-repeat;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    top: 0;
    right: -190px;
    bottom: 0;
    left: 30%;
    background-size: 100%;
    background-position: right center;
}
@media (min-width: 768px) {
    .survey-wrap .survey-inner-wrap .col-bg::before {
        left: 50%;
        right: -100px;
    }
}
.survey-wrap .survey-inner-wrap .head-wrap {
    position: relative;
}
.survey-wrap .survey-inner-wrap .head-wrap [class*="title"] {
    color: #fff;
}
.survey-wrap .survey-inner-wrap .head-wrap .bg-title {
    color: #000000;
    background: #1ccaef;
    padding: 10px 15px;
    line-height: 1.3;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}
.survey-wrap .survey-inner-wrap .head-wrap .breadcrumb.page li a {
    color: #fff;
}
.survey-wrap .survey-inner-wrap .head-wrap .breadcrumb.page li.active a,
.survey-wrap .survey-inner-wrap .head-wrap .breadcrumb.page li:hover a {
    color: #df3d1e;
    background-color: #fff;
}
.survey-wrap .survey-inner-wrap .head-wrap .icon {
    flex: 0 0 40px;
    height: 40px;
    display: inline-flex;
    background: #ffca15;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
@media (min-width: 540px) {
    .survey-wrap .survey-inner-wrap .head-wrap .icon {
        flex: 0 0 50px;
        height: 50px;
    }
}
.survey-wrap .survey-inner-wrap .head-wrap .icon svg {
    height: 100%;
    width: auto;
}
.survey-wrap .survey-inner-wrap .head-wrap .float-icon {
    width: 190px;
    height: 190px;
    position: absolute;
    right: -85px;
    top: -18px;
    opacity: 0.2;
    transform: scale(-1, 1);
}
.survey-wrap .survey-inner-wrap .head-wrap .float-icon svg {
    height: 100%;
    width: auto;
}
.survey-wrap .survey-inner-wrap .head-wrap .title {
    position: relative;
}
.survey-form-element .form-group {
    display: flex;
}
.survey-form-element .form-group:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.survey-form-element .form-group .outine-label {
    line-height: 1.3;
    white-space: inherit;
    padding-left: 15px;
    cursor: pointer;
    font-size: 16px;
}
.survey-form-element .custom-check .check {
    border: solid 1px #938989;
    border-radius: 5px;
    background-color: transparent;
    flex: 0 0 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 4px;
    -webkit-appearance: none;
}
@media (min-width: 640px) {
    .survey-form-element .custom-check .check {
        flex: 0 0 22px;
        height: 22px;
        top: 2px;
    }
}
.survey-form-element .custom-check .check::before,
.survey-form-element .custom-check .check::after {
    transition: 0.5s;
}
.survey-form-element .custom-check .check::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: inherit;
}
.survey-form-element .custom-check .check::after {
    content: "";
    background-image: url(../images/check-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 10px;
    height: 7px;
}
@media (min-width: 640px) {
    .survey-form-element .custom-check .check::after {
        width: 13px;
        height: 10px;
    }
}
.survey-form-element .custom-check .check:checked::before {
    background-color: #1ccaef;
    border-color: #1ccaef;
}
.survey-form-element .custom-check .check:checked:after {
    display: block;
}
@media (min-width: 992px) {
    .survey-form-element .title {
        font-size: 30px;
    }
}
.survey-form-element .title .count {
    font-size: 24px;
    margin-right: 5px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.survey-form-element.break-content {
    text-align: center;
}
.survey-form-element.break-content img {
    width: 250px;
}
.survey-form-element.break-content .sub-title {
    color: #df3d1e;
}
.form1 .sub-title {
    color: #df3d1e;
}
.form2.survey-form-element .form-group .outine-label {
    font-size: 16px;
}
@media (min-width: 640px) {
    .form2.survey-form-element .form-group .outine-label {
        font-size: 20px;
    }
}
.form2.survey-form-element .custom-check .check {
    flex: 0 0 22px;
    height: 22px;
}
@media (min-width: 640px) {
    .form2.survey-form-element .custom-check .check {
        flex: 0 0 26px;
        height: 26px;
    }
}
body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}
img {
    max-width: 100%;
}
p {
    line-height: 1.3;
}
.banner-main {
    min-height: 80vh;
    width: 100%;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 0 80px;
    position: relative;
    background-position: center;
}

.banner-main .banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-main .banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45));
    z-index: 0;
}
.banner-main .title-contents {
    margin-bottom: 30px;
    color: #fff;
}
.banner-main h4.sub-title {
    margin-top: 15px;
}
@media (min-width: 576px) {
    .banner-main h4.sub-title {
        margin-top: 30px;
    }
}
.banner-main span.sub-title {
    margin-bottom: 10px;
}
.banner-main .container {
    z-index: 1;
}
.course-items .item a {
    font-size: 24px;
    display: flex;
    font-weight: 600;
    text-decoration: none;
}
.course-items.s1 {
    display: flex;
    justify-content: space-between;
}
.course-items.s1 .item a {
    background: #df3d1e;
    background: linear-gradient(90deg, #df3d1e 18%, #870818 100%);
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
.course-items.s2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
@media (min-width: 576px) {
    .course-items.s2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .course-items.s2 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.course-items.s2 .item a {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    color: #df3d1e;
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}
.course-items.s2 .item a span {
    color: #3D1F73;
    margin-bottom: 10px;
    font-weight: 900;
}
.course-items.s2 .item a p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
}
.course-items.s2 .item a:hover {
    transition: all 0.5s;
    background: #b24065;
}
.course-items.s2 .item a:hover span,
.course-items.s2 .item a:hover p {
    color: #fff;
}
.card.card-form {
    border: none;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12)
}
@media (min-width: 992px) {
    .card.card-form {
        max-width: 360px;
    }
}
.card.card-form .card-header {
    background: #b24065;
    color: #fff;
    padding: 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card.card-form .card-header .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: 5px;
}
.card.card-form .card-header p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
}
.card.card-form .card-body {
    padding: 25px;
}
.card.card-form .card-body .btn-primary {
    width: 100%;
    margin-top: 25px;
}
.card.card-form form .form-control {
    min-width: initial;
}
.card.card-course {
    border: none;
}
.card.card-course .card-header {
    padding: 20px 30px;
    border: 0;
    background-color: #3D1F73;
    color: #fff;
}
.card.card-course .card-header .title {
    font-size: 18px;
}
@media (min-width: 640px) {
    .card.card-course .card-header .title {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .card.card-course .card-header .title {
        font-size: 24px;
    }
}
.card.card-course .card-body {
    padding: 20px 30px;
}
.card.card-course .card-body .sub-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .card.card-course .card-body .sub-title {
        font-size: 22px;
    }
}
.card.bg {
    background-color: #3d1f7321;
}
.chat .btn.btn-chat {
    border: 0;
    background: #DF3D1E;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.chat .btn.btn-chat img {
    width: 30px;
    margin: 0;
    filter: grayscale(100%) brightness(110%) contrast(0.9);
}
.chat .btn.btn-chat img.close-icon {
    display: none;
    transform: scale(0.7);
}
.chat .card-form {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    display: none;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    width: 320px;
    max-width: 100%;
}
.chat.active .card-form {
    display: block;
}
.chat.active .btn.btn-chat img {
    display: none;
}
.chat.active .btn.btn-chat img.close-icon {
    display: inline-block;
}
.banner-title {
    overflow: hidden;
    position: relative;
}
.banner-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to right, #f6eced, rgba(255, 255, 255, 0));
}
.banner-title .container {
    padding-top: 25%;
    position: relative;
    z-index: 3;
}
@media (min-width: 768px) {
    .banner-title .container {
        padding-top: 13%;
    }
}
.banner-title img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.banner-title .title {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
    color:#3D1F73;
}

.banner-main h2.title {
    margin: 0 0 20px;
}

.banner-main p {
    font-size: 18px;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .banner-title .title {
        font-size: 40px;
    }
}
.table.s1 td,
.table.s1 th {
    background-color: #3d1f731a;
    padding: 10px 15px;
    font-size: 14px;
}
@media (min-width: 640px) {
    .table.s1 td,
    .table.s1 th {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .table.s1 td,
    .table.s1 th {
        font-size: 18px;
    }
}
.table.s1 thead th {
    background-color: #3D1F73;
    color: #fff;
}
.table.s1 tbody th:last-child {
    background-color: #3d1f7357;
}
.note {
    font-size: 18px;
}
.modal.s1 .modal-dialog {
    width: 100%;
    max-width: 360px;
}
.modal.s1 .btn-close {
    color: #ccc;
}
.cards-wrap .card-course {
    height: 100%;
}
.cards-wrap .card-course .card-body {
    background-color: #3d1f7314;
}
.cards-wrap .card-course .card-body .list {
    margin-bottom: 0;
}
.section-highlight {
    background-color: #3d1f731a;
}
.section-ribbon {
    background-color: #3D1F73;
    padding: 30px 0;
    color: #fff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}
