@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: "SFProText-Bold";
    src: url(../font/SFPRODISPLAYREGULAR.OTF);
    font-display: swap;
}

@font-face {
    font-family: "Hoboken";
    src: url(../font/HobokenMedium.otf);
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*     font-family: "Noto Sans", sans-serif; */
    font-family: "Quicksand", serif;
}

/* Stop Copy Text */
body {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Standard syntax */
}


body {
    padding: 0;
    margin: 0;
    /*     font-family: "Noto Sans", sans-serif; */
    font-family: "Quicksand", serif;
    overflow-x: hidden;
}
.addressbx ul li {
		margin-bottom: 10px;
	}
h1,
h2,
h3 {
    font-family: "Josefin Sans", serif;
    font-weight: 400;
    color: #fff;
}

header {
    background: #1e111199;
}

.navbar-toggler i {
    font-size: 30px;
}
.portfolio-menu {
	position: relative;
}
.portfolio-menu:hover .sub-menu {
	display: block;
}

.portfolio-menu .sub-menu li a:hover{
	color: #ffcf9e;
}
.portfolio-menu .sub-menu li {
	position: relative;
}
.portfolio-menu .sub-menu li:last-child::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("https://cdn.elyzium.in/wp-content/icons8-chevron-right-100.png") no-repeat center center / 100% 100%;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-menu .sub-menu li:last-child ul li::after {
	display: none;
}

.sub-menu {
	position: absolute;
    background: #000;
    z-index: 9999;
	padding: 10px 0px;
    width: 165px;
	display: none;
}
.sub-menu li{
	list-style: none;
	padding: 0px 20px;
}
.visualization-sub-menu{
	display: none !important;
}
.sub-menu li:last-child:hover .visualization-sub-menu{
	display: block !important;
}
.visualization-sub-menu {
	    top: 0px;
    right: -75%;
	width: auto;
	padding: 5px 0px;
}
.carousel-inner .carousel-item {
    height: 100%;
    justify-content: center;
    align-items: center
}

.carousel-inner {
    height: 100vh;
}

.wrap {
    font-family: "Josefin Sans", serif;
}

.carousel-item img {
    height: 100%;
    object-fit: cover
}

.section_info_name,
.section_info_subheading {
    color: #ffcf9e
}

.sectionHeading {
    color: #ffcf9e;
    letter-spacing: 1px;
    font-weight: 800
}

.section_head,
.sectionHeading {
    display: flex;
    align-items: center
}

.section_head {
    font-size: 12px !important;
    color: #ffcf9e !important
}

.section_head img {
    margin-right: 10px
}

.section_info_right p,
.section_info p {
    color: #d1d1d1;
    font-weight: 400;
    font-size: 16px;
}

.section_info .btn,
.section_info_right .btn {
    font-weight: 700;
    letter-spacing: 1px
}

.section_info_right .btn {
    padding: 10px 20px
}

.section_info_link a,
.section_info_link button {
    text-decoration: none;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    color: #ffcf9e;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    height: 30px
}

#aboutUs {
    z-index: 999999999;
    background: rgba(0, 0, 0, .6)
}

.section_info_link a:hover,
.section_info_link button:hover {
    color: #d1d1d1;
    top: -5px
}

.common img {
    object-fit: cover
}

.section_info_heading {
    font-size: 35px
}

.section_info_heading span {
    color: #ffcf9e;
    font-family: "Josefin Sans", serif;
    ;
    display: block
}

.project_heading {
    text-transform: capitalize
}

.swiper__caption {
    bottom: 10%;
    z-index: 99999
}

.swiper_overlay {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper_overlay:before {
    background: linear-gradient(180deg, rgb(0 0 0/0) 10%, rgb(0 0 0/60%) 70%);
    transition: all 1.5s ease 0s;
    z-index: 9999
}

.swiper_overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
    transition: all 1.5s ease 0s;
    z-index: 999;
    opacity: 1
}

.swiper_overlay:hover:before {
    bottom: -250px
}

.swiper_overlay:hover:after {
    opacity: 0
}

.swiper_overlay img {
    transition: all 1.5s ease 0s
}

.swiper_overlay:hover img {
    transform: scale(1.1)
}

.project img {
    object-position: center
}
.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #1e1111;
	border-radius: 0px !important;
}

.project h2 {
    font-size: 18px;
    transition: all 1.5s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.accordion-item {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}
.faqNav {
	position: sticky;
	top: 50px;
	padding: 0;
}
.faqNav li {
	list-style: none;
	color: #ffcf9e;
	font-weight: 600;
	padding: 10px 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jobCard {
	border: none;
	background: transparent ;
}
.jobCard span,
.jobCard p,
.jobCard .card-title{
	color: #fff;
}
.jobCard  {
	background: transparent ;
	border: 1px solid #fff;
	border-radius: 10px;
	height: 100%;
}
.jobCard .card-body p {
	line-height: normal;
	margin-bottom: 0px;
}
.faqNav li.active {
background: #ffcf9e;
    border-radius: 5px;
    color: #1e1111;
	font-weight: 700;
}
.faqPage .accordion-button:not(.collapsed)::after
 {
	background-image: url("https://cdn.elyzium.in/wp-content/minus-white.png");
}
.faqPage .accordion-button::after {
	background-image: url("https://cdn.elyzium.in/wp-content/plus-white.png");
}
.accordion-body {
    
    font-weight: 500;
    color: #333;
    background: #3c2929;
	
}

.swiper__caption {
    opacity: 0;

}
.swiper__caption h2 {
	margin: 0; 
}
.swiper_overlay:hover .swiper__caption h2 {
	letter-spacing: 4px;
}
.swiper_overlay:hover .swiper__caption {
    
    opacity: 1;
	
	
}

.why_choseus {
    width: 500px;
    background: rgba(0, 0, 0, .28);
    padding: 30px;
    bottom: auto;
    top: 0;
    height: 100%
}

.check {
    border-bottom: 1px dashed
}

.client_satisfictionhead h2 {
    font-size: 35px
}
.projectBanner_head {
	background: rgb(12 12 12 / 50%);
    padding: 20px;
    backdrop-filter: blur(1px);
}
.client_satisfictionhead h2 span {
    font-family: "Josefin Sans", serif;
}

.client_satisfictinparagraph p {
    font-size: 18px;
    color: #d1d1d1;
    /* 		    letter-spacing: 2px; */
    line-height: 26px;

}

.partner {
    border: 1px dashed #f1eeee
}

.partner:hover {
    border: 2px dashed #ffcf9e
}

.clientsatisfiction_banner {
    background: url(../img/window.jpg) no-repeat right 0 top/500px
}

.Enquire_section_main {
    padding-top: 50px
}

.whstsapp {
    right: 20px
}

.workSteps .swiper-slide {
    display: block;
    background: #000;
    text-align: left;
}

.contactUs {
    height: 75vh
}

.Aboutus_vdo video {
    filter: brightness(.6)
}

.Aboutus_vdo-content {
    top: 35%;
    width: 100%
}

.award_img.wheel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.wheel img {
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll)*-1s);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@keyframes rotate {
    to {
        transform: rotate(1000deg)
    }
}

.facilities {
    letter-spacing: 1px
}

.award_img {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.teamModal {
    cursor: pointer;
}

.award_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.facilities_provid {
    margin-top: 50px
}

.services_provid {
    border: 1px dashed rgb(153 151 151)
}

#aboutUs .modal-content {
    background: rgba(10, 10, 10, .63);
    backdrop-filter: blur(1px)
}

.typewrite {
    color: #cebdac
}

.projects_explation {
    position: relative;
    z-index: 9999
}

.portfolioBadge {
    background: #1e1111;
    padding: 5px;
    z-index: 999999999999;
    border: 1px solid #fff;
}

.portfolioBadge a {
    color: #d1d1d1;
    font-weight: 600;
    text-decoration: none;
    text-decoration: none;
    text-orientation: upright;
    font-size: 12px;
    writing-mode: vertical-lr;
    letter-spacing: -3px;
}

.details_bx p {
    color: #d4d1d1;
    letter-spacing: 1px
}

.experienceBx span {
    font-size: 30px;
    display: flex;
    justify-content: center
}

.experienceBx p,
.experienceBx span {
    color: #d2c1af;
    font-weight: 700;
    font-family: "Josefin Sans", serif;
    ;
    letter-spacing: 1px
}

.experienceBx p {
    font-size: 20px;
    margin-bottom: 0
}

.projects_explation_content h2 {
    color: #d4d1d1
}

.detailsbx_point {
    color: #d2c1af !important
}

.renovation_card img {
    padding: 10px 50px 0px 50px;
    background: #080808;
}
.renovation_card .card-footer {
	background: #080808;
	border: none;
}
.renovation_sec {
    position: relative;
    z-index: 99999
}

.renovationcard_body {
    padding-bottom: 20px !important
}
.renovationcard_body h5 {
	margin-top: 0px !important;
}
.renovation_card {
    border: 1px dotted #777373;
    height: 100%;
	background: #080808;
	justify-content: space-between;
}

.renovationcard_head {
    background: #ffcf9e47;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0px 5px 0px;
    color: #fff;
	margin-top: 30px;
}
.renovationcard_head h5 {
	margin: 0;
}
.hw_work {
    box-shadow: 0 3px 8px rgb(83 83 83/24%);
    padding: 20px
}

.product_tab {
    position: relative;
    z-index: 9999
}

.portfolio .tabs .content {
    position: relative;
    overflow: hidden
}
.certification .testimonial_name img{
	width: 150px;
	height: 150px;
	    object-fit: contain;
	margin: 0px auto;
}
.certification .testimonial_name p{
		font-family: "Josefin Sans", serif;
}
.renovationcard_head h5 {
    font-size: 20px;
    text-transform: uppercase;
	font-family: "Josefin Sans", serif;
}

.cardBTN {
    border: 2px solid #cebdac !important;
    color: #cebdac !important;
    transition: transform 5s ease
}

.cardBTN:hover {
    background-color: #cebdac;
    color: #fff !important
}

.renovation_card:hover .renovationcard_head {

    width: 300px;
    margin: 0 auto;
   	margin-top: 30px;
    color: #fff
}

.experienceBx {
    border: 1px solid #777373;
    padding: 23px
}

.portfolio {
    padding-top: 60px
}

.portfolio input[type=radio] {
    display: none
}

.portfolio .tabs label {
    display: inline-block;
    color: #797979;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 18px;
    margin-bottom: 20px;
    cursor: pointer
}

.portfolio input[type=radio]:checked+label {
    background-color: transparent;
    border: 1px solid #cebdac;
    cursor: default;
    color: #d1d1d1;
    letter-spacing: 5px;

}

.projectwork {
    font-size: 16px;
    letter-spacing: 5px;
}

.projectwork span {
    font-size: 50px;
    letter-spacing: 1px;

}

.project_hw_work h2,
.projectwork {
    color: #d2c1af
}

.my-container {
    padding: 32px 50px
}

.left-container {
    left: 0
}

.right-container {
    left: 50%
}

.timeline-line {
    background-color: #0fa99f
}

.my-timeline:after {
    background-color: #a3a3a3
}

.carousel-inner.hbd_carousel-inner {
    height: 550px
}

.hbd_section {
    position: relative;
    z-index: 99999
}

.hbdWork_heading span {
    color: #d2c1af !important
}

.hbdWork_heading {
    color: #a3a3a3
}

.hbd_card {
    padding: 1px;
    position: relative
}

.hbd_card:before {
    content: "";
    position: absolute;
    background-color: rgba(39, 27, 22, .34);
    width: 100%;
    height: 100% left:0;
    right: 0;
}

.hdb_link {
    color: #d1d1d1;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none
}

.hdb_link:hover {
    top: -5px;
    text-decoration: underline
}

.hbd_card_content .btn {}

.hbd_card_content .btn span {
    background-color: transparent;
    border: 1px solid #ffcf9e;
    color: #d1d1d1;
    padding: 9px 20px;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hbd_card img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s;
    cursor: pointer;
}

.hbd_card:hover img {
    transform: scale(1.2);
}

.hbd_card_content .btn:hover span {
    color: #242322;
    top: -5px;
    background-color: #ffcf9e
}

.hbd_card_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00000082;
    padding: 25px 30px 20px 30px;
}
.hbd_card_content a {
	margin:0 !important;
}
.hdb_info {
    position: absolute;
    z-index: 9999;
    bottom: 10%;
    color: #d1d1d1;
    left: 10%;
    padding: 8px 30px 0 30px;
    background: #0000005e;
   
}

.hdb_info h1 {
	margin: 0;
}

.more_project .btn {
    background-color: transparent;
    border: 1px solid #ffcf9e;
    color: #d1d1d1;
    padding: 9px 20px;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px
}

.hdb_hw_work {
    position: relative;
    z-index: 9999
}

.htw_concept {
    color: #6d6a6a
}
.beyond-service {
	background: #372d24;
}
.beyond-service .services_provid {
	    background: #1e1111b0;
    padding: 20px;
	border-left: 5px solid transparent;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.beyond-service .services_provid:hover {
	border-left: 5px solid #ffcf9e;
}


.htw_concept p {
    height: 200px;
    overflow-y: scroll;
}

@media only screen and (max-width:1024px) {
    .carousel-inner {
        height: 100%
    }

    .common img {
        width: 100%;
        height: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .quote {
        font-style: italic;
        background: #000;
        padding: 14px;
        width: 441px;
        position: absolute;
        right: 17%;
        top: 80%
    }

    .award_winning_content {
        padding-left: 42px
    }

    .sign {
        position: absolute;
        right: 13%;
        bottom: -34%;
        color: #b3a596;
        font-style: italic;
        font-size: 15px
    }

    .team_work img {
        width: 200px
    }

    .services_provid {
        padding: 0px 12px;
        border: 1px dashed rgb(153 151 151);
        transition: 2s
    }
}

@media (min-width:769px) and (max-width:991px) {

    .section_info {
        width: 519px;
        left: 16%
    }

    .section_info,
    .section_info_right {
        position: absolute;
        z-index: 9999;
        bottom: 4%;
        color: #fff
    }

    .section_info_right {
        width: 624px;
        right: 16%
    }

    .carousel-item img {
        height: 550px
    }
}

@media only screen and (max-width:768px) {
	#projectDetails .carousel-inner  {
		height: auto;
	}
	#projectDetails .carousel-inner .carousel-item img {
		width: 100% !important;
		height: auto;
	}
    .testimonial_name p {
        color: #d1d1d1;
        font-size: 13px
    }

    .common {
        height: 580px;
    }

    .section_info {
        width: 494px
    }

    .section_info,
    .section_info_right {
        position: absolute;
        z-index: 9999;
        color: #d1d1d1;
        left: 8%
    }

    .section_info_right {
        width: auto;
        bottom: 4%
    }

    .carousel-item img {
        width: 100%;
        transform: scale(1);
        transition: all 5s linear 0s;
        height: 580px
    }

    .carousel-inner {
        height: 580px
    }

    .client_satisfictionhead {
        padding: 0
    }

    .client_satisfictinparagraph {
        margin-top: 20px;
        padding: 0
    }

    .swiper-slide.testimonial-slide {
        padding: 20px 51px
    }

    .outer_bx {
        left: -1px
    }
}

@media only screen and (max-width:640px) {

    .section_info,
    .section_info_right {
        width: auto;
        position: absolute;
        z-index: 9999;
        bottom: 4%;
        color: #d1d1d1;
        left: 8%
    }

    .section_info_right p,
    .section_info p {
        color: #d1d1d1;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px;
    }

    h1 {
        font-size: 20px
    }


    .partner {
        padding: 38px 10px 43px;
        border: 1px dashed #f1eeee;
        text-align: center;
        transition: 2s;
        margin-top: 20px
    }

    .client_satisfictionhead {
        padding: 0
    }

    .client_satisfictinparagraph {
        margin-top: 20px;
        padding: 0
    }

    .counter_slider {
        margin-top: 24px;
        padding-bottom: 90px
    }

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #d1d1d1;
        font-size: 16px;
        font-weight: 500
    }

    .counter {
        display: block;
        font-size: 38px;
        font-weight: 700;
        color: #ffcf9e;
        line-height: 28px;
        padding-bottom: 18px
    }

    .swiper-slide.testimonial-slide {
        padding: 20px 51px
    }

    .outer_bx {
        left: 0
    }
}

@media only screen and (max-width:412px) {
    .Enquire_section_main {
        background-color: #1b1b1b;
        position: relative;
        z-index: 9999;
        color: #d1d1d1;
        padding-top: 0
    }

    .Enquire_form_section {
        margin-top: 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
        padding: 30px
    }

    .common {
        height: 580px
    }

    .sec6 .common {
        height: 680px
    }

    .home-content h2 {
        font-size: 20px
    }

    .client_satisfictinparagraph p {
        font-size: 13px
    }

    .project_heading h2 {
        font-size: 18px
    }

    .carousel-inner {
        height: 470px
    }

    .swiper-slide.testimonial-slide {
        padding: 20px 51px
    }

    .outer_bx {
        left: -1px
    }
}



@font-face {
    font-family: SFProText-Bold;
    src: url(../font/SFPRODISPLAYREGULAR.OTF)
}

@font-face {
    font-family: "Josefin Sans", serif;
    ;
    src: url(../font/HobokenMedium.otf)
}

* {
    box-sizing: border-box
}

*,
body {
    padding: 0;
    margin: 0;
    /*     font-family: Noto Sans, sans-serif */
    font-family: "Quicksand", serif;
}

body {
    overflow-x: hidden
}

h1,
h2,
h3 {
    font-family: "Josefin Sans", serif;
    font-weight: 400;
    color: #fff;
}

.index section {
    position: relative;
}

.index section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: 0.5;
    transition: all 1s ease 0s;
}

.index section:hover::after {
    opacity: 0;
}

.bannerSec {
    height: 100vh;
    overflow: hidden;
}

.index section.bannerSec:hover::after {
    opacity: 0.5;
}

.how_we_work,
.why_chooseUS {
    z-index: 999;
    position: relative
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.design_dream {
    overflow: hidden;
}

.design_dream img {
    transition: all 1s ease 0s;
}

section:hover .design_dream img {
    transform: scale(1.2);
}

header ul li a {
    font-weight: 700;
    color: #f0ecea;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
}

.nav-link:hover,
header .nav-link:focus {
    color: #ffcf9e !important
}

.navbar-brand img {
	width: 160px;
    height: 55px;
    object-fit: contain;
}

header .btn {
    height: 45px;
}

header .btn span {
    border: 1px solid #ffcf9e;
    border-radius: 0;
    padding: 9px 20px;
    align-items: center;
    color: #ffcf9e;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease 0s;
    top: 0;
    position: relative
}

header .btn:hover span {border: 1px solid #ffcf9e;
color: #ffcf9e;
top: -5px;
background-color: transparent
}

.typewrite {
    text-decoration: none;
    color: #ffcf9e
}

.wrap {
    font-family: "Josefin Sans", serif;
	
}

.call a {
    color: #ffcf9e !important;
    letter-spacing: 1px;
    font-weight: 700
}

.carousel-item img {
    width: 100%;
    transform: scale(1);
    transition: transform 5s ease
}

.carousel-item.active.zoom img {
    transform: scale(1.1)
}

.section_info {
    left: 16%
}

.section_info,
.section_info_right {
    width: 700px;
    position: absolute;
    z-index: 9999;
    bottom: 4%;
    color: #fff
}

.section_info_right {
    right: 16%
}

/* 
.section_info_subheading {
    color: #c0bdbc
} */

.section_info_name {
    font-weight: 800
}

.section_info_name,
.section_info_right p,
.section_info p {
    color: #c0bdbc;
    letter-spacing: 1px
}

.section_info .btn,
.section_info_right .btn {
    height: 50px;
    padding: 0;
}

.section_info .btn span,
.section_info_right .btn span {
    border: 1px solid #ffcf9e;
    color: #242322;
    padding: 9px 20px;
    display: inline-block;
    background-color: #ffcf9e;
    transition: all .3s ease 0s;

    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

.section_info .btn:hover span,
.section_info_right .btn:hover span {
    border: 1px solid #ffcf9e;
    color: #ffcf9e;
    margin-top: -5px;
    background-color: transparent
}

.section_info_link a {
    text-decoration: none;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    color: #ffcf9e;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase
}

.section_info_link a:hover {
    color: #d1d1d1;
    top: -5px
}

.common img {
    width: 100%;
    height: 100vh
}

.project_heading {
    text-align: center;
    padding: 15px;
    background-color: #242322;
    color: #d1d1d1;
    z-index: 9999;
    position: relative
}

.project_row {
    position: relative;
    z-index: 99999
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative
}

.project,
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.swiper_overlay:before {
    background-color: rgba(0, 0, 0, .45);
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(178deg, rgb(49 49 49 / 0%), rgb(0 0 0 / 46%) 57%);
}

.swiper__caption {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 16%;
    color: #fff
}

.swiper_overlay {
    width: 100%;
    transition: transform .8s
}

.swiper_overlay:hover {
    transform: scale(1.2)
}

.swiper_overlay:hover:before {
    bottom: -1000px;
    transition: all 3s ease 0s
}

.swiper-slide img {
    width: 100%
}

.project img,
.swiper-slide img {
    display: block;
    height: 400px;
    object-fit: cover
}

.project img {
    width: 800px
}

#video_open i {
    font-size: 60px;
    color: #ffcf9e
}

.home {
    height: 450px;
    position: relative
}

.home-content {
    position: relative;
    padding-top: 150px;
    color: #d1d1d1;
    text-align: center;
    z-index: 999
}

.home p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #d1d1d1;
    margin: 4px auto 0;
    padding: 12px 20px;
    cursor: pointer
}

.video_iframe {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 70%;
    height: 70%;
    z-index: 9999999999;
    display: none
}

.video_iframe.show {
    display: block
}

body.overlay {
    position: relative
}

body.overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    z-index: 999999
}

.video_iframe iframe,
body.overlay:after {
    width: 100%;
    height: 100%
}

.why_choseus {
    width: 500px
}

.check {
    border-bottom: 1px dotted;
    padding-bottom: 14px
}

.client_satisfiction {
    background-color: #1b1b1b;
    color: #d1d1d1;
    letter-spacing: 1PX;
    z-index: 9999;
    position: relative
}

.client_satisfictionhead h2 span {
    color: #ffcf9e
}

.client_satisfictinparagraph,
.client_satisfictionhead {
    padding: 35px 0px;
}

.partner {
    padding: 38px 10px 43px;
    border: 1px dotted #f1eeee;
    text-align: center;
    transition: 2s
}

.partner:hover {
    border: 2px dotted #ffcf9e
}

.clientsatisfiction_banner {
    background: url(../img/window.jpg) no-repeat right 0 top/500px
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 2s
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #d1d1d1;
    font-size: 20px;
    font-weight: 500
}

.counter {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #ffcf9e;
    line-height: 28px;
    padding-bottom: 18px
}

.counter_slider {
    margin-top: 100px;
    padding-bottom: 90px
}

.testimonial {
    z-index: 9999;
    position: relative;
    padding-bottom: 60px
}

.testimonial_heading {
    color: #d1d1d1;
}

.checked {
    color: orange
}

.star_no {
    color: green
}

.swiper-slide.testimonial-slide {
    font-size: 18px;
    background: #fff;
    text-align: left;
    width: 412px;
    padding: 20px 23px;
    border-radius: 7px;
    background-color: #171717;
    display: block;
    overflow: visible
}

.mySwiper2 .swiper-slide.testimonial-slide {
    width: auto;
}

.testimonial_img {
    height: 60px;
    width: 60px;
    background: #372d24;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    font-size: 20px
}

.testimonial_name span {
    color: #b3b0b0;
    font-size: 12px
}

.testimonial_name p {
    color: #d1d1d1;
    font-size: 20px
}

.testimonial_review {
    height: 72px;
    overflow: auto;
    color: #d1d1d1;
    font-size: 15px
}

.outer_bx {
    background: green;
    color: #d1d1d1;
    font-size: 15px;
    padding: 14px 16px;
    width: 26px;
    text-align: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    left: -25px;
    z-index: 999;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.Enquire_section_main {
    background-color: #1e1111;
    position: relative;
    z-index: 9999;
    color: #d1d1d1;
}

.consuntant_bx {
    border: 1px solid #fff;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fef6f2
}

.consuntant_bx a {
    color: #fef6f2
}

.consuntant_bx span i {
    color: #fef6f2;
    padding-left: 5px
}

.consuntant_bx:hover {
    background-color: rgba(254, 246, 242, .76);
    transition: all 2s ease 0s
}

.Enquire_form_section {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    padding: 30px
}

.Enquire_form input {
    background-color: transparent !important;
    border: thin solid #646363 !important;
    color: #fff !important
}

.Enquire_form select {
    background-color: #1b1b1b !important;
    border: thin solid #646363 !important;
    color: #fff
}

.Enquire_form textarea {
    border: 1px solid #646363 !important;
    color: #fff !important;
    background-color: transparent !important
}

.Enquire_form label {
    text-transform: uppercase;
    font-size: 13px
}

.form-control:focus {
    border-color: #646363 !important;
    box-shadow: none !important
}

.astrick {
    color: red;
    padding-left: 5px
}

.checkk p,
.submit_btn {
    text-transform: uppercase
}

.submit_btn {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 0;
    background-color: #d2c1af;
    text-align: center;
    font-weight: 600;
    padding: 15px 30px;
    transition: all 2s ease 0s
}

.submit_btn:hover {
    background-color: rgba(83, 82, 82, .76)
}

.folow a {
    letter-spacing: 1px;
    color: #fff
}

.folow i {
    color: #d2c1af;
    font-size: 25px
}

.swiper-slide.lightbx button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none !important
}

.swiper-slide.lightbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease 0s
}

.swiper-slide.lightbx button:hover img {
    transform: scale(1.2)
}

.swiper-slide.lightbx {
    height: 150px
}

#map {
    height: 300px;
    padding-bottom: 20px
}

.social_icon a {
    text-decoration: none;
    color: #d2c1af;
    opacity: 0.7;
    margin: 0px 10px;
    font-size: 20px;
    transition: all 0.5s ease 0s
}

.social_icon a:hover {
    color: #d1d1d1;
    opacity: 1;
}

#teamImgModal {
    z-index: 99999;

}

#teamImgModal .modal-content {
    background: #000;
    border-radius: 0px;
}

.addressbx a {
    text-decoration: none;
    color: #d1d1d1;
    padding-left: 10px
}

.addressbx a:hover {
    color: #ffcf9e;
}

.addressbx i {
    color: #d2c1af
}

#lightBOX,
#projectDetails {
    z-index: 999999
}

.copyright {
    padding-bottom: 40px;
    border-top: 1px dashed;
    padding-top: 30px
}

.copyright p {
    font-size: 16px;
}

.copyright p,
.copyright p a {
    color: #94928f
}

.carousel-inner.lightbx {
    height: 100%;
    width: 100%
}

.counter-box i {
    font-size: 22px
}

.up_arrow i {
    color: #d2c1af;
    font-size: 20px
}

.up_arrow a{
	position: fixed;
    z-index: 999999999;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .41);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    bottom: 80px;
    right: 20px
}


.whstsapp {
    position: fixed;
    z-index: 999999999
}

.whstsapp {
    bottom: 20px;
    right: 25px
}

.Aboutus_vdo {
    height: 100vh;
    position: relative
}

.home:after {
    content: "";
    background-color: rgba(39, 27, 22, .17);
    height: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home:after,
video {
    position: absolute;
    width: 100%
}

video {
    height: 100%;
    object-fit: cover
}

.Aboutus_vdo-content {
    position: absolute;
    color: #d1d1d1;
    text-align: center;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.Aboutus_vdo-content P {
    font-size: 25px
}

.facilities {
    color: #d1d1d1;
    letter-spacing: 1PX;
    z-index: 9999;
    position: relative;
    padding-bottom: 80px
}

.award_winning_content h2 {
    color: #d2c1af;
    font-size: 40px;
}

.award_winning_content p {
    font-size: 18px;
    color: #d1d1d1;
    /*     letter-spacing: 2px; */
    line-height: 26px;
}

.quote {
    font-style: italic;
    background: #000;
    padding: 24px;
    width: 500px;
    position: absolute;
    right: 33%;
    top: 67%
}

.quote>div {
    padding-left: 16px;
    color: #d2c1af;
    border-left: 2px solid;
    border-color: #d2c1af
}

.sign {
    position: absolute;
    right: 25%;
    bottom: -27%;
    color: #b3a596;
    font-style: italic;
    font-size: 20px
}

.services_provid {
    padding: 0px 28px;
    border: none;
    transition: 2s
}

.woaman {
    height: 480px
}

.woaman img {
    object-fit: cover
}

.counterxindex {
    position: relative;
    z-index: 9999
}

.plus_icon {
    color: #b3a596
}

h2 {
    font-size: 32px
}

.Redefine P {
    color: #dbdbdb;
    font-size: 18px;
    letter-spacing: 1px
}

.Redefine span {
    color: #b3a596
}

.credencials_sec {
    position: relative;
    z-index: 99999
}

.heading h2 {
    font-size: 45px;
    color: #d1d1d1;
    padding-top: 40px
}

.credencials img {
    transition: transform 1s
}

.credencials img:hover {
    transform: scale(1.1)
}

.consuntant_bx_about {
    border: 1px solid #fff;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fef6f2;
    width: 200px;
    height: 52px
}

.consuntant_bx_about a {
    color: #fef6f2
}

.consuntant_bx_about span i {
    color: #fef6f2;
    padding-left: 5px
}

.consuntant_bx_about:hover {
    background-color: rgba(254, 246, 242, .76);
    transition: all 2s ease 0s
}

.credencials {
    display: flex;
    justify-content: center
}

.credencials img {
    width: 100%;
    height: 100%
}

.blog_banner {
    background: url(../img/blog.jpg) no-repeat 50%/100%;
    height: 600px
}

.blog_heading {
    position: absolute;
    z-index: 999;
    color: #d1d1d1;
    bottom: 24%;
    left: 17%
}

.blog_heading h1 {
    font-weight: 400;
    font-size: 55px
}

.blog_section {
    background-color: #131313;
    position: relative;
    z-index: 9999
}

.card_container {
    padding: 40px
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px
}

.card-title,
.card-title a {
    font-family: "Josefin Sans", serif;
    ;
    color: #fff
}

.card-title a {
    text-decoration: none
}

.card-body {
    background: #080808;
    padding: 24px;
}
.card-body button{
	border-radius: 8px;
}

.card-text {
    color: #9a9494;
    font-size: 16px;
}

.read_more {
    color: #d1d1d1;
    text-decoration: none;
    font-weight: 600;
    transition: 1.5s;
    letter-spacing: 1px;
    font-size: 16px;
}

.read_more:hover {
    color: #b3a596;
    text-decoration: underline
}

.card img {
    height: 260px;
    object-fit: cover;
    transition: transform .8s;
}

.card:hover img {
    transform: scale(1.2);
}

.ft_section {
    position: relative;
    z-index: 99999
}

.project-details .card img {
    height: 250px;
}

.project_banner {
    height: 100vh;

}

.project_banner img,
.project_img img,
.paralex_img img,
.paralex_img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project_img {
    height: 100vh;
    background-attachment: fixed !important;
}


#projectDetails {
    background: rgba(0, 0, 0, .65)
}

#projectDetails .modal-content {
    background: #000;
    border-radius: 0
}

.projectdetails_heading {
    background: rgba(0, 0, 0, .55);
    position: absolute;
    z-index: 999;
    padding: 20px 35px;
    color: #d1d1d1;
    top: 50%;
/* 	border: 1px solid #ffcf9e; */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    backdrop-filter: blur(1px);
}

.project_banner .projectdetails_heading h1 {
	    border: 1px solid #fdce9d;
    padding: 10px 10px 5px 10px;
}

.projectdetails_heading p {
    color: #b3a596;
    margin-bottom: 0px;
}

.paralex_img {
    height: 100vh;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}

.paralex_img2 {
    height: 800px;
    width: 100%;
    background-attachment: fixed !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.projectdetails_txt h2 {
    color: #fff
}

.projectdetails_txt p {
    color: #9e9e9e
}

.photos_section,
.projectdetails_txt_sec {
    position: relative;
    z-index: 9999;
    background-color: #1b1b1b
}

.photos_section {
    color: #fff
}

.project_overlay {
    width: 100%
}

.project_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project_photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.project_photo {
    position: relative;
    width: 20%;
    height: 200px;
    overflow: hidden
}

.project_photo img {
    transition: all 1s ease 0s;
}

.project-details .project_photo {
    height: 220px;
}

.project_photo:hover img {
    transform: scale(1.2);
}

.project-details {
    background: #0000008a;
    backdrop-filter: blur(1px);
}

.table_section {
    position: relative;
    z-index: 9999;
    margin-top: 50px
}

.table_heading p {
    color: #b9b1b1;
    letter-spacing: 1px
}

.product_details_table table tbody tr td {
    width: 50%;
    padding: 12px;
    color: #b9b1b1
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #222 !important
}

.table>:not(caption)>*>* {
    padding: .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #0d0d0d !important;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.swiper-slide.works {
    background-color: transparent
}

.swiper-slide.works img {
    display: block;
    width: 80px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto
}

.swiper-slide.works p {
    color: #d1d1d1;
    padding-top: 20px;
    letter-spacing: 1px
}

.works_included {
    margin-top: 80px;
    position: relative;
    z-index: 9999
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    z-index: 99999
}

.swiper-pagination-bullet-active {
    background: #000 !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
    font-size: 23px
}

.About_project {
    position: relative;
    z-index: 9999;
    margin-top: 80px
}

.About_project h3 {
    text-transform: uppercase;
    color: #fff
}

.consuntant_bx_project {
    background-color: #d2c1af;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fef6f2
}

.consuntant_bx_project a {
    color: #fef6f2
}

.consuntant_bx_project span i {
    color: #fef6f2;
    padding-left: 5px
}

.consuntant_bx_project:hover {
    border: 1px solid #fff;
    transition: all 2s ease 0s;
    background: transparent
}

.social_about a {
    text-decoration: none;
    color: #d2c1af;
    transition: 1s
}

.social_about a:hover {
    color: #fff
}

.social_abou_sec {
    margin-top: 60px;
    border: 1px dotted #f1eeee;
    text-align: center;
    transition: 2s;
    padding: 20px
}

.social_abou_sec p {
    font-family: "Josefin Sans", serif;
    ;
    font-size: 25px;
    margin-bottom: 0 !important;
    color: #d2c1af
}

.related_project_sec {
    position: relative;
    z-index: 99999;
    margin-top: 60px
}
.related_project  .swiper-wrapper {
	width: 93%;
}
.related_project  .swiper-wrapper .swiper-slide:last-child {
	width: 50px !important;
}
.swiper-slide.related_project_card {
    text-align: left
}

.cards_photo:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(178deg, rgba(46, 43, 42, 0), rgb(60 51 51/87%) 57%);
    opacity: 0;
    transition: 1.5s
}

.cards_photo:hover:before {
    opacity: .8
}

.cards_photo {
    position: relative
}

.services_banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_heading {
    position: absolute;
    z-index: 999;
    color: #d1d1d1;
	top: auto;
        bottom: 10%;
    width: 860px;
    left: 10%;
    text-align: left;
    transform: none;
    padding: 20px 35px;
    background: rgba(0, 0, 0, .55);
}

/* .contactUsHead.services_heading {
	    top: auto !important;
    bottom: 0;
    left: 38%;
    text-align: left;
}
 */
.services_heading h1 {
    font-weight: 400;
}



.services_sections {
    position: relative;
    z-index: 9999;
    margin-top: 80px
}

.services_offer h2 {
    color: #fff
}

.services_offer h2 span {
    color: #ffcf9e;
	font-family: 'Josefin Sans';
}

.services_offerparagraph p {
    color: #cac6c6
}

.servicesIMG {
    position: relative;
    transition: transform .2s;
    height: 400px;
    border: 1px solid #767370
}

.servicesIMG:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: rgba(13, 13, 13, .68);
    transition: 1.5s
}

.timeLineContent {
    position: relative;
    background: #372d24;
    padding: 20px;
    border-radius: 5px
}

.timeLineContent:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #372d24
}

.timeLineContent.right:before {
    left: -10px
}

.timeLineContent p {
    color: hsla(0, 0%, 100%, .75)
}

.timeLineContainer {
    position: relative;
    z-index: 9999
}

.timeLineLoader {
    left: 48%;
    top: 30px;
    transform: translateY(-50%)
}

.timeLine {
    position: relative
}

.timeLineLoader .icon {
    width: 45px;
    top: 0;
    height: 45px;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 9;
    border: 2px solid #d2c1af;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #372d24
}

.timeLineLoader,
.timeLineLoader .icon {
    position: absolute;
    transform: none;
}

.timeLineLoader {
    right: -15px;
    top: 30px;
	left: auto;
}
.right-container .timeLineLoader {
	 left: -60px;
    top: 30px;
	right: auto;
}
.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    background-color: purple;
    transition: all .1s linear;
    min-height: 1%
}

.timeLineLoader .icon i {
    color: #d2c1af
}

.design_categaryContent {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px
}

.design_categaryContent h2 {
    color: #d1d1d1;
    padding-top: 15px;
    font-size: 25px
}

.design_categaryContent p {
    color: #b7b7b7
}

.servicesIMG:hover .zoom_image {
    transform: scale(1.2)
}

.services_detailsBTN {
    color: #c2b3a3;
    font-size: 13px;
    letter-spacing: 1px
}

.servicesIMG img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inquryBOX {
    background-color: #372d24;
    padding: 20px
}

.inquiry {
    color: #fff
}

.call_icn {
    width: 47px;
    height: 44px;
    background: #cebdac;
    display: flex;
    justify-content: center;
    align-items: center
}

.phn_number span {
    color: #a7a4a4
}

.about_details h2,
p {
    color: #d1d1d1;
}

.about_details img {
    margin-bottom: 40px;
}

.appoinment_bx .btn {
    border: 1px solid #cebdac;
    color: #242322;
    padding: 9px 20px;
    background-color: #cebdac;
    transition: all .3s ease 0s;
    top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px
}

.zoom_image {
    transition: all .5s ease 0s
}

.servicesIMGcont {
    overflow: hidden
}

.whychooseUS_Heading p {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px
}

.whychooseUS_subHead h3 {
    color: #d8d4d4
}

.services_provid_content p {
    color: #adadad;
    font-size: 16px;
}

.design_categaryContent img {
    width: 60px
}

.howWEwork_heading p {
    font-size: 40px;
    color: #9d949a;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Josefin Sans", serif;
}

.work_number span {
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.howWEwork_content span {
    font-size: 30px;
    color: #b2a495;
	 font-family: "Josefin Sans", serif;
}
.work_number span{
	font-family: "Josefin Sans", serif;
}
.howWEwork_content p {
    color: #827d7d
}
.howWEwork_content p {
	margin: 0px;
}
.keyPoints {
    position: relative;
    z-index: 999;
    border: 1px solid #fff;
    padding: 40px
}

.keyPoints ul li p {
    margin-bottom: 0
}

.keyPoints ul li {
    margin-bottom: 15px
}

.keyPoints ul li::marker {
    color: #fff
}


.project-details .modal-dialog {
    max-width: none;
    width: 70%;
    margin: 0px auto;
}

.my-timeline {
    position: relative;
    max-width: 1200px;
    margin: 60px auto
}

.my-container {
    padding: 22px 18px;
    position: relative;
    width: 40%;
    opacity: 1
}

.my-container:first-child {
    animation-delay: 0s
}

.my-container:nth-child(2) {
    animation-delay: 1s
}

.my-container:nth-child(3) {
    animation-delay: 2s
}

.my-container:nth-child(4) {
    animation-delay: 3s
}

.my-container:nth-child(5) {
    animation-delay: 4s
}

.my-container:nth-child(6) {
    animation-delay: 5s
}

.my-container:nth-child(7) {
    animation-delay: 6s
}

.my-container:nth-child(8) {
    animation-delay: 7s
}

.text-box {
    padding: 20px 30px;
    position: relative;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #0fa99f;
    filter: drop-shadow(0 0 20px rgba(190, 190, 190, .25));
    border-radius: 6px
}

.left-container {
    left: 80px
}

.right-container {
    left: 54%
}

.my-container h5 {
    position: absolute;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    right: -162px;
    top: 56px
}

.right-container h5 {
    left: -995px
}
  .swiper__caption {
        background: #0000004d;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
    }

.timeline-line {
    position: absolute;
    width: 4px;
    background-color: #d2c1af;
    top: 0;
    left: 50%;
    margin-left: -2px;
    z-index: 1;
    height: 0;
    transition: height .5s ease
}

.timeline-image {
    position: absolute;
    left: 47.6%;
    width: 60px;
    height: auto;
    transition: top .5s ease;
    top: 0
}

/* .my-timeline:after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #372d24;
    top: 0;
    left: 50%;
    margin-left: -2px;
    z-index: -1;
    height: 100%
} */



#numbers{
  font-size:25px;
  font-family:sans-serif;
  font-weight:600;
  color: #444444;
  position: absolute;
  top:10vh;
  width:50px;
  transform: rotate(90deg);
}
.timeline_heading {
    text-align: center;
    color: #d2c1af;
    font-size: 32px;
    letter-spacing: 1px
}

.swiper-free-mode>.swiper-wrapper {
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}


.whoWeAre {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 120px;
    text-align: center;
	z-index: 2;
}

@media screen and (max-width:600px) {
    .my-timeline {
        margin: 50px auto
    }

    .my-timeline:after {
        left: 40px
    }

    .my-container {
        padding-right: 25px !important;
    }

    .text-box {
        font-size: 16px;
    }

    .right-container {
        left: 0
    }
}

@media only screen and (max-width:1440px) {
    header .nav-link {
        font-weight: 700;
        color: #f0ecea;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 16px;
    }
}
@media only screen and (max-width:1200px) {
	.navbar-brand img {
		height: 55px;
		object-fit: contain;
	}
}
@media only screen and (max-width:1024px) {
    .carousel-inner {
        height: 100%
    }

    .common img {
        width: 100%;
        height: 100%
    }

    .project_photo {
        width: 25%;
        position: relative;
        width: 20%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .quote {
        font-style: italic;
        background: #000;
        padding: 14px;
        width: 441px;
        position: absolute;
        right: 17%;
        top: 80%
    }

    .award_winning_content {
        padding-left: 42px
    }

    .sign {
        position: absolute;
        right: 13%;
        bottom: -34%;
        color: #b3a596;
        font-style: italic;
        font-size: 15px
    }

    .team_work img {
        width: 200px
    }

    .services_provid {
        padding: 0px 12px;
        border: 1px dotted rgb(153 151 151);
        transition: 2s
    }

    .project_photo {
        position: relative;
        width: 25%
    }
}

@media only screen and (max-width:991px) {
	.portfolio-menu:hover .sub-menu {
		display: none;
	}
	    h1 {
        font-size: 40px;
    }
	.timeLineContent:before {
		right: auto;
		left: -10px;
	}
	.left-container,
	.right-container{
		left: 70px;
	}
	.my-container {
		width: 85%;
	}
	.swiper__caption {
		opacity: 1;
	}
	.addressbx  ul {
		padding: 0;
	}
	.addressbx  ul li {
		text-align: center;
	}
  
    .project h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .section_info,
    .section_info_right {
        background: #00000057;
        bottom: 0 !important;
        width: 100% !important;
		left: 0 !important;
		padding: 20px;
    }
    .section_info p,
    .section_info_right p {
        display: none;
    }
    .swiper_overlay {
        opacity: 1;
    }
    .swiper_overlay:before {
        display: none;
    }
    .swiper_overlay:after {
        display: none;
    }
    .index section::after {
        display: none;
    }
    .award_winning_content h2 {

        margin-top: 15px;
    }

    .award_img {
        margin-top: 15px;
    }

    .projectdetails_heading {
        width: 95%;
    }

    .services_provid {
        padding: 0px 10px;
        text-align: center;
    }

    .carousel-inner.hbd_carousel-inner {
        height: 100% !important;
    }

    .Aboutus_vdo {
        height: 380px;
		overflow: hidden;
    }

    .services_heading {
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        top: auto;
        bottom: 25px;
    }

    .bannerSec {
        height: auto;
    }

    .gif {
        width: 100% !important;
    }

    .gif img {
        width: 100%;
    }

    .project-details .modal-dialog {
        max-width: none;
        width: 100%;
        margin: 0px auto;
    }

    .project_photo {
        position: relative;
        width: 25%;
        height: 150px;
    }

    .project-details .project_photo {
        height: 150px;
    }

    header {
        background: #000;
        z-index: 99999;
    }

    .my-timeline:after {
        left: 10%;
    }

    .timeLineLoader {
        left: -10%;
    }

	.my-container {
		padding-right: 0;
	}
}

@media only screen and (max-width:768px) {
    .swiper.mySwiper2 {
        padding-left: 25px;
    }
	
    .testimonial_name p {
        color: #d1d1d1;
        font-size: 13px
    }


    .section_info,
    .section_info_right {
        width: auto;
        position: absolute;
        z-index: 9999;
        bottom: 4%;
        color: #d1d1d1;
        left: 8%
    }

    .carousel-item img {
        width: 100%;
        transform: scale(1);
        transition: transform 5s ease;
        height: 580px
    }

    .carousel-inner {
        height: 580px
    }

    .client_satisfictionhead {
        padding: 0
    }

    .client_satisfictinparagraph {
        margin-top: 20px;
        padding: 0
    }

    .project_photo {
        position: relative;
        width: 33.3%
    }
}
@media only screen and (max-width:767px) {
 
	.timeLineLoader {
		left: -50px !important;
	}
}
@media only screen and (max-width:640px) {
    h2 {
        font-size: 22px;
    }
    .section_info,
    .section_info_right {
        width: auto;
        position: absolute;
        z-index: 9999;
        bottom: 4%;
        color: #d1d1d1;
        left: 0%;
        padding: 20px;
    }

    .section_info_right p,
    .section_info p {
        color: #c0bdbc;
        letter-spacing: 1px;
        font-size: 16px;
    }


	

    .partner {
        padding: 38px 10px 43px;
        border: 1px dotted #f1eeee;
        text-align: center;
        transition: 2s;
        margin-top: 20px
    }

    .client_satisfictionhead {
        padding: 0
    }

    .client_satisfictinparagraph {
        margin-top: 20px;
        padding: 0
    }

    .counter_slider {
        margin-top: 24px;
        padding-bottom: 90px
    }

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #d1d1d1;
        font-size: 16px;
        font-weight: 500
    }

    .counter {
        display: block;
        font-size: 38px;
        font-weight: 700;
        color: #ffcf9e;
        line-height: 28px;
        padding-bottom: 18px
    }

    .project_photo {
        position: relative;
        width: 33.3%
    }
}
@media only screen and (max-width:412px) {
	
}
@media only screen and (max-width:412px) {
    .right-container .timeLineLoader {
        left: -46px
    }

    .timeline-line {
        position: absolute;
        width: 4px;
        background-color: #d2c1af;
        top: 0;
        left: 10%;
        margin-left: -2px;
        z-index: 1;
        height: 0;
        transition: height .5s ease
    }

    .Enquire_section_main {
        background-color: #1e1111;
        position: relative;
        z-index: 9999;
        color: #d1d1d1;
        padding-top: 0;
    }

    .Enquire_form_section {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
        padding: 30px
    }


    .home-content h2 {
        font-size: 20px
    }

    .client_satisfictinparagraph p {
        font-size: 13px
    }

    .project_heading h2 {
        font-size: 18px
    }


    .project_photo {
        position: relative;
        width: 33.3%
    }
}

/* Extra CSS Code */
.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    color: red;
}

.wpcf7-response-output {
    color: red;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #a3a3a3;
    margin: 0px 2px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}



.wp-pagenavi .current {
    background: #FFF;
    color: #000;
    font-weight: 600;
    padding: 0px 5px;
    border-radius: 20px;
}

.nextpostslink,
.previouspostslink {
    font-size: 20px !important;
}

.pagination {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .nextpostslink:hover {
    color: #d1d1d1;

}

#preloader {
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 999;
}

.loader img {
    width: 310px;
}

.wpcf7-spinner {
    display: none;
}

/* Faq CSS Code */
.accordion-collapse h3{
	font-size: 20px;
    font-weight: 800;
}
.accordion-collapse ol{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
	line-height: 22px;
}
.accordion-collapse ol li b{
   font-size: 15px;
}

.projectdetails_txt_sec span{
	color:#fdce9d;
	font-family: "Josefin Sans", serif;
}

.service-details h2 span{
	font-size:28px;
	font-weight: 600;
	color: #ffcf9e;
}
.service-details h3 span{
	font-size: 20px;
	font-weight: 500;
	color: #ffcf9e;
}
.faqPage h3{
	color: #ffcf9e;
}

.woodhive-logo h5{
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}