@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&amp;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-wh {
    display: none !important;
}

.logo-wh,
.logo-bk {
    width: 50%;
}

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: 80%;
    transition: 1.5s all;
}

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

header.sticky.fixed .logo-wh {
    display: block !important;
}

header.sticky.fixed .logo-bk {
    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: 30rem 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: 30rem 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: 60px;
    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 {
    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;
}

.cont-whbk {}

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

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

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

.ser-box {
    padding: 30px;
    background-color: #FC9700;
    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 h2,
.cont-orgbk h3 {
    color: #fc9700;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.cont-orgbk {}

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

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

.blog-single-page .cont-orgbk h3 {
    font-size: 36px;
}

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);
    transform: scale(1.2);
}

.port-img-box img {
    box-shadow: 0 0 20px 0px #939292;
    width: auto;
    height: 300px;
    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;
}

#scnd-ftr {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}

.disclamier-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.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 {
    font-weight: 400;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;
}

.ft-cpy-rt strong {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

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;
    width: 50%;
}

.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: 46px;
    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: 40px;
    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 i,
.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;
}

.blog-img {
    margin-bottom: 1rem;
    width: 100%;
    height: 300px;
}

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

.blog-cont h3,
.blog-cont h3 a {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    font-family: 'Agency FB';
}

.blog-cont p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.blog-cont a {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Agency FB';
}

.accordion-button:not(.collapsed) {
    background: #fc9700;
    color: #fff;
}

/*add-services-sec*/

.services-section {
    padding: 80px 0;
    background: #000;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-family: 'Agency FB';
    text-transform: uppercase;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FF9900, #FFB84D);
    border-radius: 2px;
}

.service-card {
    background: #000;
    border: 1px solid #E9ECEF;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 39px 2px #f5960042 !important;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF9900, #FFB84D);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 153, 0, 0.15);
    border-color: #FF9900;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, rgba(255, 153, 0, 0.1) 0%, rgba(255, 184, 77, 0.1) 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #FF9900 0%, #FFB84D 100%);
    transform: scale(1.1);
}

.service-icon i {
    font-size: 2rem;
    color: #FF9900;
    transition: color 0.4s ease;
}

.service-card:hover .service-icon i {
    color: #FFFFFF;
}

.service-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.service-desc {
    font-size: 0.8rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.9px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .services-section {
        padding: 60px 0;
    }
    .service-card {
        padding: 25px 20px;
    }
    .service-icon {
        width: 65px;
        height: 65px;
    }
    .service-icon i {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.6rem;
    }
    .service-title {
        font-size: 0.95rem;
    }
}

.reviews-sec .reviews-head p {
    color: #fff;
    opacity: .9;
}

.reviews-slider .review-img-box {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    padding: 10px;
}

.reviews-slider .review-img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Slick spacing */

.reviews-slider .slick-slide {
    padding: 0 10px;
}

.reviews-slider .slick-list {
    margin: 0 -10px;
}

/* Arrows */

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    z-index: 2;
}

.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
    font-size: 18px;
    opacity: 1;
}