@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: 'Raleway';
  font-weight: normal;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

a {
  color: #000;
}

a:hover {
  color: #00467C;
  text-decoration: none;
}

a:focus, a:active, button:focus, input:focus, textarea:focus, .form-control:focus, .btn.focus, .btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

ul{
  padding-right: 0;
}

.logo{
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
}

.banner{
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 200px 0;
}
.banner .banner-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.form-block{
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 15px;
  max-width: 780px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.form-block h2{
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 60px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 28px;
}
.form-block form .form-control{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 500;
  border: none;
  height: auto;
  padding: 8px 15px;
  color: #000; 
  /*text-transform: uppercase;*/
} 
.form-block form .submit-btn{
  width: 100%;
  font-weight: bold;
  padding: 8px 15px;
  background-color: #c6cc89;
  color: #000;
  border: none;
  text-transform: uppercase;
}

.scroll-down{
  position: absolute;
  bottom: 70px;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.heading{
  text-align: center;
  margin-bottom: 40px;
}
.heading h2{
  color: #999999;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.heading h3{
  font-size: 45px;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 30px;
}
.what-we-do{
  padding: 80px 0;
}
.what-we-do .box{
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
}
.what-we-do .box .inner-box{
  position: relative;
  width: 100%;
}
.what-we-do .box .box-img{
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.what-we-do .box .box-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}
.what-we-do .box:hover .box-img img{
  transform: scale(1.1);
}
.what-we-do .box .box-content{
  margin-top: 25px;
}
.what-we-do .box .box-content p{
  margin: 0;
}
.featured{
  padding: 0 0 80px;
}
.featured-slider{
  position: relative;
}
.featured .slide{
  position: relative;
  overflow: hidden;
}
.featured .slide:focus{
  box-shadow: none;
  outline: none;
}
.featured .slide .thumb-img{
  position: absolute;
  top: 0;
  left: -220px;
  z-index: 1;
  width: 290px;
  height: 340px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.featured .slide .thumb-img img{
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured .slide .content{
  width: 75%;
  padding-right: 60px;
  margin-left: auto;
  position: relative;
}
.featured .slide .content img{
  width: 100%;
}
.featured .slide .content > img{
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.featured .slide .content .inner-content{
  padding: 0 120px 0 120px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 60px;
}
.featured .slide .content h3{
  font-size: 45px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.featured .slide .slide-no{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  padding-left: 60px;
  font-size: 110px;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  line-height: 1;
}
.featured .slide .slide-no img{
  max-width: 100%;
}
.featured .slick-dots{
  padding: 0 60px;
  margin: 80px 0 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.featured .slick-dots:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  height: 2px;
  background-color: #cccccc;
  margin-top: -1px;
}
.featured li{ 
  flex: 1 1 auto;
  height: 10px;
}
.featured li button{
  border: none;
  background-color: #000;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  padding: 0;
  height: 10px;
  vertical-align: top;
  font-size: 0;
}
.featured li.slick-active button{
  opacity: 1;
}




.stone-type{
  padding: 80px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.stone-type .heading{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.stone-type .heading h3{
  color: #fff;
  margin: 0;
}
.stone-type .boxes{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stone-type .boxes .box{
  width: 20%;
  text-align: center;
  padding: 0 20px;
}
.stone-type .boxes .box .stone-img{
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.stone-type .boxes .box .stone-img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.stone-type .boxes .box:hover .stone-img img{
  transform: scale(1.1);
}
.stone-type .boxes .box h4{
  margin: 25px 0 0;
  font-size: 18px;
  letter-spacing: 1px;
}

.instagram-sec{
  padding: 80px 0;
}
.instagram-sec .instagram{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instagram .instagram-block{
  padding: 0 5px;
  width: 20%; 
}
.instagram .instagram-block .insta-link{
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  padding-top: 100%;
  height: 0; 
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.4s;
}
.instagram .instagram-block .insta-link:hover{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.instagram .instagram-block .insta-link img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}
.arrow-right{
  margin-top: 40px;
}
.catalog-btn{
  margin-top: 40px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #c7cc8a;
  color: #000;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  padding: 14px 15px 10px;
  transition: 0.4s;
  position: relative;
  bottom: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.catalog-btn:hover{
  bottom: 5px;
  color: #000;
}
.recent-projects-title {
    padding-top: 20px;
}
.footer-section {
    padding: 40px 0 20px 0;
    background: #c7cc8a;
}
.footer-address p span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
    color: #000;
}
.footer-address a {
    color: #000;
}
.footer-address p {
    color: #000;
}
.footer-section .heading {
    margin-bottom: 30px;
}
.footer-section h2 {
    color: #000;
    text-align: left;
    line-height: 1;
}
.wpcf7-response-output {
    color: #fff;
}