@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --prmy-clr: #9E146A;
    --secndy-clr: #529AB0;
}
body {
    font-family: "Poppins", sans-serif;
}
.text-prmy {
    color: #9E146A;
}
.text-secndy {
    color: #529AB0;
}
.bg-prmy {
    background: #9E146A;
}
.bg-secndy {
    background: #529AB0;
}
.text-justify {
    text-align: justify;
}
.bdr-prmy-clr {
    border-color: var(--prmy-clr) !important;
}
.bdr-secndy-clr {
    border-color: var(--secndy-clr) !important;
}
.cursor-pointer {
    cursor: pointer;
}
.gray-btn {
    font-weight: 600;
    color: #fff;
    padding: 4px 16px;
    background: var(--prmy-clr);
    text-decoration: none;
    border: 1px solid var(--prmy-clr);
    border-radius: 6px;
}
.gray-btn:hover,
.gray-btn:focus {
    background: var(--secndy-clr);
    border-color: var(--secndy-clr);
}
.small-btn {
    font-size: 10px;
    padding: 2px 8px;
}
.heading-bdr,
.heading-bdr-left {
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.heading-bdr::after,
.heading-bdr-left::after {
    content: "";
    width: 30%;
    height: 2px;
    margin: auto;
    background: var(--secndy-clr);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
}
.heading-bdr::after {
    left: 0;
    right: 0;
}
.heading-bdr-left::after {
    left: 0;
}
.heading-bdr-prmy::before,
.heading-bdr-prmy-left::before {
    content: "";
    width: 15%;
    height: 3px;
    background: var(--prmy-clr);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
    z-index: 99;
}
.heading-bdr-prmy::before {
    margin: auto;   
    right: 0;
    left: 0;
}
.heading-bdr-prmy-left::before {
    left: 0;
    bottom: -12px;
}

/* BREADCRUMB */
.brdcrumb ul {
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.brdcrumb ul li::before {
    font-family: "Fontawesome";
    font-size: 14px;
    color: var(--bs-white) !important;
    content: "\f105" !important;
    margin: 2px 8px 0;
}
.brdcrumb ul li:first-child::before {
    display: none;
}
.brdcrumb ul li:last-child {
    color: var(--bs-white);
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
}
.brdcrumb ul li a {
    color: var(--bs-light);
    text-decoration: none;
}
/* BREADCRUMB */

/* LONG TAB */
.long-tab {
    width: 100%;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 6px 14px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--secndy-clr) !important;
    border-radius: 10px !important;
}
.long-tab:hover,
.long-tab.active {
    color: #fff !important;
    background: var(--prmy-clr) !important;
    border: 1px solid var(--prmy-clr) !important;
}
.long-tab.active {
    font-weight: 600;
    box-shadow: 0 0 10px var(--secndy-clr);
}
/* LONG TAB */

/* HEADER CSS */
    .top-bar {
        background: var(--prmy-clr);
    }
    .nav-lnk {
        font-size: 14px;
        font-weight: 600;
        color: #555;
        padding: 4px 20px !important;
        border-radius: 30px;
        /* border: 1px solid #ccc; */
    }
    @media (min-width: 992px) {
        .nav-lnk {
            margin-left: 10px;
        }
    }
    .nav-lnk:hover,
    .nav-lnk.active {
        color: #fff !important;
        background: var(--prmy-clr);
        border-color: var(--prmy-clr);
    }
    .dropdown-itm:hover {
        color: #fff;
        background: var(--prmy-clr);
    }
    .navbar-toggler {
        padding: 0 4px;
        border-color: var(--prmy-clr);
    }
    .navbar-toggler-icon {
        background-size: 20px;
        filter: contrast(10);
    }

    .inverted {
        box-shadow: 0 3px 8px #ccc;
        /* background: var(--prmy-clr) !important; */
    }
    /* @media (min-width: 992px) {
        .inverted .nav-lnk,
        .inverted .nav-lnk.show,
        .inverted .primery-menu {
            color: #ddd;
        }
    }
    .inverted .nav-lnk:hover,
    .inverted .nav-lnk.active,
    .inverted .primery-menu:hover {
        color: var(--prmy-clr) !important;
        background: #fff !important;
        border-color: #fff !important;
    }
    @media (max-width: 991px) {
        .inverted .nav-lnk,
        .inverted .nav-lnk.show {
            color: #777;
        }
        .inverted .nav-lnk.active {
            color: #fff !important;
            background: var(--prmy-clr);
            border-color: var(--prmy-clr);
        }
    } */
    @media (max-width: 991px) {
        .light-logo,
        .dark-logo {
            width: 130px;
            height: 38px;
        }
    }
    /* .light-logo,
    .inverted .dark-logo {
        display: none;
    }
    .inverted .light-logo {
        display: block;
        filter: brightness(0.7) invert(1);
    }
    .inverted .navbar-toggler {
        border-color: #ccc;
    }
    .inverted .navbar-toggler-icon {
        filter: brightness(10);
    } */


    /* @media all and (min-width: 992px) { */
        .dropdown-menu li{
            position: relative;
        }
        .dropdown-menu .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        .dropdown-menu .submenu-left{ 
            right:100%; left:auto;
        }

        .dropdown-menu > li:hover,
        .dropdown-menu > li:focus {
            background-color: #f1f1f1;
        }
        .dropdown-menu > li:hover > .submenu,
        .dropdown-menu > li:focus > .submenu {
            display: block;
        }
    /* } */

    .submenu .dropdown-item {
        font-size: 14px;
    }

    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
        }
    }
/* HEADER CSS */

/* FOOTER CSS */
    .foot-ul {
        padding-left: 5px;
        list-style-type: none;
    }
    .foot-ul li {
        margin: 5px 0;
    }
    .foot-lnk {
        color: #e7e7e7;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }
    .foot-lnk:hover,
    .foot-lnk:hover i {
        color: var(--prmy-clr);
    }
    .foot-lnk i {
        color: #fff;
        margin-right: 10px;
    }
/* FOOTER CSS */

/* UP TO DOWN OWL CAROUSEL */
    .owl-banner-carousel {
        font-size: 24px;
        font-weight: 600;
        background: var(--secndy-clr);
        color: #fff;
    }
    .owl-banner-carousel .owl-dots {
        display: none;
    }
    .owl-banner-carousel .owl-nav {
        margin-top: 0 !important;
    }
    .owl-banner-carousel .owl-nav .owl-prev,
    .owl-banner-carousel .owl-nav .owl-next {
        background: transparent !important;
        /* position: absolute; */
        bottom: 10px;
        /* transform: translate(0px, -50%); */
        /* padding: 0.8em 1em;
        border: 1px solid #333;
        background: #000;
        color: white;
        border-radius: 0.4em;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), #2a2c39);
        box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5); */
    }
    .owl-banner-carousel .owl-nav span,
    .owl-item-carousel .owl-nav span {
        width: 34px;
        height: 34px;
        color: #fff;
        font-family: auto;
        font-size: 28px;
        font-weight: 400;
        padding: 0px 5px;
        line-height: 28px;
        display: inline-block;
        background: rgba(0,0,0,.5);
        /* background: rgba(158,20,106,.5); */
        border-radius: 50%;
    }
    .owl-banner-carousel .owl-nav .owl-prev:hover,
    .owl-banner-carousel .owl-nav .owl-next:hover {
        background-color: #333;
    }
    .owl-item-carousel .owl-nav .owl-prev,
    .owl-item-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-item-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-item-carousel .owl-nav .owl-next {
        right: 0;
    }
    .owl-banner-carousel .owl-item {
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    @media (min-width: 1200px) {
        .owl-banner-carousel .owl-item {
            height: 350px;
        }
    }
    @media (max-width: 1199px) and (min-width: 991px) {
        .owl-banner-carousel .owl-item {
            height: 400px;
        }
    }
    @media (max-width: 991px) and (min-width: 576px) {
        .owl-banner-carousel .owl-item {
            height: 300px;
        }
    }
    @media (max-width: 575px) {
        .owl-banner-carousel .owl-item {
            height: 200px;
        }
    }
    .owl-dot.active span {
        background: var(--prmy-clr) !important;
    }
/* UP TO DOWN OWL CAROUSEL */

/* ITEM CAROUSEL */
    /* .owl-item-carousel .owl-item {
        height: 150px;
        overflow: hidden;
        border: 1px solid var(--secndy-clr);
        border-radius: 15px;
    }
    .owl-item-carousel .item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 20px 20px 60px;
    }
    .owl-item-carousel .fa-bullseye {
        font-size: 70px;
        position: absolute;
        top: calc(50% - 35px);
        left: -20px;
        color: var(--prmy-clr);
    }
    .owl-item-carousel .item span {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .owl-item-carousel .item p {
        color: #555;
        margin-bottom: 0;
    } */
    .owl-item-carousel .owl-dots {
        margin-top: 15px;
        display: block !important;
    }
    /* .owl-item-carousel .card {
        height: 250px;
    } */
    .owl-item-carousel .card-header,
    .card-header {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .owl-item-carousel .owl-nav {
        display: none;
    } */
/* ITEM CAROUSEL */

/* SLIDER ANIMATION CSS */
/* #Home-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient( 0deg, var(--prmy-clr) 0%, var(--secndy-clr) 100%);
    padding: 0;
}
.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
  
@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
  
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
  
@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
  
@media screen and (max-width:768px){
    .fullslider3 .owl-item {
        height: 280px;
    }
    .ttm-item {
        margin-bottom: 30px;
        height: auto;
    }
    .tabbable-line > .nav-tabs > li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .pt-90 {
        padding-top: 30px !important;
    }
    .pb-90 {
        padding-bottom: 30px !important;
    }
    .section-title h2 {
        margin-top: 20px !important;
    }
    #about_us .section-title h2 {
        margin-top: 40px !important;
        margin-bottom: 10px;
    }
    #plans .box {
        margin-bottom: 20px;
    }
}
  
@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .about-bg {
        padding: 70px 0px;
        margin-top: 70px;
    }
} */
/* SLIDER ANIMATION CSS */


.course-hvr {
    transition: all .3s ease-in-out;
}
.course-hvr:hover {
    background: var(--prmy-clr);
    border-color: var(--prmy-clr) !important;
}
.course-hvr:hover span {
    color: var(--bs-white);
}

.tab1 {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    color: var(--prmy-clr);
    padding: 12px;
    border: 1px solid var(--secndy-clr) !important;
    border-radius: 0 !important;
}
.tab1:hover {
    color: var(--prmy-clr);
}
.tab1.active {
    color: #fff !important;
    background: var(--prmy-clr) !important;
    border-color: var(--prmy-clr) !important;
}
.floting-int:focus {
    border-color: var(--prmy-clr);
}
.pwd-hide {
    font-size: 16px;
    color: #8b8b8b;
    background: transparent;
    border: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}
.plan-list {
    padding-left: 0;
}
.plan-list li {
    color: #555;
    list-style-type: none;
    padding: 10px 0 10px 25px;
    border-bottom: 1px dashed var(--secndy-clr);
    position: relative;
}
.plan-list li:last-child {
    border-bottom: 0;
}
.plan-list li:before {
    color: var(--prmy-clr);
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 12px;
    left: 0;
}
.how-work li {
    color: #555;
    list-style-type: none;
    padding: 10px 0 10px 30px;
    position: relative;
}
.how-work li:before {
    color: var(--prmy-clr);
    font-size: 20px;
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 8px;
    left: 0;
}
.even-odd-tbl {
    white-space: nowrap;
    vertical-align: middle;
}
.even-odd-tbl tr th {
    color: #fff;
    background: var(--prmy-clr);
    border-color: var(--prmy-clr);
}

.contact-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
}


.details-page img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px !important;
    border-radius: 10px;
}
.details-page h1,
.details-page h2,
.details-page h3,
.details-page h4,
.details-page h5,
.details-page h6 {
    color: var(--bs-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.details-page li {
    color: #555;
    margin: 8px 0;
    padding-left: 5px;
    line-height: 1.5;
}
.details-page li p {
    margin-bottom: 0;
}
.details-page li::marker,
.details-page li a strong,
.details-page a {
    font-weight: 600;
    color: var(--prmy-clr);
}
.details-page p {
    color: #555;
    line-height: 1.5;
    text-align: justify;
}
.details-page strong {
    font-weight: 600;
}
.details-page table {
    width: 100%;
    overflow-x: auto;
    /* text-align: center; */
    margin-bottom: 15px;
    /* display: table-cell; */
    border: 1px solid #ddd;
}
.details-page table thead tr th {
    color: var(--bs-white);
    background: var(--bs-dark);
}
.details-page table th,
.details-page table td {
    padding: 8px 10px;
    border: 1px solid #ddd;
}
.details-page table td:first-child {
    font-weight: 600;
}

.course-foundation {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    background: var(--prmy-clr);
    border: 1px solid var(--prmy-clr);
    border-radius: 20px;
    position: absolute;
    right: 50%;
    top: 6px;
    transform: translateX(50%);
}


/* TIMELINE START */
.main-timeline{
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background: linear-gradient(to right,#777 50%,#999 65%);
    height: 90%;
    width: 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 28px;
    top: 50%;
}
.main-timeline .timeline{
    width: 95%;
    margin: 0 0 20px;
    position: relative;
    /* width: calc(50% + 63px); */
    /* float: right; */
}
.main-timeline .timeline-content{
    color: #666;
    /* background: linear-gradient(to left,var(--prmy-clr) 65%,var(--prmy-clr)); */
    text-align: center;
    min-height: 70px;
    padding: 0 0 0 70px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: var(--prmy-clr);
    background-color: var(--prmy-clr);
    font-size: 18px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0,0,0,0.3);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}
.main-timeline .timeline-icon:before{
    content: '';
    background-color: #fff;
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.main-timeline .title{
    color: var(--prmy-clr);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}
/* TIMELINE START */

.frm-lbl {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.int-file {
    width: 112px;
    height: 32px;
    opacity: 0;
    /* border: 1px solid #000; */
    position: absolute;
    top: 0;
}
.choose-file {
    font-weight: 600;
    padding: 3px 15px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 20px;
}

/* .main-timeline .timeline:nth-child(even){ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 160px 20px 30px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 0 100px 100px 0;
    left: 0;
    right: 130px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{
    background: linear-gradient(to right,#FDCC49 65%,#f74e00);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #f74e00;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content{
    background: linear-gradient(to left,#7EE6FC 65%,#378AE6);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #378AE6;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content{
    background: linear-gradient(to right,#AA84F1 65%,#4F29B0);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #4F29B0;
}
@media screen and (max-width:767px){
    .main-timeline:before{ display: none; }
    .main-timeline .timeline{ width: 100%; } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 145px 20px 20px;
        border-radius: 50px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        top: 125px;
        right: 0;
        left: 0;
        border-radius: inherit;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 10px;
        right: auto;
    }
} */