/* Prevent carousels from causing page-wide horizontal scroll */
#events .owl-stage-outer,
#testimonials .owl-stage-outer,
#team .owl-stage-outer {
  overflow: hidden !important;
}

/* Also neutralize unnecessary horizontal scrollbars on body/html */
html, body {
  overflow-x: hidden;
}

html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
body.admin-bar .topbar{
  margin-top: 32px;
}

/*#slider .owl-carousel .owl-item img{
  width: 100% !important;
}*/
header,section,footer {
  z-index: 0
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
/*--------slider------*/
#home_slider {
    position: relative;
    overflow: hidden;
}
section#home_slider {
    background: #F3F3F3;
}
h6.slider-sm-heading {
    font-size: 36px;
    text-transform: capitalize;
}
h2.slider-main-head {
    font-size: 73px;
    line-height: 90px;
}

p.slidr-text {
    font-size: 22px;
    color: #575757;
}
a.slide-sw-btn,a.about-btn,a.dicr-btn ,a.testimonial-otr-btn{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #6B7050;
    border-radius: 15px;
    padding: 15px 35px;
}
a.popup-youtube {
    font-size: 20px;
    font-weight: 500;
    color: #6B7050;
    font-family: 'Poppins';
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*================about===================*/
.progres-bar-box{
width:100%;
}

.skill-bar{
margin-bottom:40px;
}

.skill-head{
display:flex;
justify-content:space-between;
margin-bottom:12px;
}

.skill-title,.skill-percent {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Futura PT';
    color: #000000;
}
.progress{
width:100%;
height:10px;
background:#EEEDED;
border-radius:20px;
position:relative;
overflow: visible;
}

.progress-fill,.progress-fill2{
height:100%;
background:#6B7050;
border-radius:20px;
position:relative;
}
.progress-fill{
    width: 97%;
}
.progress-fill2{
    width: 75%;
}
.progress-handle{
position:absolute;
right:0px;
top:50%;
transform:translateY(-50%);
width:40px;
height:40px;
background:#fff;
border:7px solid #6B7050;
border-radius:50%;
cursor:pointer;
}
.about-img1 img {
    border-radius: 0px 999px 999px 0px;
    width: 440px;
    height: 280px;
    object-fit: cover;
}
.about-img2 img {
    border-radius: 999px 0px 0px 999px;
}
h2.abt-head {
    width: 45%;
}
h6.abt-sm-head {
    text-transform: capitalize;
}
/*=========counter============*/
h3.excl-no {
    font-size: 64px;
    color: #6B7050;
    display: inline-flex;
}
p.counter-name {
    font-size: 32px;
}
.excl-brdr{
    border-right:1.5px dashed #A7B3C2;

}
.excl-brdr.cnter-brd4{
    border-right: none;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.cnt-inn {
    display: flex;
    gap: 47px;
    justify-content: space-between;
}
/*============new-collection===========*/
h2.collection-head {
    color: #ffffff;
}
h6.collcn-name a,h6.collcn-name {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Marcellus';
    text-transform: capitalize;
}
p.colln-price.price {
    font-size: 20px;
    color: #ffffff;
}
.colln-btn a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 450;
    text-transform: uppercase;
    font-family: 'Futura PT';
    letter-spacing: 1px;
}
.cllnt-box {
    box-shadow: 0px 4px 74px 0px #00000012;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.colln-img-box,.sllr-img-bg-clr {
    position: relative;
}
.colln-sale-tag,.sellr-sale-tag {
    position: absolute;
    right: 8px;
    top: 8px;
    box-shadow: 0px 4px 74px 0px #00000012;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    width: 54px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.colln-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
a.colln-otr-btn,a.promo-btn,a.sllr-otr-btn,a.blog-otr-btn,a.faqs-ri8-btn,a.connect-ri8-btn.btn
 {
    background: #ffffff;
    border-radius: 15px;
    font-size: 20px;
    color: #6B7050;
    font-weight: 450;
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.sllr-otr-btn{
    background: #575757;
    color: #ffffff;
}
.collcn-img img {
    width: 100%;
}
/*==========services=============*/
h6.sevc-sm-head {
    text-transform: capitalize;
}
h2.sevc-main-head {
    width: 70%;
    line-height: 70px;
}
.servc-img1 img {
    width: 100%;
    border-radius: 999px 999px 0px 0px;
    height: 635px;
    object-fit: cover;
}
.servc-img2 img {
    width: 100%;
    border-radius: 0px 0px 999px 999px;
}
a.servc-title {
    font-size: 32px;
    color: #000000;
    font-family: 'Marcellus';
    text-transform: capitalize;
    font-weight: 400;
}
p.serv-inn-txt {
    font-size: 20px;
}
.servc-content {
    border: 1px solid #D9D9D9;
    background: #ffffff;
}
/*======promotion============*/
h6.promo-sm-head {
    text-transform: capitalize;
}
h2.promo-head {
    line-height: 70px;
}
p.promo-txt,h2.promo-head,h6.promo-sm-head{
    color: #ffffff;
}
.promo-postng img {
    width: 100%;
}
/*===========best-seller=================*/
h3.sell-name, h3.sell-name a {
    font-size: 24px;
    font-family: 'Marcellus';
}
p.sell-price.price {
    font-size: 20px;
    color: #575757;
    font-weight: 400;
    font-family: 'Futura PT';
}
.sllr-cart-btn {
    border-top: 1px solid #D9D9D9;
}
.prodc-sing-box {
    border: 1px solid #D9D9D9;
}
.sllr-cart-btn a {
    font-size: 18px;
    color: #575757;
    font-weight: 450;
    text-transform: uppercase;
    font-family: 'Futura PT';
    letter-spacing: 1px;
}
.sell-img img {
    box-shadow: 0px 4px 40px 0px #00000012;
    background: #ffffff;
    width: 310px !important;
    height: 255px !important;
    object-fit: contain;
}
p.sell-price .del-pric{
margin-right:4px;
}

p.sell-price .act-price{
margin-left:4px;
}
/*========contact-us-section==========*/
h6.con-sec-sm-hd {
    text-transform: capitalize;
}
.cont-sec-ri8-img img {
    border-radius: 999px 0px 0px 999px;
}
h2.con-sec-head {
    width: 70%;
    line-height: 65px;
}
input[type="text"].con-sec-nam, input[type="tel"].cont-sec-call, input[type="email"].cont-sec-mail, textarea.cont-sec-msg {
    background: #F6F6F6 !important;
    border-radius: 15px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Futura PT', sans-serif;
    color: #575757;
    text-transform: capitalize;
    padding: 20px 30px;
    margin-bottom: 15px;
}
input[type="text"].con-sec-nam::placeholder, input[type="tel"].cont-sec-call::placeholder, input[type="email"].cont-sec-mail::placeholder, textarea.cont-sec-msg::placeholder {
    color: #575757;
}
textarea.cont-sec-msg{
    height: 147px;
    margin-bottom: 3px !important;
}
input[type="submit"].cont-sec-btn {
    background: #6B7050;
    width: 284px;
    height: 70px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 450;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px 10px 10px;
}
.con-sec-btn-wrap{
  position: relative;
  width: 284px;
  height: 70px;
}
.contact-sec-wrapper .container-fluid {
    padding-left: 15%;
}
/* Arrow */
.con-sec-btn-wrap::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    /*display: inline-flex;
    justify-content: center;
    align-items: center;*/
}
/*=======team============*/
h6.team-sm-hd {
    text-transform: capitalize;
}
h6.team-name a {
    font-size: 32px;
    font-weight: 400;
    font-family: Marcellus;
    color: #000000;
    text-transform: capitalize;
}
.team-info-box {    
    border: 1px solid #D9D9D9;
    background: #ffffff;
}
i.team-btn-arw {
    color: #6B7050;
    border: 1px solid #6B7050;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    font-size: 15px;
    transition: 0.3s ease-in-out;;
}
i.team-btn-arw:hover{
    transform: rotate(0deg);
}
.team-info-detl {
    border: 1px solid #D9D9D9;
}
.team-info-box:hover{
    background: #6B7050;
    box-shadow: 0px 4px 40px 0px #00000012;
}
.team-info-box:hover .team-detail-box {
    display: block;
}
.team-detail-box{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tm-inn-detail{
    position: relative;
}
.team-soco-box i{
    color: #6B7050;
    font-size: 21px;
    padding: 12px 15px;
    display: block;
    text-align: center;
}
.team-soco-box{
    background: #ffffff;
    width: 60px;
    height: 180px;
}
.team-info-box:hover h6.team-name a,.team-info-box:hover p.team-desig,.team-info-box:hover i.team-btn-arw{
    color: #ffffff;
}
.team-info-box:hover i.team-btn-arw{
    border-color: #ffffff;
}
.team-info-box:hover .team-info-detl{
    border-color: rgba(255,255,255,0.3);
}
/*=======faqs=======*/
h6.faqs-sm-hd {
    text-transform: capitalize;
}
.faq-accordon-box {
    border: 1px solid #D9D9D9;
}
.faq-item{
border-bottom:1px solid #D9D9D9;
}
.faq-item:last-child{
border-bottom:none;
}
.faq-accordon-box .faq-item:last-of-type{
border-bottom:none;
}
.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-weight: 400;
    font-size: 32px;
    font-family: 'Marcellus';
    color: #000000;
}

.faq-answer{
display:none;
padding-top:10px;
}

.faq-icon{
    transition:0.3s;
    color: #6B7050;
    font-size: 25px;
}

.faq-item.active .faq-icon i{
transform:rotate(180deg);
}
.comment-cont-box-fq {
    background: #6B7050;
    border-radius: 999px 999px 0px 0px;
}
h3.faqs-ri8-hd {
    color: #ffffff;
    font-size: 32px;
    line-height: 130%;
}
p.faqs-ri8-call-txt {
    font-size: 20px;
    text-transform: capitalize;
}
h3.faqs-ri8-call-hd {
    font-size: 32px;
}
a.faq-cllnum {
    font-size: 20px;
    font-weight: 400;
    color: #575757;
    font-family: 'Futura PT';
}
.faq-calling-box {
    border: 1px solid #D9D9D9;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
/*=========discover===========*/
h2.dicvr-head {
    line-height: 120%;
}
p.dicvr-txt{
    font-size: 23px;
}
/*========testimonial=========*/
h6.testi-sm-hd {
    text-transform: capitalize;
}
.testi-heading .first-word{
display:block;
}
.testi-heading .rest-text{
display:block;
}
p.testi-txt{
    font-size: 23px;
}
.testi-right-img-box{
display:flex;
justify-content:center;
align-items:center;
}
.test-lft-box {
    border: 1px solid #D9D9D9;
    margin-right: 1px;
}
span.rating-num {
    font-size: 24px;
    color: #575757;
    font-weight: 450;
    font-family: 'Futura PT';
}
.testi-star-svg-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
h6.testi-heading-left a,h6.testi-heading-left {
    color: #6B7050;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Marcellus';
    text-transform: capitalize;
}
p.testi-left-desig {
    font-size: 20px;
    text-transform: capitalize;
}
section#testimonials button.owl-prev i,section#testimonials button.owl-next i {
    color: #A1B1C1;
    border: 1px solid #A1B1C1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
section#testimonials button.owl-prev,section#testimonials button.owl-next {
    border: none;
    background: no-repeat;
}
.testi-left-loop{
    position: relative;
}
section#testimonials .owl-nav{
    position: absolute;
    right: 33px;
    bottom: 33px;
}
.testi-ri8-rate-box {
    background: #6B7050;
    border-radius: 999px 999px 0px 0px;
}
h3.testi-ri8-num-rate {
    color: #ffffff;
}
p.testi-ri8-review-num,p.testi-ri8-review-text {
    font-weight: 450;
    color: #ffffff;
    text-transform: capitalize;
}
.testi-img-bx{
width:70px;
height:70px;
border-radius:50%;
overflow:hidden;
border:3px solid #fff;
margin-left:-25px;
}

.testi-img-bx img{
width:100%;
height:100%;
object-fit:cover;
}

.testi-img-bx:first-child{
margin-left:0;
}

.plus-img{
background:#6f7254;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:28px;
}
/*=============blog==========*/
h6.blog-sm-hd {
    text-transform: capitalize;
}
h2.blog-hd,h6.blog-sm-hd{
    color: #ffffff;
}
.blog-info,.bl-ri8-post-box {
    border: 1px solid rgba(255,255,255,0.3);
}
span.date-box-blog,span.blog-commnt-box{
    color: #ffffff;
    font-size: 16px;
}
.blog-date-n-comnt{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
h3.blg-hd-inn a, h3.blg-hd-inn {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-transform: capitalize;
}
p.blg-inn-txt {
    font-size: 18px;
    color: #ffffff;
}
a.blg-btn {
    font-size: 18px;
    font-weight: 450;
    color: #ffffff;
    font-family: 'Futura PT';
    letter-spacing: 1px;
    text-transform: uppercase;
}
h3.blg-ri8-inn-hd,h3.blg-ri8-inn-hd a{
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    font-family: 'Marcellus';
}
.blog-img img {
    width: 100%;
}
/*==========connect===========*/
h2.connect-hd {
    color: #ffffff;
}
section#connect {
    border-bottom: 1px solid #C0C6C9;
}


/* Hover effect */
.bl-img-bx {
    overflow: hidden;
    position: relative;
}

/* Image Transition */
.bl-img-bx img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}
.bl-img-bx:hover img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(0.9);
}

.bl-img-bx::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(174, 161, 126, 0.45);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 100px 0px 0px 100px;
}

.bl-img-bx:hover::after {
    opacity: 1;
}
.bl-img-bx2 img {
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}
.bl-img-bx2:hover img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(0.9);
}
.servc-img1 img:hover,.servc-img2 img:hover {
    outline: solid 3rem #6B7050;
    outline-offset: -3rem;
}
.servc-img1 img,.servc-img2 img {
    background-size: cover;
    transition: all .5s 
cubic-bezier(1, -0.99, .14, 1.8);
    outline: solid 0px #6B7050;
}
.cont-sec-ri8-img img {
    aspect-ratio: 0;
    outline: 10px solid transparent;
    outline-offset: -200px;
    cursor: pointer;
    transition: .3s;
}
.cont-sec-ri8-img img:hover {
    outline: 10px solid #6B7050;
    outline-offset: 14px;
}
{
    background: #6B7050;
}
a.servc-title:hover,h3.sell-name:hover, h3.sell-name a:hover,.faq-question:hover{
    color: #6B7050;
}
h6.collcn-name a:hover, h6.collcn-name:hover,.colln-btn a:hover,h3.blg-hd-inn a:hover, h3.blg-hd-inn:hover,a.blg-btn:hover,a.faq-cllnum:hover,h6.testi-heading-left a:hover, h6.testi-heading-left:hover,h3.blg-ri8-inn-hd:hover, h3.blg-ri8-inn-hd a:hover,.team-soco-box i:hover{
    color: #000000;
}
input[type="submit"].cont-sec-btn:hover {
    background: #575757;
    color: #ffffff;
}
section#testimonials button.owl-prev i:hover, section#testimonials button.owl-next i:hover{
    background: #6B7050;
    color: #ffffff;
}
.hover15 figure{
    overflow: hidden;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/* My Custom Css */
.ico,#footer input[type="submit"] {
  transition:all 0.5s;  
}
/* Button style */

.btn-1,.btn-2 {
  font-family: 'Futura PT', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #6B7050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.btn-1 {
  background: #ffffff;
}
.btn-2 {
  background: #E8E8E8;
}
.btn-1 span ,.btn-2 span {
  width: 100%;
  height: 100%;
  max-width: 10px;
  background: #6B7050;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1
}
.btn-1:hover span ,.btn-2:hover span {
  max-width: 100%;
}
.btn-1:hover,.btn-2:hover {
  color: #ffffff
}
/* Shine */
.hover14 figure {
    position: relative;
    overflow: hidden;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/* Trigger the shine effect when the whole blog-info is hovered */
.blog-info:hover .hover14 figure::before,.abt-left-img-box:hover .hover14 figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover13 figure:hover img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Circle */
.hover15 figure{
    overflow: hidden;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*hover effect*/
.user-img,.tbr-social-icn-box i,i.tbr-phn, i.fas.tbr-phn,#footer_box .socialbox i,.tbr-addrs-box:hover svg{
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.tbr-addrs-box:hover svg,.tbr-call-box:hover svg,.tbr-mail-box:hover svg{
  transform: scale(1.2); /* zoom in */
  filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(3519%) hue-rotate(244deg) brightness(94%) contrast(94%);
}
a.abt-cllnum:hover{
    color: #2E164E;
}
figure{
    margin:0;
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
  /*hover-effects*/
.plce-detail-box{
    position: relative;
}
.hover13 figure:hover .place-img img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
{
    color: #6B7050;
}
{
    background: #6B7050;
}
/* Common hover effect wrapper */
.hover18 figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}

.hover18 figure img {
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Zoom-out + slight dark overlay on hover */
.hover18 figure::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.hover18:hover figure img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.hover18:hover figure::before {
  opacity: 1;
}

/* Optional: subtle lift effect */
.hover18 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover18:hover {
  transform: translateY(-5px);
}
/*theme button*/
.hvr-wobble,.hvr-wobble2 ,.sllr-otr-btn{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
} 
.hvr-wobble .hvr-icon,.hvr-wobble2 .hvr-icon,.sllr-otr-btn .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-wobble:hover .hvr-icon, .hvr-wobble:focus .hvr-icon, .hvr-wobble:active .hvr-icon,.hvr-wobble2:hover .hvr-icon, .hvr-wobble2:focus .hvr-icon, .hvr-wobble2:active .hvr-icon,.sllr-otr-btn:hover .hvr-icon,.sllr-otr-btn:focus .hvr-icon,.sllr-otr-btn:active .hvr-icon{
    -webkit-animation-name: hvr-wobble;
    animation-name: hvr-wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*icon-end*/
.hvr-wobble {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-wobble:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6B7050;
    border-radius: 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-wobble:hover, .hvr-wobble:focus, .hvr-wobble:active {
    color: white;
    background:  #575757;
}
.hvr-wobble:hover:before, .hvr-wobble:focus:before, .hvr-wobble:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
    
}
/*.hvr-wobble2*/
.hvr-wobble2 {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-wobble2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-wobble2:hover, .hvr-wobble2:focus, .hvr-wobble2:active {
    color: white;
    background:  #575757;
}
.hvr-wobble2:hover:before, .hvr-wobble2:focus:before, .hvr-wobble2:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
    
}
a.popup-youtube {
    transition: 0.3s ease-in-out;
}
a.popup-youtube:hover {
    background: #6B7050;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-left: 5px;
}
a.sllr-otr-btn:hover {
    background: #6B7050;
    color: #ffffff;
}