/* Variables */
:root {
    --primary: #FF6801;

    --secondary: #231F20;

    --primary-light: #ff8736;

    --white: #fff;

    --dancing-font: "Dancing Script", cursive;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-primary-light {
    background-color: var(--primary-light);
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.dancing-font {
    font-family: var(--dancing-font);
}

.btn-primary,
.btn-secondary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-secondary,
.btn-primary:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

/* Common */
html {
    scroll-behavior: smooth;
}

*,
::after,
::before {
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #FFFFFD;
    overflow-x: hidden;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    font-size-adjust: 100%;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    color: #011D46;
    transition: all .3s;
}

a:hover {
    color: #F8BD46;
}

:focus {
    outline: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    word-wrap: break-word;
}

main {
    display: block;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

input,
.btn {
    margin: 0;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.border-bottom-8 {
    border-bottom-width: 8px !important;
}

/* Buttons */
.btn {
    padding: 8px 20px;
}

.btn-lg {
    padding: 12px 25px;
}

.btn-outline-white {
    color: var(--white);
    border: 1px solid var(--white);
}

.btn-outline-white:hover {
    color: var(--secondary);
    border: 1px solid var(--white);
    background-color: var(--white);
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading {
    font-size: 84px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width:991px) {
    .loading {
        font-size: 40px;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-align: center;
    }
}

.loading span {
    display: inline-block;
    margin: 0 -0.05em;
}

.loading08 span {
    position: relative;
    color: var(--primary);
    animation: loading08-parent 5s infinite;
}

.loading08 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
    opacity: 0;
    animation: loading08-child 5s infinite;
}

.loading08 span:nth-child(2)::after {
    animation-delay: 0.2s;
}

.loading08 span:nth-child(3)::after {
    animation-delay: 0.4s;
}

.loading08 span:nth-child(4)::after {
    animation-delay: 0.6s;
}

.loading08 span:nth-child(5)::after {
    animation-delay: 0.8s;
}

.loading08 span:nth-child(6)::after {
    animation-delay: 1s;
}

.loading08 span:nth-child(7)::after {
    animation-delay: 1.2s;
}

.loading08 span:nth-child(8)::after {
    animation-delay: 1.4s;
}

.loading08 span:nth-child(9)::after {
    animation-delay: 1.6s;
}

.loading08 span:nth-child(10)::after {
    animation-delay: 1.8s;
}

.loading08 span:nth-child(11)::after {
    animation-delay: 2s;
}

.loading08 span:nth-child(12)::after {
    animation-delay: 2.2s;
}

.loading08 span:nth-child(13)::after {
    animation-delay: 2.4s;
}

@keyframes loading08-parent {

    0%,
    35%,
    100% {
        color: var(--primary);
    }

    60%,
    80% {
        color: #fff;
    }
}

@keyframes loading08-child {
    0% {
        opacity: 1;
    }

    25%,
    100% {
        opacity: 0;
    }
}

.carousel-indicators.rounded-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.carousel-indicators.rounded-indicators [data-bs-target].active {
    background: rgba(255, 255, 255, 7);
}

/* Header */
.dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.dropdown-item {
    padding: 8px 12px;
    font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    color: var(--white);
    background-color: var(--primary);
}

.dropdown-menu>li:first-child>.dropdown-item {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.dropdown-menu>li:last-child>.dropdown-item {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    content: '';
    background-color: var(--primary);
    transition: ease all 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-item:hover>.nav-link::before,
.navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
    left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    color: var(--primary) !important;
}

/* Banner */
.banner .badge::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    width: 1000%;
    content: '';
    background-color: var(--primary);
}

.logo-trust {
    top: -45px;
}

.logo-trust img {
    width: 100%;
    max-width: 89px;
    transform: rotate(17deg);
}


/* Rating Section */
.carousel {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-animation: carousel-animate-vertical 27s linear infinite;
    animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item .card {
    width: 100%;
}

.carousel__item:nth-child(1) {
    -webkit-animation-delay: calc(3s * -1);
    animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
    -webkit-animation-delay: calc(3s * 0);
    animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
    -webkit-animation-delay: calc(3s * 1);
    animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
    -webkit-animation-delay: calc(3s * 2);
    animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
    -webkit-animation-delay: calc(3s * 3);
    animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
    -webkit-animation-delay: calc(3s * 4);
    animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
    -webkit-animation-delay: calc(3s * 5);
    animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
    -webkit-animation-delay: calc(3s * 6);
    animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
    -webkit-animation-delay: calc(-3s * 2);
    animation-delay: calc(-3s * 2);
}

@-webkit-keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%,
    11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%,
    11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}

/* Services */
.service-card {
    transform: scale(1);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card img {
    height: 130px;
    object-fit: contain;
}



.singo-padding {
    background: linear-gradient(180deg, #FFCC00 3.12%, #776315 100%);
}

.jhon-padding {
    background: linear-gradient(180deg, #FEBBF8 0%, #4B3ED8 100%);
}

.sova-padding {
    background: linear-gradient(180deg, #C6C7C9 0%, #4E4E50 100%);
}

.portfolio-wrap {
    width: 100%;
    position: relative;
}

.h-540 {
    height: 550px;
}

.mobile-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    clip: rect(auto, auto, auto, auto);
    pointer-events: none;
}

.mobile-images {
    max-width: 100%;
    max-height: 450px;
    width: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -165px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.industry [class*="col-"] {
    position: relative;
    top: 50px;
}

.industry [class*="col-"]:nth-child(2n) {
    top: 0;
}

.industry .item {
    padding: 3px 3px 8px;
    background-color: #dee2e6;
    transition: ease all 0.3s;
}

.industry .item:hover {
    background-color: var(--primary);
}


.technology-platform [class*="col-"] {
    width: 20%;
}

.tech-card {
    position: relative;
    overflow: hidden;
    max-width: 180px;
    height: 168px;
    margin: 0 auto;
    border-radius: 55px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 14px var(--primary);
}

.tech-card:hover {
    transform: scale(1.2);
    color: #78C04F;
    box-shadow: -11px 4px 25px var(--primary);
    transition: 0.5s;
}

.tech-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    /* filter: brightness(70%); */
    transition: 0.3s ease;
}

.tech-card:hover img {
    transform: scale(1.05);
    filter: brightness(70%);
}

.tech-card h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) translateX(-50%);
}


.section-counter .counter-column {
    height: 100%;
    border-radius: 44px;
    box-shadow: 0px 0px 25px -12px #365c20;
}

.counter-img {
    height: 80px;
    width: 80px;
    margin-left: 90px;
}


.review-section .review-card-profile {
    position: relative;
    margin-top: -50px;
}

.review-section .review-card-profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.carousel-indicators [data-bs-target] {
    width: 41px;
    height: 5px;
    background: #dadada;
    border: none;
}

.carousel-indicators .active {
    background: var(--primary);
}


.footer {
    width: 100%;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.footer-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-title {
    font-size: 17px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.footer ul li a:hover {
    color: var(--primary);
}

#BackToTop {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    z-index: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}



.knox-security {
    background-image: url("https://www.webnyxa.com/wp-content/uploads/2023/06/footer11-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}



/* accordion */
.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--primary);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.our-promise .icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    padding: 5px;
}

.our-promise .icon i {
    display: flex;
}

.quote-icon i {
    transform: rotate(180deg);
}



table th {
    width: 33.3333%;
}

tr,
td,
th {
    border-top: 2px solid #C9C6C6 !important;
    border-bottom: 2px solid #C9C6C6 !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.table-left {
    border: 2px solid #C9C6C6 !important;
}

table ul {
    list-style: none;
    text-align: left;
}

table ul li {
    margin: 2px 0 2px 16px;
    line-height: 1.3;
}

table ul li:before {
    font-family: bootstrap-icons !important;
    font-size: 25px;
    line-height: 25px;
    content: '\F4B5';
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    color: var(--primary);
}

.table-img {
    margin-right: 10px;
}


/* Who we are */
.mw-650 {
    max-width: 648px;
}

.border-box::before {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 5px solid var(--white);
    pointer-events: none;
}

.rounded-img {
    border-bottom-right-radius: 600px;
}

.border-end-5 {
    border-right: 27px solid #fff;
}


.our-values [class*="col-"] {
    margin-top: 130px;
}

.core-value-item {
    position: relative;
}

.core-value-item .icon {
    position: absolute;
    top: -82px;
    left: 10%;
    right: 0;
    height: 100%;
    min-height: 170px;
    padding: 16px;
    content: '';
    background: var(--primary);
}

.core-value-item .info {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 90%;
    background: #fff;
    transition: .4s;
}

.core-value-item:hover .info {
    color: var(--white) !important;
    background: var(--secondary) !important;
}

.ceo-img {
    max-width: 500px;
    margin: -120px 0 -55px;
}

/* Company Tour */
.company-tour .carousel-inner img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.company-tour .carousel-indicators button.thumbnail {
    width: 100px;
}

.company-tour .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.company-tour .carousel-indicators {
    position: static;
    overflow-x: auto;
    width: 100%;
}

.company-tour .carousel-indicators [data-bs-target] {
    height: 70px;
}

.company-tour .carousel-indicators img {
    height: 100%;
    object-fit: cover;
}

.mw-600 {
    max-width: 600px;
}

.mw-950 {
    max-width: 950px;
}

.team-img {
    max-width: 185px;
    margin: 0 auto;
}

.social-icon:hover {
    color: var(--primary) !important;
}

.quote {
    max-width: 64px;
    margin: 0 auto;
}

ul,
.bullet-list {
    padding: 0;
    list-style-type: none;
}

.bullet-list li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.bullet-list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    background-color: var(--primary);
    border-radius: 30px;
}

.bullet-list.white-bullet li::before {
    background-color: var(--white);
}

.bullet-list.style-2 {
    padding-left: 20px;
    list-style: lower-alpha;
}

.bullet-list.style-2 li {
    padding: 0;
}

.bullet-list.style-2 li::before {
    display: none;
}

.bullet-list.style-2 li::marker {
    color: var(--primary);
}

/* Contact */
.social-follow ul {
    padding: 0;
    list-style: none;
}

.social-follow ul li a:hover {
    color: var(--primary);
}

.form-control:not(textarea) {
    height: 45px;
}

textarea {
    resize: none;
}

#myCanvas {
    width: 100vw;
    height: 100vh;
}

/* Portfolio */

.portfolio-item .item-img img,
.blog-item .item-img img {
    width: 100%;
    height: 250px;
}

.portfolio-item h2,
.blog-item h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination .page-link {
    color: var(--primary);
    border-color: var(--primary)
}

.pagination .active>.page-link,
.pagination .page-link.active {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.service-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.service-icon i {
    display: flex;
}

.domain-icon i {
    display: flex;
}

/* Responsive */

@media screen and (min-width: 992px) {
    .company-tour .carousel {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .our-team-card [class*="col-"] {
        position: relative;
        padding-top: 50px;
    }

    .our-team-card [class*="col-"]:nth-child(2n) {
        padding-top: 0;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 49px;
    }
}

@media screen and (max-width: 1399px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }

    .mw-650 {
        max-width: 555px;
    }

    .border-box::before {
        top: 37px;
    }

    .who-we-are .display-1 {
        font-size: 3.7rem;
    }

    .border-end-5 {
        border-right-width: 15px;
    }

    .rounded-img {
        border-bottom-right-radius: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .logo-trust {
        top: -35px;
    }

    .logo-trust img {
        max-width: 60px;
    }

    .mobile-images {
        margin-left: -115px;
    }

    .ceo-img {
        margin-bottom: -35%;
    }

    .team-img {
        width: 185px;
        height: 185px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {

    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        width: 250px;
        height: 100vh !important;
        overflow-y: auto;
        background-color: var(--white);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        transition: ease all 0.3s;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        z-index: 1;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner [class*="col-"].position-relative {
        position: static !important;
    }

    .logo-trust {
        top: -40px;
        right: 12px !important;
    }

    .logo-trust img {
        max-width: 40px;
    }

    .rating-card-wrap .carousel {
        height: 250px;
    }

    .mobile-images {
        margin-left: -210px;
    }

    .industry [class*="col-"] {
        top: 0;
    }

    .application-text {
        border: none !important;
    }

    .technology-platform [class*="col-"] {
        width: 25%;
    }

    .tech-card,
    .section-counter .counter-column {
        border-radius: 30px;
    }

    .technologies-section .w-75 {
        width: 100% !important;
    }

    .technologies-section .info {
        border: 1px solid var(--bs-border-color) !important;
    }

    tr,
    td,
    th {
        font-size: 15px;
    }


    /* Who we are */
    .mw-650 {
        max-width: 100%;
    }

    .rounded-img {
        border-bottom-right-radius: 0;
    }

    .border-end-5 {
        border-right-width: 8px;
    }

    .who-we-are .display-1 {
        font-size: 3rem;
    }

    .border-box::before {
        top: 28px;
    }

    .our-values [class*="col-"] {
        margin-top: 110px;
    }

    .ceo-section .ceo-img {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        opacity: 0.4;
        margin-top: auto;
    }

    .company-tour .carousel-inner img {
        height: 350px;
    }

    .review-trust .border-2 {
        border: none !important;
    }

    .contact-us .mw-600 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .fs-5 {
        font-size: 1rem !important;
    }

    .lh-lg {
        line-height: 1.5 !important;
    }

    .w-75,
    .w-50 {
        width: 100% !important;
    }

    .mobile-fixed,
    .mobile-images {
        position: static;
        top: 0;
        left: 0;
        margin-left: 0;
        transform: none;
    }

    .h-540 {
        height: auto;
    }

    .technology-platform [class*="col-"] {
        width: 33.3333%;
    }

    .carousel-indicators.rounded-indicators [data-bs-target] {
        width: 13px;
        height: 13px;
    }

    table th {
        width: 100%;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    tr,
    td,
    th {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important;
    }

    tr {
        margin-bottom: 16px;
        border-left-width: 1px !important;
        border-right-width: 1px !important;
        border-color: #c9c6c6 !important;
    }

    .table-left {
        border: none !important;
    }

    .company-tour .carousel-inner img {
        height: 250px;
    }

    .company-tour .carousel-indicators button.thumbnail {
        width: 50px;
        height: 50px;
    }

    .contact-us .btn {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .technology-platform [class*="col-"] {
        width: 100%;
    }

    .tech-card {
        max-width: 100%;
        height: auto;
    }

    video {
        width: 100%;
        height: 100%;
    }

    .border-end-5 {
        border-right-width: 5px;
    }

    .border-box::before {
        top: 20px;
        border-width: 2px;
    }

    .who-we-are .display-1 {
        font-size: 2.2rem;
    }

    .border-end-5 {
        border-right-width: 2px;
    }
}

@media screen and (max-width: 399px) {
    .logo-trust {
        right: 12px !important;
    }

    .company-tour .carousel-inner img {
        height: 180px;
    }
}