*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none !important;
}
ul,ol{
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}
body{
    font-family: 'Open Sans', sans-serif !important;
}
.v-align{
    align-items: center;
}
.headertop{
    padding: 10px 0;
    background-color: #e3010f;
    color: #fff;
}
.headertop ul li{
   display: inline-block;
   margin: 0 10px 0 0;
   color: #fff;
}

.headertop i{
   margin: 0 10px 0 0;
}


.headertop p{
    margin: 0;
}
.icons{
    text-align: right;
}
.headertop a{
    color: #fff;
}
.headertop a:hover{
    color: #ffc107;
}
/*&#9776*/



.page-header {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
/*  background: #052433;*/
  /*position: fixed;
  top: 0;
  height: 40px;*/
  padding: 15px 0;
  color: #e3010f;
  width: 100%;
  line-height: 40px;
}
.page-header__top {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.page-header__toggle {
  font-size: 2em;
}

.navigation {
  opacity: 0.5;
  height: 0;
  overflow: hidden;
  transition: 0.7s;
}
.navigation__item {
/*  background: #052433;*/
  padding: 0 16px;
}
.navigation__item a{
      color: #e3010f;
      font-size: 14px;
      font-weight: 600; 
  }
.navigation--visible {
  opacity: 1;
  height: auto;
}
.page-header__logo img{
    width: 50%;
  }
@media (min-width: 480px) {

   
  .page-header {
    display: flex;
    padding: 10px 0;
  }
  .page-header__top {
    margin-right: auto;
  }
  .page-header__top, .page-header__bottom {
    display: block;
  }
  .page-header__toggle {
    display: none;
  }

  .navigation {
    display: block;
    opacity: 1;
    height: auto;
    padding: 15px 0 0 0 !important;
  }
  .navigation__item {
    opacity: 0.8;
    display: inline-block;
  }
  .navigation__item a{
      color: #e3010f;
      font-size: 14px;
      font-weight: 600; 
  }
   .navigation__item a:hover{
      color: #000;
  }
  .navigation__item:hover {
    cursor: pointer;
    opacity: 1;
  }
}
/*end nav*/

.slider {
  position: relative;
  width: 100%;
  float: left;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00000052;
    width: 100%;
    height: 500px;
    color: #fff;
    overflow: hidden;
}
.slidertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.slidertext h1{
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.slidertext h6{
    font-size: 15px;
    color: #ffc107;
    font-weight: 400;
    margin: 0 0 50px 0;
}
.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  height: 500px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.item.current {
  opacity: 1;
}

.item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.explore{
    padding: 10px 23px;
    color: #fff;
    background-color: #e3010f;
    font-size: 15px;
    font-weight: 600;
    border: 2px #e3010f solid;
    border-radius: 30px;
    margin: 0 0 0 -102px;
    transition: .5s;
}
.explore:hover{
    color: #e3010f;
    outline: none;
    background-color: transparent;
    border: 2px #e3010f solid;
    transition: .5s;
}
.vinput{
    width: 90%;
    height: 45px;
    padding: 8px 25px;
    border-radius: 30px;
    outline: none;
    border: none;
}
/*end slider*/


.about{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0 70px 0;
}
.about h1{
   text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
}
.about h1 span{
    font-size: 30px;
    font-weight: 600;
    color: #e3010f;
}

.about p{
    font-size: 12px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 25px;
    margin: 0 0 15px 0;
    text-align: left;
}
.about img{
    display: block;
    width: 350px;
    height: 220px;
    border-radius: 30px;
}
/*end about*/

.service{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 70px 0;
}


.gems{
   width: 100%;
   float: left;
   overflow: hidden;
   display: block;
   background: url("../img/gems.jpg");
   height: 250px;
   padding: 40px 20px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30px;
}

.gems h1{
    font-size: 25px;
    font-weight: 400;
    color: #ffc107;
    margin: 0 0 15px 0;
}

.gems p{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px 0;
}

.gembtn{
    padding: 8px 15px;
    color: #fff;
    background-color: #e3010f;
    font-size: 14px;
    font-weight: 400;
    border: 2px #e3010f solid;
    border-radius: 30px;
    transition: .5s;
}
.gembtn:hover{
    color: #fff;
    outline: none;
    background-color: transparent;
    border: 2px #e3010f solid;
    transition: .5s;
}


.jewl{
   width: 100%;
   float: left;
   overflow: hidden;
   display: block;
   background: url("../img/jewl.jpg");
   height: 250px;
   padding: 40px 20px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30px;
}

.jewl h1{
    font-size: 25px;
    font-weight: 400;
    color: #ffc107;
    margin: 0 0 15px 0;
}

.jewl p{
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 21px;
}
.diamond{
   width: 100%;
   float: left;
   overflow: hidden;
   display: block;
   background: url("../img/diamond.jpg");
   height: 250px;
   padding: 40px 20px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30px;
}

.diamond h1{
    font-size: 25px;
    font-weight: 400;
    color: #ffc107;
    margin: 0 0 15px 0;
}

.diamond p{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 21px;
}
/*end service*/

.why{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0 80px 0;
}
.why h1{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}
.why h1 span{
    font-size: 30px;
    font-weight: 600;
    color: #e3010f;
}

.abouttext{
    width:100%;
    float:left;
    margin:0px;
    padding:0px;
}
.abouttext p{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.why p{
    font-size: 12px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 25px;
    margin: 0 0 15px 0;
}
.why img{
    display: block;
    width: 350px;
    height: 290px;
    border-radius: 30px;
}
/*end why*/














footer{
  background: url("../img/footer.jpg"); 
  width: 100%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 10px 0;
  color: #cdcdcd;
}

footer ul{
    padding-left: 0;
}

footer h5{
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #ffc107;
}
footer p{
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
footer a{
    font-size: 13px;
    font-weight: 400;
    color: #cdcdcd;
}
footer a:hover{
    color: #ffffff;
}

.foot{
    border-top: 1px #ffc107 solid;
    padding: 10px 0 0 0;
    color: #fff;
}
.footboxs{
    text-align: right;
}
.foot a{
    color: #ffc107;
}

.foot a:hover{
    color: #fff;
}
















.demo h1{
    font-size: 25px;
    font-weight: 600;
    margin:0 0 25px 0;
    color: #e3010f;
    text-align: center;
}

.demo{
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    overflow: hidden;
}


.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 0px 0px 0px;
    margin-bottom: 35px;
    background: #fff;
/*    border: 1px solid #f0f0f0;*/
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
/*    background: #fff;*/
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 50px;
    background: #e3010f;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    left: 48%;
}
/*.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #ffc107;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}*/
.description{
    font-size: 15px;
    text-align: left;
/*    font-style: italic;*/
    color: #8a8a8a;
    line-height: 23px;
    margin: 38px 0 0 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #000;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e3010f;
}
/*end testimonial*/



.banner{
  background: url("../img/bnr.jpg"); 
  width: 100%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 30px 0;
  color: #fff;
  margin: 0 0 20px 0;
}


.banner h1{
    font-size: 30px;
    font-weight: 600;
}
.aboutus{
    margin: 30px 0;
    width: 100%;
    float: left;
} 
.aboutus h1{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px 0;
}
.aboutus h1 span{
    font-size: 30px;
    font-weight: 600;
    color: #e3010f;
}
.aboutimg{
    position: relative;
}
.aboutimg img{
    width: 350px;
    height: 250px;
     box-shadow: 5px 5px 5px #736f6f8f;
  }
.aboutimg:before{
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    width: 350px;
    height: 250px;
/*    border: 10px #00ffc6 solid;*/
    z-index: -1;
  border: 5px solid #e3010f;

  }

/*end about page*/

.services{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.shead h1{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
}


.shead p{
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
}


/*---------------------------------------
   gallery section              
-----------------------------------------*/

.gallerymain{
    width: 100%;
    float: left;
}

.gallery-wrap {position: relative;  background: url(../images/gallery-bg.jpg) no-repeat top; background-size: cover;
  padding:60px 0;
}
.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 15px 0;
  position: relative;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery-wraps .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
  height:191px;
  display:block;
  overflow:hidden;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wraps .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wraps .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}
.gallery-wraps .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}

.hidden {
  display: none;
}

.pagination-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: #e3010f;
}
/*end gallerypage*/

.contact{
   width: 100%;
   float: left;
   overflow: hidden;
   margin: 20px 0 35px 0;
}

.contactbox h3{
    background-color: #ffc107;
    padding: 7px 0 7px 10px;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;
}
.contactbox ul{
    padding: 0;
}
.contactbox ul li{
    margin: 0 0 15px 0;
}
.contactbox i{
    font-size: 18px;
    margin: 0 15px 0 0;
    color: #000;
}

.formbox{
    margin: 30px 0;
}
.formbox h1{
    background-color: #ffc107;
    padding: 7px 0 7px 10px;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #fff;
}




.form-group{
    margin: 0 0 20px 0;
}

.lab{
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 0 35px 0;
}
.lab h6{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 45px 0;
}
.labinput{
    width: 90%;
    height: 45px;
    padding: 8px 25px;
    border-radius: 30px;
    outline: none;
    border: 1px #e3010f solid;
}
.read {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
}
.read img{
    display: block;
    width: 100%;
}
.read h1{
    font-size: 30px;
    font-weight: 600;
    color: #e3010f;
    margin: 0 0 10px 0;
}
.read p{
    font-size: 14px;
    font-weight:400;
    color: #2c2c2c;
}
.line{
    display: block;
    width: 70px;
    height: 4px;
    background-color: #e3010f;
    margin: 0 0 20px 0;
}





@media only screen and (max-width: 768px){
 

 .banner{
    text-align: center;
 }
 .testimonial {
    text-align: center;
    margin: 0 20px 40px;
}
    .testimonial .testimonial-content {
    padding: 35px 25px 20px 25px;
    margin-bottom: 35px;
    background: #fff;
    /* border: 1px solid #f0f0f0; */
    position: relative;
}
.description {

     text-align: center;
  
}
.testimonial-content .testimonial-icon {
    width: 50px;
    height: 50px;
    background: #e3010f;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    top: 10px;
    left: 43%;
}
.footboxs,.footbox{
    text-align: center;
}

.why img {
    display: block;
    width: 100%;
    height: 290px;
    margin: 0 0 15px 0;
    border-radius: 30px;
}
.why {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0 20px 0;
}
.why h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin: 0 0 20px 0;
}
.service {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.jewl,.gems, .diamond{
    padding: 20px;
    margin: 0 0 15px 0;
}
.about h1 span {
    font-size: 21px;
    font-weight: 600;
    color: #e3010f;
}
.about h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px 0;
}
.about img {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 30px;
}
.about {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.aboutus{
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 50px 0;
}
.aboutimg:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 40px;
    width: 350px;
    height: 250px;
    margin: 0 0 20px 0;
    /* border: 10px #00ffc6 solid; */
    z-index: -1;
    border: 5px solid #e3010f;
}
.slidertext h1 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.slidertext h6 {
    font-size: 12px;
    color: #ffc107;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.slider {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
}
.items {
    height: 300px;
}
.overlay {
    height: 300px;
}
.slidertext {
    width: 80%;
}
.headertop{
    text-align: center;
}
.icons {
    text-align: center;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    width: 370px !important;
}
.lab h6{
    font-size: 15px;
}
.read img{
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}
.read{
    margin: 10px 0;
}
}