@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 65px;
    color: #000;
    font-weight: 900;
    margin: 0 0 0px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

h2 {
    font-size: 60px;
    color: #000;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: '';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: '';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 25px;
    border-radius: 0;
    font-weight: 500;
}

.topSec {
    padding: 10px 0 15px;
}

.top-bar-logo a img {
    width: 108px;
    height: 120px;
    object-fit: contain;
}

.top-bar-right-opening-hours-box ul li span i {
    color: #d1b165;
    font-size: 20px;
}

.top-bar-right-opening-hours-box ul li span {
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.menuSec ul li.active a {
    color: #fff !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #fff;
}

.menusec-button-box ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.theme-btn-1 {
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    font-size: 15px;
    color: #000;
    padding: 18px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.whatsapp-btn a {
    background: #25d366;
    padding: 18px 22px;
    border-radius: 8px;
    color: #e2f9eb;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: fit-content;
}

.menusec-button-box ul li a {
    height: 58px;
}

.whatsapp-btn a i {
    font-size: 25px;
    margin-right: 5px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d5ad4c;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    padding: 5px 0;
    border-top: 1px solid #292929;
}

header {
    background: #040404;
}

.top-bar-right-opening-hours-box ul li h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: transparent;
    background-clip: text;
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    margin-bottom: 2px;
    font-weight: 600;
}

.top-sec-call-button a {
    font-size: 14px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #333333;
    padding: 16px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    color: transparent;
    background-clip: text;
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    font-weight: 600;
    margin: 0 0 0 auto;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top-sec-call-button a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    z-index: -1;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.top-sec-call-button a:hover::before {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;

}

.top-sec-call-button a:hover {
    transition: 0.3s ease-in-out;
    color: #ffff;
}

.top-bar-right-opening-hours-box ul li a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.top-bar-right-opening-hours-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-right-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Header Ends */


/* Banner Start */
.btn-shine {
    background: linear-gradient(to right, #000 0, #cba454, #d7b258 33%, #000 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}


section.main_slider .slider-wrapper {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
    left: 4%;
}


section.main_slider button.slider-arrow {
    border: none;
    background: no-repeat;
}

section.main_slider button.slider-arrow img {
    width: 59px;
    height: 62px;
    object-fit: contain;
}

section.main_slider button.slider-arrow.next img {
    transform: rotate(180deg);
}

section.main_slider .slider-center {
    position: relative;
    width: 320px;
}

section.main_slider .slider-line {
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #ddd;
    transform: translateY(-50%);
    right: 0;
}

section.main_slider .slider-progress {
    height: 100%;
    width: 0%;
    background: #d4af37;
    transition: 0.4s ease;
}

section.main_slider .slider-numbers {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 20px;
    align-items: center;
}

section.main_slider .slider-numbers .number {
    font-size: 22px;
    font-weight: 600;
    color: #aaa;
    cursor: pointer;
}

section.main_slider .slider-numbers .number.active {
    color: #d4af37;
    font-size: 30px;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 825px;
    object-fit: cover;
}

.container-fluid.add-padding {
    padding: 0 4%;
}

.banner_text h1 span {
    display: block;
}

.banner_text p {
    width: 70%;
    color: #616161;
    line-height: 25px;
}

.emergency-btn {
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    padding: 18px 25px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 18px;
}

.emergency-btn i {
    font-size: 18px;
    margin-right: 8px;
}


/* Banner Ends */

/* Locked Urgent Access Needed Start */

.locked-urgent-acces-sec .row {
    justify-content: center;
}

.sec {
    padding: 100px 0;
}

.locked-urgent-acces-heading {
    text-align: center;
}

.locked-urgent-acces-heading h2 span {
    display: block;
}

.locked-urgent-acces-heading p {
    color: #5a5a5a;
}

.locked-urgent-acces-heading ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

/* Locked Urgent Access Needed Ends */

/* Clients We Serve Start */

.clients-we-serve-heading {
    text-align: center;
}

.clients-we-serve-sec {
    padding-top: 30px;
}

.clients-we-serve-box {
    padding: 50px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    width: 82%;
    margin: 0 auto;
    transition: 0.5s;
    margin-top: 20px;
}

.clients-we-serve-box:hover * {
    color: #fff;
}

.clients-we-serve-box:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(306deg) brightness(103%) contrast(101%);
}

.clients-we-serve-box p {
    color: #878787;
}

.clients-we-serve-box h2 {
    font-size: 15px;
    color: #100f0f;
    margin-top: 40px;
    margin-bottom: 12px;
}

.clients-we-serve-box span img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(80%) sepia(47%) saturate(383%) hue-rotate(357deg) brightness(89%) contrast(89%);
}

.clients-we-serve-box p:last-child {
    margin-bottom: 0;
}

.clients-we-serve-box h2 span {
    display: block;
}

.clients-we-serve-box:hover {
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    transition: 0.5s;
}

.clients-we-serve-bottom-row .row {
    justify-content: center;
}

.clients-we-serve-bottom-box img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.clients-we-serve-bottom-box {
    width: 92%;
    margin: 0 auto;
}

/* Clients We Serve Ends */


/*About Versa Locksmiths Start*/

.about-versa-locksmiths-heading {
    border-left: 1px solid #000;
    padding-left: 200px;
}

.about-versa-locksmiths-heading h2 {
    font-size: 65px;
    margin-bottom: 0;
    line-height: 80px;
}

.about-versa-locksmiths-heading h2 span {
    display: block;
}

.about-versa-locksmiths-heading {
    border-left: 1px solid #e1e1e1;
    padding: 70px 0 70px 200px;
}

.about-versa-locksmiths-sec .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 40px;
}

.about-versa-locksmiths-sec .nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-transform: uppercase;
    color: #343434;
    border: 1px solid #d9d8d5;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 65px;
}

.about-versa-locksmiths-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none !important;
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    color: #000;
    font-weight: 700;
}

.about-versa-locksmiths-sec .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: inherit !important;
    isolation: inherit !important;

}

.about-versa-locksmiths-sec .tab-content p {
    color: #969696;
    font-size: 14px;
    margin-top: 30px;
}

.about-versa-locksmiths-tab-content {
    width: 84%;
}

.about-versa-locksmiths-sec {
    padding: 50px 0;
}

/*About Versa Locksmiths Ends*/

/*What We Do Start*/

.what-we-do-heading {
    text-align: center;
}

.what-we-do-heading p {
    color: #7c7b7b;
    width: 50%;
    margin: 0 auto;
}

.what-we-do-heading h2 {
    margin-bottom: 5px;
}

.what-we-do-silder-items-text h2 {
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.what-we-do-silder-items-text h2:before {
    content: "";
    position: absolute;
    background: #e5e5e5;
    width: 20%;
    height: 2px;
    bottom: 0;
}

.what-we-do-silder-items-box {
    border: 1px solid #e5e5e5;
    margin-top: 28px;
    border-radius: 8px;
    position: relative;
}

.what-we-do-silder .slick-active {
    opacity: 1.5;
}

.what-we-do-silder-items-images img {
    width: 100%;
    height: 195px;
    border-radius: 8px;
    object-fit: cover;
}

.what-we-do-silder-items-text {
    padding: 35px 20px 35px;
}

.what-we-do-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.what-we-do-silder-items-points {
    padding: 0px 20px 50px;
    display: none;
    transition: 0.5s;
}

.what-we-do-silder-items-points ul {
    margin-bottom: 25px;
}

.what-we-do-silder-items-points a {
    background: #040404;
    color: #fff;
    padding: 18px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.what-we-do-silder-items-points ul li {
    text-transform: uppercase;
    color: #040404;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.what-we-do-silder-items-points ul {
    margin-bottom: 22px;
    line-height: 35px;
    margin-top: 20px;
}

.what-we-do-silder-items-points ul li {}

.what-we-do-silder-items-points ul li img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.what-we-do-silder-items-text p {
    margin-bottom: 0;
}

.what-we-do-silder-items-text p {
    color: #8f8f8f;
    line-height: 25px;
    margin-bottom: 0;
}

.what-we-do-silder .slick-slide {
    margin: 0px 30px;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-images img {
    height: 715px;
    object-fit: cover;
    object-position: 100% 100%;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-text {
    position: absolute;
    top: 185px;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-points {
    position: absolute;
    top: 420px;
    display: block;
    transition: 0.5s;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-images {
    position: relative;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-images:before {
    content: "";
    position: absolute;
    background: linear-gradient(197deg, rgba(255, 255, 255, 0) 10%, rgba(201, 160, 80, 1) 57%, rgba(215, 185, 110, 1) 91%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-text p {
    color: #49402b;
    font-weight: 600;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-points p {
    color: #49402b;
    font-weight: 600;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items .what-we-do-silder-items-box .what-we-do-silder-items-text h2:before {
    background: #00000080;
}

/*What We Do Ends */

/*Footer Start*/

.footer-sec {
    background: #040404;
    padding-top: 4%;
}

.footer-follow-us h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer-follow-us {
    margin-top: 40px;
}

.footer-follow-us ul li a {
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}

.footer-follow-us ul li a:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

.footer-follow-us ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.footer-logo img {
    width: 141px;
    height: 154px;
    object-fit: contain;
}

.footer-quick-links-box h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #3b3b3b;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.footer-quick-links-box ul li a {
    color: #626262;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    transition: 0.5s;
}

.footer-quick-links-box ul li a:hover {
    color: #d8b763;
    transition: 0.5s;
    margin-left: 10px;
}

.footer-quick-links-box ul {
    line-height: 35px;
}

.footer-quick-links-box {
    width: fit-content;
}

.footer-quick-links-box ul li a i {
    color: #a9a9a9;
    font-size: 18px;
    margin-right: 10px;
}

.footer-quick-links-box.touch ul li {
    margin-bottom: 15px;
}

.copy-right-text-row {
    text-align: center;
    border-top: 1px solid #333333;
    margin-top: 70px;
    padding: 20px 0;
}

.copy-right-text-row p {
    color: #828282;
    margin-bottom: 0;
}

/*Footer Ends */


/* Preloader loader Start*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
}

.loader {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.bar {
    width: 6px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    100% {
        height: 20px;
    }

    50% {
        height: 60px;
    }
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Preloader loader Ends*/

/*Cursor Dot Start*/

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-dot {
    width: 12px;
    height: 12px;
    background: #d1b165;
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #d1b165;
    transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
    transition: transform 0.2s ease-out;
}


.cursor-dot.link-hover,
.cursor-outline.link-hover {
    background: #091e33;
    border-color: #091e33;
    transform: translate(-50%, -50%) scale(2);
}

/*Cursor Dot Ends */


/* New Css */

a.pay-link {
    background-image: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    border-radius: 5px !important;
    color: #000 !important;
}

.top-bar-right-opening-hours-box ul li span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: -webkit-linear-gradient(27deg, rgb(200, 160, 79) 0%, rgb(218, 189, 113) 53%, rgb(213, 173, 76) 100%);
    z-index: -1;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.top-bar-right-opening-hours-box ul li span:hover::before {
    width: 100%;
    height: 100%;
}

.top-bar-right-opening-hours-box ul li span:hover i{
    color: #fff;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/