﻿* {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


img {
    margin: auto;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.carousel-caption {
    text-shadow: none;
}

p {
    margin-bottom: 18px;
}

.video-bg {
    object-fit: cover;
    z-index: -20 !important;
    width: 100%;
    height: 100vh;
}


/*---------header-box------------*/
.header-box {
    background-color: #403e4a !important;
    padding: 8px 0;
}

    .header-box p {
        color: #e3e3e3;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }

/*-----------slider-box-----------------*/
.carousel-inner {
    position: relative;
}

    .carousel-inner::after {
        content: "";
        background: linear-gradient(#00000099 35%, transparent 100%);
        position: absolute;
        top: 0;
        left: 0;
        height: 150px;
        width: 100%;
    }

.carousel-caption {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    text-align: left;
    padding: 0 400px 0 100px;
}

    .carousel-caption h2 {
        font-size: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 18px;
        font-family: Montserrat, sans-serif;
        color: #ffffff;
    }

        .carousel-caption h2 img {
            position: absolute;
            top: -60px;
            left: -65px;
        }

        .carousel-caption h2 small {
            color: #f9dfdf;
            font-size: 3rem;
        }

    .carousel-caption p {
        font-size: 20px;
        font-weight: 100;
        text-shadow: none;
        color: #ffffff;
    }

    .carousel-caption a,
    .about-content a,
    .btn-contact {
        padding: 12px 25px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 40px;
        font-weight: 400;
        font-size: 16px;
        text-shadow: none;
        margin-top: 40px;
        display: inline-block;
        transition: 0.5s;
    }

        .carousel-caption a:hover,
        .about-content a:hover,
        .btn-contact:hover {
            background: #815b22;
            color: #ffffff;
        }

.carousel-control.left,
.carousel-control.right {
    background: none;
}


.call-now-btn {
    padding: 15px 20px;
}

/*-----------------tags----------------*/

.tags {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 2px;
}

    .tags li {
        background: rgb(192 176 176 / 15%);
        border: 1px solid #333;
        border-radius: 10px;
        list-style-type: none;
        padding: 4px 10px;
        transition: .4s;
        cursor: pointer;
    }

        .tags li:hover {
            background: rgb(192 176 176 / 45%);
        }

/*-----------------plan-box----------------*/
.plan-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:30px;
}
    .plan-box:before,
    .plan-box:after {
        content: '';
        border: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        clip-path: polygon(0 0, 128% 1%, 98% 101%, 1% 99%);
        z-index:-1
    }

    .plan-box .plan {
        min-width: 180px;
        padding:20px;
    }
        .plan-box .image img{
            width:100%;
            max-width:250px;
        }
    .plan-box .plan h2, .plan-box .plan h3 {
        padding: 0;
        margin: 0;
        font-size: 5rem;
        font-weight: 900;
        color: #f1c113;
    }
    .plan-box .plan h4.bordered ,.plan-box .plan a.bordered {
        padding: 8px;
        font-size: 1.5rem;
        color: #f9ac06;
        width: fit-content;
        border: 2px solid #f9ac06;
        border-radius: 20px;
    }
    .plan-box .plan a{
        margin-left:150px;
    }
    .plan-box .plan h2 {
        transform: scale(1,1.5);
    }

        .plan-box .plan h3 {
            font-size: 3rem;
            font-weight: 600;
        }

        .plan-box .plan h4 {
            font-size: 2rem;
        }
        .plan-box .plan p {
            margin:0
        }
/*-----------------about-box----------------*/
.about-box {
    padding: 50px 0;
    position: relative;
    background: url(../img/tether-usdt-stablecoin-1.webp), #3d3a3a;
    background-size: cover;
    background-blend-mode: darken;
}

    .about-box img {
        margin-bottom: 30px;
    }

    .about-box h1,
    .about-box h2,
    .about-box h3 {
        color: #dddfe0;
        padding: 8px 0;
        font-weight: 600;
        text-transform: capitalize;
    }

        .about-box h1:after,
        .about-box h2:after,
        .about-box h3:after {
            content: "";
            position: absolute;
            left: 4px;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #5058c4;
        }

    .about-box h4 {
        color: #5058c4;
        font-size: 2rem;
    }

    .about-box p {
        line-height: 1.7;
    }

    .about-box ul {
        list-style-type: circle;
        margin-bottom: 25px;
    }

        .about-box ul li {
            line-height: 1.5;
            margin-bottom: 2px;
        }

            .about-box ul li a {
                color: #ffffff;
            }

.about-content h4,
.product-title h4 {
    margin: 0;
    color: #dddfe0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.about-content h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    margin: 20px 0;
}

    .about-content h1 b {
        padding: 5px;
        font-size: 32px;
        background: #cf83db52;
        border-radius: 4px;
    }

        .about-content h1 b:nth-child(2) {
            background: #f1c11352;
        }

.about-content a {
    border-radius: 25px;
    margin-top: 15px;
}

iframe.map {
    padding: 10px;
    border-radius: 30px;
    margin-top: 20px;
}

.add-detail,
.contact-info {
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.add-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .add-detail span {
        background: #ecfbfe;
        padding: 10px;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

        .add-detail span i {
            font-size: 4rem;
        }

.contact-info legend {
    font-weight: 700;
    color: #dddfe0;
    padding: 10px;
    margin: 0;
    width: fit-content;
    border: none;
}

.contact-info label {
    font-weight: normal;
}

.contact-info input.form-control {
    height: 50px;
    box-shadow: none;
}

.contact-info .save-btn {
    background: #003366;
    border-radius: 40px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    min-width: 100px;
}


/*====================footer-class=========================*/
.footer-box {
    padding: 150px 0px 0px;
    background: linear-gradient(60deg, #3d1945 0%, #e8eaed00 100%);
    background-size: auto;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.footer-logo img {
    margin-bottom: 20px;
    width: 90px;
}

.footer-logo p {
    color: #ffffff;
}

.footer-link-box h3,
.follow-link-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #dddfe0;
}

.footer-menu {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

    .footer-menu li {
        list-style-type: none;
        padding: 5px 0px;
    }

        .footer-menu li a {
            text-decoration: none;
            color: #fbf2f2;
            font-size: 1rem;
            display: block;
        }

.follow-menu li {
    list-style-type: none;
    display: inline-block;
}

    .follow-menu li a {
        text-decoration: none;
        color: #dddfe0;
    }

.footer-icon {
    padding: 7px 8px;
    background: transparent;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 10px;
    transition: ease-in-out .3s;
    border: 2px solid #8aaae5;
}

    .footer-icon:hover {
        background: #5058c4;
        transform: scale(1.1);
        color: #000938;
        transform: scale(0.9);
    }

.footer-contact li {
    list-style-type: none;
    color: #333;
    padding: 10px 0px;
}

    .footer-contact li i {
        font-size: 20px;
        color: #8aaae5;
        margin-right: 10px;
    }

.last-footer-class {
    padding: 15px 0px;
    border-top: 1px solid #eee;
}

    .last-footer-class p {
        font-size: 13px;
        letter-spacing: .3px;
        color: #000;
        padding: 0;
        margin: 0;
    }

        .last-footer-class p a {
            color: #00f
            /*#5058c4*/
            ;
        }

.footer-bottom {
    background: #fff;
}

/*--------------product-box-----------*/
.product-box {
    padding: 120px 0;
    background: #000000;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    overflow: visible
}

.product-title {
    text-align: center;
    margin-bottom: 50px;
}

    .product-title h3 {
        font-size: 36px;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

    .product-title p {
        font-size: 16px;
        font-weight: 400;
    }

.product-content {
    padding: 15px;
    background: linear-gradient(45deg, #190e0e, #231313);
    text-align: center;
    border-radius: 20px;
    transition: 0.5s;
    margin-bottom: 50px;
}



    .product-content:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        transform: scale(1.03);
    }

    .product-content .picon {
        padding: 15px 13px;
        height: 75px;
        width: 75px;
        background: linear-gradient(60deg, #e23b1899 0%, #ffc80099 100%);
        color: #ffffff;
        font-size: 45px;
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .product-content h3 {
        font-size: 24px;
        font-family: Montserrat, sans-serif !important;
        line-height: 30px;
        color: #dbb447;
        font-weight: 700;
        text-shadow: 0 0 50px #ffffff
    }

    .product-content p {
        font-size: 16px;
        color: #dcd5d5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .product-content a,
    .serviceBox a {
        color: #f1c113;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 20px;
        border: 1px solid #f1c113;
        display: inline-block;
        margin-top: 10px;
        border-radius: 5px;
    }

/*---------------working-box----------*/
.working-box {
    padding: 100px 0;
    background: linear-gradient(60deg, #e8eaed00 0%, #3d1945 100%);
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

.title-2 h3 {
    color: #dddfe0;
}

.title-2 p {
    color: #f3e0e0;
}

.work-content {
    padding: 15px 0px;
    background: #543636;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    text-align: center;
    margin-bottom: 15px;
    min-height: 200px;
    box-shadow: 0 0 15px 6px #0a000077;
    filter: opacity(0.9);
}

    .work-content span {
        font-size: 54px;
        font-weight: 700;
        color: #ebdddd;
        display: inline-block;
        margin-right: 20px;
    }

    .work-content i {
        color: #a4b575;
        font-size: 50px;
    }

.i-color-2 {
    color: #5058c4 !important;
}

.i-color-3 {
    color: #18dc59 !important;
}

.i-color-4 {
    color: #71911a !important;
}

.i-color-5 {
    color: #36bafe !important;
}

.i-color-6 {
    color: #ffb458 !important;
}

.work-content h3, .work-content h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #ffc800;
}

    .work-content h3 b {
        color: #fff;
    }

.work-content:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {

    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

/*--------------------------blog-box-------------------------*/
.blog-box {
    padding: 30px 0;
}

    .blog-box .blog-menu {
        font-size: 2rem;
        background: #5058c4;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
    }

    .blog-box .blog-list {
        background: #Fafafa;
        padding: 8px;
    }

        .blog-box .blog-list .item .title {
            font-size: 1.8rem;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            line-height: 1;
        }

        .blog-box .blog-list .item .info,
        .blog-box .blog-list .item .info i {
            font-size: 10px;
            color: #bbbbbb;
            line-height: 1;
        }

        .blog-box .blog-list .item .description {
            font-size: 14px;
            color: #333333;
            margin-bottom: 5px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            line-height: 1.4;
        }

    .blog-box .blog-content .title {
        font-size: 2.8rem;
        line-height: 1.5;
    }

    .blog-box .blog-content .info,
    .blog-box .blog-content .info i {
        font-size: 10px;
        color: #bbbbbb;
        line-height: 1;
    }

    .blog-box .blog-content .short-description {
        color: #003366;
        font-size: 1.5rem;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .blog-box .blog-content .description h3 {
        color: #dddfe0;
        font-size: 2rem;
    }

/*--------------------------package-area-------------------------*/
.package-area {
    padding: 60px 0px;
}

.package-content {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s !important;
    border-radius: 10px;
}

    .package-content:hover .package-top {
        background: #8aaae5;
    }

.package-top {
    padding: 60px 0px;
    background: #f6f7f8;
    text-align: center;
    transition: .6s;
}

    .package-top h3 {
        font-size: 16px;
        margin: 0px;
        font-weight: 800;
        margin-bottom: 8PX;
    }

.package-img {
    padding: 25px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 122px;
    left: 35%;
    background: #fff;
}

.package-bottom {
    text-align: center;
}

    .package-bottom span i {
        font-size: 16px;
        margin-right: 5px;
    }

    .package-bottom span {
        font-family: 'Roboto', sans-serif !important;
        font-size: 15px;
        font-weight: 600;
        padding: 65px 0px 20px 0px;
        display: block;
    }

        .package-bottom span b {
            font-size: 28px;
        }

    .package-bottom p {
        font-size: 15px;
        font-weight: 500;
        color: #aaa;
    }

.package-content a {
    text-decoration: none;
    padding: 15px 30px;
    background: #333132;
    color: #fafafa;
    letter-spacing: .5px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    transition: .5s !important;
}

    .package-content a:hover {
        background: #8aaae5 !important;
        color: #fff;
    }

/*------------------service-main-----------------*/
.service-main {
    padding: 70px 0;
    position: relative;
}

.serviceBox, serviceBox2 {
    text-align: center;
    padding: 25px 20px 25px 65px;
    position: relative;
    z-index: 1;
}

.serviceBox2 {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 30PX;
}

.product-content:before,
.product-content:after,
.serviceBox:before,
.serviceBox:after {
    content: '';
    border: 1px solid #ddd;
    position: absolute;
    left: 28px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    clip-path: polygon(0 0, 75% 0%, 40% 100%, 0% 100%);
}

.product-content:after,
.serviceBox:after {
    clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
}

.serviceBox .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(60deg, #ffffff 0%, #f5f4f4 100%);
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 0 15px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
}

.serviceBox2 .service-icon span {
    font-size: 2rem;
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #dbb447;
    text-align: left;
    text-shadow: 0 0 50px #ffffff;
}

.product-content:before,
.product-content:after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.serviceBox .service-icon span i {
    font-size: 3rem;
}

.serviceBox .title, .serviceBox2 .title {
    font-size: 22px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #dbb447;
    text-align: left;
    text-shadow: 0 0 50px #ffffff;
}

.serviceBox .description, .serviceBox2 .description {
    line-height: 25px;
    margin: 0;
    color: #ffffff;
}

.serviceBox a {
    border: 0px;
    padding: 0;
    color: #f1c113;
}

.serviceBox .price-box, .serviceBox2 .price-box {
    display: flex;
    justify-content: space-between;
}

.serviceBox2 .price-box {
    justify-content: center;
    padding-top: 20PX;
}

    .serviceBox .price-box div, .serviceBox2 .price-box div {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        text-align: left;
    }

        .serviceBox .price-box div .price, .serviceBox2 .price-box div .price {
            color: #5058c4
        }

        .serviceBox .price-box div .price-24, .serviceBox2 .price-box div .price-24 {
            color: #5058c4
        }

        .serviceBox .price-box div span, .serviceBox2 .price-box div span {
            color: #ffffff77
        }


@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}

/*Exchange*/
.exchange {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

    .exchange .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border: 1px solid #11264e;
        border-radius: 10px;
    }

        .exchange .item:nth-child(1) {
            background: #503236;
        }

        .exchange .item:nth-child(2) {
            background: #27102c;
        }

        .exchange .item:nth-child(3) {
            background: #060709;
        }

        .exchange .item:nth-child(4) {
            background: #1d2c36;
        }

        .exchange .item:nth-child(5) {
            background-image: linear-gradient(#0088CC, #2C3E50);
        }

        .exchange .item:nth-child(6) {
            background: #091c1e;
        }

        .exchange .item:nth-child(7) {
            background-image: linear-gradient(#ffe5b4, #a4854b);
        }

        .exchange .item:nth-child(8) {
            background: #23292e;
        }

        .exchange .item img {
            min-width: 100%;
            width: 100% !important;
            max-width: 300px;
        }

    .exchange a:first-child {
        display: block;
    }

    .exchange a:last-child {
        color: #f1c113;
        font-size: 1.3rem;
    }
/*-----------why-box--------------*/
.why-box {
    padding: 70px 0;
    background: #E2E2E2;
}

.why-content {
    padding: 40px 15px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: 0.6s;
}

    .why-content:hover {
        background-color: #ddd;
        transition: all 1s;
        box-shadow: inset 0 0 0 10px #a4b575;
        font-size: 25px;
    }

    .why-content h4 {
        margin: 0 0 15px 0;
        font-family: Montserrat, sans-serif !important;
        font-size: 22px;
        font-weight: 600;
        color: #646464;
        text-transform: initial;
        line-height: 30px;
    }

    .why-content p {
        font-size: 16px;
        color: #000;
        line-height: 28px;
    }

/*----------------vt-box----------------*/
.vt-box {
    padding-bottom: 40px;
}

.h4-title {
    margin: 20px 0;
    padding: 8px 30px;
    text-align: center;
    font-family: Montserrat, sans-serif !important;
    color: #dddfe0;
    font-weight: 600;
    font-size: 3rem;
}

.testimonial-bg {
    border: 2px solid #003366;
    padding: 25px 0px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

    .testimonial-bg:before {
        content: "“";
        font-family: monospace;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff;
        text-align: center;
        font-size: 25px;
        color: #003366;
        position: absolute;
        border: 2px solid #003366;
        top: -23px;
        left: 2%;
        border-radius: 50%
    }

.testimonial {
    padding: 0 15px;
}

    .testimonial .description {
        font-size: 16px;
        font-weight: 400;
        color: #848484;
        line-height: 30px;
        padding-bottom: 15px;
        position: relative;
    }

        .testimonial .description:before {
            content: "";
            width: 75%;
            border-top: 1px solid #ddd;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .testimonial .description:after {
            content: "";
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 50%;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            transform: translateX(-50%) rotate(45deg);
        }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 20px auto;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: #848484;
        text-transform: capitalize;
        font-family: Montserrat, sans-serif !important;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 16px;
        color: #a4b575;
    }

.owl-theme .owl-controls {
    margin-top: 5px !important;
    position: absolute;
    right: 0;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #34363b;
        opacity: 1;
        padding: 0;
    }

    .owl-theme .owl-controls .owl-buttons div {
        padding: 1px 9px !important;
    }

.owl-prev:before,
.owl-next:before {
    font-size: 2rem;
    content: "‹";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

.owl-next:before {
    content: "›";
}

@media only screen and (max-width:767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }

    .owl-theme .owl-controls {
        bottom: -22%;
    }
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 30px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }
}

@media only screen and (max-width:360px) {

    .testimonial .title,
    .testimonial .post {
        font-size: 16px;
    }

    .owl-theme .owl-controls {
        bottom: -12%;
    }
}

/*---------------------header-show-box------------------*/
.header-show-box {
    background: url(../img/header-top.jpg);
    padding: 150px 0 50px;
    background-size: cover;
    background-position: center center;
}

.header-show-box-content h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif !important;
    color: #000;
    margin: 0;
}

.header-show-box-content p {
    margin: 7px 0px 0px 0px;
}

    .header-show-box-content p a {
        font-size: 14px;
        color: #FD0100;
        letter-spacing: 2px;
        text-decoration: none;
        font-weight: 600;
    }

    .header-show-box-content p span {
        font-size: 14px;
        color: #000;
        letter-spacing: 1.5px;
    }

.page-top {
    padding: 50px 0;
}

    .page-top h2 {
        color: #003366;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .page-top h3 {
        font-size: 25px;
    }

.page-ul {
    list-style-position: inside;
    padding-left: 30px;
    margin-bottom: 30px;
}

    .page-ul li {
        line-height: 30px
    }

.page-top h1 {
    color: #003366;
    font-weight: 600;
    font-size: 3.5rem;
}

    .page-top h1 small {
        display: block;
        font-size: 18px;
    }

.page-top h4 {
    color: #003366;
    font-size: 20px;
    font-weight: 600;
}

.page-top h5 {
    color: #000938;
    font-size: 18px;
    font-weight: 600;
}

/*---------------contact-page----------------*/
.contact-1 i {
    color: #a4b575;
    font-size: 30px;
}

.con-1 {
    transform: rotate(95deg);
}

.contact-2 {
    padding-left: 5px;
    margin-bottom: 30px;
}

    .contact-2 h3 {
        margin: 0;
        font-weight: 600;
        font-size: 22px;
        color: #000;
    }

    .contact-2 p {
        color: #646464;
        font-size: 17px;
        margin: 0;
    }

.contact-content h3 {
    color: #000;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    font-family: Montserrat, sans-serif !important;
}

.contact-content p {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    color: #646464;
}

.form-contact {
    border-radius: 0px;
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: .8px;
    margin-bottom: 20px;
}

.btn-contact {
    margin: 0px;
    font-weight: 500;
    letter-spacing: .8px;
}

    .btn-contact:hover {
        color: #fff;
    }

/*---------------start status------------------*/
.status {
    display: flex;
    justify-content: center;
    margin-top: -51px;
}

.status_main {
    width: 1120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1607843137254902);
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    z-index: 99;
}

.status_main_text-web {
    font-size: 2rem;
    color: #ffc800;
    font-weight: 600;
    background: #f6ebd140;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 10px;
}

.status_main_container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.status_main_container_box1 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-border {
    background-color: #b9b9b9;
    width: 2px;
    height: 53px;
    opacity: .3;
}

.status_main_container_box1_image {
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

    .status_main_container_box1_image img {
        width: 100%;
    }

.status_main_container_box1_text {
    display: flex;
    flex-direction: column;
}

.status_main_container_box1_text_heading {
    font-size: 1.875rem;
    color: #363636;
    font-weight: 600;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .status {
        margin-top: -70px;
    }

    .status_main_text-web {
        font-size: 1.4rem;
    }

    .status_main_container {
        gap: 9px;
    }

    .status_main_container_box1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .status_main_container_box1_image {
        width: 39px;
        height: 39px;
    }

    .status_main_container_box1_text {
        align-items: center;
    }

    .status_main_container_box1_text_heading {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 992px) {
    .status_main {
        width: 92%;
        flex-direction: column-reverse;
        gap: 15px;
        padding: 12px 10px;
    }
}
/*---------------end status------------------*/
/*---------------gallery------------------*/
.masonry.bordered,
.masonry {
    column-gap: 0px !important;
}

.h4 {
    margin-top: 25px;
    display: inline-block;
    padding: 6px 30px;
    color: #f38736;
    font-size: 18px;
    letter-spacing: .5px;
}

.in-gallery img {
    margin: 0;
    min-height: 120px !important;
    width: 100%;
    max-height: 120px;
    border-width: 1px;
    margin-bottom: 5px;
    max-width: 100% !important;
}

.mg-gallery-item {
    position: relative;
    overflow: hidden;
}

    .mg-gallery-item > a {
        display: block;
    }

    .mg-gallery-item img {
        width: 100%;
    }

    .mg-gallery-item .mg-gallery-overlayer {
        background-color: rgba(60, 60, 60, 0.6);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
    }

        .mg-gallery-item .mg-gallery-overlayer > i {
            width: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -25px;
            margin-left: -25px;
            color: var(--color1, #fff);
            font-size: 35px;
            -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            transform: scale(0.4);
            opacity: 0;
            -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
        }

    .mg-gallery-item:hover .mg-gallery-overlayer {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .mg-gallery-item:hover .mg-gallery-overlayer > i {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 1;
        }

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

    .masonry h4 {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-weight: 600;
    }

    .masonry .item {
        display: inline-block;
        background: #fff;
        padding: 5px;
        /*  margin-top: -4px;         margin-bottom: -4px;*/
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    }

@media only screen and (min-width: 500px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {

    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

/*----------patner-box------------*/
.patner-box {
    padding: 60px 0;
}

.patner-content img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

a.fix {
    position: fixed;
    padding: 0;
    bottom: 15px;
    right: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #0ec433;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}

    a.fix i {
        font-size: 3rem !important;
    }

@media (max-width: 767px) {
    a.fix {
        display: flex;
    }
}

.animation-pulse {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

#accordion .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
    background:none;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    background: transparent;
}

#accordion .panel-title a {
    display: block;
    padding: 14px 50px 14px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffc800;
    background: #4f3234;
    position: relative;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

    #accordion .panel-title a.collapsed {
        border-radius: 20px;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f106";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            font-size: 20px;
            position: absolute;
            top: 12px;
            right: 30px;
        }

        #accordion .panel-title a.collapsed:before {
            content: "\f107";
        }

#accordion .panel-body {
    font-size: 14px;
    color: #f9f8f8;
    line-height: 25px;
    padding: 20px 25px;
    position: relative;
    border: none;
    background: #5543438c;
}


.plan-table {
    color: #fff;
    background: var(--main-color);
    background-blend-mode:screen;
    text-align: center;
    padding: 0 0 30px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

    .plan-table:after {
        content: "";
        background: #fff;
        width: 230px;
        height: 125px;
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: -1;
        clip-path: polygon(20% 0%, 80% 0%, 100% 60%, 80% 100%, 20% 100%, 0 60%);
    }

    .plan-table .plan-table-header {
        background: var(--main-color);
        padding: 22px;
        border-radius: 25px 25px 0 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        margin: 0 0 20px;
    }

    .plan-table .title {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .plan-table .pricing-content {
        text-align: left;
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        display: inline-block;
    }

        .plan-table .pricing-content li {
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: .5px;
            padding: 0 0 0 28px;
            margin: 0 0 10px;
            position: relative;
        }

            .plan-table .pricing-content li:last-child {
                margin: 0;
            }

            .plan-table .pricing-content li:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Pro";
                font-size: 14px;
                font-weight: 900;
                position: absolute;
                top: 2px;
                left: 0;
            }

            .plan-table .pricing-content li.disable:before {
                content: "\f00d";
            }

    .plan-table .price-value {
        color: var(--main-color-text);
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        text-transform: capitalize;
        margin: 0 0 15px;
    }

    .plan-table .plan-table-signup {
        background: #fff;
        padding: 6px 12px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    }

        .plan-table .plan-table-signup a {
            color: var(--main-color-text);
            font-size: 20px;
            font-weight: 500;
            text-transform: capitalize;
            display: inline-block;
            transition: all 0.3s ease-in-out;
        }

            .plan-table .plan-table-signup a:hover {
                text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
                text-decoration: none;
            }

    .plan-table.basic {
        --main-color: #0d538fa1;
        --main-color-text: #0d538f;
    }
    .plan-table.silver {
        --main-color: #273846;
        --main-color-text: #273846;
    }

    .plan-table.gold {
        --main-color: #fc900f80;
        --main-color-text: #fc900f;
    }
    .plan-table.platinum {
        --main-color: #cf99323d;
        --main-color-text: #cf9932;
    }

@media only screen and (max-width: 990px) {
    .plan-table {
        margin: 0 0 40px;
    }
}