* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

.indx_top {
    z-index: 999;
}

::selection {
    background-color: #b19777;
}

body {
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.abt_two{
      position: absolute;
    content: "";
    right: -31px;
    bottom: -17px;
    max-width: 292px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.header_link ul li.navParent {
    position: relative;
}

.header_link ul li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.header_link ul li a:hover {
    opacity: 0.8;
}

.header_link ul li .navChild {
    display: none;
    position: absolute;
    left: -82px;
    z-index: 1;
    padding-left: 0px;
}

.header_link ul li .navChild li {
    display: block;
    margin: 0;
    min-width: 250px;
    background: #000000;
}

.header_link ul li .navChild li a {
    text-align: center;
    border-top: 1px solid #ffffff14;
}


.row {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0;
}

.dark .content-lines {
    border-left: 1px solid #b1977778;
    border-right: 1px solid #b1977778;
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #0c0c0c21;
    border-right: 1px solid #0c0c0c21;
}

.content-lines-inner {
    position: absolute;
    width: 86%;
    left: 41.5%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #0c0c0c21;
    border-right: 1px solid #0c0c0c21;
    z-index: 0;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero_section {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.hero_section_inner {
    /* min-height: 100vh; */
    position: relative;
    overflow-x: hidden;
}

.banner_img_inner {
    position: relative;
}

.inner_company_logo {
    /* position: absolute;
    content: "";
    bottom: 21px;
    left: 57px; */
    width: 317px;
    margin: auto;
    padding: 10px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99 !important;
}

.inner_logo {
    width: 166px !important;
    border: 1px solid #b29957;
    padding: 14px;
}

.inner_logo img {
    object-fit: contain;
    height: auto !important;
}

.banner_img_inner img {
    position: relative;
    width: 100%;
    height: 58vh;
    object-fit: cover;
}

.banner_img img {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner_img_inner::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
        background-image: linear-gradient(to bottom, #ffffffcc, #00000096);
}

.banner_img {
    position: relative;
}

.inner_abt_images {
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.new_arrivals .owl-nav{
    position: absolute;
    top: 50%;
    display: flex !important;
    justify-content: space-between;
}

.new_arrivals .owl-carousel .owl-dots.disabled,
.new_arrivals .owl-carousel .owl-nav.disabled {
    display: block;

}


.new_arrivals .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0000004a;
    font-size: 21px !important;
    color: #ffffff !important;

    user-select: none;
}

.new_arrivals .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0000004a;
    font-size: 21px !important;
    color: #ffffff !important;
    user-select: none;
}

.spacer {
    width: 100vw;
    height: 101vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center
}

.spacer>h1 {
    position: absolute;
    color: transparent;
    width: 500vw;
    font-size: 5em;
    font-weight: 900;
    font-family: 'Raleway';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#5e5757 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
.banner_text h2 {
    font-size: 32px;
    font-family: "Cormorant Garamond", serif;
        letter-spacing: 6px;
}

.about_text_section h2 span{
    color:#9f9696;
        font-family: "Cormorant Garamond", serif;
}

.career{
    max-width:350px;
    margin: auto;
}

.how_texts{
    max-width:450px;
}

.banner_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
           background-image: linear-gradient(to bottom, #cbc8c8e6, #00000091);
}

.header {
  position: fixed;
	z-index: 1000;
    top:1px;
	height: 100px;
  width: 100%; 
	background: rgba(34,34,34,0.25);
	padding: 18px;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.header .actives {
  background-color: rgba(0, 0, 0, 0.942);
}


.header_link ul {
    gap: 47px;
    list-style-type: none;
    margin-bottom: 0px;
}

.header_link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_link ul li a i {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}


.header_links ul {
    gap: 23px;
    list-style-type: none;
    margin-bottom: 0px;
}

.header_links ul li a {
    text-decoration: none;
        color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_links ul li a i {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.header_logo {
    width: 240px;
}

.about_sections {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(255 255 255 / 0%);
    overflow-x: hidden;
}

.about_section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(255 255 255 / 0%);
    overflow-x: hidden;
}


.about_text_section h2 {
    font-size: 44px;
    font-family: "Cormorant Garamond", serif;
    color: #000;
    line-height: 49px;
    text-transform: uppercase;
}

.about_text_section h6 {
        color: #8b8986;
}

.suppor_icon i {
    font-size: 59px;
}

.support_no p {
    color: #b19777;
}

.support_no h5 {
    font-size: 18px;
}

.service_img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.service_img img {
    width: 40px;
}

.box {
    background-image: repeating-linear-gradient(180deg, #d2ad83, #d2ad83 10px, transparent 10px, transparent 20px, #d2ad83 20px), repeating-linear-gradient(270deg, #d2ad83, #d2ad83 10px, transparent 10px, transparent 20px, #d2ad83 20px), repeating-linear-gradient(0deg, #d2ad83, #d2ad83 10px, transparent 10px, transparent 20px, #d2ad83 20px), repeating-linear-gradient(90deg, #d2ad83, #d2ad83 10px, transparent 10px, transparent 20px, #d2ad83 20px);
    background-size: 1px calc(100% + 20px), calc(100% + 20px) 1px, 1px calc(100% + 20px), calc(100% + 20px) 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear reverse;
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%;
    }

    to {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
    }
}



button {
    display: inline-flex;
    /* height: 40px; */
    /* width: 150px; */
    padding: 10px 16px;
    border: 1px solid #b19777;
    color: #BFC0C0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

button  {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

button  a{
    color: #000;
    text-decoration: none;
}
button  a:hover{
    color: #000;
}

button:hover  {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

#button-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-6 {
    position: relative;
    transition: all .45s ease-Out;

}

/*#spin {*/
/*    width: 0;*/
/*    height: 0;*/
/*    opacity: 0;*/
/*    left: 70px;*/
/*    top: 20px;*/
/*    transform: rotate(0deg);*/
/*    background: none;*/
/*    position: absolute;*/
/*    transition: all .5s ease-Out;*/
/*}*/



#button-6:hover{
    color: #000;
}

#button-6:hover p {
    z-index: 9;

}

#button-6:hover p {
    color: #ffffff;

}

.thankyou{
    position: relative;
    width:100%;
    height:100vh;
}

.company_thnks h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
}

.home_back{
    position: absolute;
    content:"";
    top:10px;
    left:10px;
}

.home_back a{
    text-decoration: none;
    color:#000000;
    font-weight: 500;
}

.news-letter-form p{
font-size: 12px;
margin-bottom: 0px;
color:#000000 !important;
}

.abt_images {
      position: relative;
    max-width: 434px;
    padding: 10px;

}

.ficon{
        width: 30px;
    height: 30px;
    background-color: black;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 20px;
}

.abt_text_year {
position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    gap: 10px;
}

.abt_text_year h6 {
    font-size: 61px;
        color: #8b8986;
}


.gallery_section {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #f4f1f1;
    overflow-x: hidden;
}

.gal_cover {
   
    position: relative;
    padding: 14px;

}

.gal_cover img {
   min-height: 300px;
    object-fit: cover;
}

.gal_cover::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
     background-color: #00000000;
    transition: all 1s linear;
}

.gal_cover:hover::after {
    background-color: #0000002a;
}

.gal_text {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    z-index: 99;
}

.gal_text h3 {
    color: #b19777;
    font-size: 15px;
    text-transform: uppercase;
}


.Services_section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x:hidden;
}

.count {
    font-size: 84px;
    color: #b1956b;
    font-family: fantasy;
}


.count_sec {
    position: relative;
    z-index: 9;
    background-color: #f4f1f1;
}

.count_name {
    position: absolute;
}

.count_name h3 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.Achivement_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f1f1;
}

.service_box {
    position: relative;
    max-width: 350px;
    background-color: black;
    padding: 20px;
    margin-top: 31px;
    min-height: 275px;
}

.white_box {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #76644f75;
}


.white_box i {
    color: #ffffff;
    transition: all .3s linear;
}

.about_sections {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(255 255 255 / 0%);
    overflow-x: hidden;
        position: relative;
    z-index: 99;
}

.log{
  width:250px;
}

.quotes {
    position: relative;
    overflow-x:hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(to bottom, #ffefe0d1, #000000a1), url(../images/qu_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.quotes::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 13%;
    width: 10%;
    height: 100%;
    background-color: #e5b266;

}


.Quotes_text h2 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    /* font-weight: 600; */
    color: #fff;
    text-transform: capitalize;
}

.Quotes_text p{
    font-size: 20px;
}

.first_header.active {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  padding-top: 0px;
  color: #000000 !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #8BC34A;

}

.pop_logo {
    width: 140px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.youtube_cover{
    width: 30%;
    height:30%;
    margin: auto;
}

.about_text_section_po h6 {
    font-size: 24px;
    font-family: "Cormorant Garamond", serif;
    color: #000000;
}


.black .input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 400;
    padding: 0 8px;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.black .input-wrapper input {
 font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #9f95959e;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    background-color: #ffffff;
}


.side_mox {
    position: relative;
    z-index: 9;
    max-width: 340px;
}

.side_moxs{
    width:540px;
}

.service_box:hover .white_box i {
    rotate: 180deg;
}

.service_text h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.service_box p {
    margin-top: 10px;
    color: #af9576;
    font-size: 13px;
}

.our_pro .ongoing_wrapper {
    position: relative;
    max-width: 500px;
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.ongoing_wrapper {
    position: relative;
    max-width: 500px;
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ongoing_text_wrapper {
    position: relative;
    background-color: #fff;
    width: 77%;
    margin-top: -69px;
    min-height: 354px;
    z-index: 99;
    padding: 33px;
    border: 1px solid #b1956b73;
}



.deatils_wrapper {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    top: 0;
    right: 0;
    padding: 10px;

}

.onlogo_text h5 {
    color: #af9576;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    /* color: #000; */
    font-weight: 700;
    margin-bottom: 0px;
}

.onlogo_text h5 span {
    font-family: none;
}

.on_logo_text h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

.on_logo_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.onlogo_img {
    border-radius: 50%;
}

.onlogo_img img {
    width: 70px;

}

.view_details {
    position: relative;
    content: "";

}

.view_details::after {
    position: absolute;
    content: "";
    width: 46px;
    border-radius: 50%;
    height: 46px;
       background-color: #918d88;
    left: 0;
    top: 1px;
}

.view_details {
    padding: 10px;
    margin-top: 21px;
    transition: all .28s linear;
}

.pro_no {
position: absolute;
    content: "";
        top: -34px;
    right: 6px;

}

.pro_no h4 {
    font-size: 65px;
    color: #000000bd;
    font-family: "Cormorant Garamond", serif;
}


.view_details a {
    color: #000000;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    z-index: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.view_details a:hover {
    color: #1b1b1b;
}

.view_details:hover.view_details::after {
    position: absolute;
    content: "";
    width: 46px;
    border-radius: 50%;
    height: 46px;
    background-color: #b1956b;
    left: 84px;
    top: 1px;
    transition: all .28s linear;
}

.gray_color {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(111 73 43 / 18%);
    overflow-x: hidden;
}



.contact_sec {

    padding-bottom: 80px;
    /* background-image: url(../images/cont_bg.png); */
    background-position: bottom right;
    background-size: 40%;
    background-repeat: no-repeat;
}


.input-wrapper input {
    font-size: 13px;
    color: #555;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: transparent;
}

.input-wrapper label {
    color: #eda112;
    font-size: 15px;
    text-transform: capitalize;
    z-index: 2;
    left: 20px;
    top: 20px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


.footer-logo img {
    width: 200px;
}


.Services_section_inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f1f1;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #0069d200;
}

#style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #0069d200;
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #0069d200;
}


.tip_wrapper {
    position: relative;
}

.tip_text_wrapper {
    position: absolute;
    content: "";
    background-color: #000000f0;
    bottom: 4px;
    right: 5px;
    width: 351px;
    padding: 43px;
    height: 327px;
    overflow-y: scroll;
}

.tip_text_wrapper {
    color: #b1956b !important;

}

.tip_text_wrapper p {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 100;

}


.main_video video {
    width: 30%;
    margin: auto;
}

.video_section {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
}


.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #b1956b;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #5f5a5a;
    border-right: 10px solid #5f5a5a;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #ede6df;
  z-index: 99999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.right li p i {
    color: #0bb912;
    font-weight: 600;
}



.wrong li p i {
    color: #a70404;
    font-weight: 600;
}

.how_we {
    position: relative;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: end;
}

.how_we::after{
    position: absolute;
    content:"";
    width: 100%;
    height:100%;
    background-color: #00000075;
}

.how_text h4 {
font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 200px;
    margin-bottom: 14px;
}

.how_text p{
 color:#fff;
}

.how_wes {
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.how_we img{
    object-fit: cover;
    height: 100%;
}

.how_text{
    position: absolute;
    width:80%;
    z-index:99;
}

.key_features {
    position: relative;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f4f1f1;
    over-flow:hidden;
}

.features_icon {
    display: flex;
    flex-wrap: wrap;
}

.ficon i {
    color: #85817c;
    font-size: 18px;
}

.f_icon_wrapper {
    min-width: 292px;
    margin-bottom: 18px;
}

.ftext p {
    margin-bottom: 0px;
    padding-left: 6px;
}

.feature_box {
    border-left: 3px solid #121111;
    padding: 31px 32px 32px 9px;
    background: linear-gradient(90deg, #b7a0827d, #6363630d);
}

.text {
    margin: 0;
    width: 100%;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #000000, #000000) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

  @keyframes scroll-reveal {
    to {
      background-size: 100% 100%;
    }
  }

.abt_fea {
    max-width: 504px;
    margin: auto;
}

.feature_box p {
    color: #000000;
    font-size: 16px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
      font-size: 34px;
    font-family: "Cormorant Garamond", serif;
    color: #000;
    line-height: 49px;
    text-transform: uppercase;
    text-align: left;
        background-color: #00000000 !important;
    border: 0;
    border-radius: 0;

    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-svg.svg);
    transform: rotate(-180deg);
}

.accordion-body ul li {
    list-style-type: square;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
    background-color: #ffffff;
}

.special_ul ul{
    padding-left:0px;
    list-style-type: none;
}

.special_ul ul li{
    line-height: 35px;
    font-weight: 500;
    font-size: 15px;
    color: #703915;
}

.special_ul p{
    color: #703915;
}


.design_section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #83818140;
    overflow-x: hidden;
}

.design_material img {
    width: 160px !important;
}


.design_materials img{
    max-width: 360px;
}

.gal_wrapper {
    overflow: hidden;
    transition: all .1s linear;
}

.gal_wrapper img:hover {
    scale: 1.1;
    transition: all .2s linear;
    cursor: pointer;
}


.enquir_sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f1f1;
}

.input-wrapper input {
    font-size: 16px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: #fff;
}

/* .input-wrapper input:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
} */

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.button {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 20px;
}



.contact_sections {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.add_icon {
    min-width: 63px;
    height: 60px;
        background-color: #afa8aa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_icon i {
    font-size: 18px;
    color: #000000;
}

ul {
    list-style: none;
}

.add_text h6 {
    color: #000000;
    font-weight: 600;
}

.service_img i {
    font-size: 55px;
    color: #93856b;
}

.testimomial_box{
position: relative;
padding: 27px;
background-color: #fff;
min-height: 179px;
}

.test_name h6{
    font-size:14px;
}

.test_client{

    height: 92px;
    border-radius: 50px;
    right: 10px;
    align-items: center;
    display: flex;
    gap: 12px;
    justify-items: baseline;
    padding: 12px;
    width: 100%;
}

.contact-info_group {
    margin-bottom: 40px;
}

.contact-info_group .content a {
    color: #000;
}

.pro_cover {
    position: relative;
    padding: 14px;
}

.pro_detail h6{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color:#000000;
}

.pro_detail p {
    font-size: 14px;
    color: #000000;
    min-height: 128px;
    overflow-y: scroll;
 
}


.pro_cover img{
    width: 100%;
    height: 311px;
    object-fit: cover;
        margin-top: 22px;
}

.pro_detail{
    position: absolute;
    content: "";
    width: 80%;
    /* background-color: #ffffff; */
    background-color: #ffffff3b;
    backdrop-filter: blur(13px);
    padding: 33px;
    right: 14px;
    bottom: -47px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-info_group .name {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #000000;
    font-weight: 500;
}

.input-wrapper input {
    font-size: 13px;
    color: #555;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #cfcece;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
}

.contact-info_group span {
    display: block;
        color: #000;
}

.contact-info_group .content a {
    color: #000;
    text-decoration: none;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #55555500;
}

.test_img img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}

.testimomial_box p {
    font-size: 14px;
    color: #5d5858;
    min-height: 128px;
    overflow-y: scroll;
 
}

.dk-footer {
    padding: 75px 0 0;
        background-color: #c5b8b8;
    position: relative;
    z-index: 2;
         background-image: linear-gradient(to bottom, #c5b8b8e6, #c5b8b8), url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow:hidden;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;

}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

/* .dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
} */

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #b1956b;
}

.dk-footer-box-info {

    padding: 10px;
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.footer-social-link ul li a {
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #b1956b;
    margin-right: 5px;
    color: #000000;
    text-decoration: none !important;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-awarad {
    /* margin-top: 285px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
    font-size: 14px;

}

/* .footer-left-widget {
    padding-left: 80px;
} */

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 18px;
       color: #000000;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
    font-size: 14px;

}

.footer-widget a {
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #000000;
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #b1956b;
    background: #b1956b;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================
  
      Contact
  
  =============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-uss {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #03abe4;
}

.contact-info {
    margin-left: 54px;
    color: #fff;
}

.contact-info h3 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    line-height: 28px;
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
        background-color: #c5b8b8;
    border-top: 1px solid #b29a760d;
}

.copyright span,
.copyright a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
}

.copyright a:hover {
    color: #b1956b;
    text-decoration: none;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}


.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #010124;
    bottom: 11px;
    right: 11px;
    border-radius: 12px;
    overflow: hidden;
}

.fixed_icon {
    padding: 13px 19px;
    background-color: #000000;
    color: #c59c77;
}

.fixed_icon a {
     color: #ffffff;
    text-decoration: none;
}

.header2 {
    display: none !important;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 10px;
    z-index: 999;
}


.menu-button {
    position: absolute;
    background-color: transparent;
    outline: none;
    border: none;
    border: 0;
    padding: 0;
    top: 57px;
    right: 24px;
    width: 41px;
    height: 21px;
    z-index: 1;
    cursor: pointer;
}


.menu-bars {
    display: flex;
    flex-direction: column;
}

.bar1 {
    background-color: #b19777;
    width: 33px;
    height: 5px;
    position: relative;
    left: 11px;
    margin: 5px 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}


.bar2 {
    background-color: #b19777;
    width: 38px;
    height: 5px;
    position: relative;
    margin: 2px 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.bar3 {
    background-color: #b19777;
    width: 33px;
    height: 5px;
    position: relative;
    left: 11px;
    margin: 5px 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}


nav {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
        background-color: #afa8aa;
    background-blend-mode: exclusion;
    transform: translate3d(-100%, 0, 0);
}


nav section {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

nav a {
    font-size: 16px;
    padding: 0.5em;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

nav a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0.5em;
    background-color: #b19777;
    bottom: 0.5em;
    left: 0;
    z-index: -1;
    transform: skew(25deg, -4deg);
    transition: all 200ms ease-out;
}

nav a:hover:after {
    width: 100%;
}

.skew {
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.skewafter {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    -webkit-clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
}



@media only screen and (max-width:980px) {
    .quotes::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 13%;
        width: 10%;
        height: 100%;
        background-color: #ffffff21;
    }

    .design_materials img {
        max-width: 399px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:760px) {
    .header2 {
        display: block !important;
    }

    .header {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        padding: 10px;
        z-index: 999;
        display: none !important;
    }
    .abt_two {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -17px;
    max-width: 292px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.dark .content-lines {
    border-left: 1px solid #b1977778;
    border-right: 1px solid #b1977778;
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #0c0c0c21;
    border-right: 1px solid #0c0c0c21;
     display:none;
}

.content-lines-inner {
    position: absolute;
    width: 86%;
    left: 41.5%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #0c0c0c21;
    border-right: 1px solid #0c0c0c21;
    z-index: 0;
    display:none;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
     display:none;
}
}



@media only screen and (max-width:670px) {
    .about_text_section h2 {
        font-size: 25px;
        font-family: "Cormorant Garamond", serif;
        color: #000;
        line-height: 36px;
        text-transform: uppercase;
    }

    .side_mox {
        position: relative;
        z-index: 9;
        display: none;
        max-width: 181px;
    }

    .about_text_section h6 {
        color: #b19777;
        margin-top: 10px;
    }

    .Quotes_text h2 {
        font-size: 19px;
        font-family: "Cormorant Garamond", serif;
        /* font-weight: 600; */
        margin-top: 33px;
        color: #fff;
        text-transform: uppercase;
    }

    .banner_text h2 {
        font-size: 31px;
        font-family: "Cormorant Garamond", serif;
    }

    .ongoing_text_wrapper {
        position: relative;
        background-color: #fff;
        width: 89%;
        margin-top: -69px;
        min-height: 354px;
        z-index: 99;
        padding: 17px;
        border: 1px solid #b1956b73;
    }

    .quotes::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 13%;
        width: 10%;
        height: 100%;
        background-color: #ffffff0d;
    }
}