body {background: #000;}





.logo {text-align: center;}

.bg-light {
    background-color: #000;
}

 .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    color: #fff;
}
.nav-item .nav-link a:hover{
   color: red;
}

.navbar-light .navbar-toggler-icon {
    background-image: url();}

.navbar-nav .nav-item .active {background: #666;}

.nav-item{padding: 0px 14px; 
			font-size: 18px;}

.navbar .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: none;
    border: 1px solid white;
    border-radius: .25rem;
    color: #fff;
}

.welcome {
	width: 100%;
	margin-top: 30px;
}

.welcome p{
padding: 10px;
margin-top: 8px;
}

.slide {margin-top: 20px;}

.welcome h4{font-family: 'Playfair Display', serif; 
font-size: 32px;
padding: 15px 0 0 ;
text-align: center;}

.item {margin: 15px 0 0 0;
	 height: 200px;
		width: 200px;
		border-radius: 50%;}

    	.item h4 {padding: 20px;
    		font-size: 25px;}

  .item img {overflow: hidden;
  width: 200px;
  height: 200px;
border: 2px solid grey;}  	

@media only screen and (max-width: 420px) {
  .item {
    margin-left: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .item {
    margin-left: 20%;
  }
}

.slide {width: 100%;}

.verify {width: 100%;
background-color: #333333;
padding: 12px 0 0;
}

.verify h4 {
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 32px;
}

.verify a {text-decoration: none;
color: #fff;
padding: 12px;
margin-top:  20px;
border: 1px solid white;
}

.verify a:hover {color: #999;
text-decoration: none;}

.verify p {
  color: #6b6767;
  font-size: 12px;
}

footer {width: 100%;

			border-top: 1px solid white;
			padding-top: 12px;}

.about-header {
  background-image: url(../images/about.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;


}

.title h2{
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif; 

}

.about {width: 100%;
padding: 10px;
margin-top: 15px;}

.about h4{
  padding-bottom: 10px;
}

.abt-txt {
  padding: 10px;
  font-size: 15px;
}

.job {
  width: 100%;
  background: #333;
  padding: 10px;
}

.job-img {text-align: center;}

.service-header {
  background-image: url(../images/service.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;


}

.services {
  width: 100%;
  background: #333;
  padding: 10px;
}

.serv {
  font-size: 16px;}

  /*.serv-img {margin-top: 50%;}

  @media only screen and (max-width: 700px) {
  .serv-img {
    margin-top: 10px;
  }*/
}

  .serv-text p{font-size: 14px;
    padding: 10px;}

    .list {background: rgba(0, 0, 0, 0.4);
      padding: 10px;
      font-size: 14px;
      margin-top: 12px;
      margin-bottom: 12px;}

      .gal {
        width: 100%;
        background: #999;
      }
.report {width: 100%;
margin-top: 15px;
}

  .report-header {
  background-image: url(../images/report.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center top;


}

.d-card {background: url(../images/diamond-r.jpg);
background-position: center;
border: 2px solid white;}

.d-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}

.d-card p{background: rgb(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px;
color: #fff;
font-size: 14px;
line-height: 20px;}

.j-card {background: url(../images/jewel-r.jpg);
background-position: center;
border: 2px solid white;}

.j-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}

.j-card p{background: rgb(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px;
color: #fff;
font-size: 14px;
line-height: 20px;}

.st-card {background: url(../images/stone-r.jpg);
background-position: center;
border: 2px solid white;}

.st-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}

.st-card p{background: rgb(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px;
color: #fff;
font-size: 14px;
line-height: 20px;}

.seal-card {background: url(../images/seal-r.png);
background-position: center;
border: 2px solid white;}

.seal-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}

.seal-card p{background: rgb(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px;
color: #fff;
font-size: 14px;
line-height: 20px;}



.my-input {
  width: 78% !important;
  float: left;
}
.my-form {margin-top: 20px;}


.gallery-header {
  background-image: url(../images/gallery.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;


}

.contact-header {
  background-image: url(../images/contact.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;


}

.contact {width: 100%;
  background: url(../images/cont-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;

}

.cont-card {
background: #1d1b1b;
border-radius: 10px;
min-height: 350px;
margin: 10px;
padding: 10px;
border: 3px solid white;
}

.cont-card  {
  text-align: center;
  margin: 30px 10px 0 ;
}

.cont-card h6 {font-size: 25px;
font-weight: 400;
padding: 0 8px 0 ;}

.border-bottom {
  width: 30%; 
  text-align: center; 
  border-bottom: 1px solid grey;
  margin: 0 auto;
  height: 5px;
}

.cont-card p{
margin-top: 18px;
padding: 10px;

}

/*.contact form {
  width: 50%;
}*/

.form-group label {
  margin-bottom: 5px;
}


.wrapper{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .wrapper{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .wrapper{
    width: 50%;
  }
}

.wrapper .title{
  color: #efeeee;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-bottom: 10px;
}

.wrapper h3 {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 12%;
  font-size: 45px;
}

.content1 {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: url(../images/diamond-r.jpg);
  height: 300px;
}


.content1 .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
      border: 1px solid white;
}

.content1:hover .content-overlay{
  opacity: 1;
}


.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-top{
  top: 20%;
}

.content2 {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: url(../images/jewel-r.jpg);
  height: 300px;
}


.content2 .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
      border: 1px solid white;
}

.content2:hover .content-overlay{
  opacity: 1;
}

.content2:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content3 {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: url(../images/stone-r.jpg);
  height: 300px;
}


.content3 .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
      border: 1px solid white;
}

.content3:hover .content-overlay{
  opacity: 1;
}

.content3:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content4 {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: url(../images/color-stone.jpg);
  height: 300px;
}


.content4 .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
      border: 1px solid white;
}

.content4:hover .content-overlay{
  opacity: 1;
}

.content4:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}


