@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body {
   
   font-family: 'Poppins', sans-serif;
   background:none;
}
.dark-background{
     background-color: #1f1f25;
}


p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

a:hover {
    text-decoration: none !important;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}
.payment-qr img{
    height:30vh;
    object-fit:cover;
}
.payment-qr{
    text-align:end;
}
.file-label{
        font-size: 25px;
    margin-bottom: 22px;
}
.partner-article{
       padding: 20px;
        border: 1px #ada9a9 solid;
        text-align: center;
        min-height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}
.partner-article figure img{
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
/*.partner-table th, td {*/
/*    border: 1px solid #dddddd;*/
/*    text-align: left;*/
/*    padding: 8px;*/
/*}*/
.partner-table img{
        width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

:root {
    --theme-color: #02AEEF;
    --black-color: #1F1F25;
    --white-color: #fff;
}


/*************HEADER*************/
.features ul li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c    ";
    color: #e4e4e7;
    font-size: 16px;
    text-align: left;
    margin-left: 24px;
}

body.modal-open {
    padding-right: 0px !important;
}

/*    Custom CSS   */

 .top-offer-header {
                background: #cbf5d6;
                text-align: center;
                z-index: 1;
                position: relative;
                padding: 20px 0;
            }

            .top-offer-header p,
            .top-offer-header h5 {
                margin-bottom: 0;
                color: #000;
            }

            .top-offer-header p strong {
                color: #000;
            }

            .top-offer-header p a {
                text-decoration: underline;
                color: #000;
            }

            .ttm-header-icon.ttm-header-search-link {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .trusted-brand {
                background: rgba(108, 203, 130, 0.25);
                position: relative;
                overflow: hidden;
            }

            .vector-bg-2 {
                position: absolute;
                top: -200px;
                left: 0;
                right: 0;
            }

            .vector-bg-2 img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

            .trusted-brand-logo {
                position: relative;
                /*text-align: center;*/
                border: 2px solid rgba(93, 211, 98, 0.1);
                padding: 20px;
            }

            .trusted-brand-logo img {
                object-fit: contain;
                height: 60px;
                width: 100%;
                display: block;
                z-index: 2;
                position: relative;
                filter: grayscale(100%);
            }

            .trusted-brand-img span {
                margin-bottom: 20px;
                background: #5DD362;
                text-transform: capitalize;
                color: #fff;
                display: inline-block;
                padding: 10px 25px;
                margin-top: 10px;
                position: relative;
                bottom: 0;
                left: 0;
                transition: all 0.5s ease;
                opacity: 0;
                visibility: hidden;
                z-index: 1;
            }

            .trusted-brand-img:hover span {
                opacity: 1;
                visibility: visible;
                left: 50%;
                transform: translateX(-50%);
            }

            .trusted-brand-img:hover .trusted-brand-logo img {
                filter: none;
            }
            .s-title-1 ,
            .s-title-2,.s-title-3{
                font-size:68px;
                text-align:start;
                color:#fff;
                opacity: 0;
                  
            }
            .wrapper-one{
                    text-align: start;
            width: 100%;
            }
            .slide-table,
            .slide-table-1{
                 display: table;
                overflow: hidden;
                width: 100%;
                margin: 0 auto;
                height: 100%;
                overflow: hidden;
                height: auto !important;
                position: absolute;
                bottom: 54px;
                left: 0;
                transform: translate(20px, 20px);
            }
            .slide-table-2{
                   display: table;
                overflow: hidden;
                margin: 0 auto;
                height: 100%;
                overflow: hidden;
                height: auto !important;
                position: absolute;
                bottom: 54px;
                
            }

            .slide-content h2 {
                max-width: 100% !important;
                font-weight: 400 !important;
            }

            .slide-content p {
                text-align: start;
            }

            .slide-table-1 {
                display: block !important;
                overflow: hidden;
                width: auto !important;
                height: auto !important;
                position: absolute;
                bottom: 54px;
                left: 30%;
                transform: translate(20px, 20px);
            }

            .slide-content-1 h2 {
                max-width: 100% !important;
                font-weight: 400 !important;
                color: #fff;
            }

            .slide-content-1 p {
                text-align: center;
                max-width: 100% !important;
            }

            .slide-table-2 {
             
                position: absolute;
                bottom: 54px;
                right: 6%;
                transform: translate(20px, 20px);
            }

            .slide-content-2 h2 {
                max-width: 100% !important;
                font-weight: 400 !important;
                color: #fff;
                line-height:51px;
            }

            .slide-content-2 p {
                text-align: center;
                max-width: 100% !important;
            }

            .morbid {
                width: auto;
                max-width: 0% !important;
                white-space: nowrap;
                overflow: hidden;
                transition: max-width 1s linear !important;
            }

            .morbid {
                max-width: 100%;
            }
            .shop-button-link a{
                border: 2px solid #fff;
                display: inline-block;
                color:#fff;
                padding: 11px 20px;
                margin: 0;
                width: auto;
                min-width: 90px;
                line-height: 1.42;
                font-size: 16px;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                white-space: normal;
                cursor: pointer;
                -webkit-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                border-radius: 0;
                transition:  0.3s,background 0.3s,opacity 1s;
               
            }
.shop-button-link a:hover{
    background:#00CAD7;
    border:2px solid #00CAD7;
}
            .drop-main,
            .drop-main-1,
            .drop-main-2{
                   font-size: calc(17px*1.18);
                   text-transform: uppercase;
                    letter-spacing: 0.2em;
                    color:#fff;
                      margin-right: 20px;
                 margin-top: 5px;
                 opacity: 0;
            }
            

            .d {
               
                color: #00ffff;
                font-size: 16px;
                margin-right: 15px;
            }

            .r {
             
                color: #99ffff;
                font-size: 16px;
                margin-right: 15px;
            }

            .o {

                color: #ccffff;
                font-size: 16px;
                
            }

            /*.p {*/
            /*    opacity: 0;*/
            /*    animation: drop 0.4s linear forwards 0.6s;*/
            /*    color: #ffffff;*/
            /*}*/
            /*.s {*/
            /*    opacity: 0;*/
            /*    animation: drop 0.4s linear forwards 0.8s;*/
            /*    color: #de4040;*/
            /*}*/
            @keyframes drop {
                0% {
                    transform: translateY(-200px);
                    opacity: 0;
                }

                50% {
                    transform: translateY(0px);
                    opacity: 1;
                }

                65% {
                    transform: translateY(-17px);
                    opacity: 1;
                }

                75% {
                    transform: translateY(-22px);
                    opacity: 1;
                }

                100% {
                    transform: translateY(0px);
                    opacity: 1;
                }
            }




.page-reload-popup .modal-dialog {
    max-width: 100%;
    margin: 3rem 5%;
}

.page-reload-popup .modal-body {
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.page-reload-popup .modal-content {
    background-color: transparent;
    border: none;
}

.page-reload-popup .popup-banner {
    background: url("../images/popup-bg.jpg") top center no-repeat;
    width: 100%;
    border-radius: 10px;
}

.page-reload-popup .popup-banner .overlay {
    background-color: rgb(31 31 37 / 58%);
    padding: 50px 100px 100px;
    text-align: center;
    border-radius: 10px;
}

.page-reload-popup .popup-banner h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.modal-header .close {
    padding: 2px 8px !important;
    border-radius: 50%;
    background-color: #02aeef;
    position: relative;
    z-index: 1;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    display:flex;
    justify-content:center;
}

.page-reload-popup .modal-header {
    padding: 0px !important;
    background-color: transparent !important;
    border: none;
}

.page-reload-popup .input-group {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.page-reload-popup input[type="email"] {
    height: 46px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    border-radius: 30px 0 0 30px;
}

.page-reload-popup button.btn {
    background-color: #02aeef;
    padding: 7px 25px;
    height: 46px;
    border-radius: 0px 30px 30px 0;
    color: #fff;
    font-size: 20px;
}

.page-reload-popup button.btn:hover {
    background-color: #02aeef;
}

.theme-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    margin-top: -80px;
}




.page-reload-popup ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.page-reload-popup ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.page-reload-popup ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #02aeef;
    border: 1px solid #02aeef;
    background-color: transparent;
    border-radius: 30px;
    text-decoration: none;
    padding: 6px 14px;
    display: block;
}

.page-reload-popup ul li a:hover {
    color: #fff;
    border: 1px solid #02aeef;
    background-color: #02aeef;
}

/* Header Starts */



header.fixed-top {
    padding: 0px;
    background-color: #1f1f25;
    box-shadow: 0px -1px 6px 0px rgb(255 255 255 / 58%);
}

.navbar-brand img {
    max-height: 69px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 260px;
}
.navbar-nav{
    margin-top:8px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0px;
    background-color: #1f1f25 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
}

.navbar {
    padding: 0px !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(65 158 249) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #02aeef !important;
}

.navbar-toggler {
    background-color: #fff;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 10%);
    background-color: #fff;
}

.question-right {
    border-left: 1px solid #777;
    padding-left: 20px;
}

.question-right ul {
    padding: 0px;
    margin: 0px;
}

.question-right ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #adadad;
}

.question-right ul li:Last-child {
    padding-right: 0px;
}

.question-right ul li a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
}

.question-right ul li a:hover {
    color: #02aeef;
}

.question-right ul li a.btn.btn-quote {
    border: 1px solid #02aeef;
    background-color: #02aeef;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    top: -10px;
    position: relative;
}

/* Header Ends */

/**************BANNER SECTION************/

.banner-section {
    padding: 40px 0;
}

.banner-section img {
    width: 100%;
}

.banner-section h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}

.banner-section h1 span {
    display: block;
}

.banner-section p {
    margin-bottom: 5px;
}

.banner-section ul {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.banner-section ul li {
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.banner-section ul li:last-child {
    padding-bottom: 0px;
}

.banner-section ul li i {
    padding-right: 10px;
    color: #02aeef;
}

a.play {
    position: absolute;
    top: 50%;
    background-color: #02aeef;
    padding: 30px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    box-shadow: 1px 0px 17px 0px rgb(255 255 255 / 58%);
}

a.play:hover {
    color: #fff;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.banner-popup-video .modal-content {
    background-color: transparent;
}

.banner-popup-video .modal-body {
    padding: 0px;
}

.banner-popup-video .modal-dialog {
    max-width: 1000px;
    margin: 10rem auto;
}







/****************PARTNER SECTION***************/

.partner-section {
    padding-top: 30px;
    padding-bottom: 70px;
}

.single-logo img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}



/************WELCOME SECTION************/

.welcome-section {
    padding: 80px 0;
    background-color: #111;
}

.welcome-section img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.welcome-section h5 {
    position: absolute;
    top: 50px;
    right: 40px;
    background-color: #fff;
    padding: 30px;
    border: 15px solid #419ef9;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    border-radius: 10px 10px 10px 0;
    text-align: center;
    margin-bottom: 0px;
}

.welcome-section h5:after {
    content: "";
    position: absolute;
    bottom: -54px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #419ef9 transparent transparent;
}

.welcome-section h5 span {
    display: block;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    color: #419ef9;
}

.welcome-right {
    padding-left: 100px;
}

.welcome-right h2 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.welcome-right p {
    margin-bottom: 30px;
}

.welcome-right ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.welcome-right ul li {
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.welcome-right ul li:last-child {
    padding-bottom: 0px;
}

.welcome-right ul li i {
    padding-right: 10px;
    color: #02aeef;
}

a.btn.btn-buy {
    border: 1px solid #02aeef;
    background-color: #02aeef;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

.welcome-right h6 {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.welcome-right h6 i {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #02aeef;
    cursor: pointer;
    margin-right: 20px;
}

.welcome-right h6 i:hover {
    background-color: #02aeef;
    color: #fff;
}

.modal-body {
    padding: 0px;
}

.modal-header {
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
}

.modal-content {
    background-color: transparent;
}

/***************BUSINESS SECTION*************/

.business-section {
    padding: 80px 0;
}

.business-section h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.business-section h3 span {
    font-weight: 700;
}

.business-card {
    border-radius: 10px;
    margin-bottom: 30px;
}

.business-section img {
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.business-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.business-content h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

a.btn.btn-buynow {
    border: 1px solid #000;
    background-color: #fff;
    padding: 6px 16px 5px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.card-form-modal .modal-dialog {
    max-width: 800px;
    margin: 5rem auto;
}

.card-form-modal h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}

.card-form-modal .modal-body {
    padding: 30px;
    height: 500px;
    overflow-y: scroll;
}


.card-form-modal h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.card-form-modal select,
.card-form-modal input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 30px;
}

.card-form-modal textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 80px;
    margin-bottom: 20px;
}

.card-form-modal button.btn.btn-primary {
    border: 1px solid #02aeef;
    background-color: #02aeef;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    max-width: 172px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.card-form-modal button.btn.btn-primary:hover {
    border: 1px solid #02aeef;
    background-color: #02aeef;
}



/* 
    Black Material Section Starts
*/
.black-material-wrapper {
    background-color: #F8F7F0;
    position: relative;
    max-height: 585px;
    max-width: calc(1170px + 24px) !important;
    border-radius: 15px;
    overflow:hidden;
}

/* .black-material-wrapper .slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
} */

.material-text li{
    margin-bottom: 10px;
}

.black-material-wrapper .slider img {
    max-height: 600px !important;
    object-fit: contain !important;
    height: auto !important;
    
}

.black-material-title {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    position: relative;
    font-weight: 700;
    display: block;
    align-items: center;
    margin-top: -0.4em;
}

.black-material-description {
    padding:58px 49px 29px 48px;
}

.material-sub-title {
    margin-bottom: calc(65px - 43px);
    margin-top: -0.23em;
    color: #111111;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.187;
}

.material-text {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.667;
    margin-bottom: 0;
    color: #878680;
}

@media only screen and (max-width : 991.5px) {
    .black-material-wrapper {
        max-height: 100%;
    }

}





/**************SUPPORT SECTION***************/

.support-section {
    padding-bottom: 40px;
}

.support-section img {
    width: 100%;
}

.support-left {
    padding-right: 100px;
}

.support-section h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}

.support-left p {
    margin-bottom: 20px;
}

.support-left ul {
    padding: 0px;
    margin: 0px;
}

.support-left ul li {
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.support-left ul li:last-child {
    padding-bottom: 0px;
}

.support-left ul li i {
    padding-right: 10px;
    color: #02aeef;
}

/***********PRICING SECTION***********/

.pricing-section {
    padding: 80px 0;
    background-color: #111;
}

.pricing-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.pricing-section h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}


.pricing-section {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background-color: #171717;
}

.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.pricing-card {
    --col: #e4e4e7;
    position: relative;
    min-width: 360px;
    padding: 32px;
    padding-bottom: 96px;
    border-radius: 4px;
    border: 1px solid #262626;
    background-color: #26262620;
    box-shadow: 0 0 32px transparent;
    text-align: center;
}

.pricing-card.basic {
    --col: #0891b2;
}

.pricing-card.standard {
    --col: #059669;
}

.pricing-card.premium {
    --col: #c026d3;
}

.pricing-card:hover {
    border-color: var(--col);
    background-color: #26262680;
    box-shadow: 0 0 32px #171717;
    transform: translateY(-16px) scale(1.02);
    transition: all 0.5s ease;
}

.pricing-card>*:not(:last-child) {
    margin-bottom: 32px;
}

.pricing-card .heading h4 {
    padding-bottom: 12px;
    color: var(--col);
    font-size: 24px;
    font-weight: normal;
}

.pricing-card .heading p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: lighter;
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 60px;
    font-weight: bold;
}

.pricing-card .price sub {
    position: absolute;
    bottom: 14px;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: lighter;
}

.pricing-card .features li {
    padding-bottom: 16px;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    list-style-type: none;
}

.pricing-card .features li i,
.pricing-card .features li strong {
    color: #e4e4e7;
    font-size: 16px;
    text-align: left;
}

.pricing-card .features li strong {
    padding-left: 24px;
}

.pricing-card .cta-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #e4e4e7;
    font-size: 20px;
    font-weight: bold;
}

.pricing-card .cta-btn:active {
    background-color: transparent;
    color: var(--col);
    transition: all 0.3s ease;
}

/*************FEATURE SECTION*************/

.feature-section {
    padding: 60px 0;
}

.feature-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.feature-section h4 strong {
    display: block;
}

.feature-box {
    border: 1px solid #333;
    padding: 50px 25px;
    border-radius: 10px;
    background-color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.feature-box img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.feature-box h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #a3a3a3;
}




#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#counter .item {
    background: #333;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    width: 33%;
}

#counter .item .count {
    color: #02aeef;
    margin-bottom: 5px;
    font-size: 80px;
    font-weight: 600;
}

#counter .item h3 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}

#counter .item i {
    font-size: 60px;
    margin-bottom: 20px;
}



/**************TESTIMONIAL SECTION**************/

.testimonial-section {
    padding: 60px 0;
    background-color: #010101;
}

.testimonial-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-section .item {
    background-color: #333;
    padding: 30px;
    border-radius: 10px;
}

.testimonial-section .item img {
    width: 50px !important;
    float: left;
    margin-right: 20px;

}

.testimonial-section .item h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}

.testimonial-section .item h5 small {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #777;
}

.testimonial-section .item p {
    margin-top: 20px;
    color: #a3a3a3;
    margin-bottom: 20px;
}

.testimonial-section .item i {
    color: #ffbc00;
    font-size: 14px;
    margin-right: 2px;
}

.testimonial-section button.owl-prev,
.testimonial-section button.owl-next {
    display: none !important;
}

/***************INFO SECTION**************/

.info-section {
    background: url("../images/info-bg.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 40px 0;
}

.info-section h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.info-section h4 a {
    text-decoration: none;
    color: #02aeef;
}

/**************BLOG SECTION**************/

.blog-section {
    padding: 60px 0;
}

.blog-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.blog-section img {
    width: 100%;
    height: 300px;
    border-radius: 5px 5px 0 0;
}

.blog-content {
    background-color: #333;
    padding: 30px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 30px;
}

.blog-content h6 {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -40px;
    border-radius: 2px;
    margin-bottom: -10px;
}

.blog-content h6 a {
    background-color: #02aeef;
    padding: 2px 4px;
    color: #fff;
    text-decoration: none;
}

.blog-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

.blog-content p a {
    color: #f1f1f1;
    text-decoration: none;
}

.blog-content h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-content h5 a {
    color: #fff;
    text-decoration: none;
}

.blog-content h5 a:hover {
    color: #02aeef;
}

a.read-more {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #02aeef;
    text-decoration: none;
    text-transform: uppercase;
}

a.read-more:hover {
    color: #02aeef;
    text-decoration: none;
}

a.read-more i {
    padding-right: 5px;
}

/****************QUOTE SECTION****************/

.quote-section {
    padding: 60px 0;
}

.quote-section img {
    width: 100%;
    position: absolute;
    bottom: -60px;
}

.quote-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.quote-section form {
    background-color: #333;
    padding: 25px;
    border-radius: 10px;
}

.quote-section h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.quote-section select,
.quote-section input {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
}

.quote-section textarea {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 80px;
    margin-bottom: 20px;
}

.quote-section button.btn.btn-primary {
    border: 1px solid #02aeef;
    background-color: #02aeef;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    max-width: 172px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.quote-section button.btn.btn-primary:hover {
    border: 1px solid #02aeef;
    background-color: #02aeef;
}












/* Footer Starts */
.recent-blog-container {
    max-width: 95%;
    margin-top: 35px;
}

.footer .footer-top {
    background-color: #282828;
    padding: 50px 0;
}

.important-info li a,
.footer-top {
    color: var(--white-color);
}

.footer-list-title li:first-child,
.uk-branch {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-list-title li {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.uk-branch {
    margin-top: 40px !important;
}

.important-info li:first-child {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.important-info li {
    margin: 0 0 20px 0;
}

.important-info li a {
    font-size: 15px;
}

.important-info li a i {
    font-size: 14px;
}

.subscribe {
    margin-top: 45px;
}

.input-group {
    margin-top: 30px;
}

.input-group form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
    width: 100%;
}

.input-group form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.input-group form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1977cc;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 20px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer-bottom{
    background-color: #333;
    color: var(--white-color);
}
.footer-bottom .container{
    max-width: 95%;
}
.policy a{
    color: var(--white-color);
    border-bottom: 1px #eee dotted;
}
.footer-list-title{
    margin-bottom:15px;
}
/* Footer Ends */

/* 
      Modal Popup 
*/
.modal-dialog.w-100 {
    max-width: 1000px;
}

#exampleModal .modal-content {
    background-color: transparent;
}

.btn.btn-primary {
    background: #00AEEE !important;
    border-color: #00AEEE !important;
    margin-top: 10px;
    color: #fff;
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary:hover {
    background: #0088CC !important;
}

.enquiry-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 11px;
}

.enquiry-form input {
    padding: 12px 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
}

.enquiry-form input:focus {
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
}

.enquiry-form input::placeholder {
    color: #888888;
}

.modal-content {
    background-color: transparent;
    border: none;
}

input[type="text"] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.modal-body .btn-close {
    color: var(--white-color);
}

.modal-dialog {
    max-width: 1000px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.contact-wrap {
    background: #272a34;
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 3rem !important;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: none !important;
}

#message {
    height: inherit !important;
    border: none;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 0;
}

#message:focus {
    background-color: transparent;
}

.btn.btn-primary {
    background: var(--header-top) !important;
    border-color: var(--header-top) !important;
    margin-top: 10px;
    color: #fff;
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary:hover {
    background: #0088CC !important;
    /* Slightly darker color on hover */
}

.contact-wrap h3 {
    color: var(--white-color);
}

.form-group {
    margin-bottom: 1rem;
}


.info-wrap {
    background: #1c1e25;
}

.info-wrap h3 {
    color: var(--white-color);
    font-size: 18px;
    position: relative;
}

.info-wrap .dbox {
    margin-bottom: 25px;
}

.info-wrap .dbox .icon i {
    font-size: 20px;
    color: var(--white-color);
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
}

.info-wrap .dbox p {
    color: #666666;
}

.info-wrap .dbox p span {
    font-weight: 400;
    color: #fff;
}

.info-wrap .dbox p a {
    color: rgba(255, 255, 255, 0.3);
}

button.float-end {
    background-color: transparent;
    border: none;
}

button.float-end i {
    color: #fff;
    margin-right: -15px;
    font-size: 30px;
}


/*************BLOG PAGE************/

.page-banner {
    background: url("../images/popup-bg.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
}

.page-banner .overlay {
    padding: 80px 0;
    background-color: rgb(0 0 0 / 43%);
    text-align: center;
}

.page-banner h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.page-banner ul {
    padding: 0px;
    margin: 0px;
}

.page-banner ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 15px;
}

.page-banner ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.page-banner ul li a {
    color: #777;
    text-decoration: none;
}

.page-banner ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

/***********CONTACT US PAGE************/

.contact-body-section {
    padding: 70px 0;
}

.contact-body-section h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.contact-body-section p {
    margin-bottom: 20px;
}

.address-box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.address-box i {
    font-size: 40px;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.address-box h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.address-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.address-box p a {
    color: #fff;
    text-decoration: none;
}





.contact-body-section form {
    background-color: #333;
    padding: 25px;
    border-radius: 10px;
}

.contact-body-section h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-body-section select,
.contact-body-section input {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
}

.contact-body-section textarea {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
    font-size: 14px;
    color: #111;
    border-radius: 5px;
    height: 80px;
    margin-bottom: 20px;
}

.contact-body-section button.btn.btn-primary {
    border: 1px solid #02aeef;
    background-color: #02aeef;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    max-width: 172px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.contact-body-section button.btn.btn-primary:hover {
    border: 1px solid #02aeef;
    background-color: #02aeef;
}


/************MEDIA QUERY************/

@media(max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .blog-section img,
    .business-section img {
        height: 200px;
    }
}

@media(max-width: 991px) {
    .question-right {
        display: none;
    }

    .business-section img {
        height: 280px;
    }

    .feature-box {
        margin-bottom: 30px;
    }

    .blog-section img {
        height: 230px;
    }
}

@media(max-width: 768px) {
    .banner-section h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .welcome-right h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }

    .business-section img {
        height: 220px;
    }

    #counter .item .count {
        font-size: 40px;
    }

    #counter .item {
        padding: 20px 15px;
    }

    .blog-section img {
        height: 180px;
    }

    .blog-content {
        padding: 15px;
    }

    .blog-content h6 {
        top: -24px;
    }

    a.btn.btn-getcall {
        font-size: 11px;
    }
}

@media(max-width: 767px) {
    .banner-section .row {
        flex-direction: column-reverse;
    }

    .banner-section h1 span {
        display: inline-block;
    }

    .welcome-section img {
        height: auto;
        margin-bottom: 15px;
    }

    .blog-section img,
    .business-section img {
        height: auto;
    }

    .quote-section img {
        display: none;
    }

    .top-footer img {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
        max-width: 100%;
    }
}

@media(max-width: 600px) {

    .navbar-brand img {
        height: 50px;
    }

    .contact-body-section h2,
    .page-banner h1,
    .quote-section h4,
    .blog-section h4,
    .testimonial-section h4,
    .feature-section h4,
    .pricing-section h4,
    .business-section h3,
    .welcome-right h2,
    .banner-section h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .pricing-section h6,
    .banner-section img {
        margin-bottom: 10px;
    }

    .contact-body-section,
    .top-footer,
    .quote-section,
    .blog-section,
    .info-section,
    .testimonial-section,
    .feature-section,
    .pricing-section,
    .business-section,
    .welcome-section,
    .partner-section,
    .banner-section {
        padding: 20px 0;
    }

    .address-box h6,
    .business-content h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .partner-section .owl-dots {
        display: none;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .feature-box {
        padding: 20px;
    }

    .welcome-right ul li,
    .banner-section ul li {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        color:#fff;
    }

    .welcome-right ul {
        margin-bottom: 15px;
    }

    .pricing-section h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .testimonial-section .item h5 {
        font-size: 16px;
    }

    .contact-body-section h5,
    .quote-section h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

@media(max-width: 575px) {
    .welcome-section h5 {
        display: none;
    }
}

@media(max-width: 500px) {
    #counter {
        display: block;
    }

    #counter .item {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }
}

@media(max-width: 450px) {
    a.btn.btn-buy {
        padding: 14px 16px;
        font-size: 14px;
        margin-right: 10px;
    }
}

@media(max-width: 400px) {
    a.btn.btn-buy {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-body-section form,
    .quote-section form {
        padding: 15px;
    }

    .pricing-card {
        min-width: 100%;
        padding: 15px;
    }

    .pricing-card .features li strong {
        padding-left: 5px;
    }

    .pricing-card>*:not(:last-child) {
        margin-bottom: 60px;
    }

    .pricing-card .cta-btn {
        bottom: 22px;
    }
}


/***

=======================================================
                Top-Slider Section
=======================================================

***/

.slider {
    position: relative;
}

.theme-slider {
    position: relative;
    overflow: hidden;
}

.slider img {
    height: 73vh;
    object-fit: cover;
    width: 100%;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}


.slide-table-cell {
    
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    text-align: center;
    vertical-align: middle;
}

.slide-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    line-height:49px;
    font-weight: 700;
    max-width: 690px;
   text-align:start;
}

.slide-content p {
    color: #fff;
    font-size: 16px;
    max-width: 650px;
    margin: 16px auto 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-content .btn-theme-one {
    margin: 10px;
}

.btn-theme-one.btn-active,
.slider-content-bottom .btn-theme-one.btn-active {
    background-color: var(--theme-color);
    padding: 9px 21px;
    border-radius: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 2px;
}

.btn-theme-one.btn-active:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    transition: all 0.3s ease;
}

.slider-content-bottom .btn-theme-one.btn-active:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.theme-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
}

.theme-slider .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white-color);
    width: 28px !important;
    height: 8px !important;
}

.theme-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color) !important;
}

.theme-slider .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.theme-slider .owl-nav .owl-prev,
.theme-slider .owl-nav .owl-next {
    background-color: var(--black-color) !important;
    position: absolute;
    width: 60px;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 60px;
    border-radius: 50% !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-slider .owl-nav .owl-prev {
    left: 10px;
}

.theme-slider .owl-nav .owl-next {
    right: 10px;
}

.theme-slider .owl-nav .owl-prev span,
.theme-slider .owl-nav .owl-next span {
    font-size: 40px;
    color: var(--white-color);
}

.theme-slider .owl-nav .owl-prev:hover,
.theme-slider .owl-nav .owl-next:hover {
    background-color: var(--theme-color) !important;
}

.theme-slider .owl-nav .owl-prev:hover span,
.theme-slider .owl-nav .owl-next:hover span {
    color: var(--white-color);
}

.typed {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing;
    animation-duration: 7s;
    animation-timing-function: steps(30, end);
    animation-fill-mode: forwards;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.phone-number a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 23px;
}

.phone-number a:hover {
    text-decoration: none;
    color: var(--theme-color);
    transition: all 0.3s ease-in;
}

/***

=======================================================
               Order and Setup Section
=======================================================

***/
.order-section {
    padding: 60px 0px;
}

.order-section .about-img-wrap .about-img img {
    border-radius: 10px;
}

.order-section .about-img-wrap .about-img-big {
    text-align: right;
}


.play-btn-02 {
    position: absolute;
    left: -8%;
    top: -6%;
}

.play-btn-02 a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(240deg, #086ad8 0%, #42b9ff 100%);
    color: #ffffff;
    transition: all 0.3s linear;
}

.play-btn-02 a::before {
    content: "";
    border: 2px solid #086ad8;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.play-btn-02 a::after {
    content: "";
    border: 2px solid #086ad8;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.play-btn-02 a:hover {
    background: linear-gradient(180deg, #086ad8 0%, #42b9ff 100%);
}

@media only screen and (max-width: 1199px) {
    .order-section .about-content-wrap {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .order-section .about-img-wrap {
        margin-top: 60px;
    }

    .order-section .play-btn-02 {
        left: 22%;
    }
}

@media only screen and (max-width: 767px) {
    .order-section .play-btn-02 {
        left: 2%;
    }
}

@media only screen and (max-width: 575px) {
    .order-section .about-content-wrap {
        padding-right: 0px;
    }

    .order-section .about-img-wrap {
        position: relative;
    }



    .order-section .about-img-wrap .about-img-sm {
        display: none;
    }

    .order-section .play-btn-02 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@-webkit-keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 3px;
    }

    65% {
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

@keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 3px;
    }

    65% {
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

.order-section .about-img-wrap .about-img img {
    border-radius: 10px;
}

.order-section .about-img-wrap .about-img-sm {
    position: absolute;
    left: -105px;
    bottom: 35px;
    border: 8px solid #ffffff;
    border-radius: 10px;
}

.order-section .about-img-wrap {
    position: relative;
}

.order-image img {
    width: 61px;
    height: 61px;
}

.order-box {
    border-right: 1px var(--white-color) dotted;
    padding-right: 10px;
    text-align:center;
}

.order-wrapper {
    text-align: center;
}

.order-header-title {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 100px;
}

.order-header span {
    position: absolute;
    left: 0;
    bottom: -25px;
}

.read-more-icon {
    height: 50px;
    width: 50px;
    border: 1px solid #E8EBEE;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: var(--white-color);
    margin-top: 30px;
}

.read-more-icon:hover {
    background-color: var(--theme-color);
    transition: all .3s ease-in;
    color: var(--black-color);
    border: none;
}

.read-more-icon:hover a i {
    color: var(--white-color);
}

.read-more-icon a {
    color: var(--white-color);
}

.order-image {
    margin-bottom: 35px;
}

.order-content {
    height: 180px;
}

.order-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.order-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #d9d9d9;
}

.order-contact a {
    color: var(--theme-color);
    margin-bottom: 10px;
}

.order-contact a:hover {
    text-decoration: none;
    color: var(--white-color);
    transition: all .3s ease-out;
}


/*
========================================
        White Material Starts
========================================
*/
.material-section {
    padding: 40px 0;
}

.material-title span {
    left: auto;
}

.material-slider .slider img {
    background-color: rgba(0, 0, 0, 0.7);
}


.material-slider {
    position: relative;
    overflow: hidden;
}

.material-slider .slider {
    position: relative;
}

.material-slider .slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}

.material-slider .owl-dots {
    position: absolute;
    bottom: 28%;
    left: 34%;
}

.material-slider .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white-color);
    width: 28px !important;
    height: 8px !important;
}

.material-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color) !important;
}

.slider-content {

    border-top: 0;
    border-left: 4px solid var(--white-color);
    padding: 23px 27px 28px 27px;
}

.slider-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.material-slider .slider img {
    height: 75%;
    object-fit: contain;
}

.slider-content-title a {
    color: var(--white-color);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Strong Connection Section */

.strong-connection {
    padding: 50px 0;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    border: 1px solid var(--theme-color);
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: var(--white-color);
    background: var(--theme-color) !important;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid var(--theme-color);
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.share-image img {
    max-width: 230px;
    height: 90px;
    object-fit: contain;
}

.share-title h5 {
    color: var(--white-color);
}

.share-title p {
    color: #7a7a7a !important;
    line-height: 18px;
    text-align: justify;
}
.share-content{
    margin-left:23px;
}
#v-pills-home,
#v-pills-profile,
#v-pills-messages,
#v-pills-settings {
    background-color: transparent !important;
}

.share-box {
    margin-bottom: 20px;
}

/* 
        As Trusted By Section
*/
.trust {
    padding: 50px 0;
}

.partner-slider .slider img {
    width: 220px !important;
    height: 100px !important;
    object-fit: contain;
}

.partner-slider {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 20px 0;
}

.partner-slider .owl-dots {
    position: absolute;
    bottom: -8px;
    left: 47%;
}

.partner-slider .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white-color);
    width: 28px !important;
    height: 8px !important;
}

.partner-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color) !important;
}

/* 
    FAQ Starts
*/

/*----------------------------------------*/
/*  12. FAQ CSS START
/*----------------------------------------*/
.faq-section {
    padding: 50px 0;
    background-color: #111;
}

.tp-faq-img {
    position: absolute;
    left: 33%;
    z-index: 2;
    bottom: -10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-img {
        bottom: 4%;
        left: 54%;
    }
}

@media (max-width: 767px) {
    .tp-faq-img {
        display: none;
    }
}

.tp-faq-border-shape {
    position: absolute;
    bottom: 9%;
    left: -21%;
}

.tp-faq-left-wrapper {
    padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-left-wrapper {
        padding-right: 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-faq-left-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.tp-faq-section-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7a7a7a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-section-box p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-faq-section-box p {
        font-size: 16px;
    }

    .tp-faq-section-box p br {
        display: none;
    }
}

.tp-inner-faq-box .tp-section-subtitle-2 {
    border-bottom: 0;
}

.tp-custom-accordion .accordion-items {
    padding: 0 20px;
    position: relative;
    transition: 0.3s;
}

.tp-custom-accordion .accordion-items.tp-faq-active {
    box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
    border-radius: 0 0 20px 20px;
}

.tp-custom-accordion .accordion-items.boxsadow {
    box-shadow: none;
    border-radius: none;
}

.tp-custom-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    padding: 35px 0px;
    color: var(--white-color);
    background-color: transparent;
    border-bottom: 1px solid var(--white-color);
    border-left: none;
    border-top: none;
}

@media (max-width: 767px) {
    .tp-custom-accordion .accordion-buttons {
        font-size: 14px;
    }
}

.tp-custom-accordion .accordion-buttons .accordion-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #C0C2C8;
    border-radius: 50%;
    transition: 0.3s;
}

.tp-custom-accordion .accordion-buttons .accordion-btn::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    border-radius: 2px;
}

.tp-custom-accordion .accordion-buttons .accordion-btn::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    border-radius: 2px;
    transition: 0.4s;
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) {
    padding-bottom: 22px;
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
    border-color: var();
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tp-custom-accordion .accordion-body {
    padding: 0px 0 40px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    border-radius: 0 0 20px 20px;
    color: var(--black-color);
}

/* .accordion-buttons[aria-expanded="true"] {
    background-color: var(--white-color); 
    color: black; 
  } */
@media (max-width: 767px) {
    .tp-custom-accordion .accordion-body {
        font-size: 13px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-custom-accordio-2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tp-custom-accordio-2 {
        margin-bottom: 50px;
    }
}

.tp-custom-accordio-2 .accordion-items {
    margin-bottom: 15px;
    background: #F7F9FB;
    border-radius: 16px;
}

.tp-custom-accordio-2 .accordion-buttons {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 30px 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    background: #F7F9FB;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .tp-custom-accordio-2 .accordion-buttons {
        font-size: 19px;
    }
}

.tp-custom-accordio-2 .accordion-buttons::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    top: 25px;
    right: 35px;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    height: 30px;
    width: 30px;
    line-height: 27px;
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    text-align: center;
    border-radius: 50%;
    transform: rotate(180deg);
    transition: 0.5s;
    font-weight: 300;
}

.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    transform: rotate(90deg);
}

.tp-custom-accordio-2 .accordion-body {
    padding: 40px 35px;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #595B62;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-custom-accordio-2 .accordion-body {
        font-size: 14px;
        line-height: 23px;
        padding: 30px 35px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .tp-custom-accordio-2 .accordion-body {
        font-size: 15px;
        line-height: 24px;
    }
}

.tp-inner-font .accordion-items button {
    font-family: var(--tp-ff-body);
}

.tp-inner-font .accordion-items .accordion-body {
    font-family: var(--tp-ff-body);
}

/* 
        Social Review Starts
  */
.social-review {
    padding: 50px 0;
}

.review-box img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

/* 
    =================================================
                About Us Page Starts
    =================================================
*/

/* 
        About Banner 
*/
.about-banner {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    /* min-height: 40vh; */
    padding: 50px 0;
}

.about-banner .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.breadcrumb-title {
    font-size: 56px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    font-family: "Inter", sans-serif;
}

.about-banner .breadcrumb-item {
    margin-right: 10px;
}

.about-banner .breadcrumb-item a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.about-banner .breadcrumb-item.active {
    color: #02aeef;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

/*** 
=============================================
  Statements Area Css
=============================================
***/
.statements-area {
    position: relative;
    display: block;
    background-color: #f7f1eb;
    padding: 100px 0 90px;
}

.statements-content-box {
    position: relative;
    display: block;
}

.statements-content-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.statements-content-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 5px 0px;
}

.single-statements-box {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.single-statements-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #646464;
    z-index: 1;
    cursor: pointer;
}

.single-statements-box .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1a1c23;
    opacity: 0.40;
    z-index: 1;
}

.single-statements-box .img-box img {
    width: 100%;
    mix-blend-mode: luminosity;
    transform: scale(1.0);
    transition: all 700ms ease;
}

.single-statements-box:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
    filter: grayscale(.01);
}

.single-statements-box .img-box .static-content {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    text-align: center;
    z-index: 2;
    transition: all .4s ease-in-out .3s;
}

.single-statements-box:hover .img-box .static-content {
    bottom: 50%;
    transform: translateY(50%);
}

.single-statements-box .img-box .static-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}


.single-statements-box .img-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .15);
    font-size: 200px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thm-font-2);

    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(-50%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(-50%);
    transform: perspective(400px) rotateX(20deg) translateX(-50%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.single-statements-box:hover .img-box .overlay-content {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}



.statements-text-box {
    position: relative;
    display: block;
    padding: 10px 20px;
    background: #416BC9;
}

.statements-text-box .shape {
    position: absolute;
    bottom: -27px;
    right: 0;
    color: #fff;
    font-size: 100px;
}

.statements-text-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.statements-text-box .inner-title h2 {
    color: #ffffff;
    font-size: 43px;
    line-height: 53px;
}

.statements-text-box .inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #ffffff;
}

.statements-text-box .text {
    position: relative;
    display: block;
    /* padding-top: 33px; */
}

.statements-text-box .text p {
    color: #e2deda;
}

.statements-text-box .text .btn-box {
    position: relative;
    display: block;
    padding-top: 27px;
}

.statements-text-box .text .btn-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.statements-text-box .text .btn-box a span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px;
    font-size: 16px;
}

.btn-box a span i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 7px;
    font-size: 16px;
}

.shape img {
    width: 90px;
}


/* 
==================================================
            Contact Us Page starts
==================================================
*/

.contact-banner .featured-card {
    width: 350px !important;
    margin: 0 0 0 auto;
}

.contact-form-section {
    padding: 50px 0;
}

.contact-wrapper {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    padding: 32px 32px;
    border-radius: 16px;
    background-color: white;
}

.title {
    color: #222E48;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;

}

.write__review .form-group input {
    background: rgba(26, 77, 190, 0.03);
    border-radius: 100px;
    color: #576071;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #DFE0E4;
    outline: none;
}
.write__review .form-group .nice-select{
    float: none;
    width: 100%;
    background: rgba(26, 77, 190, 0.03);
    border-radius: 100px;
    color: #576071;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 4px 24px;
    border: 1px solid #DFE0E4;
    outline: none;
}
.write__review .form-group textarea{
    background: rgba(26, 77, 190, 0.03);
    border-radius: 30px;
    color: #576071;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #DFE0E4;
    outline: none;
    resize: none;
}


/* Location Help section*/

.location{
    padding: 50px 0;
}
.help__locationitem{
    background: rgba(26, 77, 190, 0.03);
    padding: 32px 32px;
    border: 1px solid #DFE0E4;
    border-radius: 16px;
}
.help__locationitem .icon{
    width: 100px;
    height: 100px;
    border: 1px solid #DFE0E4;
    margin: 0 auto 32px;
    border-radius: 50%;
    background: white;
}
.help__locationitem .icon i{
    font-size: 40px;
    color: #1A4DBE;
}
.help__locationitem .title{
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
}
.fz-16{
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 500 !important;
}
.container{
        max-width: 1260px !important;
    width: 100%;
    margin: 0 auto;
}
/*.site-header-menu-inner.ttm-stickable-header{*/
/*    background:transparent !important;*/
/*}*/

.site-header-menu-inner.ttm-stickable-header{
    background:#1F1F25 !important;
}
.welcome-right ul li{
    color:#fff;
}
.typed{
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.typed:hover{
    color:#00CAD7;
    cursor:pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*
    Reponsive starts
*/
@media screen and (min-width:1024px) and (max-width:1200px) {
     .tp-custom-accordion .accordion-buttons{
        font-size:16px;
    }
              
}
@media screen and (max-width:1024px) {
     .trust .container .row{
        padding:0 10px;
    }
           .vid-container{
        margin-top:78px;
    }
    .text-overlay{
       display:none;
    }
}
@media screen and (max-width:991px) {
     .order-content{
        height:120px;
    } .order-box{
        border-right:none;
    }
    .order-section .row > div[class*=col-],
    .material-section .row > div[class*=col-]{
        margin-bottom:45px;
    }
    .faq-btn{
        margin-left:10rem;
    }
  

}
@media screen and (max-width:767px){
    
    .material-section{
        padding:0px 10px;
    }
    
     .faq-btn{
        margin-top:0 !important;
        text-align:center;
    } 
    .tp-faq-section-{
        padding-bottom: 0 !important;
    }
       .s-title-1,
    .s-title-2,
    .s-title-3{
        font-size:30.0px;
        opacity: 0;
    }
    .slide-table,
    .slide-table-1,
    .slide-table-2{
        left:0;
        bottom:10%;
    }
    .shop-button-link a{
          font-size: 14px;
            padding: 8px 18px;
          
    }
    .drop-main, .drop-main-1, .drop-main-2{
        opacity: 0;
        font-size:14.45px;
    }

}

   
@media screen and (max-width:480px) and (max-width:640px){
   
    .wrapper-one{
        display:block !important;
    }
    .payment-qr{
        text-align:start;
    }
    .shop-button-link{
        margin-top:17px;
        opacity: 0;
          
    }
    .slide-table,
    .slide-table-1,
    .slide-table-2{
        left:0;
        top:44%;
    }
   
    .order-header-title{
        margin-bottom:45px;
    }
    .order-section{
        padding:40px 0 0 0;
    }
    .welcome-right{
        padding-left:10px;
    }
    .welcome-right ul{
        margin-top:40px;
    }
    .order-header-title{
        font-size:30px;
    }
    .slider-content{
        padding:15px;
    }
    .slider-content-bottom{
        margin-top:23px !important;
    }
    .strong-connection{
        padding:0;
    }
    /*.share-box{*/
    /*    display:block !important;*/
    /*}*/
    /*.share-image img{*/
    /*    width:100%;*/
    /*    max-width:100%;*/
    /*}*/
    /*.share-title h5{*/
    /*    text-align:center;*/
    /*    margin-top:15px;*/
    /*}*/
    /*.share-box{*/
    /*    margin-bottom:35px;*/
    /*}*/
   #v-pills-tab{
       margin-bottom:20px;
   }
   .faq-btn{
       margin-left:0;
   }
   .tp-custom-accordion .accordion-items{
       padding:0;
   }
   .share-image img{
       height:53px;
   }
   .recent-blog-container{
       margin-top:0;
       max-width:90%;
   }
   .footer-bottom .container{
       display:block !important;
       max-width:95% !important;
   }
   .policy{
       text-align:center;
   }
   .footer-list-title{
       margin-bottom:40px;
   }
    
}
@media screen and (max-width:375px) and (max-width:667px){
    
}

@media screen and (max-width:320px) and (max-width:480px) {
    .s-title-1,
    .s-title-2,
    .s-title-3{
        font-size:34.0px;
        opacity: 0;
        text-align:center;
    }
   
    #logo-img{
        width:200px;
    }
    .slide-table,
    .slide-table-1,
    .slide-table-2{
        left:0;
        top:28%;
    }
    .wrapper-one{
        display:block !important;
    }
    .shop-button-link{
        margin-top:17px;
        opacity:0;
    }
    .drop-main, .drop-main-1, .drop-main-2{
        font-size:14.45px;
        opacity: 0;
    }
    .slide-content p{
        font-size:12px;
         max-width:250px;
        margin:0;
    }

    .btn-theme-one.btn-active, .slider-content-bottom .btn-theme-one.btn-active{
        margin-top:30px;
    }
    .material-section{
        padding:0;
    }
    .slider-content-title,
    .money h4{
        font-size:23px;
    }
   
   
    .order-header-title{
        font-size:30px;
    }
    .order-contact{
        display:flex;
    }
    
    .ttm-header-style-01 .site-branding img{
        width:176px;
    }
    .order-box{
        border-right:none;
    }
    
    .order-section .row > div[class*=col-]:last-child{
        margin-bottom:0;
    }
   .tp-custom-accordion .accordion-items{
        padding:0;
    }
    .tp-custom-accordion .accordion-buttons{
        font-size:13px;
    }
    .welcome-right{
        padding-left:10px;
    }
    .welcome-right ul{
        margin-top:25px;
    }
    .pricing-section .order-header .order-header-title{
        display:grid !important;
        font-size:23px;
    }
    .slide-content{
        text-align:start;
    }
}

.shop-button-link{
    opacity: 0;
      
}

