﻿@import url('/https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('css2-GreatVibes_Montserratwght300_swap.css');
body {
    margin: 0px auto;
    padding: 0px;
    font-family: "Lato", sans-serif !important;
}

.custom-desing-font {
    font-family: 'Great Vibes', cursive;
    color: rgb(236, 212, 186);
    line-height: 50px;
}

.post-title-heading {
    font-size: 38px;
    font-weight: 700;
    color: #4f4f4f;
    line-height: 46px;
}

section {
    overflow: hidden;
}

img {
    width: 100%;
}

.marign {
    margin: 50px 0px;
}

.brown {
    color: #9d871a;
}

.head {
    opacity: 0.3;
}

.h2_head {
    font-weight: 900;
}

h1 {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 30px;
}

.white {
    color: #fff;
}

.baner_cont {
    padding-top: 120px;
}

.banner>.container .row>.baner_cont>p {
    color: #fff;
    padding-top: 20px;
}

.banner {
    background-image: url('../image/background-banner.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.bg_brown {
    background: #9c8831;
    padding: 60px 40px;
    color: #fff;
    margin-top: -75px;
    margin-left: 338px;
}

blockquote {
    position: relative;
    
}

blockquote:before {
    position: absolute;
    content: '“';
    font-size: 4em;
    margin-left: -0.6em;
    margin-top: -0.4em;
}

blockquote p {
    display: inline;
}

.bg_black {
    background: black;
    padding: 60px 40px;
    margin-top: 150px;
}

.identity {
    background: #9d8931;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    height: 350px;
}

.identity>h4>hr {
    width: 30%;
    border-top: 3px solid;
}

.identity>p {
    padding-top: 20px;
}

.fist {
    margin-top: -130px;
}

.second {
    margin-top: -130px;
}

.grey {
    border-radius: 10px;
    background: #ebebea;
    padding: 60px 30px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    padding: 10px 30px;
    background-color: #9d871a !important;
    border-color: #9d8931 !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li {
    background-color: #9d8931;
}

.carousel-indicators {
    top: 240px;
}

.btn-primary {
    padding: 8px 30px;
    background-color: #9d8931;
    border-color: #9d8931;
    text-align: center;
    margin-top: 60px;
}

.btn-primary:hover {
    background-color: #9d8931;
    border-color: #9d8931;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #9d8931;
    border-color: #9d8931;
}

.testimonial_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.value>h2 {
    font-size: 40px;
    font-weight: 900;
    padding-left: 35px;
    padding-bottom: 20px;
}

.number>p {
    font-size: 35px;
}

.number {
    text-align: right;
    font-weight: 700;
    color: #9d8931;
}

.quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    font-size: 25px;
    font-weight: 500;
}

.quote span {
    background: #fff;
    margin: 0 15px;
}

.quote:before,
.quote:after {
    background: black;
    height: 3px;
    flex: 1;
    content: '';
    background: #BEBEBE;
}

.quote.left:after {
    background: none;
}

a {
    color: unset;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.side-navbar {
    height: 40px !important;
    width: 50%;
    margin-left: 19px;
    text-align: center;
    margin-bottom: -20px;
    transform: rotate(-90deg);
    transform-origin: top, left;
    transform-origin: left;
    background-color: #262626;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    color: #d9bc2b;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 20px;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 20px -5px black;
}

.side-navbar i {
    margin: 0 4px;
}

.side-navbar i {
    color: #d9bc2b;
    transform: rotate(90deg);
    padding: 0 10px;
}

.contact-form-custom-design .contact-form-submit-button {
    background-color: #d9bc2b;
    color: white;
}

.contact-form-custom-design .devider-design-contact {
    height: 2px;
    text-align: left!important;
    
    width: 20%;
    background: #f3d124;
}

.contact-form-custom-design input,
textarea {
    font-size: 16px !important;
}

.shreelite-contact-info i {
    color: #d9bc2b;
}

.shreelite-contact-sidebar {
    box-shadow: 0 0 10px -5px;
    width: 350px;
    padding: 15px 20px;
    transform-origin: 0% 0%;
    position: sticky;
    bottom: 0px;
    transform: rotate(-90deg);
    z-index: 111111;
    background: white;
    text-align: center;
}

.shreelite-contact-sidebar div {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.shreelite-contact-sidebar .social-media-icon {
    transform: rotate(90deg);
}

.shreelite-contact-sidebar .line {
    width: 100px;
    height: 1px;
    background: black;
    margin-bottom: 5px;
}

.footer-social-icons i {
    padding: 10px;
    border: 1px solid white;
    width: 40px;
    text-align: center;
    margin-top: 20px;
    transition: 0.3s;
}

.footer-social-icons i:hover {
    padding: 10px;
    border: 1px solid white;
    background: white;
    color: black;
    width: 40px;
    text-align: center;
    margin-top: 20px;
}




#main1 {
    background-image: url(../image/photo-1506104489822-562ca25152fe.jpg);
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    height: 80vh;
    width: 100%;
}

#placeholdersoyoucanscroll {
    height: 100vh
}

.shreelite-homepage-yellow-line {
    background: #d9bc2b;
    position: absolute;
    height: 100%;
    width: 30%;
    left: 35%;
}




.shreelite-homepage-projects-images {
    background-size: cover;
    
    background-position: center;
    transition: 0.5s;
    height: 320px;
    position: relative;
}

.shreelite-homepage-projects-images:hover {
    transform: scale(1.1);
    z-index: 2000;
}

.homepage-projects-overlay {
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.custom-project-title {
    position: absolute;
    top: 10%;
    left: 5px;
    z-index: 1000;
    transition: 0.5s;
}

.custom-project-button {
    z-index: 1000;
    position: absolute;
    bottom: 20px;
    right: 0px;
    transition: 0.5s;
}

.shreelite-homepage-projects-images:hover .custom-project-button {
    right: 5%;
}

.shreelite-homepage-projects-images:hover .custom-project-title {
    left: 8%;
}

.homepage-client-logo {
    box-shadow: 0 0 20px -5px;
    border-radius: 10px;
    background: white;
    padding: 40px;
    margin: 13px 0;
    overflow: hidden;
    position: relative;
}

.homepage-testimonial {
    background-image: url('../image/image1.jpeg');
    background-size: cover;
}

.home-page-testimonial-logo-1 {
    width: 100px;
    height: 100px;
    background: white;
    margin: auto !important;
    
    overflow: hidden !important;
    border-radius: 200px;
    
}

.home-page-testimonial-logo-1 img {
    transform: scale(1);
    padding: 15px;
}

.homepage-testimonial-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #070300cf;
}

.slick-slide {
    padding: 0 10px;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-prev-icon,
.slick-next-icon {
    
}

.slick-next-icon::before,
.slick-prev-icon::before {
    color: gray;
}

.homepage-card-title-line {
    background: black;
    height: 3px;
    width: 40px;
    margin: auto;
}










.carousel-121 {
    position: relative;
    
    max-width: 100%;
    margin-left: unset;
}




.is-control {
    background: 0;
    border: 0;
    padding: 0 10px;
    z-index: 1;
    cursor: pointer;
    font-size: 40px;
    color: rgba(0, 0, 0, .6);
    transition: all .2s linear;
}

.is-control:hover {
    color: rgba(0, 0, 0, 1);
}

.is-control:focus {
    outline: none;
    background-color: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.previous-button {
    position: absolute;
    left: -50px;
    top: calc(var(--carousel-height) / 2 - 30px);
}

.next-button {
    position: absolute;
    right: -50px;
    top: calc(var(--carousel-height) / 2 - 30px);
}




.card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
    border: 0px solid rgba(0, 0, 0, .2);
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
    cursor: pointer;
    transition: all .1s linear;
    background: white;
}

.slick-slide:not(:last-of-type) {
    margin-right: var(--card-margin);
}

.card a {
    text-decoration: none;
}

.card .image {
    height: 150px;
    padding: 2px;
    overflow: hidden;
}

.card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.5);
    border-radius: 13px 15px 0 0;
}

.project-page-media-gallery .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.blog-grid-image-box {
    height: 300px;
}

.blog-grid-image-box .image-box {
    overflow: hidden;
}

.blog-grid-image-box .image-box {
    width: 100%;
    height: 150px;
    object-fit: cover;
    filter: grayscale(.5);
}

.blog-grid-image-box .display-4 {
    position: absolute;
    bottom: -5px;
}

.blog-grid-image-box .image-box img {
    transition: 0.4s;
}

.blog-grid-image-box:hover .image-box img {
    transform: rotate(10deg) scale(1.3);
}

.blog-grid-image-box h5 {
    font-size: 18px;
    line-height: 28px;
}

.blog-grid-image-box {
    box-shadow: 0 0 20px -10px;
}

.card .title {
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.card .content {
    padding: 0 10px 40px 10px;
    transition: color .1s linear;
}

.card .content p {
    margin: 7px 0;
    font-size: 14px;
    opacity: .8;
}

.card .content .price {
    position: absolute;
    bottom: 8px;
}

.card .content .price .new-price {
    font-weight: bold;
}

.card .content .price .original-price {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    opacity: .5;
    text-decoration: line-through;
}







.credits {
    margin-left: 40px;
    padding: 10px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    opacity: .7;
}

.credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}

.credits:hover,
.credits:focus {
    opacity: 1;
}

.home-page-contact-box .contact-box {
    transform: translateX(-200px);
    box-shadow: 10px 10px 30px -10px black;
}

.homepage-why-choose-us-section .col-md-6 .row {
    background: #ffffff;
    padding: 20px 10px 5px 10px;
    margin: 15px 0;
    
}

.homepage-bts .image {
    height: 500px !important;
}

.aboutus-project-box .image-section {
    height: 34vh;
    background-size: cover;
    background-position-y: center;
}

.aboutus-project-box .project-image-1 {
    background-image: url('../image/25.jpeg');
}

.aboutus-project-box .project-image-2 {
    background-image: url('../image/51.jpg');
}

.aboutus-project-box .project-image-3 {
    background-image: url('../image/281.jpg');
}

.aboutus-project-box .project-image-4 {
    background-image: url('../image/24.jpg');
}

.aboutus-project-box .project-image-5 {
    background-image: url('../image/102.jpg');
}

.aboutus-project-box .about-project-button button {
    background: #262626;
    color: #ebebea;
    border: none;
    padding: 10px 20px;
    transition: 0.3s;
}

.aboutus-project-box .about-project-button button:hover {
    background: #000000;
    color: #ebebea;
    border: none;
    padding: 10px 20px;
}

.aboutpage-CLS {
    background-image: url('/company-profile/img/banner/WhatsApp/%20Image/%202021-06-12/%20at/%2012.14.15/%20PM.jpeg');
    background-position-x: center;
    background-size: cover;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #ff5353;
}

.accordion a:hover::after {
    border: 1px solid #ff5353;
}

.accordion a.active {
    color: #ff5353;
    border-bottom: 1px solid #ff5353;
}

.accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
}

.accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: #ff5353;
    border: 1px solid #ff5353;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.accordion-item {
    margin-bottom: 5px;
    background: white;
}

.about-page-ourTeam {
    
}

.about-page-ourTeam .team-face {
    background: red;
    position: relative !important;
}

.about-page-ourTeam .info-text {
    background: linear-gradient(0deg, black, black, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
}

.about-page-ourTeam .face-1 {
    
    background-image: url('https://company-profile/img/banner/WhatsApp/%20Image/%202021-06-12/%20at/%2012.14.15/%20PM.jpeg');
    background-size: cover;
    height: 40vh;
}

.about-page-ourTeam .info-text:hover {
    background: linear-gradient(0deg, black, black, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
}




.popup-single-image {
    background-size: contain;
    background-position: center;
    height: 90vh;
    width: 100%;
    margin-top: 40px;
    background-repeat: no-repeat;
}

.modal-body {
    padding: 0 !important;
}

.modal-content {
    background: transparent;
}

.homepage-why-choose-us-section .row {
    box-shadow: 5px 5px 20px -10px !important;
    transition: 0.3s;
    border-bottom: 10px;
    border-color: #464545;
    border-bottom-style: double;
}

.homepage-why-choose-us-section .row:hover {
    box-shadow: 5px 10px 20px -10px !important;
}

.aboutus-project-box {
    box-shadow: 0px 10px 20px -10px;
    transition: 0.5s;
}

.aboutus-project-box:hover {
    box-shadow: 0px 20px 20px -10px;
}

.project-page-banner {
    padding: 17% 3% 17% 3%;
    
}

.project-page-media-gallery .slick-prev {
    position: absolute;
    z-index: 100;
    left: 31.5%;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-bottom: 5px;
}

.project-page-media-gallery .slick-prev:focus {
    outline: unset
}

.project-page-media-gallery .slick-next:focus {
    outline: unset
}

.project-page-media-gallery .slick-next-icon {
    font-family: unset;
}

.project-page-media-gallery .slick-prev-icon {
    font-family: unset;
}

.project-page-media-gallery .slick-next {
    position: absolute;
    z-index: 100;
    right: 31.5%;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-bottom: 5px;
}

.post-breadcrums {
    color: #b68c03;
}

.post-page-custom-header .cid-s7DOEx6Utn .navbar {
    background: #262626;
}

.post_summary-border {
    border-right: 1px solid;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.homepage-notification-box {
    position: relative;
}

.homepage-popip-notification {
    background: #262626;
    color: white;
    position: absolute;
    margin-left: -10px;
    border-left: 5px solid #00e774;
    z-index: 10000000000000;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .homepage-popip-notification {
        background: #262626;
        color: white;
        position: absolute;
        margin-left: 0px;
        border-left: 5px solid #00e774;
        z-index: 10000000000000;
        width: 100% !important;
    }
    .post_summary-border {
        border-right: none;
        border-top: 1px solid;
        border-left: none;
        border-bottom: 1px solid;
    }
    .project-page-banner {
        padding: 20% 5%;
        
    }
    h2.white {
        margin-top: 0 !important;
    }
    h2 {
        font-size: 3.5vh !important;
    }
    .project-page-banner .mbr-section-subtitle {
        line-height: 0px;
    }
    .homepage-why-choose-us-section .col-md-6 .row {
        background: #ffffff;
        padding: 20px 0px 5px 10px;
        margin: 5px 0;
        
        
    }
    .homepage-why-choose-us-section .col-md-6 .row h3 {
        
        
        
        
        line-height: 34px !important;
    }
    .homepage-client-logo {
        box-shadow: 0 0 20px -5px;
        border-radius: 10px;
        background: white;
        padding: 20px;
        margin: 13px 0;
        overflow: hidden;
        position: relative;
    }
    .display-5 {
        margin: 0.4em 0;
    }
    .homepage-bts .image {
        height: 300px !important;
    }
    .carousel-control-next {
        right: -20px;
    }
    .carousel-control-prev {
        left: -20px;
    }
    .home-page-contact-box .contact-box {
        transform: translate(0px);
        box-shadow: 10px 10px 30px -10px black;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 35px;
    }
    .bg_brown {
        margin-left: 10px;
        margin-right: 10px;
    }
    .fist {
        margin-top: 20px;
    }
    .margin_first {
        margin-top: -250px !important;
    }
    .bg_brown {
        padding: 40px 15px;
    }
    .identity {
        height: auto !important;
    }
    .second {
        margin-top: 20px;
    }
    .bg_black {
        background: black;
        padding: 0px 0px
    }
    .bg_black {
        margin-top: 0px;
    }
    .History {
        margin-top: 50px;
    }
    .value h2 {
        margin-top: 60px;
        text-align: left;
        padding-left: 0px;
    }
    .number {
        text-align: left
    }
    .value_point .col-sm-10 {
        margin-top: -48px;
        margin-left: 62px;
    }
    .value_point {
        margin-top: 10px;
    }
    .shreelite-contact-sidebar {
        box-shadow: 0 0 10px -5px;
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        transform-origin: 0% 0%;
        position: sticky;
        bottom: 0px;
        transform: rotate(0deg);
        z-index: 111111;
        background: white;
    }
    .shreelite-contact-sidebar .social-media-icon i {
        transform: rotate(-90deg);
    }
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-page-contact-box .contact-box {
        transform: translate(0px);
        box-shadow: 10px 10px 30px -10px black;
    }
    .bg_brown {
        margin-left: 38px;
    }
    .identity {
        padding: 50px 20px;
        height: 496px;
    }
    .carousel-indicators {
        top: 396px;
    }
    .side-navbar {
        height: auto !important;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 0px;
        transform: rotate(0deg);
        transform-origin: top, left;
        transform-origin: left;
        background-color: #262626;
        position: fixed;
        bottom: -2px;
        z-index: 100000;
        color: #d9bc2b;
        line-height: 40px;
        letter-spacing: 1px;
        font-size: 16px;
        border-radius: 0px 0px 0 0;
        box-shadow: 0 0 20px -5px black;
    }
    .side-navbar i {
        color: #d9bc2b;
        transform: rotate(0deg);
        padding: 0 10px;
    }
    .side-navbar i {
        margin: 0 1px;
    }
    .cid-s7DOEx6Utn ul.navbar-nav {
        background: #262626;
    }
    .cid-s7DOEx6Utn .navbar-buttons {
        background: white;
    }
    .post-title-heading {
        font-size: 32px;
        font-weight: 700;
        color: #4f4f4f;
        line-height: 46px;
    }
}

.custom-upprcase {
    text-transform: uppercase
}

blockquote {
    border: none !important;
}

.projectGrid {
    overflow: hidden;
}

.projectGrid-banner {
    background-size: cover;
    background-position: center;
    height: 40vh;
    border: 10px solid white;
    transition: 0.5s;
    box-shadow: 5px 5px 30px -20px;
    
}

.projectGrid-banner:hover {
    background-size: cover;
    background-position: center;
    height: 40vh;
    border: 10px solid white;
    transition: 0.5s;
    box-shadow: 10px 10px 20px -25px;
    
    transform: scale(1.1);
}

.project-grid {
    margin-top: -70px !important;
}

.projectGrid-banner {
    position: relative;
}

.projectGrid-banner .title-strip {
    width: 70%;
    position: absolute;
    bottom: 5px;
    background: #262626;
    color: white;
    border-left: 5px solid #d9bc2b;
    margin-left: -15px;
    font-size: 1.4em;
    line-height: 26px;
    transition: 0.5s;
    line-height: 30px;
}

.projectGrid-banner:hover .title-strip {
    margin-left: 15px;
}

.project-page-custom-header .cid-s7DOEx6Utn .navbar {
    background-color: #262626 !important;
}

.go-home {
    background: transparent !important;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.3s;
}

.go-home:hover {
    background: white !important;
    color: black;
}

.cid-s7DMUfpZaJ-home {
    background-image: url("../image/banner6.jpg");
}

.cid-s7DMUfpZaJ-pg {
    background-image: url("../image/banner5.jpg");
}

.cid-s7DMUfpZaJ-contact {
    background-image: url("../image/banner7.jpg");
}

.cid-s7DMUfpZaJ-blog {
    background-image: url("../image/banner8.jpg");
    animation: zoomIn 10s leaner;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.header5 {
    background-attachment: fixed;
}

.header5 h3,
.header5 p {
    text-shadow: 5px 5px 10px black !important;
}

.abhishek-custom-home-banner img {
    animation: keenBurn 35s linear infinite;
}

@keyframes keenBurn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(2);
    }
}

#home-page-banner-custom-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200vh;
    padding: 35vh 0;
}

.nav-link {
    color: white !important;
}

.shrelite-landing-gallery .box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}

.shrelite-landing-gallery .box>img {
    transition: 1s;
}

.shrelite-landing-gallery .box:hover>img {
    transform: scale(1.1);
    z-index: 2;
}

.shrelite-landing-gallery .box-1 {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.shrelite-landing-gallery .box-1>img {
    transition: 1s;
}

.shrelite-landing-gallery .box-1:hover>img {
    transform: scale(1.1);
    z-index: 2;
}

.category-buttons a {
    padding: 5px 10px;
    font-size: 14px;
}

.shreelite-grid-custom {
    background-color: rgb(240, 240, 240);
}

#Lead-landing {
    background-image: url('../image/landing-lead-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown div div {
    position: absolute;
    list-style: none;
    top: 50px;
    width: 210px;
    left: 0;
    font-size: 16px;
    padding: 5px 15px;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(30px);
    opacity: 0;
}

.custom-dropdown:hover div div {
    padding: 5px 15px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.custom-dropdown:hover div div:hover {
    background: #9d8931 !important;
    color: white;
}

@media only screen and (max-width: 1024px) {
    .custom-dropdown {
        position: relative;
    }
    .custom-dropdown div div {
        position: relative;
        list-style: none;
        top: 0px;
        width: auto;
        left: 0;
        font-size: 16px;
        padding: 5px 15px;
        visibility: visible;
        transition: 0.5s;
        transform: translateY(00px);
        opacity: 1;
    }
}

#WhatsApp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100000;
    background: #25D366;
    color: white;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    border-radius: 50px;
    box-shadow: 0 3px 20px -10px black;
    transition: 0.3s;
}

#WhatsApp-button:hover {
    background: #128C7E;
}