@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,800,900&display=swap');

html{
    scroll-behavior: smooth !important;
}

html::-webkit-scrollbar {
    display: none;
}

body{
    color: #636262;
    font-family: Roboto;
}
section{
    padding: 50px 0;
}
.hh2{
    font-size: 3rem;
    letter-spacing: 0.1em;
}
p{
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
}
:root{
    --brand-color:#f3703c;
}

.navbar-brand img{
    width: 100px;
    transition: all 300ms ease;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.shrink .navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:hover{
    color: var(--brand-color);
}
header {
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 120px;
    display: flex;
    align-items: center;
    transition: all 300ms ease;
    font-size: 1.1rem;
    font-weight: 500;
    top: 0;
}
.shrink{
    height: 80px !important;
    background: #fff !important;
    margin: 0;
    padding: 49px 0;
    box-shadow: 0px 15px 10px -15px #fff; 
}
.shrink .navbar-brand img{
    width: 80px ;
}
.shrink .navbar-nav .nav-item .nav-link{ 
    color: #636262;
}
.closebtn{
    color: #fff;
}

.closebtn:hover{
    color: var(--brand-color);
}

.swiper-slide .slide-img::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000066;
}

#main-Swiper .swiper-button-prev:after,
#main-Swiper .swiper-button-next:after {
    display: none !important; 
}
#main-Swiper .swiper-pagination-bullet { 
    background: #fff;
}
#main-Swiper .swiper-pagination-bullet-active{
    background: var(--brand-color);
}

.main-Swiper-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.main-Swiper-content .main-heading{
    font-size: 4.5rem;
    color: #fffdfd4f !important;
    text-transform: uppercase;
    -webkit-text-stroke: 2px var(--brand-color);
    transition: -webkit-text-stroke .3s ease-out;
}

span{
    color: var(--brand-color);
}
.aggregate-text ul li::marker{
    color: var(--brand-color);
}

.common-img::after{
    content: "";
    width: 100%;
    height: 95%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #f3703c5e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.8s linear;
}


.common-img::before{
    content: "";
    width: 100%;
    height: 95%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #f3703c5e;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.8s linear;
}
.common-container:hover .common-img::after{
    height: 0;
}

.common-container:hover .common-img::before{
    height: 0;
}

.home-service{
    background: url(../images/home-about.jpg) no-repeat center center;
    background-size: cover;
    background: fixed;
}
.about-content .watermark h2{
    color:#ffffff;
}
.watermark h2{
    font-size: 5rem;
    opacity: 0.5;
    text-transform: uppercase;
}

.home-about-bg{
    background: #f3703c;
    color: #fff;
    position: relative;

}

.home-about-bg::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/about-13bg-1.png);
    background-size: cover;
    background-position:left center;
    background-repeat: no-repeat;

}


.home-about-content h3{
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
}

.stone-button{
    background: #fff;
    color: #f3703c;
    font-weight: 600;
    padding: 13px 19px;

}

.stone-button:hover{
    background: #e2e2e2;
    color: #e6906e;
    font-weight: 600;
    padding: 13px 19px;

}
.ston-bg{
    background: #f3703c5c;
}
.products h3{
    font-size: 3rem;
    font-weight: 600;
    color:#ffffff;
}
.headding .watermark h2, 
.ston-bg .watermark h2{
    color: #f3703c;
}

.products-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #f3703c8b;
    transition: all 0.6s ease;
    color: #fff;
}
.products-text h4{
    visibility: hidden;
    transition: 0.6s ease;
}
.products-card:hover .products-text{
    height: 100%;
}
.products-card:hover h4{
    visibility: visible;
}


.products-img img{
    -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .6s ease-in-out; 
 
}
.products-card:hover .products-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);  
    text-decoration: none; 
}

.Contact-bg{
    background: url(../images/Contact-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.Contact-bg::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.656);
    position: absolute;
    top: 0;
    left: 0;
    
}
.Contact-text{
    color: #fff;
}

.Contact-text h2{
    font-size: 5rem;
    font-weight: 700;

}
.Contact-btn{
    padding: 18px 40px 18px 40px;
    border:1px solid #fff;
    color: #fff;
    border-radius: 5px;
    transition: 0.6s;
}
.Contact-btn:hover{
    color: var(--brand-color);
    background: #FFFFFF;
}

.Contact-form{
    background: var(--brand-color);
}

.form-group label{
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFFDE;
    margin: 0;
}

.form-group .common-form, textarea{
    padding: 15px 17px 15px 17px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFFA8;
    background-color: #FFFFFF00;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}
.common-form{
    height: 51px;
}
.form-group textarea {
    height: 120px;
}
textarea::placeholder,
.form-control::placeholder{
    color: #fff;
}
.form-group .common-form:focus, 
.form-group textarea:focus{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;

}
.form-group textarea:focus{
    outline: none !important;
}
.form-group .form-bottom-btn{
    color: var(--brand-color);
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 18px 40px 18px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 6px;
    text-transform: capitalize;
    transition: 0.6s;
}
.form-group .form-bottom-btn:hover{
    background: #e6906e;
    color: #effaff;
}


#certifications-items .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0px;

}

.swiper-pagination-bullet {
    width: 15px;
    display: inline-block;
    border-radius: 5px;
    background: #e6906e;
    transition: 0.6s;
}
 .swiper-pagination-bullet:hover, 
.swiper-pagination-bullet-active{
    width: 50px !important;
    background: var(--brand-color);
}


footer{
    background:url(../images/footer.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
footer::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
}

footer p,
footer a{
    color: #fff;
}

.footer-last-link p a{
    color: #f4a210;
}

.footer-last-link p a:hover{
    text-decoration: none;
}

.Contact a:hover{
    color: #c1c1c1;
}
.scroll-fix{
    display: block;
    margin-top: -166px;
    padding-top: 115px;
}

.swiper-backface-hidden .swiper-slide{
    height: auto;
}


.ston-info{
    color: var(--brand-color);
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
}
.all-policy-head{
    font-size: 55px;
    opacity: 0.5;
}
.policy-space{
    padding-top: 89px;
    display: block;
}
.policy-head{
    background: #fff;
}
.all-policy-list li p{
    font-size: 16px;
    word-spacing: 5px;
    text-align: justify;
    position: relative;
    list-style-type: disclosure-closed;
    color: #636262;
}

.all-policy-list li{
    color: var(--brand-color);
}
.policy-link{
    display: flex;
    align-items: center;
}
.policy-link a{
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}
.policy-link a{
    color: #c1c1c1;
}

.all-policy-p{
    line-height: 25px;
}






































@media (min-width:1200px) {
    .about-content{padding: 5% 29% 5% 9% !important; } 

}






@media (min-width:992px) {
    .about-content{padding: 5% 10% 5% 9%;}
}
@media (max-width:992px) {
    /**********sidebar menu************/
.sidebar {
    height: 100%;
    width: 0 ;
    position: fixed;
    z-index:5;
    top: 0px;
    right: 0;
    background-color: #effaff;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar ul li{
    padding: 10px  20px;
}
.sidebar ul li a{
    display: inline-block;
    padding: 10px 30px;
    color: #636262;
}
.sidebar ul li .nav-link{
    color: #636262 !important;
}
    
    .main-Swiper-content .main-heading{
        font-size: 3rem;
    }
    .watermark h2{
        font-size: 3.4rem;
    }
}

@media (max-width:768px) {
    .Contact-text h2{
        font-size: 4rem;        
    }
    header{
        height: 80px;
    }
    .navbar-brand img{
        width: 70px;
        transition: all 300ms ease;
    }
    .shrink{
        height: 40px !important;
    }
    .main-Swiper-content .main-heading{
        font-size: 2.5rem;
    }
    .swiper-slide,
    .slide-img,
    .slide-img img{
        height: 60vh;
    }
    .hh2{
        font-size: 2rem;
        letter-spacing: normal;
    }
    .products h3{
        font-size: 3rem;
    }
}
@media (max-width:576px) {
    .swiper-slide,
    .slide-img,
    .slide-img img{
        height: 50vh;
    }
    .watermark h2{
        font-size: 2.2rem;
    }
    .Contact-text h2{
        font-size: 3rem;        
    }
    .products h3{
        font-size: 2rem;
        -webkit-text-stroke: 1px var(--brand-color);
    }
    
}
.customer-login{
    background: #fff;
    border-radius: 5px;
    color: #f3703c !important;

}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.error {
    color:#fff;
}



