body {
     background-image: url(../img/body.jpg); 
      font-family: Open Sans,sans-serif;
      color: #010101;
      font-size: 16px;
      font-weight: 400;
      overflow-x: hidden;
      position: relative;
  }
  .top_menu_w3layouts {
    padding: 12px 0 12px 0;
    background: #89379a;
}
.header_left {
    float: left;
  
}
.navbar-expand-lg a img{
    width: 137px;
}
.navbar {
padding: 0 1rem;

}
.navbar-brand {
padding-top: 0;
    padding-bottom: 0px;

}
.footer-logo img{
    width: 67%;
    padding-bottom: 30px;
}
ul {
    margin: 0;
    padding: 0;
}
.header_left ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 15px;
    color: #fcfeff;
    letter-spacing: 1px;
}
.header_left ul li i {
    padding-right: 1em;
    color: #fff;
}
.header_right {
    float: right;
}
.header_left ul li a {
    font-size: 15px;
    color: #fcfeff;
    text-decoration: none;
}
a{
    
}
.header_right ul li{
    display: inline-block;
   
}
.header_right ul li a{
    background-color: #fff;
    color: #89379a;
    padding: 7px 8px;
    margin: 0 2px;
    border-radius: 50%;
    
}
.header_right ul li a i{
    width: 16px;
    height: 16px;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #89379a;
}
.bg-light {
    background-color: #f8f9fa!important;
    
}
.banner-image{
    background-image: url(../img/banner.jpg);
    height: 350px;
    text-align: center;
    margin-top: 121px;
}
.mt-121{
    margin-top: 121px !important;
}
.banner-image h2{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    padding-top: 130px;
}
.banner-image ul li{
    display: inline-block;
    color: #fff;
}
.banner-image ul li a{
    color: #fff;
    text-decoration: none;
}
.banner-image ul li a:hover{
    color: #89379a;
}
.shadow{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 2px 7px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
    padding: 30px 0 18px 0;
    height: 197px;
    background-color: #fff
}
.shadow p i{
    background-color: #89379a;
    color: #fff;
    padding: 10px;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 5px;
}
.shadow h2{
    font-weight: 600;
    font-size: 22px;
}
.shadow p a{
    color: #000;
    text-decoration: none;
}
.height{
    height: 150px;
}
.form{
    margin-top: 50px;
    margin-bottom: 50px;
}
.form h2{
font-weight: 600;
}
.form label{
    font-size: 16px;
    padding: 7px 0 2px 0;
}
.form button{
    margin-top: 25px;
}
.form button a{
    background-color: #89379a;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.footer-bg{
    background-color: #81541b;
    color: #bebebf;
   padding: 50px 0 30px 0;
}
.footer-bg h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
}
.footer-bg ul{
    list-style-type: none;
}
.footer-bg ul li{
    padding-bottom: 5px;
}
.footer-bg ul li a{
    color: #ededed;
    text-decoration: none;

}
.footer-bg p{
    color:#ededed ;
}
.footer-bg p a{
    color: #fff;
    text-decoration: none;
}
.footer-bg ul li a:hover{
    color: #89379a;
}
.btn-default{
    background-color: #89379a;
    border: 1px solid #89379a;
    color: #fff;
}
.form-light.form-control {
    font-size: 0.9375rem;
    border: 2px solid #fff;
    outline: none;
    color: #131313;
    background-color: #fff;
    height: auto;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgb(0 0 0 / 7%);
}
.footer-bootem{
    background-color: #89379a;
    padding: 15px 0 0px 0;
    text-align: center;
}
.footer-bootem p{
    color: #fff;
}
.bolg-head {
text-align: center;
}
.bolg-head h3{
    font-weight: 600;
    padding-top: 55px;
}
.blog-box {
    text-align: center;
    background-color: #fff;
    padding-bottom: 35px;
    border: 1px solid rgb(226, 226, 226);
}
.blog-box img {
    width: 100%;
}
.date-box {
    background: #000;
    font-size: 14px;
    color: #fff;
    padding: 8px 12px;
    position: absolute;
    top: 18px;
    left: 33px;
}
.date-box p {
    margin-bottom: 0;
}
.blog-box h5 {
    color: #000;
    font-weight: 600;
    padding-top: 15px;
}
.blog-box h5 a {
    color: #000;
}
.blog-box p span {
    padding: 0 10px;
}

.btn-warning {
 background-color: #89379a;
    color: #fff;
    border-radius: 3px;
    position: relative;
    padding: 0.375rem 1.2rem;
    border: none;
}
.btn-warning:hover{
    color: #fff;
}
.thumbnail:hover{
    background-color: #000 !important;
}
.gallery img{
    width: 100%;
    border: 2px solid #fff
}
.gallery{
    display: inline-block;
    margin: 30px 0;
}
.nav-tabs .nav-link{
    border: none !important;
}
.m-auto{
    border-bottom: none;
}
.Product li a{
    background-color: #89379a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px;
}
.Product .nav-tabs .nav-link.active{
    background-color: #d39e00;
    color: #fff;
}
.p-item:hover {
    padding-bottom: 20px;
    transition: all ease-in-out 0.3s;
}
.p-item:hover img {
    margin-top: -20px;
    transition: all ease-in-out 0.3s;
}
.portfolio-name {
    opacity: 0;
    position: absolute;
    background-color: #89379a;
    padding: 0 13px 0 20px;
    bottom: -60px;
    left: 5px;
    right: 5px;
    transition: all ease-in-out 0.3s;
    color: #fff;
   
    padding: 11px 0 11px 0;
}
.p-item:hover .portfolio-name {
    opacity: 1;
}
.p-item:hover .portfolio-name {
    bottom: 0px;
    transition: all ease-in-out 0.3s;
}
.name {
    padding-top: 12px;
}
.Product .nav.nav-tabs{
    text-align: center;
    display: block;
}.Product .nav.nav-tabs li {
    display: inline-block;
}
.name h5{
    text-align: center;
}

.p-item {
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    margin-top: 0;
}
.tab-content{
   padding-top: 30px;
}
.carousel-caption{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 34%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
 .carousel-caption h3 {
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
}
.carousel-caption h2{
    font-weight: 700;
    color: #cb1def;
    display: block;
    font-size: 62px;
}
.carousel-caption p{
    letter-spacing: 9px;
}
.we-do h3{
    text-align: center;
    padding: 40px 0 0px 0;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.we-do{
    text-align: center;
}
.we-do-text img{
    width: 100%;
}
.we-do-text h3{
    font-size: 20px;
    padding-top: 22px;
    font-weight: 600;
}
.Our-Heritage{
    margin: 100px 0 60px 0;
}

.Heritage-img2 img {
    width: 100%;
  border-radius: 8px;
}
.marble{
    margin: 50px 0 40px 0;
}
.marble img{
    width: 100%;
    border-radius: 3px;
}
.marble h3{
    padding-top: 100px;
    font-weight: 600;
    padding-bottom: 10px;
}
.marble h5{
    font-weight: 600;
    font-size: 18px;
}
.SPACES p{
    text-align: center;
}
.SPACES h3{
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
}
.background-c{
    background-color: #00000094;
    height: 200px;
    padding: 40px;
    margin-top: 30px;
    box-shadow: 1px 1px 16px 5px #88888866;
}
.background-c h4{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.background-c p{
    color: #fff;
}
.background-c a{
    color: red;
}
.background-c a:hover{
    color: yellow;
}
.discover-more-1{
    background-image: url(../img/discover-1.jpg);
    background-size: cover;
    
}
.discover-more-2{
    background-image: url(../img/discover-more-2.jpg);
    background-size: cover;
    
}
.discover-more-3{
    background-image: url(../img/discover-more-3.jpg);
    background-size: cover;
    
}
.discover-more-4{
    background-image: url(../img/discover-more-4.jpg);
    background-size: cover;
   
}
.discover-more-5{
    background-image: url(../img/discover-more-5.jpg);
    background-size: cover;
    
}
.discover-more-6{
    background-image: url(../img/discover-more-6.jpg);
    background-size: cover;
   
}
.discover-1 {
    opacity: 0;
    position: absolute;
    background-color: #89379a7a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
    color: #fff;
     text-align: center;
    border-bottom: 3px solid rgb(238, 16, 16);
    margin-top: 30px;
}
.discover-1 h4 {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 23px;
    padding-top: 120px;
    padding-bottom: 20px;
   
}
.item {
    position: relative;
 
}
.item img{
    width: 100%;
    padding-top: 30px;
}
.item:hover .discover-1 {
    opacity: 1;
}

.product-img img{
    width: 100%;
}


#demo{
    background: linear-gradient(112deg, #d0cdcd 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto;
}
.carousel-captio {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
}
@media(max-width:767px){
    .carousel-captio {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.carousel-captio img{
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}
@media(max-width:767px){
    .carousel-captio img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-captio{
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}
@media(max-width:767px){
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
.icon i{
    background-color: rgb(223, 56, 89);
    padding: 1.4rem;
}
@media(max-width:767px){
    i{
        padding: 0.8rem;
    }
}
.carousel-control-prev{
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
    transition: none;
    opacity: unset;
}
.mt-500{
    margin:50px 0;
}
.carousel-control-next {
    right: 31px;
}
.carousel-control-prev {
    left: 31px;
}
.mt-500 .carousel-control-prev {
    left: 0;
}
.mt-500 .carousel-control-next {
    right: 0;
}
.Different{
    text-align: center;
    margin: 50px 0;
    background-color: #c8c7c7de;
    padding: 40px 0;
}
.about img{
    width: 100%;
    border-radius: 7px;
}
.about{
    margin-top: 50px;
}
.about h2{
    font-weight: 600;
    margin-top: 32px;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox_sprite.png) !important;
}
header {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100% !important;
}
.fancybox-inner{
    overflow: visible !important;
    width: 100% !important;
    height: 400px !important;
}
.fancybox-skin{
    margin-top: 160px !important;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	background-color:#ffc107;
	border-color:#ffc107;
  }
@media only screen and (max-width: 768px){
    .block{
        display: none !important;
    }
    .header_right ul li a {
        background-color: #fff;
        color: #89379a;
        padding: 7px 8px;
        margin: 0 2px;
        border-radius: 50%;
        padding: 9px 12px 9px 0px;
        height: 27px;
        text-align: center;
        width: 27px;
    }
    .Our-Heritage{
       margin: 50px 0 9px 0;
    }
    .mt-121 {
        margin-top: 153px !important;
    }
    .SPACES h3{
        margin-top: 0px;
    }
    .footer-logo img{
        width: 49%;
    }
    #btn-back-to-top{
        padding: 1px;
    }
    .view img{
        height: 299px;
    }
    .carousel-caption h3{
        font-size: 17px;
    }
    .carousel-caption h2{
        font-size: 30px;
    }
    .carousel-caption p{
        letter-spacing: 2px;
    }
    .Product li a{
        margin: 10px 0;
    }
.carousel-caption{
top: 8%;
}
.header_left ul li{
    margin-right: 0;
}
.gallery-r{
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 900px){
    .marble h3{
        padding-top: 0;
    }
  
}
.dropdown:hover .dropdown-menu {display: block;}
.video-page-video video{
width: 100%;
}
.video-page-video{
    margin: 50px 0;
}