@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900;1000&display=swap');


:root[data-theme="light"] {
    --bg: #ffffff;
    --text: #000000;
}

:root[data-theme="dark"] {
    --bg: #121212;
    --text: #ffffff;
}

body {
    background: var(--bg);
    color: var(--text);
    transition: background 0.3s, color 0.3s;
}

/*:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body {
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}*/

a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

:root {
    scrollbar-face-color: rgb(210, 210, 210); /* Firefox 63 compatibility */
    scrollbar-track-color: rgb(46, 54, 69); /* Firefox 63 compatibility */
    scrollbar-color: #0c0b32 rgb(46, 54, 69);
    scrollbar-width: thin;
}

.about-process {
    padding-top: 8rem;
}

    .about-process .main-box {
    }

.carousel-item {
    height: 670px;
}

.menuIconToggle {
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
    height: 70px;
    width: 50px;
    text-align: center;
    padding: 10px 10px 0px 10px;
    transition: all 0.3s;
    z-index: 10;
    background-color: #eb5d2d;
    color: #fff;
    top: -13px;
    line-height: normal;
    white-space: initial;
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 78%, 55% 100%, 0% 80%, 0% 80%);
}

    .menuIconToggle:hover {
        background-color: #ed582c;
        top: -10px;
        box-shadow: 1px 0px 10px #000;
    }

.dia.side-1 {
    position: relative;
    box-sizing: border-box;
    float: left;
    transition: all .25s;
}

.hamb-line {
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: all 0.25s;
}

.hor {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}

.dia.side-2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
    transition: all .25s;
}

.menuIconToggle > span {
    font-size: 10px;
    display: inline-block;
    position: relative;
    top: -4px;
    letter-spacing: 1px;
}
/*Custom scrollbar*/
#style-scroll::-webkit-scrollbar {
    width: 1px;
    background-color: #212121;
    border-radius: 0vh;
}

#style-scroll::-webkit-scrollbar-thumb {
    background-color: #eb5d2d;
    border-radius: 0vh;
}

#style-scroll::-moz-scrollbar-track {
    width: 1px;
    background-color: #212121;
    border-radius: 0vh;
}
/*Custom scrollbar*/
.cqw_logo {
    position: absolute;
    right: -90px;
    top: 20px;
    width: 100px;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.mainContainer {
    /* width: 85%; */
    /* height: 100%; */
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    background: #f4f7fd;
    border-radius: 0.3em;
    /* box-shadow: 12px 12px 30px -11.9px rgb(221 221 221), inset 0px 0px 2px 0px rgba(221 221 221); */
    transition: 0.8s;
    margin-top: 2rem;
    border: 0px solid #f1f1f1;
    margin-bottom: 2rem;
    /* justify-content: center; */
    /* align-items: center; */
    padding-bottom: 2rem;
}

.aside {
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    border-top-right-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    display: inline-block;
    filter: drop-shadow(5px 5px 15px #999);
}

.cardview-img1 {
    right: -60px;
}

.logo-cardview img {
    /*    position: absolute;*/
}

.cardview {
    position: relative;
    width: 18em;
    height: 25em;
    top: 0px;
    padding: 2.2rem 2rem;
    left: 0px;
    overflow: hidden;
    /* background: linear-gradient(120deg, #0c0b32, #eb5d2d, #eb5d2d, #eb5d2d); */
    /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
}

.cardview2 {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 28% 100%);
}

.card-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 2rem;
}

.header > h2 {
    color: #0c0b32;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
}

.header > h3 {
    background: #eb5d2d;
    display: inline-block;
    height: 2px;
    width: 70px;
    margin: 10px 0px;
}

.disc {
    box-sizing: border-box;
    padding: 5px 0px;
    width: 100%;
}

    .disc > p {
        padding-top: 0px;
        font-size: 12px;
        color: #383838;
        font-weight: 500;
        text-align: left;
        line-height: 22px;
    }

.readmore_btn {
    width: 130px;
    background: #eb5d2d;
    border: 1px solid rgb(235 93 45);
    outline: 0;
    transition: all .25s;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 100px;
    margin-top: 1rem;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}

    .readmore_btn:hover {
        background: #17163b;
        border: 1px solid rgb(24 23 60);
        color: #ffffff;
    }

.readmore_btn_two {
    width: 130px;
    background: #17163b;
    border: 1px solid rgb(24 23 60);
    outline: 0;
    transition: all .25s;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 100px;
    margin-top: 1rem;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}

    .readmore_btn_two:hover {
        background: #eb5d2d;
        border: 1px solid rgb(235 93 45);
        color: #ffffff;
    }

.skyHolder {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sky {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 1000vw;
    background-image: url("../img/carousel-1.jpg");
    /*    animation: skyMotion 800s alternate infinite;*/
}
/*
.sky:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translate(-50%, -49%);
    height: 56%;
    width: 100%;
    background-image: linear-gradient(
  rgb(255 255 255 / 0%),
  rgb(255 255 255)
 );
}
*/
@keyframes skyMotion {
    from {
        left: 0%;
    }

    to {
        left: -900vw;
    }
}

.breadcrumb-grid {
    position: relative;
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 2rem;
}

.header_title {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #000;
}

.breadcrumb {
    color: #fff;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}

    .breadcrumb > li {
        font-size: 14px;
    }

        .breadcrumb > li > a {
            color: #ffffff;
            font-weight: 500;
        }

    .breadcrumb > .active {
        color: #eb5d2d;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

.footer-grid {
    /*    background-image: url("../img/truckvehicle.png"), url("../img/ground.png"), url("../img/bushes.png"), url("../img/back.png");*/
    /* background: #F8E0B0 url(../img/footer-bg.png) no-repeat center bottom; */
    background-size: contain; /*
    background-repeat: no-repeat, repeat-x, repeat-x, repeat-x;
    background-position: left 30% bottom 22px, left 0px bottom 0px, left 0px bottom 22px, left 0px bottom 0px;
    animation: back 15s infinite linear;
*/
}
/*
  @keyframes back {
    0% {
      background-position: left -0% bottom 22px, left -316px  bottom 0px, left 0px bottom 22px, left 0px bottom 0px;
    }
    50% {
      background-position: left 50% bottom 22px, left -816px bottom 0px, left -508px bottom 22px, left -256px bottom 0px;
    }
    100% {
      background-position: left 100% bottom 22px, left -1632px bottom 0px, left -1016px bottom 22px, left -512px bottom 0px;
    }
  }
*/
.modal-fullscreen .modal-content {
    background: #0c0b32;
}
/* #header-carousel::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background:linear-gradient(
        rgb(255 255 255 / 0%),
        rgb(0 0 0 / 80%)
      );
    pointer-events: none;
    z-index: 1;
} */
.vertical-centered-box {
    position: relative;
}

    .vertical-centered-box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .vertical-centered-box .content {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 0;
    }

        .vertical-centered-box .content img {
            height: 68px;
            position: relative;
            top: 5px;
        }

    .vertical-centered-box span {
        position: absolute;
        font-size: 9px;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        bottom: 3px;
        letter-spacing: 0.5px;
        font-weight: 200;
        left: 1px;
    }

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgb(66 40 38);
    margin-left: -44px;
    margin-top: -52px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 70px;
    margin-left: -60px;
    margin-top: -67px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    animation: rotate 1.2s infinite linear;
}

    .loader-line-mask .loader-line {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px rgb(255 157 59);
    }

#particles-background, #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal-backdrop.show {
    opacity: 0;
}

.modal {
    height: 90vh;
}

.benefits-section {
}

.benefit-center {
    display: flex;
}

.official-desktop {
    font-size: 12px;
}

.top-button {
}

    .top-button a {
    }

.help-bgbox {
    position: absolute;
    display: block;
    padding: 27px 76px;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    -webkit-transition: background 2s ease-out;
    -moz-transition: background 2s ease-out;
    -o-transition: background 2s ease-out;
    transition: background 2s ease-out;
    background: #0c0b32;
    width: 920px;
    margin: auto;
    right: 0px;
    left: 0px;
    margin-top: -10px;
    z-index: 1;
}

    .help-bgbox h3 {
        font-size: 25px;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        margin: 0px;
    }

        .help-bgbox h3 span {
            display: block;
            font-size: 20px;
            font-weight: 300;
        }

    .help-bgbox .socialicon {
        float: right;
    }

        .help-bgbox .socialicon a {
            background-color: #fff;
            display: inline-block;
            width: 60px;
            height: 60px;
            color: #0c0b32;
            font-size: 35px;
            border-radius: 100px;
            padding: 5px 0px;
            transition: all 0.3s ease-in-out;
        }

            .help-bgbox .socialicon a:hover {
                transform: rotate(360deg);
                color: #eb5d2d;
            }

.copyright {
    background: #0c0b32;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 12px;
}

    .copyright p {
        color: #ededed;
        margin: 0px;
        font-size: 13px;
    }

.footer-grid {
    background-color: #005e87;
    padding-top: 6rem;
    /* padding-bottom: 11rem; */
}

.section-title-sm > h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.foot-address {
    font-size: 13px;
    color: #c3c3c3
}

    .foot-address p {
        font-size: 13px;
        color: #dbdbdb
    }

.important-link {
    background: #fff;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.vendor-carousel .owl-item a {
    margin: 20px 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    display: inline-block;
}

    .vendor-carousel .owl-item a img {
    }

.blue_bg {
    background: #eb5d2d;
    height: auto;
    position: relative;
    margin-top: 0px;
    padding: 35px 0px;
    clear: both;
}

.blue_list {
    display: flex;
    width: 100%;
    margin: 0px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .blue_list li {
        float: left;
        list-style: none;
        color: #fff;
        display: flex;
    }

        .blue_list li img {
            height: 95px;
            margin-right: 10px;
        }

        .blue_list li:first-child {
        }

        .blue_list li:last-child {
        }

        .blue_list li h1 {
            font-family: 'Rubik', sans-serif;
            font-size: 30px;
            margin: 0px;
            font-weight: 600;
            padding-left: 0px;
            color: #ffffff;
            display: inline-block;
            text-align: center;
            margin-top: 10px;
        }

            .blue_list li h1 span {
                font-size: 18px;
                line-height: normal;
                margin: 0px;
                display: block;
                font-weight: 400;
            }

            .blue_list li h1 b {
                font-size: 13px;
                line-height: normal;
                margin: 0px;
                font-weight: 400;
                display: block;
                padding: 8px 0px;
                letter-spacing: 1px;
            }

        .blue_list li p {
            font-family: 'Rubik', sans-serif;
            font-weight: 700;
            font-size: 35px;
            margin: 0px;
            color: #0c0b32;
            background: rgb(255 255 255);
            padding: 10px 40px;
            border-radius: 100px;
            margin-left: 40px;
            line-height: normal;
            height: 70px;
            margin-top: 17px;
            display: flex;
            align-items: center;
        }

margin-top: 11px;
}

.btn-dgm {
    font-family: 'Rubik', sans-serif;
    position: relative;
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    background: rgb(191 137 66);
    margin: 0px 10px;
    margin-top: 12px;
    width: 280px !important;
}

    .btn-dgm:hover {
        background-position: right center;
        color: #ffffff;
        background: #0c0b32;
    }

    .btn-dgm > img {
        width: auto !important;
        height: 20px;
        margin-right: 6px;
    }

.border-riht {
    width: 1px;
    display: inline-block;
    height: 260px;
    background: #ccc;
    position: absolute;
    margin-left: -5.5rem;
    margin-top: 7rem;
}
/***/
.btn-buy {
    font-family: 'Rubik', sans-serif;
    position: relative;
    display: inline-block;
    padding: 17px 16px;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    background: rgb(191 137 66);
    text-transform: uppercase;
    width: 230px;
    margin: 0px 10px;
    margin-top: 30px;
}

    .btn-buy:hover {
        background-position: right center;
        color: #ffffff;
        background: #0c0b32;
    }

.omm-btn {
    margin-left: 80px;
}

.btn-buysalespoint {
    background: #76ba48;
}

    .btn-buysalespoint:hover {
        background: #58972e;
    }

.search-bgbox {
}

.search-bgbox {
    position: relative;
    display: block;
    padding: 12px 26px;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    background: rgb(191 137 66);
}

    .search-bgbox > form > label {
        font-size: 14px;
        margin-right: 10px;
    }

    .search-bgbox > form > input, .search-bgbox > form > input:focus {
        font-size: 14px;
        border: 0px;
        padding: 6px 20px;
        border-radius: 100px;
        width: 68%;
        outline: 0;
    }

    .search-bgbox > form > button {
        font-size: 14px;
        background-color: #303030;
        color: #fff;
        border: 0;
        padding: 6px 20px;
        border-radius: 30px;
        position: absolute;
        right: 50px;
        font-size: 14px;
    }

        .search-bgbox > form > button:hover {
            background-color: #464646;
        }

.services-grid {
    background-color: #fff;
}

.img-fluid-about {
    margin-top: 40px;
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
    left: -40px;
}

    .img-fluid-about > img {
        height: 150px;
        padding: 0px 20px;
    }

.mcs-title {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0px 14px;
}

.bg-dark-marquee {
    background: #eb5d2d;
    line-height: normal;
    height: 45px;
    margin-top: -1px;
    position: relative;
}

.marquee-scroll {
    color: #fff;
    padding: 15px 0px;
    position: relative;
    line-height: normal;
    font-size: 13px;
}

    .marquee-scroll > a {
        color: #fff;
    }

.counter-top {
    /* background: #000000; */
    padding: 0px;
    margin: 0px 0px;
    margin-top: 10px;
    /* height: 238px; */
    /* width: 470px; */
    position: absolute;
    right: 80px;
    top: 90px;
    z-index: 9;
}

    .counter-top > h2 {
        font-family: 'Montserrat', sans-serif;
        color: #f33a25;
        font-size: 40px;
        font-weight: 700;
    }

    .counter-top > h5 {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

.right-slider-pic {
    /* right: 0px;
    position: absolute;
    z-index: 1;
    margin-top: -22rem; */
}

    .right-slider-pic > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
    }

        .right-slider-pic > ul > li {
            margin: 0px 20px;
            padding: 0px;
            list-style: none;
            text-align: center;
        }

            .right-slider-pic > ul > li > span {
                background-color: #ffffff;
                display: inline-block;
                border-radius: 100px;
                width: 100px;
                height: 100px;
                overflow: hidden;
                padding: 10px 0px 0px 0px;
                text-align: center;
                border: 2px solid #ffffff;
                margin-bottom: 3px;
                box-shadow: inset 0 0 7px rgb(0 0 0 / 44%);
            }

                .right-slider-pic > ul > li > span > img {
                    width: 100%;
                }

            .right-slider-pic > ul > li > h1 {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
                margin: 0px;
                margin-bottom: 5px;
                text-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
            }

            .right-slider-pic > ul > li > h5 {
                color: #fff;
                font-size: 11px;
                font-weight: 300;
                text-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
            }

.carousel-caption {
    text-align: left;
}

    .carousel-caption h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        line-height: 58px;
        font-weight: 600;
    }

    .carousel-caption h5 {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        line-height: normal;
        border-bottom: 1px solid #eb5d2d;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }

    .carousel-caption h6 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        position: relative;
        right: 0px;
        bottom: 0px;
        margin: 0px;
    }

    .carousel-caption img {
        position: relative;
        right: 0rem;
        height: 400px;
        top: 2rem;
    }

.btn-view-more {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 32px;
    padding: 11px 50px;
    text-transform: uppercase;
    border-radius: 100px;
}

    .btn-view-more:hover {
        border: 1px solid #eb5d2d;
        color: #fff;
        background: #eb5d2d;
    }

.btn-social {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #eb5d2d;
}

    .btn-social:hover {
        color: #fff;
        background: #eb5d2d;
        border: 1px solid #eb5d2d;
    }

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.award-bg-banner {
    height: 480px !important;
    position: absolute !important;
    top: -60px !important;
    right: auto !important;
    margin-left: -40px;
}

.drop-button {
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 100px;
    margin-top: 0px;
    font-weight: 500;
    background-color: #0c0b32;
    border: 1px solid rgb(191 137 66);
}

    .drop-button:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: rgb(191 137 66);
        border: 1px solid rgb(191 137 66);
    }

.megasub-sub-link {
    margin-bottom: 20px;
    padding: 0px;
}

    .megasub-sub-link > li:first-child {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 4px;
    }

    .megasub-sub-link > li {
        font-size: 12px;
        padding: 4px 0px;
        list-style: none;
        color: #d9d9d9;
    }

.mega-dropdown-menu {
    display: block;
    padding: 10px 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px auto;
    right: 0px;
    border-radius: 0px !important;
    border: 0px;
    background-color: transparent;
    position: relative;
    top: 0px;
    float: none;
    height: 100%;
}
    /*
    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 18px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        right: 136px;
        z-index: 10;
    }
*/
    /*
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    right: 155px;
    z-index: 8;
}
*/
    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
            font-size: 12px;
            line-height: normal;
            padding: 6px 0px;
            position: relative;
            color: #d9d9d9;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                clear: both;
                font-weight: 500;
                line-height: 1.428571429;
                color: #d9d9d9;
                white-space: normal;
                font-size: 12px;
            }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }

    .mega-dropdown-menu > li {
        height: auto;
        float: left;
        padding: 0px 14px;
        position: relative;
        text-align: left;
        list-style: none;
    }

        .mega-dropdown-menu > li:nth-child(1) {
            width: 17%;
        }

        .mega-dropdown-menu > li:nth-child(2) {
            width: 25%;
        }

        .mega-dropdown-menu > li:nth-child(3) {
            width: 20%;
        }

        .mega-dropdown-menu > li:nth-child(4) {
            width: 20%;
        }

        .mega-dropdown-menu > li:last-child {
            border-right: 0px;
            border-top: 1px solid rgb(255 255 255 / 10%);
            padding: 3rem 0rem;
            width: 100%;
            margin-top: 3rem;
        }

    .mega-dropdown-menu .dropdown-header {
        font-family: 'Mulish', sans-serif;
        margin: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: 500 !important;
        padding: 0px;
        padding-bottom: 20px;
        display: inline-block;
        white-space: normal;
    }

        .mega-dropdown-menu .dropdown-header > span {
            border-bottom: 2px solid #cdcdcd;
            display: block;
            width: 70px;
            padding: 10px 0px;
        }

    .mega-dropdown-menu .dropdown-header-right {
    }

.megamenu-foot {
}

.tollfree-drop-down {
    width: 100%;
    margin-top: 21px;
}

.dropmenu-call-grid {
}

    .dropmenu-call-grid h2 {
        font-size: 15px;
        color: #fff;
        height: 30px;
        margin: 0px;
    }

    .dropmenu-call-grid ul {
        padding: 0px;
        margin: 0px;
    }

        .dropmenu-call-grid ul li {
            font-size: 13px;
            color: #d9d9d9;
            line-height: 22px;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .dropmenu-call-grid ul li b {
                color: #fff;
            }

.searchForm {
    position: relative;
    width: 80%;
    margin: auto;
}

    .searchForm > input {
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #c98223 !important;
        font-size: 5rem;
        line-height: normal;
        height: auto;
        color: #fff;
    }

        .searchForm > input:focus {
            color: #e9e9e9;
            background-color: transparent;
            border-color: #c98223;
            outline: 0;
            box-shadow: none;
        }

        .searchForm > input::placeholder {
            font-weight: 200;
            color: #c98223;
            opacity: 1;
            /* Firefox */
        }

        .searchForm > input:-ms-input-placeholder {
            font-weight: 200;
            color: #c98223;
        }

        .searchForm > input::-ms-input-placeholder {
            font-weight: 200;
            color: #c98223;
        }

.btn-close {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    padding: .25em .25em;
    color: #000;
    background: url("../img/close-icon.png") no-repeat;
    border: 0;
    background-size: contain;
    border-radius: 2px;
    opacity: 9;
    right: 2rem;
    top: .5rem;
    position: relative;
    z-index: 999;
}

    .btn-close > span {
        position: relative;
        font-size: 10px;
        top: 13px;
        letter-spacing: 1px;
        left: -10px;
        font-weight: 300;
    }

.toptext-grid {
    float: right
}

.navbar-brand {
    float: left;
}

.navbar {
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 10px 2%;
    display: block;
}

.top-bar {
    display: inline-block;
    position: relative;
    top: 10px;
    right: 68px;
}

.help-desk {
    text-align: right;
    font-size: 13px;
    color: #fff;
    position: relative;
    display: inline-block;
    top: -3px;
}

    .help-desk > span {
        display: block;
        font-family: 'Krona One', sans-serif;
        font-size: 12px;
    }

    .help-desk > strong {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 500;
        position: relative;
        top: 1px;
        line-height: 25px;
        text-align: left;
        white-space: nowrap;
    }

.btn-language {
    margin: 0px 9px;
}

    .btn-language > a {
        color: #fff;
        font-size: 12px;
        line-height: normal;
        display: block;
    }

.carousel-fade .carousel-item {
    height: 550px;
    width: 100%;
}
.slider-mobile {
    height: 550px;
    object-fit: cover;
}

.top-button {
    display: flex;
    align-content: center;
    justify-content: end;
    transition: all 0.5s;
    gap: 0px 10px;
    margin-top: -25px;
    width: 100%;
}

.button {
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    transition: all 2s;
    user-select: none;
    color: #ffffff;
    z-index: 5;
    font-weight: 500;
    padding: 6px 25px;
    text-align: center;
    line-height: normal;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    border-radius: 100px;
    overflow: hidden;
    background-color: transparent;
}

    .button:hover {
        animation: colorize 0.5s ease-in-out forwards;
    }

@keyframes colorize {
    0% {
        color: #4287f5;
    }

    25% {
        color: #4287f5;
    }

    100% {
        color: #000;
    }
}

.carousel-control-relative {
    width: 88%;
    margin: auto;
    display: block;
    position: relative;
}

.button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
}

.button:hover::before {
    width: 100%;
    transition: 0.5s;
}

.button:nth-child(1) {
    color: #eb8f34;
    border: 1px solid #eb8f34;
}

    .button:nth-child(1)::before {
        background-color: #eb8f34;
    }

    .button:nth-child(1):hover {
        animation: colorChange 0.5s ease-in-out forwards;
    }

@keyframes colorChange {
    0% {
        color: #eb8f34;
    }

    25% {
        color: #eb8f34;
    }

    100% {
        color: white;
    }
}

.top-links {
    margin: 0px 0px;
}

    .top-links a {
        font-size: 12px;
        border-right: 1px solid #ccc;
        padding: 0px 10px;
        line-height: normal;
        text-align: center;
        display: block;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
    }

    .top-links > a:last-child {
        border: 0;
    }

    .top-links > a:hover {
        color: #eb5d2d;
    }

.top-right-links {
    margin: 0px 0px;
    display: inline-block;
    position: relative;
    top: 10px;
    right: 68px;
}

    .top-right-links > a {
        font-size: 14px;
        border-left: 1px solid #ccc;
        padding: 0px 12px;
        line-height: normal;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
    }

        .top-right-links > a:last-child {
            padding-right: 0px;
        }

        .top-right-links > a:hover {
            background: transparent;
            color: #eb5d2d;
        }

.btn-increase-decrease {
    margin: 0px 9px;
}

    .btn-increase-decrease > a {
        font-family: 'Montserrat', sans-serif;
        min-width: 18px;
        min-height: 18px;
        color: #000;
        font-size: 10px;
        border: 1px solid #fff;
        margin: 0px 3px;
        text-align: center;
        line-height: normal;
        padding: 2px;
        background: #fff;
        font-weight: 500;
    }

        .btn-increase-decrease > a:hover {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }

.btn-social-icon {
    margin: 0px 9px;
    position: relative;
    top: 3px;
}

    .btn-social-icon > a {
        font-family: 'Montserrat', sans-serif;
        min-width: 18px;
        min-height: 18px;
        color: #fff;
        font-size: 16px;
        /* border: 1px solid #fff; */
        margin: 0px 5px;
        text-align: center;
        line-height: normal;
        padding: 0px;
        /* background: #fff; */
        font-weight: 500;
    }

        .btn-social-icon > a:hover {
            background: transparent;
            color: #eb5d2d;
        }

.btn-color-mode {
}

    .btn-color-mode > a {
        font-family: 'Montserrat', sans-serif;
        min-width: 18px;
        min-height: 18px;
        color: #000;
        font-size: 10px;
        border: 1px solid #fff;
        margin: 0px 3px;
        text-align: center;
        line-height: normal;
        padding: 2px;
        background: #fff;
        font-weight: 500;
    }

        .btn-color-mode > a:hover {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }

        .btn-color-mode > a:last-child {
            background: #000;
            color: #fff;
        }
/*** Spinner ***/
.spinner {
    /* width: 40px;
    height: 40px;
    background: #45120d url(../img/fav.png) no-repeat center center;
    background-size: contain; */
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
        background: #0c0b32;
    }
/*** Heading ***/
/*** Button ***/
.btn {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary, .btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

    .btn-primary:hover {
        box-shadow: inset 0 0 0 0 var(--primary);
    }

    .btn-secondary:hover {
        box-shadow: inset 0 0 0 0 var(--secondary);
    }

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.navbar {
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 10px 5%;
}

    .navbar .navbar-brand img {
        width: 390px;
    }

.sticky-top {
    background-color: #0c0b32;
    padding: 10px 2% !important;
}

@media (min-width: 992px) {
    /*** Carousel ***/
    .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding-top: 3rem;
        padding-bottom: 0rem;
        width: 100%;
        margin: auto;
        /* background: linear-gradient( rgb(255 255 255 / 0%), rgb(0 0 0 / 80%) ); */
        padding-left: 5%;
        padding-right: 5%;
    }

        .carousel-caption::after {
            content: '';
            position: absolute;
            top: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 0%));
            pointer-events: none;
            z-index: -1;
            left: 0px;
        }

    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: auto;
        bottom: 50px;
        top: auto;
        z-index: 1;
        display: block;
        /* align-items: center; */
        /* justify-content: center; */
        width: auto;
        padding: 0;
        color: #fff;
        text-align: left;
        background: none;
        border: 0;
        opacity: .9;
        transition: opacity 0.15s ease;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 46%;
        background-size: 47% 100%;
        background-color: #ef744a;
    }

    .carousel-control-prev {
        left: 0%;
    }

    .carousel-control-next {
        width: 4%;
        left: 34px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev, .carousel-control-next {
    width: 4%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

.port_left_arrow, .port_right_arrow {
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background-color: #fe484e;
}

    .port_left_arrow:hover, .port_left_arrow:focus, .port_right_arrow:hover, .port_right_arrow:focus {
        color: #fff;
    }

.ft-thx-project-slider .slick-next, .ft-thx-project-slider .slick-prev {
    display: none;
}

.pr-sv-case-study-section {
    padding: 110px 0px 70px;
}

    .pr-sv-case-study-section .pr-sx-secion-title {
        margin: 0;
        max-width: 580px;
        padding-bottom: 40px;
    }

.pr-sv-case-study-filter-btn {
    margin-bottom: 55px;
}

    .pr-sv-case-study-filter-btn li {
        cursor: pointer;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 5px;
        color: #000d51;
        font-family: "Poppins";
        -webkit-transition: 300ms all ease;
        transition: 300ms all ease;
    }

        .pr-sv-case-study-filter-btn li.filtr-active {
            color: #fff;
            background-color: #fe484e;
        }

.pr-sv-case-study-item {
    max-width: 370px;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
    box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
}

    .pr-sv-case-study-item .pr-sv-case-study-img {
        overflow: hidden;
        border-radius: 10px;
    }

        .pr-sv-case-study-item .pr-sv-case-study-img:before {
            top: 0;
            left: 0;
            width: 100%;
            content: "";
            opacity: 0;
            height: 100%;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.7);
            -webkit-transition: 300ms all ease;
            transition: 300ms all ease;
        }

        .pr-sv-case-study-item .pr-sv-case-study-img a {
            left: 0;
            top: 40%;
            right: 0;
            opacity: 0;
            font-size: 30px;
            text-align: center;
            position: absolute;
            color: #fe484e;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .pr-sv-case-study-item .pr-sv-case-study-text {
        padding: 25px 20px;
    }

        .pr-sv-case-study-item .pr-sv-case-study-text h3 {
            font-size: 22px;
            font-weight: 700;
            line-height: 1.636;
            color: #000d51;
        }

    .pr-sv-case-study-item:hover .pr-sv-case-study-img:before {
        opacity: 1;
    }

    .pr-sv-case-study-item:hover .pr-sv-case-study-img a {
        top: 50%;
        opacity: 1;
    }

.ft-thx-project-section-3 {
    padding: 115px 0px;
}

.ft-thx-project-top-content-3 .ft-thx-section-title-3 {
    max-width: 550px;
}

    .ft-thx-project-top-content-3 .ft-thx-section-title-3 h2 {
        color: #fff;
    }

.ft-thx-project-slider-item-wrap {
    padding: 0px 5px;
}

.ft-thx-project-slider-item-3:before, .ft-thx-project-slider-item-3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)", endColorStr="#1b1b1b");
}

.ft-thx-project-slider-item-3:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#4ab9cf));
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #4ab9cf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)", endColorStr="#4ab9cf");
    opacity: 0;
}

.ft-thx-project-slider-item-3 .ft-thx-inner-text {
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 5;
    position: absolute;
    padding: 32px 50px;
}

    .ft-thx-project-slider-item-3 .ft-thx-inner-text h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        padding-top: 8px;
    }

.ft-thx-project-slider-item-3:hover:before {
    opacity: 0;
}

.ft-thx-project-slider-item-3:hover:after {
    opacity: 1;
}

.ft-thx-project-slider-3 {
    margin-top: 50px;
}

    .ft-thx-project-slider-3 .slick-arrow {
        height: 46px;
        width: 46px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
        -ms-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
        -o-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
        box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
        margin: 0;
        -webkit-transform: translate(0, 0);
        -khtml-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 15px;
    }

.port_left_arrow3, .port_right_arrow3 {
    width: 60px;
    color: #fff;
    border: none;
    height: 60px;
    margin-left: 10px;
    border-radius: 100%;
    background-color: #4ab9cf;
}

.ft-case-study-items .ft-case-study-text {
    max-width: 285px;
}

.ft-case-study-items .ft-case-study-text {
    left: 0px;
}

.ft-case-study-items .more-btn {
    left: 40px;
}
/*** Section Title ***/
.section-title > h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 36px;
}

.section-title > h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
}

    .section-title > h5 > span {
    }

.section-title-p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 33px;
    margin: 0px;
}

.section-title > p > b {
    font-weight: 700;
}

.right-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 1rem;
}

.test-btn {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #18173c;
    transition: 0.2s ease-in-out 0s;
    margin-right: 1rem;
}

    .test-btn:hover {
        cursor: pointer;
        transform: scale(1.1);
        background: #18173c;
        color: #fff;
    }

.list-sec {
    margin: 0px;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

    .list-sec .list-group-item {
        font-size: 12px;
        display: flex;
        text-align: left;
        line-height: 20px;
        font-weight: 500;
    }

.border-right {
    border-right: 1px solid #dee2e6;
    padding-right: 2rem;
}

.list-sec .list-group-item span {
    margin-left: 10px;
}

.btn-vision {
    position: relative;
    display: block;
    padding: 14px 16px;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    font-size: 13px;
    background: rgb(191 137 66);
    text-transform: uppercase;
    width: 250px;
    margin: auto;
    margin-top: 20px;
}

    .btn-vision:hover {
        background-position: right center;
        color: #ffffff;
        background: #0c0b32;
    }

.list-process {
    margin-top: 1rem;
}

    .list-process .list-group-item {
        align-items: center;
    }

        .list-process .list-group-item i {
            margin-right: 5px;
        }

    .list-process .active {
        background-color: #eb5d2d;
        border-color: #eb5d2d;
    }

    .list-process::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        margin-top: -9px;
        background: aliceblue;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #eb5d2d;
        margin-left: 50px;
    }

    .list-process .list-group-item p {
        margin: 0px;
    }






.ft-service-page-items {
}

.ft-service-innerbox-3 .ft-service-img {
    overflow: hidden;
}

    .ft-service-innerbox-3 .ft-service-img:before {
        left: -15px;
        width: 110%;
        content: "";
        height: 100px;
        bottom: -57px;
        position: absolute;
        background-color: #f2f3f5;
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }

.ft-service-innerbox-3 .ft-service-icon {
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #008cfb;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    .ft-service-innerbox-3 .ft-service-icon i {
        color: #141415;
        font-size: 40px;
        line-height: 0.75;
    }

.ft-service-innerbox-3 .ft-service-text-icon {
    top: -70px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 35px 30px 75px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: white;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

    .ft-service-innerbox-3 .ft-service-text-icon:before {
        left: 0;
        top: -70px;
        content: "";
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        border-bottom: 70px solid #fff;
        border-left: 339px solid rgba(255, 255, 255, 0);
    }

    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: -36px;
        left: -4px;
        width: 103%;
        content: "";
        height: 15px;
        position: absolute;
        background-color: var(--ft-main-theme);
        -webkit-transform: rotate(-12deg) skew(-15deg);
        transform: rotate(-12deg) skew(-15deg);
    }

.ft-service-innerbox-3 .ft-service-text h3 {
    color: #121213;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

.ft-service-innerbox-3 .ft-service-text p {
    color: #121213;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .more-btn {
    right: 19px;
    bottom: 70px;
}

    .ft-service-innerbox-3 .more-btn a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding: 14px 26px;
        background-color: var(--ft-main-theme);
    }

        .ft-service-innerbox-3 .more-btn a:before {
            top: 0;
            width: 0;
            height: 0;
            content: "";
            left: -16px;
            position: absolute;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            border-bottom: 49px solid var(--ft-main-theme);
            border-left: 16px solid transparent;
        }

        .ft-service-innerbox-3 .more-btn a i {
            margin-left: 8px;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

        .ft-service-innerbox-3 .more-btn a:hover {
            background-color: var(--ft-second-theme);
        }

            .ft-service-innerbox-3 .more-btn a:hover:before {
                border-bottom: 49px solid var(--ft-second-theme);
            }

            .ft-service-innerbox-3 .more-btn a:hover i {
                margin-left: 12px;
            }

.ft-service-innerbox-3:hover .ft-service-icon {
    border: 10px solid var(--ft-second-theme);
}

.ft-service-innerbox-3:hover .ft-service-text-icon {
    background-color: #01011c;
}

    .ft-service-innerbox-3:hover .ft-service-text-icon:before {
        border-bottom: 70px solid #01011c;
    }

.ft-service-innerbox-3:hover .ft-service-text h3, .ft-service-innerbox-3:hover .ft-service-text p {
    color: #fff;
}

.ft-service-innerbox-4 h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

section#ft-service-pag-4 {
    padding: 120px 0;
}

.ft-service-innerbox-4 h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ft-service-innerbox-4 h4:after {
    content: "";
    background: #e26c3b;
    color: #e26c3b;
    width: 45px;
    height: 2px;
    bottom: -18px;
}

.ft-service-innerbox-4 p {
    color: #454545;
    font-size: 16px;
    line-height: 26px;
}

.ft-service-innerbox-4 {
    padding: 50px 30px;
    overflow: hidden;
    position: relative;
}

    .ft-service-innerbox-4 ul {
        margin: 0;
        padding: 0;
    }

        .ft-service-innerbox-4 ul li {
            list-style: none;
            background: url(../img/check-icon.png) no-repeat left;
            padding: 0px 0px 0px 46px;
            line-height: normal;
            margin: 10px 0px;
            background-position: 10px;
            height: 22px;
            background-size: contain;
            font-size: 15px;
            color: #333;
            margin-bottom: 22px;
        }
/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

    .service-item .service-icon {
        margin-bottom: 30px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        border-radius: 2px;
        transform: rotate(-45deg);
    }

        .service-item .service-icon i {
            transform: rotate(45deg);
        }

    .service-item a.btn {
        position: absolute;
        width: 60px;
        bottom: -48px;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
    }

    .service-item:hover a.btn {
        bottom: -24px;
        opacity: 1;
    }
/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 30px;
        background: var(--primary);
    }

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

    .team-social a.btn {
        position: relative;
        margin: 0 3px;
        margin-top: 100px;
        opacity: 0;
    }

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

    .team-item:hover .team-social {
        background: rgba(9, 30, 62, .7);
    }

        .team-item:hover .team-social a.btn:first-child {
            opacity: 1;
            margin-top: 0;
            transition: .3s 0s;
        }

        .team-item:hover .team-social a.btn:nth-child(2) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .05s;
        }

        .team-item:hover .team-social a.btn:nth-child(3) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .1s;
        }

        .team-item:hover .team-social a.btn:nth-child(4) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .15s;
        }

.team-item .team-img img, .blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img, .blog-item:hover .blog-img img {
    transform: scale(1.15);
}
/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 55px;
    z-index: 99;
    background: rgb(190 233 251);
    color: #0c0b32;
    border-radius: 100px;
    width: 30px;
    height: 48px;
    line-height: 30px;
}

    .back-to-top:hover {
        background: rgb(92 201 248 / 66%);
        color: #fff;
    }

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
    font-size: 13px;
    color: #dbdbdb
}

.link-animated p {
    font-size: 13px;
    color: #dbdbdb
}

.link-animated a:hover {
    padding-left: 2px;
    color: #fff;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

.main-box {
    background: #fef1e0;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
    transition: 0.6s;
}

    .main-box .left-img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: top;
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transition: all 0.8s ease-in-out;
    }

    .main-box:hover .left-img {
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .main-box h2 {
        background: #0c0b32;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 7px 15px;
        font-weight: 700;
        height: 30px;
        text-transform: uppercase;
        display: inline-block;
        position: absolute;
        top: -17px;
        left: -8px;
        border-radius: 0px 0px 6px 0px;
    }

        .main-box h2::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 11px 0px 0 9px;
            border-color: rgb(12 11 50 / 67%) transparent transparent transparent;
            position: absolute;
            margin-top: 23px;
            left: 0px;
            z-index: -1;
        }

        .main-box h2::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 11px 11px 19px 0px;
            border-color: transparent transparent rgb(12 11 50 / 67%) transparent;
            position: absolute;
            margin-top: -18px;
            right: -10px;
            z-index: -1;
        }

    .main-box .right-data {
    }

        .main-box .right-data h3 {
            font-size: 14px;
            font-weight: 800;
            border-bottom: 1px solid #f5dbba;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            color: #000;
            text-transform: uppercase;
        }

        .main-box .right-data .sub-img {
            position: relative;
            height: 80px;
            width: 80px;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
        }

            .main-box .right-data .sub-img img {
                position: absolute;
                object-fit: cover;
                height: 80px;
                width: 80px;
                border-radius: 100px;
                box-shadow: 0px 0px 5px rgb(0 0 0 / 22%);
            }

        .main-box .right-data h4 {
            font-size: 13px;
            font-weight: 700;
        }

        .main-box .right-data p {
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            margin: 14px 0px;
            min-height: 32px;
            margin-top: 0px;
        }

        .main-box .right-data .view-button {
            color: #000;
            padding: 4px 12px;
            display: inline-block;
            font-size: 10px;
            border-radius: 100px;
            margin-top: 0px;
            font-weight: 500;
            background-color: transparent;
            border: 1px solid #c3c3c3;
            line-height: normal;
        }

            .main-box .right-data .view-button:hover {
                color: #fff !important;
                text-decoration: none;
                background-color: #eb5d2d;
                border: 1px solid #eb5d2d;
            }

.border-line {
    margin: 20px 0px;
    border-top: 1px solid #f5dbba;
}

#sideNavi {
    position: fixed;
    right: 35px;
    top: 340px;
    z-index: 9;
    transition: all 0.3s linear;
}

    #sideNavi:hover {
        right: 40px;
    }

.side-navi-item {
    font-size: 14px;
    position: absolute;
    display: inline-block;
    width: 210px;
    height: 46px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    background-color: #cf4d21;
    cursor: pointer;
    animation: blinkingText 2s infinite;
    border-radius: 8px 8px 0px 0px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 8px 10px;
    color: #fff;
}

    .side-navi-item > img {
        float: left;
        width: 20px;
    }

    .side-navi-item a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

        .side-navi-item a img {
            display: inline-block;
            height: 22px;
            float: left;
            position: relative;
            top: -2px;
        }

    .side-navi-item.item1 {
        top: 0px;
    }

    .side-navi-item.active, .side-navi-item:hover {
        background-color: #eb5d2d;
    }

    .side-navi-item > div {
        padding-top: 15px;
        text-align: center;
    }
