@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body{
    font-family: 'Poppins', sans-serif;
 }

 /*------Nav----*/
 .nav_bar .btn-success {
    color: #fff;
    background-color: #ee5b1f;
    border-color: #ee5b1f;
    border-radius: 30px;
    padding: 10px 31px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    
}


.nav_bar .btn-success:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background:  #2a74dd;
border-color:  #2a74dd;
overflow: hidden;

}

.nav_bar .bg-light {
    background-color: transparent!important;
    overflow: hidden;
}

.nav_bar .navbar-light .navbar-nav .nav-link {
    color: #2e2e2e;
    padding: 0px 15px;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
}
.nav_bar .d-flex {
    display: flex!important;
    padding-left: 18px;
}

 /*-----End-Nav----*/

 /*----banner--*/
 .banner{
     background: url(../images/banner.png) no-repeat ;
     background-size: cover;
     background-position: left ;
     padding: 140px 0px;
     overflow: hidden;
    
 }
 /*----banner--*/
.banner h2
{
    font-size: 125px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
   
    margin: 0px;
    line-height: 130px;
    
}

.banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.banner h6
{
  font-size: 40px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 50px 0px;
  margin: 0px;

}

.banner .btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;
 
}

.banner .btn-success:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background: #ffffff;
border-color:  #ffffff;
color: #ee5b1f;
}

.about{
    padding-top: 120px ;
    overflow: hidden;
}


.about h2{
    text-transform: uppercase;
    font-family: 'El Messiri', sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0px ;
    padding-bottom: 25px;
   
}


.about h2 span{
    color: #ee5b1f
}


.about .loct{
    font-size: 22px;
    font-weight: 600;
    margin: 0px ;
    padding-bottom: 25px;
}



.about h6{
   font-size: 16px;
   font-weight: 400;
   margin: 0px ;
    padding-bottom: 25px;
    color: #000;
    line-height: 25px;
}

.about p{
    font-size: 15px;
    font-weight: 300;
    margin: 0px ;
     padding-bottom: 25px;
     color: #000000;
     line-height:30px;
    
 }

 .about .btn-success {
    color: #fff;
    background-color: #2a74dd;
    border-color: #2a74dd;
    border-radius: 40px;
    padding: 10px 60px;
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}



.about .btn-success:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background: #ee5b1f;
border-color:  #ee5b1f;
}


.angle {
    padding-top: 200px;
    overflow: hidden;
}

.angle h2 {
      text-transform: uppercase;
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0px ;
    padding-bottom: 40px;
  
    color: #ee5b1f;
    line-height: 39px;
}
.angle p {
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 35px;
   
  
}
.angle .carousel-control-next-icon {
    background-image: url(../images/arrow-next.png);
    padding: 0px 30px;

}

.angle .carousel-control-prev-icon {
    background-image: url(../images/PRICBTN.png);
    padding: 0px 30px;
}

.angle .carousel-control-prev {
    left: -120px;
}

.angle .carousel-control-next {
    right: -120px;
}
.angle .btn-success {
    color: #fff;
    background-color: #2a74dd;
    border-color: #2a74dd;
    border-radius: 40px;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;

}



.angle .btn-success:hover {
background: #ee5b1f;
border-color:  #ee5b1f;
}

.provide h4
{
    font-size: 27px;
    font-weight: 600;
}

.provide h2
{
    text-transform: uppercase;
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0px ;
    padding-bottom: 40px;
  
    color: #ee5b1f;
    line-height: 39px;
}

.provide{
padding-top: 200px;
overflow: hidden;
}




.provide .btn-success {
    color: #fff;
    background-color: #ee5b1f;
    border-color: #ee5b1f;
    border-radius: 40px;
    padding: 10px 70px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;
} 


.provide .btn-success :hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background: #2a74dd;
border-color:  #2a74dd;
}


.viwe_more_btn {
  text-align: center;
}
.collection-box .btn-success {
  color: #fff;
  background-color: #ee5b1f;
  border-color: #ee5b1f;
  border-radius: 30px;
  padding: 12px 130px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}

.collection-box .btn-success:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background: #2a74dd;
border-color:  #2a74dd;
}


  
  /*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/

  .team .carousel-control-next-icon {
    background-image: url(../images/arrow-next.png);
    padding: 0px 30px;

}

.team .carousel-control-prev-icon {
    background-image: url(../images/PRICBTN.png);
    padding: 0px 30px;
}

  .team .carousel-control-prev {
    left: -120px;
}

.team .carousel-control-next {
    right: -120px;
}

.team li{
  font-size: 61px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  padding-bottom: 80px;
}


.team h2{
  font-size: 49px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  padding: 0px  0px 35px 0px;
}

.team p{
  font-size:22px;
  font-weight: 200;
  margin: 0px;
  padding: 0px  0px 35px 0px;
}

.team h6{
  font-size:14px;
  font-weight: 700;
  margin: 0px;
}
 .team{
   padding: 200px 0px;
   overflow: hidden;
	
 }


  /*--------------------------------------------------------------
  # email
  --------------------------------------------------------------*/
.email{
  background: #ee5b1f no-repeat ;
  background-size: cover;
  background-position: center ;
  padding: 120px 0px;
 

 
}
.email h4{
  font-size: 28px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  color:#ffffff;
 
}
.email h2{
  font-size: 32px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  color:#ffffff;
 
}
.owner_email .form-control {
  display: block;

  font-size: 16px;
  font-weight: 300;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
 border-radius: 0px;
  padding: 20px 20px;
  margin: 0px;
}

.owner_email .btn-outline-secondary {
  color: #ffffff;
  background-color: #696767;
  padding: 10px 45px;
  border-radius: 0px;
  transition: all .5s;
}

.owner_email .btn-outline-secondary:hover {
  background: #ffffff;
  border-color:  #ffffff;
  color: #ee5b1f;
}


.form-control:focus {
  color: #212529; 
 background-color: #fff;
border-color:#ee5b1f;
  outline: 0;
box-shadow: none; 
}
.btn:focus {
 box-shadow:none;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow:none;
}

  /*--------------------------------------------------------------
  #started
  --------------------------------------------------------------*/



.started h2{
  font-size: 40px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  padding-bottom: 50px;

}

.started  .form-floating>label {
  font-size: 16px;
  font-weight: 300;
}

.started .form-control {
  font-size: 16px;
  color: #000000;
  border-radius: 0px; 

}
.started .btn-success{
  color: #fff;
  background-color: #ee5b1f;
  border-color: #ee5b1f;
  border-radius: 30px;
  padding: 10px 150px;
  font-size: 27px;
  font-weight: 600;
  transition: all .5s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.started .btn-success:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background: #ee5b1f;
border-color:  #ee5b1f;
}





.started .send_btn{
  padding-top: 30px;
}

.started{
  padding: 135px 0px 80px 0px;
}
/*
.footer{
  background: #000000 no-repeat ;
  background-size: cover;
  background-position: center ;
  padding: 60px 0px;
}
.footer .list-inline {
  padding-left: 0;
  list-style: none;
  padding-bottom: 50px;
}

*/

.copy{
  color: #ffffff;
  border-top: 1px solid;
  padding-top: 30px;

}

.list-inline-item:not(:last-child) {
 margin-right: 0px;
  padding: 0px 10px;

}


 /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}


.about_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.about_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.about_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;

}
.support{
  padding-top: 170px;
  overflow: hidden;
}

.support h3{
  font-size: 31px;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0px;
}

.support h4{
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 30px;
  margin: 0px;
}

.support h5{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0px;
}
.support p{
  font-size: 20px;
  font-weight: 300;
 line-height: 35px;
 margin: 0px;
}

.founder {
  overflow: hidden;
  padding:30px 0px 80px;
}
.founder li{
  font-size: 30px;
  font-weight: 400;
 margin: 0px;
 font-family: 'El Messiri', sans-serif;
 padding-top:70px ;
}
.founder p{
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding-top: 40px;

}

.founder h2{
  font-size: 67px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  font-family: 'El Messiri', sans-serif;
  padding: 210px 0px;
}
.founder .list-inline {
  margin: 0px;
}

.founder .carousel {
  padding-top: 30px;
}
.founder .carousel-item  {
  background-image: url(images/about-slider-img.png);
  background-position: center;
  background-size: cover;
}

.founder .carousel-control-next-icon {
  background-image: url(../images/arrow-next.png);
  padding: 0px 30px;

}

.founder .carousel-control-prev-icon {
  background-image: url(../images/PRICBTN.png);
  padding: 0px 30px;
}

.founder .carousel-control-prev {
  left: -120px;
}

.founder .carousel-control-next {
  right: -120px;
}




 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.blog_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.blog_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.blog_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}

  .blog .page-item a {
    color: #ffffff;
    text-decoration: none;
    padding: 25px;
}

.blog{
  padding-top: 115px;
}
.blog  h2{
  font-size: 31px;
  font-family: 'El Messiri', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 25px;
  color: #242424;

}

.blog_txt a{
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 10px;
}

.blog .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0px;
  padding-bottom: 30px;
}
.blog p{
  font-size: 16px;
  font-weight: 200;
  margin: 0px;
  padding-bottom: 40px;
  line-height: 25px;
}

.blog  .btn-secondary {
  color: #fff;
  background-color: #ee5b1f;
  border-color: #ee5b1f;
  font-size: 22px;
  padding: 12px 30px;
  border-radius: 30px;
  font-family: 'El Messiri', sans-serif;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}


.blog  .btn-secondary:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background:  #2a74dd;
border-color:  #2a74dd;

}


.blog_rm img{
  padding-left: 20px;
}

.page_blog{
  padding-top: 100px;
}


.page-link {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #ee5b1f;
  border: 0px solid #dee2e6;
  transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
  padding: 20px 30px;
 

}

.blog nav{
  padding: 130px 0px 90px 0px;
}
.blog nav a{
  color: #ffffff;
}

.blog .page-link:hover {
  z-index: 2;
  color: #ee5b1f;
  background-color: #e3e8f0;
  border-color: #ee5b1f;
  transition: all .5s;
}

/*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .gallery_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.gallery_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.gallery_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.gallery_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}

  .gallery {
    padding: 180px 0px 168px 0px;
}



   /*--------------------------------------------------------------
 ------------------#Inner-Blog page---------------------------------
  --------------------------------------------------------------*/
  .inner_page_blog .paragraph{
    padding-bottom: 80px;
  }
  .inner_page_blog{
    padding: 100px 0px 70px 0px;
  }

  .inner_page_blog .blog_img{
    padding-bottom: 45px;
  }
  .inner_page_blog .blog_txt a{
    color: #000000;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
  }

.inner_page_blog .blog{
padding-top: 115px;
}
.inner_page_blog h2{
font-size: 31px;
font-family: 'El Messiri', sans-serif;
font-weight: 400;
margin: 0px;
padding-bottom: 25px;
color: #242424;

}

.inner_page_blog .list-inline {
padding-left: 0;
list-style: none;
margin: 0px;
padding-bottom: 30px;
}
.inner_page_blog p{
font-size: 16px;
font-weight: 200;
margin: 0px;
padding-bottom: 10px;
line-height: 25px;
}

.inner_page_blog  .btn-secondary {
color: #fff;
background-color: #ee5b1f;
border-color: #ee5b1f;
font-size: 22px;
padding: 12px 30px;
border-radius: 30px;
font-family: 'El Messiri', sans-serif;
overflow: hidden;
cursor: pointer;
position: relative;
transition: all .5s;
}


.inner_page_blog  .btn-secondary:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
background:  #2a74dd;
border-color:  #2a74dd;

}
.inner_page_blog .blog_nxtbtn{
  text-align: end;
}
.inner_page_blog .blog_prebtn{
  text-align: start;
}

.inner_page_blog .blog_nxtbtn img{
padding-left: 10px;

}
.inner_page_blog .blog_prebtn img{
  padding-right: 10px;
  }
  
  .comment .btn-secondary {
    color: #fff;
    background-color: #ee5b1f;
    border-color: #ee5b1f;
    font-size: 22px;
    padding: 12px 50px;
    border-radius: 30px;
    font-family: 'El Messiri', sans-serif;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    }
    
    
    .comment .btn-secondary:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background:  #2a74dd;
    border-color:  #2a74dd;
    
    }

    .comment li{
      font-size: 22px;
      font-family: 'El Messiri', sans-serif;
      color: #242424;
    }
    .comment li img{
      padding-right: 20px;
    }

.comment .list-inline {
  margin: 0px;
  padding-bottom: 20px;
}

.comment p{
  font-size: 15px;
  margin: 0px;
  padding-bottom: 40px;
  color: #444444;
}

.comt_form .form-floating{
  padding-bottom: 15px;
}

.comment .form-floating>label {
  font-size: 14px;
}
.comment .form-control {
  font-size: 14px;

}

.comment .form-check-input:checked {
  background-color: #ee5b1f;
  border-color: #ee5b1f;
}

.comment  .form-check-input:focus {
  box-shadow:none;
}

.comment .check_box{
  font-size: 16px;
  color: #444444;
  padding: 25px 0px 30px;
}

.comment .cmt_postbtn{
  padding-bottom: 100px;

}

.rpost h2{
  font-size: 15px;

}

.rpost li{
  font-size: 7px;
  margin-bottom: 0px;

}
.rpost li img{
  width: 20%;

}
.rpost a {
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 5px;
}

.rpost p{
  font-size: 8px;
  margin: 0px;
  padding-bottom: 10px;

}
.rpost .list-inline  {
margin: 0px;
padding-bottom: 10px;
}

.rpost .btn-secondary {
  color: #fff;
  background-color: #ee5b1f;
  border-color: #ee5b1f;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  font-family: 'El Messiri', sans-serif;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s;
  }
  
  
  .rpost .btn-secondary:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background:  #2a74dd;
  border-color:  #2a74dd;
  
  }
  .rpost img {
    padding-left: 10px;
}
.rpost{
  padding-bottom: 130px;
}

   /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

  .whorkshow_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.whorkshow_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.whorkshow_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.whorkshow_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}



.work {
  padding: 125px 0px 100px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work .portfolio .portfolio-item {
  margin-bottom: 30px;
}
.work .portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.work .portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.work .portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.work .portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work .portfolio .portfolio-wrap::before {
  content: "";
  background: #ee5b1f;
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 70%;
}
.work .portfolio .portfolio-wrap img {
  transition: 0.3s;
}
.work .portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.work .portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.work .portfolio .portfolio-wrap .portfolio-info h4 {
  font-family: 'El Messiri', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0px 0px 45px;
}
.work .portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.work .portfolio .portfolio-wrap:hover::before {
  left: 0;
}
.work .portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 18px);
}
.work .portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.work .portfolio-details {
  padding-top: 40px;
}
.work .portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.work .portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.work .portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(33, 59, 82, 0.08);
}
.work .portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.work .portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.work .portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.work .portfolio-details .portfolio-description {
  padding-top: 30px;
}
.work .portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}


.work .portfolio-info a {
  text-decoration: none;
}
/*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

  .reiki_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.reiki_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.reiki_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.reiki_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}

  .reiki{
    padding-top: 100px;
  }


  .reiki h2{
    color:#df543b;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 30px;
  }
  .reiki p{

    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 60px;
    line-height: 36px;
  }

  .what h2{
    color:#df543b;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 40px;
  }
  .what p{

    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 60px;
    line-height: 36px;
  }
  .what img{
    padding-bottom: 60px;
  }

  .health h2{
    color:#df543b;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 40px;
  }
  .health p{

    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 60px;
    line-height: 36px;
  }
  
  .health li{

    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 20px;
  }

  .exp_qoestions h2{
    color:#df543b;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 40px;
  }
  .exp_qoestions p{

    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 60px;
    line-height: 36px;
  }

  .exp_qoestions{
    padding-bottom: 60px;
  }

/*-------------#########################################################*/

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tab-slider-product .tabs {
  border: 0;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.grid-view-item.style2 .grid-view-item__link, .grid-view-item.style2 .grid-view_image {
  margin-bottom: 0;
}
.grid-view_image {
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
}


.grid-view-item.style2 .hoverDetails {
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.text-center {
  text-align: center!important;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/********************************************************************/

/*========================================================*/
.people_txt ul li{
  font-size: 61px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
  padding-bottom: 80px;
}
.test_text
{
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding: 35px 25px;
	
}
.img_test
{
	text-align: end;
}
.img_quotes
{
	position: absolute;
	top: 30px;
	left: 20px;
}
.test_text h2{
  font-size: 22px;
  font-weight: 400;
  font-family: 'El Messiri', sans-serif;
  margin: 0px;
 padding: 20px 0px 15px 20px;
	/*background: url("../images/team_quotes.jpg")no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;*/
}

.test_text p{
  font-size:17px;
  font-weight: 300;
  margin: 0px;
	line-height: 28pt;
  padding: 20px  0px 25px 0px;
}

.test_text h6{
  font-size:14px;
  font-weight: 600;
  margin: 0px;
}
 .team_test{
   padding: 100px 0px;
   overflow: hidden;
	 background: url("../images/team_bg.jpg")no-repeat;
	 background-size: cover;
 }
.box_text
{
	margin-bottom: 30px;
}
.team_test .page-link {
	font-size: 18px;
	font-weight: 500;
	 font-family: 'El Messiri', sans-serif;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: #ee5b1f;
    border: 0px solid #dee2e6;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
    padding: 20px 30px;
}
/********************************************Video_Listing*************(*******)******************************/
.video_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.video_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.video_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.video_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}

  .gallery {
    padding: 180px 0px 168px 0px;
}




.Video_listing
{
	padding: 100px 0px;
}
.video_frame iframe
{
	width:530px;
	height:315px;
}
.listing
{
	padding-top: 10px;
}
/*************************************Crystal_shop*******************************************/
.Crystal_banner{
    background: url(../images/banner.png) no-repeat ;
    background-size: cover;
    background-position: center ;
    padding: 140px 0px;
    overflow: hidden;
   
}

.Crystal_banner h2
{
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'cosi_timesroman';
    src: url('cosi_times_roman-webfont.woff2') format('woff2'),
         url('cosi_times_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    
}
.Crystal_banner h2 span
{
    font-family: 'abril_textregular';
    src: url('abril_text_regular-webfont.woff2') format('woff2'),
         url('abril_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.Crystal_banner h6
{
  font-size: 60px;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;}
/*************************/
.crystal_shop
{
	background: #fee0d4;
	padding: 100px 0px;
}
.shopping
{
	margin-top: 25px;
}
.img_shop img
{
	width: 100%;
}
.txt_shop
{
	background: #fff;
	padding: 15px 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.txt_shop h3
{
	color: #fe4900;
	font-size: 22px;
	font-weight: 500;
	 font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.txt_shop h6
{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	 font-family: 'Poppins', sans-serif;
	margin: auto;
}



  /*--------------------------------------------------------------
  # Mobile # tablet
  --------------------------------------------------------------*/

@media (min-width:0px) and (max-width:320px){
	/*************************************************/
	.team_test .page-link {
    font-size: 16px;
  padding: 4px 15px;
}
	.box_text {
    margin-bottom: 0px;
}
	.gallery_banner {
  padding: 60px 0px;
  }
	.gallery_banner h2 {
    font-size: 30px;
   line-height: 10px;
  
}
	.gallery_banner h6 {
    font-size: 31px;
    padding: 20px 0px 0px 0px;
    
}
	.people_txt ul li {
    font-size: 19px;
    padding-bottom: 10px;
}
	.team_test {
    padding: 30px 0px;
 
}
	.test_text p {
    font-size: 11px;
    line-height: 15pt;
    padding: 10px 0px 10px 0px;
}
	.test_text h6 {
    font-size: 10px;
  
}
	.test_text h2 {
    font-size: 15px;
   padding: 20px 0px 15px 0px;
}
	.test_text {
   border-radius: 10px;
    padding: 20px 15px;
		margin-bottom: 10px;
}
	.img_quotes {
     top: 15px;
    left: 10px;
}
	/**************************************************/
  .health li{

    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
  }
  .exp_qoestions{
    padding-bottom: 20px;
  }
  .exp_qoestions p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .exp_qoestions h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .health h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}



  .reiki h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .health p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .reiki p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .reiki {
    padding-top: 50px;
}

  .reiki_banner{
    background-position: left;
    padding: 15px 0px;
}

.reiki_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.reiki_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
     /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
    padding: 50px 0px 30px;
}
.whorkshow_banner{
    background-position: left;
    padding: 15px 0px;
}

.whorkshow_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.whorkshow_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}



   /*--------------------------------------------------------------
 ------------------#Inner-Blog page---------------------------------
  --------------------------------------------------------------*/
  .rpost {
    padding-bottom: 30px;
}
  .rpost .list-inline {
    text-align: center;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
    text-align: center;
}
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
    text-align: center;
}
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
  
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
    text-align: center;
    padding-top: 10px;
}
  .inner_page_blog .blog_prebtn {
    text-align: center;
}
  
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}
  .inner_page_blog p {
    font-size: 14px;
    text-align: center;
}

  .inner_page_blog .blog_txt a {
    font-size: 10px;
    text-align: center;
    padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;

}

 /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px;
}
  .whorkshow_banner{
    background-position: left;
    padding: 15px 0px;
}

.whorkshow_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.whorkshow_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 15px 0px;
}

.blog_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: center;

}
.blog a {
  font-size: 14px;
  text-align: center;
}


.blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;

}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {
  text-align: center;
  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}


 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 15px 0px;

}
  .about_banner h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
    text-align: center;
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
  text-align: center;
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: 46px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/

/*

  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}
*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 6px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    color: #ee5b1f;
 
}
.team li.list-inline-item img {
    display: none;
}
  .team {
    padding: 50px 0px;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 20px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
    text-align: center;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;

}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .cnct_btn {
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
    text-align: center;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
  .angle .carousel-control-next-icon {
    display: none;


}

.angle .carousel-control-prev-icon {
    display: none;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
/*******************************************/
	  .video_banner{
    background-position: left;
    padding: 15px 0px;
}

.video_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.video_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

	.Video_listing {
    padding: 30px 0px;
}
	.video_frame iframe {
    width: 297px;
    height: 215px;
}
.listing {
    padding-top: 0px;
}
	/**************************************************/
	  .Crystal_banner{
    background-position: left;
    padding: 15px 0px;
}

.Crystal_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.Crystal_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
	.crystal_shop {
    background: #fee0d4;
    padding: 30px 0px;
}
	.shopping {
    margin-top: 0px;
}
	.txt_shop {
     padding: 10px 10px;
		margin-bottom: 15px;
	}
	.txt_shop h3 {
   font-size: 18px;
}
	.txt_shop h6 {
   font-size: 16px;
	}
}
@media (min-width:321px) and (max-width:480px){
	/*************************************************/
		.team_test .page-link {
    font-size: 16px;
  padding: 4px 15px;
}
	.box_text {
    margin-bottom: 0px;
}
	.gallery_banner {
  padding: 60px 0px;
  }
	.gallery_banner h2 {
    font-size: 30px;
   line-height: 10px;
  
}
	.gallery_banner h6 {
    font-size: 31px;
    padding: 20px 0px 0px 0px;
    
}
	.people_txt ul li {
    font-size: 19px;
    padding-bottom: 10px;
}
	.team_test {
    padding: 30px 0px;
    
}
	.test_text p {
    font-size: 11px;
    line-height: 15pt;
    padding: 10px 0px 10px 0px;
}
	.test_text h6 {
    font-size: 10px;
  
}
	.test_text h2 {
    font-size: 15px;
   padding: 20px 0px 15px 0px;
}
	.test_text {
   border-radius: 10px;
    padding: 20px 15px;
		margin-bottom: 10px;
}
	.img_quotes {
     top: 15px;
    left: 10px;
}
  .health li{

    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
  }
  .exp_qoestions{
    padding-bottom: 20px;
  }
  .exp_qoestions p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .exp_qoestions h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .health h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}



  .reiki h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .health p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .reiki p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .reiki {
    padding-top: 50px;
}

  .reiki_banner{
    background-position: left;
    padding: 15px 0px;
}

.reiki_banner h2 {
  font-size: 47px;
  line-height: 50px;
  text-align: end;

}
.reiki_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

       /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
  padding: 50px 0px 30px;
}
.whorkshow_banner{
  background-position: left;
  padding: 80px 0px;
}

.whorkshow_banner h2 {
font-size: 47px;
line-height: 50px;
text-align: end;

}
.whorkshow_banner h6 {
font-size: 20px;
padding: 20px 0px 0px 0px;
text-align: end;

}

   /*--------------------------------------------------------------
 ------------------#Inner-Blog page---------------------------------
  --------------------------------------------------------------*/
  .rpost {
    padding-bottom: 30px;
}
  .rpost .list-inline {
    text-align: center;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
    text-align: center;
}
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
    text-align: center;
}
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
  
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
    text-align: center;
    padding-top: 10px;
}
  .inner_page_blog .blog_prebtn {
    text-align: center;
}
  
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}
  .inner_page_blog p {
    font-size: 14px;
    text-align: center;
}

  .inner_page_blog .blog_txt a {
    font-size: 10px;
    text-align: center;
    padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;

}


   /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px;
}
  .gallery_banner{
    background-position: left;
    padding: 15px 0px;
}

.gallery_banner h2 {
  font-size: 47px;
  line-height: 50px;
  text-align: end;

}
.gallery_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/


   /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 15px 0px;
}

.blog_banner h2 {
  font-size: 47px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: center;

}
.blog a {
  font-size: 14px;
  text-align: center;
}


.blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;

}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {
  text-align: center;
  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}


 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 15px 0px;

}
  .about_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
    text-align: center;
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
  text-align: center;
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: 46px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/
/*

  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 6px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    color: #ee5b1f;
 
}
.team li.list-inline-item img {
    display: none;
}
  .team {
    padding: 50px 0px;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 20px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
    text-align: center;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;

}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .cnct_btn {
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
    text-align: center;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
  .angle .carousel-control-next-icon {
    display: none;


}

.angle .carousel-control-prev-icon {
    display: none;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
/*******************************************/
		  .video_banner{
    background-position: left;
    padding: 15px 0px;
}

.video_banner h2 {
 font-size: 50px;
    line-height: 41px;
    text-align: end;

}
.video_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

	.Video_listing {
    padding: 30px 0px;
}
	.video_frame iframe {
    width: 355px;
    height: 215px;
}
.listing {
    padding-top: 0px;
}
/**************************************************/
	  .Crystal_banner{
    background-position: left;
    padding: 15px 0px;
}

.Crystal_banner h2 {
 font-size: 47px;
    line-height: 50px;
    text-align: end;

}
.Crystal_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
	.crystal_shop {
    background: #fee0d4;
    padding: 30px 0px;
}
	.shopping {
    margin-top: 0px;
}
	.txt_shop {
     padding: 10px 10px;
		margin-bottom: 15px;
	}
	.txt_shop h3 {
   font-size: 20px;
}
	.txt_shop h6 {
   font-size: 16px;
	}  

    
}
@media (min-width:481px) and (max-width:640px){
	/*************************************************/

	.box_text {
    margin-bottom: 0px;
}
	.gallery_banner {
  padding: 60px 0px;
  }
	.gallery_banner h2 {
    font-size: 30px;
   line-height: 10px;
  
}
	.gallery_banner h6 {
    font-size: 31px;
    padding: 20px 0px 0px 0px;
    
}
	.people_txt ul li {
    font-size: 36px;
    padding-bottom: 10px;
}
	.team_test {
    padding: 30px 0px;
    overflow: hidden;
    background: url(../images/team_bg.jpg)no-repeat;
    background-size: cover;
}
	.test_text p {
   font-size: 17px;
    line-height: 20pt;
    padding: 20px 0px 15px 0px;
}
	.test_text h6 {
    font-size: 14px;
  
}
	.test_text h2 {
    font-size: 20px;
   padding: 20px 0px 15px 0px;
}
	.test_text {
border-radius: 15px;
    padding: 30px 25px;
    margin-bottom: 20px;
}
	.img_quotes {
     top: 15px;
    left: 10px;
}
  .health li{

    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
  }
  .exp_qoestions{
    padding-bottom: 20px;
  }
  .exp_qoestions p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .exp_qoestions h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .health h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}



  .reiki h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .health p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .reiki p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .reiki {
    padding-top: 50px;
}

  .reiki_banner{
    background-position: left;
    padding: 15px 0px;
}

.reiki_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.reiki_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
  
       /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
  padding: 50px 0px 30px;
}
.whorkshow_banner{
  background-position: left;
  padding: 60px 0px;
}

.whorkshow_banner h2 {
font-size: 47px;
line-height: 50px;
text-align: end;

}
.whorkshow_banner h6 {
font-size: 20px;
padding: 20px 0px 0px 0px;
text-align: end;

}

  .rpost {
    padding-bottom: 30px;
}
  .rpost .list-inline {
    text-align: center;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
    text-align: center;
}
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
    text-align: center;
}
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
  
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
    text-align: center;
    padding-top: 10px;
}
  .inner_page_blog .blog_prebtn {
    text-align: center;
}
  
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}
  .inner_page_blog p {
    font-size: 14px;
    text-align: center;
}

  .inner_page_blog .blog_txt a {
    font-size: 10px;
    text-align: center;
    padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;

}

   /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px;
}
  .gallery_banner{
    background-position: left;
    padding: 50px 0px;

}

.gallery_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.gallery_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/


  /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 55px 0px;
}

.blog_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: center;

}
.blog a {
  font-size: 14px;
  text-align: center;
}


.blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;

}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {
  text-align: center;
  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}


 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/


  /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 65px 0px;

}
  .about_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
    text-align: center;
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
  text-align: center;
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/
  /*
   .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 10px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    color: #ee5b1f;
 
}
.team li.list-inline-item img {
    display: none;
}
  .team {
    padding: 50px 0px;
    text-align: center;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 20px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
    text-align: center;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;

}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .cnct_btn {
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
    text-align: center;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
  .angle .carousel-control-next-icon {
    display: none;


}


.angle .carousel-control-prev-icon {
    display: none;
}
.angle {
  text-align: center;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
/*******************************************/
	  .video_banner{
    background-position: left;
    padding: 15px 0px;
}

.video_banner h2 {
 font-size: 80px;
    line-height: 69px;
    text-align: end;

}
.video_banner h6 {
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

	.Video_listing {
    padding: 30px 0px;
}
	.video_frame iframe {
   width: 540px;
    height: 280px;
}
.listing {
    padding-top: 0px;
}
 /**************************************************/
	  .Crystal_banner{
    background-position: left;
    padding: 15px 0px;
}

.Crystal_banner h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: end;

}
.Crystal_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
	.crystal_shop {
    background: #fee0d4;
    padding: 30px 0px;
}
	.shopping {
    margin-top: 0px;
}
	.txt_shop {
     padding: 10px 10px;
		margin-bottom: 15px;
	}
	.txt_shop h3 {
   font-size: 20px;
}
	.txt_shop h6 {
   font-size: 16px;
	}  
}
@media (min-width:641px) and (max-width:767px){
  /******************************************************************/
	.box_text {
    margin-bottom: 0px;
}
	.people_txt ul li {
    font-size: 36px;
       padding-bottom: 20px;
}
	.test_text {
     margin-bottom: 20px;
}
	.team_test {
		padding: 40px 0px;}
	/********************************************************/

  .health li{

    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
  }
  .exp_qoestions{
    padding-bottom: 20px;
  }
  .exp_qoestions p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .exp_qoestions h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .health h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}



  .reiki h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .health p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .reiki p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .reiki {
    padding-top: 50px;
}

  .reiki_banner{
    background-position: left;
    padding: 15px 0px;
}

.reiki_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.reiki_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
       /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
  padding: 50px 0px 30px;
}
.whorkshow_banner{
  background-position: left;
  padding: 80px 0px;
}

.whorkshow_banner h2 {
font-size: 42px;
line-height: 50px;
text-align: end;

}
.whorkshow_banner h6 {
font-size: 20px;
padding: 20px 0px 0px 0px;
text-align: end;

}

  .rpost {
    padding-bottom: 30px;
}
  .rpost .list-inline {
    text-align: center;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
    text-align: center;
}
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
    text-align: center;
}
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
  
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
    text-align: center;
    padding-top: 10px;
}
  .inner_page_blog .blog_prebtn {
    text-align: center;
}
  
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}
  .inner_page_blog p {
    font-size: 14px;
    text-align: center;
}

  .inner_page_blog .blog_txt a {
    font-size: 10px;
    text-align: center;
    padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;

}

   /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px 20px;
}
  .gallery_banner{
    background-position: left;
    padding: 70px 0px;
}

.gallery_banner h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: end;

}
.gallery_banner h6 {
  font-size: 35px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 80px 0px;
}

.blog_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: center;

}
.blog a {
  font-size: 14px;
  text-align: center;
}


.blog .list-inline {
    padding-bottom: 15px;
    text-align: center;
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;

}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {
  text-align: center;
  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}


 /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/



 /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 65px 0px;

}
  .about_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
    text-align: center;
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
  text-align: center;
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
  text-align: center;
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: 94px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/
/*
  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}
*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 6px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    color: #ee5b1f;
 
}
.team li.list-inline-item img {
    display: none;
}
  .team {
    padding: 50px 0px;
    text-align: center;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 20px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
    text-align: center;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: center;
}
  .about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;

}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
}
  .angle .carousel-control-next-icon {
    display: none;


}


.angle .carousel-control-prev-icon {
    display: none;
}
.angle {
  text-align: center;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
	/*******************************************/
		  .video_banner{
    background-position: left;
    padding: 15px 0px;
}

.video_banner h2 {
 font-size: 75px;
    line-height: 62px;
    text-align: end;

}
.video_banner h6 {
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

	.Video_listing {
    padding: 30px 0px;
}
	.video_frame iframe {
   width: 515px;
    height: 245px;
}
.listing {
    padding-top: 0px;
}
/**************************************************/
	  .Crystal_banner{
    background-position: left;
    padding: 70px 0px;
}

.Crystal_banner h2 {
 font-size: 47px;
    line-height: 50px;
    text-align: end;

}
.Crystal_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
	.crystal_shop {
    background: #fee0d4;
    padding: 30px 0px;
}
	.shopping {
    margin-top: 0px;
}
	.txt_shop {
     padding: 10px 10px;
		margin-bottom: 15px;
	}
	.txt_shop h3 {
   font-size: 20px;
}
	.txt_shop h6 {
   font-size: 16px;
	}  

    

}
@media (min-width:768px) and (max-width:991px){
  /***********************************************************/
	.team_test {
    padding: 60px 0px;
	}
	.team_test li {
    font-size: 51px;
    padding-bottom: 20px;
}
	.img_quotes {
   top: 12px;
    left: 13px;
}
	.test_text {
   border-radius: 10px;
    padding: 20px 15px;
}
	.test_text h2 {
    font-size: 16px;
   padding: 25px 0px 0px 0px;
}
	.test_text p {
    font-size: 14px;
   line-height: 15pt;
    padding: 20px 0px 15px 0px;
}
	.test_text h6 {
    font-size: 11px;
    font-weight: 500;
	}
	/*************************************************/
  .health li{

    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
  }
  .exp_qoestions{
    padding-bottom: 20px;
  }
  .exp_qoestions p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .exp_qoestions h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .health h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}



  .reiki h2 {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

  .what p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .health p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

  .reiki p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
  .reiki {
    padding-top: 50px;
}

  .reiki_banner{
    background-position: left;
    padding: 100px 0px;
}

.reiki_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.reiki_banner h6 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
       /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
  padding: 50px 0px 30px;
}
.whorkshow_banner{
  background-position: left;
  padding: 100px 0px;
}

.whorkshow_banner h2 {
font-size: 55px;
line-height: 50px;
text-align: end;

}
.whorkshow_banner h6 {
font-size: 30px;
padding: 20px 0px 0px 0px;
text-align: end;

}
  .rpost {
    padding-bottom: 30px;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
   }
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
       padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
   }
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
     
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
       padding-top: 10px;
}
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
   }
  .inner_page_blog p {
    font-size: 14px;
   }

  .inner_page_blog .blog_txt a {
    font-size: 10px;
       padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
   padding-bottom: 15px;

}


   /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px 20px;
}
  .gallery_banner{
    background-position: left;
    padding: 70px 0px;
}

.gallery_banner h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: end;

}
.gallery_banner h6 {
  font-size: 35px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 80px 0px;
}

.blog_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;

}
.blog a {
  font-size: 14px;
}


.blog .list-inline {
    padding-bottom: 15px;
  
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;


}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {

  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}


 /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 65px 0px;

}
  .about_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
   
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
 
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;

}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;

}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
}

.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
 
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: 94px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/

/*
  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}
*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 10px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;

 
}
  .team {
    padding: 50px 0px;
    text-align: center;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 22px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
}
  .angle .carousel-control-next-icon {
    display: none;


}


.angle .carousel-control-prev-icon {
    display: none;
}
.angle {
  text-align: center;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
  /*******************************************/
		  .video_banner{
    background-position: left;
    padding: 100px 0px;
}

.video_banner h2 {
 font-size: 55px;
    line-height: 62px;
    text-align: end;

}
.video_banner h6 {
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

	.Video_listing {
    padding: 50px 0px;
}
	.video_frame iframe {
   width: 275px;
    height: 245px;
}
.listing {
    padding-top: 10px;
}
 /**************************************************/
	  .Crystal_banner{
    background-position: left;
    padding: 70px 0px;
}

.Crystal_banner h2 {
 font-size: 47px;
    line-height: 50px;
    text-align: end;

}
.Crystal_banner h6 {
  font-size: 30px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}
	.crystal_shop {
    background: #fee0d4;
    padding: 30px 0px;
}
	.shopping {
    margin-top: 0px;
}
	.txt_shop {
     padding: 10px 10px;
		margin-bottom: 15px;
	}
	.txt_shop h3 {
   font-size: 13px;
}
	.txt_shop h6 {
   font-size: 13px;
	}  

    

}
@media (min-width:992px) and (max-width:1024px){
   /***********************************************************/
	.team_test {
    padding: 60px 0px;
	}
	.people_txt ul li {
    font-size: 51px;
    padding-bottom: 20px;
}
	.img_quotes {
   top: 12px;
    left: 13px;
}
	.test_text {
   border-radius: 10px;
    padding: 20px 15px;
}
	.test_text h2 {
    font-size: 16px;
   padding: 25px 0px 0px 0px;
}
	.test_text p {
    font-size: 14px;
   line-height: 15pt;
    padding: 20px 0px 15px 0px;
}
	.test_text h6 {
    font-size: 11px;
    font-weight: 500;
	}
	/*************************************************/
       /*--------------------------------------------------------------
 ------------------#work show page---------------------------------
  --------------------------------------------------------------*/

.work {
  padding: 50px 0px 30px;
}
.whorkshow_banner{
  background-position: left;
  padding: 100px 0px;
}

.whorkshow_banner h2 {
font-size: 55px;
line-height: 50px;
text-align: end;

}
.whorkshow_banner h6 {
font-size: 30px;
padding: 20px 0px 0px 0px;
text-align: end;

}
  .rpost {
    padding-bottom: 30px;
}
  .rpost li img {
    width: 25%;
}
  .rpost .list-inline-item:not(:last-child) {
    margin-right: 0px;
    padding: 0px 1px;
}
  .rpost li {
    font-size: 10px;
    margin-bottom: 0px;
}
  .comment .cmt_postbtn {
    padding-bottom: 20px;
   }
  .comment .btn-secondary {
    font-size: 14px;
    padding: 10px 30px;
}
  .rpost h2 {
    font-size: 14px;
       padding-top: 20px;
}
  .comment .check_box {
    font-size: 16px;
    padding: 15px 0px 15px;
}
  .comment  .form-check {
    font-size: 14px;
}
  .comment .list-inline {
    padding-bottom: 20px;  
   }
  .comment p {
    font-size: 15px;
    padding-bottom: 20px;
     
}
  .inner_page_blog .btn-secondary {
    color: #fff;  
    font-size: 14px;
    padding: 10px 23px;
 
}
  .inner_page_blog .blog_nxtbtn {
       padding-top: 10px;
}
  .inner_page_blog .paragraph {
    padding-bottom: 20px;
}
  .inner_page_blog .list-inline {
    padding-bottom: 15px;
   }
  .inner_page_blog p {
    font-size: 14px;
   }

  .inner_page_blog .blog_txt a {
    font-size: 10px;
       padding: 0px 0px 0px 3px;
}

  .inner_page_blog {
    padding: 50px 0px 50px 0px;
}
.inner_page_blog .blog_img {
  padding-bottom: 20px;
}

.inner_page_blog h2 {
  font-size: 18px;
   padding-bottom: 15px;

}

   /*--------------------------------------------------------------
 ------------------#Gallery page---------------------------------
  --------------------------------------------------------------*/
  .gallery {
    padding: 50px 0px 20px;
}
  .gallery_banner{
    background-position: left;
    padding: 70px 0px;
}

.gallery_banner h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: end;

}
.gallery_banner h6 {
  font-size: 35px;
  padding: 20px 0px 0px 0px;
  text-align: end;

}

 /*--------------------------------------------------------------
 ------------------# End Gallery page---------------------------------
  --------------------------------------------------------------*/

    /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 80px 0px;
}

.blog_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;

}
.blog a {
  font-size: 14px;
}


.blog .list-inline {
    padding-bottom: 15px;
  
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;


}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {

  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}



   /*--------------------------------------------------------------
 ------------------#About us page---------------------------------
  --------------------------------------------------------------*/
  .about_banner {
    background-position: left;
    padding: 65px 0px;

}
  .about_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .about_banner h6 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-align: end;

}

  .founder .carousel-control-next-icon {
 display: none;
  }
  
  .founder .carousel-control-prev-icon {
    display: none;
  }
  

  .founder .list-inline {
    margin: 0px;
   
    padding-top: 30px;
}

.founder p {
  font-size: 14px;
  padding-top: 20px;
 
}
.founder li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
.support p {
  font-size: 14px;
  line-height: 28px;

}
.support h5 {
  font-size: 14px;
  padding-bottom: 20px;

}


.support h4 {
  font-size: 15px;
  padding-bottom: 20px;
}

.support h3 {
  font-size: 16px;
  padding: 20px 0px 20px;
 
}
.support {
  padding-top: 50px;
}

.founder h2 {
  font-size: 30px;
  padding: 190px 0px;
}
.founder {
  padding: 10px 0px 50px;
}


.nav_bar .d-flex {
  padding-left: 5px;
}
.nav_bar .navbar-light .navbar-nav .nav-link {
  padding: 10px 10px;
    font-size: 13px;

}
.nav_bar .btn-success {
padding: 7px 20px;
font-size: 13px;
}

 /*--------------------------------------------------------------
 ------------------# end About us page--------------------------------- 
  --------------------------------------------------------------*/
  /*
  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}
*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 10px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;

 
}
  .team {
    padding: 50px 0px;
    text-align: center;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 22px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
}
  .angle .carousel-control-next-icon {
    display: none;


}


.angle .carousel-control-prev-icon {
    display: none;
}
.angle {
  text-align: center;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
 /*******************************************/

  .video_banner {
    background-position: left;
    padding: 85px 0px;

}
  .video_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .video_banner h6 {
    font-size: 30px;
    padding: 30px 0px 0px 0px;
    text-align: end;

}
	.Video_listing {
    padding: 50px 0px;
}
	.video_frame iframe {
   width: 375px;
    height: 245px;
}
.listing {
    padding-top: 10px;
}
 /********************************************************/

	  .Crystal_banner {
    background-position: left;
    padding: 85px 0px;

}
  .Crystal_banner h2 {
    font-size: 42px;
    line-height: 50px;
    text-align: end;

}
  .Crystal_banner h6 {
    font-size: 30px;
    padding: 30px 0px 0px 0px;
    text-align: end;

}
	.txt_shop {
   padding: 10px 10px;
	}
	.txt_shop h3 {
    font-size: 18px;
	}
	.txt_shop h6 {
    font-size: 17px;
	}
}
@media (min-width:1025px) and (max-width:1200px){
    /*--------------------------------------------------------------
 ------------------#Blog page---------------------------------
  --------------------------------------------------------------*/
  .blog_banner{
    background-position: left;
    padding: 80px 0px;
}

.blog_banner h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: end;

}
.blog_banner h6 {
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  text-align: end;

}

.blog {
  padding-top: 50px;
}

.blog h2 {
  font-size: 25px;
  padding-bottom: 15px;

}
.blog a {
  font-size: 14px;
}


.blog .list-inline {
    padding-bottom: 15px;
  
}

.blog p {
  font-size: 14px;
  padding-bottom: 20px;


}

.blog .btn-secondary {
  font-size: 16px;
  padding: 10px 15px;

}
.blog_rm {

  padding-bottom: 20px;
}
.blog_rm img {
  padding-left: 5px;
}

.blog nav {
  padding: 30px 0px 50px 0px;
}
.page_blog {
  padding-top: 50px;
}

/*
  .footer .list-inline {
    padding-bottom: 20px;
}
  .footer {
    padding: 30px 0px;
}

  .footer .list-inline-item:not(:last-child) {
    margin: 0px;
    padding: 0px 5px;
}
*/
  .started .send_btn {
    padding-top: 15px;
}
  .started .btn-success {
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 400;
}
  .started .form-control {
    font-size: 14px;
}
  .started .form-floating>label {
    font-size: 14px;
}
  .started h2 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #ee5b1f;
}
  .started {
    padding: 50px 0px 30px 0px;
}
  .owner_email .btn-outline-secondary {
    padding: 10px 15px;
    font-size: 14px;
}
  .owner_email .form-control {
    font-size: 12px;
    padding: 12px 20px;
}
  .email h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
  .email h4 {
    font-size: 18px;
    text-align: center;
}
  .email {
    padding: 35px 0px;
}
  .team h6 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
  .team p {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
  .team li {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;

 
}
  .team {
    padding: 50px 0px;
    text-align: center;
   
}
  #portfolio .btn-success {
    padding: 8px 63px;
    font-size: 16px;
    text-align: center;
     margin-top: 1px;
}
  

.provide h2 {
    font-size: 22px;
    padding-bottom: 20px;

}
  .provide h4 {
    font-size: 14px;
}
  .provide {
    padding-top: 50px;
}
  .angle .btn-success {
    padding: 8px 35px;
    font-size: 14px;
}

  .r_more_btn {
    text-align: center;
}
  .angle p {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
}
  .angle h2 {
    font-size: 22px;
    padding: 15px 0px;
    line-height: 21px;
    text-align: center;
}

  .angle {
    padding-top: 50px;
}


  .angle {
    padding-top: 50px;
}
  .more_btn {
    padding-bottom: 30px;
    text-align: center;
}
  .about .btn-success {
    padding: 5px 30px;
    font-size: 14px;

}
  .about p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
}
  .about h6 {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about .loct {
    font-size: 14px;
    padding-bottom: 12px;
}
  .about h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

  .about {
    padding-top: 50px;
}
  .banner {
    padding: 33px 0px;
}
  .banner .btn-success {
    font-size: 14px;
    text-align: center;
}
  .banner h6 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0px;
}

  .banner h2 {
    font-size: 50px;
    line-height: 50px;
}
  .angle .carousel-control-next-icon {
    display: none;


}


.angle .carousel-control-prev-icon {
    display: none;
}
.angle {
  text-align: center;
}

.team .carousel-control-next-icon {
  display: none;
}

.team .carousel-control-prev-icon {
  display: none;

}
  
}
@media (min-width:1201px) and (max-width:1400px){
	 /*************************************************/
	.video_frame iframe {
    width: 450px;
    height: 315px;
}
	/********************************/
	
	.txt_shop {
   padding: 15px 15px;
	}
}