@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "Poppins", sans-serif;
font-family: "Urbanist", sans-serif;
*/


:root {
    --theme-color: #FFB650;
    --black: #000;
    --white: #fff;
    --paragraph: #343434;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: "Urbanist", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 22px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 75px;
    color: var(--white);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.bannertext h1 span {
    position: relative;
    display: inline-block;
}

.bannertext h1 span:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 270px;
    height: 95px;
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: -1;
}

.bannertext h2 {
    font-size: 55px;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 5px;
    position: relative;
}

.headertext h3 {
    font-size: 44px;
    color: var(--black);
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
}

.headertext h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    width: 150px;
    height: 2px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.headertext h3 span {
    color: var(--theme-color);
    font-weight: 600;
}

.small_title h4 {
    font-size: 32px;
    color: var(--black);
    font-weight: 600;
    margin: 0;
    position: relative;
}

.small_title h5 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.small_title h5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 16px;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 10px;
}

.small_title h5:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 0;
    bottom: -6px;
    width: 50px;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 10px;
}

.btn01 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 25px;
    color: var(--black);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0px 0px 5px 0px #ffb444ad;*/
}

.btn01:hover {
   background-color: var(--black);
   border: 1px solid var(--black);
   color: var(--white);
   transform: translateY(-0.25em);
   box-shadow: 0 0 0.5em 0em #c79d5e;
}

.btn01 .fa-circle-arrow-right {
    font-size: 24px;
}




/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: var(--theme-color); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: var(--theme-color); transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}

.headerarea .logo {
    width: 100%;
    max-width: 200px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 11;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: var(--black);
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #ffb650;
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 35%; right: 3px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: var(--black); font-size: 15px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #FAA733; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--theme-color); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #FAA733;
    background: transparent;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner_sec .container {
    display: flex;
    align-items: center;
}

.banner_sec:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 13%) 35%, rgb(255 255 255 / 0%) 100%);
}

.banner_sec .bannertext {
    max-width: 50%;
}

.banner_sec .bannertext {
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.banner_sec .bannertext h6 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    word-spacing: 10px;
    margin-bottom: 20px;
}

.banner_sec .bannertext h6 i {
    font-size: 10px;
    color: var(--theme-color);
}

.banner_sec .btn01 {
    margin-top: 35px;
}

/* order_form start */
.order_form {
    width: 32%;
    margin-left: auto;
    margin-top: 160px;
    position: relative;
    z-index: 1;
}

.order_form_top {
    width: 100%;
    background-color: #FAA733;
    border-radius: 15px 15px 0 0;
    padding: 30px;
}

.order_form .small_title h5 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 6px;
}

.order_form .small_title h5:after, .order_form .small_title h5:before {
    display: none;
}

.order_form_btm {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    border-radius: 0 0 15px 0;
    padding: 30px;
    display: inline-block;
}

.order_form_btm:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -10px;
    width: 0;
    height: 60px;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #f3aa3f;
    margin: 0;
    transform: rotate(90deg);
}

.order_form .form-control {
    background: none !important;
    border: 1px solid #474747 !important;
    font-weight: 400 !important;
}

.order_form .form-select {
    padding: 5px 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: none;
    color: var(--black);
    border: 1px solid #474747;
    border-radius: 8px;
    font-size: 14px;
    height: 48px;
    font-weight: 400;
    width: 100%;
    transition: 0.6s;
}

.order_form .form-control::placeholder {
    color: var(--black);
}

.order_form textarea.form-control {
    height: 100px !important;
    padding: 10px 12px;
}

.order_form .form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.order_form .btn01 {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    margin-top: 10px;
}

/* ======================================================================= */
    /* how_work start */
/* ======================================================================= */
.how_work {
    width: 100%;
}

.how_work_in, .dry_cleaning_in, .service_area_in, .our_clients_in {
    width: 100%;
    margin-top: 40px;
}

.how_work_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.how_workCard {
    width: 100%;
    padding: 35px 25px 45px;
    border-bottom: 2px solid var(--white);
    background-color: #fff;
    border-radius: 15px;
    transition: 0.6s;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.icon_circle {
    width: 90px;
    height: 90px;
    background-color: rgb(255,248,238);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.icon_circle img {
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(43%) saturate(1683%) hue-rotate(332deg) brightness(102%) contrast(101%);
    transition: 0.6s;
}

.how_workCard_text {
    width: 100%;
    margin-top: 35px;
}

.how_workCard:hover {
    border-color: var(--theme-color);margin-top: -7px;
}

.how_workCard:hover .icon_circle {
    background-color: var(--theme-color);
}

.how_workCard:hover .icon_circle img {
    filter: brightness(0) invert(0);
}

/* ======================================================================= */
    /* discover_premier start */
/* ======================================================================= */
.discover_premier {
    width: 100%;
}

.discover_premier .headertext {
    width: 55%;
    margin: 0 auto;
}

.discover_premier .headertext h3 {
    margin: 0 0 30px;
}

.discover_premier .headertext p {
    margin-top: 10px;
}

/* counter start */
.counter {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
}

.counter_card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.counter_card h4 {
    font-size: 55px;
    color: var(--black);
    font-weight: 700;
    margin: 0;
}

.counter_card h6 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    margin: 0;
}

.divideline {
    border-right: 1px solid #dbdbdb;
}

.divideline:last-child {
    border-right: none;
}


/* ======================================================================= */
    /* dry_cleaning start */
/* ======================================================================= */
.dry_cleaning {
    width: 100%;
}

.dry_cleaning .headertext {
    width: 55%;
    margin: 0 auto;
}

.dry_cleaning_card {
    width: 100%;
    transition: 0.6s;
}

.dry_cleaning_pic {
    height: 280px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.dry_cleaning_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.dry_cleaning_card:hover .dry_cleaning_pic img {
    transform: scale(1.1);
}

.dry_cleaning_pic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));*/
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(248 184 88 / 59%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.dry_cleaning_card:hover .dry_cleaning_pic::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.dry_cleaning_card_btm {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.dry_cleaning .small_title h4 {
    font-size: 26px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
}

.dry_cleaning .small_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dry_cleaning .btn01 {
    background-color: rgb(255,240,220);
    border: 1px solid rgb(255,240,220);;
    margin-top: 20px;
}

.dry_cleaning_card:hover .btn01 {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--black);
}

.cleaning-carousel .owl-nav button.owl-prev, .cleaning-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #878787; border-radius: 50%; color: #345C7E; font-size: 30px;}
.cleaning-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.cleaning-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #878787 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.cleaning-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.cleaning-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.cleaning-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #878787 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.cleaning-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.cleaning-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.cleaning-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.cleaning-carousel .owl-nav { position: absolute; bottom: -70px; display: inline-flex; left: 0; justify-content: center; width: 100%;}
.cleaning-carousel .owl-nav button.owl-prev:hover, .cleaning-carousel .owl-nav button.owl-next:hover { background: #F6BC1A; border: 1px solid #F6BC1A; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .cleaning-carousel .owl-dots.disabled, .owl-carousel .cleaning-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-color);
    width: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 8px;
}

/* ======================================================================= */
    /* we_offer start */
/* ======================================================================= */
.we_offer {
    width: 100%;
}

.we_offer_left {
    width: 100%;
}

.we_offer .headertext h3:after {
    margin: 0;
    left: -20px;
}

.we_offer .headertext p {
    margin: 35px 0;
}

.we_offer_circle {
    width: 75px;
    height: 75px;
    background-color: rgb(255,239,217);
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.we_offer_circle img {
    max-width: 40px;
}

.we_offer h5 {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 5px;
}

.we_offer_right {
    width: 90%;
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 10px;
}

.image-slice {
    width: 220px;
    height: 500px;
    background-size: 690px 500px;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
}

.slice1 { background-position: left; }
.slice2 { background-position: center; }
/*.slice3 { background-position: right; }*/


/*video-play-button start*/
.vdo_image { height: 300px; position: relative; display: flex; border-radius: 15px; overflow: hidden; }
.vdo_image img { width: 100%; height: 100%; object-fit: cover; }
.video-play-button { position: absolute; z-index: 10; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); box-sizing: content-box; display: block; width: 32px; height: 44px; /* background: #8CC63A; */ border-radius: 50%; padding: 18px 20px 18px 28px; }
.video-play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: rgb(255 182 80 / 82%); border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.video-play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; background: rgb(255 182 80 / 82%); border-radius: 50%; transition: all 200ms; }
.video-play-button span { display: block; position: relative; z-index: 3; width: 0; height: 0; border-left: 19px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 10px; left: 5px; }
/*.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*video-play-button end*/

.we_offer_right .btn01 {
    position: absolute;
    top: 15%;
    right: 5%;
}



/* ======================================================================= */
    /* laundry_solutions start */
/* ======================================================================= */
.laundry_solutions {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
    overflow: hidden;
}

.laundry_solutions .btn01 {
    background-color: var(--white);
    color: var(--black);
    margin-top: 30px;
    padding: 10px 25px;
    transition: 0.6s;
}

.laundry_solutions .btn01:hover {
    background-color: var(--black);
    color: var(--white);
}

.laundry_solutions:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 230px;
    height: 230px;
    background-image: url(../images/vector1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.laundry_solutions:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -8px;
    width: 230px;
    height: 230px;
    background-image: url(../images/vector2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    opacity: 0.3;
}

/* ======================================================================= */
    /* service_area start */
/* ======================================================================= */
.service_area {
    width: 100%;
}

.productImage img#largeImage {
     height: 500px;
     box-shadow: 0px 2px 5px rgba(0,0,0,0.5), 0px -2px 5px rgba(0,0,0,0.5);
}
 #description {
     padding: 5px;
     margin: 10px 0;
     color: rgba(0,0,0,0.5);
}
 #thumbs img {
     height: 50px;
     cursor: pointer;
}

.thumbs_box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 35px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    margin-bottom: 25px;
}

.areabtn {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
    color: var(--black);
    text-align: center;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 7px 0px #ddd;
    width: 70%;
    margin: 0 auto;
}

.areabtn.active {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.productImage iframe {
    width: 100%;
    height: 450px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 15px;
}

/* ======================================================================= */
    /* faq_sec start */
/* ======================================================================= */
.faq_sec { width: 100%;}
.accordion { margin: 50px auto 0; width: 85%; }
.accordion-item { border: none; margin-bottom: 15px; background-color: rgb(255,244,229); border-left: 2px solid #ffb650; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-button:not(.collapsed) { box-shadow: none; color: var(--black); background-color: rgb(255,244,229); }
.accordion-button { padding: 15px; font-size: 20px; color: var(--black); font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-button span { color: #ffb650; margin-right: 10px; }
.accordion-body { padding: 0 15px 15px 15px; }
.accordion-body p { font-size: 15px; width: 100%; margin: 0 auto; padding: 15px; background-color: #fff; border-radius: 10px; }
.accordion-button::after { background-color: #ececec; padding: 4px; border-radius: 50%; width: 30px; height: 30px; background-position: 8px 8px; background-size: 15px; }
.accordion-button:not(.collapsed)::after { background-color: #ffb650; }
.accordion-item { border-radius: 12px; overflow: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-item:first-of-type { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.accordion-item:last-of-type { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

/* ======================================================================= */
    /* our_clients start */
/* ======================================================================= */
.our_clients {
    width: 100%;
}

.our_clients .headertext h3:after {
    margin: 0;
    left: -20px;
}

.feedback_box { width: 95%; padding: 35px 45px; margin: 15px; border-radius: 15px; box-shadow: 0px 4px 15px rgb(0 0 0 / 10%); text-align: left; border-bottom: 2px solid #fff; transition: 0.6s; }
.feedback_box:hover { border-color: #ffb650; }
.feedback_box p { position: relative;  margin-bottom: 0; display: inline-block; }
.feedback_box p::before { content: '\201c'; font-size: 50px; color: var(--theme-color); font-family: serif; font-weight: bold; position: absolute;  top: 6px; left: -35px; }
.feedback_box p::after { content: '\201c'; font-size: 50px; color: var(--theme-color); font-family: serif; font-weight: bold; position: absolute; bottom: 3px; transform: rotate(-180deg); }
.client_row { width: 100%; margin-top: 35px; }
.client_circle { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; border: 1px solid #d3d3d3; }
.client_circle img { width: 100%; height: 100%; }
.client_row h6 { font-size: 17px; color: var(--black); font-weight: 600; padding-left: 45px; position: relative; display: block; }
.client_row h6::before { content: ""; position: absolute; left: 0; top: 10px; width: 35px; height: 1px; background-color: #787878; }
.client_row ul { padding: 0; margin: 0 0 0 45px; list-style: none; }
.client_row ul li { display: inline-block; }
.client_row .fa-star { font-size: 11px; color: #EB7903;; }
/**/
.feedback_slide .owl-nav button.owl-prev, .feedback_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.feedback_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.feedback_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.feedback_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.feedback_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.feedback_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.feedback_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.feedback_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.feedback_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.feedback_slide .owl-nav { position: absolute; bottom: -90px; display: inline-flex; left: 0; justify-content: end; width: 100%;}
.feedback_slide .owl-nav button.owl-prev:hover, .feedback_slide .owl-nav button.owl-next:hover { background: #FEC800; border: 1px solid #FEC800; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .feedback_slide .owl-dots.disabled, .owl-carousel .feedback_slide .owl-nav.disabled { display: block !important; }
/**/

/* ======================================================================= */
    /* fotter_sec start */
/* ======================================================================= */
.fotter_sec { width: 100%; padding-bottom: 120px; }
.fotter_sec_in { width: 100%; margin-top: 60px; }
.fotter_sec .headertext { width: 50%; margin: 0 auto; }
.fotter_sec_left { width: 100%; }
.fotter_sec .small_title h4::before { content: ""; position: absolute; left: 0; bottom: -10px; width: 75px; height: 1px; background-color: #787878; }
.address_sec { width: 85%; margin-top: 65px; border-left: 5px solid var(--theme-color); padding-left: 40px; }
.address_sec .mb-5 { margin-bottom: 30px !important; }
.fotter_sec h5 { font-size: 18px; color: var(--black); font-weight: 600; margin-bottom: 5px; }
.fotter_sec .we_offer_circle { width: 45px; height: 45px; }
.fotter_sec .we_offer_circle i { font-size: 18px; }

/**/
.social_sec { margin-top: 50px; padding-top: 35px; border-top: 1px solid #ccc; text-align: center; }
.social_sec h5 { margin-bottom: 25px; }
.footer-social { display: flex; justify-content: center; }
.footer-social li { margin: 0px 4px; }
.footer-social li a { width: 100%; min-width: 40px; max-width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--black); transition: 0.5s; text-decoration: none; box-shadow: 0px 4px 15px rgb(0 0 0 / 24%); }
.footer-social li a:hover { background-color: var(--theme-color); color: #000; }

/**/
.fotter_sec_right { width: 62%; position: relative; margin-left: 100px; background-color: var(--white); box-shadow: 0px 4px 15px rgb(0 0 0 / 24%); border-radius: 25px; padding: 40px 60px; }
.fotter_sec_right:after { content: ""; position: absolute; top: 60px; right: -120px; background-color: var(--theme-color); width: 80%; height: 100%; border-radius: 0 0 0 30px; z-index: -1; }
.fotter_sec_right label { position: relative; background-color: var(--white); top: 13px; left: 10px; padding: 2px 8px; font-size: 14px; color: var(--black); z-index: 1; }
.fotter_sec_right label span { color: red; }
.fotter_sec_right .form-control, .order_form .form-control { padding: 5px 12px; border-radius: 0px; margin-bottom: 0px; background: #fff; color: var(--black); border: 1px solid #c1c1c1; border-radius: 8px; font-size: 14px; height: 48px; font-weight: 400; width: 100%; transition: 0.6s; }
.fotter_sec_right textarea.form-control { height: 100px !important; padding: 10px 12px;}
.fotter_sec_right .form-control:focus { box-shadow: none; border-color: #ffb650; }
.fotter_sec_right .btn01 { margin-top: 25px; background-color: var(--black); border-color: var(--black); color: var(--white); }
.fotter_sec_right .btn01:hover { margin-top: 25px; background-color: var(--theme-color); border-color: var(--theme-color); color: var(--black); }

/*copyright start */
.copyright { width: 100%; background-color: var(--black); padding: 55px 0 25px; border-radius: 35px 35px 0 0; }
.copyright_in { display: flex; align-items: center; justify-content: space-between; }
.copyright .logo { width: 100%; max-width: 235px; position: relative; display: inline-block; }
.copyright ul li { display: inline-block; }
.copyright ul li a { font-size: 15px; color: var(--white); padding-left: 35px; text-decoration: none; font-weight: 300; position: relative; transition: 0.6s; }
.copyright ul li a:after { content: ""; position: absolute; top: 4px; right: -20px; height: 15px; width: 1px; background-color: #fff; }
.copyright ul li a:hover { color: var(--theme-color); }
.copyright ul li:last-child a:after { display: none; }
.menu_right p { font-size: 14px; color: #efefef; font-weight: 300; margin-top: 20px; position: relative; overflow: hidden; }
.menu_right p span { color: var(--theme-color); font-weight: 400; }
.rightLine:after { content: ""; display: inline-block; height: 1px; vertical-align: middle; width: 100%; margin-right: -100%; margin-left: 10px; border-top: 1px solid #9d9d9d; }
/*copyright end */


/* ======================================================================= */
    /* inner_banner start */
/* ======================================================================= */
.inner_banner {
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 13%) 35%, rgb(255 255 255 / 0%) 100%);
}

.breadcrumb-item {
    font-size: 14px;
    color: var(--white);
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: var(--white);
}

.inner_banner .bannertext {
    position: relative;
    z-index: 1;
}

/* ======================================================================= */
    /* inner_services start */
/* ======================================================================= */
.inner_services { width: 100%; }
.inner_servicespic { width: 450px; height: 420px; position: relative; display: flex; margin: 0 auto; flex-basis: 45%; flex-shrink: 0;}
.inner_servicespic img { width: 100%; height: 100%; border-radius: 15px; object-fit: cover; transition: 0.6s;  }
.inner_servicespic::after { content: ''; position: absolute; top: 20px; right: -20px; width: 100%; height: 100%; border: 2px solid var(--theme-color); border-radius: 15px; transition: 0.6s; }
.services_gridBox:hover .inner_servicespic::after { top: 0; right: 0; }
.inner_services .small_title { width: 45%; margin: 0 auto; }
.inner_services .small_title h4 { font-size: 38px; color: var(--black); font-weight: 600; margin-bottom: 10px; }
.inner_services .small_title ul { padding: 0; margin: 25px 0 25px 0; list-style: none; }
.inner_services .small_title ul li { width: 100%; display: block; font-size: 15px; color: var(--black); margin-bottom: 10px; position: relative; padding-left: 27px; }
.inner_services .small_title ul li::before { content: ''; position: absolute; top: 3px; left: 0; width: 18px; height: 18px; background-image: url(../images/bullet.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.services_gridBox { display: flex; align-items: center; justify-content: flex-start; gap: 40px; margin-bottom: 85px; transition: 0.6s; }

.itemOrder .itemList:nth-of-type(2n) .inner_servicespic {
    order: 2;
}
.itemOrder .itemList:nth-of-type(2n) .headertext {
    order: 1;
}
.itemOrder .itemList:nth-of-type(4n) .inner_servicespic {
    order: 2;
}
.itemOrder .itemList:nth-of-type(4n) .headertext {
    order: 1;
}
.itemOrder .itemList:nth-of-type(4n) .services_gridBox {
    margin-bottom: 0;
}


/* ======================================================================= */
    /* laundry_service start */
/* ======================================================================= */
.laundry_service { 
    width: 100%; 
}

.laundry_service .headertext {
    width: 90%;
    margin-left: auto;
}

.laundry_service .headertext h3 {
    margin: 0 0 35px;
}

.laundry_service .headertext h3:after {
    margin: 0;
    left: -20px;
}

.laundry_service .headertext p {
    margin-top: 10px;
}

.laundry_service_pic01 {
    height: 300px; 
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.laundry_service_pic01 img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.laundry_service_pic01:hover img { 
    transform: scale(1.1);
}

.laundry_service_pic01::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));*/
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(248 184 88 / 59%));
  transform: rotate(-45deg);
  transition: all 0.9s ease;
  overflow: hidden;
  opacity: 0;
  z-index:1;
}

.laundry_service_pic01:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.image_size:nth-child(2) .laundry_service_pic01 {
    height: 180px ;   
}

.image_size:nth-child(3) .laundry_service_pic01 {
    height: 180px;   
}

.laundry_service .counter {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/* ======================================================================= */
    /* disappointed start */
/* ======================================================================= */
.disappointed { 
    width: 100%; 
}

.disappointed .how_workCard {
    text-align: center;
    background-color: rgb(255, 248, 238);
}

.disappointed .small_title h5:after, .disappointed .small_title h5:before {
    display: none;
}

.disappointed .small_title h5 {
    margin-bottom: 10px;
}

.disappointed .icon_circle {
    margin: 0 auto;
}

.disappointed .how_workCard_text {
    margin-top: 20px;
}

.disappointed .how_workCard a {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    margin-top: 20px;
    display: block;
    transition: 0.6s;
}

.disappointed .how_workCard:hover a {
    color: var(--theme-color);
}

.disappointed .how_work_grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.disappointed .how_workCard:hover {
    background-color: #fff;
}


/* ======================================================================= */
    /* vdoArea start */
/* ======================================================================= */
.vdoArea {
    width: 100%;
}

.vdoArea p {
    margin: 10px 0 0 !important;
}

.vdoArea .btn01 {
    margin-top: 35px;
}

.vdoArea .headertext h3 {
    margin-bottom: 35px !important;
}

.vdoArea .image-slice {
    width: 165px;
    height: 460px;
    background-size: 500px 460px;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
}

.vdoArea .slice1 {
  background-position: left;
}
.vdoArea .slice2 {
  background-position: center;
}
.vdoArea .slice3 {
  background-position: right;
}

/* ======================================================================= */
    /* convenience start */
/* ======================================================================= */
.convenience {
    width: 100%;
    margin-bottom: 80px;
}

.convenience_in {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.convenience_card {
    width: 100%;
    padding: 35px 55px;
}

.convenience_card h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph);
}

.convenience .small_title h5:after, .convenience .small_title h5:before {
    display: none;
}

.convenience .small_title h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.midline:nth-child(2) {
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

/* ======================================================================= */
    /* cleaning_solutions start */
/* ======================================================================= */
.cleaning_solutions {
    width: 100%;
}

.cleaning_solutions_in {
    width: 100%;
    margin-top: 65px;
}

.cleaning_solutions_card {
    width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.cleaning_solutions_card:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 43px;
    width: 75px;
    height: 54px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.col-lg-4:last-child .cleaning_solutions_card:after {
    display: none;
}

.solutions_circle {
    width: 140px;
    height: 140px;
    border: 1px solid #888585;
    border-radius: 50%;
    margin: 0 auto 35px;
    padding: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.solutions_circle:after {
    content: "";
    position: absolute;
    right: -30px;
    top: -13px;
    width: 146px;
    height: 164px;
    background-image: url(../images/circle_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    transition: 0.6s;
}

.solutions_circle img {
    max-width: 55px;
    filter: brightness(0) invert(0);
    transition: 0.6s;
}

.cleaning_solutions .small_title h5:after, .cleaning_solutions .small_title h5:before {
    display: none;
}

.cleaning_solutions .small_title h5 {
    margin-bottom: 15px;
}

.process_circle {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    background-color: #888585;
    position: absolute;
    left: -25px;
    top: 35%;
    box-shadow: 0px 2px 7px 0px #ddd;
    transition: 0.6s;
}

.cleaning_solutions_card:hover .solutions_circle img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(43%) saturate(1683%) hue-rotate(332deg) brightness(102%) contrast(101%);
    transition: 0.6s;
}

.cleaning_solutions_card:hover .solutions_circle:after {
    filter: brightness(0) saturate(100%) invert(79%) sepia(43%) saturate(1683%) hue-rotate(332deg) brightness(102%) contrast(101%);
}

.cleaning_solutions_card:hover .process_circle {
    background-color: #ffb650;
}


/* ======================================================================= */
    /* cleaning_tab start */
/* ======================================================================= */
.cleaning_tab {
    width: 100%;
}

.nav-pills .nav-link {
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: var(--paragraph);
    padding: 10px 25px;
}

.cleaning_tab .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tab-content {
    margin-top: 35px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--black);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


.cleaning_tab h4 {
    font-size: 38px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
}

.cleaning_tab p {
    margin-bottom: 10px;
}

.cleaning_tab_pic {
    width: 90%;
    height: 500px;
    margin-left: auto;
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.cleaning_tab_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cleaning_tab_pic:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 85px;
    height: 85px;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.cleaning_tab_pic:after {
    content: "";
    position: absolute;
    left: 197px;
    top: 247px;
    width: 85px;
    height: 85px;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.cleaning_tab_pic_textbox {
    width: 56%;
    padding: 40px;
    border: 1px solid #FFCC9E;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    right: 50px;
    bottom: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.cleaning_tab_pic_textbox h6 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
}

.cleaning_tab_pic_textbox h6 span {
    color: var(--theme-color);
}

.cleaning_tab_text .btn01 {
    margin-top: 15px;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contactus { width: 100%; position: relative; }
.contactus_card { width: 95%; padding: 50px; border-radius: 25px; border: 1px solid #f8b858; box-shadow: 0 0 0.5em 0em #c79d5e; transition: 0.6s; }
.contactus .headertext h3:after { display: none; }
.queriesin { width: 100%; }
.form_box { width: 100%; margin-top: 30px; }
.field_label { position: relative; padding: 0 5px; font-size: 14px; line-height: normal; color: #000000; margin-bottom: 5px; }
.form-group { margin-bottom: 10px; }
.form_box .form-group span { color: #C72324; }
.contactus .form-control, .contactus .textfield02 { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 10px; position: relative; transition: 0.6s; }
.contactus .form-control::placeholder, .textfield02::placeholder { color: #000; }
.contactus .form-control:focus, .textfield02:focus { border-color: #ffb650; }
.contactus .form-select { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 10px; position: relative; transition: 0.6s; }
.form-select:focus { border-color: #ffb650; outline: 0; box-shadow: none; }
.textfield02 { height: 115px !important; margin-bottom: 10px; padding: 10px 15px; }
.submit02 { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 400; padding: 10px 20px; color: var(--black); text-align: center; line-height: normal; background-color: var(--theme-color); border: 1px solid var(--theme-color); position: relative; border-radius: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; transition: 0.6s; }
.submit02 .fa-arrow-right { transform: rotate(-45deg); transition: 0.6s; padding-left: 5px; }
.submit02:hover .fa-arrow-right { transform: rotate(0deg); }
.submit02:hover { color: #fff !important; background-color: #000; border: 1px solid #000; transition: all 0.4s ease; box-shadow: 0 0 0.5em 0em #c79d5e; }
.submit02:hover img { transition: all 0.4s ease; filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%) hue-rotate(88deg) brightness(117%) contrast(100%); }

/*//*/
.contactright { width: 100%; padding: 50px; border-radius: 25px; border: 1px solid #f8b858; box-shadow: 0 0 0.5em 0em #c79d5e; transition: 0.6s; }
.contactright p { margin: 5px 0 15px; }
.contactright .footer-social li a { background-color: rgb(255, 239, 217); }
.contactright .footer-social li a:hover { background-color: var(--theme-color); }
.contactright .counter3 { align-items: center; border-bottom: 1px solid #f8b85882; padding-bottom: 15px; margin-bottom: 25px; }
.contactright .counter3:last-child { border-bottom: none; }
.contactright .counter-img { width: 40px; height: 40px; background: #f8b858; border-radius: 50%; text-align: center; justify-content: center; margin-right: 15px; display: flex; align-items: center; font-size: 15px; color: #000000; }
.contactright .counter-body h5 { font-size: 22px; line-height: 26px; color: #000000; margin-bottom: 5px; font-weight: 600; }
.contactright .footer-social { display: flex; justify-content: flex-start; margin-top: 25px; }
.mapsec { width: 100%; margin-top: 40px; }
.mapsec iframe { width: 100%; min-height: 450px; border: 1px solid #d7d7d7; padding: 2px; border-radius: 15px; }

/* modal start */
.modal-body {
    padding: 0 35px 35px 35px;
}
.modalbtn {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
    box-shadow: 0 1px 10px rgb(248 184 88);
    display: none;
}

.modal-dialog .form-control, .modal-dialog  .form-select {
    padding: 5px 12px;
    border-radius: 0px;
    margin-bottom: 15px;
    color: var(--black);
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    font-size: 14px;
    height: 48px;
    font-weight: 400;
    width: 100%;
    transition: 0.6s;
}

.modal-dialog textarea.form-control {
    height: 100px !important;
    padding: 10px 12px;
}
.modal-header {
    border-bottom: none;
}
.modal-dialog .small_title h6 {
    font-size: 15px;
    margin-bottom: 5px;
}
.modal-dialog { 
    max-width: 40%; 
    margin-right: auto; 
    margin-left: auto; 
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-dialog .form-control:focus, .modal-dialog .form-select:focus {
    box-shadow: none;
    border-color: #ffb650;
}

/* modal end */

























