
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


.adiracity-section-title h1 {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 60px;
    color: #64c303;
    font-weight: 400;
    margin-top: 16px;
}

.adiracity_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #101210c2!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    backdrop-filter: blur(5px);
}

.sticky .adiracity_menu>ul>li>a {
    color: #fff;
}

.sticky .header-button a {
    background: #64c303;
}

.sticky .header-button a i {
    color: #fff;
}





/*<!-- ============================================================== -->
 <!--  Header Start Here -->
<!-- ============================================================== -->*/
/* GLOBAL FONT */
body {
  font-family: "Josefin Sans", sans-serif;
}

i,
.fa,
.fas,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free" !important;
}

/* ✅ BRANDS KE LIYE SEPARATE */
.fa-brands {
  font-family: "Font Awesome 6 Brands", "Font Awesome 7 Brands" !important;
}



.custom-header {
    background: #000;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #111;
    transition: padding 0.2s ease;
}

/* Logo */
.logo-img {
    height: 63px;
    width: auto;
    margin-right: 18px;
}

/* Text Styling */
.logo-text {
    line-height: 1.1;
    color: #b8b8b8;
}

.logo-text .c-name {
    font-size: 25px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    color: #7dbf39;
    margin: 0;
    letter-spacing: 1px;
}
/* ========== SERVICE TEXT (LEFT SLIDE) ========== */
.logo-text .c-service {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 4px 0;
    color: #fff;
    opacity: 0;
    animation: slideLeft 7s ease-out forwards;
}

@keyframes slideLeft {
    0% {opacity: 0; transform: translateX(-40px);}
    100% {opacity: 1; transform: translateX(0);}
}

/* ========== TAG TEXT FIXED ========== */
.c-tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 3px; */
    margin: 0;
    text-transform: uppercase;
}

/* Every word animation */
.c-tag span {
    opacity: 0;
    display: inline-block;
    animation: slideRightWord 5s ease forwards;
}

@keyframes slideRightWord {
    0% {opacity: 0; transform: translateX(40px);}
    100% {opacity: 1; transform: translateX(0);}
}



/* =========================
   MENU (ORIGINAL - UNCHANGED)
========================= */

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #6AD203 !important;
}

.navbar .dropdown-menu {
    z-index: 10000;
}

/* Dropdown Menu */
.dropdown-menu {
    background: #1a1a1a;
    border: none;
    padding: 10px 0;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 18px;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #7dbf39;
}

/* Main dropdown hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Main dropdown base */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
}

/* =========================
   SUBCATEGORY FIX (ONLY ADD)
========================= */

.dropdown-submenu {
    position: relative;
}

/* 🔥 Subcategory override */
.dropdown-submenu > .sub-menu {
    display: none !important;
    position: absolute !important;

    /* category ke thoda upar overlap */
    top: -8px !important;
    right: calc(100% - 4px) !important;
    left: auto !important;

    min-width: 240px;
    background: #1a1a1a; /* SAME as dropdown */
    border-radius: 0;
    padding: 10px 0;
    z-index: 100000;
}

/* Keep subcategory visible */
.dropdown-submenu:hover > .sub-menu,
.dropdown-submenu > .sub-menu:hover {
    display: block !important;
}

/* Subcategory items (same look) */
.sub-menu .dropdown-item {
    color: #fff;
    padding: 10px 18px;
}

.sub-menu .dropdown-item:hover {
    background: transparent;
    color: #7dbf39;
}

/*=============================================================
    HOME PAGE BANNER SLIDER – COMPLETE CSS
=============================================================*/
.slider-section {
    position: relative;
    overflow: hidden;
    padding-top: 95px;
}

.slider-img{
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Content positioning */
.content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 20px 20px;
    border-radius: 0;
    max-width: 70%;
}
.content-box h1 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}

/* ===============================
   TEXT STYLES
================================ */

/* Subtitle */
.banner-sub-title h4 {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 1.2;
    color: #f4ba48;
    font-weight: 300;
    margin-bottom: 15px;
}

/* Main title */
.banner-title h1 {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

/* Description */
.banner-desc p {
    color: rgba(255,255,255,0.8);
    width: 72%;
    margin: 18px auto 0;
}

/* Button */
.banner-btn {
    margin-top: 40px;
}

.banner-btn a {
    display: inline-block;
    padding: 8px 28px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #ffffff;
    border: 1px solid #f4ba48;
    background: transparent;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.banner-btn a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    border-radius: 4px;
    z-index: -1;
    transition: 0.2s ease;
}

.banner-btn a:hover::before {
    top: 0;
    left: 0;
}

/* ===============================
   OWL NAVIGATION
================================ */

.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    pointer-events: none;
    z-index: 9;
}

.banner-slider .owl-prev,
.banner-slider .owl-next {
    pointer-events: all;
}

.gallery .owl-prev{
        background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3% !important;
}
.gallery .owl-next {
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3% !important;
}

.banner-slider .owl-prev i, .banner-slider .owl-next i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    background: rgb(2 2 2);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.banner-slider .owl-prev i::after,
.banner-slider .owl-next i::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    background: #f4ba48;
    border-radius: 50%;
    transition: 0.2s ease;
    z-index: -1;
}

.banner-slider .owl-prev i:hover::after,
.banner-slider .owl-next i:hover::after {
    width: 100%;
}

/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 768px) {
    section.slider-section {
        height: 400px;
    }

    .banner-title h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 2px;
    }

    .banner-desc p {
        width: 95%;
    }

    .banner-slider .owl-nav {
        padding: 0 15px;
    }
}

/*<!--==============================================================-->
 <!--  Slider Start Here -->
<!--==============================================================-->*/




/* ===============================
   GHORI SECTION – About
================================ */

.ghori-section * {
    font-family: 'Josefin Sans', sans-serif !important;
}

.ghori-section {
    padding: 60px 0;
    background: #ffffff;
}

.ghori-title {
    font-size: 37px;
    font-weight: 600;
    color: #7dbf39;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-top: 0px;
}

.section-subtitle {
    
}

.ghori-desc {
    font-size: 17px;
    line-height: 32px;
    color: #111;
    margin-bottom: 35px;
    font-family: 'Josefin Sans', sans-serif;
    width: 98%;
    text-align: justify;
}
.ghori-btn {
    display: inline-block;
    padding: 17px 34px;
    background: #7dbf39;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    transition: .3s ease;
    margin-top: 5px;
}

.ghori-btn:hover {
    background: #6aad30;
}

/* IMAGE */
.ghori-image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.ghori-image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}

/* MOBILE */
@media (max-width: 768px) {
    .ghori-title {
        font-size: 32px;
    }

    .ghori-section {
        padding: 50px 0;
    }

    .ghori-image {
        margin-top: 30px;
    }
}

/*<!--==============================================================-->
 <!-- Tabs End Here -->
<!--==============================================================-->*/

/*Zoom in start*/
/* Decorative divider image */
.decor-divider {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

/* Zoom animation */
.decor-divider img {
    width: 100%;
    height: auto;
    display: block;

    animation: zoomInOut 15s ease-in-out infinite;
    transform-origin: center center;
}

/* Keyframes */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08); /* zoom in */
    }
    100% {
        transform: scale(1);
    }
}
/*zoom in end*/


/* ===============================
   SOLID GREEN COUNTER SECTION
================================ */
/* ===============================
   SOLID GREEN COUNTER SECTION
================================ */
.counter-section {
    background: #7dbf39;
    height: 180px;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* full height alignment */
.counter-section .container-fluid,
.counter-section .row {
    height: 100%;
}

/* remove bootstrap gaps */
.counter-section .row {
    margin: 0;
}

.counter-col {
    padding: 0;
}

/* counter box */
.counter-box {
    text-align: center;
}

.counter-box h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 200;
    margin: 0;
    line-height: 1;
}

/* + sign auto add */
.counter-box h2::after {
    content: "+";
    font-size: 0.6em;
    margin-left: 2px;
}
.counter-box p {
    color: #ffffff;
    font-size: 14px;
    /* letter-spacing: 0px; */
    margin-top: 7px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 768px) {
    .counter-section {
        height: auto;
        padding: 40px 0;
    }

    .counter-box {
        margin-bottom: 30px;
    }

    .counter-box h2 {
        font-size: 42px;
    }
}


/*======================
   Counter End
========================*/

/*==============================================================
   Counter Gallery
==============================================================*/

.counter-gallery {
    padding: 10px 0;
    /* background: #f7f7f7; */
    background: #000000;
}
.cg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px #00000022;
    transition: .3s;
}

.gallery{
    background: url(../images/img/gallerybannerimg.png);
    background-size: cover;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    padding: 60px 0;
        background-position: top;
    background-repeat: no-repeat;
}

.gallery_title {
    text-align: start;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    font-size: 35px;
    margin-top: 0;
}

/*<!--==============================================================-->
 <!--  Counter End Here -->
<!--==============================================================-->*/

.vid-icon video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
/* ===============================
   VIDEO GALLERY – DARK LIGHT BG
================================ */
section.news.section-padding.bgdark {
    background: #0f0f0f;   /* soft dark */
    padding: 60px 0;
}

/* Video card spacing feel */
.vid-area {
    padding: 10px;
}

.service-card {
    position: relative;
    overflow: hidden;
  /*  background: #111;*/
}

.service-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: .4s;
    border-radius: 10px;
}
/* DARK OVERLAY ON HOVER */
.service-card:hover .service-img {
    opacity: 0.4;
    transform: scale(1.05);
}

/* BOTTOM FIXED TITLE BOX */
.service-title-box {
    width: 90%;
    padding: 15px 0;
    background: #1a1a1aba;
    border: 2px solid #7dbf38;
    border-radius: 5px;
    position: relative;
    /* bottom: 29px; */
    left: 0;
    text-align: center;
    z-index: 3;
    margin-top: -21px;
    margin: -30px auto  0;
}

.service-title-box h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

/* CENTER TITLE ON HOVER */
.service-hover-title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 40px);
    opacity: 0;
    transition: .4s ease;
    z-index: 3;
        width: 90%;
    padding: 15px 0;
    background: #1a1a1aba;
    border: 2px solid #7dbf38;
    border-radius: 5px;
    margin-top: -21px;
    margin: -30px auto 0;
}

/* Hover title text FIX */
.service-hover-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}


/* HOVER EFFECT: TITLE CENTER рдореЗрдВ рдЖрдП */
.service-card:hover .service-hover-title {
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* Bottom title fade out on hover */
.service-card:hover .service-title-box {
    opacity: 0;
}
/* ===============================
   OUR SERVICES – DARK LIGHT BG
================================ */
.case-study-section {
    background: #121212;   /* soft dark */
    padding: 60px 0;
}





.case-study-top {
    text-align: center;
    margin-bottom: 20px;
}


.case-study-top h4 {
    text-align: start;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    margin-top: 0;
}
.case-study-grid-items {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-gap: 30px;
}

.case-study-grid-item {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.case-study-grid-item:before {
    position: absolute;
    content: '';
    top: -0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3ba47;
    opacity: 40%;
    transform: scale(0);
    transition: .5s;
    border-radius: 8px;
}

.case-study-grid-item:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.case-study-grid-item img {
    width: 100%;
    height: 100%;
}

.case-study-grid-item:nth-child(1) {
    grid-row: 1/4;
    grid-column: 1/2;
    height: 95%;
}

.case-study-grid-item:nth-child(6) {
    grid-row: 2/3;
    grid-column: 3/5;
}

.case-study-thumb-inner {
    position: absolute;
    top: 44%;
    left: 44%;
    transform: scale(0);
    transition: .5s;
}

.case-study-grid-item:hover .case-study-thumb-inner {
    transform: scale(1);
}

.case-study-thumb-inner a {
    color: #fff;
    font-size: 40px;
}

/*<!--==============================================================-->
 <!-- Counter End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!--  Best Work Start Here -->
<!--==============================================================-->*/



.section-title {
    font-size: 38px;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

/*<!--==============================================================-->
 <!-- Best Work End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!- Testimonial Start Here -->
<!--==============================================================-->*/

l.atest-news-section {
    padding: 120px 0;
    background: url(../images/main-thumb/testimonnial-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
}

.interiorvideo_sec {
    width: 100%;
    position: relative;
    background-color: #1b1b1b;
}

.video-fullscreen-video {
    height: 100%;
    /*padding-bottom: 50px;*/
    /*background: #1b1b1b;*/
}
/*<!--==============================================================-->
 <!-- Testimonial End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!-- Latest Start Here -->
<!--==============================================================-->*/
.contact_bg {
    background: url(../images/img/footer-bg.jpg);
    background-size: cover;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
}

.contact_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);  /* рд╣рд▓реНрдХрд╛ dark overlay */
    z-index: 1;
}

.contact_bg * {
    position: relative;
    z-index: 2;
}


.section-padding {
    padding: 60px 0;
}
element.style {
    visibility: visible;
    animation-name: fadeInRight;
}
.Address_div h3 {
    color: white;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 30px;
    font-family: "Josefin Sans", sans-serif;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color:black;
    margin-bottom: 15px;
}
.reservations {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.reservations .icon {
    position: relative;
    top: 3px;
    background-color: #7dbf39;
    padding: 7px 0px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
}

.reservations .icon span {
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.reservations .text {
    margin-left: 10px;
    color: black;
}

.reservations .text a {
    font-size: 18px;
    letter-spacing: .3px;
    color:white;
}

.booking-box {
    position: relative;
    background: transparent;
    width: 100%;
    float: right;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 2px #8080803d;
}
.booking-box .head-box h4 {
    font-size: 31px;
    font-weight: 500;
    color: white;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
}
.booking-box form label {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}
input[type="text"], input[type="file"],input[type="email"],input[type="number"], .textarea {
    max-width: 100%;
    margin-bottom: 22px;
    padding: 8px 15px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
    color: rgb(0 0 0 / 77%);
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 6px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c2ff83e3 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #64c3035c !important;
}
.btn-dark2 {
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    background: #7dbf39;
    color: #fff;
    padding: 14px 40px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 3px;
    border-radius: 30px;
    border: none;
}

/*<!--==============================================================-->
 <!-- Latest End Here -->
<!--==============================================================-->*/





/*<!--==============================================================-->
 <!-- Footer Start Here -->
<!--==============================================================-->*/

footer.footer-section {
    padding: 50px 0 0;
    background: #0c0c0c !important;
}

.footer-desc p {
    color: #fff;
    width: 80%;
    margin: 24px 0 34px;
}

.footer-social li {
    display: inline-block;
    margin: 0 4px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    color: #1f1f1f;
    font-size: 18px;
    overflow: hidden;
}

.footer-social a:hover {
    color: #fff;
}

.footer-social a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #f3ba47;
    z-index: -1;
    transition: .5s;
    border-radius: 30px;
}

.footer-social a:hover:before {
    width: 100%;
    left: 0;
}

.footer-explore-title h6 {
    margin: 0 0 15px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.footer-explore a {
    opacity: 0.902;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 27px;
    color: #c1c1c1;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 0px;
    transition: .5s;
}
.footer-explore a:hover {
    color: #7dbf39;
    filter: hue-rotate(360deg);
}
.footer-instagram ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.footer-instagram img {
	border-radius: 4px;
	width: 100%;
    height: 60px;
}

.footer-instagram-title h6 {
    margin: 0 0 35px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.footer-contact-title h6 {
    margin: 0 0 15px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.footer-contact a {
    opacity: 0.902;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #c1c1c1;
    font-weight: 400;
    transition: .5s;
}

.footer-contact a:hover {
    color: #64c303;
    filter: hue-rotate(360deg);
}

.footer-contact li {
    opacity: 0.902;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 27px;
    color: #c1c1c1;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-contact strong{
        font-weight: 600 !important;

}
.footer-subscribe {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 40px 0 120px;
}

.footer-subscribe input {
    width: 643px;
    height: 64px;
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    padding: 10px 30px;
}

.footer-subscribe button {
    width: 140px;
    height: 64px;
    border-radius: 4px;
    background-color:#64c303;
    text-align: center;
    line-height: 64px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    transition: .5s;
}

.footer-subscribe button:hover {
    filter: hue-rotate(360deg);
    color: #fff;
}

.footer-bootom p {
    padding: 10px 0px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    color: #afafaf;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0;
}

.footer-bootom a {
    color: #64c303;
    transition: .5s;
}

.footer-bootom a:hover {
    filter: hue-rotate(360deg);
}


.container-fluid{
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
/*<!--==============================================================-->
 <!-- Footer End Here -->
<!--==============================================================-->*/







/*<!--==============================================================-->
/*<!--==============================================================-->
                <!-- Adiracity Home Page Two Here -->
 <!--==============================================================-->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Header Start Here -->
<!--==============================================================-->*/

header.header-manu-section.style-two nav.header-menu ul li a {
    color: #1f1f1f;
}

header.header-manu-section.style-two.sticky nav.header-menu ul li a {
    color: #fff;
}

header.header-manu-section.style-two.sticky nav .submenu ul li a {
    color: #1f1f1f;
}

header.header-manu-section.style-two.sticky nav.header-menu ul li a.active {
    color:#64c303;
}

/*<!--==============================================================-->
 <!-- Adiracity Header End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!-- Adiracity Banner Start Here -->
<!--==============================================================-->*/

section.banner-section {
    height: 950px;
    display: flex;
    align-items: center;
    background: url(../images/main-thumb/banner2-bg.jpg) no-repeat center;
    background-size: cover;
}

section.banner-section  .banner-sub-title h4 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    background-color: #64c303;
    display: inline-block;
    padding: 11px 25px;
    border-radius: 4px;
}

section.banner-section .banner-title {
    margin: 38px 0 20px;
}

section.banner-section .banner-title h1 {
    display: block;
    margin: 0;
    font-size: 70px;
    letter-spacing: 8px;
    line-height: 76px;
    color: #1f1f1f;
    font-weight: 500;
}

section.banner-section .banner-title span {
    color: #64c303 ;
}

section.banner-section .banner-desc p {
    color: rgb(31 31 31 / 80%);
    width: 60%;
    margin: 0;
    font-weight: 400;
}

/*<!--==============================================================-->
 <!-- Adiracity Banner End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!-- Adiracity Case Study Start Here -->
<!--==============================================================-->*/

.case-study-section.style-two .case-study-grid-item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
}

.case-study-section.style-two .case-study-grid-item:nth-child(2) {
    grid-row: 1/4;
    grid-column: 2/3;
    height: 95%;
}

.case-study-section.style-two .case-study-grid-item:nth-child(3) {
    grid-row: 1/2;
    grid-column: 3/5;
}

.case-study-section.style-two .case-study-grid-item:nth-child(6) {
    grid-row: 2/3;
    grid-column: 4/5;
}

/*<!--==============================================================-->
 <!-- Adiracity Banner End Here -->
<!--==============================================================-->*/






/*<!--==============================================================-->
 <!-- Adiracity Testimonial Start Here -->
<!--==============================================================-->*/

section.testimonial-section.style-two {
    padding: 120px 0;
    background: url(../images/main-thumb/testimonial2-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
}

section.testimonial-section.style-two .testimonial-shape {
    background:#64c303;
    border-radius: 4px;
}

section.testimonial-section.style-two .testimonial-shape i{
    color: #fff;
}

section.testimonial-section.style-two .testimonial-desc p {
    margin: 36px 36px;
}

.testimonial-rate li {
    display: inline-block;
    margin: 16px 1px 0;
    color:#64c303;
    font-size: 16px;
}

/*<!--==============================================================-->
 <!-- Adiracity Testimonial End Here -->
<!--==============================================================-->*/

 





/*<!--==============================================================-->
 <!-- Adiracity Slider Start Here -->
<!--==============================================================-->*/

section.slider-section.style-two {
    background: url(../images/main-thumb/slider2-bg.jpg) no-repeat center;
    background-size: cover;
}

section.slider-section.style-five {
    background: url(../images/main-thumb/slider2-bg2.jpg) no-repeat center;
    background-size: cover;
}

section.slider-section.style-three {
    background: linear-gradient(rgba(19, 19, 35, 0.3), rgba(0, 0, 0, 0.3)), url(../images/main-thumb/slider2-bg3.png) no-repeat center;
    background-size: cover;
}

section.slider-section.style-four {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)),url(../images/main-thumb/slider2-bg4.png) no-repeat center;
    background-size: cover;
}

section.slider-section.style-two .banner-sub-title h4 {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 30px;
    color:#64c303;
    font-weight: 400;
}

section.slider-section.style-two .banner-title h1 {
    font-size: 70px;
    letter-spacing: 11px;
    line-height: 78px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin: 18px 0 -6px;
    width: 51%;
}

/*<!--==============================================================-->
 <!-- Adiracity Slider End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Case Study Start Here -->
<!--==============================================================-->*/

.case-study-section.style-two.style-three {
    padding: 0 0 120px;
}

/*<!--==============================================================-->
 <!-- Adiracity Case Study End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Feature Start Here -->
<!--==============================================================-->*/

section.feature-section {
    padding: 120px 0;
    background-color: #1f1f1f;
    text-align: center;
}

.feature-single-box {
    background: #fff;
    padding: 56px 56px 52px 56px;
    border-radius: 8px;
}

.feature-box-number h1 {
    font-size: 60px;
    letter-spacing: 13px;
    line-height: 55px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}

.feature-single-box:hover .feature-box-number h1 {
    color: #f3ba47;
}

.feature-boxo-title h4 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 28px 0 22px;
    transition: .5s;
}

.feature-single-box:hover .feature-boxo-title h4 {
    color: #f3ba47;
}

.feature-box-desc p {
    margin: 0;
    transition: .5s;
}

.feature-single-box:hover  .feature-box-desc p {
    color: #f3ba47;
}

/*<!--==============================================================-->
 <!-- Adiracity Feature End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Best Work Start Here -->
<!--==============================================================-->*/

section.best-work.style-two {
    padding: 120px 0;
    background: #fff;
}

section.best-work.style-two .best-work-tab-btn button.active {
    background-color: #f3ba47;
}

section.best-work.style-two .best-work-tab-btn button {
    background-color: #1f1f1f;
}

section.best-work.style-two .best-work-tab-btn button img, .best-work-tab-btn button img {
    filter: brightness(0) invert(1);
}

section.best-work.style-two .best-work-tab-content {
    background-color: #1f1f1f;
}

section.best-work.style-two .best-work-tab-desc p {
    color: #fff;
}

section.best-work.style-two .best-work-tab:before {
    background: #1f1f1f;
    opacity: .2;
}

section.best-work.style-two .adiracity-section-title h1 {
    color: #1f1f1f;
}

section.best-work.style-two .best-work-desc p {
    opacity: 0.800;
    color: #1f1f1f;
}

section.best-work.style-two .best-work-link a {
    color: #1f1f1f;
}

section.best-work.style-two .best-work-link a:hover {
    color: #f4ba48;
}

section.best-work.style-two .best-work-link span {
    background-color: #1f1f1f;
}

section.best-work.style-two .best-work-link a:hover span {
    background: #f4ba48;
}

section.best-work.style-two .best-work-link  a:hover img {
    filter: brightness(0) invert(1);
}

section.best-work.style-two .best-work-link img {
    transition: .5s;
}

/*<!--==============================================================-->
 <!-- Adiracity Best Work End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Testimonial Start Here -->
<!--==============================================================-->*/

section.testimonial-section.style-three {
    background: linear-gradient(rgba(19, 19, 35, 0.4), rgba(0, 0, 0, 0.4)),url(../images/main-thumb/testimonial3-bg.jpg) no-repeat center;
    background-size: cover;
}

.testimonail-btn a {
    display: inline-block;
    padding: 8px 28px;
    line-height: 30px;
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #f4ba48;
    background: transparent;
    border-radius: 5px;
    z-index: 1;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 10px;
}

.testimonail-btn a::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    border-radius: 4px;
    z-index: -1;
    transition: .3s;
}

.testimonail-btn a:hover:before {
    top: 0;
    left: 0;
    filter: hue-rotate(360deg);
}

/*<!--==============================================================-->
 <!-- Adiracity Testimonial End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity About Inner Page Start Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Banner Start Here -->
<!--==============================================================-->*/

section.banner-inner-section {
    height: 450px;
    display: flex;
    align-items: center;
    background: url(../images/main-thumb/banner-inner-bg.jpg) no-repeat center;
    background-size: cover;
}

.banner-inner-section-title h1 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.banner-inner-link a {
    opacity: 0.851;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}

/*<!--==============================================================-->
 <!-- Adiracity About Banner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Feature Start Here -->
<!--==============================================================-->*/

section.feature-section.style-two {
    background: #fff;
}

section.feature-section.style-two .feature-single-box {
    filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
}

/*<!--==============================================================-->
 <!-- Adiracity About Banner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Skill Start Here -->
<!--==============================================================-->*/

section.skill-inner-section {
    padding: 120px 0;
    background: url(../images/main-thumb/skill-inner-bg.jpg);
}

.skill-section-title h2 {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 46px;
}

.skill-section-title.style-two {
    margin-top: 96px;
}

.prossess-ber-plugin span {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.barfiller {
    width: 100%;
    height: 5px;
    position: relative;
    margin-bottom: 13px;
    margin-top: 12px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
    background-color: #615c59;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #fff!important;
}


/*<!--==============================================================-->
 <!-- Adiracity About Skill End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Team Member Start Here -->
<!--==============================================================-->*/

.team-thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgb(31 31 31 / 70%);
    transition: .5s;
}

.team-thumb:hover:before {
    height: 100%;
    top: 0;
}

.team-thumb img {
    width: 100%;
}

.thumb-content {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
	right: 0;
	text-align: center;
}

.team-thumb:hover .thumb-content {
    bottom: 32%;
    visibility: visible;
    opacity: 1;
}

.thumb-title h3 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.thumb-designation h6 {
    opacity: 0.502;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 2px 0 0;
    text-transform: uppercase;
}

.team-thumb-social {
    margin-top: 25px;
}

.team-thumb-social ul li {
    margin: 0 4px;
    display: inline-block;
}

.team-thumb-social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #fff;
    color: #1f1f1f;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.team-thumb-social ul li a:hover {
    color: #fff;
}

.team-thumb-social ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3ba49;
    z-index: -1;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.team-thumb-social ul li a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

/*<!--==============================================================-->
 <!-- Adiracity Team Memeber Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Blog Inner Start Here -->
<!--==============================================================-->*/

section.blog-inner-section {
    background: #f6f6f6;
    padding: 65px 0;
}

.blog-inner-item {
    padding: 55px 0;
}

.blog-inner-thumb img {
    width: 100%;
}

.blog-inner-content {
    background: #fff;
    width: 33.3rem;
    margin-left: -11rem;
    padding: 42px 40px;
}

.blog-post-date h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0;
}

.blog-title h2 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #1f1f1f;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px;
}

.blog-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: #e4e4e4;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-btn a:hover {
    color: #fff;
}

.blog-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #f3ba49;
    transition: .5s;
    z-index: -1;
}

.blog-btn a:hover:before {
    width: 100%;
    filter: hue-rotate(360deg);
    left: 0;
}

/*<!--==============================================================-->
 <!-- Adiracity Blog Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Portfolio Inner Start Here -->
<!--==============================================================-->*/

section.potfolio-details-section {
    padding: 120px 0;
    background: #f8f8f8;
}

.portfolio-info {
    background: #fff;
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
    padding: 68px 60px;
}

.portfolio-info-title h1 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0;
}

.portfolio-info-details {
    margin-top: 26px;
}

.portfolio-info-details h6 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
}

.portfolio-info-details span {
    font-weight: 300;
    font-size: 18px;
}

.portfolio-info-shere-title h5 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #1f1f1f;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.portfolio-info-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.portfolio-info-share ul li {
    display: inline-block;
    margin: 0 4px;
}

.portfolio-info-share ul li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #f8f5f0;
    display: inline-block;
    color: #1f1f1f;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.portfolio-info-share ul li a:hover {
    color: #fff;
}

.portfolio-info-share ul li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3ba49;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
    border-radius: 20px;
}

.portfolio-info-share ul li a:hover::before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.portfolio-info-thumb {
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
}

.portfolio-info-thumb img {
    width: 100%;
}

.portfolio-strategy {
    margin: 60px 0 120px;
    padding: 50px 60px;
    background: #fff;
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
}

.portfolio-strategy-title h1 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0 0 20px;
}

.portfolio-strategy-desc p {
    margin: 0;
}

.portfolio-related-title h1 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 60px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 8px;
}

.portfolio-related-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 110px;
    height: 45px;
    background-color: #e4e4e4;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.portfolio-related-btn a:hover {
    color: #fff;
}

.portfolio-related-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #f3ba49;
    transition: .5s;
    z-index: -1;
}

.portfolio-related-btn a:hover:before {
    width: 100%;
    filter: hue-rotate(360deg);
    left: 0;
}

.portfolio-related-thumb {
    position: relative;
    text-align: center;
}

.portfolio-related-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1f1f1f;
    opacity: .7;
    transition: .5s;
}

.portfolio-related-thumb:hover:before {
    height: 100%;
    top: 0;
}

.portfolio-related-thumb img {
    width: 100%;
}

.related-thumb-content {
	position: absolute;
	bottom: -10%;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
    transition: .5s;
}

.portfolio-related-thumb:hover .related-thumb-content {
    bottom: 7%;
    visibility: visible;
    opacity: 1;
}

.related-thumb-content a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    padding: 10px 44px 10px 24px;
    background-color: #f4ba48;
    transition: .5s;
    position: relative;
}

.related-thumb-content a:hover {
    filter: hue-rotate(360deg);
}

.related-thumb-content a i {
    transition: .5s;
    position: absolute;
    top: 11px;
    right: 20px;
}

.related-thumb-content a:hover i {
    right: 14px;
}

/*<!--==============================================================-->
 <!-- Adiracity Portfolio Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Service Inner Tab Start Here -->
<!--==============================================================-->*/

section.service-inner-tab-section {
    padding: 120px 0;
}

.service-inner-tab-content2,
.service-inner-tab-content {
    display: none;
    -webkit-animation: move .4s ease-in;
    animation: FadeInUp .5s ease-in;
}

.service-inner-tab-content2.active,
.service-inner-tab-content.active {
    display: block;
}

.service-inner-tab-title h3 {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0;
}

.service-inner-tab-desc p {
    margin-top: 17px;
    width: 77%;
    margin-bottom: 74px;
}

.service-inner-tab-btn button {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 67px;
    color: #1f1f1f;
    font-weight: 400;
    height: 67px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    width: 100%;
    padding: 0 26px;
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
    transition: .5s;
}

.service-inner-tab-btn button:hover,
.service-inner-tab-btn button.active {
    color: #f4ba48;
    filter: hue-rotate(360deg);
}

.service-inner-tab-btn img {
    filter: brightness(0);
    transform-origin: .5s;
}

.service-inner-tab-btn button:hover img,
.service-inner-tab-btn button:active img {
    filter: brightness(1);
}

.service-inner-tab-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

/*<!--==============================================================-->
 <!-- Adiracity Service Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Best Work Inner start Here -->
<!--==============================================================-->*/

section.service-best-work {
    padding: 120px 0;
    background: url(../images/main-thumb/service-best-work-bg.jpg) no-repeat center;
    background-size: cover;
}

section.service-best-work  .adiracity-section-title h1 {
    color: #fff;
}

.service-best-work-desc p {
    margin: 0;
    color: #fff;
    opacity: .8;
}

.service-best-work-box {
    margin-top: 66px;
}

.service-best-work-single-box {
    background: #fff;
    padding: 44px 28px 38px;
    transition: .5s;
    border-radius: 8px;
}

.service-best-work-single-box:hover {
    transform: translateY(-10px);
}

.service-best-work-box-icon img {
    filter: brightness(0);
    transition: .5s;
}

.service-best-work-single-box:hover .service-best-work-box-icon img {
    filter: brightness(1) hue-rotate(360deg);
}

.service-best-work-box-title h3 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 27px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 34px 0 16px;
    transition: .5s;
}
 
.service-best-work-single-box:hover .service-best-work-box-title h3 {
    color: #f4ba48;
    filter: hue-rotate(360deg);
}

.service-best-work-box-desc p {
    margin: 0;
}

/*<!--==============================================================-->
 <!-- Adiracity Best Work Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Service Inner Start Here -->
<!--==============================================================-->*/

section.service-inner-section {
    padding: 120px 0;
    text-align: center;
}

.service-inner-box {
    margin-top: 68px;
}

.service-inner-single-box {
    filter: drop-shadow(0px 3px 30px rgba(212,212,212,0.26));
    background-color: #ffffff;
    padding: 50px 30px 44px;
    transform: rotateX(0deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    overflow: hidden;
    border-radius: 5px;
}

.service-inner-single-box:hover {
    transform: rotateX(-180deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    width: 100%;
}

.service-inner-single-box-back {
    padding: 38px 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4ba48;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(-180deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    visibility: visible;
    border-radius: 5px;
}

.service-inner-single-box:hover .service-inner-single-box-back {
    transform: rotateX(0deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    visibility: visible;
    opacity: 1;
}

.service-inner-single-box-back .service-inner-box-title h5 {
    color: #fff;
    margin: 0 0 4px;
}

.service-inner-single-box-back .service-inner-box-desc p {
    color: #fff;
    opacity: .8;
    width: 97%;
}

.service-inner-box-icon.style-2 img {
    filter: brightness(0);
    padding-top: 8px;
}

.service-inner-box-title h5 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 16px 0 4px;
}

.service-inner-box-desc p {
    margin: 0;
}

/*<!--==============================================================-->
 <!-- Adiracity Service Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity 404 Inner Start Here -->
<!--==============================================================-->*/

section.banner--section {
    height: 950px;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-inner-thumb {
    display: inline-block;
    border-radius: 50%;
    border: 45px solid #f4ba4814;
}

.banner-inner-title h1 {
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 4px;
    color: #1f1f1f;
    font-weight: 500;
    display: inline-block;
}

section.banner--section .banner-inner-desc {
    margin-top: 14px;
}

section.banner--section .banner-btn {
    margin-top: 30px;
}

/*<!--==============================================================-->
 <!-- Adiracity 404 Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity 404 Inner End Here -->
<!--==============================================================-->*/

.client-image-section {
    text-align: center;
    padding: 120px 0;
}

.client-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

.client-image:nth-child(9) {
    grid-row: 3/4;
    grid-column: 2/3;
}

.client-image:nth-child(10) {
    grid-row: 3/4;
    grid-column: 3/4;
}

.client-image img {
    transition: .5s;
}

.client-image:hover img {
    filter: brightness(0);
}

/*<!--==============================================================-->
 <!-- Adiracity 404 Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Blog Grid Inner Start Here -->
<!--==============================================================-->*/

section.blog-grid-section {
    padding: 120px 0;
    background: #f6f6f6;
}

.blog-grid-thumb {
    position: relative;
    margin-bottom: 30px;
}

.blog-grid-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1f1f1f;
    transition: .5s;
    opacity: .7;
}

.blog-grid-thumb:hover:before {
    height: 100%;
    top: 0;
}

.blog-grid-thumb img {
    width: 100%;
}

.blog-grid-title {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.blog-grid-thumb:hover .blog-grid-title {
    bottom: 10%;
    visibility: visible;
    opacity: 1;
}

.blog-grid-title h6 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

/*<!--==============================================================-->
 <!-- Adiracity Blog Grid Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Contact Inner Start Here -->
<!--==============================================================-->*/

.contact-inner-section iframe {
    width: 100%;
    height: 800px;
}

.contact-form {
    padding: 120px 0;
    text-align: center;
}

.form-top,
.form-middle {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.form-top input, .form-middle input {
    width: 380px;
    height: 63px;
    border-radius: 8px;
    background-color: #f7f5f2;
    border: none;
    padding: 10px 30px;
    margin: 0 0 30px;
}

.form-bottom textarea {
    width: 789px;
    height: 111px;
    border-radius: 8px;
    background-color: #f7f5f2;
    border: navajowhite;
    padding: 10px 30px;
    resize: none;
}

.form-btn {
    margin-top: 50px;
}

.form-btn button {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    background: #f4ba48;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 30px;
    transition: .5s;
    text-transform: uppercase;
}

.form-btn button:hover {
    filter: hue-rotate(360deg);
}


/*<!--==============================================================-->
 <!-- Adiracity Contact Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Shop Inner Start Here -->
<!--==============================================================-->*/

section.shop-inner-section {
    padding: 120px 0;
    background: #f8f4f5;
}

.shop-top {
    margin-bottom: 80px;
}

.shop-search {
    display: inline-block;
    position: relative;
}

.shop-search input {
    width: 290px;
    height: 50px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
}

.shop-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background: transparent;
    border: none;
    color: #f4ba48;
    display: inline-block;
}

.shop-top-right {
    display: flex;
    justify-content: right;
    gap: 24px;
    align-items: center;
}

.shop-top-right select {
    width: 240px;
    height: 50px;
    background-color: #ffffff;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
}

.shop-tab-btns {
    display: flex;
    gap: 24px;
}

.shop-tab-btns button {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: none;
    font-size: 30px;
    line-height: 50px;
    color: #1f1f1f;
    display: inline-block;
    border-radius: 4px;
    transition: .5s;
}

.shop-tab-btns button:hover,
.shop-tab-btns button.active {
    background: #f4ba48;
    color: #fff;
    filter: hue-rotate(360deg);
}

.shop-tab-content {
    display: none;
    -webkit-animation: move .4s ease-in;
    animation: FadeInUp .5s ease-in;
}

.shop-tab-content.active {
    display: block;
}

.shop-item {
    text-align: center;
    margin-bottom: 30px;
    filter: drop-shadow(0px 3px 30px rgba(212,212,212,0.26));
}

.shop-item-thumb {
    position: relative;
}

.shop-item-thumb:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f4ba48;
    opacity: .4;
    transition: .5s;
}

.shop-item:hover .shop-item-thumb:before {
    left: 0;
    width: 100%;
}

.shop-item-thumb img {
    width: 100%;
}

.shop-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.shop-item:hover .shop-social {
    bottom: 40%;
    visibility: visible;
    opacity: 1;
}

.shop-social li {
    display: inline-block;
    margin: 0 4px;
}

.shop-social a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff9f;
    display: inline-block;
    color: #1f1f1f;
    text-align: center;
    line-height: 40px;
    transition: .5s;
}

.shop-social a:hover {
    background: #fff;
    color: #f4ba48;
}

.shop-content {
    background: #fff;
    padding: 22px 0 18px;
}

.item-title h6 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0;
}

.item-price h6 {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0;
}

.shop-content-thumb {
    position: relative;
}

.shop-content-thumb img {
    width: 100%;
}

.thumb-alert {
    position: absolute;
    top: 30px;
    left: 30px;
}

.thumb-alert h6 {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #f4ba48;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.tab-item-title h4 {
    font-size: 24px;
    line-height: 15px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.tab-item-price h6 {
    font-size: 15px;
}

.item-rate {
    display: flex;
    gap: 14px;
    align-items: center;
}

.item-rate-icon li {
    display: inline-block;
    color: #FF8D06;
}

.item-rate-icon h6 {
    color: #67686C;
    font-weight: normal;
    margin: 6px 0;
}

.add-to-cart a {
    color: #fff;
    background: #f4ba48;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 8px;
}

.add-to-cart a:hover {
    filter: hue-rotate(360deg);
}

.tab-item {
    margin-bottom: 30px;
}

.tab-item:nth-child(10) {
    margin: 0;
}

.tab-item-price del {
    color: #f4ba48;
}


/*<!--==============================================================-->
 <!-- Adiracity Shop Inner End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Blog Details Inner End Here -->
<!--==============================================================-->*/

section.blog-inner-section.style-2 {
    padding: 120px 0;
}

.blog-details-thumb img {
    width: 100%;
    border-radius: 4px;
}

.blog-post {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0 16px;
}

.blog-post-date h5 {
    font-size: 15px;
    color: #f4ba48;
    font-weight: 500;
    position: relative;
}

.blog-inner-content .blog-post-date h5::before {
	width: 0;
}

.blog-post-date h5:before {
    position: absolute;
    content: '';
    top: 5px;
    right: -15px;
    width: 1px;
    height: 20px;
    background: #1f1f1f;
}

.blog-post-by h5 {
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.blog-post-by a {
    font-size: 15px;
    font-weight: 500;
    color: #f4ba48;
}

.blog-title h2 {
    font-size: 36px;
    line-height: 40px;
    color: #1f1f1f;
    margin: 0;
    padding-bottom: 24px;
    letter-spacing: 3px;
}

.blog-details-desc span {
    color: #f4ba48;
}

.notice {
    display: flex;
    gap: 26px;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
}

.notice-content p {
    font-size: 22px;
    line-height: 30px;
    color: #1f1f1f;
    font-style: italic;
    margin: 0;
}

.blog-desc.style-two p {
    margin-bottom: 32px;
}

.modify-thumb-left img {
    width: 100%;
    margin-bottom: 40px;
}

.modify-thumb-right img {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
}

.engine-modify-list li {
    position: relative;
    padding-left: 30px;
    margin: 7px 0;
    font-size: 18px;
    color: #1f1f1f;
}

.engine-modify-list i {
    font-size: 24px;
    color: #f4ba48;
    position: absolute;
    top: 2px;
    left: 0;
}

.shere-option {
    padding: 32px 0;
    margin: 30px 0;
    border-top: 1px solid rgba(13,14,20,0.10196078431372549);
    border-bottom: 1px solid rgba(13,14,20,0.10196078431372549);
    display: flex;
    gap: 20px;
    align-items: center;
}

.shere-title h5 {
    font-size: 18px;
    line-height: 25px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
}

.shere-list li {
    display: inline-block;
    margin-right: 6px;
}

.shere-list a {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #1f1f1f;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.shere-list a:hover{
    color: #fff;
}

.shere-list a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    border-radius: 2px;
    transform: scale(0);
    z-index: -1;
    transition: .4s;
}

.shere-list a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.related-blog-single-box {
    border-radius: 4px;
    filter: drop-shadow(0px 5px 30px rgba(226,226,226,0.5));
    background-color: #ffffff;
}

.blog-box-thumb img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.blog-box-thumb {
    position: relative;
    overflow: hidden;
}

.blog-box-thumb:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 4px 0 0 0;
}

.blog-box-thumb:after {
    position: absolute;
    content: '';
    top: 0%;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 0 4px 0 0;
}

.related-blog-single-box:hover .blog-box-thumb:before,
.related-blog-single-box:hover .blog-box-thumb:after{
    width: 50%;
}

.blog-content {
    padding: 32px;
    position: relative;
    z-index: 1;
}

.blog-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    border-radius: 0 0 4px 4px;
    transition: .4s;
    transform: scale(0);
    z-index: -1;
}

.related-blog-single-box:hover .blog-content:before{
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.blog-box-date h5 {
    font-size: 16px;
    line-height: 50px;
    color: #f4ba48;
    font-weight: 400;
    margin: 0;
    transition: #fff;
}

.related-blog-single-box:hover .blog-box-date h5{
    color: #fff;
}

.blog-box-title a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 10px 0 20px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-title a {
    color: #fff;
}

.blog-box-footer {
    align-items: center;
    display: flex;
    gap: 30px;
    border-top: 1px solid rgba(39,39,39,0.10196078431372549);
    padding: 20px 0 0;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-footer{
    border-top: 1px solid #fff;
}

.posted-by a,
.post-comment a {
    font-size: 15px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
    display: inline-block;
    transition: .4s;
}

.related-blog-single-box:hover .posted-by a,
.related-blog-single-box:hover .post-comment a,
.related-blog-single-box:hover .posted-by a i,
.related-blog-single-box:hover .post-comment a i{
    color: #fff;
}

.posted-by a i ,
.post-comment a i {
    color: #f4ba48;
    transition: .4s;
}

.blog-box-btn a {
    color: #1f1f1f;
    margin-left: 32px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-btn a{
    color: #fff;
}

.blog-comment {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(39,39,39,0.10196078431372549);
}

.blog-comment.style-two {
    margin-left: 94px;
    border: none;
}

.add-comment-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 600;
}

.add-review .form-tops {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.add-review .form-tops input {
    background-color: #fff;
    margin: 0 0 30px;
    width: 352px;
    height: 63px;
    border-radius: 8px;
    border: none;
    padding: 10px 30px;
}

.add-review .form-bottom textarea {
    width: 734px;
    height: 170px;
    background-color: #fff;
}

.submit-btn button {
    width: 177px;
    height: 60px;
    border-radius: 4px;
    background-color: #f4ba48;
    border: none;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.submit-btn button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #f4ba48;
    transform: skewX(-26deg) scale(1.2);
    transition: .4s;
    z-index: -1;
}

.blog-comment {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(39,39,39,0.10196078431372549);
}

.profile-name {
    gap: 30px;
    display: flex;
    position: relative;
}

.profile-icon i {
    font-size: 70px;
    color: #6461619e;
}

.profile-name h5 {
    font-size: 18px;
    margin: 0;
}

.review-date h5 {
    font-size: 16px;
    color: #575656f2;
    margin-top: 3px;
}

.reply button {
    background: transparent;
    font-size: 14px;
    color: #f4ba48;
    border: none;
    transition: .5s;
}

.reply button:hover {
    filter: hue-rotate(360deg);
}

.add-review {
    margin-top: 40px;
}

.blog-comment.style-two {
    margin-left: 94px;
    border: none;
}

.add-comment-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #252525;
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 400;
}

section.blog-inner-section .form-top{
    margin-top: 30px;
}

.style-two .shop-categories {
    margin-top: 30px;
}

.read-more a {
    font-size: 17px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 40px;
    display: inline-block;
}

.recent-post a {
    display: flex;
    gap: 24px;
    margin-bottom: 27px;
}

.recent-post-icon img {
    border-radius: 4px;
}

.recent-post li:last-child a{
    margin: 0;
}

.post-title h5 {
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
}

.post-date h5 {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

.search-catagory {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-catagory input {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    padding: 10px 30px;
    border: none;
}

.search-catagory button {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    right: 14px;
    color: #f4ba48;
}

.style-two .shop-categories {
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}

.shop-section-title h3 {
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0 0 10px;
    border-bottom: 1px solid #1f1f1f21;
    padding-bottom: 16px;
    position: relative;
}

.shop-section-title h3:before {
    position: absolute;
    content: '';
    top: 4px;
    bottom: 0;
    left: -30px;
    width: 2px;
    height: 30px;
    background: #f4ba48;
}

.shop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0;
    font-weight: 400;
    color: #1f1f1f;
}

.shop-list-left i {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    background: #fff;
    margin-right: 8px;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #f4ba48;
}

.shop-list-left i:hover, 
.shop-list-left i.active {
    background: #f4ba48;
    filter: hue-rotate(360deg);
}

.cloud-tag li {
    display: inline-block;
    margin: 10px;
}

.cloud-tag li a{
    padding: 10px 24px;
    background: #1f1f1f;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
}

.cloud-tag li a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #f4ba48;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}

.cloud-tag li a:hover::before { 
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.newsletter {
    position: relative;
}

.newsletter input {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #1f1f1f2e;
    padding: 10px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.newsletter i {
    opacity: 0.702;
    font-size: 15px;
    line-height: 28px;
    color: #1f1f1f;
    position: absolute;
    top: 36px;
    right: 18px;
}

.newsletter button {
    height: 60px;
    width: 100%;
    border-radius: 3px;
    background-color: #f4ba48;
    border: none;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .4s;
}

.newsletter button:hover{
    filter: hue-rotate(250deg);
}

.newsletter button:before {
    position: absolute;
    content: '';
    top: 0;
    left: -50px;
    width: 0%;
    height: 100%;
    background: #1f1f1f;
    filter: hue-rotate(250deg);
    transform: skew(-29deg, 10deg) scale(1.8);
    transition: .4s;
    z-index: -1;
}

.newsletter button:after {
    position: absolute;
    content: '';
    top: 0;
    right: -74px;
    width: 0%;
    height: 100%;
    background: #1f1f1f;
    filter: hue-rotate(250deg);
    transform: skew(-29deg, 10deg) scale(1.8);
    transition: .4s;
    z-index: -1;
}

.newsletter button:hover:before,
.newsletter button:hover:after{
    width: 50%;
}

.contact-us {
    background: url(../images/main-thumb/blog-inner-thumb.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    margin-top: 30px;
    border-radius: 4px;
}

.contact-title h1 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #1f1f1f;
    margin: 20px 0;
}

.contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #1f1f1f;
    padding: 8px 28px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.contact-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    border-radius: 4px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}

.contact-btn a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

/*<!--==============================================================-->
 <!-- Adiracity Blog Details Inner End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Shop Details Inner End Here -->
<!--==============================================================-->*/

section.shop-details-section {
    padding: 120px 0;
}

.thumb-tabs {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    filter: drop-shadow(0 0 15px rgba(218,218,218,0.3));
}

.tab-content {
    display: none;
    -webkit-animation: move .4s ease-in;
    animation: FadeInUp .5s ease-in;
}

.tab-content.active {
    display: block;
}

.shop-details-thumb {
    position: relative;
}

.shop-details-thumb img {
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(0 0 15px rgba(218,218,218,0.3));
}

.add-to-favourite {
    position: absolute;
    top: 30px;
    right: 30px;
}

.add-to-favourite a{
    width: 50px;
    height: 50px;
    border-radius: 28px;
    background-color: #0d0e14;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 1;
    transition: .4s;
    overflow: hidden;
    display: inline-block;
}

.add-to-favourite a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4ba48;
    transform: scale(0);
    z-index: -1;
    transition: .4s;
    border-radius: 30px;
}

.add-to-favourite a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.tab-btn button{
    width: 120px;
    height: 90px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
}

.tab-btn.active button{
    border: 1px solid #f4ba48;
}

.shop-details-title h2 {
    font-size: 30px;
    line-height: 36px;
    color: #0d0e14;
    font-weight: 400;
    letter-spacing: 3px;
}

.rate-left ul li {
    display: inline-block;
    color: #ff9000;
    font-size: 16px;
    margin: 16px 4px 16px 0;
}

.shop-details-rate {
    display: flex;
    gap: 16px;
    align-items: center;
}

.rate-right p {
    font-size: 17px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 0;
}

.shop-details-price h5 {
    font-size: 20px;
    line-height: 28px;
    color: #f4ba48;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.shop-details-price h5 span {
    opacity: 0.502;
    text-decoration: line-through;
    color: #26272c;
    padding-left: 10px;
}

.select-product {
    width: 130px;
    height: 52px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    padding: 10px 30px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.select-shop-btn {
    position: absolute;
    top: 0;
    right: 14px;
}

.select-shop-btn i {
    font-size: 18px;
    line-height: 25px;
    color: #26272c;
  font-family: "Josefin Sans", sans-serif;
}

.add-to-cart-btn a {
    width: 143px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    background-color: #64c303;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    transition: .4s;
}

.add-to-cart-btn a:hover {
    filter: hue-rotate(360deg);
}

.shop-features {
    margin-top: 26px;
}

.shop-details-color h5 {
    font-size: 16px;
    line-height: 28px;
    color: #26272c;
    font-weight: 500;
    margin: 0 0 22px;
}

.shop-details-color h5 span{
    color: #616161;
    padding-left: 6px;
}

.shop-features td{
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.table-title {
    color: #0d0e14;
}

section.shop-related .shop-cart-thumb::before {
    clip-path: polygon(0 0, 200% 0%, 0% 200%);
}

section.shop-related .shop-content {
    background-color: #fff;
    text-align: left;
    filter: drop-shadow(0 0 20px rgba(228,228,228,0.5));
    padding: 22px 30px 6px;
}


section.shop-related .shop-title h3 {
    color: #0d0e13;
    font-size: 18px;
    margin: 5px 0 0px;
}

section.shop-related .shop-price del {
    color: #616161;
    font-weight: 400;
    margin-right: 8px;
}

section.shop-related .shop-rating li {
    font-size: 14px;
}

section.shop-related .shop-cart-btn a {
    border: transparent;
    color: #fff;
    display: none;
}

.info-tab-btn button {
    padding: 14px 30px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    font-size: 16px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
    float: left;
    margin-right: 20px;
    width: auto;
    height: auto;
}

.info-desc {
    margin-top: 34px;
}

.info-tab-btn button.active {
    background-color: #f4ba48;
    color: #fff;
}

.tab-contents {
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-animation: move .4s ease-in;
    animation: FadeInUp .5s ease-in;
    display: none;
}

.tab-contents.active {
    display: block;
}

.additional-info {
    border-top: 1px solid rgba(223,223,223,0.55);
    border-bottom: 1px solid rgba(223,223,223,0.55);
}

.additional-info table {
    width: 100%;
}

tr.table-bg {
    background-color: rgba(223,223,223,0.2);
}

td.table_title {
    font-size: 16px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    width: 180px;
    height: 68px;
    padding: 0 40px;
}

.profile-icon i {
    font-size: 66px;
    color: #dfdfdf;
}


.shop-review {
    display: flex;
    align-items: center;
    gap: 24px;
}

.review-rate li {
    display: inline-block;
    letter-spacing: 4px;
    color: #ff8e00;
}

.profile-name {
    position: relative;
    display: flex;
    gap: 38px;
}

.profile-name h5 {
    font-size: 17px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 500;
    margin: 0;
}

.review-date h5 {
    position: relative;
    opacity: 0.800;
    font-size: 15px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
}

.review-date h5:before {
    position: absolute;
    content: '';
    top: 14px;
    left: -28px;
    background: #0d0e14;
    width: 20px;
    height: 1px;
}

.reply button {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #0d0e14;
}

.add-review-title h3 {
    font-size: 18px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 500;
    margin: 0;
}

.your-rate {
    display: flex;
    gap: 26px;
    align-items: center;
}

.rate-right li {
    font-size: 15px;
    letter-spacing: 5px;
    line-height: 28px;
    color: #64c303;
      font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.rate-left h5 {
    opacity: 0.800;
    font-size: 16px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    margin: 0;
}

.review-form-top {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}

form.review-form label {
    display: block;
    opacity: 0.902;
    font-size: 14px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    margin-bottom: 6px;
}

form.review-form input {
	width: 39.7rem;
	height: 54px;
	background-color: #ffffff;
	border: 1px solid rgba(13,14,20,0.1);
	padding: 10px 20px;
}

form.review-form textarea {
    width: 100%;
    height: 156px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    padding: 10px 20px;
    resize: none;
}

form.review-form input::placeholder,
form.review-form textarea::placeholder{
    opacity: 0.702;
    font-size: 14px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
}

section.shop-related {
    margin: 0 0 100px;
}

.shop-related-title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

/*<!--==============================================================-->
 <!-- Adiracity shop Details Inner End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Project Inner Start Here -->
<!--==============================================================-->*/

section.project-plan-inner-section {
    padding: 120px 0 0;
}

form.project-request-form {
    margin-top: 80px;
}

form.project-request-form .form-top {
    display: flex;
    gap: 30px;
    align-items: center;
}

form.project-request-form .form-top input {
	width: 40rem;
	border-radius: 4px;
	margin: 0 0 30px;
}

form.project-request-form .form-top select {
    height: 63px;
    background-color: #f7f5f2;
    border: none;
    padding: 10px 30px;
    width: 40rem;
    border-radius: 4px;
    margin: 0 0 30px;
}

form.project-request-form .form-bottom textarea {
    width: 100%;
    height: 150px;
    border-radius: 4px;
}

.project-submit-btn {
    text-align: center;
    margin: 50px 0 0;
}

.project-submit-btn button {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #f4ba48;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    transition: .5s;
    font-weight: 400;
}

.project-submit-btn button:hover {
    filter: hue-rotate(360deg);
}

/*<!--==============================================================-->
 <!-- Adiracity Project Inner End Here -->
<!--==============================================================-->*/





/*==========================================
 <-- Adiracity Search CSS  Start -->
=========================================*/

.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to right, #64c303 6%, #ffd889 96%);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-top-color: #fff;

}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
    border: 2px solid #64c303;
    border-radius: 5px;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color:#64c303;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}

.search-box-btn.search-box-outer i {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}


/*==========================================
 <-- Adiracity Search CSS  End -->
=========================================*/


/*===========================
<-- Adiracity Loader Css -->
=============================*/

.loader_bg {
    position: fixed;
    z-index: 99999;
    background: #1f1f1f;
    width: 100%;
    height: 100%;
}

.loading-title {
    position: absolute;
    top: calc(50vh - 25px);
    left: calc(50vw - 40px);
    z-index: 1;
    font-size: 22px;
    color: #64c303;
    font-weight: 400;
    letter-spacing: 3px;
}

.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after{
    content: '';
    border: 1em solid #fff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before{
    animation-delay: .5s;
}



/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/



/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
  font-family: "Josefin Sans", sans-serif;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color:#64c303;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
    font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #64c303;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



/* curser point */

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px dashed #64c303;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background:  #64c303;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/* curser point */


/*<!-- ============================================================== -->
 <!-- adiracity animation start here -->
<!-- ============================================================== -->*/

@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes zoomIn {
    from{
      -webkit-transform: scale(.7) translateY(100px);
      transform: scale(.7) translateY(100px);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  
  
@keyframes ZoomIn {
    from{
      -webkit-transform: scale(.6);
      transform: scale(.6);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) ;
      transform: scale(1);
      opacity: 1;
    }
  }
  
@keyframes FadeInUp {
    from{
      -webkit-transform: translateY(10%);
      transform:  translateY(10%);
      opacity: 0;
    }
    to{
      -webkit-transform:  translateY(0%) ;
      transform:  translateY(0%);
      opacity: 1;
    }
  }

  @keyframes rotate {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    }
}

@keyframes rotate4 {
    0% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    }
}  


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}




@-webkit-keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
        box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
    }
}

@keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
        box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
    }
}



.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}


@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Ripple {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(3);
        -webkit-transform: scale(3 );
    }    
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.vid-icon img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px #00000022;
    transition: .3s;
}


.foot-img {
    height: 63px;
    width: auto;
    margin-right: 18px;
}

.foot-text {
    line-height: 1.1;
    color: #b8b8b8;
    text-align: center;
}

.foot-text .c-name {
    font-size: 25px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    color: #7dbf39;
    margin: 0;
    letter-spacing: 1px;
}


.foot-text .c-service {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 4px 0;
    color: #fff;
    opacity: 0;
    animation: slideLeft 7s ease-out forwards;
}



.foot-text .c-tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 3px; */
    margin: 0;
    text-transform: capitalize;
}


.foot_contant {
    color: #c1c1c1;
    font-size: 15px;
    text-align: justify;
    margin-top: 16px;
    width: 95%;
    letter-spacing: 0;
}

.banner-header {
    height: 430px;
    overflow: hidden;
    margin-top: 80px;
}
.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 27%);
    z-index: 1;
}

.banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;     /* height (vertical) center */
    justify-content: center; /* width (horizontal) center */
    z-index: 2;
    text-align: start;
}

.banner-content h1 {
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 55px;
    font-weight: 400;
}


.cont h3{
    font-size: 24px;
    font-weight: 700;
    color: #427e04;
    margin-bottom: 13px;
}


.cont p {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px;
}
.cont span{
color:rgb(53 53 53);

}


.service_detail_img {
    display: flex;
    justify-content: center;
}

.service_detail_img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 14px;
}
.zoom-in {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Target the image */
.zoom-in .service-img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 1.5s ease-in-out; /* slower, smoother animation */
    transform-origin: center center;
}

/* Hover effect: soft zoom */
.zoom-in:hover .service-img {
    transform: scale(1.08); /* subtle zoom, smaller than 1.1 */
}

.services .cont ul {
    padding-left: 22px;
    margin-top: 15px;
}

.services .cont ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    list-style: disc;
    color: #171717;
    letter-spacing: 0;
    font-weight: 400;
}

.ghori-sub{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #7dbf39;
}

.about-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.profile-btn {
    display: inline-block;
    padding: 18px 25px;
    background: #ffffff;
    color: #fff;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    font-weight: 400;
    border-radius: 12px;
    transition: .3s;
    border: 1px solid #7dbf39;
    letter-spacing: 0;
}


.parallax-bg {
    position: relative;
    background-image: url('public/website/assets/images/img/Screenshot_4.png');
    background-size: cover;
        padding: 60px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    width: 100%;
}

/* Dark overlay */
.parallax-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
    z-index: 1;
}

/* Content upar rahe */
.parallax-bg .container {
    position: relative;
    z-index: 2;
}



.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transform: scale(1);
    transition: transform 15s linear; /* 🔥 same as autoplay */
}

/* Active slide zoom */
.owl-item.active .slider-img {
    transform: scale(1.25);
}


/* Gallery dropdown parent */
.gallery-dropdown {
    position: relative;
}

/* Dropdown exactly below Gallery */
.gallery-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 550px;
    padding: 0;
    margin-top: 0;
    display: none;
    border-radius: 0;
}

/* Show on hover */
.gallery-dropdown:hover .gallery-menu {
    display: block;
}

/* Layout */
.gallery-wrap {
    display: flex;
    min-height: 230px;
}

/* LEFT */
.gallery-left {
    width: 40%;
    background: #f3f3f3;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-left li {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.gallery-left li:hover {
    background: #e2e2e2;
}

/* RIGHT */
.gallery-right {
    width: 60%;
    padding: 15px;
}

.sub-box {
    display: none;
}

.sub-box.active {
    display: block;
}

.sub-box a {
    display: block;
    padding: 6px 0;
    color: #333;
}

.navbar-toggler {
    border: 1px solid #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.gallery-img {
      width: 100%;
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
    }

    .gallery-item {
      margin-bottom: 30px;
    }
    
    
