﻿:root, h1, h3, h4, h5, h6 {
    font-family: Verdana,sans-serif
}

a, button, button:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.tg-header__top-info li a:hover, .tg-header__top-info li i, .tg-header__top-social li a:hover {
    color: var(--tg-common-color-white)
}

.list-wrap, .tg-header__area.sticky-menu, .tg-header__style-three .tg-header__area.sticky-menu, .tg-header__style-two .tg-header__area, hr {
    /*padding: 0*/
    padding: 10px 0;
}

.tgmenu__navbar-wrap ul li a, body {
    font-weight: var(--tg-fw-regular);
    font-family: var(--tg-body-font-family);
    font-family: var(--tg-body-font-family)
}

body, html {
    overflow-x: hidden
}

:root {
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-family: 'Calibri',sans-serif;
    --tg-body-font-size: 18px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-common-color-blue: #2494E4;
    --tg-common-color-indigo: #9B51E0;
    --tg-common-color-purple: #8121FB;
    --tg-common-color-pink: #d63384;
    --tg-common-color-red: #FF2E2E;
    --tg-common-color-orange: #fd7e14;
    --tg-common-color-yellow: #FAB123;
    --tg-common-color-green: #12BB6A;
    --tg-common-color-teal: #219653;
    --tg-common-color-cyan: #0dcaf0;
    --tg-common-color-white: #fff;
    --tg-common-color-gray: #E7EFFC;
    --tg-common-color-gray-2: #F4F7FB;
    --tg-common-color-gray-3: #F5F7FB;
    --tg-common-color-dark: #061E43;
    --tg-common-color-black: #000;
    --tg-body-color: #39557E;
    --tg-heading-color: #082A5E;
    --tg-theme-primary: #1363DF;
    --tg-theme-secondary: #082A5E;
    --tg-border-1: #ECECEC;
    --tg-border-2: #D0DAE9;
    --tg-border-3: #E2E2E2;
    --tg-border-4: #D7DCE3;
    --tg-border-5: #2F466A;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
    --main-body-bg-color: #8dadc8
}

body {
    font-size: var(--tg-body-font-size);
    color: var(--tg-body-color);
    line-height: var(--tg-body-line-height)
}

.tgmenu__navbar-wrap ul li .sub-menu li.active > a, .tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a, a, button {
    color: var(--tg-theme-primary)
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

.gx-0 {
    --bs-gutter-x: 0
}

@media (max-width:1500px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:1199.98px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .container {
        max-width: 100%
    }
}

.custom-container {
    max-width: 1650px
}

@media (max-width:1800px) {
    .custom-container {
        max-width: 1650px
    }
}

@media (max-width:1500px) {
    .custom-container {
        max-width: 1320px
    }
}

@media (max-width:1199.98px) {
    .custom-container {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .custom-container {
        max-width: 720px
    }

    .tg-header__top-info li::after, .tg-header__top-info li:last-child {
        display: none
    }
}

@media (max-width:767.98px) {
    .custom-container {
        max-width: 100%
    }

    .transparent-header {
        top: 0
    }
}

a, button {
    text-decoration: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

    .btn:focus, .button:focus, a:focus {
        text-decoration: none;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    a:hover, button:hover {
        color: var(--tg-theme-secondary);
        text-decoration: none
    }

.cantfind a, .four, .nameStyle {
    text-decoration: underline
}

h1, h3, h4, h5, h6 {
    color: var(--tg-heading-color);
    margin-top: 0;
    font-weight: var(--tg-fw-semi-bold);
    line-height: 1.2;
    text-transform: unset
}

.latestText, toptext {
    font-weight: 700;
    font-family: Verdana,sans-serif
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-family: Verdana,sans-serif
}

h2 {
    font-size: 20px;
    font-family: Verdana,sans-serif
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.list-wrap {
    margin: 0
}

    .list-wrap li {
        list-style: none
    }

hr {
    border-bottom: 1px solid var(--tg-common-color-gray);
    border-top: 0;
    margin: 30px 0
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto
}

.btn-light, .btn-light:hover {
    border-color: #000
}

.tg-header__top {
    background-color: var(--tg-theme-secondary);
    padding: 11px 0
}

.tg-header__top-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 15px
}

    .tg-header__top-info li, .tg-header__top-social, .tgmenu__nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex
    }

    .tg-header__top-info li {
        display: flex;
        align-items: center;
        color: #e6eaef;
        gap: 7px
    }

        .tg-header__top-info li:not(:last-child)::after {
            content: "|";
            margin-left: 7px;
            opacity: .5
        }

        .tg-header__top-info li i {
            font-size: 20px
        }

        .tg-header__top-info li a {
            color: #e6eaef
        }

.tg-header__top-social {
    display: flex;
    align-items: center;
    gap: 10px 12px;
    justify-content: flex-end
}

    .tg-header__top-social li, .tg-header__top-social li a {
        color: #e7effc
    }

.tg-header__area {
    padding: 15px 0;
    border-bottom: 1px solid #8080803b;
}

    .tg-header__area .mobile-nav-toggler {
        position: relative;
        float: right;
        font-size: 26px;
        cursor: pointer;
        line-height: 1;
        color: var(--tg-theme-primary);
        display: none;
        margin-top: 4px;
        margin-left: 10px
    }

.bs {
    margin-bottom: -4px;
    padding-bottom: 1px;
    box-shadow: 0 10px 15px rgba(25,25,25,.1)
}

.tg-header__style-two .custom-container {
    max-width: 1400px
}

@media (max-width:1500px) {
    .tg-header__area {
        padding: 10px 0
    }

    .tg-header__style-two .custom-container {
        max-width: 1320px
    }
}

@media (max-width:1199.98px) {
    .tg-header__area {
        padding: 20px 0
    }

        .tg-header__area .mobile-nav-toggler {
            display: block
        }

        .tg-header__area.sticky-menu {
            padding: 20px 0
        }

    .tg-header__style-two .custom-container {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .tg-header__style-two .custom-container {
        max-width: 720px
    }
}

.tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 170px
}

@media (max-width:1800px) {
    .tg-header__style-two .tgmenu__navbar-wrap ul {
        margin: 0 auto 0 100px
    }
}

.tg-header__style-three .tg-header__area {
    padding: 10px 0
}

.tg-header__style-three .tgmenu__categories {
    margin: 0 0 0 60px
}

@media (max-width:1500px) {
    .tg-header__style-two .tgmenu__navbar-wrap ul {
        margin: 0 auto 0 60px
    }

    .tg-header__style-three .tg-header__area {
        padding: 0
    }

    .tg-header__style-three .tgmenu__categories {
        margin: 0 0 0 40px
    }
}

@media (max-width:1199.98px) {
    .tg-header__style-three .tg-header__area, .tg-header__style-three .tg-header__area.sticky-menu {
        padding: 20px 0
    }

    .tg-header__style-three .tgmenu__categories {
        margin: 0 60px 0 40px
    }

    .tgmenu__action {
        margin: 0 25px 0 0
    }
}

.tg-header__style-three .tgmenu__categories .dropdown-toggle {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: var(--tg-heading-color)
}

.tg-header__style-three .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 24px
}

.tg-header__style-three .tgmenu__action > ul {
    margin-left: 30px;
    gap: 30px
}

    .tg-header__style-three .tgmenu__action > ul li {
        margin: 0 !important
    }

.header-btn {
    margin-top: 2px
}

.tgmenu__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center !important;
}

.tgmenu__navbar-wrap, .tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.tgmenu__navbar-wrap {
    display: flex;
    flex-grow: 1
}

    .tgmenu__navbar-wrap ul {
        display: flex;
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto 0 73px
    }

        .tgmenu__action > ul, .tgmenu__navbar-wrap ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex
        }

        .tgmenu__navbar-wrap ul li {
            display: block;
            position: relative;
            list-style: none
        }

            .tgmenu__navbar-wrap ul li a {
                font-size: 16px;
                text-transform: capitalize;
                color: var(--tg-heading-color);
                padding: 37px 12px;
                display: flex;
                align-items: center;
                line-height: 1;
                position: relative;
                z-index: 1
            }

            .tgmenu__navbar-wrap ul li .sub-menu {
                position: absolute;
                left: 0;
                top: 100%;
                min-width: 230px;
                border: 1px solid #f5f5f5;
                background: var(--tg-common-color-white);
                margin: 0;
                -webkit-transform: scale(1,0);
                -moz-transform: scale(1,0);
                -ms-transform: scale(1,0);
                -o-transform: scale(1,0);
                transform: scale(1,0);
                transform-origin: 0 0;
                -webkit-transition: .3s ease-out;
                -moz-transition: .3s ease-out;
                -ms-transition: .3s ease-out;
                -o-transition: .3s ease-out;
                transition: .3s ease-out;
                -webkit-box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
                -moz-box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
                box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                -o-border-radius: 6px;
                -ms-border-radius: 6px;
                border-radius: 6px;
                padding: 18px 0;
                display: block;
                visibility: hidden;
                opacity: 0;
                z-index: 9
            }

                .tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
                    right: auto;
                    left: 100%;
                    top: 0
                }

                .tgmenu__navbar-wrap ul li .sub-menu li {
                    margin-left: 0;
                    text-align: left;
                    display: block
                }

                    .tgmenu__navbar-wrap ul li .sub-menu li a {
                        padding: 8px 15px 8px 25px;
                        line-height: 1.4;
                        display: block;
                        color: var(--tg-heading-color);
                        text-transform: capitalize
                    }

                    .tgmenu__navbar-wrap ul li .sub-menu li:hover > a {
                        -webkit-transform: translateX(8px);
                        -moz-transform: translateX(8px);
                        -ms-transform: translateX(8px);
                        -o-transform: translateX(8px);
                        transform: translateX(8px)
                    }

            .tgmenu__navbar-wrap ul li:hover > .sub-menu {
                opacity: 1;
                visibility: visible;
                transform: scale(1)
            }

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none
}

.tgmenu__main-menu li.menu-item-has-children > a::after {
    content: "\f107";
    display: block;
    font-family: var(--tg-body-font-family);
    color: #5a7093;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    font-weight: var(--tg-fw-bold);
    margin-left: 6px
}

.tgmenu__action > ul {
    display: flex;
    align-items: center
}

    .breadcrumb-bg, .dropdown-menu li, .footer-widget.widget_nav_menu ul li a, .footer__newsletter form, .serviceContainer, .tgmenu__action > ul li {
        position: relative
    }

.clr a, .serviceHeading {
    color: #000
}

@media (max-width:1500px) {
    .tg-header__style-three .tgmenu__action > ul {
        gap: 15px;
        margin-left: 20px
    }

    .tgmenu__navbar-wrap ul {
        margin: 0 auto 0 40px
    }

    .tgmenu__action > ul li.free-btn {
        display: none
    }
}

.lw, .microsoft_products, .search-box, .tn {
    display: flex
}

    .lw li {
        margin-left: 40px;
    }

.logo img {
    max-width:160px;
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--tg-common-color-white);
    -webkit-animation: 1s ease-in-out fadeInDown;
    animation: 1s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
    box-shadow: 0 10px 15px rgba(25,25,25,.1);
    border-radius: 0
}

    .sticky-menu ul li .sub-menu {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -o-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px
    }

#header-fixed-height.active-height {
    display: block;
    height: 90px
}

.tn {
    box-shadow: 0 10px 15px rgba(25,25,25,.1)
}

.hd {
    margin-top: 5px;
    margin-bottom: 5px
}

.free_downld {
    background-color: green;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px
}

    .free_downld:hover {
        background-color: #082a5e
    }

.search-box {
    align-items: flex-start;
    margin-right: 10px;
    align-items: baseline
}

    .search-box input[type=text] {
        padding: 5px;
        border: 1px solid #000;
        border-radius: 28px 0 0 28px;
        border-right: none;
        width: 300px
    }

    .search-box .search-icon {
        padding: 5px 15px;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        border-radius: 0 28px 28px 0;
        cursor: pointer;
        border-left: none
    }

    .search-box button[type=submit]:hover {
        background-color: #0056b3
    }

.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%)
}

    .serviceContainer .image-wrap:hover .itCert1, .serviceContainer .image-wrap:hover .itCertExam1, .serviceContainer .image-wrap:hover .itCertified1, .tgmobile__menu .navbar-collapse {
        display: block !important
    }

    .tgmobile__menu .nav-logo {
        position: relative;
        padding: 30px 25px;
        text-align: left
    }

        .tgmobile__menu .nav-logo img {
            width: 150px
        }

    .tgmobile__menu .close-btn {
        position: absolute;
        right: 15px;
        top: 28px;
        line-height: 30px;
        width: 35px;
        text-align: center;
        font-size: 14px;
        color: var(--tg-theme-primary);
        cursor: pointer;
        padding: 8px;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

        .tgmobile__menu .close-btn i[class^=flaticon-]:before {
            font-weight: var(--tg-fw-bold) !important
        }

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.5)
}

.tgmobile__menu .tgmenu__action {
    padding: 0;
    margin: 0
}

    .tgmobile__menu .tgmenu__action > ul {
        margin: 0;
        padding: 30px 20px 0;
        justify-content: center;
        gap: 0 15px;
        display: flex;
        flex-direction: column
    }

        .footer-widget ul li:last-child, .tgmobile__menu .tgmenu__action > ul li {
            margin: 0
        }

        .tgmobile__menu .tgmenu__action > ul .hl {
            display: block;
            padding: 10px
        }

.tgmobile__menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-common-color-white);
    padding: 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgba(0,0,0,.06)
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-common-color-white);
    margin-right: 30px;
    top: 15px
}

.mobile-menu-visible {
    overflow: hidden
}

    .mobile-menu-visible .tgmobile__menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .mobile-menu-visible .tgmobile__menu-backdrop {
        opacity: 1;
        visibility: visible
    }

    .mobile-menu-visible .tgmobile__menu .close-btn {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

.banner-partone {
    height: 300px;
    width: 100%
}

    .banner-partone .carousel-item > img {
        height: 300px !important;
        width: 100%;
        object-fit: cover
    }

.carousel-caption {
    border: 1px solid #000;
    background-color: #fff;
    color: #000 !important;
    justify-content: left;
    height: 250px;
    width: 400px;
    margin-bottom: 5px
}

.first {
    color: #0070c0
}

.attempt {
    color: red
}

.pass {
    color: #00b050
}

.nameStyle {
    text-align: center;
    font-weight: bolder;
    margin-bottom: unset
}

.heroPara {
    font-size: 18px !important;
    text-align: justify;
    margin-bottom: 40px;
    font-family: Calibri,sans-serif;
    padding: 0 15px 15px
}


.top__heading {
    margin-top: 10px
}

    .top__heading p {
        text-align: center;
        font-size: 25px;
        color: #000
    }

ul {
    list-style-type: circle
}

@media (max-width:768px) {
    .banner-partone {
        width: 100%;
        height: 300px
    }

        .banner-partone .carousel-item > img {
            height: 300px !important;
            width: 100%;
            object-fit: cover
        }

    .carousel-caption {
        height: 270px;
        width: 70%;
        margin: unset;
        font-size: 15px;
        justify-content: center
    }

    .leftone {
        width: 30%;
        justify-content: flex-start;
        padding: 5px;
        font-size: initial;
           
    }

    .cert-list{
        max-height: 200vh;
        overflow-y: auto;
    }

    ul {
        list-style-type: disclosure-closed;
        padding-left: 20px
    }

    .rightone {
        width: 70%;
        border-left: none;
        overflow: hidden
    }


    .exam__prov {
        height: auto
    }

    .certification {
        font-size: 15px
    }
}

.card .row > .col-md-5, .card .row > .col-md-7 {
    padding-right: unset;
    padding-left: unset
}

.updated {
    font-size: 18px;
    font-weight: 700
}

.certification {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #000
}

.rightone {
    border: 2px solid green;
    border-left: none;
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    justify-content: left
}

.microsoft_products {
    overflow-y:auto;
    max-height: 250vh;
    
}

.get__premium {
    border: 1px solid green;
    /*height: 200px;*/
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .get__premium {
        height: auto;
        width: auto
    }

    .card .row > .col-md-5 {
        height: auto;
        width: 40%
    }

    .card .row > .col-md-7 {
        height: 160px;
        width: 60%
    }

    .free_pre {
        margin-top: 0
    }

    .card {
        height: auto
    }
}

.cantfind {
    text-align: end;
    font-size: 17px;
    padding-left: unset
}

.cf {
    color: red;
    margin-right: 2px
}

.fp {
    padding-right: unset
}

.free_pre {
    text-align: center;
    border: 1px solid #337ab7;
    margin-bottom: 0;
    color: #fff;
    background-color: #337ab7;
    width: 100%;
    font-weight: 700
}

.four, .real_exam {
    font-weight: bolder
}

.free_pre:hover {
    background-color: #04aa6d;
    color: #fff
}

.card {
    border: unset;
    /*height: 200px;*/
    height: auto;

    width: 100%
}

.card-body {
    padding: 10px 10px 2px
}

.card-title {
    background-color: #2494E4 !important;
    padding: 2px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

    .card-title a:hover, .feedbackBtn {
        color: #fff
    }

.four {
    color: #000;
    font-size: 25px
}


.real_exam {
    color: red;
    font-size: 10px
}

.card-text {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #084298;
    font-weight: 700;
}

.skippy {
    background-color: #563d7c
}

.storiesTitle, .text-center {
    text-align: center !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

#header-fixed-height {
    top: 0
}

.card .row > .col-md-5 {
    justify-content: center
}

.col-md-5 img {
    padding: 5px;
    object-fit: cover
}

.breadcrumb {
    margin-bottom: 5px
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -1
}

.faq-bg::before {
    background: 0 0 !important
}

.breadcrumb-content .title {
    font-size: 40px;
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-semi-bold);
    text-transform: capitalize;
    margin: 0
}

@media (max-width:767.98px) {
    .tg-header__top-info {
        display: none
    }

    .tg-header__top-social {
        justify-content: center
    }

    .breadcrumb-content .title {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .container, .custom-container, .tg-header__style-two .custom-container {
        max-width: 540px
    }

    .breadcrumb-content .title {
        font-size: 36px
    }
}

.breadcrumb-content .breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    row-gap: 5px
}

.breadcrumb-content .breadcrumb-separator {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    opacity: .5
}

.breadcrumb > * {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize
}

.box__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    display: grid;
    place-items: center
}

.box_card__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    margin: 20px auto
}

.footer__about ul.list-wrap li, .footer__working-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-weight: var(--tg-fw-medium)
}

.help__title h3 {
    text-align: center;
    font-family: Verdana,sans-serif
}

.card__bx {
    --bg-clr: #282828;
    --btn-txt-clr: #333333;
    --transition: all 0.5s;
    font-family: var(--tg-body-font-family);
    height: 300px;
    width: 300px;
    position: relative;
    overflow: hidden;
    background: var(--clr);
    transition: var(--transition)
}

    .card__bx:hover {
        box-shadow: rgba(0,0,0,.25) 0 30px 50px,rgba(0,0,0,.12) 0 -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0 -3px 5px;
        transition: 2s ease-out;
        background: var(--clr);
        --bg-clr: #282828
    }

    .card__bx .card__data {
        position: absolute;
        inset: 10px
    }

        .card__bx .card__data .card__icon {
            position: absolute;
            top: 0;
            left: 0;
            height: 110px;
            width: 110px;
            margin-left: 80px
        }

            .card__bx .card__data .card__icon .card__icon-bx {
                position: absolute;
                inset: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 60px
            }

.card__icon-bx img {
    width: 75%
}

.verifiedIcon {
    width: 100% !important
}

.card__bx:hover .card__data .card__icon .card__icon-bx {
    background: var(--clr);
    color: var(--txt-clr);
    transition: var(--transition)
}

.card__bx .card__data .card__content {
    position: absolute;
    top: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: var(--txt-clr)
}

    .card__bx .card__data .card__content h3 {
        font-size: 22px;
        font-weight: 700
    }

    .card__bx .card__data .card__content p {
        font-size: 14px;
        opacity: .75
    }

    .card__bx .card__data .card__content a {
        display: inline-flex;
        align-self: center;
        padding: 3px 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        border-radius: 30px;
        border: 2px solid var(--clr);
        color: var(--btn-txt-clr);
        background: var(--clr);
        transition: var(--transition)
    }

        .card__bx .card__data .card__content a:hover {
            background: 0 0;
            color: var(--clr)
        }

.o-video {
    width: 99%
}

    .o-video > iframe {
        border: 0;
        border-radius: 20px
    }

.storiesTitle h3 {
    background: #08b000;
    display: inline-block;
    padding: 7px 18px;
    font-size: 22px;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-family: Verdana,sans-serif
}

.storiesTitle p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    color: #000
}

.successst {
    height: auto;
    width: auto
}

.leftprev, .rightnext {
    width: unset
}

.footer__top-wrap {
    padding: 90px 0 0 55px
}

.footer-widget {
    margin: 0 0 50px
}

    .footer-widget ul li {
        margin: 0 0 8px
    }

        .footer-widget ul li a {
            display: inline-block;
            font-weight: var(--tg-fw-medium);
            color: #000
        }

            .footer-widget ul li a:hover {
                color: #1363df
            }

    .footer-widget.widget_nav_menu ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 3px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        background: var(--tg-theme-primary);
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .footer-widget.widget_nav_menu ul li a:hover {
        padding-left: 20px
    }

        .footer-widget.widget_nav_menu ul li a:hover::before {
            width: 12px
        }

.footer__about p {
    margin: 0 0 20px;
    color: #000;
    font-size: 12px
}

.copyright__menu li a, .copyright__text p {
    font-size: 15px;
    font-family: var(--tg-body-font-family)
}

.footer__about ul.list-wrap li {
    display: flex;
    gap: 0 20px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 13px
}

    .footer__about ul.list-wrap li a {
        color: #000;
        font-size: 22px
    }

        .footer__about ul.list-wrap li a:hover {
            opacity: .7
        }

    .footer__about ul.list-wrap li:last-child {
        margin: 18px 0 0
    }

.footer__logo {
    margin: 0 0 25px
}

.footer__top-wrap .row > :nth-child(2) .widget_nav_menu {
    margin-left: 85px
}
.tgmenu__categories {
    margin-right: 12px;
}
@media (max-width:991.98px) {
    .tg-header__style-three .tgmenu__categories {
        margin: 0 0 0 auto
    }

    .tgmenu__nav {
        justify-content: space-between;
        padding: 0
    }

        .tgmenu__nav > .search-box {
            width: 200px
        }

    .footer__top-wrap .row > :nth-child(2) .widget_nav_menu {
        margin-left: 30px
    }
}

@media (max-width:767.98px) {
    .footer__top-wrap .row > :nth-child(2) .widget_nav_menu {
        margin-left: 0
    }
}

.footer__top-wrap .row > :nth-child(3) .widget_nav_menu {
    margin-left: 70px
}

.footer__working-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #b2bdcd;
    gap: 0 30px;
    padding: 0 0 15px;
    margin: 0 0 15px
}

    .closed, .copyright__menu li:first-child::before, .crossIcon, .dropdown:hover .dropdown-submenu, .footer__working-item:last-child::after, .serviceContainer .image-wrap .itCert1, .serviceContainer .image-wrap .itCertExam1, .serviceContainer .image-wrap .itCertified1 {
        display: none
    }

    .footer__working-item .day {
        font-weight: var(--tg-fw-semi-bold);
        color: var(--tg-common-color-white)
    }

    .footer__working-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #39557e
    }

    .footer__working-item:last-child {
        padding: 0;
        margin: 0
    }

.footer__newsletter .desc {
    color: #b2bdcd
}

.footer__newsletter form [type=email] {
    background: #10284f;
    border-radius: 4px;
    padding: 11px 60px 11px 20px;
    border: none;
    color: var(--tg-common-color-white);
    display: block;
    width: 100%
}

.copyright__menu li, .footer__newsletter form [type=submit] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.footer__newsletter form [type=email]::placeholder {
    color: var(--tg-common-color-white);
    opacity: .5
}

.footer__newsletter form [type=submit] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    width: 36px;
    height: 36px;
    border: none;
    padding: 0;
    background: var(--tg-theme-primary);
    border-radius: 3px;
    color: var(--tg-common-color-white);
    display: flex;
    align-items: center;
    justify-content: center
}

    .footer__newsletter form [type=submit]:hover {
        opacity: .7
    }

.fw-title {
    font-size: 24px;
    margin: 0 0 28px;
    color: #000
}

.fa-envelope, .fa-telegram, .fa-whatsapp, .fa-youtube {
    font-size: 26px
}

.tipsTrick, .trick {
    color: #1363df;
    text-align: center
}

.copyright__wrapper {
    border-top: 1px solid #2a4774;
    padding: 10px 0
}

.copyright__text p {
    text-transform: capitalize;
    color: #000;
    margin: 0
}

@media (max-width:991.98px) {
    .footer__top-wrap .row > :nth-child(3) .widget_nav_menu {
        margin-left: 0
    }

    .copyright__text {
        text-align: center
    }

    .copyright__menu {
        margin: 10px 0 0
    }
}

.copyright__menu ul {
    gap: 0 15px
}

.copyright__menu li {
    display: flex;
    align-items: center;
    gap: 0 15px
}

    .copyright__menu li::before {
        content: ".";
        color: #8798b3
    }

.dropdown-menu > li:hover > .dropdown-submenu, .dropdown:hover .dropdown-menu, .sideBarClose, .trick {
    display: block
}

.copyright__menu li a {
    color: #000
}

@-webkit-keyframes hoverShine {
    100% {
        left: 125%
    }
}

@keyframes hoverShine {
    100% {
        left: 125%
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.alltuchtopdown {
    -webkit-animation: 1.5s ease-in-out infinite alternate alltuchtopdown;
    animation: 3s ease-in-out infinite alternate alltuchtopdown
}

@keyframes alltuchtopdown {
    0%,100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0) translateY(-20px);
        -moz-transform: rotateX(0) translateY(-20px);
        -ms-transform: rotateX(0) translateY(-20px);
        -o-transform: rotateX(0) translateY(-20px);
        transform: rotateX(0) translateY(-20px)
    }
}

@-webkit-keyframes alltuchtopdown {
    0%,100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0) translateY(-20px);
        -moz-transform: rotateX(0) translateY(-20px);
        -ms-transform: rotateX(0) translateY(-20px);
        -o-transform: rotateX(0) translateY(-20px);
        transform: rotateX(0) translateY(-20px)
    }
}

.btn-youtube img {
    height: 46px
}

.trick {
    font-weight: 600;
    cursor: pointer
}

.tipsTrick {
    font-weight: 700;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.wrap_trick:hover .tipsTrick {
    color: #fff !important;
    font-weight: 700
}

.wrap_trick:hover {
    background: #1365df
}

.pdf_style {
    font-weight: 600;
    color: #ea7a42
}

.form-check label {
    color: #082a5e
}

.serviceTitle {
    text-align: center
}

.serviceContainer .image-wrap:hover .itCert, .serviceContainer .image-wrap:hover .itCertExam, .serviceContainer .image-wrap:hover .itCertified {
    display: none !important
}

.serviceContainer .serviceIcon {
    text-align: center;
    font-size: 100px;
    display: block;
    color: green
}

.serviceContainer h3 {
    font-size: 19px;
    text-align: center;
    margin-top: 10px;
    transition: .5s
}

.serviceNumber {
    color: #c00000
}

    .serviceNumber:hover {
        font-size: 23px;
        transform: translate(5px,-8px)
    }

.serviceHeading:hover {
    color: #000;
    transform: translate(5px,-10px)
}

.pb-0 {
    padding-bottom: 0
}

.serviceContainer .support {
    font-size: 19px
}

.footer-bg {
    background: #f2f2f2
}

.fa-whatsapp {
    color: #25d366
}

.fa-youtube {
    color: red
}

.fa-facebook-f {
    color: #0165e1
}

.fa-instagram {
    color: #e4405f
}

.fa-twitter {
    color: #00acee
}

.fa-reddit {
    color: #ff4500
}

.fa-linkedin-in {
    color: #0a66c2
}

.fa-quora {
    color: #b92b27
}

.list-wrap .getPdf {
    font-weight: 600;
    color: #00b050
}

.feedback {
    width: 40px;
    height: 100px;
    position: fixed;
    bottom: -10%;
    right: 0;
    top: 45vh;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-common-color-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s;
    border: none
}

    .feedback a {
        text-orientation: sideways;
        writing-mode: vertical-rl;
        transform: rotate(180deg)
    }

.sidebar .nav-links li:last-child:hover {
    background: 0 0;
    color: #fff !important
}

.bg_style {
    background: 0 0;
    padding: 0;
    border-radius: 0
}

.login-content .user_home:hover {
    background: #153363 !important
}

fa-right-from-bracket {
    font-size: 20px !important
}

.supportIconCall {
    font-family: var(--tg-body-font-family);
    font-size: 22px;
    background: #1363df;
    padding: 8px 11px;
    font-weight: 600 !important;
    border-radius: 5px;
    text-transform: none !important;
    line-height: 1 !important;
    width: 80%
}

    .supportIconCall:hover {
        background: var(--tg-theme-secondary);
        color: #fff
    }

.sptLink {
    color: #fff !important;
    font-family: Calibri,sans-serif
}

.dropdown a {
    color: #000 !important;
    margin: 0 10px
}

.dropdown-menu {
    top: 100%
}

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        right: 100% !important;
        top: 0;
        font-size: 15px
    }

    .dropdown-menu .dropdown-submenu-left {
        left: auto;
        right: 100%;
        transform: translateX(-100%)
    }

.hl .btn {
    background-color: unset;
    color: #000;
    border: 1px solid #000;
    margin-left: 30px
}

    .hl .btn:hover {
        color: #fff;
        background-color: #000
    }

@media (max-width:1199.98px) {
    .tgmenu__action > ul .dn, .tgmenu__action > ul .hl {
        display: none
    }

    .hl .btn {
        margin-left: unset
    }
}

.count {
    color: #000;
}

.vlist fixed_list {
    color: #000;
}

.vlist:hover {
  /*  background-color: #a5e01b;*/
    color: #86b7fe !important;
  /*  border-radius: 5px;
    border-style: groove;
    border-color: #ff0040;*/
}

.vlist a:hover {
    color: #1363df !important;
}

.free_pre {
    width: 50% !important;
    height: 100%;
    font-size: 16px;
    line-height: 35px;
}

.cart {
    width: 50% !important;
    height: 100%;
    background-color: #a5e01b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #a5e01b !important;
}

    .cart:hover {
        background-color: #e09b1b;
        color: #fff;
    }


.rightone {
    border: unset;
    border-left: 2px solid #1c1a1a;
}
/*----------------------------------ucheader1--------------------------------------------*/
.dropdown:hover .dropdown-submenu {
    display: none;
}
/*-----------------------------------------------------------------------*/

.modal-header img {
    max-width: 100px;
}

.modalPopup {
    background-color: rgba(255,255,255,.8);
}
.modal-header button {
    border: none;
    background: transparent;
    font-weight: 800;
    line-height: normal;
}

.modal-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: flex-end;
}

.modal-content {
    top: 45px;
}

.modal-footer {
    border: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 4px;
}

.amountTitle {
    text-decoration: line-through;
    text-decoration-color: #1363df;
}

.modal-body {
    padding-top: 0;
}

.discountTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paymentLogo img {
    padding: 13px;
    width: 20%;
}
.logo {
    display: flex;
    align-items: center;
}

.modal-header img {
    max-width: 100px;
}

.modal-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.modal-header > button {
    font-size: 35px;
}
.modal-body h6 p {
    color: var(--tg-heading-color);
    font-weight: 600;
}
.btn85 {
    /*  padding: 0.1em 0.2em;*/
    padding-left: 7px;
    padding-right: 7px;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #0d6efd;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-weight: 700;
}

    .btn85:before {
        content: "";
        background: linear-gradient( 45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000 );
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing-button-85 20s linear infinite;
        transition: opacity 0.3s ease-in-out;
        border-radius: 10px;
    }

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.btn85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0d6efd;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.btn85:hover {
    color: rgb(255, 255, 255);
}
/*<------------------------------------------------------------------ new changes all venders header---------------------------------------------------------------------------------------------->*/
.btn185 {
    padding: 0.4em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn185:before {
        content: "";
        background: linear-gradient( 45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000 );
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing-button-85 20s linear infinite;
        transition: opacity 0.3s ease-in-out;
        border-radius: 10px;
    }

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.btn185:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.btn2 {
    margin-right: 140px;
}
.btnn {
    margin-right: 10px;
}

.btnn1 {
    margin-right: 80px;
}
.free_downl {
    background-color: green;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

    .free_downl:hover {
        background-color: #082a5e;
    }


.tg-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-evenly;
    padding: 16px 0;
}

@media (max-width: 991.98px) {
    .tg-nav {
        justify-content: space-between;
        padding: 0;
    }
}
.btn1-outline-success {
    background-color: #16ba63; 
    color: white; 
    padding: 12px 18px; 
    font-size: 30px; 
    /*border: none;*/ 
    border-radius: 8px; 
    text-decoration: none; 
    display: inline-block; 
    transition: background-color 0.3s ease;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn1-outline-danger:hover {
    background-color: darkred; 
}

.btn1 {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    color: var(--tg-common-color-white);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-family: var(--tg-heading-font-family);
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-fw-semi-bold);
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 23px 13px 23px;
    text-align: center;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}

    .btn1:hover {
        background: var(--tg-theme-secondary);
        color: var(--tg-common-color-white);
    }

    .btn1 .text {
        display: block;
    }

    .btn1.tg-svg {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .btn .svg-icon {
        width: 14px;
        display: block;
        margin-top: -3px;
    }

    .btn1.btn-border {
        color: #fff;
        padding: 11px 10px 11px 10px;
        width: 100%;
    }

        .btn1.btn-border svg path {
            stroke: var(--tg-theme-primary);
        }

        .btn1.btn-border:hover svg path {
            stroke: var(--tg-common-color-white);
        }

    .btn1.white-btn {
        background: var(--tg-common-color-white);
        color: var(--tg-theme-secondary);
    }

        .btn1.white-btn svg path {
            stroke: var(--tg-theme-secondary);
        }

.logo h2 {
    font-size: 18px;
    padding-left: 20px;
    margin-top: 17px;
    color: #505050;
}
@media only screen and (max-width: 480px) {
    .latestText {
        display:block!important;
        font-size: 12px;
        padding-top: 10px;
        text-align: center;
    }
}
/*------------ top header css---------------------*/

.list-wrap li {
    padding: 0px 10px;
    font-weight: normal;
    color: #1363df;
}

.tg-header__area {
    padding: 0px 10px !important;
}

.tgmenu__nav {
    align-items: baseline !important;
}

.list-wrap a {
    font-size: 18px;
    color: #1363df !important;
}

.tgmenu__action > ul {
    align-items: flex-start !important;
    flex-wrap: wrap;
}

.list-wrap .dropdown > .dropdown-menu {
    background-color: white !important;
}

.dropdown-menu {
    border-radius: 10px;
    position: absolute;
    background-color: #fff !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: -1;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto !important;
    min-width: 200px;
    max-height: 300px;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    pointer-events: none;
    backface-visibility: hidden;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dropdown:focus .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.dropdown-menu.grid-view.hide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.dropdown-toggle::after {
    content: '\25BC';
    margin-left: 6px;
    font-size: 6px;
    color: inherit;
    transition: transform 0.1s ease;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
    line-height: 1;
    text-decoration: none;
}

.tgmenu__action {
    z-index: 999 !important;
}

.display-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
}

.grid-2-column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.dropdown-menu li {
    width: 100%;
    padding: 0 !important;
    cursor: pointer;
}

.grid-1-column {
    display: grid;
    grid-template-columns: repeat(1, minmax(120px, 1fr));
}

.dropdown-menu a {
    display: block;
    cursor: pointer;
    margin: 0 !important;
    border-radius: 10px;
    font-size: 16px !important;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

    .dropdown-menu a:hover {
        background-color: #ff6600;
        color: white !important;
        width: auto !important;
        cursor: pointer;
    }


.responsive-caption span,
.responsive-caption p {
    font-size: 19px;
}

@media (max-width: 992px) {
    .responsive-caption span,
    .responsive-caption p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .responsive-caption span,
    .responsive-caption p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .responsive-caption span,
    .responsive-caption p {
        font-size: 14px;
    }
    .clt {
        display: none !important;
    }
    
}


.highlighted-button {
    margin-left: 10px !important;
    border-radius: 5px;
    background-color: #1363df;
    transition: all 0.3s ease;
    padding: 5px 15px;
    box-shadow: 0 0 0 1px transparent;
}

    .highlighted-button a {
        color: #fff !important;
        text-decoration: none;
        display: block;
        transition: color 0.3s ease;
    }

    .highlighted-button:hover {
        background-color: #fff;
        box-shadow: 0 0 0 1px #1363df;
    }

    .highlighted-button a:hover {
        color: #1363df !important;
    }

.bx-inner {
    margin: 0 10px;
    padding: 5px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .bx-inner:has(:hover) {
        border-color: #1363df;
        color: #1363df !important;
    }

.tgmobile__menu {
    height: 50% !important;
}

@media (max-width: 400px) {
    .tgmenu__nav {
        display: inline-block;
    }

    
    
}


.blink {
    animation: blinker 1.5s linear infinite;
     color: red;
    font-size: 1.2em;
    Larger, responsive font size 
    margin-bottom: 20px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.latestText {
    display: none;
}

/*------------------24-09-25------------------------------*/
.txtsrch1 {
    padding-left: 150px;

}

@media (max-width: 768px) {
    .examnae {
        width: 232px;
    }

    .txtsrch {
        display: none;
    }

    .nwexam {
        width: unset;
    }

    .txtsrch1 {
        padding-left: unset;
    }

    .exmreq {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
    }
}
.txtsrch1 {
    gap: 5px; 
}

    .txtsrch1 input {
        flex: 1; 
    }

    .txtsrch1 .exmreq {
        white-space: nowrap; 
    }








