@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/********** Template CSS **********/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
    --White:#fff;
    --black:#000;
}

.w-33{width:33.33%;}
.w-25{width: 25%;}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}
h1.display-1.text-white.slideInDown {
    position: relative;
    bottom: -118px;
    /*left: -100px;*/
    font-size: 120px;
    line-height: 120px;
    font-family: 'Font Awesome 5 Brands';
}
h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--White);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
html, body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

/*** Navbar ***/
img.me-3 {
    height: 100%;
    max-height: 50px;
    /*margin-bottom: 20px;*/
    width:100%;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "";
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
   
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .clients_title h2 {
    font-size: 28px;
    line-height: 30px;
   }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}


.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
.main-heading {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    bottom: -80px;
}
.page-header-about {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/about_baner.png) center center no-repeat;
    background-size: cover;
}
.page-header-contact {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/contact-bg.png) center center no-repeat;
    background-size: cover;
}
.page-header-door {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/door-bg.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-career{
    padding: 100px 0px;
}
.page-header-career {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/career.png) center center no-repeat;
    background-size: cover;
}
.page-header-project{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/project_bg.png) center center no-repeat;
    background-size: cover;
}
.page-header-kitchen{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/kitchen2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-career {
    /* padding: 100px 0px; */
    height: 100%;
    min-height: 500px;
    width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.architecture h1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}
/*** Section Title ***/
.section-title {
    color: var(--black);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.inner-img img {
    max-width: 100%;
}
.fact_content h2 {
    max-width: 100%;
    width: 785px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.inner-img p {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    color:gray;
    border-bottom: 2px solid #000;
    transition: all ease-in-out 0.2s;
}
.inner-img p:hover{
    color: #000;
}
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}
/* unique design Start */
.unique_design {
    background-image: url(../image/bedroom1.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    min-height: 490px;
    height: 100%;
    position: relative;
    
}
.unique_design p {
    font-size: 32px;
    color: var(--White);
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    padding: 170px;
}
/*** About & Feature ***/
.about-sec {
    position: relative;
}
.about-sec:after {
    content: "";
    position: absolute;
    background-image: url(../image/bg1.png);
    height: 370px;
    width: 100%;
    top:25px;
    z-index: -1;
    background-repeat: no-repeat;
}
.architecture,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.about-img img {
    display: block;
}
.architecture img {
    position: absolute;
    width: 335px;
    height: 90%;
    object-fit: cover;
}
.architecture img {
    max-width: 100%;
    width: 460px;
}
img.home-banner-img {
    position: relative;
    top: 90px;
    left: 100px;
}
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

/* two-collumn-sec */
.two-collumn-sec{
    z-index: 1;
}
.two-collumn-sec::before {
    content: "";
    position: absolute;
    background-image: url(../image/bg5.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    left: -192px;
    opacity: 15%;
}
.two-right-side img {
    height: 100px;
    min-height: 400px;
    width: 100%;
    max-width: 500px;
}
span.counter {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    font-family: inherit;
}
.counter-box-main {
    gap: 40px;
}
.counter-box p{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    font-family: inherit;
}
.two-right-side {
    position: relative;
}
.two-column-right-side img {
    height: 100%;
    width: 100%;
    max-width: 370px;
    max-height: 230px;
    position: absolute;
    right: 54px;
    bottom: 0;
     
}
/*two-column-right-side {
    right: 0px;
     bottom: -192px; 
    position: absolute;
}*/
/* clients & partners start start */

.our-clients {
    padding-bottom: 60px;
}
.clients-sec::after{
    content: "";
    position: absolute;
    background-image: url(../image/bg4.png);
    background-repeat: no-repeat;
    background-position: right ;
    right: 0;
    width: 160px;
    height: 255px;
    bottom: 0;
    /* right: 0px; */
}
.architecture-img p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: inherit;
    font-weight: 500;
    padding: 15px 0px;
    text-align: justify;
}
.clients-sec{
    padding-top: 90px;
}
.clients_title h2{
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-family:inherit;
    font-weight: 400 !important;
}
.clients_logo img {
    -webkit-filter: grayscale(100%);
}
.clients_logo:hover img{
    filter: grayscale(0%);
    cursor: pointer;
}
.partners-logo img {
    height: 100%;
    width: 100%;
    min-height: 270px;
    max-width: 540px;
}
.info_title h2 {
    font-size: 24px;
    line-height: 26px;
    font-family: inherit;
}
.info-dec{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: flex;
    gap: 10px;
    font-family: inherit;
}
.info-detail input[type='email'] {
    border-bottom: 2px solid var(--dark);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    width: 100%;
    padding: 0px 5px
}
input:focus {
    background-color: transparent;
    offset: none;
    outline: none;
  }
.detail-icon {
    margin: 0px 50px;
    padding-bottom: 30px;
}
.detail-icon span {
    font-size: 24px;
    font-family: inherit;
    color: #000;
    margin: 0 10px;
}
.two-left-side-content h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    max-width: 470px;
    width: 100%;
}
.two-left-side-content p {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
/* About Page Start*/

.about-main-sec {
    padding-top: 105px;
    padding-bottom: 60px;
}
.about-min {
    padding-top: 105px;
    padding-bottom: 60px;
}
.about-two-column-content {
    font-size: 22px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    /*min-width: 596px;*/
    width: 100%;
    color: #000;
    text-align:justify;
}

.about-min {
    position: relative;
}
.about-min:after {
    content: "";
    position: absolute;
    background-image: url("../image/bg_left.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top left; */
    /*top: 0;*/
    opacity: 1;
    height: 550px;
    width: 250px;
    z-index: -1;
    top: -78px;
}
.about-min:before {
    content: "";
    position: absolute;
    background-image: url("../image/about_1_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    top: -190px;
    right: 0;
    opacity: 0.5;
    height: 908px;
    width: 460px;
    z-index: -1;
}
.about-img{
    position: relative;
}
.about-img-2 {
    position: absolute;
    top: 50px;
    left: 85px;
}
.owl-dots {
    display: none;
}
.owl-nav.disabled {
    display: none;
}
.watar-mark img {
    position: absolute;
    height: 120px;
    width: 120px;
    top: 9px;
    right: -50px;
    z-index: 1;
    /* background-color: red; */
    border-radius: 70px;
}
.about-img img {
    max-width: 460px;
    width: 100%;
    height: 100%;
    max-height: 400px;
}
.testi-title h2 {
    color: #000;
    font-size: 57px;
    line-height: 64px;
    font-family: 'Roboto', sans-serif;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.testimonial_box {
    height: 100%;
    width: 100%;
    min-width: 470px;
    min-height: 245px;
    margin: 0 10px;
}
.testimonial_box-inner p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    position: relative;
    bottom: -25px;
}
.testi-img {
    position: relative;
}
.testi-img img {
    position: absolute;
    top: 25px;
}
.testi-main {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.testi-sub-title {
    position: absolute;
    transform: translate(120%, 30px);
}
.testi-sub-title h4 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.testi-sub-title span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.best-Projects-sec:after {
    content: "";
    position: absolute;
    background-image: url(../image/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 75px;
    left: 0;
    opacity: 1;
    height: 91%;
    width: 90%;
    z-index: -1;
}
/* Milestones sec start */
.milestones-sec{
    background-image: url(../image/overleay.png);
    background-repeat: no-repeat;
    height: 100%;
    min-height: 350px;
}
.milestones-mai-sec{
    
}
.milestones h2 {
    font-size: 42px;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.milestones-title h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}
.milestones-title {
    display: grid;
    place-items: center;
    margin-top: 30px;
}
.milestones-box {
    position: relative;
}
/* Milestones sec  End*/

/* Project page start */
.Project-content {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    /* width: 100%;
    min-width: 936px;
    text-align: center; */
}
.Projects_inner_1 {
    background-image: url("../image/p1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 350px;
    min-height: 447px;
    transition: all .5s ease-in-out;
}
.Projects_inner_2 {
    background-image: url("../image/p2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 350px;
    min-height: 447px;
    transition: all .5s ease-in-out;
}
.Projects_inner_3 {
    background-image: url("../image/p3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 350px;
    min-height: 447px;
    transition: all .5s ease-in-out;
}
.Projects_inner_4 {
    background-image: url("../image/p2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 350px;
    min-height: 447px;
    transition: all .5s ease-in-out;
}
.Projects_inner_box {
    padding: 10px 15px;
    display: none;
}
.Projects_inner_box:hover{
    display: block;
    
}
.milestones-title span {
    color: #fff;
    font-size:20px;
    line-height: 20px;
}
.testimonal-sec:after {
    content: "";
    position: absolute;
    background-image: url('../image/bg5.png');
    height: 668px;
    width: 100%;
    bottom: -45px;
    z-index: -1;
    top: -50px;
}
.featured-btn {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-top: 230px;
}
.Projects_inner_box h3 {
    color: #fff;
}
.Projects_inner_box p {
    color: #fff;
}
.section-para {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gallery-img {
    width: 100%;
    height: 100%;
    max-width: 580px;
    max-height: 400px;
}
.right-side-img img {
    width: 100%;
    min-height: 410px;
    height: 100%;
    min-width: 325px;
    object-fit: cover;
}
.gallery-image-big img {
    width: 100%;
    height: 100%;
    max-width: 950px;
    min-height: 580px;
   /* padding: 0 10px;*/
    object-fit: cover;
}
.gallery-small {
    width: 100%;
    height: 100%;
    min-width: 330px;
}
.contact-detail img {
    /*max-width: 520px;*/
    width: 100%;
    height: 100%;
}
.box p{
    margin-left: 70px;   
}
.box-1 ul li{
    display: flex;
    /*border-bottom: 2px solid #000;*/
    width: 70%
}
.box-1 ul li:last-child{
    border-bottom:none;
}
.box-1 ul li i{
    margin-right: 15px;
    font-size: 18px;
    margin-top: 5px;
}
.col-6.c-b {
    margin: 0 auto;
    padding-top: 20px;
}
.custom-btn {
    background-color: var(--black);
    height: 62px;
    width: 250px;
    border-radius: 5px;
    color: var(--White);
    font-size: 22px;
    line-height: 28px;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 15px;
}

.custom-btn:hover {
    background-color: #c29e7c;
}
.img-expand{
    width:20%;
    height:400px;
    background-color: blue;
    margin-right: -2.5px;
    margin-left: -2.5px;
    padding-right: 0px;
    padding-left: 0px;
    object-fit: cover !important;
    display: flex;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    
  }
  
 .product-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: auto;
    display: flex;
  }
.premium-product{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-image: url('/image/doors\ bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}
/* .img-expand{
    display: flex;
} */
.premium-h2 h2{
    text-align: center;
    align-items: center;
}
.door-h2{
    position: relative;
    margin-top: 150px;
    text-align: right;
    margin-right: -78px;
}
ul {
    list-style-type: none;
}
/*  Project page End */

/* door Page css Start */
/* door Page css Start */
.door-section{
    background-image: url("../image/bg7.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
    max-width: 100%;
    background-position: center;
}
.section-content__heading {
    padding-bottom: 50px;
}
.door-section-4{
    background-image: url("../image/bg4.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 100% 300px; */

}
.door-image {
    /*margin-top: 100px;*/
    height: 100%;
    width: 100%;
}
.door-header{
    text-align: center;
    align-items: center;
    margin-top: 150px;
    padding: 0 20px;
}
.door-header p{
    text-align: start;
}
    .mobile-v-40 {
    margin-bottom: 50px;
}
.door-header h3{
    letter-spacing: 5px;
}
.door-h1{
    padding-top:50px;
    padding-bottom: 50px;
    text-align: center;
    align-items: center;
}
.door-h1 h3{
    letter-spacing: 5px;
    font-size: 26px;
}
.door-h1 h1{
    letter-spacing: 5px;
    font-size: 50px;
}
.door-section-3{
    margin-top: 50px;
}
/*.section-content__heading {
    padding-bottom: 50px;
}*/
.door-content img{
    height: 600px;
    max-width: 100%;
    width: 100%;
}
.door-content h2{
   
    font-size: 46px;
   text-align: center;
    
}
.door-content h3{
    letter-spacing: 5px;
    font-size: 26px;
    
}
.door-content h1{
    letter-spacing: 5px;
    font-size: 46px;
    /*max-width: 765px;*/
    width: 100%;
    margin-top: 30px;
}
.img-content ul{
    padding: 30px 20px;
}
.img-content ul li{
    list-style-type:circle;
    margin-bottom: 25px ;
}
.img-content img{
    height: 450px;
    width: 100%;
}
.figure-feature__icon img {
    height: 100%;
    width: 100%;
    max-width: 132px;
}
.Career-1{
    padding: 60px 0px;
    background: url("../image/bg11.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 450px;
    width: 100%;
    
}
.overlay {
    position: absolute;
    height: 730px;
    width: auto;
    top: 0;
    z-index: -2
}
.overlay:after {
    content: "";
    position: absolute;
    background-color: #000000b3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.career-box{
    text-align: center;
    align-items: center;
    padding-top: 30px ;
    padding-bottom: 30px;
}
.career-box h2{
    color: #000;
}
.career-box p{
    color: #000;
}
.openings{
    text-align: center;
    align-items: center;
    
}

.openings h4{
    letter-spacing: 5px;
    margin-top: 15px;
    color: #000;
}
.openings h3{
    color: #000;
}

.card-div{
    padding: 25px 10px;
    height: auto;
    max-width: 100%;
    width: auto;
    max-width: 100%;
}
.card-list h4{
    font-weight: 400px !important;
}
.card-list h4 i{
    margin-right: 15px;
}
.card-list h2{
    font-family: sans-serif !important;

}
.card-div h2 {
    font-size: 16px;
    font-family: sans-serif !important;
    margin-top: 10px;
}
.experienc-span{
    font-weight: 200 !important;
    font-family: sans-serif !important;
}
.card-btn{
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.card-div button {
    margin-top: 30px;
    margin-left: 10px;
    padding: 10px 30px 10px 30px;
    justify-content: center !important;
    color: #fff;
    background: #000;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
/*  form  */

.form-group{
    margin-top: 25px;
}
.cv-form{
    margin-left: 100px;
    margin-right: 100px;
}
.Career-3{
    margin-top: 50px ;
}
.career-4 {
    background-image: url('../image/from_bg.png');
    padding: 60px 0 85px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.card-div button:hover {
    background-color: #c29e7c;
}
.f-btn{
    height: auto;
    width: 100%;
    text-align: center;
}
.form-btn{
    padding: 10px 50px;
    margin-top: 25px;
    background: black;
    color: #fff;
    letter-spacing: 5px;
}
.career-2 .mb-3{
    padding:0px;
}
.career-5{
    background: url("../image/about_1_bg.png");
    padding: 50px;
}

/*** Footer ***/
.footer-log img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    /* width: 100%; */
    margin: 0 auto;
}
.f-bg {
    background-image: url(../image/footer_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.f-menu li {
    list-style-type: none;
}
.f-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    gap: 40px;
}
.top-line {
    position: relative;
}
.top-line:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: #fff;
    top: -25px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Meadia  */

@media (max-width:1920px){
    .right-side-img img {
        min-height: 480px;
    }
 
}


@media (max-width:1466px){
    .page-header-career {
        min-height: 385px !important;
    }
}
@media (max-width:1280px){

}
@media (max-width:1024px) and (min-width:992px){
    .about-img-2 {
    position: absolute;
    top: 50px;
    left: 38px;
}
}
@media (max-width:1024px){
    .page-header-career {
        min-height: 285px !important;
    }
   /* .padding-t-b-10{
      padding:10px 0 !important;
    }*/
  .about-main-sec {
    padding-bottom: 90px;
 }
}
@media (max-width:1024px){
 .milestones h2 {
    font-size: 27px;
    line-height: 38px;}
}
@media (max-width:991px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .f-menu {
        display: grid !important;
        align-items: center;
        justify-content: center;
        margin: 10px 0px;
        gap: 20px !important;
        padding: 0px !important;
    }
    .footer-log img{
        height: 60px !important;
        width: 280px;
        object-fit: contain;
    }
    .figure-service__heading h3 {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .hs-products article{
        flex-direction: column;
    }
    .hs-products .entry-content {
       padding-left: 0px !important;
    }
    .hs-products ul ul {
        margin-top: 12px;
        padding-left: 0px !important; 
        flex-direction: column;
    }
    .info-inner {
    width: 100%;
    display: block !important;
}
}

    h1.display-1.text-white.slideInDown {
        font-size: 100px;
        line-height: 100px;
    }
    .page-header-career {
        min-height: 220px !important;
    }
    .door-header{
        text-align: start;
        align-items: start;
        margin-top: 0px !important;
        padding: 0 0px;
    }
    /*.door{
        display:grid;
    }*/
    .door-h2{
        position: relative;
        margin-top: 10px !important;
        text-align: Center;
        /*margin-right: -78px;*/
    }
    .img-content ul{
        padding: 20px 20px !important;
    }
    .img-content ul li{
        
        margin-bottom: 15px !important ;
    }
    .door-h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        align-items: center;
    }
    .door-section-3 {
        margin-top: 20px;
    }
   /* .door-image {
        margin-top: 10px;
        height: 300px;
        width: 122%;
    }*/
    .door-section {
        background: url(/image/bg7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
        width: 100%;
        background-position: center;
    }
    .door-content img {
        height: 400px;
    }
    .door-content h1{
        font-size: 34px;
        margin-top: 0px;
    }
   .display-5 {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 24px;
        width: 100% !important;
        /*text-align: center;*/
    }
    .sm-c-i img {
     max-height: 350px !important;
    }
    .two-column-right-side {
     left: 0px;
     bottom: -192px 
    }
   /* .info-inner {
        width: 100%;
        display: block !important;
    }*/
  .info-inner .w-33{
      width:100%;
  }
 /* .info-inner .detail-icon{
      margin:0;
  }*/
  .info-dec{
      margin: 20px 0px 
  }
  .owl-carousel .owl-stage {
      display: flex;
      align-items: center;
    }
    
    .owl-carousel .caption {
      text-align: center;
    }
    
@media (max-width:768px){
    .gallery-small {
    min-width: 226px;
   }
   .gallery-image-big img {
    min-height: 617px;
   }
   .py-m{
       padding:0px;
   }
  .milestones-sec {
    min-height: 460px;
    margin-top: 50px;
}
  .mobile-t-10{
      margin-top:10px;
  }
  .margin-b-10{
      margin-bottom:10px;
  }
  .padding-t-b-10{
      padding:10px 0 !important;
  }
  img.me-3 {
    height: 100%;
    max-height: 30px;
    margin-bottom:0px;
}
}

@media (max-width:767px){
        .owl-theme .item {
      width:100% !important;
      padding: 0px;
     
      transition: .4s ease all;
      margin: 0px;
      transform: scale(1);
    }
      .owl-theme .owl-item img {
        display: block;
        width: 100%;
    }
    .clients_logo img{
        width: 100%;
    }
    .section-content__heading {
     padding-bottom: 45px;
    }
    .figure-service__heading h3 {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .custom-btn {
        height: 35px ! important;
        width: 150px ! important;
        font-size: 20px ! important;
    }
    .home-solution-logo {
        padding: 0px ! important;
    }
  
}
@media (max-width:640px){
    h1.display-1.text-white.slideInDown {
        font-size: 86px;
        line-height: 86px;
        bottom: -115px;
    }
    .milestones h2 {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    }
    .milestones-mian {
        display: block!important;
    }
    .clients_logo img {
    max-width: 250px ! important;
    margin: 0 auto;
   }
   .milestones-sec {
    min-height: 480px;
   }
}
@media (max-width:767px) and (min-width:577px){
    .heading-center{
        text-align:center;
    }
}
@media (max-width:575px) {
    h1.display-1.text-white.slideInDown {
        font-size: 86px;
        line-height: 86px;
    }
    .door-section{
        background-image: none !important;
    }
    .door-h2 {
        position: relative;
        margin-top: 150px;
        text-align: center !important;
        margin-right: 0px !important;
    
    }
    .door-header {
        text-align: center;
        align-items: center;
        margin-top: 10px !important;
        padding: 0 20px;
    }
    .page-header-career {
        min-height: 100px !important;
    }
    .door-h1 {
        padding-top: 50px;
        padding-bottom: 00px;
        text-align: center;
        align-items: center;
        margin-top: 170px !important;
    }
    .door-h1 h1{
        font-size: 26px;
    }
    .door-section-3 {
        margin-top: 10px;
    }
    .door-content img {
        height: 290px;
        max-width: 100%;
    }
    .door-content h1 {
        letter-spacing: 0px;
        font-size: 26px;
        width: 100%;
        margin-top: 10px;
    }
    .img-content ul {
        padding: 5px 20px !important;
    }
    .btn-lg-square {
        width: 30px;
        height: 30px;
    }
    .back-to-top {
        right: 20px;
    }
    .watar-mark img {
    height: 60px;
    width: 60px;
    top: 51px;
    right: -22px;
    }
    .milestones-title {
    margin-top:0px;
   }
}

@media (max-width:375px){
    h1.display-1.text-white.slideInDown {
        font-size: 60px;
        line-height: 60px;
        bottom: -112px;
    }
    .about-min:before{
        content: none;
    }
    .about-two-column-content {
        font-size: 17px;
        line-height: 21px;
        width: 100%;
        color: #000;
    }
    .sm-c-i img {
    max-height: 350px !important;
  }
  .formButton {
    font-size: 16px !important;
    padding: 5px 15px !important;
  }
  .info-dec {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .info_title h2 {
    font-size: 21px  !important;
  }
  .clients_title h2 {
    font-size: 21px ! important;
    line-height: 24px ! important;
   }
   .about-sec {
    padding-bottom: 0px !important;
   }
   .fact_content h2 {
    font-size: 21px ! important;
    line-height: 24px ! important;
   }
   .two-left-side-content h2 {
    font-size: 24px ! important;
    line-height: 28px ! important;
    }
   .architecture-img p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom:0px !important;
    }
    span.counter {
    font-size: 22px; !important
    }
    .two-left-side-content p {
    font-size: 17px; !important
    }
    .accordion button {
    font-size: 1rem;
    }
    .accordion .accordion-content p {
    margin: 1em 0;
   }
   .milestones-sec {
    min-height: 370px;
}
   .about-min {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-img img {
    max-width: 250px;
    max-height: 250px;
  }
  .watar-mark img {
    height: 60px;
    width: 60px;
    top: 51px;
    right: -22px;
  }
  .display-5 {
    font-size: 16px !important;
    line-height: 20px;
  }
  .section-title {
    letter-spacing: 3px;
    padding-top: 20px;
  }
  .about-main-sec {
    padding-top: 20px;
    
  }
}


/*door css start*/

.bg-dots {
    background-image: url(/image/DE-02.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    height: 100%;
    min-height: 550px;
}

.section__headline {
    display: block;
    width: calc(1 * (100 * 1px));
    height: 1px;
    background-color:#888888;
}
.standards--conent p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
/*.figure-feature__icon img {
    width: auto;
    height: 100%;
}*/
.fd-justify-content-xs {
    justify-content: flex !important;
}
.fd-justify-content-lg {
    justify-content: flex-end !important;
}

.fd-justify-content-md {
    justify-content: flex-end !important;
}

.fd-justify-content-sm {
    justify-content: center !important;
}
.fd-justify-content-xs {
    justify-content: center !important;
}
.figure-info__value.paragraph {
    padding: 0px 0px 10px 20px;
}
.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}
.figure-service__heading h3{
    font-size:42px;
    line-height: 1.29;
    color: #000;
}
.figure-service__text p {
    color: #262626;
    padding: 10px 0px;
}
.mt-90{
   margin-top: 90px;
}
.mb-90{
   margin-bottom: 90px;
}
.accordion .accordion-item {
  /*border-bottom: 1px solid #e5e5e5;*/
  border:0px;
  border-bottom: 1px solid #B78D65
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #B78D65;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #B78D65;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #B78D65;
  border: 1px solid #B78D65;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #B78D65;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.clients_logo img {
    height: auto;
    width: 100%;
    max-width: 150px;
    object-fit: contain;
}

.owl-dots {
text-align: center;
margin-top: 4%;
}
.owl-dot {
display: inline-block;
height: 15px !important;
width: 15px !important;
background-color: #878787 !important;
opacity: 0.8;
border-radius: 50%;
margin: 0 5px;
}
.owl-dot.active {
background-color: #000 !important;
}

/*door css end*/
/*window css start*/
.home-solution-logo {
    padding: 50px 0;
}
.hs-products article {
    display: flex;
    padding: 50px;
    border-top: 1px solid #dfdfdf;
    align-items: center;
}
.hs-products .entry-thumbnail {
    width: 300px;
    height: 300px;
    flex: 0 0 300px;
}
.hs-products .entry-content {
    padding-left: 70px;
}
.hs-products ul {
    flex-direction: column;
   display: flex;
    padding-left: 0;
}
.hs-products li {
    margin: 5px 0;
    position: relative;
}
.hs-products li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background:#B78D65;
    position: absolute;
    top: 8px;
    left: -12px;
}
.hs-products ul ul {
    margin-top: 12px;
    padding-left: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}
.hs-products li li {
    flex: 0 0 50%;
}
.hs-products li li:before {
    background: #999999;
}
.hs-products .entry-content strong {
    color: #B78D65;
}
.hs-products .projects-url {
    display: flex;
    justify-content: center;
    margin: 30px 0 70px;
}
.hs-btn {
    padding: 12px 24px;
    background:#ED1B2F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    transition: .3s;
}
.page-header-window {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../image/w-baner.jpg) center center no-repeat;
    background-size: cover;
}
/*window css End*/

.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
   transform: scale(0.9);

   transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }
.screenshot_slider .owl-carousel .owl-dot, .screenshot_slider .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev
.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.owl-theme .item {
  
  padding: 1rem;
 
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(1);
}
.owl-item.active {
    transform: scale(1.1);
}

.screenshot_slider .owl-nav {
    text-align: center;
     margin: 40px 0;
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}
.owl-theme .owl-dots{
   display: inherit;
   margin-top:20px;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: rgba(0, 0, 0, .7);
    transition: .5s;
}
.service-item .service-text h3{
    color:#fff;
}
.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}
.w-100 {
    width: 100%;
}
.formButton {
    /*float: right;*/
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 24px;
   /* margin-top: 15px;
    margin-right: 60px;*/
    text-decoration: none;
    border-radius: 10px;
}
.right-side-img {
    overflow: hidden;
}
.sm-c-i img {
    width: 100%;
    position: initial;
    height: 100%;
    max-height: 695px;
    object-fit: cover;
}
/*kitchen css start*/

.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}
/*.page-heading {
    position: relative;
}
.page-heading::after {
    content: "";
    height: 1px;
    width: 20%;
    background-color: #b78d65;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

