* {
    font-family: 'Cairo', sans-serif;
}
img{ max-width:100%; height:auto;}
body {
    background-color: #131313;
    color: rgba(255, 255, 255, 0.897);
}
.ul-nopadding{ padding-left:5px;}
/* Header Section */
.roundedBtn {
    border: 1px solid #d4c295c0;
    width: 155px;
    text-align: center;
}
#lastSection22 h1{    font-size: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.781);
    font-weight: lighter;
    margin-bottom: 35px;}
.marg_15{margin-top:15px;}
#lastSection22 .row .pt-5{    padding-top: 0 !important;}
.header_nav{}
.header_nav li{margin:0 10px}
.header_nav li a,.mobile_nav li a{      color: #d4c295c0; font-size: 13px; display:block; padding:5px; text-decoration:none; text-transform:uppercase}
.header_nav li a:hover{}
.header_nav li:last-child{ margin-left:10px;}
.header_nav li:last-child a{
	color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    border: 1px solid #d4c295c0;
    border-radius: 0;
}
.mobile_nav li a{}



.icon{
    width: 33px;
    margin-left: 95%;
}

.bar{
    border-top: 2px solid;
    padding-top: 4px;
    color: wheat;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 990px){
    .header_nav{display: none;}
    .mobile_nav{display: none; margin-top: 15px; background-color: #1B1B1B;}
    
    .icon{margin-top: -21px;}
    
}

@media (max-width: 767px){
    .icon {margin-top: -24px;}
    }
   
@media (max-width: 529px) {
    .mylistBttn{width: 85%;
        margin-left: 23%;}
}

@media (min-width: 990px){
    .icon{display: none;}
    .mylistBttn{display: none;}
    .mobile_nav{display: none;}
    
}
p{ color:#fcfcfc!important}
.mylistBttn{
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    border: 1px solid #d4c295c0;
    border-radius: 0;
    width: 40%;
    margin-left: 50%;
}

/* Slider Section */
.mycont{
    position: relative;
}

.mylistBtn {
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
}

.mylistBtn1 {
    border: 1px solid #d4c295c0;
    color: rgba(255, 255, 255, 0.781);
    font-size: 17px;
    border-radius: 0;
}


a.btn:hover{
    background: #d4c295c0;
    color: black;
}

.mycarousel h5 {
    font-size: 50px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 0%;
}

.mycarousel p {
    font-size: 19px;
    font-weight: lighter;
    padding-bottom: 13px;
    font-weight: 400;
}

.mycarousel a {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20%;
    width: 15%;
}


/* ScrollButton */


.scroll-down {
    height: 30px;
    width: 30px;
    border: 2px solid rgb(32, 31, 31);
    position: absolute;
    left: 50%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
  }
  .scroll-down::before,
  .scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid white;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
  }
  .scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
    /* animation: scroll-down 1s ease-in-out infinite; */
  }
  
  @keyframes scroll-down {
    0% {
      /* top:20%; */
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      top: 90%;
      opacity: 0;
    }
  }
  



/*  Section 1 */

.mycol h2,
ul li {
    color: rgba(255, 255, 255, 0.781);
    font-weight: 600;
}

.mycol ul li {
    font-size: 16px;
    line-height: 1.5rem;
}

.mycol h2 {
    font-size: 40px;
    font-weight: 300;
}

.mycol p {
    color: #fcfcfc;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: left;
}

.listHead {
    color: #d4c295c0;
    font-size: 17px;
}

.listBody {
    font-size: 16px;
}

.mylistBtn2 {
    border: 1px solid;
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    border-radius: 0;
    font-weight: lighter;
    height: 36px;
    width: 139px;
}

/*  Section 2 */
.Section2 {
    background:url(../images/bg1.jpg) no-repeat; background-size: cover
}

.mycol1 h1 {
    font-size: 40px;
    text-align: center;
    color:rgba(255, 255, 255, 0.781);
    font-weight: lighter;
}

.mycol2 h1 {
    color: white;
    font-size: 23px;
    line-height: 24px;
    margin-top: 23px;   
}

.mycol2 p {
    color:rgba(255, 255, 255, 0.507);
    font-size: 15px;

}

.mycol2 {
    text-align: center;
}

.mylistBtn3 {
    border: 1px solid #d4c295c0;
    color: rgba(255, 255, 255, 0.781);
    font-size: 21px;
    border-radius: 0;
    font-weight: 400;
    height: 47px;
    width: 249px;
	margin-bottom:30px;
}

.iconimg {
    width: 50px;
    height: 50px;
}

.circleimg {
    border-radius: 50px;
    border: 1px solid #323232;
    height: 85px;
    width: 85px;
    line-height: 85px;
    margin: 0 auto;
}

/*  Section 3 */

.cardimg {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
    height: 62%;vertical-align: middle;
    max-width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.myrow > div{padding-bottom: 3rem;}
.myrow h1, p {
    text-align: center;
    color: rgba(255, 255, 255, 0.781);
}

.myrow h1 {
    font-size: 30px;
    font-weight: lighter;
    margin-top: 5%;
    color: rgba(255, 255, 255, 0.918);
}

.myrow p {
    font-size: 14px;
    font-weight: lighter;
    word-break: break-all;
    color: rgba(255, 255, 255, 0.918);
}

.mylistBtn4 {
    border: 1px solid;
    font-size: 13px;
    font-weight: lighter;
    height: 36px;
    width: 139px;
    color: rgba(255, 255, 255, 0.918);
    border-radius: 0;
    margin-left: 32%;
    margin-top: 2%;
}

/* Section 4 */

.myshapeCol{
margin-top: 20px;
}

.myIndicators{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    top: 102%;
}

.mycontainer{
    padding-top: 2rem !important;
    padding-bottom: 6rem!important;
}

.section4 {
    background-image: url(../images/bg2.jpg);
}

.mycol3 h2 {
    text-align: center;
    font-weight: lighter;
    font-size: 40px;
}

.shape {
    position: relative;
    border: solid 2px white;
    border-radius: 9% 0% 0% 0% / 25% 0% 0% 0%;
    height: 105%;
    width: 95%;
    display: flex;
    align-items: center;
}

.section4 span {
    color: #d4c295c0;
    font-size: 20px;
}

.shape p {
    font-size: 14px;
    font-weight: lighter;
    display: flex;
    align-items: center;
    margin-left: 56px;
    text-align: start;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 28px solid white;
    border-right: 17px solid transparent;
    margin-left: 12%;
    transform: skew(-13deg, 0deg);
}

.myimg {
    position: absolute;
    margin-left: 9%;
    margin-bottom: 41%;
}


/* Media Query */
@media only screen and (max-width: 1399px) and (min-width: 1200px){
    .shape {
        position: relative;
        border: solid 2px white;
        border-radius: 9% 0% 0% 0% / 25% 0% 0% 0%;
        height: 75%;
        width: 95%;
        display: flex;
        align-items: center;
    }
    
    .myimg {
        position: absolute;
        margin-left: 7%;
        margin-bottom: 45%;
    }
    
    .shape p {
        font-size: 14px;
        font-weight: lighter;
        display: flex;
        align-items: center;
        margin-left: 25px;
        text-align: start;
        margin-top: 18px;
    }

}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .shape {
        position: relative;
        border: solid 2px white;
        border-radius: 9% 0% 0% 0% / 25% 0% 0% 0%;
        height: 81%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .myimg {
        position: absolute;
        margin-left: 6%;
        margin-bottom: 65%;
    }
    .shape p {
        font-size: 14px;
        font-weight: lighter;
        display: flex;
        align-items: center;
        margin-left: 27px;
        margin-top: 9px;
        text-align: start;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px){
    .shape {
        position: relative;
        border: solid 2px white;
        border-radius: 9% 0% 0% 0% / 25% 0% 0% 0%;
        height: 75%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .myimg {
        position: absolute;
        margin-left: 6%;
        margin-bottom: 93%;
    }
    .shape p {
        font-size: 14px;
        font-weight: lighter;
        display: flex;
        align-items: center;
        margin-left: 19px;
        margin-top: 16px;
        text-align: start;
    }
}

@media only screen and (max-width: 767px) and (min-width: 584px) {
    .section4 span {
        color: #d4c295c0;
        font-size: 20px;
        margin-left: 91px;
    }
    .triangle {
        width: 0;
        height: 0;
        border-top: 28px solid white;
        border-right: 17px solid transparent;
        margin-left: 24%;
        transform: skew(
    -13deg
    , 
    0deg
    );
    }
    
    .shape {
        position: relative;
        border: solid 2px white;
        border-radius: 9% 0% 0% 0% / 25% 0% 0% 0%;
        height: 75%;
        width: 67%;
        display: flex;
        align-items: center;
        margin-left: 90px;
    }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .mycol6{
        margin-left: 24%;
    }
    .mycol9{
        margin-left: 24%;
    }
}

@media screen and (max-width: 767px) and (min-width: 500px){
    .mycol8{
    margin-left: 16%;
}
}


/* Section 5 */

.mycol4 {
    text-align: center;
    line-height: 30px;
    font-weight: lighter;
}

.mycol4 h2 {
    font-size: 21px;
    font-weight: lighter;
    text-transform: uppercase;
}

.mycol4 span {
    font-size: 40px;
    color: #d4c295c0;
}

.mycol4 p {
    font-size: 16px;
    padding-bottom: 25px;
}

.mycol5 h2 {
    font-size: 21px;
    font-weight: lighter;
	margin-top:25px;
    text-transform: uppercase;
}

.mycol5 {
    text-align: center;
}

.mycol6 span {
    font-size: 15px;
    color: #d4c295c0;
    margin-left: 8px;
}

.mycol7{
    padding-left: 33px;
}

.mycol9 span {
    font-size: 15px;
    color: #d4c295c0;
    margin-left: 8px;
}


.myrow2 {
    margin-left: 12px;
}

.list-unstyled li {
    display:inline-block;
    padding-right: 15px;
}
.list-unstyled li a{
	color: #4d4b4b;
	text-decoration:none;
    font-size: 14px;}

.social {
    display: inline-block;
    padding-right: 15px;
    border: 1px solid #333333;
    text-align: center;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    padding-right: 0px;
    padding-top: 4px;
    font-size: 11px;
    margin-left: 3px;
}

.hr {
    margin-bottom: 1.5%;
    border-top: 1px solid #33333370;
}

.mycol8 a{
    color: white;display: inline-block;
}
.mycol8{
    padding-left: 22%;
}

.social:hover{
    background-color: #d4c295c0;
    color: blue;
}

/* Contact Us Page */
.mycontainer1{
    background-color: #242424;
    padding-bottom: 15px;
}
.myrow1 > div{ margin-bottom:25px;}
.myrow1 h2{
    font-size: 21px;
	margin-top:20px;
}
.myrow1 p{
    font-size: 14px;
    color: #b5b5b5;
}

.addresses h4{
    color: #d4c295;
    font-size: 15px;
}

.addresses h5{ 
    font-size: 14px;
}
i.myicon{
    border: 2PX solid #d4c295;
    border-radius: 50px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 33px;
}

.addresses{
    display: flex;
    padding: 8px 0
}

.subAdd{
    margin-left: 10px;
}

.mycol10 img{
    height: 400px;
    width: 100%;
}


/* projects Page */

.mycol11 {
    text-align: center;
    line-height: 30px;
    font-weight: lighter;
}

.mycol11 h2 {
    font-size: 40px;
    font-weight: lighter;
    text-transform: uppercase;
}
.mycol11 p {
    font-size: 14px;
    color: #b5b5b5;
}

.mycontainer2{
    background-color: #242424;
	padding-top:20px;
}

.mycontainer3{
    height: 400px;
    background-image: url(../images/midbanner.jpg);
}

.mycol12 {
    text-align: center;
    line-height: 30px;
    font-weight: lighter;
    margin-top: 10%;
}

.mycol12 h2 {
    font-size: 40px;
    font-weight: lighter;
    text-transform: uppercase;
}
.mycontainer4 {
    background-color: #242424;
}
.mycontainer4 .mylistBtn5{ margin-bottom:30px;}

.mycontainer4 h4{
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
}

.mycontainer4 h5{
    font-size: 16px;
    color: #d4c295;
    text-align: center;
}
.mylistBtn5 {
    border: 1px solid;
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    border-radius: 0;
    font-weight: lighter;
    /* height: 36px; */
    /* width: 139px; */
    padding: 7px 35px;
    /* margin-left: 40%; */
}

.textCenter{
    text-align: center;
}

.textCenter1{
    margin-bottom: 70px;
    text-align: center;
}

.mycontainer5{
    height: 400px;
    background-image: url(../images/bathroomBanner.jpg);
}

.mycontainer6{
    height: 400px;
    background-image: url(../images/washingmachinebanner.jpg);
}

.mycontainer7{
    background-image: url(../images/lastbanner_02_02.png);
}

.mylistBtn6 {
    border: 1px solid;
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    border-radius: 0;
    font-weight: lighter;
    height: 36px;
    width: 139px;
}


.mycol13{
    margin-left: 20%;
    margin-bottom: 10%;
}

.mycol13 span{
    font-size: 13px;
    padding: 0px 8px;
}
.mycontainer8{
    background-color: #242424;
    min-height: 710px;
}

/* Booking page */

.form-control {
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #595959;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    color: white;
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #595959;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus,.form-select:focus{ background:none;border-color:#d4c295; box-shadow:none; color:#fff}
#gridCheck{ border-radius:0; background:none; border-color:#d4c295}
.mylistBtn7 {
    border: 1px solid #d4c295c0;
    color: rgba(255, 255, 255, 0.781);
    font-size: 18px;
    border-radius: 0;
    font-weight: 400;
    height: 47px;
    width: 180px;
}

/* Projects Gallry */


.mycol14 h2 {
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
}

.mycontainer9{
    background-color: #242424;
}
.myrow3 > div{
padding-bottom: 20px;
}


/* About Us page */

.gray-bg{
    background-color: #1B1B1B;
}

.gray-bg h4{
    font-size: 40px;
    margin-top: 10%;
}

.gray-bg p{
    font-size: 14px;
    text-align: left;
}

.mycontainer11{
    background-image: url(../images/aboutUsBanner.jpg); background-size:cover; background-repeat:no-repeat
}
.mycontainer11 h4{
    font-size: 40px;
}

.mycontainer11 ul li{
    font-style: 16px;
}

.mycontainer11 span{
    font-size: 14px;
    color: #b5b5b5;
}

.lists h4{
    font-size: 17px;
    color: #d4c295c0;
}

.lists h5{
    font-size: 17px;
}

.lists{
    float: left;
}

.lists1 h4{
    font-size: 17px;
    color: #d4c295c0;
}

.lists1 h5{
    font-size: 17px;
}

.lists1{
    float: left;
    padding-left: 75px;
}

.listhead{
margin-top: 22px;
}

.mycol15{
padding-top: 8%;
}


.mycontainer12{
    background-color: #242424;
}

.mycontainer12 h4{
    font-size: 40px;
    text-align: left;
    margin-top: 25%;
}

.mycontainer12 p{
    font-size: 14px;
    text-align: left;
}

.mycontainer13{
    background-image: url(../images/aboutUsBanner1.jpg);
    height: 600px;
}

.mycol16 span{
    font-size: 40px;
}

.mycol16 p{
    margin-left: 79px;
    font-size: 18px;
    padding-right: 71px;
}

.mycol16{
    text-align: center;
    line-height: 30px;
    font-weight: lighter;
    margin-top: 7%
}
.border-right{ border-right:1px solid #2b2b2b}
@media (max-width: 940px){ul{ padding-left:0 }.section4{display: none}.justify-content-center{justify-content: left!important}
.mylistBttn{margin: 0; width: 80%}.icon{ margin-left:84% }
#lastSection .mt-5{ margin-top:0!important}
.gray-bg > .pt-5{ padding-top:0!important}
.mycontainer11 > .pt-5{ padding-top:0!important}
.mycol15 ul{ padding-left:20px;}
.lists, .lists1{ padding:0; float:none; margin-bottom:10px;}
.mycontainer8{ height:auto}
.mycol13{ width:100%; text-align:center; margin-left:0}
}

.padl-10{ padding-left:10%}
.padl-20{ padding-left:20%}
.padl-30{ padding-left:30%}