

.adiracity-section-title h1 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 60px;
    color: #1f1f1f;
    font-weight: 400;
    margin-top: 16px;
}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #3333337d!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    backdrop-filter: blur(5px);
}









/*<!-- ============================================================== -->
 <!-- Adiracity Header Start Here -->
<!-- ============================================================== -->*/

header.header-manu-section {
    position: fixed;
    width: 100%;
    transition: 1s;
    z-index: 100;
}


nav.header-menu {
    text-align: right;
}


nav.header-menu ul li {
    display: inline-block;
    padding: 40px 0 40px 40px;
    position: relative;
}


header.header-manu-section.sticky nav.header-menu ul li {
    padding: 12px 0 12px 40px;
}


nav.header-menu ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}


header.header-manu-section.sticky nav.header-menu ul li:first-child,
nav.header-menu ul li:first-child {
    padding-left: 0;
}


header.header-manu-section.style-two nav .submenu ul li a:hover {
    color: #fff;
}


/* Submenu */

.submenu {
    position: absolute;
    top: 129px;
    width: 205px;
    background: #fff;
    z-index: 50;
    border-top: 3px solid #f4ba48;
    transition: .4s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%);
    text-align: left;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
}


.sticky .submenu {
    top: 73px;
}


header.header-manu-section.sticky nav.header-menu .submenu ul li {
    padding: 0;
}


nav.header-menu .submenu ul li {
    display: block;
    padding: 0;
}


nav.header-menu .submenu ul li:last-child a::before {
    width: 0;
}


nav.header-menu .submenu ul li:last-child a {
    border: none;
    padding: 5px 20px 5px 20px;
    letter-spacing: 1px;
    background: #fff;
    color: #1f1f1f;
    width: 100%;
    border-radius: inherit;
}

.single-shop{border: 1px #f1f1f1 solid; padding: 20px; margin-bottom: 20px; background-color: #fff; text-align: center;border-radius: 6px; }


tbody,td,tr{ border: 1px #ccc solid;padding: 5px; }


nav.header-menu .submenu ul li a {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    letter-spacing: 1px;
    background: #fff;
    width: 100%;
    z-index: 1;
    color: #1f1f1f;
    position: relative;
    transition: .5s;
}


nav.header-menu .submenu ul li a:hover {
    color: #fff;
}


nav.header-menu .submenu ul li a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f4ba48;
    z-index: -1;
    transition: .5s;
}


nav.header-menu .submenu ul li a:hover:after{
    width: 100%;
    filter: saturate(360deg);
}

/* Submenu */

nav.header-menu ul li a {
    display: inline-block;
    padding: 8px 0 8px 6px;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 30px;
    position: relative;
    color: #fff;
    transition: .5s;
    text-transform: uppercase;
}


nav.header-menu ul li a.active,
nav.header-menu ul li a:hover {
    color: #f4ba48;
}


nav.header-menu a i {
    font-size: 10px;
    position: absolute;
    right: -14px;
    top: 10px;
}




nav.header-menu ul li:last-child a:hover:before {
    top: 0;
    left: 0;
    filter: hue-rotate(360deg);
}


/*<!-- ============================================================== -->
 <!--  Adiracity Header Start Here -->
<!-- ============================================================== -->*/


/*<!-- ============================================================== -->
 <!-- Adiracity Slider Start Here -->
<!-- ============================================================== -->*/

section.slider-section {
    height: 950px;
    display: flex;
    align-items: center;
    text-align: center;
    background: none no-repeat center;
    background-size: cover;
    position: relative;
}


section.slider-section.style-2 {
    background: linear-gradient(rgba(19, 19, 35, 0.4), rgba(0, 0, 0, 0.4)), none no-repeat center;
    background-size: cover;
}


.banner-sub-title h4 {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 4px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin: 0;
}


.banner-title h1 {
    font-size: 60px;
    letter-spacing: 19px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin: 30px 0 20px;
}


.banner-desc p {
    color: rgb(255 255 255 / 80%);
    width: 72%;
    margin: auto; font-size: 24px;
}





/*<!--==============================================================-->
 <!-- Adiracity Slider Start Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Tabs Start Here -->
<!--==============================================================-->*/

section.tabs-section {
    padding: 120px 0;
}


.tab-view {
    display: none;
}


.tab-view.active {
    display: block;
    -webkit-animation: move .4s ease-in;
    animation: zoomIn .5s ease-in;
}


.tab-list-title h4 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
}


.tab-desc p {
	margin: 16px 0 42px;
	width: 80%;
}


.tab-list {
	margin-left: 26px;
	padding: 33px 54px;
	background: url(../image/tab-item-bg.jpg) no-repeat center;
	background-size: cover;
	filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
	border-radius: 8px;
	margin-bottom: 30px;
	position: relative;
	width: 82%;
}


section.tabs-section.style-2 .tab-list {
    background: #1f1f1f;
}


.tab-list:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffaa00;
    border-radius: 8px 0 0 8px;
    z-index: -1;
    transition: .35s;
    opacity: 70%;
}


section.tabs-section.style-2 .tab-list:before {
    opacity: 100%;
}


section.tabs-section.style-2 .tab-list::after {
    opacity: 100%;
}


.tab-list::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #ffaa00;
    border-radius: 0 8px 8px 0;
    z-index: -1;
    transition: .35s;
    opacity: 70%;
}


.tab-list:hover::before,
.tab-list:hover::after {
    width: 50%;
    filter: saturate(360deg);
}


.tab-list-icon {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
    background-color: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: -28px;
    top: 56px;
}


.tab-list-icon img {
    filter: brightness(0);
    transition: .5s;
}


.tab-list:hover .tab-list-icon img {
    filter: brightness(1);
}


.tab-list-title h4 {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 0;
    transition: .5s;
}


section.tabs-section.style-2 .tab-list-title h4 {
    color: #fff;
}


.tab-list:hover .tab-list-title h4,
.tab-list:hover .tab-list-desc p {
    color: #fff;
}


.tab-list-desc p {
    display: inline-block;
    margin: 12px 0 0;
    transition: .5s;
}

section.tabs-section.style-2 .tab-list-desc p {
    color: #fff;
}


.tab-thumb {
    position: relative;
}


.tab-thumb img {
    width: 100%;
}


.tab-vedeo-btn a {
    width: 61px;
    height: 61px;
    border-radius: 31px;
    background-color: rgb(244 186 72);
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 46px;
    padding-left: 4px;
    position: absolute;
    top: 43%;
    left: 46%;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    animation-name: play-btn;
}


/*<!--==============================================================-->
 <!-- Adiracity Latest End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Footer Start Here -->
<!--==============================================================-->*/

footer.footer-section {
    padding: 120px 0 0;
    background: url(../image/footer-bg.jpg) no-repeat center;
    background-size: cover;
}


.footer-explore-title h6 {
    margin: 0 0 16px;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}


.footer-explore a {
    opacity: 0.902;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px;
    transition: .5s;
}


.footer-explore a:hover {
    color: #f3ba47;
    filter: hue-rotate(360deg)
}


.footer-contact-title h6 {
    margin: 0 0 28px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}


.footer-contact a {
    opacity: 0.902;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}


.footer-contact a:hover {
    color: #f3ba47;
    filter: hue-rotate(360deg);
}


.footer-contact li {
    opacity: 0.902;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 16px;
}


.footer-bootom {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    font-weight: 300;
}


.footer-bootom a {
    color: #f3ba47;
    transition: .5s;
}


.footer-bootom a:hover {
    filter: hue-rotate(360deg);
}


/*<!--==============================================================-->
 <!-- Adiracity Footer End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
/*<!--==============================================================-->
                <!-- Adiracity Home Page Two Here -->
 <!--==============================================================-->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Header Start Here -->
<!--==============================================================-->*/

header.header-manu-section.style-two nav.header-menu ul li a {
    color: #1f1f1f;
}


header.header-manu-section.style-two.sticky nav.header-menu ul li a {
    color: #fff;
}


header.header-manu-section.style-two.sticky nav .submenu ul li a {
    color: #1f1f1f;
}


header.header-manu-section.style-two.sticky nav.header-menu ul li a.active {
    color: #f4ba48;
}


/*<!--==============================================================-->
 <!-- Adiracity Testimonial End Here -->
<!--==============================================================-->*/


/


/*<!--==============================================================-->
 <!-- Adiracity Slider Start Here -->
<!--==============================================================-->*/

section.slider-section.style-two {
    background: none no-repeat center;
    background-size: cover;
}


section.slider-section.style-two .banner-sub-title h4 {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 30px;
    color: #f4ba48;
    font-weight: 400;
}


section.slider-section.style-two .banner-title h1 {
    font-size: 70px;
    letter-spacing: 11px;
    line-height: 78px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin: 18px 0 -6px;
    width: 51%;
}


/*<!--==============================================================-->
 <!-- Adiracity Case Study End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Feature Start Here -->
<!--==============================================================-->*/

section.feature-section {
    padding: 120px 0;
    background-color: #1f1f1f;
    text-align: center;
}


.feature-single-box {
    background: #fff;
    padding: 56px 46px 52px 46px;
    border-radius: 8px;
}


.feature-box-number h1 {
    font-size: 60px;
    letter-spacing: 13px;
    line-height: 55px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}


.feature-single-box:hover .feature-box-number h1 {
    color: #f3ba47;
}


.feature-boxo-title h4 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 28px 0 22px;
    transition: .5s;
}


.feature-single-box:hover .feature-boxo-title h4 {
    color: #f3ba47;
}


.feature-box-desc p {
    margin: 0;
    transition: .5s;
}


.feature-single-box:hover  .feature-box-desc p {
    color: #f3ba47;
}


/*<!--==============================================================-->
 <!-- Adiracity Testimonial End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity About Inner Page Start Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Banner Start Here -->
<!--==============================================================-->*/

section.banner-inner-section {
    height: 450px;
    display: flex;
    align-items: center;
    background: none no-repeat center;
    background-size: cover;
}


.banner-inner-section-title h1 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}


.banner-inner-link a {
    opacity: 0.851;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}

.banner-inner-link span{font-size:22px; color:#fff; line-height:50px;}

/*<!--==============================================================-->
 <!-- Adiracity About Banner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity About Feature Start Here -->
<!--==============================================================-->*/

section.feature-section.style-two {
    background: #f1f1f142;
}


section.feature-section.style-two .feature-single-box {
    filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
}


/*<!--==============================================================-->
 <!-- Adiracity Team Memeber Inner End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Adiracity Blog Inner Start Here -->
<!--==============================================================-->*/

section.blog-inner-section {
    background: #fff;
    padding: 65px 0;
}


.blog-inner-item {
    padding-bottom: 22px;
}


.blog-inner-content {
    background: #fff;
    width: 100%;
    padding: 42px 40px;
}



.blog-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: #e4e4e4;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
}


.blog-btn a:hover {
    color: #fff;
}


.blog-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #f3ba49;
    transition: .5s;
    z-index: -1;
}


.blog-btn a:hover:before {
    width: 100%;
    filter: saturate(360deg);
    left: 0;
}



/*<!--==============================================================-->
 <!-- Adiracity Shop Inner End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Adiracity Blog Details Inner End Here -->
<!--==============================================================-->*/

section.blog-inner-section.style-2 {
    padding: 120px 0;
}


.blog-title h2 {
    font-size: 28px;
    padding-bottom:16px;
    color: #1f1f1f;
    margin: 0;
   
}


.blog-details-desc span {
    color: #f4ba48;
}


.blog-desc.style-two p {
    margin-bottom: 32px;
}


.style-two .shop-categories {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 30px;
}


.shop-section-title h3 {
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0 0 10px;
    border-bottom: 1px solid #1f1f1f21;
    padding-bottom: 16px;
    position: relative;
}


.shop-section-title h3:before {
    position: absolute;
    content: '';
    top: 4px;
    bottom: 0;
    left: -30px;
    width: 2px;
    height: 30px;
    background: #f4ba48;
}


.cloud-tag li {
    display: inline-block; width: 100%; margin-top: 12px;
}


.cloud-tag li a{
    padding: 10px 24px;
    background: #fff;width: 100%;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400; box-sizing: border-box; border: 1px #f1f1f1 solid;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #333;
}
.cloud-tag li a.curr{background-color: #f4ba48; }


.cloud-tag li a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #f4ba48;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}


.cloud-tag li a:hover::before { 
    width: 100%;
    left: 0;
    filter: saturate(360deg);
}




/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/



/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}


.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}


.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #f4ba48;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}


.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}


.prgoress_indicator:hover ::after {
  color: #2871ff;
}


.prgoress_indicator:hover ::before {
  opacity: 1;
}


.prgoress_indicator svg path {
  fill: none;
}


.prgoress_indicator svg.progress-circle path {
    stroke: #f4ba48;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


@keyframes zoomIn {
    from{
      -webkit-transform: scale(.7) translateY(100px);
      transform: scale(.7) translateY(100px);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }

  
  
@keyframes ZoomIn {
    from{
      -webkit-transform: scale(.6);
      transform: scale(.6);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) ;
      transform: scale(1);
      opacity: 1;
    }
  }

  
@keyframes FadeInUp {
    from{
      -webkit-transform: translateY(10%);
      transform:  translateY(10%);
      opacity: 0;
    }
    to{
      -webkit-transform:  translateY(0%) ;
      transform:  translateY(0%);
      opacity: 1;
    }
  }


  @keyframes rotate {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}


@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}


@keyframes rotate3 {
    0% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    }
}


@keyframes rotate4 {
    0% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    }
}
  


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}



@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}



@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}





@-webkit-keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
        box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
    }
}


@keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 186, 72, 0.3), 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
        box-shadow: 0 0 0 10px rgba(244, 186, 72, 0.3), 0 0 0 20px rgba(244, 186, 72, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
    }
}


@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}


@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}



@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


@keyframes Ripple {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(3);
        -webkit-transform: scale(3 );
    }    
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
