* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

/* Navbar Section */
/* .navbar {
    transition: all 0.5s ease;
} */

@media screen and (max-width: 991px) {
    .btn-logo {
        background: none !important;
    }

    .nav-link.active::after {
        width: 100% !important;
        margin-left: 4px !important;

    }
}

.nav-link.active::after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 50%;
    height: 2px;
    background-color: #F29432;
    margin-top: 2px;
}

/* Showcase Section */
.carousel-item {
    position: relative;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.overlay-text-index {
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.overlay-logo {
    position: absolute;
    top: 90%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 100;

}

.overlay-logo img {
    object-fit: cover;
    width: 150px;
    height: 140px;
    border: 2px solid #F39432;
    border-radius: 50%;
    padding: 2px;
}

.fa-check {
    color: #F29432;
}

.btn-logo {
    background-color: #F39432;
}

.carousel-indicators .active {
    background-color: #ffc400;
}

.carousel-indicators button {
    background-color: #ced4da;
}

.sub-title {
    color: #F39432;
}

/* .btn-default {
    background: #2782BC;
}

.btn-default:hover {
    background: #F39432;
} */
/* icons */
.icons {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    margin: auto;
}
/* remove scroll service detail */
#remove_scroll {
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-color: #333 #6c757d;
}

#remove_scroll::-webkit-scrollbar {
    width: 0px !important;
}

#remove_scroll::-webkit-scrollbar-thumb {
    background-color: #6c757d;
}

#remove_scroll::-webkit-scrollbar-track {
    background-color: #333;
}
.btn-default {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #2782BC;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
}

.btn-default::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #F39432;
    transition: width 0.6s ease;
    z-index: -1;
}

.btn-default:hover::before {
    width: 100%;
}

.bg-logo {
    background: #F39432;
}

.btn-default:hover .bg-logo {
    background: #2782BC;
}

/* Showcase Section */
.logo-container {
    position: relative;
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
}

.border-overlay {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
}

.text-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
}

.border-overlay {
    border: 2px solid #F29432;
}

.text-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(41, 62, 105, 0.7);
    opacity: 0;
}

.logo-container:hover .border-overlay {
    transform: scale(1.2);
}

.logo-container:hover .text-overlay {
    opacity: 1;
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .bg-image {
        height: auto !important;
        margin-bottom: 5rem !important;
    }
}

/* carousel service */
.owl-carousel.version-2 {
    position: relative;
    /* padding: 15px 35px 0; */
    padding: 15px 0;
}

.logo-slider-2 {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

/* .owl-carousel .owl-item {
    padding: 0 20px;
} */
.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    /* background: #fff !important; */
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #F29432;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-prev span,
.owl-next span {
    color: #fff;
}

.version-2 .owl-item {
    text-align: center;
    padding: 0px 0px 20px;
}

.version-2 .owl-item img {
    /* width: 160px; */
    margin: 0 auto;
}

/* About Us Section */
.process img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.process .overlay {
    width: 100%;
    height: 700px;
    background-color: rgba(16, 72, 117, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.process {
    width: 100%;
    height: 700px;
    position: relative;
    color: white;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .process {
        height: 800px;
    }

    .process .overlay {
        height: auto;
    }

    @media screen and (max-width: 767px) {
        .process {
            height: 1200px;
        }

        .process .overlay {
            height: 1200px;
        }
    }
}

/* Footer Section */
footer {
    background: #2782BC;
}

.icon {
    color: #F39432;
}

.icons {
    color: #2782BC;
}
.footer_icon, .footer_icon1{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}
.footer_icon i{
    color: #337dc7;
    padding-top: 8px;
    padding-left: 10px;
}
.footer_icon1 i{
    color: #337dc7;
    padding-top: 6px;
    padding-left: 7px;
}

/* Qoute Section */
.qoute,
.qoutes {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

.qoute img,
.qoutes img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.5;
}

.qoute .overlay,
.qoutes .overlay {
    width: 100%;
    height: 500px;
    background-color: rgba(22,131,191, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.qoute,
.qoutes {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

.under-line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #F39432;
    margin-top: 5px;
}

.under-line1 {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #F39432;
    margin: auto;
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .qoute {
        height: 800px;
    }

    .qoute .overlay {
        height: 800px;
    }
}

@media screen and (max-width: 453px) {
    .qoute {
        height: 1000px;
    }

    .qoute .overlay {
        height: 1000px;
    }
}

/* Service Section */
.btn-service {
    background: #3281B9;
}

/* Client Section */
.client {
    background-color: #FEF5EC;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-180px * 7));
    }
}

.slider {
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(220px * 16);
}

.slider .slide {
    height: 120px;
    width: 220px;
    margin-right: 100px;
    border-radius: 100px;
    border: 1px solid #F29432;
    padding: 4px;
    overflow: hidden;
}

.slider .slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100px;
}

/* Scroll Up Button */
#scrollUpBtn {
    border: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #F29432;
    display: none;
    z-index: 10000;
}