*{
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 300;
}
body{
    overflow-x: hidden;
}

/*STYLE FOR HEADER*/

.header {
  background-color: #ffc300;	
  box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 3rem;
  list-style-type: none;
  margin-bottom: 0rem!important;
}
.header ul{
	margin-bottom:0rem!important;
}
.header li.logo-name {
  margin-right: auto;
  font-family: 'Berkshire Swash', cursive;
  font-size: 1.5rem;
  opacity: 0.8;
  color: #f16100;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px white;
}
.header li:not(.logo-name) {
  margin: 0.5rem;
  padding: 0.2rem 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.1), -4px -4px 6px white;
  border-radius: 10px;
  font-family: 'Yeseva One', cursive;
  cursor: pointer;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
  color: #f16100;
}
.header li:not(.logo-name):hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white;
}
.header li:not(.logo-name):focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white, 4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px white inset;
}
.header li:not(.logo-name):hover, .header li:not(.logo-name):focus {
  color: orangered;
}
.header a{
	color:white;
	text-decoration:none;
}
.header a:hover{
	color:#f16100;
}
/*Stying for small screens*/
@media screen and (max-width: 555px){
   .header{
	   display:none;
   }
}



nav{
    width: 100%;
    background-color: #f16100;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: sticky;
    top: 0px;
    z-index: 23;
}

/*Styling logo*/
.logo{
   padding: 0px 30px 0px 45px;
    text-align: center;
}
.logo img {
    height: 5rem;
    width: 5rem;
}

/*Styling Links*/
.nav-links-shree{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
	margin-bottom: 0rem;
    text-transform: capitalize;
}
.nav-links-shree li a{
	margin: 0px 11px;
    padding: 8px 15px;
    background: #f16100;
    font-size: 18px;
    color: #fff;
    font-family: 'Rozha One', cursive;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0), inset -3px -3px 8px 0 rgba(155, 196, 242, 0), 6px 6px 18px 0 rgb(94 38 3 / 35%), -3px -5px 10px 0 rgb(245 239 75);
    text-decoration: none;
}
.nav-links-shree li a:hover {
   
	box-shadow: inset 2px 2px 8px 0 rgb(94 38 3), inset -3px -3px 8px 0 rgba(245 239 75), 6px 6px 18px 0 rgba(0, 0, 0, 0), -6px -6px 18px 0 rgba(155, 196, 242, 0);
}
.nav-links-shree li {
    position: relative;
}

.activenav{
  background-color:#f5ef4b!important;
  color:#ff0000!important;
}


/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 1200px){
    nav{
        position: sticky;
		top:0px;
        z-index: 22;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links-shree{
        position: fixed;
        background: #f16100;
		height: -webkit-fill-available;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links-shree.open{
        clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links-shree li{
        opacity: 0;
    }
    .nav-links-shree li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links-shree li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links-shree li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links-shree li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links-shree li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links-shree li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links-shree li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade-shree{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}



.main-heading {
    font-family: "Berkshire Swash", cursive;
    font-size: 2.5rem;
    opacity: 0.8;
    color: rgb(241, 97, 0);
    font-weight: 400;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, white -2px -2px 4px;
    background: linear-gradient(rgb(250, 245, 169), transparent);
    padding: 20px 0px;
}
.main-heading-hindi{
	font-family: 'Rozha One', cursive;
    font-size: 2.5rem;
    opacity: 0.8;
    color: rgb(241, 97, 0);
    font-weight: 400;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px, white -2px -2px 4px;
    background: linear-gradient(rgb(250, 245, 169), transparent);
    padding: 20px 0px;
}
/* Style for Channel-style */

.Channel-style{
	text-align:center;
}
.border-vids {
    border: 7px solid white;
    padding: 7.5px;
    box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
	width:100%;
	height:300px;
}

.gallery-images{
	padding:50px 0px;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgb(250 197 160);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
	--s: 15px; /* control the size of the frame */
  
    padding: var(--s);
    --_g: #aa6342 90deg,#0000 0;
    --_d: var(--s) calc(2*var(--s)) no-repeat space;
    background:
    conic-gradient(from 45deg  at 0%  ,var(--_g)) 100%/var(--_d),
    conic-gradient(from 225deg at 100%,var(--_g)) 0   /var(--_d),
    linear-gradient(#c69781 var(--s),#aa6342 0 calc(100% - var(--s)),#944b29 0);
    box-shadow: 2px 2px 4px #0009;
    outline: 2px solid #f2f2f2;
    outline-offset: calc(-1*var(--s));
    margin: auto;
}

.gallery-image:hover {
	transform: scale(1.15);
	
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}
/* Style for baba details */

.institute-content {
  font-family: var(--font);
  background-repeat: no-repeat;
  background-size: cover;
  padding:20px 0px;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  line-height: 1.4;
  font-weight: 300;
}

.container-baba {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
  background: linear-gradient(178deg, #f3730a , #f5d93f);
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px) saturate(130%);
  border-radius: 10px;
  overflow: hidden;
}



.cover {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 150px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 35px;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M14.5 6.628L8.886 3.372v-6.515L14.502-6.4l5.612 3.257-.001 6.514zm0 50.06l-5.613-3.256v-6.515l5.614-3.258 5.612 3.257-.001 6.515zm14.497-25.117l-5.612-3.257v-6.515L29 18.541l5.612 3.257-.001 6.515zm-29 0l-5.612-3.257v-6.515L0 18.541l5.612 3.257v6.515zM14.5 11.82L4.36 5.967l.002-11.706 10.14-5.855L24.638-5.74l-.001 11.707zm0 50.06L4.36 56.028l.002-11.706 10.14-5.855 10.137 5.852-.001 11.707zm14.498-25.118L18.858 30.91l.002-11.707L29 13.349l10.137 5.853-.001 11.706zm-29 0l-10.139-5.852.002-11.707L0 13.349l10.138 5.853-.002 11.706zm14.501-19.905L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-linecap='square' stroke-width='1' stroke='hsla(0, 0%, 87%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.cover .profile-pic {
  max-width: 120px;
  max-height: 120px;
  padding: 3px;
  margin-bottom: -25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover .profile-pic img {
  max-width: 110px;
  border-radius: 50%;
}

.text-center {
  text-align: center;
}



.subtitle {
  color: #dddddd;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Rozha One', cursive;
}

.main {
 padding: 40px 30px;
  color: #fff;
}
.main p{
	font-size: 18px;
	font-family: 'Teko', sans-serif;
	text-align: justify;
}

@media (max-width: 399px) {
  .cover .profile-pic {
    max-width: 110px;
    max-height: 110px;
  }
  .cover .profile-pic img {
    max-width: 100px;
  }
  h1 {
    
  }
  
  .main {
    padding: 15px;
  }
  
}



/* Style for product */




/* STYLE FOR CONTACT */


.contact-container
{margin: 4% 0;
    display: flex;
    flex-direction: row;
    /* width: 900px; */
    /* max-width: 90%; */
	 
    box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
	
}
/* Left side Design*/
.contact-left
{
   width: 60%;
    padding: 20px;
    color: #52565e;
    background: linear-gradient(275deg, #f16100, #f5ef4b75);
}
.contact-form
{
    margin-top: 10px;
    width: 100%;
}
.single-row
{
    display: flex;
    justify-content: space-between;
}
.form-in
{
    padding: 0.5em;
    font-size: 14px;
	font-family: 'Rozha One', cursive;
    width: 100%;
    resize: vertical;
    margin-top: 1em;
    background: #eeeeee;
    border: none;
    box-shadow: inset 5px 5px 12px #e0e0e0, 
            inset -5px -5px 12px #fcfcfc;
            outline: none;
    color:#f16100;
}
.single-row + input
{
margin: 0 10px;
}
.ml
{
    margin-left: 10px;
	font-family: 'Rozha One', cursive;
	color:#f16100;
}
.mr
{
    margin-right: 10px;
	font-family: 'Rozha One', cursive;
	color:#f16100;
}

.multiple-row
{
    position: relative;
}
#submit
{
    display: none;
}
#submit + label
{
    position: absolute;
    font-size: 14px;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: #f16100;
    border-radius: 100%;
    color: #eeeeee;
    box-shadow:  6px 6px 12px #bebebe, 
             -6px -6px 12px #ffffff;
    cursor: pointer;
}

#submit + label:hover
{
    box-shadow: inset 6px 6px 12px #f5ef4b, 
            inset -6px -6px 12px #eeb645;
	color: #621c1c;			
}
/* Right side Design*/
.contact-right
{
    padding: 20px;
    width: 40%;
    background: linear-gradient(#f16100,#f5ef4b75),url('https://media.istockphoto.com/id/172858793/photo/aum-background.jpg?s=612x612&w=0&k=20&c=-pC9LJx8LGCZd4SgO-3Ll2EucQtwRKFoww958YBeXIo=');
    color: #eeeeee;
}
.contact-right h2{
	font-family: 'Rozha One', cursive;
	color:#f5ef4b;
	font-size: 30px;
}
.contact-left h2{
	font-family: 'Rozha One', cursive;
	color:#f16100;
	font-size: 30px;
}
textarea
{
    min-height: 200px;
}

.contact-info,.social-links
{
font-size: 14px;
margin-top: 40px;
}
.contact-info p
{
    margin-bottom: 20px;
	font-family: 'Rozha One', cursive;
	font-size: 18px;
}
.contact-info p  i
{
    margin-right: 20px;
}

.social-links a
{
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #eeeeee;
    margin-right: 20px;
    transition: 0.3s;
}
.social-links a:hover
{
margin-left: 10px;
}


@media only screen and (max-width: 770px)
{
    .contact-container
    {
        flex-direction: column;
    }
    .contact-right,.contact-left
    {
        width: 100%;
    }
}

.contactgif{
	height:450px;
	width:600px;
}

/* STYLE FOR FOOTER */

.footer-section {
  background: #f16100;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #eeb645;
}
.single-cta i {
  color: #f5ef4b;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
   font-family: 'Rozha One', cursive;
}
.cta-text span {
  color: #f5ef4b;
    font-size: 18px;
    font-family:'Rozha One', cursive;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
    height: 100px;
}
.footer-text p {
 margin-bottom: 14px;
    font-size: 20px;
    color: white;
    line-height: 28px;
    font-family: 'Teko', sans-serif;
    text-align: justify;
}
.footer-social-icon span {
  color: #f5ef4b;
   display: block;
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 20px;
   font-family: 'Rozha One', cursive;
}
.footer-social-icon a {
  margin: 0.5rem;
    padding: 0.2rem 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.1), -4px -4px 6px white;
    border-radius: 10px;
    font-family: 'Yeseva One', cursive;
    cursor: pointer;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    color: #f16100;
}
.footer-social-icon i:hover{
	color:#f5ef4b;
}
.footer-social-icon i {
  color:white;
}

.footer-widget-heading h3 {
  color: #f5ef4b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Rozha One', cursive;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffc300;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #f5ef4b;
}
.footer-widget ul li a {
  color: white;
  text-transform: capitalize;
  font-family: 'Rozha One', cursive;
  text-decoration: none;
  font-size: 20px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #ff9248;
}
.copyright-text p {
  font-size: 18px;
      margin-bottom: 0rem;
    color: white;
    text-align: center;
    font-family: 'Rozha One', cursive;
    padding: 10px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #f5ef4b;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-list-style{
	padding-left: 0px;
}
.footer-logo-head{
	font-family: 'Berkshire Swash', cursive;
  font-size: 30px;
  color: #f5ef4b;
  font-weight: 400;
}

/*Stying for Gemstone*/

figure.snip1132 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 20px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow:9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
}

figure.snip1132 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.snip1132 img {
  max-width: 100%;
  position: relative;
  height:200px;
  opacity: 1;
}

figure.snip1132 figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #f16100;
  border-width: 0 1px;
}

figure.snip1132 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1132 .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

figure.snip1132 h3,
figure.snip1132 p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  font-size: 20px;
  width: auto;
  text-transform: capitalize;
  font-weight: 400;
  color:white;
  font-family: 'Rozha One', cursive;
}

figure.snip1132 h3 span,
figure.snip1132 p span {
  font-weight: 800;
}

figure.snip1132 h3:before,
figure.snip1132 p:before,
figure.snip1132 h3:after,
figure.snip1132 p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: #f16100;
}

figure.snip1132 h3:before,
figure.snip1132 p:before {
  left: -1000%;
}

figure.snip1132 h3:after,
figure.snip1132 p:after {
  right: -1000%;
}

figure.snip1132 h3:before,
figure.snip1132 h3:after {
  top: 50%;
}

figure.snip1132 p {
  font-size: 1em;
  font-weight: 500;
}

figure.snip1132 p:before,
figure.snip1132 p:after {
  bottom: 50%;
}

figure.snip1132 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1132:hover img,
figure.snip1132.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}



.product-body {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}


.Contact_bg{
  background-image: url(../img/c-bg.jpg);
 }

.Gallery_bg{
  background-image: url(../img/g-bg.jpg);
}
.Gemstone_bg{
  background-image: url(../img/gm-bg.jpg);
}

.Products_bg{
  background-image: url(../img/p-bg.jpg);
}
.Rudraksha_bg{
  background-image: url(../img/rd-bg.jpg);
}
.About_bg{
  background-image: url(../img/ab-bg.jpg);
}


.hero_wrap{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

}

.hero_wrap .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.3;
  background: #f16100;
  
}

.hero_wrap .slider-text{
  height: 300px;
}

.hero_wrap .slider-text .bread{
  font-weight: 900;
  font-family: 'Berkshire Swash', cursive;
  color: #fff;
}

.hero_wrap .slider-text .breadcrumbs{
  font-size: 15px;
  font-family: 'Rozha One', cursive;
  letter-spacing: 1px;
  
}

.hero_wrap .slider-text .breadcrumbs span{
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero_wrap .slider-text .breadcrumbs span a{
  color: #fff;
  text-decoration:none;
}

.hero_wrap .slider-text .breadcrumbs span a:hover{
  color: #f5ef4b;
}
.text-center{
	z-index:1;
}
/*Stying for Rudraksha*/
figure.snip1416 {
  font-family: 'Rozha One', cursive;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 20px;
  min-width: 230px;
  max-width: 315px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
  text-align: left;
}
figure.snip1416 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1416 img {
  opacity: 0.8;
  width: 100%;
      height: 200px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1416 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1416 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1416 h2,
figure.snip1416 h3 {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
  font-family: 'Rozha One', cursive;
  text-transform: capitalize;
}
figure.snip1416 h2 {
  font-weight: 900;
  bottom: 0;
  font-size: 25px;
}
figure.snip1416 h3 {
  font-size: 1.1em;
  top: 0;
  color:white;
  font-weight: 500;
}
figure.snip1416 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
figure.snip1416 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1416:hover img,
figure.snip1416.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1416:hover figcaption h3:first-of-type,
figure.snip1416.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  opacity: 0;
}
figure.snip1416:hover figcaption h3:nth-of-type(2),
figure.snip1416.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.Rudraksha{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 0;
    height: 100%;
}


/******************************************************
For more service
******************************************************/
.other-services{
	padding:50px 0px;
}
.banner-body {
  --col-gap: 3rem;
    --barH: 1.5rem;
    --roleH: 3rem;
    --flapH: 3rem;
}
.banner {
  width: 100%;
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  gap: 1rem;
  padding-block-end: calc(var(--flapH) + 1rem);
  text-align: center;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.6) var(--roleH),
    rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
    rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
  );
  clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  );
}

/* bar */
.banner::before {
  content: "";
  grid-area: role;
  height: var(--barH);
  width: calc(100% + var(--col-gap));
  margin-left: calc(var(--col-gap) / -2);
  margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
  background: #f16100;
  z-index: -1;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
}

/* role */
.banner::after {
  content: "";
  grid-area: role;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
  height: var(--roleH);
}


.banner .title,
.banner .descr {
  padding-inline: 1rem;
  color: #ff0000;
}


.banner .title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Rozha One', cursive;
}

.banner .descr {
  font-size: 1.2rem;
  font-family: 'Teko', sans-serif;
}

.banner-list{
	color:white;
	font-family: 'Teko', sans-serif;
	padding: 50px 50px;
	text-align:left;
}
.banner-list a{
	color: #f16100!important;
	text-decoration:none;
	
}
.banner-list a:hover{
	color: #b11919!important;
	
}
.content{
	list-style-type:none;
}

.banner-body-contact {
  --col-gap: 2rem;
  --barH: 1rem;
  --roleH: 2rem;
  --flapH: 2rem;

  
}
.banner-contact {
  width: fit-content;
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  gap: 1rem;
  padding-block-end: calc(var(--flapH) + 1rem);
  text-align: center;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.6) var(--roleH),
    rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
    rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
  );
  clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  );
}

/* bar */
.banner-contact::before {
  content: "";
  grid-area: role;
  height: var(--barH);
  width: calc(100% + var(--col-gap));
  margin-left: calc(var(--col-gap) / -2);
  margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
  background: #f16100;
  z-index: -1;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
}

/* role */
.banner-contact::after {
  content: "";
  grid-area: role;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
  height: var(--roleH);
}


.banner-contact .title-contact,
.banner-contact .descr-contact {
  padding-inline: 1rem;
  
}


.banner-contact .title-contact {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff0000;
  padding-top: 50px;
  font-family: 'Rozha One', cursive;
}

.banner-contact .descr-contact {
  font-size: 1.2rem;
  font-family: 'Teko', sans-serif;
  color: #f16100;
}

.banner-list-contact{
	font-family: 'Teko', sans-serif;
	padding: 0px 50px;
	color: #f16100;
	text-align:left;
}

.contact-banner{
	text-align: -webkit-center;
	padding:50px 0px;;
}
.banner-list-contact a:hover{
	color: #b11919!important;
	
}
/******************************************************
End for more service
******************************************************/


/******************************************************
For aim
******************************************************/

.aim{
	padding:50px 0px;
}

.mission {
  --frontColor: white;
  --width: 100%;
  --inlineP: 2rem;
  --borderR: 6rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;

  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR)
    "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}
.mission .icon,
.mission .title,
.mission .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.mission .icon,
.mission .title {
  color:#ff0000;
  text-align: center;
  
  padding-bottom: 0.5rem;
}

.mission .title,
.mission .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}
.mission .icon {
  grid-area: icon;
  font-size: 4rem;
  display: grid;
  background: #f5ef4b;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}
.mission .icon img {
  width:100px;
  height:100px;
  padding:5px;
}

.mission .title {
  grid-area: title;
  font-size: 2.5rem;
  font-family: 'Rozha One', cursive;
  background: #f5ef4b;
  font-weight: bold;
}

.mission .descr {
    grid-area: descr;
	font-size: 1.5rem;
	background: #f5ef4b;
	color:#f16100;
	text-align: center;
	font-family: 'Teko', sans-serif;
}
.mission .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.mission::after {
   content: "";
  position: absolute;
  z-index: -1;

  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);

  display: flex;
  align-items: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;

  --pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}
.mission::before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;

  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}

/******************************************************
end for aim
******************************************************/

/*--------------------------------------------------------------
social fixed
--------------------------------------------------------------*/ 

.fab-wrapper {
  position: fixed;
    bottom: 35px;
	z-index:3;
    right: 36px;
}
.fab-checkbox {
  display: none;
}
.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ffc300;
  box-shadow:  5px 5px 6px 0px #f16201;
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #f16100;
  box-shadow:  5px 5px 6px 0px #f16201;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #ffc300;
  width: 3rem;
  height: 3rem;
  text-decoration:none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  box-shadow:  5px 5px 6px 0px #f16201;
  transition: all 1s ease;

  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #f16100;
  color:white;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}
/*--------------------------------------------------------------
.scrool top
--------------------------------------------------------------*/ 

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index:3;
  background:#ffc300;
  border:0px;
  padding: 20px 23px;
  border-radius:50%;
  display: none;
  box-shadow: -2px 5px 6px 0px #f16201;
}
#btn-back-to-top:hover{
	background:#f16100;
}
/*--------------------------------------------------------------
About owner
--------------------------------------------------------------*/ 
.img-fluid {
  max-width: 100%;
  height: auto;
}

.about-margin{
	margin-bottom:200px;
}

.clear {
  clear: both;
}

.container-1 {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  transform: translateY(15%);
 box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
}
.container-1 .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container-1 .circles:before {
  content: "";
  position: absolute;
  left: -6%;
  top: -8%;
  width: 200px;
  height: 200px;
  background: #fddb33;
  border-radius: 50%;
}
.container-1 .circles:after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -15%;
  width: 200px;
  height: 200px;
  background: #fddb33;
  border-radius: 50%;
}
.container-1 .details-container-1 {
  position: relative;
  display: flex;
}
.container-1 .details-container-1 .avatar {
  margin: 10px auto;
  position: relative;
  float: left;
  padding: 20px;
}
.container-1 .details-container-1 .avatar img {
  max-width: 240px;
  margin-top: -70px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 6px 0px #22222273;
}
.container-1 .details-container-1 .about {
  float: right;
  padding: 20px;
}
.container-1 .details-container-1 .about .name p {
  margin: 0;
  color: #f16100;
  line-height: 1.6em;
  font-family: 'Teko', sans-serif;
  font-size: 1.1em;
}
.container-1 .details-container-1 .about .name h2 {
  color: #fddb33;
  font-weight: bold;
  margin: 0;
  font-family: 'Rozha One', cursive;
  font-size: 1.8em;
}
.container-1 .details-container-1 .about .about-content p {
  line-height: 1.6em;
  text-align:justify;
  color: dimgray;
  margin-bottom:0px;
  font-family: 'Teko', sans-serif;
}


.skills-container-1 p  {
 
  padding: 5px 20px;
  color: dimgray;
  text-align:justify;
  font-family: 'Teko', sans-serif;
  transition: 0.2s all;
  margin-bottom:0px;
}

@media only screen and (max-width: 766px) {
  .container-1 {
    height: auto;
  }
  .container-1 .details-container-1 {
    flex-direction: column;
  }
  .container-1 .details-container-1 .avatar img {
    width: 300px;
  }
  .container-1 .details-container-1 .about {
    margin-top: 10px;
  }
  .about-margin{
	margin-bottom:300px;
}
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUpFromBottom {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





.slider-section{
  overflow: hidden;
}



.slider-section img {
  display: block;
  width: 100%;
  height: 550px;
  
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin: 0 auto;
  padding-block: 5rem;
}

.container-about-crousal {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: whitesmoke;
  background: var(--black-300);
}





.book-view {
	
	perspective: 1000px;
    text-align: -webkit-center;
	padding: 50px 0px;
}


.book {
    --witdh: 200px;
    --height: 250px;
    --thick: 40px;
    --inner: 6px;
    --pages-bg: white;
    --cover-bg: rgba(33,32,30,255);
    --cover-radius: 6px;
    position: relative;
    width: var(--witdh);
    height: var(--height);
    /* transform: rotateY(-30deg) rotateX(30deg); */
	transform: rotateY(333deg) rotateX(0deg);
    transition: 0.5s transform;
}
.book-padding{
	padding:50px 30px;
}
.book:hover {
    transform: rotateY(360deg) rotateX(0deg);
}

.book,
.book__cover,
.book__pages {
    transform-style: preserve-3d;
}

.book__cover,
.book__cover::before,
.book__cover-img {
    border-top-right-radius: var(--cover-radius);
    border-bottom-right-radius: var(--cover-radius);
    user-select: none;
}

.book__cover::before,
.book__cover::after,
.book__pages::before,
.book__pages::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
}

.book__cover,
.book__cover::before,
.book__cover::after {
    background-color: var(--cover-bg);
}

.book__cover {
    width: 100%;
    height: 100%;
}

.book__cover::before {
    width: 100%;
    transform: translateZ(calc(var(--thick)*-1));
    /* box-shadow: 0 0 16px 1px rgba(0, 0, 0, 1); */
	box-shadow: 9px 9px 18px #f0630280, -9px -9px 18px #f9d686db;
}

.book__cover::after {
    width: var(--thick);
    transform-origin: left center;
    transform: rotateY(90deg);
}

.book__cover-img {
    width: 100%;
    height: 100%;
}

.book__pages,
.book__pages::before,
.book__pages::after {
    background: var(--pages-bg);
}

.book__pages {
    position: absolute;
    right: var(--inner);
    top: var(--inner);
    width: var(--thick);
    height: calc(100% - var(--inner)*2);
    transform-origin: right center;
    transform: rotateY(-90deg);
}

.book__pages::before,
.book__pages::after {
    width: var(--thick);
    height: calc(var(--witdh) - var(--inner));
}

.book__pages::before {
    transform-origin: center top;
    transform: rotateX(90deg);
}

.book__pages::after {
    top: unset;
    bottom: 0;
    transform-origin: center bottom;
    transform: rotateX(-90deg);
}


.banner-body {
  --col-gap: 3rem;
    --barH: 1.5rem;
    --roleH: 3rem;
    --flapH: 3rem;
}
.banner {
  width: 100%;
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  gap: 1rem;
  padding-block-end: calc(var(--flapH) + 1rem);
  text-align: center;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.6) var(--roleH),
    rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
    rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
  );
  clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  );
}

/* bar */
.banner::before {
  content: "";
  grid-area: role;
  height: var(--barH);
  width: calc(100% + var(--col-gap));
  margin-left: calc(var(--col-gap) / -2);
  margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
  background: #f16100;
  z-index: -1;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
}

/* role */
.banner::after {
  content: "";
  grid-area: role;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
  height: var(--roleH);
}


.banner .title,
.banner .descr {
  padding-inline: 1rem;
  color: #ff0000;
}


.banner .title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Rozha One', cursive;
}

.banner .descr {
  font-size: 1.2rem;
  font-family: 'Teko', sans-serif;
}

.banner-list{
	color:white;
	font-family: 'Teko', sans-serif;
	padding: 50px 50px;
	text-align:left;
}
.banner-list a{
	color: #f16100!important;
	text-decoration:none;
	letter-spacing: normal;
	
}
.banner-list a:hover{
	color: #b11919!important;
	
}
.content{
	list-style-type:none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.about-margin{
	margin-bottom:200px;
}

.clear {
  clear: both;
}
 .details-container {
  position: relative;
  display: flex;
}
 .details-container .avatar {
  margin: 10px auto;
  position: relative;
  float: left;
  padding: 20px;
}
 .details-container .avatar img {
  max-width: 240px;
  margin-top: -70px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 6px 0px #22222273;
}
 .details-container .about {
  float: right;
  padding: 20px;
}
 .details-container .about .name p {
  margin: 0;
  color: #f16100;
  line-height: 1.6em;
  font-family: 'Teko', sans-serif;
  font-size: 1.1em;
}
 .details-container .about .name h2 {
  color: #ff0000;
  font-weight: bold;
  margin: 0;
  font-family: 'Rozha One', cursive;
  font-size: 1.8em;
}
.details-container .about .about-content p {
  line-height: 1.6em;
  text-align:justify;
  color: #b11919;
  margin-bottom:0px;
  font-family: 'Teko', sans-serif;
}


.skills-container p  {
 
  padding: 5px 20px;
  color: #b11919;
  text-align:justify;
  font-family: 'Teko', sans-serif;
  transition: 0.2s all;
  margin-bottom:0px;
}
@media only screen and (max-width: 766px) {
  
  .details-container {
    flex-direction: column;
  }
   .details-container .avatar img {
    width: 300px;
  }
  .details-container .about {
    margin-top: 10px;
  }
  .about-margin{
	margin-bottom:300px;
}
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUpFromBottom {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@keyframes content-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
/* used for wrapper animation after the load of the page */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.tabs-wrapper {
  
}
.tabs-wrapper input[type="radio"] {
  display: none;
}
.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #b11919;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ef972a;
  text-align: center;
  line-height: 3em;
}
.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #b11919;
  color:white;
  /*@include transform (translate(0,-0.2em));*/
}
.product-margin{
	margin:50px 0px;
}
@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 15%;
  }
}
@media screen and (max-width: 992px) {
  .tabs-wrapper label {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #f5ef4b;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label,
#tab5:checked + label,
#tab6:checked + label {
  background: #f16100;
  color: white;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
}

.tab-body-wrapper {
 
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}


#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4,
#tab5:checked ~ .tab-body-wrapper #tab-body-5,
#tab6:checked ~ .tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  /* Choose one - modify .tab-body opacity to 1 if you don't want any animation or set opacity to 1 here */
  /* @include animation(0.2s,0.8s,content-rotate-y); */
  /* @include animation(0.2s,0.8s,content-rotate-both); */
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
  /* @include animation(0.1s,1s,content-slide-bot); */
}




.dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  color: #ffa000;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  margin: 20px 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.dedcription-btn .btn-icon {
  background-color: #ffa000;
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fcfcfc;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.dedcription-btn:hover {
  color: #fff!important;
}
.product-main-padding{
	padding:50px 0px;
}