body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}

h1, h2. h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 1400px !important;
}

p {
    color: #000000;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.m-auto {
    margin: 0 auto;
}

/**/
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}

    .call-part ul li a {
        padding: 0 0 6px 0;
        background: linear-gradient(38deg, #000000, #0f1439, #000000);
        ;
        display: block;
        line-height: 1;
        margin-bottom: 6px;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        border: solid 1px #000000;
        box-shadow: 0 0 1px 2px #00000073;
    }

        .call-part ul li a i {
            width: 45px;
            height: 50px;
            background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
            padding: 12px 11px;
            font-size: 25px;
            margin-top: 5px;
            margin-left: 5px;
            color: #000000;
            margin-right: 10px;
        }

    .call-part ul li.whats {
        margin-top: 79px;
    }

    .call-part ul li.whats {
        bottom: 100px;
    }

        .call-part ul li.whats i {
            background: #129122;
            color: #fff;
        }

    .call-part ul li:hover {
        right: 0;
    }

nav.navbar.navbar-expand-lg {
    padding: 0;
}

/*Header css*/

.bg-g {
    background: linear-gradient(38deg, #000000, #0f1439, #000000);
    ;
}

.top-head {
    padding: 8px 0;
}

ul.list-top-text li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

    ul.list-top-text li:nth-child(1) {
        margin-right: 8px;
        border-right: solid 1px #fff;
        padding-right: 12px;
    }

    ul.list-top-text li i {
        background: #edb743;
        color: #000000;
        width: 35px;
        height: 35px;
        border-radius: 100px;
        text-align: center;
        padding: 7px 0;
        font-size: 19px;
        margin-right: 3px;
    }

        ul.list-top-text li i:hover {
            background: #fff;
        }

.social-list ul {
    text-align: end;
}

    .social-list ul li {
        display: inline-block;
        margin-left: 7px;
    }

        .social-list ul li a {
            background: #edb743;
            color: #000;
            width: 35px;
            height: 35px;
            border-radius: 100px;
            text-align: center;
            padding: 4px 0;
            font-size: 19px;
            display: block;
        }

            .social-list ul li a:hover {
                background: #fff;
            }
/**/
.header-main {
    background: #000000;
    border-top: solid 1px #ebb64f40;
    border-bottom: solid 1px #ebb64f40;
}

.logo-main {
    width: 310px;
}

.cta-btn {
    border: solid 2px #edb743;
    color: #fff;
    font-size: 18px;
    padding: 10px 22px;
    border-radius: 100px;
}

    .cta-btn:hover {
        color: #fff;
    }

    .cta-btn i {
        color: #edb743;
        margin-right: 4px;
    }

.header-main ul.navbar-nav li {
    margin-right: 6px;
}

    .header-main ul.navbar-nav li a {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

        .header-main ul.navbar-nav li a:hover {
            color: #edb743;
        }



/**/
.ts-section {
    background: #f5efe6;
    padding: 35px 0;
}

.ts-subtitle {
    font-size: 35px;
    font-weight: 600;
    color: #0f1439;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

    .ts-subtitle::before,
    .ts-subtitle::after {
        content: "";
        width: 60px;
        height: 2px;
        background: #ecae32;
        position: absolute;
        top: 50%;
    }

    .ts-subtitle::before {
        left: -70px;
    }

    .ts-subtitle::after {
        right: -70px;
    }

.ts-row {
    row-gap: 30px;
}

.ts-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    text-align: center;
}

    .ts-card:hover {
        transform: translateY(-8px);
    }

.ts-img {
    position: relative;
}

    .ts-img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

.ts-icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 3px solid #fff;
}

.ts-content {
    padding: 35px 20px 20px;
}

    .ts-content h4 {
        font-size: 18px;
        font-weight: 600;
        color: #0f1439;
        margin-bottom: 10px;
    }

    .ts-content p {
        font-size: 16px;
        margin: 0;
    }

.call-btn {
    border: solid 2px #edb743;
    color: #000000;
    font-size: 18px;
    padding: 9px 22px;
    display: block;
    background: #edb743;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
}

.call-btn {
    color: #000 !important;
}

    .call-btn i {
        color: #0f1439;
    }

.img-why img {
    width: 50px;
    height: 50px;
    background: #ebb64f;
    border-radius: 12px;
    border: solid 1px #550f06;
    padding: 4px;
}


/**/
.aboutrb-section {
    padding: 30px 0;
}

/* Image */
}


/* Content */
.aboutrb-content {
    padding-left: 20px;
}

.aboutrb-subtitle {
    font-size: 22px;
    color:white;
    margin-bottom: 10px;
    position: relative;
}

.aboutrb-title {
    font-size: 35px;
    font-weight: 700;
    color:#f5d00b;
    margin-bottom: 15px;
}

.aboutrb-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family:sans-serif;
}

/* Features */
.aboutrb-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
}

.aboutrb-feature {
    font-size: 17px;
    color:white;
    
}

    .aboutrb-feature i {
        color: #f8c706;
    }
/* Button */

a.call-btn.left-btn {
    margin: 0;
    background: linear-gradient(38deg, #000000, #0f1439, #000000);
    ;
    color: #fff !important;
    padding: 13px 20px;
}

    a.call-btn.left-btn i {
        color: #ebb64f;
        margin-right: 4px;
    }

.card-text {
    background:gold;
    padding: 15px;
    border-left: solid 2px #0f1439;
    color: black;
    font-size:18px;
}

/**/
.services-section {
    padding: 40px 0;
    text-align: center;
}

    .services-section .ss-small-title {
        color: #0e122f;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .services-section .ss-main-title {
        font-size: 33px;
        font-weight: 700;
        color: #0e122f;
        margin-bottom: 28px;
    }

    .services-section .ss-card {
        border-radius: 14px;
        padding: 12px 12px 20px 12px;
        margin-bottom: 25px;
        transition: 0.3s ease;
        box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        background: #fff;
    }

        .services-section .ss-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

    .services-section h5 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 6px;
        margin-top: 9px;
        color: #0f1439;
    }

.img-why i {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    padding: 11px 3px;
    background: #0f1439;
    border: solid 2px #0f1d8b;
    text-align: center;
    font-size: 25px;
    color: #fcfcff;
}

.services-section p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.bg-img {
    background-image: url(../images/bg-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/**/
.why-chose {
    padding: 50px 0;
}

.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #edb743;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.about-part .sab-title {
    width: fit-content;
}

.title-h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0f1439;
    margin-bottom: 15px;
}

.card-why {
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.32);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    gap: 9px;
    margin: 10px 0;
    align-items: center;
}

.con-why {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
/**/

.cta-part {
    padding: 40px 0;
    background-image: url(../images/bg-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    border: solid 2px #edb743;
    border-left: 0;
    border-right: 0;
}

    .cta-part h2 {
        font-size: 32px;
        line-height: 1.5;
        text-transform: capitalize;
        color: #ffffff;
        font-weight: 600;
    }

    .cta-part p {
        font-size: 20px;
        line-height: 1.4;
        text-transform: capitalize;
        color: #ffffff;
        font-weight: 600;
        background: #00000057;
        width: fit-content;
        margin: 15px auto;
        padding: 16px 18px;
        border-radius: 8px;
        max-width: 900px;
    }

.awards {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
    margin-bottom: 20px;
}

/**/
/**/
.test-card {
    padding: 15px;
    padding-top: 40px;
}

.testimonial {
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffffff;
    padding: 20px;
    background: linear-gradient(38deg, #000000, #0f1439, #000000);
    ;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.pic img {
    border-radius: 100px;
    width: 100px;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
    margin-top: -70px;
}

.star-icons {
    color: #0f1439;
    font-size: 29px;
    background: #ebb64f;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 22px;
    line-height: 1;
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 16px;
    color: #fff;
}

.testimonial .testimonial-title {
    color: #0f1439;
    font-size: 20px;
    background: #ebb64f;
    width: fit-content;
    padding: 7px 22px;
    margin: 0 auto;
    border-radius: 54px;
}

.owl-theme .owl-controls .owl-page span {
    background: #0f1439 !important;
}

/**/
.ftr-sec {
    background-image: url(../images/bg-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 10px 0;
}

    .ftr-sec .social-icon ul {
        text-align: center;
    }

        .ftr-sec .social-icon ul li {
            display: inline-block;
            margin: 0 4px;
        }

            .ftr-sec .social-icon ul li a {
                color: #111;
                font-weight: 600;
                letter-spacing: 1px;
                font-size: 18px;
                padding: 6px 10px;
                border-radius: 100px;
                background: #ebb64f;
                display: block;
                width: 38px;
                text-align: center;
                height: 38px;
            }

                .ftr-sec .social-icon ul li a:hover {
                    background: #fff;
                    color: #000;
                }

ul.list-page {
    margin-top: 25px;
}

.list-page li {
    display: inline-block;
    margin: 0 5px;
}

ul.list-page li a {
    color: #111;
    font-size: 16px;
    background: #ebb64f;
    width: fit-content;
    padding: 10px 22px;
    margin: 0 auto;
    border-radius: 54px;
}

    ul.list-page li a:hover {
        background: #fff;
        color: #000;
    }

.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ecae32;
    padding: 10px 0;
}

.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}


/**/

/**/
.page-hero {
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(to right, #88053b, #36053d, #351570, #150435);
    background-image: url(../images/bg-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.pp-section {
    padding: 30px 0;
    background: #ebb64f;
}

.pp-box {
    background: #fff;
    border-radius: 16px;
    padding: 25px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pp-title {
    font-size: 32px;
    font-weight: 700;
    color: #0e122f;
    text-align: center;
    margin-bottom: 10px;
}

.pp-date {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
}

.pp-intro {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4;
}

.pp-block {
    margin-bottom: 25px;
}

    .pp-block h3 {
        font-size: 28px;
        color: #0e122f;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .pp-block p {
        font-size: 16px;
        color: #181818;
        line-height: 1.4;
        margin: 0;
    }

        .pp-block p strong {
            color: #0e122f;
        }

.pp-contact {
    background: #f8f5f2;
    padding: 20px;
    border-radius: 10px;
}

ul.list-page li a {
    color: #000000;
    font-size: 16px;
    background: #ebb64f;
    width: fit-content;
    padding: 10px 22px;
    margin: 0 auto;
    border-radius: 54px;
    font-weight: 500;
}

    ul.list-page li a:hover {
        background: #fff;
        color: #000;
    }

.list-page li {
    display: inline-block;
    margin: 0 5px;
}

/**/
.wa-section {
    background: linear-gradient(38deg, #000000, #0f1439, #000000);
    padding: 60px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.wa-title {
    font-size: 32px;
    font-weight: 700;
}

.wa-sub {
    margin-bottom: 20px;
    background: #ffffff0d;
    padding: 15px;
    border-left: solid 2px #f7aa38;
    color: #fff;
    font-size: 17px;
}

.wa-points span {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

.wa-points i {
    margin-right: 5px;
    color: #ffd700;
}



.wa-form-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

    .wa-form-box input {
        width: 100%;
        padding: 10px;
        border: none;
        background: #f1f1f1;
        border-radius: 5px;
        outline: none;
    }

.wa-btn {
    width: 100%;
    background: linear-gradient(to right, #f9a825, #fdd835);
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

    .wa-btn i {
        margin-right: 1px;
        background: #129122;
        color: #fff;
        padding: 6px;
        font-size: 20px;
        border-radius: 100px;
    }

/* Responsive */
@media (max-width: 768px) {
    .aboutrb-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .aboutrb-features {
        grid-template-columns: 1fr;
    }
}

/**/

@media (max-width:1199px) {
    .logo-main {
        width: 140px;
    }
}


@media (max-width:991px) {
    ul.list-top-text li {
        font-size: 14px;
    }

        ul.list-top-text li i {
            width: 25px;
            height: 25px;
            padding: 6px 0;
            font-size: 12px;
            margin-right: 2px;
        }

    .social-list ul li a {
        width: 25px;
        height: 25px;
        padding: 2px 0;
        font-size: 15px;
    }

    .social-list ul li {
        margin-left: 3px;
    }

    .logo-main {
        width: 100%;
    }

    .navbar-toggler {
        background: #fff;
        width: 60px;
        height: 40px;
        font-size: 25px;
        color: #4b0a01;
        display: none;
    }

    .header-main ul.navbar-nav li {
        border-bottom: solid 1px #ebb64f29;
        padding: 4px 5px;
    }

        .header-main ul.navbar-nav li a {
            font-size: 18px;
        }

    form.d-flex .cta-btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.more6 {
    display: none;
}

@media (max-width:768px) {
    .more6 {
        display: block;
    }
}


@media (min-width:768px) {
    .dask-none {
        display: none !important;
    }
}

@media (max-width:767px) {
    .ts-subtitle::before, .ts-subtitle::after {
        display: none;
    }

    .top-head {
        display: none;
    }

    .header-main nav {
        padding: 0;
    }

    .aboutrb-title {
        font-size: 28px;
    }

    .why-choose-us {
        margin-bottom: 30px;
    }

    .title-h2 {
        font-size: 28px;
    }

    .wa-title {
        font-size: 26px;
    }

    .wa-form-box {
        margin-top: 26px;
    }

    .wa-points span {
        margin: 6px 5px;
    }

    .header-main {
        border-top: solid 2px #eaad41;
        border-bottom: solid 1px #eaad414f;
    }

        .header-main ul.navbar-nav {
            background: #000000;
            border-radius: 12px;
            padding: 11px;
            margin-top: 9px;
        }

    ul.list-page li a {
        font-size: 13px;
        padding: 8px 13px;
    }

    .m-none {
        display: none !important;
    }

    .ts-subtitle {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .ts-content h4 {
        font-size: 20px;
    }
}
