﻿
/* # General
================================ */

body {
    margin: 0px;
    padding: 0px;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: 'Rubik', sans-serif !important;
}

/* # Header, Main Menu
================================ */

.navbar {
    opacity: 0.8;
    margin-bottom: 0;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.navbar-container {
    position: relative;
}

.navbar .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #2E1C05;
    transition: all 0.2s ease-out;
    font-weight: 500;
}

.navbar-brand {
    font-size: 25px;
    transition: all 0.2s ease-out;
    color: rgba(200,100,0,0.8);
}

.navbar-scroll {
    opacity: 1;
}




@media (min-width: 768px) {
    .navbar {
        min-height: 109px !important;
    }

    .navbar-nav > li > a {
        padding: 0;
        line-height: 70px;
    }

    .navbar-brand {
        font-size: 28px;
        padding: 0;
        height: 120px;
        line-height: 120px;
    }

    #top-social-menu {
        /* display: initial; */
    }

    /* Navbar when scrolled */

    .navbar-scroll {
        height: 70px;
    }

        .navbar-scroll #top-social-menu {
            display: none;
            transition: all 0.2s ease-out;
        }

        .navbar-scroll .navbar-brand {
            height: 70px;
            line-height: 70px;
        }

        .navbar-scroll .navbar-nav > li > a {
            opacity: 1;
            padding: 0;
            margin-top: 0;
        }
}

/* # Hover Link Effect
================================ */
@media (min-width: 768px) {
    .navbar-nav > li > a::after {
        position: absolute;
        top: 113%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #07294d;
        content: '';
        opacity: 0;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transform: translateY(-10px);
    }

    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after {
        height: 2px;
        opacity: 1;
        transform: translateY(0px);
    }
}

/* # Social menu
================================ */

#top-social-menu {
    /*position: absolute;*/
    top: 7px;
    right: 0;
    font-size: 12px;
    z-index: 101;
    padding-right: 0px;
    list-style: none;
    color: #2E1C05;
    transition: all 0.2s ease-out;
    float: right;
    margin-bottom: 0px;
}

    #top-social-menu li {
        float: left;
        padding: 10px 15px;
    }

        #top-social-menu li:last-child {
            padding-right: 0;
        }

        #top-social-menu li a {
            text-decoration: none;
            color: #2E1C05;
        }

            #top-social-menu li a:hover {
                text-decoration: none;
                color: #543A1A;
            }

    #top-social-menu i {
        font-size: 16px;
        transition: all 0.2s ease-in;
    }

        #top-social-menu i:hover {
            text-decoration: none;
            color: #543A1A;
        }



.navbar-default {
    background-color: #f8f8f8;
    /* border-color: #e7e7e7; */
    border: none !IMPORTANT;
    !I;
    !;
}



.box {
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid #000;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
}

.subheading-text {
    list-style: none;
    font-size: 35px;
    line-height: 50px;
}

@media (min-width: 768px) {

    .full-width-img {
        padding-top: 110px;
        height: 1000px;
    }

    .subheading-text {
        font-size: 50px;
        line-height: 70px;
    }

    .box {
        margin-top: 100px;
        padding: 80px 20px;
    }
}


.section-black,
.section-white {
    padding: 50px 0;
    color: #fff;
    line-height: 1.7;
}

    .section-black h3,
    .section-white h3 {
        margin-bottom: 60px;
    }

    .section-black p,
    .section-white p {
        margin-bottom: 60px;
    }

.section-black {
    background: linear-gradient(#363437, #121112);
}

.section-white {
    background: linear-gradient(#ffffff, #f3f3f3);
    color: #0e0d0e;
}

a.navbar-brand.Logo_img {
    width: 143px;
}

img.logos_img {
    width: 100%;
    /* padding: 10px 0px; */
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 0px;
}

.navbar-nav > li > a {
    padding: 0px;
}

.top-social {
    float: right;
    width: 100%;
    border-bottom: 1px solid #8080804a;
    /* position: relative; */
    /* right: 76px; */
    padding: 0 116px;
    /* width: 1170px; */
}




.contain {
    position: relative;
    width: 100%;
}

    .contain h1 {
        padding-top: 14px;
        font-size: 26px;
        font-weight: normal;
        margin-top: 20px;
        padding-bottom: 10px;
    }

.owl-dots {
    height: 0;
}

.item {
    /* align-items: center; */
    color: white;
    display: flex;
    /* flex-direction:column; */
    height: 420px;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    background: #ecf5fc;
}

    .item a {
        width: 100%;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        width: 40px;
        border: none;
        height: 50px;
        border-radius: 50px;
        padding: 0 !important;
        font: inherit;
    }

.owl-nav button {
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 50%;
    justify-content: space-between;
}

#owl-carousel5 .owl-nav {
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 100px;
    justify-content: space-between;
}

.owl-prev {
    left: 0;
    background-color: white !important;
    color: black;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: gray;
}

.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
}

.owl-next {
    right: 0;
    background-color: white !important;
    color: black;
}

.owl-prev span {
    font-size: 30px;
}

.owl-next span {
    font-size: 30px;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
}

li {
    border-color: rgba(255, 255, 255, 0.25);
    color: inherit;
}

.phone-info {
    color: #ffffff;
    font-weight: normal;
}

.phone-info {
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.sub_menu > ul > li {
    background: transparent;
}

ul.menu {
    display: flex;
    list-style: none;
    gap: 20px;
    float: right;
    margin: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
}

a.navbar-brand.Logo_img {
    padding-top: 0px;
}

span.heading_ {
    color: #36a8d6;
}

span.heading_ {
    color: #36a8d6;
    font-size: 12px;
}

.navbar-default {
    background-color: #f8f8f8;
    border: none;
}

.container.new_add_nav {
    border-bottom: 1px solid #8080802e;
}

a.navbar-brand.Logo_img {
    padding-top: 6px;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 19px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 0px;
    margin: 0px;
    /* background: black; */
}
/*.tumpnaill_img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

}

.tumpnaill_img img {
    width: auto; 
    height: auto;
}*/

.section1 {
    position: relative;
    /* background: #ecf5fc; */
    top: 106px;
    height: 505px;
}

.tumpnaill_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.3);*/
    z-index: 10;
}

    .tumpnaill_img img {
        max-width: 100%;
        height: auto;
        opacity: 0.8;
    }

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    color: white;
    font-weight: 300;
}

#owl-carousel2 .btn {
    text-shadow: none;
    display: inline-block !important;
    width: auto;
}

.wht:before {
    background: #fff;
}

#owl-carousel2 .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a2c4f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
}

.content_header {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 10%; */
}

.heading_para {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #333;
}

#owl-carousel2 .btn span {
    text-shadow: none;
    display: inline-block !important;
    width: auto;
    /* background: #07294d; */
    color: white;
    font-weight: 500;
}

.content_heading:before, .content_heading:after {
    content: '';
    /* display: inline-block; */
    width: 20px;
    height: 1px;
    background: #1d719d;
    /* position: relative; */
    left: 0;
    /* position: absolute; */
    vertical-align: middle;
    top: 9px;
}

.content_heading:after {
    width: 85px;
    left: initial;
    right: 108px;
}

h4.content_heading {
    /* padding: 0 33px; */
    color: #1e222f;
    position: relative;
    font-size: 41px;
    line-height: 50px;
}

a.btn.wht.rsABlock.aos-init {
    background: #0b95ce;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 0px;
    margin: 0px;
    background: #00000063 !important;
    color: white !important;
}






@media (min-width: 768px) {
    .about {
        padding-block-start: 50px;
    }
}

.about {
    padding-block-start: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .about-banner {
        padding: 60px;
        padding-inline-end: 0;
    }
}

.about-banner {
    position: relative;
    z-index: 1;
}

figure {
    margin: 0 0 1rem;
}

@media (min-width: 1200px) {
    .about-banner .img-holder {
        margin-inline: 0;
    }
}

@media (min-width: 768px) {
    .about-banner .img-holder {
        max-width: max-content;
        margin-inline: auto;
        border-radius: 10px;
    }
}

.img-holder {
    aspect-ratio: var(--width) / var(--height);
    /* background-color: #37a8d6; */
    overflow: hidden;
}

@media (min-width: 1200px) {
    .about-content {
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .about-content, .video-card, .blog {
        position: relative;
    }
}

.about :is(.section-subtitle, .section-title, .section-text) {
    text-align: left;
}

.section-subtitle {
    font-size: var(--fs-5);
    text-transform: uppercase;
    font-weight: var(--fw-500);
    letter-spacing: 1px;
    text-align: center;
    margin-block-end: 15px;
}

.about :is(.section-subtitle, .section-title, .section-text) {
    text-align: left;
}

.section-title {
    text-align: center;
}

    .section-title .span {
        display: inline-block;
        color: #145da0;
        font-size: 30px;
    }

.about :is(.section-subtitle, .section-title, .section-text) {
    text-align: left;
}

.section-text {
    font-size: var(--fs-5);
    text-align: center;
    margin-block: 15px 25px;
}


img.img-cover {
    border-radius: 18px;
    height: 100%;
    width: 100%;
}

@media (min-width: 1200px) {
    .shape {
        display: block;
    }
}

.about-shape-2 {
    display: block;
    bottom: -112px;
    left: -150px;
    animation: bounce 2.5s infinite;
}

.shape {
    position: absolute;
}

@media (min-width: 1200px) {
    .about-shape-3 {
        top: -20px;
        left: 0px;
        z-index: -1;
        opacity: .4;
    }
}

@media (min-width: 1200px) {
    .shape {
        display: block;
    }
}

.shape {
    position: absolute;
}


p.section-subtitle {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.about-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.about-list {
    padding: 0px;
}

.new_ad_about {
    display: grid;
    /* column-gap: 40px; */
    grid-template-columns: 1fr 0.6fr;
    align-items: center;
}

section#about {
    margin: 50px 0px;
    /* top: 106px; */
    /* position: relative; */
}

h2.h2.section-title {
    font-weight: 600;
    line-height: 40px;
    margin-top: 0;
    color: #1e222f;
}

p.section-text {
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

#footer-part {
    padding-top: 0rem !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 0 !important;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
}

.footer-top {
    background-color: #002864;
    padding-top: 40px !important;
}

.pad-ttob {
    padding-top: 40px !important;
}

.footer-copyright {
    background-color: #021d3a;
}

.footer-about {
    padding-right: 50px;
}

    .footer-about p {
        color: #fff;
        padding-top: 15px;
        line-height: 24px;
    }

footer p {
    margin-bottom: .25rem;
    color: #fff;
}

ul {
    list-style-type: none;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 18px;
    margin-top: 10px;
    /* background: #07294d; */
}


    .footer-about ul li a {
        width: 35px;
        line-height: 35px;
        font-size: 20px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        /* background-color: #021d3a; */
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        list-style-type: none;
    }

.row.mt-5 {
    padding-bottom: 20px;
}

.col-lg.col-12.text-white.text-center {
    color: white;
}

footer li a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-link {
    overflow: hidden;
    list-style-type: none !important;
}

.footer-title h3 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 10px;
}

.footer-link ul {
    width: 100%;
    overflow: hidden;
}

    .footer-link ul li {
        line-height: 35px;
        left: 0;
    }

        .footer-link ul li a, span {
            color: #fff;
            font-size: 13px;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

        .footer-link ul li span {
            display: flex;
            align-items: baseline;
        }

        .footer-link ul li a i {
            margin-right: 8px;
            color: #fff;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

.footer-copyright {
    background-color: #021d3a;
    padding: 10px 0px;
}

.about-item span.span {
    color: #333;
    font-size: 14px;
}

i.fa.fa-home {
    margin-right: 8px;
    color: #fff;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

i.fa.fa-clock-o {
    margin-right: 8px;
    color: #96c0ce;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.footer-link ul li a:hover {
    color: #96c0ce;
}

.footer-link ul li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link ul li a {
    transition: transform 0.3s ease;
}

    .footer-link ul li a:hover {
        transform: translateX(5px);
    }







body {
    /*background-color: #05010d;
  font-family: 'Lato', sans-serif;
  width: 80%;
  padding: 50px;
  margin: 0 auto;*/
}

.faq-section {
    max-width: 80%;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 35px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 18%) 0px 5px 15px;
}

    .faq-section header {
        margin-bottom: 40px;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
    }

        .faq-section header > p {
            font-size: 22px;
            color: #AEB9C6;
        }

    .faq-section h2 {
        font-size: 26px;
        color: #1e222f;
        /* margin-top: 40px; */
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 2.25rem;
        /* border: 1px solid; */
    }

    .faq-section details {
        cursor: pointer;
    }

    .faq-section summary:focus-visible {
        outline: 2px solid orange;
        outline-offset: 8px;
        border-radius: 4px;
    }

    .faq-section h4 {
        width: 760px;
    }

    .faq-section summary {
        font-size: 20px;
        color: gray;
        display: flex;
        justify-item: space-between;
        align-items: center;
        /* margin-bottom: 25px; */
    }

        .faq-section summary h4 {
            font-size: 16px;
            color: #07294d;
            font-weight: 500;
            margin: 0px;
            flex-grow: 1;
        }

    .faq-section p {
        font-size: 13px;
    }


    .faq-section summary::marker {
        display: none;
        content: "";
    }

    .faq-section span {
        margin-top: 4px;
        color: gray;
    }

    .faq-section details > p {
        max-width: 650px;
        color: #333;
        font-size: 14px;
        line-height: 165%;
        letter-spacing: .1px;
        margin-bottom: 15px;
        /* padding-left: 10px; */
        padding-top: 10px;
    }

    .faq-section hr {
        /* border: 1px solid #404e5c38; */
        margin-block-end: 15px;
    }

    .faq-section summary {
        display: flex !important;
    }

section.faq {
    padding: 50px 0px;
    background: #ecf5fc;
}

i.fa.fa-chevron-down {
    color: #07294d;
    font-size: 14px;
}

span.grdv_tri {
    color: #07294d;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
}

.wyutyubjh_tri {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

    .wyutyubjh_tri::-webkit-scrollbar {
        width: 5px;
    }


    .wyutyubjh_tri::-webkit-scrollbar-thumb {
        background: #07294d;
        border-radius: 10px;
    }


    .wyutyubjh_tri::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

.frehu_tri {
    padding: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px 12px;
    cursor: pointer;
}

.icon_img {
}

    .icon_img img {
        width: 35px;
        height: 35px;
    }

.tab-content {
    /* width: 55%; */
    line-height: 2;
    padding: 0px 20px;
}

.h4-tabs {
    font-weight: bold;
    font-size: 22px !important;
    color: #1e222f;
    border-bottom: 1px solid #8080804f;
    padding-bottom: 10px;
}

.feature_heading h2 {
    /* margin-bottom:20px; */
    font-size: 26px;
    color: #1e222f;
    /* margin-top: 40px; */
    margin-bottom: 35px;
    font-weight: 600;
    line-height: 2.25rem;
}

h4.aboutheadingcls {
    position: relative;
    color: #07294d;
    font-size: 30px;
    font-weight: 500;
}

.colorclaspanhsh {
    color: #37a8d6;
    font-weight: 600;
    font-size: 30px;
}

.aboutheadingcls::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 22%;
    background: linear-gradient(41deg, #37a8d6 30%, #000000 100%);
}

.tab-content a {
    font-weight: 600;
    color: #1e222f;
}

.tab_Features {
    background: #ecf5fc;
    padding: 20px 0px;
}

.relative.details_taxxa {
    display: flex;
    align-items: center;
    margin: 18px 0px;
}

img.absolute.accept_img {
    width: 16px;
}

p.why_taxxa_name {
    margin: 0px;
    padding-left: 13px;
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 14px;
    color: inherit;
    letter-spacing: 0.2px;
    color: #07294d;
}


.pxl-grid-inner {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
}

    .pxl-grid-inner .grid-item {
        /* margin: 15px 15px 15px 15px; */
    }

.cross-hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -khtml-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -moz-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -ms-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -o-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scale(0);
    transform-origin: top right;
    background-color: #145da0;
}

.cross-hover:hover:before, .cross-hover:hover:after {
    transform: scale(1.005);
}

.cross-hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -khtml-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -moz-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -ms-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -o-clip-path: polygon(0 0, 102% 102%, 0 102%);
    clip-path: polygon(0 0, 102% 102%, 0 102%);
    background-color: #145da0;
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scale(0);
    transform-origin: bottom left;
}

.grid-item-inner .item-content {
    padding: 12px 15px 25px;
    transition: all 300ms ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    /* border: 1px solid #d8d8d8; */
    width: 100%;
}

.grid-item-inner .item-title {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    margin: 6px 0px 4px;
}

.grid-item-inner .area-icon-wrap img {
    width: 60px;
    height: auto;
    /* transition: all 350ms linear 600ms; */
}

.pxl-practice-area-grid.layout-pxl-practice-area-1 .grid-item-inner .item-excerpt {
    transition: all 300ms ease 0s;
}

.grid-item-inner.cross-hover {
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    height: 170px;
    border: 1px solid #d8d8d8;
}

    .grid-item-inner.cross-hover:hover .item-excerpt {
        color: white !important;
    }

    .grid-item-inner.cross-hover:hover .item-title {
        color: white !important;
    }

    .grid-item-inner.cross-hover:hover .area-icon-wrap {
        filter: brightness(0) invert(1);
    }

.item-excerpt {
    /* padding: 10px 0px; */
    line-height: 24px;
    color: #6b6b6b;
}

section.payment_section {
    padding: 50px 0px;
    background-color: #002864;
    background-image: url(https://www.transparenttextures.com/patterns/gun-metal.png);
}

.bg-storeBlue.mt-5 {
    text-align: center;
}

p.payment_para {
    color: white;
    font-size: 13px;
}

span.block {
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 2.25rem;
}

h2.payment_heading {
    margin-bottom: 20px;
}

.bg-storeBlue.mt-5 {
    text-align: center;
    padding: 0 2rem;
    max-width: 68%;
}

p.payment_para {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

span.block {
    /* font-size: 30px; */
    /* margin-bottom: 20px; */
    font-size: 30px;
    color: white;
    /* margin-top: 40px; */
    /* margin-bottom: 22px; */
    font-weight: bold;
    line-height: 2.25rem;
}

section.payment_section h2.payment_heading {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0px;
}

a.payment_btn {
    padding: 10px 30px;
    /* margin: 10px; */
    /* margin-top: 20px; */
    background: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    color: #0b95ce;
}

.payment_content {
    padding: 0 2rem;
}

.container.new_ad_payment {
    display: flex;
    justify-content: center;
}

a:focus, a:hover {
    color: #37a8d6;
    text-decoration: underline;
}

h4.item-title {
    color: #000000;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom {
    border-right: 1px solid #8080802e;
    padding-right: 10px;
    filter: brightness(0) invert(1);
    font-size: 12px;
}

    li.menu-item.menu-item-type-custom.menu-item-object-custom img {
        margin-right: 5px;
        width: 20px;
    }

.new_add_nav {
    padding: 0 106px;
    border-bottom: 1px solid #8080802e;
    background: #002864;
}

.nav > li > a {
    position: relative;
    display: block;
    margin: 10px 15px;
    padding: 0px !important;
}

section.why_taxxa {
    margin: 30px 0px;
}

.logo {
    width: 150px;
}

.navbar {
    opacity: 1 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #07294d !important;
    font-weight: 500 !important;
}

.footer-link.support.mt-40 ul {
    margin: 0px;
    padding: 0px;
}

span.heading_ {
    color: white;
    font-size: 12px;
}

h2.text-3xl.font-extrabold.text-black {
    font-size: 26px;
    color: #1e222f;
    font-weight: 600;
    line-height: 2.25rem;
}

.textt_about {
    padding-bottom: 5px;
    position: relative;
}

    .textt_about:before {
        content: "\f0a4";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px;
        width: 28px;
        font-size: 13px;
        color: #0b95ce;
        position: absolute;
        left: -29px;
        bottom: 6px;
    }

span.span.textt_about {
    margin-left: 26px;
}

span.blue_n {
    font-size: 26px;
    color: #145da0;
    /* font-weight: 600; */
    /* line-height: 2.25rem; */
}

a.text-custom-white.fs-14 {
    margin-left: 10px;
    font-size: 17px;
    border-right: 1px solid #8080802e;
    padding-right: 10px;
}

nav.sub_menu {
    display: flex;
    align-items: center;
}

.container.navbar-container {
    padding: 10px 0px;
    padding-top: 5px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /* display: contents !important; */
}

.content_header {
    /* position: absolute; */
    /* top: 35%; */
    /* left: 10%; */
    width: 2;
    width: 500px;
}

button.owl-prev {
    top: 40%;
}

button.owl-next {
    top: 40%;
}

.item img {
    width: 450px !important;
    !i;
    !;
    margin-top: 0;
}

a.btn.wht.rsABlock.aos-init {
    background: #145da0;
    width: 40%;
}

span.content_head {
    color: #145da0;
    font-size: 41px;
}

.container.new_ad_footer {
    padding-bottom: 30px;
}

.footer-link.support.mt-40 ul {
    /* padding-left: 32px !important; */
}

.footer-link.support.mt-20 {
    margin-top: 20px;
}

.col-lg.col-12.text-white.text-center a {
    color: #fff;
    font-weight: 600;
}

    .col-lg.col-12.text-white.text-center a strong {
        font-size: 12px;
    }

.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
    box-shadow: rgb(0 0 0 / 4%) 0px 5px 15px;
}

.navbar-default {
    background-color: white !important;
    box-shadow: rgb(0 0 0 / 4%) 0px 5px 15px;
}

.footer-about.mt-40 ul {
    padding: 0px;
}

.item .banner_img {
    width: 480px !important;
}

p.shgf_tri {
    text-align: center;
    margin: 0px;
    line-height: 24px;
    /* margin-bottom: 5px; */
}

h2.text-center.yfgygf_tri {
    margin-bottom: 10px;
}

p.shgf_tri.jhagffv_tri {
    margin-bottom: 20px;
}

.margin_20 {
    margin-bottom: 20px;
}

.pxl-grid-inner.col-md-12 {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    margin: 0px;
}

.content-inner {
    width: 100%;
}


/*section new*/
.benefits_section_tri {
    padding: 45px 0 45px;
    background-image: url(../images/banner/the-mist-banner1.jpg);
    background-blend-mode: overlay;
    background-color: #000000c2;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


.industries_platform {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: baseline;
}

.industries_boxes {
    /* height: 150px; */
    /* width: 16%; */
    align-items: center;
    opacity: 1;
    /* margin: 15px 15px 0; */
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    /* margin-bottom: 20px; */
}

    .industries_boxes .industries_image {
        /* margin-right: 20px; */
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0.42vw 1.04vw rgba(0, 0, 0, 0.2);
        padding: 12px;
        position: relative;
        margin-bottom: 10px;
    }

.industries_content {
    /* width: 150px; */
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    color: white;
    opacity: 1;
    margin: 7px 5px 5px 5px;
    font-weight: 500;
}

.indus_bottom_line {
    position: absolute;
    width: 90%;
    margin-top: 14px;
    border-bottom: 1px solid #ffffff7a;
    top: 80%;
    left: 0;
    right: 0;
    /* opacity: .3; */
}


.industries_boxes:not(:last-child)::after {
    display: block;
    content: "";
    width: 1px;
    background: #ffffff7a;
    /* opacity: .3; */
    position: absolute;
    right: -6px;
    height: 115px;
    top: 0;
}

.industries_image img {
    width: 48px;
}

.industries_platform.aos-init .col-md-2 {
    width: 12%;
    border-right: 1px solid #80808038;
    margin-bottom: 25px;
}

p.gdhgyf_tri {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.havdgf_tri {
    display: flex;
    justify-content: center;
}

a.sgfgtfc_tri {
    padding: 6px 12px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 7px;
    color: #07294d;
}

    a.sgfgtfc_tri:hover {
        text-decoration: none;
        color: #07294d;
    }


/*Product section css*/
h2.hhc-text-card__heading {
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.hhc-text-card__content {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 50px;
    text-align: center;
}

.hhc-text-card__wrapper {
    text-align: center;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.speciality-card {
    height: 100%;
    width: 100%;
}

.speciality-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    padding: .75rem;
}

.speciality-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: start;
}

.product_img {
    /* width:100%; */
    width: 100%;
    height: 400px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

    .product_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
        margin: 0px;
    }

.afbyh_tri {
    margin: 0px !important;
}

.col-md-12.row.afbyh_tri {
    padding: 27px 0px;
    /* background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); */
    background: #ffffff;
    border-radius: 2px;
    /* margin: 20px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;
    margin-bottom: 30px !important;
}

section.product_section {
    /* background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); */
    padding: 40px 0px 0;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

.tab-content.mt-3 {
    margin: 30px 0px !important;
}

.nav-link.active {
    background-color: #002864 !important;
    border-color: #002864;
    color: #fff !important;
    pointer-events: none;
}

.nav-link {
    margin-right: 10px;
    align-items: center;
    background-color: transparent;
    border: 1px solid #002864 !important;
    border-radius: 2.5rem !important;
    color: #002864;
    cursor: pointer;
    display: flex;
    /* font-family: Figtree, sans-serif; */
    font-size: 14px;
    font-weight: 500;
    /* height: 2rem; */
    justify-content: space-between;
    letter-spacing: .0375rem;
    line-height: 1.6875rem;
    line-height: 1;
    padding: 11px 25px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s;
    white-space: nowrap;
}

.mt_15 {
    margin-left: 15px;
}

.nav-tabs {
    border-bottom: none;
}

.lower_btn {
    padding: 20px 11px 0;
    margin: 0;
    border-top: 1px solid #8080801f;
    display: inline-block;
    width: 100%;
}

a.Doctor_btn {
    border: 1px solid #002864;
    color: #002864;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

    a.Doctor_btn:hover {
        border: 1px solid #002864;
        background: #002864;
        color: #fff;
    }

.speciality-card__body-lower-title {
    color: #000;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .625rem;
    text-transform: capitalize;
}

.afbyh_tri {
    position: relative;
}

.bottom_product {
    /* position:absolute; */
    /* bottom:0px; */
}

a.Doctor_btn.ml-10 {
}

.bottom_product {
    /* position: relative; */
    /* bottom: 0; */
    /* margin-top: 30px; */
}

.lbs_block_top_gap_mobile.lbs_block_top_gap.lbs-block-container.text-card {
    padding-top: 50px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #002864;
}

.heading_n h2 {
    font-weight: 500;
    margin-top: 0;
    color: #369bd3;
    font-size: 25px;
    margin-bottom: 10px;
}

.para {
    color: #000000;
    font-size: 13px;
    line-height: 26px;
}

.tab-panel {
    /* background: #ddd;*/
    position: relative;
    z-index: 1;
}

.tab-panel__header {
    /* background: #343a40; */
    position: relative;
}

    .tab-panel__header ul li {
        /* width: 33.33%; */
    }

    .tab-panel__header a {
        /* text-decoration: none; */
        /* text-transform: uppercase; */
        /* display: block; */
        /* padding: 20px; */
        /* font-size: 18px; */
        /* color: #fff; */
        /* border-right: solid 1px #fff; */
        /* min-width: 150px; */
        /* text-align: center; */
    }

.tab-panel__arrow {
    position: absolute;
    border-width: 20px;
    border-style: solid;
    border-color: #c81c2f transparent transparent transparent;
    transition: transform 0.5s
}

/*Tab Panel Content area*/
.tab-panel__content {
    overflow: hidden;
}

.tab-panel__content-area {
    min-height: 250px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.5s;
}

.tab-panel__item {
    flex: 100% 1 0;
}

.tab-panel__item__content {
    padding: 75px 0px 10px 0px;
}

.tab-panel__item--active {
    display: block;
}

.tab-active {
    /* background: #c81c2f; */
}

.tab-panel__header ul {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    justify-content: center;
}

.justify-content-center {
    justify-content: center !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.sdf__item {
    padding: 40px;
    border: 1px solid var(--tp-border-2);
    display: flex;
    border-radius: 6px;
    align-items: center;
    position: relative;
    background: var(--tp-common-white);
    transition: 0.3s;
}

.d-flex {
    display: flex;
}

.sdf__item::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    border-radius: 6px;
    height: 100%;
    bottom: 10px;
    z-index: -2;
    border: 1px solid #e9e9e9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.sdf__item:hover::before {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.sdf__item:hover {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.sdf__icon {
    margin-right: 10px;
}

    .sdf__icon i {
        font-size: 36px;
        color: #9a0818;
    }

.sdf__text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.sdf__text h6 {
    font-size: 14px;
}

.sdf__item {
    border: 1px solid #e9e9e9;
    display: flex;
    border-radius: 6px;
    position: relative;
    height: 95px;
    background: #ffffff;
    transition: 0.3s;
}

.mb-30 {
    margin-bottom: 30px;
}

section.about__area {
    padding-top: 70px;
}

.tab-panel__content {
    margin: 15px 0px 0 !important;
    margin-bottom: 0px !important;
}

.tab-active .nav-link {
    background-color: #002864 !important;
    border-color: #002864;
    color: #fff !important;
    pointer-events: none;
}

h4.hfvdd_tri {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 4px;
    color: #145da0;
    font-weight: 600;
}

p.ascvghf_tri {
    font-size: 12px;
    color: #333;
    margin: 0px;
}

.jhgdyg_tri {
    width: 20%;
}

.hsftgf_tri {
    width: 86%;
}

.fsgftfd_tri {
    display: flex;
    margin-bottom: 25px;
    height: 87px;
    border-bottom: 1px solid #8080801f;
    padding-bottom: 15px;
}

.p-0 {
    padding: 0px !important;
}

.hfvgf_tri {
    padding: 0 5px;
}

a.Doctor_btn.ml-10 span {
    color: #002864;
}

a.Doctor_btn.ml-10:hover span {
    color: #fff;
    text-decoration: none;
}

.fsgftfd_tri.sgyf_tri {
    /* height: 100px; */
    border: none;
}

.product_img .hfsgf_tri {
    box-shadow: none;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.hfsgyf_tri {
    width: 51px;
}

.industries_image:before {
    content: "";
    border: 15px solid #ffffff57;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 50%;
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px;
}

@media screen and (max-width: 991px) {
    .new_add_nav {
        padding: 2px;
    }

        .new_add_nav .flex {
            display: none;
        }

    ul.nav.navbar-nav.navbar-right {
        padding: 0 15px;
    }

        ul.nav.navbar-nav.navbar-right li a {
            padding: 10px 20px !important;
            display: block;
            margin: 0;
        }

    a.navbar-brand.Logo_img img.logos_img {
        width: 100%;
    }

    a.navbar-brand.Logo_img {
        padding: 0;
        width: 85px;
        margin-left: 10px;
    }

    .container.navbar-container .navbar-header {
        margin: 0;
    }

    .section1 .owl-carousel .owl-item .item {
        display: block !important;
        height: auto !important;
        padding: 20px
    }

        .section1 .owl-carousel .owl-item .item img {
            width: auto !important;
            margin-top: 0;
            height: 300px;
            object-fit: contain;
        }

    .content_header {
        width: 100% !important;
        height: 340px;
    }

    h4.content_heading {
        font-size: 30px;
    }

    span.content_head {
        font-size: 35px;
    }

    .section1 {
        padding-top: 68px;
        height: auto;
        top: 0;
    }

    .new_ad_about {
        grid-template-columns: unset;
        padding-top: 50px;
    }

    .img-holder.uygrdgdtgygu_tri {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    img.img-cover.uygrtgygu_tri {
        height: auto;
    }

    img.shape.about-shape-2 {
        display: none;
    }

    img.shape.about-shape-3 {
        bottom: auto;
        top: -65px;
    }

    section#about {
        margin: 0 0px 30px;
    }

    .tab-panel__header ul {
        justify-content: unset;
        padding: 0 15px;
    }

    .fsgftfd_tri {
        height: auto;
    }

    p.section-text {
        margin-top: 0;
        text-align: left;
    }

    h4.hfvdd_tri {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    p.ascvghf_tri {
        font-size: 14px;
        line-height: 23px;
    }

    .hfvgf_tri {
        padding: 0;
    }

    h2.text-3xl.font-extrabold.text-black, span.blue_n {
        font-size: 22px;
        line-height: 38px;
    }

    .col-md-12.texxa_details_n .col-md-4 {
        padding: 0;
    }

    section.why_taxxa {
        margin: 10px 0px 20px;
    }

    .col-md-12.texxa_details_n .col-md-4 {
        padding: 0;
    }

    section.Benefits_Gst.tab_Features .grid-item.col-md-3 {
        width: 100%;
    }

    section.Benefits_Gst.tab_Features .grid-item-inner.cross-hover {
        height: auto;
    }

    section.payment_section .payment_content {
        padding: 0;
    }

    section.payment_section span.block {
        font-size: 22px;
        line-height: 38px;
    }

    .industries_platform.aos-init .col-md-2 {
        width: 33%;
        border: 0;
    }

    section.payment_section .col-md-12 {
        padding: 0;
    }

    .faq-section {
        max-width: 100%;
        padding: 20px 15px 20px;
    }

        .faq-section h2 {
            margin-bottom: 0px;
            font-size: 22px;
            margin-top: 0;
        }

        .faq-section header {
            margin-bottom: 20px;
        }

        .faq-section summary h4 {
            line-height: 26px;
        }

        .faq-section details > p {
            line-height: 25px;
        }
}

.uygrtgygu_tri {
    width: 530px;
    height: 370px;
}

.uygrdgdtgygu_tri {
    width: 530px;
    height: 380px;
}

ul.dfasd_tri {
    display: flex;
    flex-wrap: wrap;
}

    ul.dfasd_tri li {
        width: 50%;
    }