@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);

body {
    font-size: 16px;
    /*line-height: 24px;*/
    color: #333;
    font-weight: 400;
    font-family: "Poppins", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Lato", serif;
    font-family: "Poppins", serif;
}

p {
    line-height: 1.79 !important;
}

.color1 {
    color: #ffcc2a;
}

header {
    background: #201e1f;
}

.bg1 {
    background: #ffcc2a;
}

.f500 {
    font-weight: 500 !important;
}

.f600 {
    font-weight: 600 !important;
}

.f700 {
    font-weight: 700 !important;
}

.f800 {
    font-weight: 800 !important;
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
 
}

.marquee-content {
    display: inline-block;
    animation: scroll-left 12s linear infinite; 
}

    .marquee-content span {
        padding-right: 50px;
        padding-left: 60px;
   
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-80%);
    }
    /* Move by half to match the duplicate */
}


.button-width1 {
    width: 150px;
}

.button2 {
    background: #333;
    color: white;
    text-decoration: none;
    padding: 3px 20px !important;
    border-radius: 3px !important;
}

    .button2:hover {
        background: #111;
        color: #fff;
    }

.products-text a {
    color: #333 !important;
    text-decoration: none !important;
}

.products-text p {
    padding-top: 9px;
    font-weight: 500;
    padding-bottom: 6px;
}

.bg4 {
    background: #363435;
}

.line {
    width: 70px;
    height: 3px;
    background: #ffcc2a;
}

.line2 {
    width: 180px;
    height: 4px;
    background: #333;
}

.line3 {
    width: 260px;
    height: 4px;
    background: #333;
}

.line4 {
    width: 260px;
    height: 4px;
    background: #ffcc2a;
}

.v-hidden {
    visibility: hidden;
}

.image-width4 {
    width: 50%;
    margin: auto;
    display: block;
}


.custom-nav {
    padding: 1px 0px 0px 0px !important;
}

    .custom-nav a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

        .custom-nav a:hover {
            color: #e5e0c6;
        }

    .custom-nav span {
        color: white;
        position: relative;
        top: 6px;
    }

.text-div-right a {
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.text-div-right span {
    display: inline-block;
    padding: 0px 10px;
}

.text-div-right .social {
    font-size: 17px;
}

    .text-div-right .social:hover {
        color: #e5e0c6;
    }

.social-top {
    color: #ffcc29 !important;
}

.yellow-bg {
    background: #ffcc29 !important;
}

.yellow {
    color: #ffcc29 !important;
}

.logo {
    width: 320px;
}

.icon1 {
    width: 180px;
}

.client-logos img {
    margin-top: 20px;
    width: 95px;
}





.btn1 {
    background: #ffcc2a;
    padding: 9px 20px;
    color: #000;
    border-radius: 4px !important;
}

    .btn1 i {
        font-size: 12px;
    }

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.myslides .col-sm-4 {
    padding: 0px !important;
}

.social2 {
    font-size: 31px;
    padding: 5px;
}

.head4 {
    font-size: 28px;
}

.text1 {
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

    .text1:hover {
        color: inherit;
    }

.small-text {
    font-size: 13px;
}

.relative {
    position: relative;
}

.ft-btn {
    width: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.gmap {
    height: 400px;
    width: 100%;
}




.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.3em;
    height: 1.3em;
}

.navbar-toggler {
    border: 1px solid white;
    padding-bottom: 9px;
    padding-top: 0px;
}


.owl-nav .owl-next span {
    font-size: 31px;
    position: absolute;
    right: 0px;
    width: 41px;
    background: #ffcc2a;
    color: white;
    top: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.owl-nav .owl-prev span {
    font-size: 31px;
    position: absolute;
    left: 0px;
    width: 41px;
    background: #ffcc2a;
    color: white;
    top: 50%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

footer {
    background: #ffcc2a;
}

.home-carousel {
    margin-bottom: -22px;
}


.head2 {
    font-size: 52px;
}

.head3 {
    font-size: 32px;
    text-transform: capitalize;
}

.footer-logo {
    width: 340px;
}

footer p {
    font-size: 13px;
    color: #111;
}

footer a {
    color: #111;
    display: inline-block;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

    footer a:hover {
        color: #333;
    }

.btn1:hover {
    background: #ffd244;
    padding: 9px 20px;
    color: #111;
}

.navbar-nav a:active{
    color:white !important
}
.navbar-nav a:focus{
    color:white !important
}

@media(min-width:1200px) {
    .container {
        max-width: 1160px;
    }
}

@media(min-width:768px) {
    .navbar-brand {
        display: none;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        visibility: hidden;
    }

    .gmap {
        height: 350px;
    }

    .custom-nav .navbar-nav span {
        display: none;
    }

    .owl-nav .owl-next span {
        top: 34%;
        font-size: 21px;
        width: 25px;
    }

    .owl-nav .owl-prev span {
        top: 34%;
        font-size: 21px;
        width: 25px;
    }

    .kt-text {
        font-size: 14px;
        line-height: 20px !important;
    }

    header {
        padding-bottom: 6px;
        background: #363435fa;
    }

    .head2 {
        font-size: 41px;
    }

    .head3 {
        font-size: 22px;
    }

    .head4 {
        font-size: 22px;
    }

    p {
        line-height: 1.5 !important;
    }

    footer ul li {
        display: inline-block;
        font-size: 14px;
        padding: 3px 5px;
    }

    .image-width4 {
        width: 100%;
    }

    .custom-nav {
        padding: 3px 0px 0px 0px !important;
    }
}
