@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap'); /* font-family: 'Poppins', sans-serif; */
    @font-face {
        font-family: 'Agency FB';
        src: url('../../font/AgencyFB-Reg.woff2') format('woff2'), url('../../font/AgencyFB-Reg.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    ::-webkit-scrollbar {
        width: 8px;
        background: #f2f2f3;
    }

    ::-webkit-scrollbar-track {
        border-radius: 0;
        background: #f2f2f3;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: #000;
        /* Old browsers */
    }

    body {
        font-weight: 400;
        color: #0a0a0abf;
        font-family: 'Poppins', sans-serif;
    }

    *,
    *:focus,
    *:focus-visible {
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

    a:hover, a {
        text-decoration: none;
        color: #fc9700;
        cursor: pointer;
    }

    p {
        margin: 0 0 20px;
        font-size: 1rem;
        color: #000;
        font-weight: 400;
        line-height: 1.5;
        font-family: 'Poppins', sans-serif;
    }

    h1, h2, h3,h4,h5,h6 {
        margin: 0;
    }

    ol, ul {
        padding-left: 1rem;
    }

    button.slick-arrow {
    }

    button.slick-arrow::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: #000;
    }

    button.slick-prev {
    }

    button.slick-prev::before {
        content: '\f053';
    }

    button.slick-next {
    }

    button.slick-next::before {
        content: '\f054';
    }

    button.org-btn {
        background: #FC9700;
        padding: 10px 30px;
        color: #fff;
        font-weight: 400;
        position: relative;
        z-index: 0;
        border: 0;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        font-size: 16px;
    }

    button.org-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: unset;
        bottom: 0;
        right: 0;
        background: #E58B04;
        z-index: -1;
        width: 25%;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        transition: 1s all;
    }

    button.org-btn:hover::before {
        width: 100%;
        clip-path: unset;
        left: 0;
    }

    button.blk-btn {
        background: #000;
        padding: 10px 30px;
        color: #fff;
        font-weight: 400;
        position: relative;
        z-index: 0;
        border: 0;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        font-size: 16px;
    }

    button.blk-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: unset;
        bottom: 0;
        right: 0;
        background: #373430;
        z-index: -1;
        width: 25%;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        transition: 1s all;
    }

    button.blk-btn:hover::before {
        width: 100%;
        clip-path: unset;
        left: 0;
    }

    header {
        position: fixed !important;
        right: 0;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
    }

    header.sticky.fixed {
        background-color: rgba(0,0,0,.8)!important;
    }

    header.sticky.fixed .header-logo {
        width: 10%;
    }

    header .header-logo {
        transition: 0.5s all;
        width: 15%;
    }

    .logo-bk {
        display: none;
    }

    body.home-page .logo-bk {
    }

    body.home-page .logo-wh {
    }

    header button.btn {
        border-width: 0;
        border-radius: 3px;
    }

    ul.nav.main-nav {
        margin-right: 5rem;
    }

    ul.nav.main-nav li {
        margin: 0 1rem;
    }

    ul.nav.main-nav li a, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #fff;
        fill: #fff;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
        /* font-weight: bold; */
        text-transform: capitalize;
    }

    ul li.nav-item.dropdown ul.dropdown-menu {
        border-radius: 0 !important;
        padding: 15px 0px !important;
        border: 0;
    }

    ul li.nav-item.dropdown ul.dropdown-menu li {
        margin: 0;
        padding: 7px 15px;
    }

    ul li.nav-item.dropdown:hover ul.dropdown-menu li:hover {
        background-color: #fc9700;
    }

    ul li.nav-item.dropdown:hover ul.dropdown-menu li:hover a {
        color: #fff;
    }

    body.home-page ul.nav.main-nav li a {
    }

    ul.nav.main-nav li a:hover {
        color: #fc9700;
    }
    header {
        position: relative;
    }

    header::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        width: 90%;
        transition: 1.5s all;
    }

    header.sticky.fixed::after {
        width: 100%;
    }

    header.sticky.fixed .logo-bk {
        display: block;
    }

    header.sticky.fixed .logo-wh {
        display: none;
    }
    li.nav-item.dropdown ul.dropdown-menu li a {
    }
    li.nav-item.dropdown ul.dropdown-menu li a {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        padding: 0;
    }

    li.nav-item.dropdown ul.dropdown-menu li a:hover {
        background: transparent;
    }

    .link-box {
        position: relative;
    }

    .call-us {
        position: relative;
    }

    a.link {
        position: relative;
        display: block;
        /* padding-top: 4px; */
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding-left: 60px;
        color: #ffffff;
    }

    span.icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 44px;
        height: 42px;
    }

    span.sub-text {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-align: left;
        color: #fc9700;
    }

    span.number {
        position: relative;
        display: block;
        letter-spacing: 0.03em;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 13%;
    z-index: 1;
    background: white;
}
.mobile-nav> div.show {
    height: 250px;
    overflow-y: scroll;
}
.mobile-nav ul.nav.main-nav {
}
.mobile-nav ul.nav.main-nav li a {
    color: #FC9700;
}
.mobile-nav ul.nav.main-nav li {
    margin: 8px 0;
}
/*** Home Banner *****/
section.home-banner {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9rem;
    /* border-radius: 25rem 0 0 0; */
    background-color: #fc9700 !important;
}

section.home-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #FC9700; */
    /* opacity: 0.5; */
    /* box-shadow: inset -250px -200px 20px 0px #00000036; */
    z-index: -10;
    border-radius: 25rem 0 0 0;
    background-image: url(../images/img-1.jpg);
}

section.home-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000080;
    /* opacity: 0.5; */
    box-shadow: inset -250px -200px 20px 0px #00000036;
    z-index: -1;
    border-radius: 25rem 0 0 0;
}

.banner-conter {
    position: relative;
}

.banner-conter h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Agency FB';
}

.banner-conter h1 {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.banner-conter p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 80%;
}

.banner-conter h1 span {
    color: #FC9700;
}

.banner-cont-box {
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner-cont-box h3 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: 'Agency FB';
}

form.banner-form {
}

form.banner-form input {
    background-color: #fff;
    border-width: 0;
    border-radius: 0 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 10px;
    border-color: transparent;
    box-shadow: unset;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 45px;
}

form.banner-form textarea {
    background-color: #fff;
    border-width: 0;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    min-height: 150px;
    border-color: transparent;
    box-shadow: unset;
    margin-bottom: 25px;
    border-radius: 10px;
}

.banner-cont-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    filter: blur(0px);
    /* opacity: .6; */
    box-shadow: inset 0 -470px 100px 20px #474747;
}

img.ban-arrow {
    position: absolute;
    bottom: -10rem;
    right: -12rem;
    margin: auto;
    display: block;
    z-index: 0;
}

section.second-sec {
    background-color: #FC9700;
    position: relative;
    z-index: 0;
}

.p-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

.pb-section {
    padding-top: 0rem;
    padding-bottom: 5rem;
}


section.second-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/banner-bg-shape-3.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: color-dodge;
}

.cont-whbk {
}

.cont-whbk h3 {
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.cont-whbk p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 80%;
}

.cont-whbk h3 span {
    color: #000;
}

.ser-box {
    padding: 30px;
    background-color: #ffff;
    border-radius: 25px;
    /* padding-bottom: 4rem; */
    box-shadow: 0 0 15px 0px #0000007a;
    transition: 0.5s all;
}

.ser-box h4 {
    font-size: 62px;
    font-weight: bold;
    color: #C7C7C7;
    transition: 0.5s all;
    font-family: 'Agency FB';
}

.ser-box img {
    /* background: red; */
    width: 80%;
    height: 60px;
    object-fit: contain;
    object-position: right;
    transform: scale(1.5);
    margin-bottom: 3rem;
    transition: 0.5s all;
}

.ser-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    transition: 0.5s all;
    font-family: 'Agency FB';
}

img.sec-sec-arrow {
    position: absolute;
    bottom: -14rem;
    right: -7rem;
    /* margin: auto; */
    /* display: block; */
    z-index: -1;
    width: 100%;
}

.ser-box:hover {
    background-color: #000;
}

.ser-box:hover h4 {
    color: #fff;
}

.ser-box:hover h3 {
    color: #fff;
}

.ser-box:hover img {
    filter: invert(1) grayscale(1) brightness(1);
}

.twoinmgbox {
    position: relative;
    background: #fff;
    height: 720px;
    top: 0;
}

.twoinmgbox .twoinmgbox2 {
    position: absolute;
    right: 0;
    width: 75%;
    bottom: 0;
    filter: grayscale(1);
    transition: 0.5s all;
    height: 550px;
    object-fit: cover;
}

.twoinmgbox .twoinmgbox1 {
    width: 82%;
    filter: grayscale(1);
    transition: 0.5s all;
    height: 535px;
    object-fit: cover;
}

.twoinmgbox::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 162px;
    background: #fc9700;
}

.twoinmgbox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 155px;
    height: 177px;
    background: #fc9700;
}

.twoinmgbox .twoinmgbox1:hover, .twoinmgbox .twoinmgbox2:hover {
    filter: grayscale(0);
}

.cont-orgbk h3 {
    color: #fc9700;
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.cont-orgbk {
}

.cont-orgbk h3 span {
    color: #000;
}

.cont-orgbk p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    /* color: #2B2925; */
}

ul.tick-list {
}

ul.tick-list li {
    color: #000;
    /* font-family: 'Poppins', sans-serif; */
    position: relative;
}

ul.tick-list li i, ul.tick-list li svg {
    color: #fc9700;
    fill: #fc9700;
    font-size: 13px;
    margin-right: 10px;
}

section.portfolio-sec {
    background-color: #FC9700;
    position: relative;
    z-index: 0;
}

section.portfolio-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/banner-bg-shape-3.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: color-dodge;
}

.port-img-box {
    width: 100%;
    background: #fff;
    padding: 50px;
    text-align: center;
}
.port-img-box:hover img {
        filter: drop-shadow(2px 4px 6px black);
}
.port-img-box img {
    box-shadow: 0 0 20px 0px #939292;
        width: 190px;
    height: 200px;
    filter: grayscale(1);
    transition: 1s all;
    object-fit: contain;
}

.portfolio-tab-menu {
    display: flex;
    justify-content: end;
}

.portfolio-tab-menu ul {
    border-bottom: 0;
}

.portfolio-tab-menu ul li {
    border-bottom: 0 !important;
}

.portfolio-tab-menu ul li button {
    border: 2px solid transparent !important;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid transparent !important;
    text-transform: capitalize;
}

.portfolio-tab-menu ul li button.active {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    border-bottom: 2px solid #000 !important;
}

.portfolio-tab-menu ul li button:focus, .portfolio-tab-menu ul li button:hover {
    border: 2px solid transparent !important;
    color: #fff;
}

section.fifth-sec {
    position: relative;
    z-index: 0;
}

section.fifth-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

section.fifth-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/featured-image-13a.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
    filter: grayscale(1);
}

section.fifth-sec:hover::after {
    filter: grayscale(0);
}

.cont-orgwh {
}

.cont-orgwh h3 {
    color: #fc9700;
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.cont-orgwh p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.footer-cont-box {
    width: 80%;
    margin: auto;
    text-align: center;
}

.footer-cont-box form.banner-form input {
    background-color: #ECECEC;
}

.footer-cont-box form.banner-form textarea {
    background-color: #ECECEC;
}

section.request-sec {
    position: relative;
    z-index: 0;
}

.req-box {
    background-color: #FC9700;
    padding: 90px 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 50% 50%;
    position: relative;
    z-index: 0;
}

.cont-bk {
    padding-right: 2rem;
}

.cont-bk h3 {
    font-size: 54px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.cont-bk p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin: 0;
    padding-top: 1rem;
}

.req-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.request-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 0;
    background: black;
    z-index: -1;
    height: 65%;
}

.req-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.ft-cpy-rt {
    text-align: center;
    background-color: #000;
    padding: 1rem 0;
}

.ft-cpy-rt p {
    margin: 0;
    font-weight: 400;
    color: #fff;
    /* font-family: 'Agency FB'; */
    line-height: 1;
    font-size: 13px;
}

footer.footer {
    background-color: #000;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.ft-cont {}

.ft-col1 {}

.ft-cont p a {
    color: #fff;
    /* font-family: 'Agency FB'; */
    /* font-size: 17px; */
    /* font-weight: bold; */
}

.ft-cont p {
    color: #fff;
    /* font-family: 'Agency FB'; */
    font-size: 16px;
    /* font-weight: bold; */
}

.ft-cont h4 {
    border-bottom: 1px solid #FC9700;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    font-family: 'Agency FB';
}

.ft-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-cont ul li {
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 5px 0;
}

.ft-cont ul li a {
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    text-transform: capitalize;
}
.ft-cont ul li a:hover {
    color: #FC9700;
}

.ft-logo img {
    margin-bottom: 2rem;
}

.social-icons {
    margin: 1rem 0;
}
section.inner-fifth-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

section.inner-fifth-sec {
    position: relative;
    z-index: 0;
}
.inner-banner .banner-conter p {
    /* width: 100%; */
    margin: auto;
}

.inner-banner .banner-conter h1 {
    font-size: 64px;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
}

section.inner-banner {
    height: 750px;
}
.inner-side-menu {
    padding: 3rem;
    background: #FC9700;
    border-radius: 30px;
    position: relative;
}

.inner-side-menu h3 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Agency FB';
}

.inner-side-menu ul {list-style: none;margin: 0;padding: 0;}

.inner-side-menu ul li {
    padding: 1rem 0 0;
    position: relative;
}

.inner-side-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #fc9700 !important;
    padding-bottom: .5rem;
    transition: .5s all;
    text-transform: uppercase;
}

.inner-side-menu ul li:before {}

.inner-side-menu ul li a:hover  {
    border-bottom: 2px solid #fff !important;
}
.inner-side-menu ul li svg {
    color: #ffffff;
    fill: #ffffff;
    transform: rotate(45deg);
    margin-right: 1rem;
    font-size: 10px;
}
.inner-side-menu ul li:hover svg {
    -webkit-animation:bounce 4s linear infinite;
    -moz-animation:bounce 4s linear infinite;
    animation: bounce 4s linear infinite;
}
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-10px);} 
    60% {-webkit-transform: translateY(-5px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-10px);} 
    60% {transform: translateY(-5px);} 
}
.inner-side-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: color-burn;
    z-index: 0;
}
.inner-side-cont {
    /* z-index: 0; */
    padding: 5rem 3rem;
    background: #000;
    border-radius: 30px;
    position: relative;
    margin-top: 2rem;
    text-align: center;
    overflow: hidden;
    z-index: 0;
}

.inner-side-cont::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/banner-bg-shape-3.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* mix-blend-mode: lighten; */
    filter: invert(.5) brightness(0.5);
}

.inner-side-cont h3 {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Agency FB';
}

.inner-side-cont p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 2rem 0;
}

.inner-side-cont .num {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.inner-side-cont .num a {color: #fff;}

.inner-side-cont .num svg {
    color: #fc9400;
    fill: #fc9400;
    transform: rotate(90deg);
    margin-right: 1rem;
    font-size: 32px;
    transition: 0.5s all;
}
.inner-side-cont:hover .num svg {
    -webkit-animation:bounce 4s linear infinite;
    -moz-animation:bounce 4s linear infinite;
    animation: bounce 4s linear infinite;
    transform: rotate(90deg);
}
.inner-img1 {
    margin-bottom: 5rem;
}

.inner-img1 img {
    width: 100%;
    /* bottom: 0; */
    filter: grayscale(1);
    transition: 0.5s all;
    height: 450px;
    object-fit: cover;
}

.inner-img1:hover img {
    filter: grayscale(0);
}

.inner-img2 {
    /* position: absolute; */
    right: 0;
    /* width: 40vw; */
    /* background: red; */
    height: 380px;
}

.inner-img2 img {
    filter: grayscale(1);
    transition: 0.5s all;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: right;
}
.inner-img2:hover img {
    filter: grayscale(0);
}
section.mis-vis-sec {
    position: relative;
    /* background: yellow; */
}

section.mis-vis-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/image-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
    /* filter: grayscale(1); */
    background-attachment: fixed;
}
.mis-vis-pts {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 35% 65%;
}
.mis-vis-tabs-menu {
    border: 0;
}

.mis-vis-tabs-cont {
    margin-top: 3rem;
}

.mis-vis-tabs-menu li {
    border-radius: 0;
    margin-right: 1rem;
}

.mis-vis-tabs-menu li button {
    background: #FC9700;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 0;
    border: 0;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.mis-vis-tabs-menu li button::before {
    content: '';
    position: absolute;
    top: 0;
    left: unset;
    bottom: 0;
    right: 0;
    background: #E58B04;
    z-index: -1;
    width: 25%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: 1s all;
}

.mis-vis-tabs-cont .tab-pane {
    color: #000;
    font-family: 'Poppins', sans-serif;
    /* color: #2B2925; */
}
.mis-vis-tabs-menu li button:hover, .mis-vis-tabs-menu li button:focus {
    color: unset;
}

.test-card {
    padding: 2rem;
    background-color: #ffff;
    border-radius: 25px;
    box-shadow: 0 0 15px 0px #0000007a !important;
    transition: 0.5s all;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    position: relative;
}

.test-card-body {}

h5.test-card-title {
    font-size: 2rem;
    font-weight: bold;
    /* color: #000; */
    transition: 0.5s all;
    margin-bottom: 1rem;
    font-family: 'Agency FB';
}

p.test-card-text {
    color: #000;
    /* font-family: 'Poppins', sans-serif; */
}

.test-card:hover {
    background-color: #fc9700;
    color: #000;
}
.test-card svg {
    color: #fc9700;
    fill: #fc9700;
    position: absolute;
    right: 3rem;
    top: 2rem;
    font-size: 3rem;
    transition: 0.5s all;
}

.test-card:hover svg {
    color: #fff;
    fill: #fff;
}
/*  */

#getqoute .modal-dialog {
    width: 430px;
    max-width: 540px;
    border: 0;
}

#getqoute .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

.modal {
    align-items: center;
}
.modal.show {
    display: flex !important;
}

.modal .modal-dialog {
    /* max-width: 65% !important; */
    /* margin: auto; */
}

.modal .modal-dialog .modal-content {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog .modal-content button.btn-close, 
.modal .modal-dialog .modal-content button.btn-close:focus {
    right: 10px;
    position: absolute;
    top: 10px;
    padding: 10px;
    border-radius: 100%;
    /* transform: none; */
    /* box-sizing: unset; */
    /* box-shadow: unset; */
    background-color: #9e1e17;
    color: #fff !important;
    /* padding: 6px; */
    /* border-radius: 17px; */
    opacity: 1;
    --bs-btn-close-bg: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 1rem;
    height: 1rem;
    box-sizing: unset !important;
    box-shadow: unset;
    z-index: 1;
}
.modal .banner-cont-box {
    border-radius: 0;
}

.modal .banner-cont-box::before {
    box-shadow: inset 0 0 1000px 0 #474747;
    background: #FC9700;
}
img.mis-sec-img {
    border-radius: 95px;
    height: 230px;
    width: 180px;
}
.faq-accordion .accordion-item h3.accordion-header button {
    background: #fc9900;
    color: #fff;
}