

/*---------------Home Page--------------------*/
body{
    background: url(background_final.jpeg);
    font-family: Book Antiqua;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #ffffff;
  color: #463f3f;
  text-decoration: none!important;
  /*
  The full path of this code is nav ul li a:not(:only-child):after. This means that the code will apply to any a tag in our nav list that is NOT an only child, aka any dropdown. The :after means it comes after the output of the tag. I’ve decided that to specify any nav item as a dropdown, it will be followed by a unicode arrow – ▾ (#9662).
  */
}
nav ul li a:hover {
  background: #f2f2f2;
  color: #000;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  /* Guarantees that the dropdown will display on top of any content. */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
    background:none;
    top:33px;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 7px!important;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
/* 
.navigation – the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/
.navigation {
  height: 70px;
  background: #ffffff;
}

/*
.nav-container – the inner wrapper for the navbar. Defines how far the actual content should stretch.
*/
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}



@media(min-width:767px) {
    
    .menu_items > a {
        text-decoration: none;
        padding: 5px 0px!important; 
    
    }
}

     

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(Most_trusted_supplier.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 550px;
}

header .intro-text {
    padding-top: 310px;
    padding-bottom: 0px;
}

header .intro-text .intro-heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Book Antiqua!important;
    font-size: 60px!important;
}
.menu > .menu_list > .menu-heading{
    margin-top:30px;
    font-size:30px;
    border:none;
    border-bottom:5px solid #1ee2e7;
    width:120px;
    font-family:Book Antiqua;
}
 .menu_list{
        list-style-type: none;
      }
      .menu_list li a{
        text-decoration: none;
        padding:10px 0px;
      }

.intro-heading .letter {
  display: inline-block;
  line-height: 1em;
}
.why_bhavya_gems h3{
    font-size: 25px;
    font-family: Book Antiqua;
}
.why_bhavya_gems p{
    font-size: 20px;
    font-family: Book Antiqua;
}
.bhavyagemsfocus{
    width:500px;
    height:350px;
}
.bhavyagemsmanagement{
     width:500px;
     height:350px;
}

.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 360px;
}
.carousel-control{
  opacity: -0.5;
  display:none ;
}

.slide{ 
  margin-top: 30px;
}
.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }

@media(max-width:767px) {
    header .intro-text .intro-heading {
        padding-top: 50px;
        padding-bottom: 250px;
        font-size: 28px!important;
        font-weight: bold;
        line-height: 1.5;
        font-family:Book Antiqua;
    }
    header .intro-text {
        padding-top: 300px;
        font-size: 25px;
    }
    .footer_text {
        font-size: 15px!important;
    }
    .footer_heading {
        border: 0px;
        border-bottom: 5px solid #1ee2e7;
        padding-bottom: 5px!important;
        width: 130px!important;
        font-size: 30px!important;
    }
    .comp_profile {
        font-family: Book Antiqua;
        font-size: 25px!important;
    }
    .why_bhavya_gems h3{
        font-size: 25px;
        font-family: Book Antiqua;
    }
    .why_bhavya_gems p{
        font-size: 14px!important;
        font-family: Book Antiqua;
    }
    .carousel-bg .carousel-inner .item {
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 250px!important;
    max-width:100%!important;
}


}



@media(max-width:767px){
    .intro-text{
        font-size: 25px;
        top: 100px;
        text-align: left;
    }
    .ml4{
        display: none;
    }
    .upcoming{
        font-size: 24px!important;
        font-weight: bolder;
        font-family: Book Antiqua;
    }

    .upcoming-text{
        font-size:14px!important;
        font-family: Book Antiqua;
    }
    .navbar{
        margin-bottom:0px!important;
    }
    .contactus {
    width: 100%;
    height: 300px!important;
    margin-top:-14px;
}


}


.footer_heading{
    border: 0px;
    border-bottom: 5px solid #1ee2e7;
    padding-bottom: 10px;
    width: 175px;
    font-size: 40px;
    font-family:Book Antiqua;
}

.footer_text{
    font-family:Book Antiqua;
    font-size: 20px;
    line-height:  2;
}

#footer_mail{
    font-size: 20px;
    padding-left: 60px;
    font-family:Book Antiqua;
}

#about_img{
    height: 50px;
}

.comp_profile{
    font-family: Imprint MT Shadow;
    font-size: 50px;
}

hr{
    width: 90%;
}

.comingsoon{
    width: 250px;
    height: 250px;
}

.upcoming{
    font-size: 30px;
    font-weight: bolder;
    font-family: Book Antiqua;
}

.upcoming-text{
    font-size:20px;
    font-family: Book Antiqua;
}
.ml4 {
 position: relative;
  font-weight: 700;
  font-size: 4.5em;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
}

/*------------About Page------------------*/

.about_heading{
    font-weight: bold;
    font-size: 25px;
    font-family:Book Antiqua;
}

.about_paragraph{
    font-size: 15px;
    line-height: 1.5;
    font-family:Book Antiqua;
}

.about_source{
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      padding: 20px;
      width: 60%;
      
      margin-left: 240px;
      margin-top: 30px;
      margin-bottom: 50px;
     
}

.about_sourcing{
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      padding: 20px;
      
      width: 60%;
      margin-left: 240px;
}

i {
  font-size: 20px !Important;
}

@media(max-width:767px){
   .about_source {
          box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
          padding: 20px;
          width: 100%;
          margin-left: 0px;
          margin-top: 30px;
          margin-bottom: 50px;
    }
    .about_heading {
         font-weight: bold;
         font-size: 20px;
         font-family:Book Antiqua;
    }
    .about_paragraph {
         font-size: 14px;
         line-height: 1.5;
         font-family:Book Antiqua;
    }
    .about_sourcing {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        padding: 20px;
        width: 100%;
        margin-left: 0px;
    }
    #footer_mail {
        font-size: 16px;
        padding-left: 48px;
        font-family: Book Antiqua;
    }

    
}



/*---------------------Contact-------------------------*/

.contactus{
    width: 100%;
    height: 500px;
}

.form-control{
    background: transparent;
    height: 400px;
    text-align: center;
    margin-top: 50px;
    border: none;
}

.info{
    width: 100%;
    padding: 8px;
    text-align: center;
}

@media(max-width: 767px){
    .inp{
        width: 270px !important;
    }
    .textarea{
        width: 270px !important;
    }
    .btn{
        width: 270px !important;
    }

}

.inp{
    margin: 20px 0px;
    padding: 10px;
    border: transparent;
    background: transparent;
    border-bottom: 2px solid #1ee2e7;
    width:380px;

}
.textarea{
    margin: 20px 0px;
    padding: 10px;
    border: transparent;
    background: transparent;
    border-bottom: 2px solid #1ee2e7;
    width:380px;
}
.btn{
    width: 380px;
}
.inp:hover{
    border:transparent;
    border-bottom: 3px solid #1ee2e7;
}
.inp.active{
     border:transparent;
}

.textarea:hover{
    border:transparent;
    border-bottom: 3px solid #1ee2e7;
}

#trade{
    margin-top: 30px;
}

.trading{
    margin-top: 120px;
}
.trading h2{
    font-size: 36px;
    font-weight: bold;
    font-family:Book Antiqua;
}
.trading p{
    font-size: 15px;
    font-family:Book Antiqua;
}

.grading{
    margin-top: 120px;
}
.grading h2{
    font-size: 36px;
    font-weight: bold;
    font-family:Book Antiqua;
}
.grading p{
    font-size: 15px;
    font-family:Book Antiqua;
}

#grade{
    margin-top: 30px;
}

.focus{
    margin-top: 120px;
}
.focus h2{
    font-size: 36px;
    font-weight: bold;
    font-family:Book Antiqua;
}
.focus p{
    font-size: 15px;
    font-family:Book Antiqua;
}

#focus{
    margin-top: 30px;
}



@media(max-width: 767px){
    #focus_img{
        width: 100%;
        height: 280px;
        margin-top: 20px;
    }
    #grade_img{
        width: 100%;
        height: 280px;
        margin-top: 20px;
    }
    #trade_img{
        width: 100%;
        height: 280px;
    }
    .trading{
        margin-top: 0px;
    }
    .trading h2{
        font-size: 20px;
    }
    .grading{
        margin-top: 0px;
    }
    .grading h2{
        font-size: 20px;
    }
    .focus{
        margin-top: 0px;
    }
    .focus h2{
        font-size: 20px;
    }
}


/*-------------------Gallery Page------------------*/

.grading2{

    width: 350px;
    height: 300px;
}
.sourcing2{
    width: 350px;
    height: 300px;
}
.source2{
    width: 350px;
    height: 300px;
}
.management2{
    width: 350px;
    height: 300px;
}
.focus2{
    width: 350px;
    height: 300px;
}
.trade2{
    width: 350px;
    height: 300px; 
}
.gallery_pix{
    margin: 10px 0px 10px 0px;
}

@media(max-width: 767px){
   .thumbnail img{
    display: block;
    width:100%;
    height: 250px;
  }

}
.thumbnail img{
    display: block;
    max-width: 100%;
    height: 250px;
  }
  .skiptranslate {
    background-color:#fff!important;
}
.home_part{
    display:none;
}
.product_part{
    display:none;
}
.about_part{
    display:none;
}
 




