:root {
    --lightblack: #28313a;
    --grey: #1f1f20db;
    --bgcolor: #007388;
    --lightcolor: #01fefb;
    --red: #dc3545;
    --monstserrat: 'Montserrat';
/*    --primary-font: 'Montserrat';
    --second-font: 'sans-serif';*/
}

.myfont{
    font-family: var(--monstserrat) !important;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
a:hover,
a {
    text-decoration: none;
}

.cusBtn {
    background: var(--bgcolor);
    color: #fff;
    border-radius: 0.45rem;
    padding: 8px 18px;
}

.largeBtn {
    width: 180px;
    border-radius: 5px;
    background: var(--red);
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
    font-size: 18px;
    letter-spacing: 1.5;
    font-weight: 600;
}



.navbar {
    border-bottom: 1px solid #00000038;
    color: #000000;
    background: #ffffff;
    position: fixed;
    z-index: 9;
    width: 100%;
    display: block;
    height: 100px;
    /* box-shadow: rgb(0 0 0 / 67%) 1px 3px 5.6px;*/
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    color: rgb(255 255 255);
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    color: rgb(255 255 255);
}
.admin-wrap .dashheader .nav-item .nav-link:active{
/*    background-color: white;*/
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

/*.navbar-brand {
    width: 100px;
}*/

    .rightbox .button {
    background: var(--bgcolor);
    color: #fff;
    outline: 1px solid var(--lightcolor);
}

.certaining_item {
    background-color: var(--tp-common-white);
    padding: 25px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.fix {
    overflow: hidden;
}
.certaining_content-circle {
    height: 83px;
    width: 83px;
    border-radius: 50%;
    background-color: #F9F9F9;
    line-height: 83px;
    text-align: center;
    position: relative;
    left: 20px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.certaining:hover {
    box-shadow: 200px 200px 20px rgba(0, 0, 0, 0.45);
    transition: 0.3s;
    box-shadow: rgb(0 0 0 / 67%) 1.95px 1.95px 5.6px;
    background: #fff;
}
    .certaining_content-circle::after {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 95px;
        width: 95px;
        border-radius: 50%;
        background-color: var(--tp-common-white);
        position: absolute;
        z-index: -1;
    }
.tp-sv-certaining-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: var(--tp-common-black);
    padding-bottom: 10px;
}

.certaining_content p{
/*    font-weight: 600;*/
    font-size: 16px;
    line-height: 28px;
    color: #747474;
    padding-bottom: 15px;
/*    padding-right: 70px;*/
}



.rightbox .lo_reg {
    margin-right: 20px;
}

.rightbox .login,
.rightbox .nav-search a {
    font-weight:500;
    color: #fff;
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background: none;
    font-weight: 500;
    color: #01fefb;
    border-color: aqua;
    border-width: thick;
/*    -webkit-text-stroke: 0.4px #01fefb;*/
    /*    outline: 1px solid var(--lightcolor);*/
}

.navbar-dark .navbar-nav .nav-link12 p{
    color: black;
    border: 1px solid green;
}


.banner {
    position: relative;
    height: 425px;
    z-index: 0;
    overflow: hidden;
    /*! top: 90px; */
/*    padding-top: 90px;*/
    margin-top: 0;
}

    .banner::after {
        content: '';
        position: absolute;
        background: linear-gradient(to right, #000000 50%, #007388 50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
        height: 750px;
        width: 100%;
        object-fit: cover;
    }

.bannerPostion {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    overflow: hidden;
}

.bannerSec {
    padding: 50px 25px;
    color: #fff;
    font-size: 10px;
    text-align: left;
    margin: 50px auto;
}

    .bannerSec h5 {
        margin-bottom: 15px;
    }

.bannerForm {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    width: 60%;
    margin: 0px auto;
    padding: 30px 45px;
    height: 440px;
}

    .bannerForm p {
        font-size: 25px;
    }

.getQuote {
    background: var(--red);
    letter-spacing: 1.5;
    width: 100%;
    display: block;
    margin: 10px auto;
    color: #fff;
    padding: 10px 20px;
}

.heading {
    color: var(--bgcolor);
    font-weight: 600;
    font-size: 35px;
    margin: 0px 0px 25px 0px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.heading-up {
    font-size: 35px;
    margin: 0px 0px 8px 0px;
}

.gap {
    margin: 57px auto;
}
p{
    text-align:justify;
}



/* certificationSlider */

#certificationSlider .owl-item {
    padding: 50px 10px;
}

#certificationSlider .owl-nav.disabled {
    display: none;
    position: absolute;
    top: -110px;
    right: 0px;
    font-size: 50px;
}

    #certificationSlider .owl-nav.disabled .owl-prev,
    #certificationSlider .owl-nav.disabled .owl-next {
        width: 50px;
        height: 50px;
    }

.certBox {
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: white;
    padding: 20px 25px;
    /*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
}

    .certBox:hover {
        box-shadow: 200px 200px 20px rgba(0, 0, 0, 0.45);
        transition: 0.3s;
        box-shadow: rgb(0 0 0 / 67%) 1.95px 1.95px 5.6px;
        background: #fff;
    }

.certicon {
    padding-bottom: 15px;
    position: relative;
    left: 39%;
    width: 80px;
    color: #000;
}

.certiName p {
    font-size: 20px;
    font-weight: 600;
}

.certipara {
    font-size: 14px;
    text-align: justify;
}

.certCount {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .certCount a.count {
        color: #007388;
    }

    .certCount a.readMore {
        color: #007388;
        font-style: italic;
        background: none;
    }


/* certificationSlider end*/


/* whychooseus start*/

.chooseBox {
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    background: white;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 30px;
    width:90%;
}

.choose .col-md-4:nth-child(2) .chooseBox,
.choose .col-md-4:nth-child(5) .chooseBox {
    margin: 0px auto 30px auto;
}

.choose .col-md-4:nth-child(3) .chooseBox,
.choose .col-md-4:nth-child(6) .chooseBox {
    margin: 0px 0px 30px auto;
}

.chooseBox:hover {
/*    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;*/
}

.chooseBox h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.redline {
    position: relative;
}

.chooseBox .redLine::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 50px;
    height: 3px;
    /* background: var(--red); */
    border-radius: 10px;
}

.chooseText p {
    font-size: 15px;
}


/* whychooseus end*/


/* subscribe start*/

.subscribe {
    position: relative;
    background: url("../img/subscribe.png");
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0px;
    background-size: 100%;
    background-position: center center;
    object-fit: cover;
}

    .subscribe.gap {
        margin-bottom: 0px;
    }

.subBox {
    margin: 10px auto;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    width: 80%;
    text-align: center;
    padding: 20px 30px;
}

    .subBox p {
        font-size: 45px;
        text-align: center;
        font-weight: 600;
        color: #fff;
    }


/* subscribe end*/

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed,
.accordion-collapse {
    border-bottom-width: 1px;
}

.accordion-item {
    margin-bottom: 20px;
}

#clientsSlider .clientBox img {
/*    filter: grayscale(100%);*/
}

#clientsSlider .clientBox {
    width: 80%;
    height: 80px;
    padding: 20px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #clientsSlider .clientBox:hover img {
        transition: 0.3s;
        filter: grayscale(0%);
    }

#clientsSlider .owl-item.active {
    border: 1px solid var(--bgcolor);
}

    #clientsSlider .owl-item.active:last-child(1) {
        border-right-width: 0px;
    }

#testimonials .owl-dots {
    /* text-align: center; */
    display:flex;
    justify-content: center;
}


.faq_bar h2 .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: white !important;
}

.faq_bar .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 900;
    color: #007388;
    font-family:Montserrat;
}

#blogs .owl-dots {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
#blogs .owl-dots .owl-dot.active {
    opacity: 1
    /*            width: 30px;
            background: var(--bgcolor);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);*/
}

#blogs .owl-dots .owl-dot {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #007388;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
    #testimonials .owl-dots .owl-dot {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #007388;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

        #testimonials .owl-dots .owl-dot:first-child {
            margin-right: 10px;
        }

        #testimonials .owl-dots .owl-dot.active {
            opacity:1
/*            width: 30px;
            background: var(--bgcolor);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);*/
        }

.testiBox:hover {
    transition: 0.3s;
}

.testimonials .item {
    padding: 10px 20px;
}

.testiBox {
    border-radius: 5px; 
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    font-size: 14px;
/*    padding: 30px;*/
}
.faq_bar {
    display: flex;
    flex-direction: column;
    box-shadow: 0 11px 30px 0 rgba(0, 0, 0, .07);
    background: #fff;
    padding: 20px 32px 20px 32px;
}

.testiBoximg {
    width: 100px;
    height: 100px;
    border: 1px solid var(--grey);
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
}

    .testiBoximg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.testinameSec {
    text-align: center;
    font-weight: 700;
}


/* blogs start*/

.blogs {
    background: #ebebebcf;
    margin: 00px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
}

    .blogs .heading {
        text-align: center;
    }

    .blogs .title {
        width: 90%;
        margin: 0px auto;
        text-align: center;
    }

#blogs {
    margin: 0px 0px 50px 0px;
}

    #blogs .owl-item {
        padding: 20px 0px;
    }

.blogsBox {
    padding: 40px 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 90%;
    margin: 0px auto;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
    position: relative;
}

    .blogsBox:hover {
/*        border-color: var(--lightcolor);*/
    }

    .blogsBox p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

#blogs .owl-nav.disabled {
    display: block;
    width: 100%;
    text-align: center;
}

    #blogs .owl-nav.disabled .owl-prev,
    #blogs .owl-nav.disabled .owl-next {
        display:none;
        background: var(--lightcolor);
        padding: 5px !important;
        width: 30px;
        box-sizing: border-box;
        border-radius: 50%;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

        #blogs .owl-nav.disabled .owl-next img,
        #blogs .owl-nav.disabled .owl-prev img {
            width: 100%;
            height: 100%;
        }

    #blogs .owl-nav.disabled button:first-child {
        margin-right: 10px;
    }

.blogsBox .readmore {
    text-transform: uppercase;
    padding: 8px 20px 10px 20px;
    position: absolute;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    background-color: #007388;
    bottom: -15px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
}

    .blogsBox .readmore:hover {
        transition: 0.5s;
        border-radius: 6px;
        background-color: #007388;
        color: #fff;
    }

#blogs .social_media span,
#blogs .social_media a {
    margin-right: 10px;
    color: #000;
}

    #blogs .social_media a i {
        font-size: 16px;
    }

footer {
    padding-top: 50px;
    background: black;
}

    footer ul {
        padding-left: 0px;
    }

        footer ul li {
            list-style: none;
        }

.f-logo img {
    margin-top: -10px;
    width: 232px;
    margin-bottom: 10px;
}

.f-logo {
    color: #fff;
}

.quick-links h5 {
    color: rgb(255 255 255);
}

.quick-links ul li a {
    padding-left: 0px;
    color: rgb(255 255 255);
    text-decoration: none;
}

.copyright {
/*    margin-top: 29px;*/
    position: relative;
    width: 100%;
/*    background: #000;*/
    text-align: Center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}
.mytitle span {
    font-size: 3.5rem;
    color: #007388;
}
.mytitle {
    
    text-align: center;
    margin-bottom: 30px;
    color: black !important;
    font-size: 3.5rem;
}
    .copyright p {
        margin-bottom: 0px;
    }
.img-fluid {
    max-width: 19rem;
    height: auto;
}
.mybutton {
    border-width: 2px;
    background-color: white;
    left: 42%;
    width: 220px;
    color: #007388;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    font-weight: 500;
    border-radius: 10px;
    border-color: #dddddd;
}
.validatebox {
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 42rem;
    word-wrap: break-word;
    background-color: #fbfafacf;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}
.validatein input[type="text"] {
    color: black !important;
    text-transform: uppercase;
}
.mybuttonfill {
    border-width: 2px;
    background-color: #007388;
    left: 33%;
    width: 220px;
    color: #ffffff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    font-weight: 500;
    border-radius: 10px;
    border-color: #dddddd;
}

@media (max-width:991px) {
    .navbar {
        height: auto;
        overflow: scroll;
    }

    .navbar-brand {
        width: 80px;
    }

    .navbar-toggler .fa {
        font-weight: 700;
        font-size: 20px;
    }

    .navbar-toggler {
        width: 50px;
        height: 40px;
        border-radius: 10px;
    }

    .navbar-dark .navbar-toggler {
        color: #fff !important;
        border: 2px solid #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .fa-bars,
    .navbar-toggler[aria-expanded="false"] .fa-times {
        display: none;
    }

    .banner::after {
        height: 100%;
        top: 0px;
    }

    .banner {
        height: 580px;
    }

    .bannerSec {
        display: none;
    }

    .bannerForm {
        display: block;
        width: 70%;
        margin: 0px 0px 0px auto;
        padding: 15px;
        height: 100%;
    }

    .banner::after {
        background-size: auto 100%;
    }

    .bannerForm .mb-3 {
        margin-bottom: 10px !important;
    }

    .heading {
        font-size: 28px;
        margin: 0px 0px 15px 0px;
    }

    .heading-up {
        font-size: 28px;
        margin: 0px 0px 15px 0px;
    }

    #certificationSlider .owl-nav.disabled {
        top: inherit;
        bottom: 0px;
    }

    .certBox {
        width: 100%;
        padding: 10px 8px;
    }

    .certiName p {
        font-size: 14px;
    }

    .certCount a.cusBtn {
        padding: 0px;
    }

    .certipara {
        display: none;
    }

    .choose .col-md-4:nth-child(4) .chooseBox,
    .choose .col-md-4:nth-child(3) .chooseBox,
    .choose .col-md-4:nth-child(2) .chooseBox,
    .choose .col-md-4:nth-child(1) .chooseBox,
    .choose .col-md-4:nth-child(5) .chooseBox,
    .choose .col-md-4:nth-child(6) .chooseBox {
        margin: 0px auto 20px auto;
        width: 100%;
    }

    .gap {
        margin: 20px opx;
    }

    .subscribe {
        padding: 20px 0px;
    }

    .subBox p {
        font-size: 25px;
    }
    /* footer */
    .Links {
        display: block;
        text-align: center;
        margin: 0px auto 0px auto;
    }

        .Links li {
            margin: 10px auto;
        }

        .Links a span {
            display: none;
        }
}


/*about Header */

.page-banner {
    position: relative;
    padding: 115px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        background-image: linear-gradient(to right, rgb(62, 62, 63) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 0;
    }

    .page-banner .inner-container {
        position: relative;
        z-index: 5;
    }

    .page-banner h1 {
        position: relative;
        font-size: 52px;
        color: #ffffff;
        line-height: 1.3em;
        font-weight: 700;
    }

    .page-banner .bread-crumb {
        position: relative;
        padding: 10px 0px;
    }

        .page-banner .bread-crumb li {
            position: relative;
            float: left;
            font-size: 16px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 400;
            text-transform: capitalize;
            cursor: default;
            padding-right: 15px;
            margin-right: 12px;
        }


            /* .page-banner .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    content: "\f105";
	font-weight:800;
    font-family: "Font Awesome 5 Free";
} */

            .page-banner .bread-crumb li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .page-banner .bread-crumb li:last-child:before {
                    display: none;
                }

            .page-banner .bread-crumb li a {
                color: #df6512;
                font-weight: 400;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .page-banner .bread-crumb li a:hover {
                    color: #ffffff;
                }

    .page-banner.style-two {
        position: relative;
        padding: 76px 0 50px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

.images-box {
    display: inline-block;
    position: relative;
}

.images-box-item {
    display: inline-block;
}

    .images-box-item img {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    }

.images-box-item-left {
    position: absolute;
    right: 0;
    left: 35%;
    bottom: -20px;
}

@media (min-width: 768px) {
    .images-box {
        text-align: right;
    }

    .images-box-item-left {
        position: absolute;
        left: -90px;
        right: auto;
        bottom: -30px;
        border-width: 30px;
    }
}

@media (min-width: 992px) {
    .images-box {
        padding-left: 15px;
    }

    .images-box-item-left {
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .images-box {
        padding-left: 0;
    }

    .images-box-item-left {
        right: -40px;
    }
}

.mission-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    margin-top: 105px;
}

    .mission-section .colum {
        position: relative;
    }

        .mission-section .colum .inner-column {
            position: relative;
        }

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.mission-section .content-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    text-align: center;
    padding: 60px 42px 45px;
}

    .mission-section .content-box h4:before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0;
        margin: 0 auto;
        bottom: 0px;
        width: 80px;
        height: 1px;
        border-right: 60px solid #df6512;
        border-left: 20px solid #001e57;
    }

    .mission-section .content-box h4 {
        position: relative;
        display: block;
        font-size: 32px;
        line-height: 1.2em;
        color: #001e57;
        font-weight: 900;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

.mission-section .image-box {
    position: relative;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mission-section .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.mission-section .colum .right-column .inner-column {
    position: relative;
    margin-top: 20px;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.imgs {
    width: -webkit-fill-available;
}

.quote-section {
    position: relative;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.quote-section .inner-section {
    position: relative;
    padding: 35px 60px;
    margin-top: -25px;
    z-index: 1;
    background-color: #007388;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.quote-section .content {
    position: relative;
    padding-left: 70px;
}

    .quote-section .content .text {
        position: relative;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        margin-top: 5px;
    }

    .quote-section .content h3 {
        position: relative;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.quote-section .theme-btn {
    position: relative;
    margin-top: 6px;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #001e57;
    padding: 15px 39px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    background-color: #ffffff;
    text-transform: capitalize;
}

.contacthead.style-two {
    position: relative;
    padding: 76px 0 50px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-section {
    position: relative;
    padding: 100px 0 50px;
}

    .contact-page-section .info-column {
        position: relative;
        margin-bottom: 40px;
    }

        .contact-page-section .info-column .inner-column {
            position: relative;
            margin-right: -20px;
            padding: 50px 35px 45px;
            background-color: #2E3943;
            -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
            -ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
            box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
        }

            .contact-page-section .info-column .inner-column .title-box .title-text {
                position: relative;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5em;
                margin-top: 8px;
                margin-bottom: 30px;
                color: rgba(255, 255, 255, 0.80);
            }

            .contact-page-section .info-column .inner-column .title-box h3 {
                position: relative;
                color: #ffffff;
                font-size: 32px;
                font-weight: 700;
                line-height: 1.3em;
            }

.contact-info-list {
    position: relative;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contact-info-list li .icon {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 26px;
    line-height: 1em;
}

.contact-info-list li {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    min-height: 50px;
    line-height: 1.8em;
    padding-left: 50px;
    color: rgba(255, 255, 255, 0.80);
}

    .contact-info-list li strong {
        font-weight: 700;
        font-size: 18px;
        display: block;
    }

.contact-page-section .info-column .inner-column .social-links li a {
    position: relative;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.contact-page-section .info-column .inner-column .social-links li {
    position: relative;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    /* padding: 24px 24px 5px 24px; */
    box-shadow: 1px 0px 9px rgba(0, 0, 0, 0.55);
    margin: 0 20px 0px 20px;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #717070;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 42px;
        line-height: 1.2em;
        color: #001e57;
        font-weight: 800;
        padding-bottom: 12px;
    }

    .sec-title line {
        Position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 120px;
        height: 1px;
        background-color: #df6512;
    }

    .sec-title h2:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 120px;
        height: 1px;
        background-color: #df6512;
    }

    .sec-title h2:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 40px;
        height: 1px;
        background-color: #001e57;
    }

.contact-form {
    position: relative;
    margin-bottom: 5px;
}

.contact-page-section .form-column .inner-column .row {
    margin: 0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group {
    padding: 0px 10px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 22px;
}

    .contact-form .form-group input[type="text"],
    .contact-form .form-group input[type="tel"],
    .contact-form .form-group input[type="number"],
    .contact-form .form-group input[type="email"],
    .contact-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        color: #a5a5a5;
        line-height: 26px;
        padding: 10px 28px;
        height: 50px;
        font-size: 14px;
        border-radius: 5px;
        background: #f3f5f9;
        border: 1px solid transparent;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .contact-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 26px;
        padding: 10px 28px;
        color: #a5a5a5;
        height: 130px;
        font-size: 14px;
        resize: none;
        border-radius: 2px;
        background: #f3f5f9;
        border: 1px solid transparent;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 35px;
    font-weight: 800;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    background-color: #001e57;
    text-transform: uppercase;
}

.contact-info-list li .fa {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 26px;
    line-height: 1em;
}

.contact-map-section {
    position: relative;
}

    .contact-map-section .outer-container {
        padding: 0px 20px;
        margin-bottom: -121px;
    }

.newsletter-section {
    position: relative;
    padding: 38px 0px 40px;
    margin: 0px 30px;
    margin-bottom: -20px;
    background-color: #2e3942;
    z-index: 2;
}

    .newsletter-section h2 {
        position: relative;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: 6px;
    }

    .newsletter-section h2 {
        position: relative;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: 6px;
    }

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 165px;
}

    .subscribe-form .form-group input[type="text"],
    .subscribe-form .form-group input[type="tel"],
    .subscribe-form .form-group input[type="email"],
    .subscribe-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 36px;
        height: 56px;
        font-size: 14px;
        color: #222222;
        background: #ffffff;
        padding: 10px 20px 10px 50px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .subscribe-form .form-group input[type="submit"],
    .subscribe-form .submit-btn {
        bottom: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        padding: 16px 52px;
        background-color: #1390fb;
        text-transform: uppercase;
    }

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 165px;
}

    .subscribe-form .form-group .fa {
        position: absolute;
        left: 24px;
        top: 20px;
        z-index: 1;
        color: #888888;
        font-size: 16px;
        line-height: 1em;
    }

.sec-title.centered h2:before {
    left: 50%;
    margin-left: -60px;
}

.sec-title.centered h2:after {
    left: 50%;
    margin-left: -60px;
}

.contact-page-section1 .info-column .inner-column {
    position: relative;
    margin-right: 10px;
    padding: 50px 35px 45px;
    /* background-color: #2E3943;
    -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20); */
}

.form-column .inner-column {
    padding: 50px 35px 45px;
}

@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 {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

@media (max-width: 991px) {
    .dropdown-item:hover > .submenu {
        display: block;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.tp-mission-wrapper {
    padding: 80px 90px;
    padding-top: 0;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-mission-wrapper {
        padding: 80px 55px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-wrapper {
        padding: 50px 50px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-wrapper {
        padding: 50px 50px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .tp-mission-wrapper {
        padding: 10px 10px;
        padding-top: 0;
    }
}

ul.a {
    list-style-position: outside;
}

.title-skill {
    padding-bottom: 25px;
    color: black;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

    .title-skill::after {
        content: '';
        display: table;
        height: 3px;
        width: 200px;
        background-color: #007388;
        margin-top: 10px;
    }

.accordion-button12:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    width: 100%;
}

.slider123 :hover {
    background-color: #000;
}

.enquire-form {
    margin-top: 5rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    border: 5px solid #007388;
    padding: 30px 15px 10px 15px;
    position: sticky;
    top: 90px;
}






/*-----become test centre----*/

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    .msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

.form-card {
    text-align: left;
}

/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
    display: none;
}

.msform input, .msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

.fileupload-input {
    background: #d9d7d4;
    padding: 10px;
    border-radius: 7px;
    margin-block-start: 0.5rem;
}

.msform input {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #cccccc00;
    outline-width: 0;
}

.msform select, .msform option {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

    .msform select:focus, .msform option:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #007388;
        outline-width: 0;
    }


/*Next Buttons*/
.msform .action-button {
    width: 100px;
    background: #007388;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}
.form-card .action-button {
    width: 100px;
    background: #007388;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    text-align:center;
}
.action-button {
    width: 100px;
    background: #007388;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    text-align: center;
}

    .msform .action-button:hover, .msform .action-button:focus {
        background-color: #007388;
    }

.dropdown-menu.show1 {
    display: contents;
}
.show1 {
    display: block; /* Show when toggled */
}

.search-box {
    display: none; /* Hide by default */
}
/*Previous Buttons*/
.msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}
.action-button-previous {
/*    width: 100px;*/
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

    .msform .action-button-previous:hover, .msform .action-button-previous:focus {
        background-color: #000000;
    }

.msform input[type="radio" i] {
    width: 13px;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.check_span {
    margin-inline: 0.5rem;
}

.form-check {
    padding: 0px;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #007388;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #007388;
    font-weight: normal;
}

/*Step Count*/
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
    color: #000000;
    text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #007388;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 33.3%;
        float: left;
        position: relative;
        font-weight: 400;
    }
   

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e";
    }

    #progressbar #review:before {
        font-family: FontAwesome;
        content: "\f007";
    }
    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030";
    }

    #progressbar #exam:before {
        font-family: FontAwesome;
        content: "\f00c";
    }
    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }
    /*Icon ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #007388;
    }

/*Animated Progress Bar*/
.progress {
    height: 20px;
}

.progress-bar {
    background-color: #007388;
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.showbutton {
    display: none;
}

.exam_center_list {
    overflow: auto;
    max-height: 458px;
    max-width: 500px;
    margin-block-end: 2rem;
    border: 1px solid #007388;
    padding-block: 0.5rem;
}

.all {
    margin-block: 0.5rem;
    display: inline-block;
}

.msform input[type="checkbox" i] {
    width: 13px;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.custombutton {
    border: 1px solid #000;
    border-radius: 25rem;
}

.btnactive {
    background-color: #001e57;
    color: white;
    background-size: 100%;
    width: 20rem;
}

.btn-check:checked + .btn {
    background-color: #007388; /* Change to your desired active background color */
    color: white;
    border-radius: none;
}

.btn-check:hover + .btn {
    background-color: #007388; /* Change to your desired active background color */
    color: white;
    border: none;
    border-radius: none;
}

.btn-check:not(:checked) + .btn {
    color: #000000; /* Non-active text color */
}

.logintitle {
    width: 26rem;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-top: 3rem;
    background-color: #007388;
    color: white;
    border-radius: 20px 20px 0 0;
}

.loginform {
    /*    margin-top: 3rem;*/
    border-radius: 0px 0px 5px 5px;
    padding: 30px 30px 30px 30px;
    border: 0.5px solid #ddd;
    /*    box-shadow: 2.5px 2.5px 2px 2.5px grey;*/
}


.registerform {
/*    margin-top: 3rem;*/
    border-radius: 0px 0px 5px 5px;
    padding: 30px;
    border: 0.5px solid #ddd;
/*    box-shadow: 2.5px 2.5px 2px 2.5px grey;*/
}

.jeet {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -277px;
    font-size: large;
    font-weight: bold;
}





.heetu {
    background-image: url(/img/1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: auto;
}

.pfit {
    max-height: 250px;
    max-height: 458px;
    overflow: auto;
    border: 1px solid #2e3943;
    border-radius: 4px;
    padding: 1rem;
}


/*------Dashboard Css Start----------*/
/* .admin-menu{
    background-color: #fbfffa;
    border-radius: 4px;
    box-shadow: 10px 15px 20px 0 rgba(47, 57, 68, .1);
    position: relative;
    z-index: 0;
}
.admin-wrap  {
    width: 235px;
    box-shadow: 2px 0 2px 0 rgba(60, 70, 88, .2);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.admin-left-menu{
    width: 0;
    box-shadow: 2px 0 2px 0 rgba(47, 57, 68, 0.1);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.main-menu {
    background: #212121;
    position: absolute;
    top: 92px;
    bottom: 0;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}
.main-menu > ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}
.nav-stacked>li {
    float: none;
}
.admin-menu ul.nav > li > a:focus, .admin-menu ul.nav > li > a:hover, nav.main-menu li.active > a {
    color: #76df3e;
    background-color: #fbfffa;
    border-left: 4px solid #76df3e;
}

.admin-menu ul.nav > li > a {
    color: #cccaca;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 15px 7px 50px;
    border-radius: 0;
    position: relative;
    border-left: 4px solid transparent;
}

.fa-2x {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}
 */



/*----trial ----*/

.
{
    height: 100vh;
    width: 68px;
    transition: width 0.3s;
    overflow: hidden;
    background-color: #000000;
}

    .sidebar:hover {
        width: 250px;
    }

.nav-link {
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

    .nav-link i {
        font-size: 1.5rem;
    }

.menu-text {
    margin-left: 10px;
    white-space: nowrap;
/*    display: none;*/
}

.sidebar:hover .menu-text {
    display: inline-block;
}

.nav-item:hover .nav-link {
    background-color: transparent; /* Background color white on hover */
    color: white; /* Text color black on hover */
}

.nav ul li :active {
    background-color: #007388;
    color: white;
}

.profile-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e9ecef; /* Border to separate from nav items */
    background-color: #f8f9fa; /* Light background for profile section */
}

.profile-info {
    display: flex;
    align-items: center;
}

.profile-pic {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.content1 {
    padding-top:15px;
    padding-bottom:30px;
/*    padding: 100px 28px 13px 88px;*/
    /* margin-top: 10rem;
    margin-left: 80px; 
    width: calc(100% - 80px);
    margin-top: 10rem;
    width: auto;
    margin-left: 0;
    min-height: 660px; */
}

@media (min-width: 320px) and (max-width: 420px) {
    .content1 {
        padding: 92px 0 0 61px;
    }
}


@media (min-width: 421px) and (max-width: 767.98px) {
    .content1 {
        padding: 88px 8px 0 92px;
    }
}

@media (min-width: 320px) and (max-width: 420.98px) {
    .content1 {
        padding: 92px 0 0 90px;
    }
}

@media (min-width: 768px) and (max-width: 979.98px) {
    .content1 {
        padding: 145px 14px 6px 90px;
    }
}


.pstyle {
    overflow-y:scroll;
    height: 70vh;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #d6dded;
    border-radius: 5px;
}
.pstyle1 {
    overflow-y: scroll;
    height: 43vh;
    width: 100%;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #d6dded;
    border-radius: 5px;
}

.dashborad_card {
    
    overflow-y: hidden;
    height: 38vh;
    width: 100%;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #d6dded;
    border-radius: 16px;
}

.profile-box {
    background: #fff;
    border: 1px solid #ccc;
    height: 300px;
}

.pro-img {
/*    margin-top: 1rem;*/
}

    .pro-img img {
        margin-left: 1.5rem;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        border: 1px solid #ccc;
        outline: 0;
/*        margin-right: 11px;*/
    }

.lst-exam {
    background: #fff;
    padding: 20px;
    display: flex;
    border: 1px solid #d6dded;
}

.profile-box1 {
    height: 114px;
    width: 114px;
    border-radius: 50%;
    border: 1px solid #ccc;
    outline: 0;
    margin-right: 11px;
}

.student-panel {
    display: none;
}

.active {
    display: block;
}

.custom-modal-body {
    position: relative;
    color: #fff; /* Text color */
    padding: 20px;
    /* Background Image */
    background: linear-gradient(45deg, rgba(0, 232, 255, 0.5), rgba(0, 0, 0, 0.5)), url('img/13655.jpg');
/*    background: linear-gradient(45deg,(rgb(0 232 255 / 64%), rgb(0 0 0 / 0%))), url(/img/13655.jpg);*/
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.custom-modal-body1 {
    position: relative;
    color: #fff;
    padding: 20px;
    background: white;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 5px 5px;
}
.btn-close1 {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    /* color: #000; */
    border: 0;
    border-radius: .25rem;
    background: transparent url("../img/cross1.png") center / 1em auto no-repeat;
    /* opacity: .5; */
}
.carousel-indicators {
    position: static;
    right: 0;
    bottom: -49px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.allcertification {
    max-width: 400px;
    /*                    margin: 50px auto;*/
    /*                    background: linear-gradient(to right, #ffffff, #00738829);*/
    /*                    border-radius: 20px;*/
    border-radius: 5px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: center;
}

.cardlogo {
    margin-bottom: 15px;
}

    .cardlogo img {
        width: 60px;
    }

.allcert-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.cert-desc {
    font-size: 0.95rem;
    color: #666;
    margin: 15px 0 30px;
    line-height: 1.5;
}

.cert-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0000002b;
    padding-top: 20px;
}

    .cert-footer .left-link {
        color: #007388;
        font-weight: 500;
    }

    .cert-footer .right-btn {
        /*                        background: linear-gradient(90deg, #007388, #01fefb);*/
        border: none;
        border-radius: 10px;
        padding: 8px 18px;
        color: white;
        font-weight: 500;
        transition: background 0.3s;
    }

        .cert-footer .right-btn:hover {
            opacity: 0.9;
        }

        .cert-footer .right-btn a {
            color: white;
        }

     .ltext-101 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        font-size: 96px;
        letter-spacing: -0.3px;
        color: #000000;
    }
    /*@media(max-width:991px){
        .ltext-101 {
            font-size: 36px;
        }
            .ltext-101:before {
                top: -37px;
                left: -42px;
                transform: scale(.5);
            }
    }
@media (min-width: 992px) and (max-width: 1122px) {
    .ltext-101:before {
        top: -37px;
        left: -42px;
        transform: scale(.6);
    }

    .ltext-101 {
        font-size: 50px;
    }
}
@media(min-width: 1123px) and (max-width:1184px){
    .ltext-101{
        font-size:60px;

                 
    }
}
@media(min-width: 1185px){
    ltext-101{
        font-size:70px;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {*/
/*    .ltext-101 {
        font-size: 50px;
    }*/
/*}*/


@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0;
    }
}
.home_dashboad_faq {
    min-height: 92px;
    color: black;
    width: 387px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    place-items: center;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 5px;
}
.home_dashboad_faq:hover {
    transform: scale(1.05);
}
.dashboad_faq {
    min-height: 92px;
    color: black;
    width: 387px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    place-items: center;
    margin-left: auto;
    padding-left:2rem;
    padding-right:2rem;
    border-radius:5px;
}
    .dashboad_faq:hover {
        transform: scale(1.10);
    }



    .support-card {
        padding: 30px;
        border-width: 1px;
        border-color: black;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.07);
    }
    .support-card:hover {
        box-shadow: 0 20px 30px 0 rgb(0 0 0 / 35%);
       
    }
.text-main {
    padding-bottom:0.5rem;
    text-align: center;
    color: #AAAAAA;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}
.text-second {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}
.icon {
    text-align:center;
}
