body,html {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #fff;
    height: 100%;
}
a,button,div,.form-control{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    -o-transition:0.5s all;
}
a{
    text-decoration:none;
}
.lato{
    font-family: 'Lato', sans-serif;
}
.open{
    font-family: 'Open Sans', sans-serif;
}

/*=== Custome Styles ===*/


.navbar-dark .navbar-brand{
    font-size: 20px;
    color: rgb(1, 1, 1);
    font-weight: bold;
    letter-spacing: 2px;
}
.navbar-dark .navbar-brand:hover{
    color: #000;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 14px;
    color: rgb(1, 1, 1);
    padding-right: 25px;
    padding-left: 25px;
    letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: rgb(93, 150, 255);
}
header {
    background-color: #fff;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 1rem 0;
}
.hero{
    height: 600px;
    background-image: url(../img/../img/homemainnew.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
.layer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
h1{
    font-size: 60px;
    font-weight: bold;
}
p{
    font-size: 14px;
    text-align: center;
}
.hero-text{
    position: absolute;
    z-index: 1;
    text-align: center;
    max-width: 530px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn-primary {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 10px 24px;
}
.btn-primary:hover{
    background-color: #fff;
    color: rgb(93, 150, 255);
    border-color: #fff;
}
.insta{
    background-color: rgba(200,200,200,0.5);
    height: 50px;
    text-align: center;
    padding: 17px 0px;
}
h2{
    font-size: 18px;
    color: black;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.offer h3:after{
    background-color: rgba(0, 0, 0, 0.4);
    height: 4px;
    width: 90px;
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
}
.offer h3 {
    color: rgb(1,1,1);
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.offer p{
    font-size: 14px;
    color: rgb(1,1,1);
    margin-bottom: 0;
    text-align: left;
    line-height: 1.7;
}
.offer-text{
    width: 100%;
    max-width: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    transform: translate(-50%,-50%);

}
section.projects ul li a:hover img{
    opacity: 0.9;
    transition: all 0.5s ease-in-out;
}
section.projects ul li{
    margin-bottom: 10px;
}
section.projects ul li a img {
    width: 200px;
    height: 200px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    position: relative;
}
section.projects ul li a{
    position: relative;
    display: block;
}
section.projects ul li a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
section.projects ul li a:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,  0.6);
}
.offer-col{
    height: 360px;
    position: relative;
}
img.offer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-col{
    padding: 0;
}
.projects{
    background: url(../img/../img/Livingdining4.jpg.);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.layer-p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(211, 211, 211, 0.85);
}
.projects h3{
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}
.projects h3::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 54px;
}
h3 {
    color: black;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 8px;
    text-transform: uppercase;
    z-index: 1;
}
section.projects ul {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}
.footer-top{
    padding-bottom: 70px;
    padding-top: 53px;
    background-color: #f4f4f4;
}
.footer-top span{
    font-size: 18px;
    color: #7A7A7A;
}
.footer-top span strong{
    font-weight: 800;
}
section.footer-top img {
    display: block;
    margin: 45px auto;
}
.footer-top span strong a {
    border-bottom: 1px solid;
    color: #7a7a7a;
}
.footer-top span strong a:hover {
    text-decoration: none;
    color: rgb(93, 150, 255);
}
.row.text-center.f-row {
    max-width: 750px;
    margin: auto;
}
.footer-bt{
    padding-bottom: 20px;
    padding-top: 25px;
    background-color: #fff;
    text-align: center;
}
.footer-bt ul li a {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 41px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 41px;
    line-height: 2;
    margin-right: 8px;
}
.footer-bt ul li a:hover{
    background-color: #5d96ff;
    text-decoration: none;
}
.footer-bt p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    padding-top: 15px;
    border-top: 1px solid #000;
    max-width: 430px;
    margin: auto;
}
/*=== About Us Styles ===*/
.inner-banner{
    background-color: rgba(200,200,200,0.3);
    border-top: 1px solid #c5c5c5; 
}
.inner-banner h2{
    background-color: rgba(200,200,200,0.3);
    display: inline-block;
    padding: 25px 5px 25px 20px;
    position: relative;
    text-transform: uppercase;
}
.inner-banner h2:after{
    border-left: 36px solid rgba(200,200,200,0.3);
    border-top: 72px solid transparent;
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
}
.interior-aboutus{
    padding: 56px 0 108px;
}
.interior-aboutus .text-box.offer {
    width: 95%;
}
.about-customers{
    background-attachment: fixed;
    background-image: url("../img/About3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0 80px;
}
.layer-a{
    background-color: rgba(211, 211, 211, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-customers h3{
    color: #fff;
    position: relative;
    padding-bottom: 13px;
}
.about-customers h3:after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 54px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.about-customer-detail {
    margin: 42px auto 0;
    width: 973px;
}
.customer-detail-box{
    border: 3px solid #fff;
    border-radius: 3px;
    width: 245px;
    margin: 0 auto;
    padding: 25px 15px;
}
.customer-detail-box h4{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.customer-detail-box p{
    text-align: left;
    margin-bottom: 0;
}

/*=== Contact Us Styles ===*/
.contactus-sec{
    padding-top: 70px;
}
.contactus-form .form-group {
    margin-bottom: 22px;
}
.contactus-form .form-group .form-control{
    border: 1px solid #dedede;
    border-radius: 1px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    height: 40px;
}
.form-control:focus{
    box-shadow: none;
}
.contactus-form .form-group textarea.form-control{
    height: 183px;
}
.contactus-form .col-md-12.form-group a {
    background-color: #000;
    border: 1px solid #000; 
    font-weight:600;
    border-radius: 2px;
    padding: 1px 35px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.contactus-form .form-group .btn-info:hover{
    background-color: #000;
    border: 1px solid #4ba6ff; 
    transition: all 0.5s ease-in-out;
}
.contactus-info .text-box {
    margin-bottom: 7px;
}
.contactus-info .text-box h3{
    font-size: 14px;
    margin-bottom: 0;
}
.contactus-info .text-box span{
    color: #686868;
    font-size: 14px;
}
.contactus-info .text-box span a{
    color: #686868; 
}
.contactus-info .text-box span a:hover{
    color: rgb(93, 150, 255);
}
.map{
    margin-top: 20px; 
}
.map iframe{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.pricing-sec{
    padding: 40px 0;
}
.pricing-sec .text-box{
    padding-top: 27px;
}
.pricing-sec .text-box p{
    color: #000;
    text-align: left;
}
.pricing-sec .text-box ul{
    padding: 0;
    margin-top: 12px;
}
.pricing-sec .text-box ul li {
    margin-bottom: 14px;
}
.pricing-sec .text-box ul li span {
    color: #606060;
    display: inline-block;
    max-width: 90%;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
    vertical-align: top
}
/*=== Gallery Styles ===*/
.gallery-sec{
    padding-top: 50px;
}
.gallery-inner a{
    display: block;
    margin-bottom: 30px;
}
.gallery-inner a:hover{
    opacity: 0.6;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}