/* Add here all your CSS customizations */

@font-face {
    src: url('fonts/HelveticaNeue-Thin.otf');
    font-family: 'HelveticaNeue';
    font-display: swap;
}

@font-face {
    src: url('fonts/HelveticaNeueLTStd-Bd.otf');
    font-family: 'HelveticaNeue-Bd';
    font-display: swap;
}

::selection {
    background: #f8cc59;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

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

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

#header.header-narrow .header-logo img {
    position: absolute;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999;
}

.header-logo {
    height: 73px !important;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Home page css */
.serv {
    padding: 6px;
    border: 1px solid #9E9E9E;
}

.btn-yellow {
    background: #f8cc59;
    padding: 15px 50px !important;
    color: #8e4009;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 200;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
}

.btn-black {
    background: #1e1e1e;
    padding: 15px 100px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 200;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
}

.banner-text li {
    display: inline-block;
    margin: 0px 30px;
}

.banner-text {
    position: absolute;
    list-style: none;
    top: 83%;
    left: 20%;
}

.btn-yellow:hover {
    color: #8e4009;
}

.btn-black:hover {
    color: #fff;
}

.home-track {
    background: #fff6eb;
}

.track {
    width: 90%;
}

.heading {
    font-size: 40px;
    color: #8e4009;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
}

.sub-heading {
    font-size: 30px;
    color: #8e4009;
    margin: 40px 0 20px;
    font-weight: 600;
    line-height: 30px;
}

.sub-heading1 {
    font-size: 30px;
    color: #8e4009;
    margin: 30px 0 30px 0px;
    text-align: center;
    line-height: 40px;
}

.sobha {
    font-size: 18px;
}

.record {
    width: 200px;
    padding: 0px 10px;
}

.services-item {
    border: 1px solid #ccc;
    /* padding: 30px 15px 20px;*/
    padding: 15px;
    height: 250px;
    position: relative;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.services-item h4 {
    color: #8e4009;
    margin: 10px 0px 5px 0px;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.thumb-info-title p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.record p {
    font-family: "HelveticaNeue-Bd";
    font-size: 18px;
    line-height: 22px;
}

.sobha-about {
    width: 100%;
    background: url(../images/sobha-bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 910px;
}

.services {
    background: #e5e4e3;
}

/* end home page */
/* Testimonial css */
.iteam {
    margin: 50px 0px;
    border: 1px solid #9E9E9E;
    position: relative;
}

.iteam .pic {
    width: auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
}

.queto {
    position: absolute;
    top: 56%;
    left: 14%;
}

.client-info {
    padding: 40px;
    margin-left: 180px;
    text-align: justify;
}

.client-info h4 {
    font-size: 30px;
    color: #8e4009;
}

.client-info span {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    color: #000;
}

.client-info p {
    font-size: 18px;
}

/*  End css */

/* About Us */

.facility {
    background: #ceede8;
}

.vision {
    background: #e3e3e3;
}

.client {
    background: #ceede8;
}

.corporate {
    margin: 0 0 40px 0px;
}

.no-padding {
    padding: 0;
}

.img-text h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: -10px;
    color: #8e4009;
}

.hos-track2 {
    padding: 0px;
}

.img-text p {
    font-family: "HelveticaNeue-Bd";
    text-shadow: 1px 0px;
    font-size: 25px;
    padding-top: 15px;
}

.facility p,
.profile p,
.vision p,
.hospital p,
.corp-inter p,
.corp p,
.we-can p {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px 10px;
    line-height: 27px;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.border-bottom {
    border-bottom: 1px solid #555;
}

.ser p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 27px;
}

.ser h4 {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaNeue-Bd";
    color: #8e4009;
}

/* end about*/
/* Career page */
.career p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
    text-align-last: center;
    line-height: 30px;
}

.btn-apply {
    background: #f8cc59;
    color: #8e4009;
    padding: 8px 50px;
    font-size: 25px;
}

.form-control {
    height: 50px;
    color: #6c5749;
    border: 1px solid #813e20;
    padding: 6px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn.btn-contact {
    width: 100%;
    padding: 10px 0px;
    font-size: 20px;
    background: #813e20;
    color: #fff;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 40px;
}

/* hospitality css */
.prestig {
    background: #e9e9e9;
}

.hos-list {
    margin-left: -26px;
}

.hos-list li {
    list-style: none;
    display: inline-block;
    width: 221px;
    padding: 10px 0px;
}

.hosp-list li {
    font-size: 20px;
    color: #000;
}

.gallery-new .img-thumbnail {
    overflow: hidden;
    border: none;
    padding: 0;
}

.gallery-new li {
    list-style: none;
}

/* Corporate css */
.corp-inter {
    background: url('../images/corporate/corporate-bg.jpg');
    height: 860px;
    background-size: cover;
}

.corp-list li {
    list-style: none;
    margin-left: -50px;
    font-size: 16px;
    color: #000;
}

.corp-list li img {
    padding: 0px 20px 10px 0px;
}

.text-left {
    text-align: left !important;
}

.gallery-nav a {
    background: #ffe090;
    color: #000;
    font-weight: 600;
    padding: 10px;
    margin: 5px 0px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

/* corporate end css */
/* Doors css */
.frame img {
    padding-bottom: 30px;
}

.main-doors {
    background: url('../images/doors/main-doors/main-door-bg.png');
    height: 592px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-list {
    margin-left: -46px;
}

.main-list li {
    float: left;
    list-style: none;
}

.vd-list,
.ld-list,
.rd-list {
    margin-left: -30px;
}

.vd-list li,
.ld-list li {
    float: left;
    list-style: none;
    padding: 4px;
}

.rd-list li {
    float: left;
    list-style: none;
    padding: 6px;
}

.ld-img img {
    margin: 0 auto;
}

.veneer-doors {
    background: url('../images/doors/veneer-doors/veneers-doors-bg.png');
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}

.skin-doors {
    background: url('../images/doors/skin-doors/skin-doors-bg.png');
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

.laminate-doors {
    background: url('../images/doors/laminate-doors/laminate-doors-bg.png');
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-doors {
    background: url('../images/doors/panel-doors/panel-doors-bg.png');
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}

.doors-list {
    margin-left: -20px;
}

.doors-list li {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.doors p {
    font-size: 17px;
}

.sub-heading span {
    color: #ed1f24;
}

.table>thead:first-child>tr:first-child>th {
    color: #ed1f24;
    text-align: center;
    text-transform: uppercase
}

.table-bordered>tbody>tr>td {
    color: #000;
    font-size: 18px;
}

.door-heading {
    font-size: 30px;
    color: #8e4009;
    margin: 30px 0 15px 0px;
    font-weight: 600;
}

/* End doors css*/
/* Home Interior css */

.home-img img {
    padding: 15px;
}

.home-inter {
    background: url('../images/home-interior/Kitchen/kitchen-bg.png');
    height: 438px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery {
    margin: 0;
    padding: 0;
}

.gallery li {
    display: none;
    float: left;
    list-style: none;
}

.gallery-bg {
    background: #ecebea;
}

.home-intr-list li {
    list-style: none;
    display: inline-block;
}

.home-intr-list {
    margin: 30px 0px;
    text-align: center;
}

.more,
.less {
    padding: 0px 10px;
    margin-bottom: 20px;
    float: right;
    cursor: pointer;
}

.gallery li .img-thumbnail img {
    border-radius: initial;
}

.gallery li .img-thumbnail {
    padding: 0px;
    overflow: hidden;
}

.img-thumbnail img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.finish-img {
    max-width: inherit;
}

.gallery li p {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

fieldset {
    min-width: 0;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: inherit;
    border-left: none;
    border: 0;
    border-bottom: none;
    font-family: "HelveticaNeue-bd";
}

fieldset.kitch {
    padding: 10px 0px 15px 20px;
    margin-top: 60px;
    border: 1px solid #e3b003;
    border-right: none;
    text-align: right;
}

legend.chens {
    color: #e3b003;
    text-transform: uppercase;
}

fieldset p {
    font-size: 18px;
    line-height: 30px;
}

.wardrobes-bg {
    background: url('../images/home-interior/Wardrobe/wardrobe-bg.png');
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

fieldset.wardr {
    text-align: left;
    border: 1px solid #a34924;
    border-left: none;
    padding: 10px 0px 15px 0px;
    margin-top: 140px;
}

legend.wardrobe {
    color: #a34924;
    text-transform: uppercase;
}

.bedroom-bg {
    background: url('../images/home-interior/Bedroom/bedroom-bg.png');
    height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
}

fieldset.bedr {
    text-align: right;
    border: 1px solid #ea4324;
    border-right: none;
    padding: 10px 0px 15px 0px;
    margin-top: 100px;
}

legend.bed-room {
    color: #ea4324;
}

.hos-head {
    font-size: 30px;
    color: #8e4009;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.door-head {
    font-size: 30px;
    color: #8e4009;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.room-heading {
    font-size: 30px;
    color: #8e4009;
    line-height: 40px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.common-p p {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
}

.living-bg {
    background: url('../images/home-interior/Living-Room/living-bg.png');
    height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
}

fieldset.living {
    text-align: left;
    border: 1px solid #5f9814;
    border-left: none;
    padding: 10px 0px 15px 0px;
    margin-top: 90px;
}

legend.room {
    color: #5f9814;
}

#shutters h5 {
    text-transform: capitalize;
    margin: 15px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1px;
}

.home-head {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0px;
}

.home-p p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    text-align-last: center;
    padding: 0px 10px;
    line-height: 27px;
    color: #000;
}

/* Home interior end css */

.con-head {
    font-size: 24px;
    color: #8e4009;
    font-weight: 600;
    margin: 50px 0px;
}

/* Footer section */
.social {
    margin-left: -40px;
}

.social li {
    list-style: none;
    display: inline-block;
}

.footer h4 {
    color: #8e4009 !important;
    font-weight: 600 !important;
}

.footer a {
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
}

address p {
    font-size: 18px;
}

.footer-sub-nav {
    margin-left: -40px;
}

.footer-sub-nav li {
    list-style: none;
}

.footer-menu {
    margin-left: -25px;
}

.phoneicon {
    position: fixed;
    left: 20px;
    bottom: 30px;
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 30px;
}

.cntform {
    position: absolute;
    background: rgb(255 224 144 / 81%);
    z-index: 5;
    padding: 25px 30px 10px 30px;
    right: 4.6%;
    bottom: 0;
    max-width: 305px;
    border-radius: 0;
    font-size: 13px;
}

.cntform input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #f3d17b;
    border-width: 1px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.cntform .form-group {
    margin-bottom: 15px;
}

.cntform textarea {
    padding: 10px 20px;
    border: 1px solid #cfcfcf;
    min-height: 70px;
    width: 100%;
    border-width: 1px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.cntform button {
    background: rgb(70 70 71);
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    border: none;
    margin: 20px 0 0;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cntform h5 {
    margin: 0;
    color: #242e54;
    padding: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.homerow1 {
    padding: 50px 0;
}

.homerow2 {
    padding: 50px 0;
}

.homerow2 h4 {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaNeue-Bd";
    color: #8e4009;
}

.homerow3 {
    background: #fafafa;
    padding: 80px 0;
}

.homerow3 .nav-tabs li a {
    border: none;
    color: #000;
    font-size: 20px;
    background: none !important;
}

.homerow3 img {
    max-width: 100%;
}

.homerow3 .nav-tabs li.active a,
.homerow3 .nav-tabs li.active a:hover,
.homerow3 .nav-tabs li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 0px solid #CCC;
    color: #CCC;
    padding: 0;
}

.homerow3 .nav-tabs {
    text-align: left;
    margin: 70px 0px 20px;
    padding: 0;
}

.homerow3 .nav-tabs li.active a,
.homerow3 .nav-tabs li.active a:hover,
.homerow3 .nav-tabs li.active a:focus {
    color: red;
}

.homerow3 .nav-tabs li {
    padding-right: 50px;
    position: relative;
}

.homerow3 .nav-tabs li.active a:after {
    position: absolute;
    bottom: -10px;
    height: 2px;
    content: "";
    background: red;
    left: 0;
    right: 0;
}

.homerow3 .tab-content p {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.homerow4 {
    padding: 80px 0;
    text-align: center;
}

.pad_t40 {
    padding-top: 40px;
}

.pad_t20 {
    padding-top: 20px;
}

.btnlink {
    display: inline-block;
    padding: 10px 30px;
    background: #ffd976;
    margin: 50px 0 0;
    text-transform: uppercase;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
}

.btnlink:hover {
    text-decoration: none;
    color: #000;
}

.homerow5 {
    padding: 80px 0;
    text-align: center;
    background: #f6f6f6;
}

.pro1 {
    padding: 0 10px;
}

.pro1 span {
    position: relative;
    display: inline-block;
}

.pro1 p {
    position: absolute;
    top: 36%;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.pro1 span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: 0.5;
    z-index: 1;
    border-radius: 5px;
}

.pro1 img {
    border-radius: 7px;
}

.homerow5 .owl-carousel .owl-nav {
    top: 30%;
}

.homerow6 {
    padding: 100px 0;
    background: #f6f6f6;
}

.homerow6 img {
    max-width: 100%;
}

.procnt {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 15px #ddd;
}

.procnt p {
    margin: 0;
    line-height: revert;
}

.procnt a {
    display: inline-block;
    padding: 7px 18px;
    background: #ffe090;
    margin: 30px 0 0;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.homerow7 {
    padding: 100px 0;
}

.testrow {
    padding: 0 10px;
}

.test-info {
    background: #eee;
    padding: 20px;
}

.whyso .services-item {
    background: #fff6df;
    cursor: pointer;
    margin: 0 0 20px;
    border: 1px solid #f7e7bf;
}

.whyso .services-item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 34%);
}

.home-track1 {
    background: #fff !important;
}

.home2 {
    background: #fff6df !important;
}

.homerow7 .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.testimg {
    text-align: center;
}

.home3 {
    background: rgb(255 227 157 / 33%) !important;
}

.readm a {
    background: #000;
    padding: 4px 15px;
    color: #ffe090 !important;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: bold;
}

.heading {
    line-height: initial;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.whitebg {
    background: #fff !important;
}


@media (max-width: 767px) {
    .homerow3 img {
        margin: 0 0 10px;
    }

    .sobha-about {
        background: #eee;
    }

    body .fixed {
        right: 0% !important;
        top: 10% !important;
        left: 0 !important;
    }
}

.gallcol .img-responsive {
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.gallcol .row p {
    font-size: 18px;
    margin: 5px 0 30px;
    font-family: "HelveticaNeue-bd";
    font-weight: 600;
}

.gallcol .img-thumbnail1:hover img {
    transform: scale(1.3);
}

.img-thumbnail1 {
    overflow: hidden;
    display: block;
}

.galbg {
    background: #fff;
    padding: 50px 0
}

.galbg .sub-heading1 {
    margin: 30px 0 30px 15px;
    text-align: left;
    line-height: 40px;
    font-family: "HelveticaNeue-bd";
}

.fixed {
    right: 35% !important;
    top: 15% !important;
}

.clientlogs .img-responsive:hover {
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}

.record {
    width: 20%;
}

.record.col-md-1 {
    width: 10%;
}