body {
    font-family: Montserrat;
}

p {
    line-height: 1.9;
    font-size: 0.9rem;
    font-weight: 500;
}

ul li {
    font-size: 0.9rem;
    font-weight: 500;
}

.text-primary {
    color: rgb(31, 30, 90) !important;
}

.text-maroon {
    color: #a70e00;
}

.bg-secondary>td {
    border-color: #ffca08 !important;
}

.bg-maroon {
    background-color: #a70e00 !important;
    color: #fff;
}

.bg-maroon>td {
    border-color: #a70e00 !important;
}

.font-weight-normal {
    font-weight: 500 !IMPORTANT;
}

.bg-primary,
.badge-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 30, 90) !important;
}

.btn-primary {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(31, 30, 90) !important;
    border-color: rgb(31, 30, 90) !important;
}

.bg-red {
    background-color: rgb(220, 44, 33);
}

.btn-outline-primary {
    color: rgb(31, 30, 90);
    font-weight: 600;
    background-color: transparent !important;
    border-color: rgb(31, 30, 90) !important;
}

.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 30, 90) !important;
    border-color: rgb(31, 30, 90) !important;
}

.btn-primary:hover {
    background-color: rgb(54, 53, 113) !important;
    color: rgb(255, 255, 255) !important;
}

.choose-us {
    padding: 2em 0px;
    overflow: hidden;
    margin: 1em 0px;
}

.choose-us ul {
    margin: 0px;
}

.choose-us li {
    list-style: none;
    margin-bottom: 1em;
    text-align: left;
}

.choose-us li span {
    height: 51px;
    display: block;
    margin-bottom: 1em;
}

.choose-us .btn-link a {
    font-size: 18px;
}

.heading {
    margin-bottom: 30px;
}

.heading::after {
    width: 30px;
    height: 4px;
    content: "";
    background-color: rgb(255, 204, 41);
    display: inline-block;
}

.main-menu {
    z-index: 100;
    background-color: rgb(255, 255, 255);
    /* padding: 7px 0px; */
    overflow: auto;
}

.main-menu .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 12px;
    LETTER-SPACING: -.5PX;
    border-radius: 0;
}

.main-menu .nav-link:hover,
.main-menu .nav-link:active,
.main-menu li.active .nav-link {
    color: rgb(255, 202, 8);
    background-color: rgb(31, 30, 90);
}

.mx-n2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem !important;
}

.scale-hover {
    transition: all 0.2s ease 0s;
}

.scale-hover:hover {
    transform: scale(1.02);
}

.border-secondary {
    border-color: rgb(255, 202, 8) !important;
}

.border-4 {
    border-width: 4px;
}

.bg-secondary {
    background-color: rgb(255, 202, 8) !important;
}

.hover.bg-secondary:hover {
    background-color: rgb(255, 234, 8) !important;
}

.btn-secondary {
    color: rgb(31, 30, 90);
    font-weight: 600;
    background-color: rgb(255, 202, 8) !important;
    border-color: rgb(255, 202, 8) !important;
}

.btn-secondary:hover {
    color: rgb(31, 30, 90);
    background-color: rgb(255, 170, 16) !important;
}

.text-secondary {
    color: rgb(255, 202, 8) !important;
}

.owl-carousel {
    padding: 0px;
    list-style: none;
}

.owl-nav {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 100%;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
}

.faqs li h5 {
    font-size: 0.9rem;
    font-weight: 600;
}

.faqs li p {
    font-size: 0.8rem;
}

.certificate-slide {
    height: 300px;
}

.certificate-slide img {
    max-width: 100%;
    max-height: 100%;
}

.owl-carousel.owl-drag .owl-item {
    height: 300px;
}

.owl-carousel.owl-drag .owl-item li.item {
    height: 300px;
    background-color: rgb(51, 51, 51);
    text-align: center;
}

.owl-carousel.owl-drag .owl-item li.item .col {
    height: 100%;
}

.owl-carousel.owl-drag .owl-item li.item .col img {
    height: auto;
    width: auto !important;
    display: inline-block !important;
}

.masonry {
    margin: 1.5em 0px;
    padding: 0px;
    column-gap: 1.5em;
    font-size: 0.85em;
}

.item {
    display: inline-block;
    background: rgb(102, 102, 102);
    padding: 0em;
    margin: 0px 0px 1.5em;
    width: 100%;
    box-sizing: border-box;
}

.item img {
    max-width: 100%;
    border: 1px solid rgb(102, 102, 102);
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 400px) {
    .masonry {
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        column-count: 4;
    }
}

@media screen and (max-width: 700px) {
    .main-menu .nav-link {
        padding: 0.5rem;
        font-size: 11px;
    }
    .carousel-indicators {
        display: none;
    }
}

.carousel-indicators li {
    background-color: rgb(153, 153, 153);
    pointer-events: auto;
    cursor: pointer;
}

.carousel-indicators li.active {
    background-color: rgb(0, 0, 0);
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    pointer-events: auto;
}

ol {
    font-size: 13px;
    padding-left: 15px;
}

ol li {
    margin-bottom: 10px;
}

.subject {
    display: none;
}

.banner-s {
    display: grid;
    place-items: center;
}

.typing-demo {
    animation: 2s steps(22) 0s 1 normal none running typing, 0.5s step-end 0s infinite alternate none running blink;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
    width: 100%;
}

@keyframes typing {
    0% {
        width: 0px;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.value-addition ol {
    margin-bottom: 1px;
}

.value-addition ol li {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding-left: 12px;
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 700;
}

.why-viq {
    list-style: none;
    max-width: 800px;
    margin: 0px;
}

.why-viq li {
    counter-increment: step-counter 1;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 0.9rem;
}

.why-viq li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(255, 202, 8);
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 30px;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 0px;
}

.main-logo img {
    max-height: 100px;
    margin-bottom: 5px;
    padding: 12px;
    background-color: white;
    border-radius: 5px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

header {
    position: relative;
    z-index: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(255, 202, 8);
    color: rgb(31, 30, 90);
}

.left-tab {
    background-color: rgb(255 242 192);
    border: 10px solid rgb(255, 202, 8);
    position: relative;
    z-index: 10;
}

.viq .left-tab {
    border-bottom: 0px;
}

.bg-saffron {
    background-color: rgb(250, 147, 34);
}

.bg-purple {
    background-color: rgb(144, 146, 207);
}

.main-logo {
    text-align: center;
}

.nat_blink {
    width: 90px;
    position: absolute;
    right: 17px;
    font-size: 11px;
    top: 23px;
    font-weight: 700;
    color: rgb(218, 45, 35);
    white-space: nowrap;
    padding: 6px;
}

.nat-content {
    display: none;
}

.nat .nat-content {
    display: inline-block;
}

.viq .nat-content,
.viq .viq_tab .click,
.nat .nat_tab .click {
    display: none;
}

.viq .main-content {
    background-color: rgb(255 242 192);
    border: 10px solid rgb(255, 202, 8);
    margin-top: -10px;
    position: relative;
}

.viq_tab {
    height: 0px;
}

.viq_tab label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.viq_tab input[type="radio"] {
    opacity: 0;
}

.nat_tab {
    height: 20px;
}

.nat_tab label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.nat_tab input[type="radio"] {
    opacity: 0;
}

.viq-content {
    display: none;
}

.viq .viq-content {
    display: inline-block;
}

.main-content {
    padding: 15px 0px 0;
}

.nat .main-content {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 30, 90) !important;
}

.click {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0;
}

.click span {
    animation: blink 1s linear infinite;
    color: #ffca08;
}

.natlogo {
    max-height: 40px;
}

.right-tab {
    display: flex;
    justify-content: center;
}

.btn.disabled,
.btn:disabled {
    opacity: .35;
    cursor: not-allowed;
}

input.form-control[type="date"]::before {
    color: gray;
    content: attr(placeholder);
    WHITE-SPACE: NOWRAP;
    width: auto;
    position: absolute;
    background: #fff;
}

input.form-control[type="date"]:focus:before {
    color: gray;
    content: attr(placeholder);
    WHITE-SPACE: NOWRAP;
    width: auto;
}

input.form-control[type="date"]:focus::before,
input.form-control[type="date"]:valid::before {
    content: "" !important;
    margin-right: 0em;
}

.go-to-top {
    z-index: 1000;
    right: 25px;
    width: 2.5rem !important;
    height: 2.5rem;
    position: fixed;
    padding: 0.6rem !important;
    bottom: 15px;
    line-height: 0 !important;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    40% {
        opacity: 1;
        transform: scale(1.05);
    }
    60% {
        opacity: 1;
        transform: scale(1.05);
    }
    80% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinkVisible {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    40% {
        opacity: 1;
        transform: scale(1.02);
    }
    60% {
        opacity: 1;
        transform: scale(1.02);
    }
    80% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

.logo {
    width: 200px;
    MAX-WIDTH: 100%;
    margin-left: 20px;
}

.right-logo1 {
    border-left: #ddd 1px solid;
    width: 136px;
    MAX-WIDTH: 49%;
    padding: 5px 16px;
    margin-left: 19px;
}

.right-logo2 {
    width: 200px;
    border-left: #ddd 1px solid;
    padding-left: 20px;
    margin-left: 20px;
}

.vinit-tab {
    background-size: 100%;
    background-position: bottom;
}

.vinit-heading::after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #ffca08;
    display: inline-block;
    margin-top: 10px;
}

.vinit .vinit-tab {
    border-bottom: none;
}

.vinit .main-content {
    /* border: rgb(31, 30, 90) 10px solid; */
    border-top: 0;
    margin-top: -10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .logo {
        width: 150px;
    }
    .right-logo1 {
        width: 100px;
    }
    .right-logo2 {
        width: 130px;
    }
    .viq-date {
        font-size: 17px;
        line-height: 1 !important;
    }
    .nat_tab {
        height: 20px;
    }
    .left-tab {
        padding: 5px!important;
    }
    .left-tab h2.h4 {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .left-tab p {
        margin-bottom: 5px !important;
        line-height: 1.3;
    }
    .main-logo img {
        margin-bottom: 4px;
        max-height: 50px;
    }
    .natlogo {
        height: 35px;
    }
    .right-tab p.h6 {
        font-size: 11px;
    }
    .right-tab p.h5 {
        font-size: 10px;
    }
    .click {
        font-size: 13px;
        margin-top: 0px;
    }
    .main-logo {
        margin-top: 5px;
    }
}

.validation_error {
    color: #de2b1c;
    font-size: 0.65rem;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
    z-index: 1000;
    background: rgba(36, 36, 90, 0.75);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(31, 32, 89, 1);
    border-top-color: rgba(254, 203, 64, 1);
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.border-primary {
    border-color: rgb(54, 53, 113) !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}

.list-with-icon li {
    padding-left: 50PX;
    position: relative;
    margin-bottom: 12px !IMPORTANT;
}

.list-with-icon li i {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: #ffca08;
    text-align: center;
    line-height: 25px;
    border-radius: 35px;
    font-size: 12px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.guru{
    margin: 13px 0px;
    
}

.guru li{
    list-style-type: square;
    font-weight: bold;
    line-height: 33px;
}