@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

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

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

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

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

img {
    max-width: 100%;
}

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

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

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

p {
    font-weight: 500;
    line-height: 25PX;
    font-family: 'montserrat-medium';
    font-size: 13px;
}


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

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'urban-shadow';
    src: url(../font/Urban\ Shadow\ Sans\ Serif.otf);
    font-weight: 400;
    font-style: normal
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 2px 20px 2px 2px;
    border: unset;
    border-radius: 8px;
    color: #ffffff;
    z-index: 1;
    background: #da2424;
    position: relative;
    font-size: 14px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

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

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

h1 {
    font-family: 'urban-shadow';
    font-size: 85px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'urban-shadow';
    font-size: 85px;
    line-height: 1.1;
    color: #1d1b20;
    font-weight: 500;
    margin: 0 0 2px;
    text-transform: uppercase;
}

h3 {
    font-family: 'urban-shadow';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h4 {
    font-family: 'urban-shadow';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 4px;
    text-transform: uppercase;
}

h5 {
    font-family: 'urban-shadow';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0px 0 6px;
    text-transform: uppercase;
}

h6 {
    font-family: 'montserrat-medium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ffffff4f;
    border-bottom: 1px solid #ffffff4f;
    top: 20px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 20px;
    font-size: 14px;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
    margin: 0px 20px;
}



.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

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

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

.droopdwon {
    float: left;
}

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


/*header css start */

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


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

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

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

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

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

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

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

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

.carousel-caption {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    /* background: rgba(0, 0, 0, 0.1); */
}

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

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


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.container-fluid {
    padding: 0px 100px;
}

.banner-img img {
    width: 100%;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.side-btn-text {padding: 12px 26px;background: #fff;color: #000;border-radius: 8px;font-family: 'montserrat-medium';text-transform: uppercase;}

.dis-block{
    display: block;
}
.red-color {
    color: #da2424;
}
.banner-icons {
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 40px;
}

.banner-text {
    /* transform: rotate(90deg); */
}

.banner-text h5 {
    margin-bottom: 0px;
    writing-mode: sideways-rl;
    color: #fff;
    letter-spacing: 2px;
    line-height: 35px;
}

.banner-icons ul {
    padding-bottom: 130px;
    position: relative;
}

.banner-icons ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff29;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    color: #ffffff29;
}
.banner-icons ul li a i:hover {
    background: #da2424;
    color: #fff;
    box-shadow: 0px 0px 6px 0px #da2424;
    border: 1px solid #da2424;
}

.banner-icons ul:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    height: 130px;
    width: 1px;
    background: #ffffff29;
}

section.main_slider {
    position: relative;
    /* z-index: 1; */
}

section.main_slider:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 160px;
    height: 850px;
    width: 1px;
    background: #ffffff4f;
    z-index: 1;
}

.banner_img {
    position: absolute;
    bottom: 200px;
    right: 100px;
}
.banner-btm-img {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 2;
}

section.main_slider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 160px;
    height: 290px;
    width: 220px;
    background: #da2424;
    z-index: 1;
    border-radius: 0px 10px 0px 0px;
}













.custom-pagination-container {
    display: flex;
    align-items: center;
    gap: 15px;
    /* background: #111; */ /* Dark background like your image */
    padding: 20px;
    /* font-family: 'Arial Black', sans-serif; */
    color: white;
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 3;
}

.current-slide {
    font-size: 24px;
    font-weight: bold;
}

.total-slides {
    font-size: 20px;
    color: #666; /* Faded color for the target number */
}

/* Progress Bar Styling */
.progress-bar-wrapper {
    width: 270px; /* Line ki lambai */
    height: 2px;
    background: #333; /* Background line color */
    position: relative;
    overflow: hidden;
}

.progress-line-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%; /* Initial width */
    background: white;
    transition: width 0.4s ease; /* Smooth animation */
}

/* Arrows */
.nav-arrow {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.nav-arrow:hover {
    opacity: 1;
}
.about-text p {
    width: 80%;
    margin-bottom: 22px;
}

.about-text-line {
    position: relative;
    padding-left: 50px;
}

.about-text-line:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 3px;
    width: 40px;
    background: red;
}

.about-text-line h4 {
    font-size: 18px;
}

.about-img {
    position: relative;
}

.about-img img {
    width: 82%;
}

.about-img:before {
    position: absolute;
    content: '';
    bottom: -40px;
    right: 70px;
    height: 300px;
    width: 330px;
    background: #da2424;
    z-index: -1;
    border-radius: 7px;
}

section.about-sec {padding-bottom: 40px;margin: 100px 0px;}

section.crafted-for-sec{
    background-image: url(../images/crafted-bgimg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    margin-bottom: 100px;
}
.crafted-for-img img {
    width: 100%;
    border-radius: 10px;
}

.crafted-for-text h2 {
    color: #fff;
    position: relative;
}

.crafted-for-text h2:before {
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ffffff3d;
}

.crafted-for-text p {
    color: #fff;
    margin-bottom: 20px;
}


/* why choose us sec starts */
section.choose-us-sec {
    /* margin: 70px 150px 129px; */
    margin-bottom: 100px;
    padding-bottom: 50px;
}

.choose-us-right-txt h3 {
    font-size: 85px;
    color: #1d1b20;
}

.choose-us-right-txt p {
    font-size: 14px;
}

.choose-us-left-img img {
    width: 95%;
    height: 470px;
    object-fit: cover;
    border-radius: 10px;
}

.choose-box {
    width: 820px;
    height: 210px;
    background: #da2424;
    border-radius: 15px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    right: 0px;
}

.choose-us-left-img {
    position: relative;
    text-align: end;
}

ul.choose-ul {
    margin: 14px 120px 0px 0px;
}

ul.choose-ul .theme-btn {
    margin: 30px 0 0 14px;
}

ul.choose-ul li {
    padding: 12px 0px 8px;
    color: black;
    font-size: 16px;
    font-family: 'urban-shadow';
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

ul.choose-ul a {
    margin-top: 100px;
}

ul.choose-ul li::before {
    position: absolute;
    content: '';
    width: 220px;
    height: 1px;
    background-color: #00000029;
    bottom: 0px;
    right: 30px;
}

ul.choose-ul li img {
    margin: 0 0px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.choose-us-right-txt {
    text-align: end;
}

ul.choose-ul li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #da2424;
    bottom: -4px;
    right: 243px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 0px 6px 0px #da242499;
}

/* why choose us sec ends */



/*What Our Clients Say Start */

.testi-slider .slick-slide.slick-current .testi-slider-item::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
}



.test-txt h2 {
    margin-bottom: 5px;
}

.test-txt p {
    width: 50%;
    margin: 0 auto;
    line-height: 25px;
}

.test-txt {
    text-align: center;

}

.testi-user-details img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid #da2424;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider-item {
    padding: 60px 40px 40px 45px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #0000000f;
    height: 267px;
    margin-top: 10px;
    transition: 0.5s;
    width: 100%;
}




.testi-slider-item-icon {
    position: absolute;
    top: -22px;
}


.testi-slider-item-icon img {
    width: 59px;
    height: 40px;
    object-fit: contain;
}

.testi-slider .slick-track {
    padding: 50px 0;
    display: flex;
    justify-content: start;
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.testi-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-left: 30px;
}

.testi-user-name h4 {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.testi-user-name span {
    font-size: 14px;
    color: #da2424;
    margin: 0;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'urban-shadow';
}

.testi-slider-item .rating-star {
    margin-bottom: 15px;
}

.testi-slider .slick-slide.slick-current testi-slider-item {
    background: var(--lmustard);
}

.testi-slider .slick-slide.slick-current .testi-slider-item {
    background: #da2424;
}

.testi-slider-item p {
    margin-bottom: 0;
}


.testi-slider .slick-slide.slick-current .testi-slider-item .testi-user-details {
    margin-top: 55px;
    margin-bottom: 20px;
}


.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li a {
    color: #f79a48;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li .grey-star {
    opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li.grey-star {
    opacity: 1;
}


.rating-star ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
    background: #af8d53;
}

.testi-item-single {
    background: #141516;
}

span.desg {
    font-size: 13px;
    font-family: 'Montserrat';
    color: rgba(255, 255, 255, .8);
}


.testi-slider .slick-slide.slick-current .testi-slider-item p {
    color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item h4 {
    color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item span {
    color: #fff;
}

.test-head p {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.rating-star a {
    text-decoration: none;
    color: #fd8f00;
    white-space: initial;
}

 section.testimonials .testi-slider {
    width: 104vw;
}
section.testimonials {
    margin-bottom: 100px;
}
/*What Our Clients Say Ends*/



    .contact-input-sd input {
    width: 100%;
    margin-bottom: 60px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #5f5f5f;
    /* position: relative; */
    color: #fff;
}

.contact-input-sd i {
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
}

.contact-input-sd {
    position: relative;
    width: 100%;
}

.contact-input-sd input::placeholder {
    color: #000000;
    text-transform:uppercase;
    
}
.contact-input-sd textarea {
    width: 100%;
    margin-bottom: 60px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #5f5f5f;
    /* position: relative; */
    color: #000000;
}
.contact-input-sd textarea::placeholder {
    color: #000000;
}



section.contact-sec .row {
    position:relative;
    padding: 40px 0px 40px;
}
section.contact-sec .row.bg-shadow-in:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 74%;
    background: #ffffff;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #0000002e;
}



.contact-img {
    position: relative;
    padding: 0px;
}

.contact-img-text {
    position: absolute;
    top: 120px;
    left: 30px;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 60px;
}

.contact-img-text p {
    width: 45%;
    text-align: start;
    color: #fff;
    margin-top: 12px;
}
section.contact-sec {
    margin-bottom: 80px;
}
.contact-img-text h2 {
    color: #fff;
}
.contact-img img {
    width: 100%;
}

.contact-img-text:before {
    position: absolute;
    content: '';
    bottom: 70px;
    right: 0;
    height: 1px;
    width: 72%;
    background: #fff;
}
.contact-input-form {
    padding-right: 40px;
}





/* footer start */
.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #fff;
    font-family: 'montserrat-medium';
    color: #fff;
    opacity: 1;
    font-weight: 300;
}


.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background: #1d1b20;
    position: relative;
    padding: 70px 0px 0px 0px;
    height: 100%;
    width: 100%;
}


.bar {
    display: block;
    margin: 0 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 30px 0;
    position: relative;
}

.bar::before {
    position: absolute;
    width: 150px;
    height: 2px;
    content: '';
    background-color: #2b292e;
    bottom: 0;
    left: 0;
}

.ftr_logo p {
    width: 90%;
    color: #fff;
    opacity: 1;
    margin: 0 0 30px 0px;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #da2424;
}

ul.footer_social li a i {
    color: #fff;
}

ul.services a {
    font-size: 13px;
}

ul.services {}

.ftr_box a {
    font-size: 14px;
    font-family: 'montserrat-medium';
    display: block;
    margin: 8px 0;
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
    opacity: 50%;
}

.copy_right {
    margin: 50px 0 0 0;
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #8da5aa;
    position: relative;
}

.copy_right p {

    color: #fff;

    margin: 0;
}


ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

h4.bar.full::before {
    width: 90%;
}

.top-navigator-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
}

a.top-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    font-size: 25px;
    color: white;
    background: #cd4c42;
}

.banner-slider .slick-slide {
    margin: 0;
}

.banner-box {
    position: relative;
    z-index: 1;
}

img.banner-img {
    height: 200px;
}


/* .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    height: fit-content;
    transform: translate(-50%, -50%);
    text-align: center;
} */


.slider-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    color: #fff;
    font-family: serif;
    font-size: 25px;
}

.progress-bar {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgba(197, 152, 106, 1) 0%, rgba(147, 102, 84, 1) 100%);
    transition: width 0.4s ease;
}

#current-big {
    font-size: 40px;
    font-weight: bold;
}


ul.banner_navs button {
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

ul.banner_navs button img {
    object-fit: scale-down;
}

ul.banner_navs {
    display: flex;
    align-items: center;
    gap: 20px;
}

button.next-slide img {
    transform: rotate(180deg);
}
.ftr_logo img {
    width: auto;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid #2b292e;
}


section.gallery-sec {
    margin-bottom: 100px;
}
.visa-img {
    text-align: end;
}
/* footer end */


.testi-slider .slick-track {
    margin-left: 3%;
}
section.testimonials .container-fluid {
    padding: 0px 0px 0px 100px;
}




/*What Legacy Works Provides Start*/

.what-legacy-works-provides-heading.text-center p {
  width: 55%;
  margin: 0 auto;
}

.legacy-works-pro-sild-items-text h2 {
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  position: relative;
  color: #fff;
}

.legacy-works-pro-sild-items-button {
  display: none;
}


.legacy-works-pro-silder .legacy-works-pro-sild-items-text {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.legacy-works-pro-silder .slick-slide.slick-current.slick-active + .slick-slide .legacy-works-pro-sild-items .legacy-works-pro-sild-items-text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.legacy-works-pro-silder .slick-slide {
  margin: 0px 40px;
}

.legacy-works-pro-silder .legacy-works-pro-sild-items {
    margin-top: 25px;
}
.legacy-works-pro-silder .slick-slide {
  opacity: 1.2;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items {
  padding: 10px;
  position: relative;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-text
  span.prgf {
  display: block !important;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-button {
  display: block !important;
}

.legacy-works-pro-sild-items-img > img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 10px;
}

.legacy-works-pro-silder .slick-slide.slick-current.slick-active + .slick-slide .legacy-works-pro-sild-items {
    background: #ebcfba;
    padding: 0;
}



.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-img {
  position: relative;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-img:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #da2424, transparent);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}


.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-button
  a
  span {
  background: #ebcfba;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-button
  a
  span.theme-btn-arrow
  img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(90%) saturate(28%)
    hue-rotate(199deg) brightness(107%) contrast(100%);
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-text
  h2:before {
  background: #8d7e72;
}

.legacy-works-pro-silder
  .slick-slide.slick-current.slick-active + .slick-slide
  .legacy-works-pro-sild-items-text
  p {
  color: #ffffff;
}

.legacy-works-pro-silder html .legacy-works-pro-sild-items-button a span {
  display: flex !important;
}
.legacy-works-pro-sild-items-img {
    position: relative;
    text-align: center;
}

.legacy-works-pro-sild-items-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000080;
    border-radius: 10px;
}

.legacy-works-pro-sild-items-text p {
    color: #fff;
}

.legacy-works-pro-silder .slick-slide.slick-current.slick-active + .slick-slide .legacy-works-pro-sild-items-img > img {
    height: 650px;
}

section.what-legacy-works-provides-sec {
    margin-bottom: 200px;
    padding-bottom: 0px;
    position: relative;
}
/*What Legacy Works Provides Ends */

section.what-legacy-works-provides-sec span.start_number1 {
    position: absolute;
    bottom: -104px;
    left: 34.3%;
    font-size: 24px;
}
section.what-legacy-works-provides-sec span.end_number {
    position: absolute;
    bottom: -104px;
    right: 36%;
    font-size: 24px;
}
section.what-legacy-works-provides-sec .pro_bar.testi-bar {
    position: absolute;
    bottom: -89px;
    width: 60%;
    margin: 0 auto;
    left: 34%;
    right: 0;
}
section.what-legacy-works-provides-sec .progress4, section.what-legacy-works-provides-sec .progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
}
section.what-legacy-works-provides-sec .progress4, section.what-legacy-works-provides-sec .progress3 {
    display: block;
    width: 40%;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to right, #a61e23, #a61e23);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}
.legacy-works-pro-silder button.slick-prev {
    position: absolute;
    bottom: -13.7%;
    top: auto;
    left: 27%;
}
.legacy-works-pro-silder button.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-left.png);
    width: 43px;
    height: 50px;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1 !important;
    right: 0;
}
.legacy-works-pro-silder button.slick-next {
    position: absolute;
    bottom: -13.7%;
    top: auto;
    right: 29%;
}
.legacy-works-pro-silder button.slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 50px;
    background: url(../images/arrow-right.png);
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 1;
}


section.main_slider.main-inner-banner:after {
    display: none;
}

.banner-img.inner-banner-img img {
    height: 72vh;
    object-fit: cover;
}
section.main_slider.main-inner-banner .banner_img img {
    width: 70%;
}

section.main_slider.main-inner-banner .banner_img {
    text-align: center;
}

.banner_text.inner-banner-text {
    height: 300px;
    display: flex;
    align-items: center;
}

section.main_slider.main-inner-banner:before {
    height: 574px;
}
.about-btm-text {
    margin-top: 100px;
}
.shop-box-img {
    position: relative;
}

.shop-box-img a img {
    width: 100%;
}

.shop-box-img-icon {position: absolute;bottom: -25px;right: 30px;}

.shop-box-img-icon a i {
    height: 50px;
    width: 50px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
}

.shop-box {
    box-shadow: 0px 0px 6px 0px #d8d8d8;
    margin-bottom: 30px;
    border-radius: 16px;
}

.shop-box-text {
    padding: 40px 40px 20px;
}

.shop-box-text h4 {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
    line-height: 28px;
}

ul.shop-box-textulone {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin-top: 20px;
}

ul.shop-box-textulone li a i {
    color: #fd8f00;
}

ul.shop-box-textultwo {
    margin-bottom: 0px;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

ul.shop-box-textultwo li h5 {
    margin-bottom: 0px;
    font-size: 24px;
}

ul.shop-box-textultwo li p {
    margin-bottom: 0px;
}

section.shop-sec {
    margin: 100px 80px;
}


/*product detail page css start*/

.productdetailsec {
    padding: 100px 0 60px;
    position: relative;
    z-index: 1;
}
.productdetailtext i {
    color: #ffba00;
}

span.currency.detail {
    font-size: 22px !important;
}
a.theme2 {
    display: flex;
    width: 151px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #e46a7c;
    color: #fff;
}


ul.ticket li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 7px;
}

ul.ticket li p {
    margin: 0;
    padding-left: 11px;
}

ul.ticket {
    padding: 13px 0;
}
.productdetailtext > h4 {
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 24px;
    padding-bottom: 15px;
    /* font-family: 'montserrat-medium'; */
}



.productdetailtext > p {
    font-size: 14px;
    line-height: 31px;
    font-weight: 500;
    width: 80%;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 30px;
    color: #1d1d1d;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #3393c5;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 4px solid #E1E1E1; */
    height: 100%;
    background-color: #e9e9e9;
    border-radius: 11px;
    overflow: hidden;
    cursor: pointer;
}

/* .productdetailsmallportion img:hover {
    border: 2px solid #3393c5;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #3393c5;
} */

/* .productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #3393c5;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 40px; */
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 20px 0;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.num-in .product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail .skin-2 span:hover {
    background-color: #e46a7c;
}

.iconlist {
    margin-top: 0;
}

/* .productdetailportion::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #fff;
} */

.quanity.product-detail h5 {
    font-size: 19px;
    color: #250503;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    font-family: 'montserrat-medium';
}

ul.quan-count li {
    width: 60%;
}


ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 40px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #3393c5;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    /* font-family: 'saud' !important; */
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion img {
    /* width: 160px; */
    padding: 0px 10px;
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 133px;
    width: 150px;
    border-radius: 0;
    object-fit: cover;
    margin: 0;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 33px;
    display: block;
    height: 33px;
    float: left;
    position: relative;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    /* border: 1px solid #e1e1e1; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: none;
    border-left: none;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 39%;
    margin: 0 5px;
    color: #434343;
    /* border: 1px solid #000; */
    border-radius: 10px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    /* font-size: 17px; */
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: 'montserrat-medium';
    margin-bottom: 0px;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #250503;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #3393c5;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 45px;
    font-family: 'Montserrat';
    line-height: 35px;
    color: #1c1c1c;
    font-weight: 400;
    margin: 20px 0;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "â˜…";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0  0 80px 0;
}
.prod-detail-description .nav-tabs .nav-link:hover {
    background: #e46a7c00;
    color: #fff;
}
.prod-detail-description .nav-tabs .nav-link {
    color: #383838;
    font-size: 23px;
    text-transform: uppercase;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
    background: #f1f1f100;
    border-radius: 0px !important;
    font-family: 'montserrat-medium';
    margin-bottom: 0px;
    /* width: 217px; */
    height: 64px;
    /* border-bottom: 1px solid #000; */
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: unset;
    border: 0;
    background: #e46a7c00;
    color: #000000;
    border-bottom: 2px solid red;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: unset;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 30px 0;
}

section.prod-detail-description .client-box {
    margin: 30px 0;
}

section.prod-detail-description .client-ineer-box::before {
    display: none;
}
ul.product-detail-ulone {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}

.quanity.product-detail {
    display: flex;
    gap: 40px;
    align-items: center;
}

.product-detail-text h4 {font-family: 'montserrat-medium';font-size: 16px;}




.product-detail-btn-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.product-detail-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 20px;
}

/*  product Detail Review Section End */


/*product detail page css end*/


.legacy-works-pro-sild-items-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}
section.service-sec {
    margin: 100px 0px;
}
.services-detail-box img {
    width: 100%;
    margin-bottom: 20px;
    height: 620px;
    object-fit: cover;
    border-radius: 20px;
}



/* Contact Start  */

section.contact-page {
  position: relative;
  padding: 100px 40px;
}

section.contact-page .wraper {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

section.contact-page .ctc-contentWraper {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px;
  width: 90%;
  margin: 0px auto;
  background: #fff;
}

section.contact-page .ctc-contentWraper .content {
  position: relative;
}

section.contact-page .content h6 {
  font-family: 'montserrat-medium';
  text-transform: uppercase;
  font-size: 13px;
  color: #6e6e6e;
  margin-top: 20px;
  font-weight: 600;
  opacity: 70%;
}

section.contact-page .content h2 {
  font-size: 40px;
  color: #000;
  padding: 10px 0 12px;
}

section.contact-page .content p {
  width: 68%;
  color: #9d9d9d;
}

section.contact-page .content .tel {
  position: relative;
  margin: 60px 0 50px;
}

section.contact-page .content .tel a {
  font-family: 'urban-shadow';
  font-size: 30px;
  line-height: 40px;
  color: #000;
}

section.contact-page form {
  position: relative;
}

section.contact-page form .formField {
  position: relative;
  margin-bottom: 10px;
}

section.contact-page form .formField input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dadada;
  height: 52px;
  padding: 0px 29px;
  color: #000;
  font-family: "Poppins";
}

section.contact-page form .formField input::placeholder {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form textarea#message {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 15px 29px 31px;
  color: #000;
  font-family: "Poppins";
  height: 110px;
  resize: unset;
}

section.contact-page form textarea#message::placeholder {
  position: absolute;
  bottom: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form .meessage {
  position: relative;
}

section.contact-page form .siteBtn {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 34px;
}

section.contact-page .smtpsConnection {
  margin: 50px 0 0px;
}

section.contact-page .smtpsConnection .iconsBox {
  padding: 50px 0px 10px;
  position: relative;
  display: flex;
  gap: 20px;
}

section.contact-page .smtpsConnection .iconsBox p span {
  display: block;
}

section.contact-page .smtpsConnection .iconsBox p {
  color: #9d9d9d;
}

section.contact-page .smtpsConnection .col3 .iconsBox {
  justify-content: flex-end;
}

section.contact-page .smtpsConnection .col2 .iconsBox {
  justify-content: center;
  padding-right: 40px;
}

section.contact-page .smtpsConnection .col2 .iconsBox:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 1px;
  top: 0;
  background: #000;
  opacity: 20%;
}

section.contact-page .smtpsConnection .col2 .iconsBox:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 7px;
  top: 0;
  background: #000;
  opacity: 20%;
}

section.contact-page .contacMap {
  margin-top: -190px;
}
.icon img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(3532%) hue-rotate(355deg) brightness(96%) contrast(79%);
}
/* Contact End */












/*CART PAGE CSS*/

.shopping_cart {
    margin: 100px 0px;
}

.shopping_cart_table h3 {
    margin-bottom: 15px;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-medium';
    padding-bottom: 10px;
    color: #151414;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    gap: 15px;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 20px;
    color: #040404;
    text-transform: capitalize;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 12px;
    font-weight: 500;
    color: #000000bf;
    text-transform: capitalize;
    font-family: 'montserrat-medium';
    line-height: 20px;
    margin-top: 4px;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #b5b5b5;
    height: 60px;
    border-radius: 10px !important;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 31px;
    font-weight: 400;
    color: #da2424;
    font-family: 'urban-shadow';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-family: 'Safira';
    color: #000;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    color: #151414;
    padding: 13px 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
    font-family: 'Montserrat';
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cart_product_img {
    width: 100px;
    display: flex;
    height: 100px;
    flex-shrink: 0;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    background: #f6f6f8;
}

.recipt li {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    font-family: 'montserrat-medium';
    width: 76%;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'urban-shadow';
    color: #000;
}

.payment_card {
    padding: 15px 25px 25px;
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e2;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--black);
    font-weight: 500;
    background-color: #f3f3f3;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
    font-family: 'Montserrat';
}


.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: var(--black);
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    height: 40px;
    border: none;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: start;
}

.shopping_cart span#plus {
    border: unset;
}

.shopping_cart span#minus {
    border: unset;
}

.payment_card h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}


/*CART PAGE CSS END*/


/* Inner Check Out Start */
.billing_form h3 {
  font-size: 35px;
  margin: 0;
  margin-bottom: 30px;
  color: #222222;
  font-weight: 500;
}
.billing_form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7c7c7c;
}
.radiosss p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #949694;
  font-family: "Montserrat";
}

.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  font-weight: 500;
  color: #8d8d8d;
}
.billing_form input::placeholder {
  color: #7c7c7c;
  font-size: 15px;
}
.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 20px;
}
.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 600;
}
.cart_sidebar .cart_lst li span {
  float: right;
}
.cart_sidebar .cart_lst li:last-child {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #394136;
  font-family: "yipes";
}
.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}
.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}
.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}
.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}
.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}
.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}
.order_detail_table ul li span {
  float: right;
}
.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}
.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}
.order_detail_table h6 span {
  float: right;
}
.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}
.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}
.check_menu ul li i {
  font-size: 18px;
}
.check_menu ul li.purp {
  color: #19305a;
}
.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #b7b7b7;
}
.cart_sidebar h3 {
  font-size: 25px;
  color: #394136;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
}
.cart_sidebar .h-sub {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #394136;
  font-family: "yipes";
}
.cart_sidebar h5 span {
  float: right;
  color: #394136;
}
.cart_sidebar h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 0;
  text-transform: uppercase;
  color: #394136;
  font-family: "yipes";
}
.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}
.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #da2424;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}
.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}
.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}
.cart_sidebar form select option {
  color: #000;
}
.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}
.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}
.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}
.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #19305a;
  font-family: "Montserrat-Ultral";
}
ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}
h6.payment-h {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #394136;
  font-family: "yipes";
}
.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}
.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #da2424;
}
.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}
.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}
section.checkout_page {
  padding: 100px 0;
}
.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}
.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}
.billing_form {
  /* border: 1px solid #b7b7b7; */
  padding: 35px;
}

.check-out-btn button span {
  height: 55px;
  border-radius: 0 4px 4px 0;
}
/* Inner Check Out End */