@font-face {
font-family: 'wpxpress';
src:  url(//salienceconsulting.ae/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56);
src:  url(//salienceconsulting.ae/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56#iefix) format('embedded-opentype'),
url(//salienceconsulting.ae/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.ttf?9zg56) format('truetype'),
url(//salienceconsulting.ae/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.woff?9zg56) format('woff'),
url(//salienceconsulting.ae/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.svg?9zg56#wpxpress) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="wpx-icon-"], [class*=" wpx-icon-"] { font-family: 'wpxpress' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpx-icon-arrow-up-light:before {
content: "\e900";
}
.wpx-icon-arrow-up-bold:before {
content: "\e911";
}
.wpx-icon-angle-double-up:before {
content: "\e90a";
}
.wpx-icon-angle-up:before {
content: "\e90c";
}
.wpx-icon-arrow-up-black:before {
content: "\e908";
}
.wpx-icon-finger-up:before {
content: "\e904";
}
.wpx-icon-finger-up-o:before {
content: "\e905";
}.progress-wrap {
position: fixed;
display: block;
cursor: pointer;
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
top: 0;
left: 0;
z-index: 1;
display: block;
text-align: center;
position: absolute;
cursor: pointer;
font-family: 'wpxpress';
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 16px;
font-weight: normal;
font-family: 'Poppins', sans-serif!important;
margin: 150px;
background: #bbbbbb;
} .cbtns-all-button-left{
text-align: left;
}
.cbtns-all-button-center{
text-align: center;
}
.cbtns-all-button-right{
text-align: right;
}
.cbtns-title {
z-index: 2;
} .cbtns-title {
text-decoration: none !important;
} .cbtns-btn-one .cbtns-title {
display: inline-block;
color: #2C3E50;
background-color: rgba(0,0,0,0.08);
font-size: 16px;
padding: 1em 2.32em;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 1px;
border: 1px solid #2C3E50;
border-radius: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: .6s linear;
}
.cbtns-btn-one .cbtns-title:hover {
color: #fff;
background: transparent;
border-color: transparent;
}
.cbtns-btn-one .cbtns-title::before {
content: "";
background: linear-gradient(#2C3E50,#4CA1AF);
width: 20px;
height: 20px;
border-radius: 50%;
transform: translate(-50%, -50%);
position: absolute;         
left: 50%;
top: -50%;
z-index: -1;
transition: top .5s ease-in .5s, width .5s ease-out, height .5s ease-out;
}
.cbtns-btn-one .cbtns-title:hover::before{
width: 500px;
height: 500px;
top: 50%;
transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
} .cbtns-btn-two a {
position: relative;
display: inline-block;
overflow: hidden;
}
.cbtns-btn-two .cbtns-title {
background: #ff7f50;
border-radius: 4px;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 600;
letter-spacing: 1.5px;
padding: 1em 2.32em;
text-align: center;
text-transform: capitalize;
touch-action: manipulation;
transition: .9s;
vertical-align: middle;
position: relative;
z-index: 1;   
}
.cbtns-btn-two a:hover .cbtns-title {
background: transparent;
}
.cbtns-btn-two .cbtns-title:hover {
color: #403e3eed;
}
.cbtns-btn-two a span {
background: #17c0eb;
border-radius: 50%;
display: inline-block;
height: 0;
position: absolute;
transform: translate(-50%, -50%);
transition: width 1.3s ease 0s, height 1.3s ease 0s;
width: 0;
z-index: 1;
}
.cbtns-btn-two a:hover > span {
height: 562.5px;
width: 562.5px;
z-index: -1;
} .cbtns-btn-three .cbtns-title {
background: #f04336;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
font-size: 16px;
font-weight: 600;
letter-spacing: 1.5px;
line-height: 2;
margin-bottom: 0;
padding: 1em 2.32em;
text-align: center;
text-transform: capitalize;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
position: relative;
z-index: 1;
overflow: hidden;
}
.cbtns-btn-three .cbtns-title::before {
content: "";
position: absolute;
transition-duration: 800ms;
width: 200%;
height: 200%;
top: 110%;
left: 50%;
background: #0a303a;
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}
.cbtns-btn-three .cbtns-title:hover:before {
top: -40%;
}
.cbtns-btn-three .cbtns-title:hover {
color: #fff;
} .cbtns-btn-four .cbtns-title {
display: inline-block;
color: #30336b;
background: #fff;;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 1.5px;
padding: 0.8em 2.32em;
border-radius: 0;
border: 2px solid #30336b;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-four .cbtns-title:hover {
color: #fff;
background-color: #30336b;
}   
.cbtns-btn-four .cbtns-title:before,
.cbtns-btn-four .cbtns-title:after {
content: "";
width: 10%;
height: 2px;
position: absolute;
background-color: #30336b;
top: 50%;
z-index: -1;
transition: .3s linear;
}
.cbtns-btn-four .cbtns-title:before {
left: -10%;
}
.cbtns-btn-four .cbtns-title:hover:before{
left: 0%;
background-color: #30336b;
}
.cbtns-btn-four .cbtns-title::after {
right: -10%;
}
.cbtns-btn-four .cbtns-title:hover:after{
right: 0%;
background-color: #30336b;
} .cbtns-btn-five .cbtns-title {
display: inline-block;
color: #fff;
background-color: #111;
font-size: 16px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 1em 2.32em;
border: none;
border-radius: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.4s ease 0.1s;
}
.cbtns-btn-five .cbtns-title:hover{
color: #fff;
background-color: #7f8fa6;
box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.199);
}
.cbtns-btn-five .cbtns-title:before,
.cbtns-btn-five .cbtns-title:after{
content: '';
background-color: #2f3640;
height: 100%;
width: 100%;
transform: rotate(25deg);
position: absolute;
left: -60%;
top: 60%;
transition: all 0.5s ease 0s;
}
.cbtns-btn-five .cbtns-title:after{
left: 60%;
top: -60%;
}
.cbtns-btn-five .cbtns-title:hover:before {
background-color: #e84118;
left: 60%;
top: -60%;
}
.cbtns-btn-five .cbtns-title:hover:after {
background-color: #e84118;
left: -60%;
top: 60%;
} .cbtns-btn-six  .cbtns-title{
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #9b59b6;
font-size: 16px;
padding: .9em 2.5em;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
position: relative;
outline: none;
border: none;
}
.cbtns-btn-six .cbtns-title:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
border-radius: inherit;
background-color: inherit;
opacity: 0.5;
z-index: -1;
top: 0px;
left: 0px;
transition: .4s linear;
}
.cbtns-btn-six .cbtns-title:hover::after { 
top: 6px;
left: 6px;
transition: .4s linear;
} .cbtns-btn-seven .cbtns-title {
display: inline-block;
color: #080808d1;
background-color: #ffffff;
border-radius: 30px;
font-size: 16px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 1em 2.32em;
border: none;
position: relative;
z-index: 1;
transition: all 0.5s ease 0.1s;
}
.cbtns-btn-seven .cbtns-title:hover{
color: #ffffff;
background-color: #3c6382;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.17);
}
.cbtns-btn-seven .cbtns-title:before{
content: '';
background: #fff;
width: 100%;
height: 100%;
border-top: 3px dotted #3c6382;
border-bottom: 3px dotted #3c6382;
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s ease;
}
.cbtns-btn-seven .cbtns-title:hover:before{
opacity: 0;
transform: scaleY(0);
} .cbtns-btn-eight .cbtns-link8 {
display: inline-block;
color: #fff;
background-color: #1e272e;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
line-height: 2;
text-transform: uppercase;
padding: .8em 2em !important;
border-radius: 7px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.3s ease 0s;
}
.cbtns-btn-eight .cbtns-link8 :hover { 
color: #fff; 
}
.cbtns-btn-eight .cbtns-link8:before,
.cbtns-btn-eight .cbtns-link8:after,
.cbtns-btn-eight .cbtns-link8 .cbtns-title:before,
.cbtns-btn-eight .cbtns-link8 .cbtns-title:after{
content: '';
background: linear-gradient(to bottom, #7f53ac, #647dee);
width: 100%;
height: 270%;
opacity: 0;
position: absolute;
top: -40px;
left: 0;
transition: all 0.3s;
z-index: -2;
}
.cbtns-btn-eight .cbtns-link8:before{
transform: scaleY(0.2);
transition-delay: 0.3s;
}
.cbtns-btn-eight .cbtns-link8:after{
transform: scaleY(0.45);
left: 25%;
transition-delay: 0.2s;
}
.cbtns-btn-eight .cbtns-link8 .cbtns-title:before{
transform: scaleY(0.65);
left: 50%;
z-index: -1;
transition-delay: 0.1s;
}
.cbtns-btn-eight .cbtns-link8 .cbtns-title:after{
transform: scaleY(0.8);
left: 75%;
z-index: -1;
}
.cbtns-btn-eight .cbtns-link8 .cbtns-title {
display: inline-block;
position: relative;
z-index: 1;
}
.cbtns-btn-eight .cbtns-link8:hover:before,
.cbtns-btn-eight .cbtns-link8:hover:after,
.cbtns-btn-eight .cbtns-link8:hover .cbtns-title:before,
.cbtns-btn-eight .cbtns-link8:hover .cbtns-title:after{
opacity: 1;
transform: scaleY(1);
} .cbtns-btn-nine .cbtns-title{
display: inline-block;
text-align: center;
color: #fff;
background: #fff;
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize;
padding: 16px 35px;
border: 2px solid transparent;
border-radius: 0;
overflow: hidden;
position: relative;
transition: all 0.2s ease-in-out 0s;
z-index: 1;
}
.cbtns-btn-nine .cbtns-title:hover { 
color: #6c5ce7; 
border: 2px solid #0984e3;
}
.cbtns-btn-nine .cbtns-title:before,
.cbtns-btn-nine .cbtns-title:after {
content: attr(data-hover);
background: linear-gradient(45deg,#a29bfe 49%, #6c5ce7 50%);
height: 100%;
width: 100%;
padding: 8px 0px;
text-shadow: 0 0 2px #555;
position: absolute;
left: 0;
top: 0;
clip-path: polygon(0 0, 100% 0%, 100% 51%, 0 51%);
transition: 0.3s linear;
z-index: -1;
}
.cbtns-btn-nine .cbtns-title:after { 
clip-path: polygon(0 100%, 100% 100%, 100% 51%, 0 51%); 
}
.cbtns-btn-nine .cbtns-title:hover:before { 
top: -100% 
}
.cbtns-btn-nine .cbtns-title:hover:after { 
top: 51% 
}
.cbtns-btn-nine .cbtns-title span{
display: inline-block;
transform: scale(0);
transition: all 0.3s;
}
.cbtns-btn-nine .cbtns-title:hover span { 
transform:scale(1); 
} .cbtns-btn-ten .cbtns-title {
display: inline-flex;
align-items: center;
color: #fff;
font-size: 16px;
font-weight: 600;
border-radius: 30px;
letter-spacing: 1.5px;
line-height: 1;
margin-bottom: 0;
padding: 1em 2.32em;
text-align: center;
text-transform: capitalize;
vertical-align: middle;
white-space: nowrap;
position: relative;
z-index: 1;
overflow: hidden;
border: 2px solid transparent;
transition: .2s linear;
}
.cbtns-btn-ten .cbtns-title:before,
.cbtns-btn-ten .cbtns-title:after{
content: "";
width: 55%;
height: 100%;
background: #8854d0;
position: absolute;
top: 0;
z-index: -1;
transition: .3s linear;
}
.cbtns-btn-ten .cbtns-title:before{
left: 0;
}
.cbtns-btn-ten .cbtns-title:hover:before{
transform: translateX(-110%);
}
.cbtns-btn-ten .cbtns-title:after{
right: 0;
}
.cbtns-btn-ten .cbtns-title:hover:after{
transform: translateX(110%);
}
.cbtns-btn-ten .cbtns-title:hover{
color: #8854d0;
background: #fff;
border-color: #8854d0;
} .cbtns-btn-eleven .cbtns-title {
color: #3e3dbc;
background: #fff;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1em 2.32em;
border: none;
border-radius: 0 30px;
display: inline-block;
overflow: hidden;
position: relative;
transition: all .3s linear;
z-index: 1;
}
.cbtns-btn-eleven .cbtns-title:hover{
color: #fff;
border-radius: 0;
}
.cbtns-btn-eleven .cbtns-title:before,
.cbtns-btn-eleven .cbtns-title:after{
content: '';
background-color: #3e3dbc;
height: 5px;
width: 100%;
position: absolute;
left: 0;
top: 0;
transition: all 0.3s;
z-index: -1;
}
.cbtns-btn-eleven .cbtns-title:after{
top: auto;
bottom: 0;
}
.cbtns-btn-eleven .cbtns-title:hover:before,
.cbtns-btn-eleven .cbtns-title:hover:after{
height: 55%;
}
.cbtns-btn-eleven .cbtns-title span{
color: #fff;
padding: 15px 40px;
opacity: 0;
transform: scale(0);
position: absolute;
left: 0;
top: 0;
transition: all 0.3s ease 0.05s;
}
.cbtns-btn-eleven .cbtns-title:hover span{
opacity: 1;
transform: scale(1);
z-index: 1;
} .cbtns-btn-twelve .cbtns-title {
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1em 2.32em;
border: none;
display: inline-block;
overflow: hidden;
position: relative;
transition: all .5s cubic-bezier(1, 0.15, 0.34, 1.03);
background: #EE5A24;
z-index: 1;
}
.cbtns-btn-twelve .cbtns-title:hover {
color: #EE5A24;
}
.cbtns-btn-twelve .cbtns-title:before{
content: "";
background: #fff;
border-radius: 50%;
padding: 18%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0) scale(0);
transition: transform .3s cubic-bezier(1, 0.15, 0.34, 1.03);
z-index: -2;
}
.cbtns-btn-twelve .cbtns-title:hover:before{
transform: translate3d(-50%, -50%, 0) scale(2.5);
}
.cbtns-btn-twelve .cbtns-title span{
display: inline-block;
position: relative;
z-index: 2;
} .cbtns-btn-thirteen {
position: relative;
margin-top: 10px;
padding: 1.7em  4.9em;
margin-right: 15px;
margin-bottom: 15px;
display: inline-block;
}
.cbtns-btn-thirteen::before,
.cbtns-btn-thirteen::after  {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -5px;
background: #ff1f71;
width: 30px;
box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71, 0 0 60px #ff1f71 !important;
height: 10px;
border-radius: 10px;
transition: .3s linear;
transition-delay: 0s;
}
.cbtns-btn-thirteen::after {
top: -5px;
}
.cbtns-btn-thirteen:hover::after {
top: 0;
}
.cbtns-btn-thirteen:hover::before,
.cbtns-btn-thirteen:hover::after {
bottom: 0;
height: 50%;
width: 80%;
border-radius: 30px;
transition-delay: 0.5s;
}
.cbtns-btn-thirteen .cbtns-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: rgb(173 172 172 / 12%);
box-shadow: 0 35px 15px rgb(0 0 0 / 20%);
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 30px;
color: #dff9fb;
z-index: 1;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 1px;
font-size: 17px;
overflow: hidden;
transition: 0.5s;
backdrop-filter: blur(10px);
}
.cbtns-btn-thirteen:hover .cbtns-title  {
letter-spacing: 3px;
}
.cbtns-btn-thirteen .cbtns-title::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: linear-gradient(to left, rgba(255,255,255, 0.15), transparent);
transform: skewX(45deg) translateX(0);
transition: .3s linear;
}
.cbtns-btn-thirteen:hover .cbtns-title::before {
transform: skewX(45deg) translateX(200%);
} .cbtns-btn-fourteen .cbtns-title {
display: inline-block;
color: #34495e;
background-color: #f5f5f5;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: capitalize;
padding: 1em 2.32em;
border: none;
border-radius: 5px;
overflow: hidden;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-fourteen .cbtns-title:hover {
color: #fff;
background: #f5f5f5;
text-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.cbtns-btn-fourteen .cbtns-title:before,
.cbtns-btn-fourteen .cbtns-title:after {
content: '';
background-color: #16a085;
width: 100%;
height: 50%;
opacity: 0;
transform: scale(0.5);
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s ease-in-out 0s;
}
.cbtns-btn-fourteen .cbtns-title:after {
background-color: #63b5a5;
top: 50%;
}
.cbtns-btn-fourteen .cbtns-title:hover:before,
.cbtns-btn-fourteen .cbtns-title:hover:after {
opacity: 1;
transform: scale(1);
} .cbtns-btn-fifteen .cbtns-title {
display: inline-block;
color: #fff;
background: #222f3e;
font-size: 16px;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: capitalize;
padding: 1em 2.72em;
border-radius: 30px;
border: none;
overflow: hidden;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-fifteen .cbtns-title:hover{
color: #222f3e;
background: #cdcdcd;
border: none;
box-shadow: 0 0 10px -2px #222f3e;
}
.cbtns-btn-fifteen .cbtns-title:before,
.cbtns-btn-fifteen .cbtns-title:after{
content: '';
height: 20%;
width: 100%;
border-radius: 28px 0 0 28px;
border: 4px solid #222f3e;
border-right: none;
border-bottom: none;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: all 0.5s ease 0s;
}
.cbtns-btn-fifteen .cbtns-title:after{
border-radius: 0 28px 28px 0;
border: 4px solid #222f3e;
border-top: none;
border-left: none;
top: auto;
bottom: 0;
left: auto;
right: 0;
}
.cbtns-btn-fifteen .cbtns-title:hover:before,
.cbtns-btn-fifteen .cbtns-title:hover:after{
height: 100%;
width: 30%;
opacity: 1;
} .cbtns-btn-sixteen {
margin-bottom: 15px;
}
.cbtns-btn-sixteen .cbtns-title {
color: #fff;
background-color: #B185E8;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 1em 2.62em;
margin: 0 auto;
border: none;
border-radius: 30px;
display: inline-block;
position: relative;
transition: all 0.3s ease 0s;
}
.cbtns-btn-sixteen .cbtns-title::before {
content: '';
background-color: rgba(255, 255, 255, 0.2);
height: 100%;
width: 0;
border-radius: 20px;
transform: scale(0.9, 0.8);
position: absolute;
left: 0;
top: 0;
transition: all 0.3s ease 0s;
}
.cbtns-btn-sixteen .cbtns-title:hover::before {
width: 100%;
}
.cbtns-btn-sixteen .cbtns-title:hover{
color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.384);
} .cbtns-btn-seventeen .cbtns-title {
display: inline-block;
color: #fff;
background: #2f3640;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
padding: 1em 2.32em;
letter-spacing: 1px;
border: none;
border-radius: 0;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-seventeen .cbtns-title:hover{
color: #e84118;
background: #d0d0d1;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.cbtns-btn-seventeen .cbtns-title:before{
content: "";
background: #e84118;
width: 100%;
height: 100%;
opacity: 0;
transform: translateX(-50%) translateY(-50%);
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
transition: .4s linear;
}
.cbtns-btn-seventeen .cbtns-title:hover:before{
width: 55%;
opacity: 0.35;
} .cbtns-btn-eighteen .cbtns-title {
display: inline-block;
color: #fff;
background-color: #273c75;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 1px;
padding: 1em 2.32em;
border-radius: 0;
border: none;
position: relative;
transition: .4s linear;
}
.cbtns-btn-eighteen .cbtns-title:hover{
color: #fff;
background-color: #2f3640;
border: none;
box-shadow: 0 0 15px rgba(238, 90, 36,1.0);
}
.cbtns-btn-eighteen .cbtns-title:before,
.cbtns-btn-eighteen .cbtns-title:after{
content: '';
border: 4px solid #7f8fa6;
height: 95%;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
clip-path: polygon(0 5%, 50% 50%, 95% 100%, 0% 100%);
transition: .4s linear;
}
.cbtns-btn-eighteen .cbtns-title:after { 
clip-path: polygon(5% 0, 100% 0, 100% 95%, 50% 50%); 
}
.cbtns-btn-eighteen .cbtns-title:hover:before{
border-color: #EE5A24;
clip-path: polygon(95% 0, 0 0, 0 95%, 50% 50%);
}
.cbtns-btn-eighteen .cbtns-title:hover:after{
border-color: #EE5A24;
clip-path: polygon(100% 5%, 100% 100%, 5% 100%, 50% 50%);
} .cbtns-btn-nineteen .cbtns-title {
display: inline-block;
color: #1B1464;
background-color: transparent;
font-size: 16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 1px;
text-transform: capitalize;
padding: 1em 2.32em;
margin: 0;
border: 1px solid #1B1464;
border-radius: 0;
position: relative;
z-index: 1;
transition: .4s linear;
}
.cbtns-btn-nineteen .cbtns-title:hover{
color: #fff;
background-color: #D980FA;
border-color: transparent;
}
.cbtns-btn-nineteen .cbtns-title:before{
content: "";
border: 4px solid #1B1464;
border-left-color: transparent;
border-right-color: transparent;
opacity: 0.3;
transform: scale3d(0.7, 1, 1);
position: absolute;
bottom: -3px;
left: -3px;
right: -3px;
top: -3px;
z-index: -1;
transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.cbtns-btn-nineteen .cbtns-title:hover:before{
border-color: #1B1464;
opacity: 1;
transform: scale3d(1, 1, 1);
} .cbtns-btn-twenty .cbtns-title {
display: inline-block;
color: #1B1464;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1em 2.65em;
border: none;
border-radius: 0;
box-shadow: 0 0 0 2px rgba(104, 96, 181, 0.64) inset !important;
position: relative;
overflow: hidden;
transition: all 0.3s ease 0.3s;
}
.cbtns-btn-twenty .cbtns-title:hover{
color: #fff;
background: #1B1464;
border: none;
box-shadow: 0 0 0 2px #1B1464 inset,0 0 15px #1B1464 !important;
border-radius: 25px;
}
.cbtns-btn-twenty .cbtns-title:before,
.cbtns-btn-twenty .cbtns-title:after,
.cbtns-btn-twenty .cbtns-title span:before,
.cbtns-btn-twenty .cbtns-title span:after{
content: "";
background: linear-gradient(to right,transparent, #1B1464);
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: -100%;
}
.cbtns-btn-twenty .cbtns-title:after{
transform: rotateY(180deg);
left : 100%;
top: auto;
bottom: 0;
}
.cbtns-btn-twenty .cbtns-title span:before,
.cbtns-btn-twenty .cbtns-title span:after{
background: linear-gradient(transparent, #1B1464);
width: 2px;
height: 100%;
left: auto;
right: 0;
top: -100%;
}
.cbtns-btn-twenty .cbtns-title span:after{
transform: rotateX(180deg);
top: 100%;
right: auto;
left: 0;
}
.cbtns-btn-twenty .cbtns-title:hover:before{
left: 100%;
transition: all 0.3s ease 0s;
}
.cbtns-btn-twenty .cbtns-title:hover:after{
left: -100%;
transition: all 0.3s ease 0.2s;
}
.cbtns-btn-twenty .cbtns-title:hover span:before{
top: 100%;
transition: all 0.3s ease 0.1s;
}
.cbtns-btn-twenty .cbtns-title:hover span:after{
top: 0;
transition: all .3s ease 0.3s;
}
.cbtns-btn-twenty span {
box-shadow: none !important;
} .cbtns-btn-twenty-one .cbtns-title {
display: inline-block;
color: #ff3838;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1em 2.32em;
border: none;
border-radius: 0;
position: relative;
overflow: hidden;
transition: all .5s ease 0.2s;
background: #2C3A47;
}
.cbtns-btn-twenty-one .cbtns-title:hover { 
color: #fff; 
}
.cbtns-btn-twenty-one .cbtns-title:before,
.cbtns-btn-twenty-one .cbtns-title:after{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: all 0.5s ease 0s;
}
.cbtns-btn-twenty-one .cbtns-title:hover:before{
background: rgba(255, 255, 255, 0.7);
left: 60%;
right: 60%;
}
.cbtns-btn-twenty-one .cbtns-title:hover:after{
background: rgba(255, 255, 255, 0.7);
top: 60%;
bottom: 60%;
} .cbtns-btn-twenty-two .cbtns-title {
display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
border-radius: 0;
padding: 1em 2.32em;
box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
perspective: 300px;
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
border: 2px solid #ff793f;
}
.cbtns-btn-twenty-two .cbtns-title:hover {
color: #ff793f;
}
.cbtns-btn-twenty-two .cbtns-title:before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform-origin: left center 0;
transition: all 0.3s ease 0s;
background: #ff793f;
}
.cbtns-btn-twenty-two .cbtns-title:hover:before{
transform: rotateY(100deg);
background: #ff793f;
} .cbtns-btn-twenty-three .cbtns-title {
display: inline-block;
z-index: 1;
font-size: 16px;
padding: 1.4em 2.32em;
line-height: 1;
text-align: center;
position: relative;
letter-spacing: 1px;
color: #ff5041;
text-transform: uppercase;
background-color: #fff3f2;
font-weight: 700;
transition: .4s linear;
}
.cbtns-btn-twenty-three .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-twenty-three .cbtns-title::before {
content: "";
position: absolute;
top: 0px;
width: 0px;
left: auto;
right: 0px;
z-index: -1;
bottom: 0px;
transition: all 0.3s ease-in-out;
background-color: #ff5041;
}
.cbtns-btn-twenty-three .cbtns-title:hover:before {
left: 0px;
width: 100%;
right: auto;
} .cbtns-btn-twenty-four .cbtns-link24 {
color: #ff4757;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: capitalize;
padding: 1em 2.32em;
border: none;
border-radius: 0;
box-shadow: 0 0 5px #ff4757 !important;
overflow: hidden;
display: inline-block;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-twenty-four .cbtns-link24:hover {
color: #fff;
}
.cbtns-btn-twenty-four .cbtns-link24:before,
.cbtns-btn-twenty-four .cbtns-link24:after,
.cbtns-btn-twenty-four .cbtns-link24 .cbtns-title:before,
.cbtns-btn-twenty-four .cbtns-link24 .cbtns-title:after{
content: "";
background: #ff4757;
opacity: 0;
width: 100%;
height: 50%;
position: absolute;
top: 100%;
left: 0;
z-index: -1;
clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
transition: all 0.4s ease-in-out;
}
.cbtns-btn-twenty-four .cbtns-link24:after{
top: auto;
bottom: 100%;
clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
}
.cbtns-btn-twenty-four .cbtns-link24 .cbtns-title:before,
.cbtns-btn-twenty-four .cbtns-link24 .cbtns-title:after{
background: #ff6b81;
width:30%;
height: 100%;
top:0;
left: auto;
right:100%;
clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.cbtns-btn-twenty-four .cbtns-link24 .cbtns-title:after{
right:auto;
left:100%;
clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.cbtns-btn-twenty-four .cbtns-link24:hover:before,
.cbtns-btn-twenty-four .cbtns-link24:hover:after,
.cbtns-btn-twenty-four .cbtns-link24:hover .cbtns-title:before,
.cbtns-btn-twenty-four .cbtns-link24:hover .cbtns-title:after{
opacity: 1;
}
.cbtns-btn-twenty-four .cbtns-link24:hover:before { 
top: 0; 
}
.cbtns-btn-twenty-four .cbtns-link24:hover:after { 
bottom: 0; 
}
.cbtns-btn-twenty-four .cbtns-link24:hover .cbtns-title:before { 
right: 0; 
}
.cbtns-btn-twenty-four .cbtns-link24:hover .cbtns-title:after { 
left: 0; 
}
.cbtns-btn-twenty-four .cbtns-title {
box-shadow: none !important;
} .cbtns-btn-twenty-five .cbtns-title {
display: inline-block;
color: #fff;
background-color: #333;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.8px;
text-transform: none;
padding: 1em 2.32em;
border: none;
border-radius: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.3s ease 0s;
}
.cbtns-btn-twenty-five .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-twenty-five .cbtns-title:after{
content: '';
background-color: #F58634;
height: 15px;
width: 15px;
border-radius: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 21px;
top: 50%;
z-index: -1;
transition: all 0.5s;
}
.cbtns-btn-twenty-five .cbtns-title:hover:after{
height: 600px;
width: 600px;
} .cbtns-btn-twenty-six .cbtns-title{
display: inline-block;
color: red;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 3px 30px;
line-height: 3;
border: none;
border-radius: 0;
perspective: 500px;
transform-style: preserve-3d;
position: relative;
z-index: 1;
transition: all 0.5s;
}
.cbtns-btn-twenty-six .cbtns-title:hover { 
color: red; 
}
.cbtns-btn-twenty-six .cbtns-title:before,
.cbtns-btn-twenty-six .cbtns-title:after{
content: attr(data-hover);
color: #227093;
background-color: #fff;
height: 100%;
width: 100%;
padding: 0 15px;
border: 2px solid #227093;
transform: translateZ(0px);
transform-origin: 50% 50% -25px;
position: absolute;
top: 0;
left: 0;
transition: all 0.2s ease;
z-index: -1;
}
.cbtns-btn-twenty-six .cbtns-title:after {
color: #fff;
background-color: #227093;
transform: rotateX(90deg);
transform-origin: 50% 50% -25px;
visibility: hidden;
transition: all 0.2s ease 0.05s;
}
.cbtns-btn-twenty-six .cbtns-title:hover:before { 
transform: translateZ(-200px); 
}
.cbtns-btn-twenty-six .cbtns-title:hover:after {
visibility: visible;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
transform: rotateX(0deg);
} .cbtns-btn-twenty-seven .cbtns-title {
color: #fff;
background: linear-gradient(135deg, #852d91, #312a6c);
display: inline-block;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
padding: 1em 2.32em;
border: none;
border-radius: 10px;
overflow: hidden;
position: relative;
transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
letter-spacing: 1px;
}
.cbtns-btn-twenty-seven .cbtns-title::before, 
.cbtns-btn-twenty-seven .cbtns-title::after {
content: '';
background: #fff;
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0;
transform: translate(100%, -25%) translate3d(0, 0, 0);
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
transition: all 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.cbtns-btn-twenty-seven .cbtns-title:hover::before, 
.cbtns-btn-twenty-seven .cbtns-title:hover::after {
opacity: 0.15;
}
.cbtns-btn-twenty-seven .cbtns-title:hover::before {
transform: translate3d(50%, 0, 0) scale(0.9);
}
.cbtns-btn-twenty-seven .cbtns-title:hover::after {
transform: translate(50%, 0) scale(1.1);
}
.cbtns-btn-twenty-seven .cbtns-title:hover {
color: #fff;
border: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
animation: rotate 0.7s ease-in-out both;
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(3deg);
}
50% {
transform: rotate(-3deg);
}
75% {
transform: rotate(1deg);
}
100% {
transform: rotate(0deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(3deg);
}
50% {
transform: rotate(-3deg);
}
75% {
transform: rotate(1deg);
}
100% {
transform: rotate(0deg);
}
} .cbtns-btn-twenty-eight .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
background: tomato;
padding: 1em 2.55em;
font-size: 16px;
display: inline-block;
overflow: hidden;
text-transform: capitalize;
font-weight: 600;
z-index: 1;
}
.cbtns-btn-twenty-eight .cbtns-title:hover:after {
animation: mask-play 0.7s steps(29) forwards;
}
.cbtns-btn-twenty-eight .cbtns-title:after {
position: absolute;
content: attr(data-text);
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 1em 2.55em;
text-align: center;
color: tomato;
background: #000;
box-shadow: inset 0 0 0 1px tomato;
-webkit-mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/mask.png);
mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/mask.png);
mask-size: 3000% 100%;
-webkit-mask-size: 3000% 100%;
animation: mask-play-reverse 0.7s steps(29) forwards;
z-index: -1;
}
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
}
} 
@keyframes mask-play-reverse {
from {
-webkit-mask-position: 100% 0;
}
to {
-webkit-mask-position: 0% 0;
}
} .cbtns-btn-twenty-nine .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
background: #606B1E;
padding: 1em 2.55em;
font-size: 16px;
display: inline-block;
overflow: hidden;
text-transform: capitalize;
font-weight: 600;
z-index: 1;
}
.cbtns-btn-twenty-nine .cbtns-title:hover:after {
animation: mask-play 0.7s steps(22) forwards;
}
.cbtns-btn-twenty-nine .cbtns-title:after {
position: absolute;
content: attr(data-text);
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 1em 2.55em;
text-align: center;
color: #606B1E;
background: #000;
box-shadow: inset 0 0 0 1px #606B1E;
-webkit-mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/nature-sprite.png);
mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/nature-sprite.png);
mask-size: 2300% 100%;
-webkit-mask-size: 2300% 100%;
animation: mask-play-reverse 0.7s steps(22) forwards;
z-index: -1;
}
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
}
} 
@keyframes mask-play-reverse {
from {
-webkit-mask-position: 100% 0;
}
to {
-webkit-mask-position: 0% 0;
}
} .cbtns-btn-thirty .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
background: teal;
padding: 1em 2.55em;
font-size: 16px;
display: inline-block;
overflow: hidden;
text-transform: capitalize;
font-weight: 600;
z-index: 1;
}
.cbtns-btn-thirty .cbtns-title:hover:after {
animation: mask-play 0.7s steps(70) forwards;
}
.cbtns-btn-thirty .cbtns-title:after {
position: absolute;
content: attr(data-text);
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 1em 2.55em;
text-align: center;
color: teal;
background: #000;
box-shadow: inset 0 0 0 1px teal;
-webkit-mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/natureSmaller.png);
mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/natureSmaller.png);
mask-size: 7100% 100%;
-webkit-mask-size: 7100% 100%;
animation: mask-play-reverse 0.7s steps(70) forwards;
z-index: -1;
}
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
}
} 
@keyframes mask-play-reverse {
from {
-webkit-mask-position: 100% 0;
}
to {
-webkit-mask-position: 0% 0;
}
} .cbtns-btn-thirty-one .cbtns-title {
position: relative;
display: inline-block;
color: #333;
font-size: 16px;
font-family: 'Montserrat';
border: 2px solid #FC427B;
padding: .9em 2.32em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
transition: .4s linear;
overflow: hidden;
}
.cbtns-btn-thirty-one .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-thirty-one .cbtns-title::before {
content: "";
position: absolute;
background: #FC427B;
width: 100%;
height: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
z-index: -1;
transition: .4s linear;
}
.cbtns-btn-thirty-one .cbtns-title:hover::before {
height: 500%;
} .cbtns-btn-thirty-two .cbtns-title {
position: relative;
display: inline-block;
color: #333;
font-size: 16px;
border: 2px solid #ff7675;
padding: .9em 2.32em;
text-transform: uppercase;
font-weight: 700;
transition: .4s linear;
overflow: hidden;
}
.cbtns-btn-thirty-two .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-thirty-two .cbtns-title::before {
content: "";
position: absolute;
background: #ff7675;
width: 0;
height: 102%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
transition: .4s linear;
}
.cbtns-btn-thirty-two .cbtns-title:hover::before {
width: 102%;
} .cbtns-btn-thirty-three .cbtns-title {
position: relative;
display: inline-block;
color: #333;
font-size: 16px;
border: 2px solid #fa8231;
padding: .9em 2.32em;
text-transform: uppercase;
font-weight: 600;
transition: .4s linear;
overflow: hidden;
margin-left: 10px;
text-align: center;
}
.cbtns-btn-thirty-three .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-thirty-three .cbtns-title::before {
content: "";
position: absolute;
background: #fa8231;
width: 102%;
height: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
transition: .4s linear;
}
.cbtns-btn-thirty-three .cbtns-title:hover::before {
height: 102%;
} .cbtns-btn-thirty-four .cbtns-title {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: center;
padding: 1em 2.32em;
text-transform: capitalize;
border: none;
border-radius: 0;
text-decoration: none;
letter-spacing: 1px;
background: rgba(26, 170, 139);
color: #fff;
transition: .3s linear;
z-index: 1;
}
.cbtns-btn-thirty-four .cbtns-title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(238, 210, 212);
clip-path: polygon(12% 74%, 88% 74%, 100% 100%, 0% 100%);
transition: .4s linear;
z-index: -1;
}
.cbtns-btn-thirty-four .cbtns-title:hover::after {
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
background: #fed330;
} .cbtns-btn-thirty-five .cbtns-title {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: center;
padding: 1em 2.32em;
text-transform: capitalize;
border: none;
border-radius: 0;
text-decoration: none;
letter-spacing: 1px;
background: rgba(26, 170, 139);
color: #333;
transition: .3s linear;
z-index: 1;
}
.cbtns-btn-thirty-five .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-thirty-five .cbtns-title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(238, 210, 212);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
transition: .4s linear;
z-index: -1;
}
.cbtns-btn-thirty-five .cbtns-title:hover::after {
clip-path: polygon(0 0, 100% 0%, 100% 99%, 0% 100%);
background: #fed330;
} .cbtns-btn-thirty-six .cbtns-title {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: center;
padding: 1em 2.32em;
text-transform: capitalize;
border-radius: 0;
text-decoration: none;
letter-spacing: 1px;
border: 2px solid #17c0eb;
color: #333;
transition: .3s linear;
z-index: 1;
}
.cbtns-btn-thirty-six .cbtns-title:hover {
box-shadow: 0 0 12px #17c0eb;
color: #fff;
}
.cbtns-btn-thirty-six .cbtns-title::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(23, 192, 235,1.0);
top: 0;
left: 0;
clip-path: polygon(50% 80%, 100% 100%, 100% 100%, 0 100%, 0 100%);
z-index: -1;
transition: .4s linear;
}
.cbtns-btn-thirty-six .cbtns-title:hover::before {
clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%, 0 0%);
} .cbtns-btn-thirty-seven .cbtns-title {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: center;
padding: 1em 2.32em;
text-transform: capitalize;
border: none;
border-radius: 0;
text-decoration: none;
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: #fff;
transition: .3s linear;
z-index: 1;
overflow: hidden;
}
.cbtns-btn-thirty-seven .cbtns-title::before {
content: "";
position: absolute;
height: 400%;
width: 20px;
background: #f3f3f3;
box-shadow: 0 0 10px #fff;
filter: blur(1px);
opacity: 0.5;
top: -110px;
transition: .5s linear;
transform: rotate(-20deg) translateX(-70px);
}
.cbtns-btn-thirty-seven .cbtns-title:hover::before {
transform: rotate(-20deg) translate(200px, 100px);
}
.cbtns-btn-thirty-seven .cbtns-title:hover {
background: #1e272e;
color: #ff343f;
} .cbtns-btn-thirty-eight .cbtns-title {
display: inline-block;
outline: none;
user-select: none;
background: transparent;
cursor: pointer;
padding: 1em 2.32em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
border: 2px solid #32557f;
transition: color .5s;
color: #32557f;
}
.cbtns-btn-thirty-eight .cbtns-title:hover{
color: #fff;
}
.cbtns-btn-thirty-eight .cbtns-title::before {
content: "";
position: absolute;
z-index: -1;
background: #32557f;
height: 200px;
width: 400px;
border-radius: 50%;
top: 0;
left: -265%;
transition: .4s linear;
}
.cbtns-btn-thirty-eight .cbtns-title:hover::before {
top: -70px;
left: -30px;
} .cbtns-btn-thirty-nine .cbtns-title {
display: inline-block;
outline: none;
user-select: none;
background: transparent;
cursor: pointer;
padding: .9em 2.32em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
border: 2px solid #EE5A24;
color: #EE5A24;
border-radius: 10px;
box-shadow: inset 0 -5px 0 #EE5A24;
transition: .4s ease-in-out;
}
.cbtns-btn-thirty-nine .cbtns-title:hover {
box-shadow: inset 0 -60px 0 #EE5A24, 2px 2px 3px rgba(0,0,0,0.3);
color:  #fff;
} .cbtns-btn-fourty .cbtns-link40 {
display: inline-block;
outline: none;
user-select: none;
background: transparent;
cursor: pointer;
padding: 1em 2.32em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
color: #6c4ba5;
border: 2px solid #6c4ba5;
transition: .5s linear;
z-index: 1;
}
.cbtns-btn-fourty .cbtns-link40:hover {
color: #fff;
}
.cbtns-btn-fourty .cbtns-link40.cbtns-title span {
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
z-index: -1;
overflow: hidden;
transition: 0.85s cubic-bezier(0.215, 0.61, 0.215, 1);
}
.cbtns-btn-fourty .cbtns-link40.cbtns-title span::before {
content: "";
position: absolute;
top: -5%;
left: -350%;
width: 200%;
height: 108%;
background: #6c4ba5;
transform: skew(-15deg, 0);
transition: .4s linear;
z-index:-1;
}
.cbtns-btn-fourty .cbtns-link40.cbtns-title:hover span::before {
left: -25%;
} .cbtns-btn-fourty-one .cbtns-title {
display: inline-block;
outline: none;
border: none;
user-select: none;
background: transparent;
cursor: pointer;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
padding: 1em 2.65em;
border-radius: 40px;
background-color: #32557f;
background-image: linear-gradient(90deg, #32557f, #7eb4e2 53%, #32557f);
transition: all 200ms ease;
color: #fff;
background-size: 200%;
}
.cbtns-btn-fourty-one .cbtns-title:hover {
transform: scale(1.03);
background-position: 100%;
} .cbtns-btn-fourty-two .cbtns-title {
display: inline-block;
outline: none;
border: none;
user-select: none;
cursor: pointer;
padding: 1em 2.32em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
position: relative;
letter-spacing: 3px;
color: #E8EFF1;
background: #32557f;
transition: .3s;
}
.cbtns-btn-fourty-two .cbtns-title:hover {
text-shadow: none;
}
.cbtns-btn-fourty-two .cbtns-title::after {
content: "";
position: absolute;
height: 105%;
width: 105%;
z-index: -1;
left: -4px;
top: -1px;
background: #f69ec4;
transform: skewY(2deg);
transition: .3s;
}
.cbtns-btn-fourty-two .cbtns-title:hover::after {
transform: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
} .cbtns-btn-fourty-three .cbtns-title {
font-size: 16px;
display: inline-block;
font-weight: 600;
border: none;
outline: none;
box-shadow: none;
color: #fff;
background: #06ae5a;
text-align: center;
padding: 1em 2.32em;
cursor: pointer;
position: relative;
overflow: hidden;
text-transform: capitalize;
transition: .4s linear;
letter-spacing: 1px;
}
.cbtns-btn-fourty-three .cbtns-title:hover {
background: #ffc000;
color: #686777;
}
.cbtns-btn-fourty-three .cbtns-title:before {
background-color: #fff;
content: "";
height: 300px;
left: -45px;
position: absolute;
top: -120px;
transform: rotate(35deg);
transition: all 1600ms cubic-bezier(.19,1,.22,1);
width: 40px;
opacity: 0;
}
.cbtns-btn-fourty-three .cbtns-title:hover::before {
left: 120%;
transition: all 1300ms cubic-bezier(.19,1,.22,1);
opacity: .25;
} .cbtns-btn-fourty-four .cbtns-title {
color: #fff;
background-color: #333;
display: inline-block;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: capitalize;
padding: 1em 2.42em;
border: none;
position: relative;
z-index: 1;
transition: .4s linear;
border-radius: 5px;
}
.cbtns-btn-fourty-four .cbtns-title::before,
.cbtns-btn-fourty-four .cbtns-title::after {
content: '';
background-color: #10ac84;
width: 100%;
height: 100%;
opacity: 0;
transform: scaleX(0);
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s ease-in 0s;
}
.cbtns-btn-fourty-four .cbtns-title::after {
background-color: #1dd1a1;
border-radius: 0;
transform: scaleX(1);
}
.cbtns-btn-fourty-four .cbtns-title:hover::before {
border-radius: 0;
opacity: 1;
transform: scaleX(1);
}
.cbtns-btn-fourty-four .cbtns-title:hover::after {
border-radius: 50%;
opacity: 1;
transform: scaleX(0);
}
.cbtns-btn-fourty-four .cbtns-title:hover{
color: #fff;
background: #333;
box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
} .cbtns-btn-fourty-five .cbtns-title {
display: inline-block;
color: #3e6f8e;
border: 1px solid #445a69;
background: #fff;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
padding: 1em 2.32em;
position: relative;
z-index: 1;
transition: .4s linear;
border-radius: 0px;
overflow: hidden;
}
.cbtns-btn-fourty-five .cbtns-title:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
border-width: 0;
border-style: solid;
z-index: -1;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3e6f8e;
transition: all .5s ease 0s;
}
.cbtns-btn-fourty-five .cbtns-title:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-width: 0;
border-style: solid;
z-index: -1;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4dc773;
transition: all .5s ease 0s;
}
.cbtns-btn-fourty-five .cbtns-title:hover {
color: #ff7600;
}
.cbtns-btn-fourty-five .cbtns-title:hover:before {
border-width: 165px 0 0 165px;
}
.cbtns-btn-fourty-five .cbtns-title:hover:after {
border-width: 0 0 150px 150px;
top: .5px;
} .cbtns-btn-fourty-six .cbtns-title {
position: relative;
display: inline-block;
background: #16c0f0;
color: #fff;
padding: 1em 2.62em;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
border: none;
border-radius: 24px;
outline: none;
overflow: hidden;
z-index: 2;
}
.cbtns-btn-fourty-six .cbtns-title::before {
content: "";
background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
width: 100%;
height: 100%;
border-radius: 24px;
z-index: -1;
transform: translate(-50%, -50%) scale(0);
transition: all .4s ease-in-out;
}
.cbtns-btn-fourty-six .cbtns-title:hover::before {
transform: translate(-50%, -50%) scale(1);
} .cbtns-btn-fourty-seven .cbtns-title {
display: inline-block;
outline: 0;
font-weight: 700;
text-decoration: none;
padding: 1em 2.75em;
font-size: 16px;
border: none;
cursor: pointer;
box-shadow: 2px 2px 20px 0 rgb(131 100 226 / 0%);
transition: all .3s ease;
text-align: center;
background: rgb(255, 52, 63);
border-radius: 30px;
color: rgb(255, 255, 255) !important;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.cbtns-btn-fourty-seven .cbtns-title:hover {
box-shadow: rgb(255 52 63) 2px 2px 20px 0px;
transition: all 0.3s ease 0s;
} .cbtns-btn-fourty-eight .cbtns-title {
display: inline-block;
background: #06ac5b;
color: #ffff;
font-size: 16px;
padding: .9em 2.32em;
letter-spacing: 1px;
font-family: "Maven Pro", sans-serif;
font-weight: 500;
z-index: 3;
position: relative;
transition: all 0.4s ease-in-out;
text-transform: capitalize;
}
.cbtns-btn-fourty-eight .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-fourty-eight .cbtns-title::before {
background: #091B29;
content: "";
position: absolute;
bottom: auto;
top: 0;
width: 100%;
height: 0;
left: 0;
top: 0;
bottom: 0;
transition: all 0.4s ease-in-out;
z-index: -1;
}
.cbtns-btn-fourty-eight .cbtns-title:hover::before {
bottom: 0;
top: auto;
height: 100%;
} .cbtns-btn-fourty-nine .cbtns-title {
outline: none;
color: #fff;
padding: 1em 2.32em;
letter-spacing: 1px;
border: none;
font-size: 16px;
font-weight: 700;
transition: 0.5s all ease;
cursor: pointer;
background-color: #ff8a00;
z-index: 0;
display: inline-block;
position: relative;
overflow: visible;
margin-left: 10px;
text-transform: uppercase;
}
.cbtns-btn-fourty-nine .cbtns-title {
color: #fff;
display: inline-block;
padding-right: 35px;
font-size: 18px;
line-height: 24px;
font-family: "Rubik", sans-serif;
font-weight: 400;
transform: scaleX(0.9);
transform-origin: center left;
transition: color 0.3s ease;
position: relative;
z-index: 1;
}
.cbtns-btn-fourty-nine .cbtns-title span {
position: absolute;
display: inline-block;
height: 1px;
background-color: #fff;
width: 26px;
right: 30px;
top: 50%;
transition: all 0.3s ease;
z-index: 1;
}
.cbtns-btn-fourty-nine .cbtns-title::after {
position: absolute;
right: -6px;
top: -6px;
bottom: -6px;
content: '';
width: 20px;
border: 2px solid #ff8a00;
transition: 0.5s all ease;
}
.cbtns-btn-fourty-nine .cbtns-title:hover span {
width: 40px;
}
.cbtns-btn-fourty-nine .cbtns-title:hover:after {
width: 40px;
} .cbtns-btn-fifty .cbtns-title {
display: inline-block;
text-decoration: none;
vertical-align: middle;
background-color: #605ded;
color: #fff !important;
border: 1px solid #605ded;
overflow: hidden;
border-radius: 20px;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
padding: .9em 2.75em;
height: auto;
text-transform: capitalize;
text-align: center;
transition: .3s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-fifty .cbtns-title:hover {
background-color: #211eb5;
border-color: #211eaf;
}
.cbtns-btn-fifty .cbtns-title::after {
content: "";
height: 300px;
width: 300px;
background-color: #211eb5;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) scale(0);
transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: -1;
}
.cbtns-btn-fifty .cbtns-title:hover::after {
transform: translateY(-50%) translateX(-50%) scale(1);
} .cbtns-btn-fifty-one .cbtns-title {
display: inline-block;
text-decoration: none;
border: 0;
letter-spacing: 1px;
vertical-align: middle;
text-transform: capitalize;
font-family: Rubik,sans-serif;
font-size: 16px;
font-weight: 500;
padding: 1em 2.32em;
text-align: center;
color: #fff;
background: #655c97;
position: relative;
z-index: 1;
overflow: hidden;
}
.cbtns-btn-fifty-one .cbtns-title::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #973c56;
z-index: -1;
transition: all .3s ease-in-out;
transform: scale(0,1);
transform-origin: 0 100%;
}
.cbtns-btn-fifty-one .cbtns-title:hover::before {
transform: scale(1,1);
} .cbtns-btn-fifty-two .cbtns-title {
align-items: center;
background: rgb(56, 97, 251);
border: 0px;
border-radius: 8px;
display: inline-flex;
color: rgb(255, 255, 255);
cursor: pointer;
justify-content: center;
outline: 0px;
font-weight: 600;
width: auto;
font-size: 16px;
text-transform: capitalize;
padding: 1em 2.45em;
letter-spacing: 2px;
background-image: linear-gradient( 243deg, #f43b47 0%, #453a94 100%);
transition: .3s linear;
}
.cbtns-btn-fifty-two .cbtns-title:hover {
background-image: linear-gradient( 243deg, #453a94 0%, #f43b47 100%);
} .cbtns-btn-fifty-three a {
display: inline-block;
position: relative;
overflow: hidden;
z-index: 1;
}
.cbtns-btn-fifty-three .cbtns-title {
display: inline-block;
border: solid 1px #f71c52;
color: #FFFFFF;
font-weight: 400;
padding: 1em 2.45em;
background-color: #f71c52;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
position: relative;
z-index: 2 !important;
transition: .8s ease;
text-decoration: none;
}
.cbtns-btn-fifty-three a:hover .cbtns-title {
background: transparent;
}
.cbtns-btn-fifty-three .cbtns-title:hover {
border:solid 1px #39d47a;
color: #FFFFFF;
}
.cbtns-btn-fifty-three a span {
position: absolute;
width: 25%;
height: 100%;
background-color: #39d47a;
transform: translateY(150%);
border-radius: 50%;
transition: 0.5s;
z-index: 1;
}
.cbtns-btn-fifty-three a:hover span {
transform: translateY(0) scale(3.15);
}
.cbtns-btn-fifty-three a span:nth-child(1) {
left: calc((1 - 1) * 25%);
transition-delay: calc((1 - 1) * 0.1s);
}
.cbtns-btn-fifty-three a span:nth-child(2) {
left: calc((2 - 1) * 25%);
transition-delay: calc((2 - 1) * 0.1s);
}
.cbtns-btn-fifty-three a span:nth-child(3) {
left: calc((3 - 1) * 25%);
transition-delay: calc((3 - 1) * 0.1s);
}
.cbtns-btn-fifty-three a span:nth-child(4) {
left: calc((4 - 1) * 25%);
transition-delay: calc((4 - 1) * 0.1s);
}
.cbtns-btn-fifty-three a span:nth-child(5) {
left: calc((5 - 1) * 25%);
transition-delay: calc((5 - 1) * 0.1s);
} .cbtns-btn-fifty-four .cbtns-title {
display: inline-block;
border: solid 1px #fc2547;
color: #FFFFFF;
font-weight: 700;
padding: 1em 2.32em;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
overflow: hidden;
transition: .8s ease;
text-decoration: none;
background-image: linear-gradient(to right,#fc2547 0%, #ff5a00 50%, #fc2547 100%);
background-size: 200% auto;
}
.cbtns-btn-fifty-four .cbtns-title:hover {
background-position: right center;
} .cbtns-btn-fifty-five .cbtns-title {
display: inline-block;
color: #fff;
background: #273c75;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: capitalize;
padding: .9em 2.42em;
border: none;
border-radius: 10px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.5s ease 0.2s;
}
.cbtns-btn-fifty-five .cbtns-title:hover {
color: #f9c731;
background: #192a56;
text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.cbtns-btn-fifty-five .cbtns-title::before {
content: '';
background: radial-gradient(#f9c731,transparent,transparent);
height: 100%;
width: 100%;
position: absolute;
left: 65%;
top: 0;
transition: all 0.2s ease 0.5s, left 0.5s cubic-bezier(.45,-0.33,.43,3);
}
.cbtns-btn-fifty-five .cbtns-title:hover::before {
opacity: 0;
left: -10%;
} .cbtns-btn-fifty-six .cbtns-title {
display: inline-block;
text-decoration: none;
border: 1px solid #580141;
color: #580141;
border-radius: 0;
letter-spacing: 1px;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 1em 2.32em;
text-transform: uppercase;
position: relative;
vertical-align: middle;
overflow: hidden;
z-index: 1;
transition: all 0.6s ease 0s;
}
.cbtns-btn-fifty-six .cbtns-title::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
border-width: 0;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #580141;
border-style: solid;
z-index: -1;
transition: all 0.6s ease 0s;
}
.cbtns-btn-fifty-six .cbtns-title::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-width: 0;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #580141;
border-style: solid;
z-index: -1;
transition: .5s linear;
}
.cbtns-btn-fifty-six .cbtns-title:hover:before {
border-width: 200px 0 0 200px;
}
.cbtns-btn-fifty-six .cbtns-title:hover:after{
border-width: 0 0 200px 200px;
}
.cbtns-btn-fifty-six .cbtns-title:hover {
color: #fff;
} .cbtns-btn-fifty-seven .cbtns-title {
display: inline-block;
text-decoration: none;
border: 1px solid #396b1c;
color: #396b1c;
border-radius: 0;
letter-spacing: 1px;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 1em 2.42em !important;
text-transform: uppercase;
position: relative;
vertical-align: middle;
overflow: hidden;
transition: all 0.6s ease 0s;
z-index: 1;
}
.cbtns-btn-fifty-seven .cbtns-title:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
border-width: 0;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #396b1c;
border-style: solid;
z-index: -1;
transition: all 0.6s ease 0s;
}
.cbtns-btn-fifty-seven .cbtns-title:after{
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0;
border-color: rgba(0, 0, 0, 0) #396b1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
z-index: -1;
transition: all 0.6s ease 0s;
}
.cbtns-btn-fifty-seven .cbtns-title span:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-width: 0;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #396b1c;
border-style: solid;
z-index: -1;
transition: all 0.6s ease 0s;
}
.cbtns-btn-fifty-seven .cbtns-title span:after {
content: "";
position: absolute;
top: 0;
left: 0;
border-width: 0;
border-color: #396b1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
z-index: -1;
transition: .5s linear;
}
.cbtns-btn-fifty-seven .cbtns-title:hover:before {
border-width: 170px 0 0 170px;
}
.cbtns-btn-fifty-seven .cbtns-title:hover:after{
border-width: 0 185px 136px 0;
}
.cbtns-btn-fifty-seven .cbtns-title:hover span:before {
border-width: 0 0 180px 180px;
}
.cbtns-btn-fifty-seven .cbtns-title:hover span:after {
border-width: 170px 170px 0 0;
}
.cbtns-btn-fifty-seven .cbtns-title:hover {
color: #fff;
} .cbtns-btn-fifty-eight .cbtns-title {
display: inline-block;
text-decoration: none;
border-radius: 0;
letter-spacing: 1px;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 1em 2.32em !important;
text-transform: uppercase;
position: relative;
vertical-align: middle;
border: 1px solid #e67e22;
color: #2f3640;
box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
}
.cbtns-btn-fifty-eight .cbtns-title:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:1;
transform: scale(1.0,1.0);
border: 1px solid #e67e22;
color:#e67e22;
transition: all 0.50s ease-in-out 0s;
}
.cbtns-btn-fifty-eight .cbtns-title:hover:after{
opacity:0;
transform: scale(1.7,1.7);
}
.cbtns-btn-fifty-eight .cbtns-title:hover{
color:#e67e22;
border:1px solid #e67e22;
box-shadow: inset 0 0 20px rgba(230, 126, 34, .5), 0 0 20px rgba(230, 126, 34, .2);
} .cbtns-btn-fifty-nine .cbtns-title {
display: inline-block;
text-decoration: none;
border-radius: 0;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: .9em 2.32em !important;
color: #273c75;
vertical-align: middle;
position: relative;
letter-spacing: 0;
text-transform: uppercase;
transition: all 0.50s ease 0s;
border: 1px solid #273c75;
}
.cbtns-btn-fifty-nine .cbtns-title:hover {
letter-spacing: 4px;
border-color: transparent;
}
.cbtns-btn-fifty-nine .cbtns-title::before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-top: 2px solid #273c75;
border-bottom: 2px solid #273c75;
transform: scale( 0, 1);
transition: all 0.3s ease 0s;
}
.cbtns-btn-fifty-nine .cbtns-title:hover:before{
transform: scale(1);
} .cbtns-btn-sixty .cbtns-title {
display: inline-block;
text-decoration: none;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 1em 2.32em !important;
border-radius: 0;
color: #444;
text-transform: uppercase;
background: #ececec;
border: none;
position: relative;
transition: all .35s ease-in-out .35s;
}
.cbtns-btn-sixty .cbtns-title:hover{
color: #fff;
}
.cbtns-btn-sixty .cbtns-title::before,
.cbtns-btn-sixty .cbtns-title::after{
content: "";
width: 0;
height: 0;
position: absolute;
opacity: 0;
transition: all .35s ease-in-out .5s;
}
.cbtns-btn-sixty .cbtns-title::before {
top: 0;
left: 0;
border-top: 2px solid #5bbbf5;
border-left: 2px solid #5bbbf5;
}
.cbtns-btn-sixty .cbtns-title:after{
bottom: 0;
right: 0;
border-bottom: 2px solid #5bbbf5;
border-right: 2px solid #5bbbf5;
}
.cbtns-btn-sixty .cbtns-title:hover:before,
.cbtns-btn-sixty .cbtns-title:hover:after {
width: 100%;
height: 100%;
opacity: 1;
transition: all ease-in-out .35s;
}
.cbtns-btn-sixty .cbtns-title:hover{
background: #5bbbf5;
} .cbtns-btn-sixty-one .cbtns-title {
display: inline-block;
text-decoration: none;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 1em 2.32em !important;
letter-spacing: 1px;
background: #f15bb5;
vertical-align: middle;
border: none;
border-radius: 0;
color: #333;
text-transform: capitalize;
position: relative;
}
.cbtns-btn-sixty-one .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-sixty-one .cbtns-title::before, 
.cbtns-btn-sixty-one .cbtns-title::after {
content: "";
position: absolute;
transition: all 0.25s ease 0s;
width: 24px;
height: 24px;
border-top: 2px solid #f15bb5;
border-right: 2px solid #f15bb5;
}
.cbtns-btn-sixty-one .cbtns-title:before{
top: -5px;
right: -5px;
}
.cbtns-btn-sixty-one .cbtns-title:after {
bottom: -5px;
left: -5px;
border-bottom: 2px solid #f15bb5;
border-left: 2px solid #f15bb5;
border-top: none;
border-right: none;
}
.cbtns-btn-sixty-one .cbtns-title:hover::before,
.cbtns-btn-sixty-one .cbtns-title:hover::after {
width: 100%;
height: 100%;
}  .cbtns-btn-sixty-two .cbtns-title {
display: inline-block;
border: none;
font-size: 16px;
padding: 1em 2.65em;
outline: none;
color: #fff;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
position: relative;
z-index: 1;
cursor: pointer;
background: none;
text-shadow: 3px 3px 10px rgba(0,0,0,.45);
}    
.cbtns-btn-sixty-two .cbtns-title::before,
.cbtns-btn-sixty-two .cbtns-title::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
border-radius: 30px;
transform: translateX(-50%) translateY(-50%);
width: 105%;
height: 105%;
z-index: -2;
background: linear-gradient(to right, #ff8c00, #40e0d0,  #ff0080);
}
.cbtns-btn-sixty-two .cbtns-title::before{
filter: blur(7px);
transition: .2s linear;
} 
.cbtns-btn-sixty-two .cbtns-title::after {
filter: blur(0.3px);
} 
.cbtns-btn-sixty-two .cbtns-title:hover::before {
width: 115%;
height: 115%;
} .cbtns-btn-sixty-three .cbtns-title {
display: inline-block;
border: none;
font-size: 16px;
padding: 1em 2.65em;
outline: none;
color: #fff;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
position: relative;
z-index: 1;
cursor: pointer;
background: none;
background: linear-gradient(to right, #f15523, #db36a4, #f7ff00);
border-radius: 30px;
}
.cbtns-btn-sixty-three .cbtns-title:hover {
animation: animated 8s linear infinite;
}
.cbtns-btn-sixty-three .cbtns-title::before {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background: linear-gradient(to right, #ef3224, #db36a4, #f7ff00);
background-size: 400%;
border-radius: 40px;
opacity: 0;
transition: .3s linear;
}
.cbtns-btn-sixty-three .cbtns-title:hover::before {
filter: blur(20px);
opacity: 1;
animation: animated 8s linear infinite;
}
@keyframes animated {
0% {
background-position: 0%;
}
100% {
background-position: 400%;
}
} .cbtns-btn-sixty-four .cbtns-title {
display: inline-block;
border: none;
font-size: 16px;
padding: .8em 2em;
outline: none;
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
position: relative;
overflow: hidden;
z-index: 1;
cursor: pointer;
background: linear-gradient(to right, #fc466b, #3f5efb);
}
.cbtns-btn-sixty-four .cbtns-title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(to right, #fc466b, #3f5efb);
transition: .4s linear;
transform: scale(0,1);
}
.cbtns-btn-sixty-four .cbtns-title:hover::after {
background-size: 20% 123%;
transform: scale(1,1);
animation: animat 8s linear infinite;
}
@keyframes animat {
0% {
background-position: 0%;
}
100% {
background-position: 400%;
}
} .cbtns-btn-sixty-five .cbtns-title {
display: inline-block;
border: none;
font-size: 16px;
padding: .8em 2em;
outline: none;
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
position: relative;
z-index: 1;
cursor: pointer;
background: linear-gradient(to right, #40e0d0, #ff8c00, #ff0080);
background-size: 200%;
transition: .3s linear;
}
.cbtns-btn-sixty-five .cbtns-title:hover {
background-position-X: 100%;
}
.cbtns-btn-sixty-five .cbtns-title::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 50%;
height: 100%;
background: rgba(255,255,255,.3);
}
.cbtns-btn-sixty-five .cbtns-title::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.2);
transform: scale(0);
z-index: -1;
transition: .3s linear;
}
.cbtns-btn-sixty-five .cbtns-title:hover::before {
transform: scale(1);
} .cbtns-btn-sixty-six .cbtns-title {
display: inline-block;
color: #fff;
background: linear-gradient(to right, #ef32d9, #89fffd);
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 1em 2.65em;
border: none;
border-radius: 30px;
overflow: hidden;
position: relative;
z-index: 1;
transition: .4s linear;
}
.cbtns-btn-sixty-six .cbtns-title:hover {
background-color: #fff;
box-shadow: 0 0 4px #ef32d9;
}
.cbtns-btn-sixty-six .cbtns-title:before{
content: '';
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
border: 2px solid #ef32d9;
border-radius: 30px;
transition: all .8s ease-out;
z-index: -1;
}
.cbtns-btn-sixty-six .cbtns-title:hover:before{
border-width: 100px;
border-color: transparent;
} .cbtns-btn-sixty-seven .cbtns-title {
display: inline-block;
color: rgba(255, 255, 255, 0.9);
border-radius: 50px;
background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
background-size: 600%;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 1em 2.65em;
border: none;
overflow: hidden;
position: relative;
z-index: 1;
transition: .3s linear;
animation: anime 16s linear infinite;
}
@-webkit-keyframes anime {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes anime {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .cbtns-btn-sixty-eight .cbtns-title {
display: inline-block;
color: rgba(255, 255, 255, 0.9);
background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
border-radius: 50px;
background-size: 300% 100%;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 1em 2.65em;
border: none;
overflow: hidden;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-sixty-eight .cbtns-title:hover {
background-position: 98% 0;
transition: all .4s ease-in-out;
} .cbtns-btn-sixty-nine .cbtns-title {
display: inline-block;
color: rgba(255, 255, 255, 0.9);
border-radius: 0;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: .8em 2em;
border: none;
overflow: hidden;
background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
animation: gradient 8s infinite 2s cubic-bezier(0.2, 0.8, 0.2, 1.2) forwards;
z-index: 1;
transition: .3s linear;
}
@keyframes gradient {
0% {
background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%)
}
10% {
background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%)
}
20% {
background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%)
}
30% {
background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%)
}
40% {
background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%)
}
50% {
background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%)
}
60% {
background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%)
}
70% {
background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%)
}
80% {
background: linear-gradient(90deg, #FDBB2D 0%, #3A1C71 100%)
}
90% {
background: linear-gradient(90deg, #d53369 0%, #daae51 100%)
}
100% {
background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%)
}
} .cbtns-btn-seventy .cbtns-title {
display: inline-block;
color: rgba(255, 255, 255, 0.9);
background: linear-gradient(-45deg, #000046, #1CB5E0);
background-size: 400% 400%;
border-radius: 0;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: .8em 2em;
border: none;
overflow: hidden;
position: relative;
z-index: 1;
}
.cbtns-btn-seventy .cbtns-title:hover {
background-size: 150% 150%;
animation: Gradient 6s ease infinite;
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .cbtns-btn-seventy-one .cbtns-title {
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: .8em 2em;
border: none;
overflow: hidden;
position: relative;
background-clip: padding-box;
transition: 0.6s all;
background-color: transparent;
color: white;
z-index: 1;
}
.cbtns-btn-seventy-one .cbtns-title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(45deg, rgba(49, 74, 89, 0.45) 0%, rgba(122, 86, 72, 0.45) 12.5%, rgba(122, 86, 72, 0.45) 25%, rgba(146, 90, 66, 0.45) 50%,  rgba(73, 78, 83, 0.45) 100%), linear-gradient(135deg, #750698, #6e22fb);
background-size: 200% 100%;
background-position: 0% 0;
transition: .4s linear;
}
.cbtns-btn-seventy-one .cbtns-title:hover:after {
background-position: 100% 0;
} .cbtns-btn-seventy-two .cbtns-title {
display: inline-block;
font-size: 16px;
padding: .8em 2em;
color: #fff;
background: linear-gradient(to right, #373b44, #4286f4);
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
border: none;
border-radius: 0;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-seventy-two .cbtns-title:hover {
color: #fff;
border-radius: 30px;
box-shadow: 0 0 5px -2px #333;
}
.cbtns-btn-seventy-two .cbtns-title::before,
.cbtns-btn-seventy-two .cbtns-title::after {
content: "";
background: linear-gradient(to right, #654ea3, #8674b8);
width: 50%;
height: 100%;
border-radius: 30px 0 0 30px;
opacity: 0;
transform: perspective(300px) rotateY(-100deg);
transform-origin: right center;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: .3s linear;
}
.cbtns-btn-seventy-two .cbtns-title:after {
border-radius: 0 30px 30px 0;
transform: perspective(300px) rotateY(100deg);
transform-origin: left center;
left: auto;
right: 0;
}
.cbtns-btn-seventy-two .cbtns-title:hover::before,
.cbtns-btn-seventy-two .cbtns-title:hover::after {
opacity: 1;
transform: perspective(600px) rotateY(0);
} .cbtns-btn-seventy-three .cbtns-title {
display: inline-block;
font-size: 16px;
padding: .8em 2em;
color: #fff;
background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
background-size: 400%;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
border: none;
border-radius: 0;
position: relative;
z-index: 1;
transition: .3s linear;
}
.cbtns-btn-seventy-three .cbtns-title:hover {
animation: 8s linear 0s infinite normal none running animati;
color: #fff;
}
@keyframes animati{
0%{
background-position: 0%;
}
100%{
background-position: 400%;
}
} .cbtns-btn-seventy-four a {
position: relative;
text-decoration: none !important;
display: inline-flex;
justify-content: center;
padding: 8px 10px;
border: 1px solid #e74c3c;
border-radius: 30px;
align-items: center;
overflow: hidden;
}
.cbtns-btn-seventy-four a .cbtns-title {
font-size: 16px;
color: #34495e;
padding: 0 5px;
background: transparent;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 1;
transition: .4s linear;
}
.cbtns-btn-seventy-four a .cbtns-icon {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #34495e;
color: #fff;
border-radius: 30px;
font-size: 18px;
font-weight: 800;
transition: .4s linear;
z-index: 9;
margin: 0 5px;
}
.cbtns-btn-seventy-four a .cbtns-icon-1 {
margin-left: 5px;
left: 0;
right: auto;
z-index: 2;
}
.cbtns-btn-seventy-four a .cbtns-icon-2 {
margin-left: 10px;
}
.cbtns-btn-seventy-four .cbtns-title::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #e74c3c;
z-index: -1;
transition: all .3s ease-in-out;
transform: scale(0,1);
transform-origin: 0 100%;
}
.cbtns-btn-seventy-four a:hover .cbtns-title:before {
transform: scale(1,1);
}
.cbtns-btn-seventy-four a:hover .cbtns-title {
color: #fff;
} .cbtns-btn-seventy-five a {
position: relative;
text-decoration: none !important;
display: inline-flex;
justify-content: center;
padding: 8px 10px;
align-items: center;
overflow: hidden;
background-image: linear-gradient(to right, rgb(245, 206, 98), rgb(228, 54, 3), rgb(250, 113, 153), rgb(232, 90, 25));
background-size: 300% 100%;
}
.cbtns-btn-seventy-five .cbtns-title {
color: #ffff;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
transition: .3s linear;
text-transform: capitalize;
}
.cbtns-btn-seventy-five .cbtns-title::before {
background: #091B29;
content: "";
position: absolute;
bottom: 0;
top: auto;
width: 100%;
height: 0;
left: 0;
top: 0;
bottom: 0;
transition: all 0.4s ease-in-out;
z-index: -1;
}
.cbtns-btn-seventy-five .cbtns-title:hover::before {
bottom: auto;
top: 0;
height: 100%;
}
.cbtns-btn-seventy-five a .cbtns-icon {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #34495e;
color: #fff;
border-radius: 30px;
font-size: 18px;
font-weight: 800;
transition: .4s linear;
z-index: 9;
}
.cbtns-btn-seventy-five a .cbtns-icon-1 {
margin-right: 5px;
right: auto;
left: 0;
z-index: 2;
}
.cbtns-btn-seventy-five a .cbtns-icon-2 {
margin-left: 5px;
} .cbtns-btn-seventy-six a {
position: relative;
text-decoration: none !important;
display: inline-block;
}
.cbtns-btn-seventy-six .cbtns-title {
display: inline-block;
background: #2980b9;
color: #ffff;
font-size: 16px;
padding: .8em 2.23em;
border-radius: 30px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
position: relative;
transition: all 0.4s ease-in-out;
text-transform: capitalize;
}
.cbtns-btn-seventy-six a .cbtns-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -18px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #2980b9;
border-radius: 30px;
color: #fff;
border: 2px solid #fff;
font-size: 25px;
font-weight: 800;
z-index: 1;
}
.cbtns-btn-seventy-six a .cbtns-icon-2 {
left: auto;
right: -18px;
} .cbtns-btn-seventy-seven a {
position: relative;
text-decoration: none !important;
display: inline-block;
}
.cbtns-btn-seventy-seven .cbtns-title {
display: inline-block;
background: linear-gradient(to right, #b06ab3, #4568dc);
color: #ffff;
font-size: 16px;
padding: .8em 2.23em;
border-radius: 30px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
position: relative;
transition: .3s linear;
text-transform: capitalize;
}
.cbtns-btn-seventy-seven a .cbtns-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -18px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: linear-gradient(to right, #4568dc, #b06ab3);
border-radius: 30px;
color: #fff;
border: 2px solid #fff;
font-size: 25px;
font-weight: 800;
z-index: 1;
}
.cbtns-btn-seventy-seven a .cbtns-icon-2 {
left: auto;
right: -18px;
} .cbtns-btn-seventy-eight a {
position: relative;
text-decoration: none !important;
display: inline-block;
}
.cbtns-btn-seventy-eight .cbtns-title {
display: inline-block;
background: #ec2040;
color: #ffff;
font-size: 16px;
padding: .8em 2.23em;
border-radius: 30px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
position: relative;
transition: all 0.4s ease-in-out;
text-transform: capitalize;
}
.cbtns-btn-seventy-eight a .cbtns-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -18px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #ec2040;
border-radius: 30px;
color: #fff;
border: 2px solid #fff;
font-size: 25px;
font-weight: 800;
z-index: 1;
}
.cbtns-btn-seventy-eight a .cbtns-icon-2 {
left: auto;
right: -18px;
} .cbtns-btn-seventy-nine a {
position: relative;
text-decoration: none !important;
display: inline-block;
overflow: hidden;
}
.cbtns-btn-seventy-nine .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
background: #f2f2f2;
color: #9b59b6;
box-shadow: 10px 10px 5px #1212121c;
font-size: 16px;
padding: .8em 2.3em;
border-radius: 0px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
position: relative;
text-transform: capitalize;
}
.cbtns-btn-seventy-nine a .cbtns-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -20px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 30px;
text-align: center;
background: #9b59b6;
color: #fff;
font-size: 20px;
font-weight: 800;
z-index: 1;
}
.cbtns-btn-seventy-nine a i {
margin-right: 15px;
}
.cbtns-btn-seventy-nine a .cbtns-icon-2 i {
margin-left: 25px;
}
.cbtns-btn-seventy-nine a .cbtns-icon-2 {
right: auto;
left: 0;
margin-left: -20px;
} .cbtns-btn-eighty a {
position: relative;
text-decoration: none !important;
display: inline-block;
}
.cbtns-btn-eighty .cbtns-title {
display: inline-block;
background: #d35400;
color: #ffff;
font-size: 16px;
padding: .8em 2.32em;
border-radius: 30px;
letter-spacing: 1px;
font-weight: 500;
text-align: center;
z-index: 1;
position: relative;
text-transform: capitalize;
}
.cbtns-btn-eighty a .cbtns-icon {
color: #ee4322;
background: linear-gradient(to left, #dedfe1, #f3f3f3);
font-size: 18px;
line-height: 55px;
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.075);
position: absolute;
top: 50%;
right: -25px;
transform: translateY(-50%);
z-index: 1;
}
.cbtns-btn-eighty a .cbtns-icon-2 {
right: auto;
left: -25px;
} .cbtns-btn-eighty-one .cbtns-title-link {
position: relative;
display: inline-block;
padding: 16px 18px;
text-decoration: none;
border: none;
text-transform: uppercase;
overflow: hidden;
z-index: 1;
color: #fff;
}
.cbtns-btn-eighty-one .cbtns-title-link .cbtns-title {
position: relative;
color: #fff;
z-index: 1;
letter-spacing: 4px;
font-size: 14px;
}
.cbtns-btn-eighty-one .cbtns-title-link .liquid {
position: absolute;
left: 0;
top: -45px;
width: 100%;
height: 235%;
background: #4973ff;
box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
z-index: -1;
}
.cbtns-btn-eighty-one .cbtns-title-link .liquid::before,
.cbtns-btn-eighty-one .cbtns-title-link .liquid::after {
position: absolute;
content: "";
width: 180%;
height: 180%;
top: 0;
left: 50%;
transform: translate(-50%, -75%);
}
.cbtns-btn-eighty-one .cbtns-title-link .liquid::before {
border-radius: 45%;
background: rgba(20,20,20,1);
animation: animot 8s linear infinite;
}
.cbtns-btn-eighty-one .cbtns-title-link .liquid::after {
border-radius: 40%;
background: rgba(20,20,20,0.5);
animation: animot 10s linear infinite;
}
@keyframes animot 
{
0%
{
transform: translate(-50%, -75%) rotate(0deg);
}
100%
{
transform: translate(-50%, -75%) rotate(360deg);
}
} .cbtns-btn-eighty-two .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.62em;
color: #333;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .1s linear;
position: relative;
border: 1px solid #c514db;
z-index: 1;
}
.cbtns-btn-eighty-two .cbtns-title:hover {
color: #fff;
border-color: transparent;
}
.cbtns-btn-eighty-two .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-eighty-two .cbtns-title:before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/1.png);
background-size: cover;
transform-origin: left;
transition: .3s linear;
z-index: -1;
}
.cbtns-btn-eighty-two .cbtns-title:hover:before{
width: 100%;
} .cbtns-btn-eighty-three a {
position: relative;
display: inline-block;
overflow: hidden;
}
.cbtns-btn-eighty-three .cbtns-title {
position: relative;
text-decoration: none;
padding: .8em 2.32em;
font-size: 16px;
display: inline-block;
border: 2px solid #e67e22;
color: #e67e22;   
text-transform: capitalize;
font-weight: 600;
transition: .3s linear;
}
.cbtns-btn-eighty-three .cbtns-title:hover {
color: #fff;
border-color: transparent;
}
.cbtns-btn-eighty-three a span {
position: absolute;
width: 100%;
height: 100%;
background: #e67e22;
transition: .3s linear;
opacity: .5;
z-index: -1;
}
.cbtns-btn-eighty-three a span:nth-child(1) {
top: -100%;
left: -100%;
}
.cbtns-btn-eighty-three a:hover span:nth-child(1) {
top: 0%;
left: 0%;
}
.cbtns-btn-eighty-three a span:nth-child(2){
bottom: -100%;
left: -100%;
}
.cbtns-btn-eighty-three a:hover span:nth-child(2){
bottom: 0%;
left: 0%;
}
.cbtns-btn-eighty-three a span:nth-child(3){
top: -100%;
right: -100%;
}
.cbtns-btn-eighty-three a:hover span:nth-child(3){
top: 0%;
right: 0%;
}
.cbtns-btn-eighty-three a span:nth-child(4){
bottom: -100%;
right: -100%;
}
.cbtns-btn-eighty-three a:hover span:nth-child(4){
bottom: 0%;
right: 0%;
} .cbtns-btn-eighty-four .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
padding: .8em 2.32em;
font-size: 16px;
display: inline-block;
background: #2980b95c;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
}
.cbtns-btn-eighty-four .cbtns-title::before,
.cbtns-btn-eighty-four .cbtns-title::after {
content: "";
position: absolute;
width: 0;
height: 2px;
transition: .3s linear;
background: #2980b9;
}
.cbtns-btn-eighty-four .cbtns-title::before{
right: 0;
top: 0;
transition-duration: 0.4s linear;
}
.cbtns-btn-eighty-four .cbtns-title::after {
left: 0;
bottom: 0;
transition-duration: 0.4s linear;
}
.cbtns-btn-eighty-four .cbtns-title span::before,
.cbtns-btn-eighty-four .cbtns-title span::after {
content: "";
position: absolute;
width: 2px;
height: 0;
transition: .3s linear;
background: #2980b9;
}
.cbtns-btn-eighty-four .cbtns-title span::before {
left: 0;
bottom: 0;
transition-duration: 0.4s linear;
}
.cbtns-btn-eighty-four .cbtns-title span::after {
right: 0;
top: 0;
transition-duration: .4s linear;
}
.cbtns-btn-eighty-four .cbtns-title:hover::before,
.cbtns-btn-eighty-four .cbtns-title:hover::after {
width: 100%;
}
.cbtns-btn-eighty-four .cbtns-title:hover span::before,
.cbtns-btn-eighty-four .cbtns-title:hover span::after {
height: 100%;
} .cbtns-btn-eighty-five .cbtns-title {
position: relative;
text-decoration: none;
color: #333;
padding: .8em 2.32em;
font-size: 16px;
display: inline-block;
overflow: hidden;
background: transparent;
border: 1px solid #27ae60;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
}
.cbtns-btn-eighty-five .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-eighty-five .cbtns-title::before,
.cbtns-btn-eighty-five .cbtns-title:after {
position: absolute;
content: "";
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: #27ae60;
transition: .3s linear;
z-index: -1;
}
.cbtns-btn-eighty-five .cbtns-title::after {
right: -100%;
left: auto;
}
.cbtns-btn-eighty-five .cbtns-title:hover:before {
left: -50%;
}
.cbtns-btn-eighty-five .cbtns-title:hover:after {
right: -50%;
} .cbtns-btn-eighty-six a {
display: inline-block;
overflow: hidden;
position: relative;
}
.cbtns-btn-eighty-six a .cbtns-title {   
text-decoration: none;
color: #8e44ad;
padding: .8em 1.65em;
font-size: 16px;
background: transparent;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
}
.cbtns-btn-eighty-six a .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-eighty-six a span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: -1;
border: 3px solid #8e44ad;
}
.cbtns-btn-eighty-six a span:before {
content: "";
position: absolute;
width: 8%;
height: 1000%;
background: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-60deg);
transition: .3s linear;
}
.cbtns-btn-eighty-six a:hover span:before {
transform: translate(-50%, -50%) rotate(-90deg);
width: 100%;
background: #8e44ad;
} .cbtns-btn-eighty-seven .cbtns-title {
position: relative;
text-decoration: none;
color: #009688;
padding: .6em 2em;
border-radius: 30px;
border: 2px solid #009688;
font-size: 16px;
display: inline-block;
overflow: hidden;
background: transparent;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
}
.cbtns-btn-eighty-seven .cbtns-title:hover {
color: #fff;
}
.cbtns-btn-eighty-seven .cbtns-title::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
background: #009688;
z-index: -1;
transition: .3s linear;
}
.cbtns-btn-eighty-seven .cbtns-title::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
background: #009688;
opacity: .5;
z-index: -1;
transition: .5s linear;
transition-delay: .2s;
}
.cbtns-btn-eighty-seven .cbtns-title:hover:before {
top: 0;
}
.cbtns-btn-eighty-seven .cbtns-title:hover:after {
top: 0;
} .cbtns-btn-eighty-eight .cbtns-title {
position: relative;
text-decoration: none;
color: #009688;
padding: 0.8em 2em;
font-size: 16px;
display: inline-block;
background: transparent;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
border-radius: 0;
border: 3px solid #59ecd9;
}
.cbtns-btn-eighty-eight .cbtns-title:hover {
color: #fff64c;
background: transparent;
border-color: transparent;
}
.cbtns-btn-eighty-eight .cbtns-title::before,
.cbtns-btn-eighty-eight .cbtns-title::after {
content: '';
border: 0 solid transparent;
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
.cbtns-btn-eighty-eight .cbtns-title::before {
border-bottom-width: 4px;
border-left-width: 4px;
transition-delay: 0s, 0s, 0.25s;
}
.cbtns-btn-eighty-eight .cbtns-title::after {
border-top-width: 4px;
border-right-width: 4px;
transition-delay: 0s, 0.25s, 0s;
}
.cbtns-btn-eighty-eight .cbtns-title:hover::before,
.cbtns-btn-eighty-eight .cbtns-title:hover::after {
width: 100%;
height: 100%;
border-color: #fff64c;
transition: border-color 0s, width 0.25s, height 0.25s;
}
.cbtns-btn-eighty-eight .cbtns-title:hover::before {
transition-delay: 0s, 0s, 0.25s;
}
.cbtns-btn-eighty-eight .cbtns-title:hover::after {
transition-delay: 0s, 0.25s, 0s;
} .cbtns-btn-eighty-nine .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
padding: 0.8em 2em;
font-size: 16px;
display: inline-block;
background: #27022d;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
border-radius: 0;
overflow: hidden;
}
.cbtns-btn-eighty-nine .cbtns-title:hover {
background: #9b59b6;
}
.cbtns-btn-eighty-nine .cbtns-title::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,transparent,#f1f1f1,transparent);
transition: .3s linear;
}
.cbtns-btn-eighty-nine .cbtns-title:hover::before {
left: 100%;
} .cbtns-btn-ninety .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 0.8em 2em;
color: #fff;
background: #ffa10014;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.4s ease 0.2s;
}
.cbtns-btn-ninety .cbtns-title:hover {
color: #fff;
color: #333;
}
.cbtns-btn-ninety .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety .cbtns-title:before,
.cbtns-btn-ninety .cbtns-title:after {
content: '';
background-color: #ffb638;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.3s cubic-bezier(.33, .91, .42, 1);
}
.cbtns-btn-ninety .cbtns-title::after {
background-color: #fff;
width: 0;
height: 100%;
z-index: -1;
transition: all 0.3s cubic-bezier(.33, .91, .42, 1) 0.2s;
}
.cbtns-btn-ninety .cbtns-title:hover:before {
left: 100%;
}
.cbtns-btn-ninety .cbtns-title:hover:after {
width: 100%;
} .cbtns-btn-ninety-one .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.72em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-one .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-one .cbtns-title:before{
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/2.png);
background-size: cover;
transform-origin: right;
transition: .3s linear;
z-index: -1;
} .cbtns-btn-ninety-two .cbtns-title {
position: relative;
text-decoration: none;
color: #fff;
background: #ec2040;
padding: .8em 2.42em;
font-size: 16px;
display: inline-block;
overflow: hidden;
text-transform: capitalize;
font-weight: 600;
margin-left: 10px;
z-index: 1;
}
.cbtns-btn-ninety-two .cbtns-title:hover:after {
animation: mask-play 0.7s steps(70) forwards;
width: 100%;
}
.cbtns-btn-ninety-two .cbtns-title:after {
position: absolute;
content: attr(data-text);
right: 0px;
top: 0px;
width: 0;
height: 100%;
padding: .8em 0;
text-align: center;
color: #ec2040;
background: #000;
box-shadow: inset 0 0 0 1px #ec2040;
-webkit-mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/natureSmaller.png);
mask: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/natureSmaller.png);
mask-size: 7100% 100%;
-webkit-mask-size: 7100% 100%;
animation: mask-play-reverse 0.7s steps(70) forwards;
z-index: -1;
}
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
}
} 
@keyframes mask-play-reverse {
from {
-webkit-mask-position: 100% 0;
}
to {
-webkit-mask-position: 0% 0;
}
} .cbtns-btn-ninety-three .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-three .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-three .cbtns-title:before{
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/3.png);
background-size: cover;
transform-origin: right;
transition: .5s linear;
z-index: -1;
}
.cbtns-btn-ninety-three .cbtns-title:hover::before {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/4.png);
background-position: center;
background-size: cover;
} .cbtns-btn-ninety-four .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-four .cbtns-title:hover {
background: #333;
}
.cbtns-btn-ninety-four .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-four .cbtns-title:before{
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/4.png);
background-size: cover;
transform-origin: right;
transition: .3s linear;
transform: scale(1, 1);
z-index: -1;
}
.cbtns-btn-ninety-four .cbtns-title:hover::before{
transform: scale(1, 0);
} .cbtns-btn-ninety-five .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-five .cbtns-title:hover {
background: #333;
}
.cbtns-btn-ninety-five .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-five .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/5.png);
background-size: cover;
transform-origin: right;
transition: .3s linear;
transform: scale(1, 1);
z-index: -1;
}
.cbtns-btn-ninety-five .cbtns-title:hover::before {
transform: scale(0, 1);
} .cbtns-btn-ninety-six .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.4em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-six .cbtns-title:hover {
background: #333;
}
.cbtns-btn-ninety-six .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-six .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/6.png);
background-size: cover;
transform-origin: right;
transition: .4s linear;
transform: scale(1.0);
z-index: -1;
}
.cbtns-btn-ninety-six .cbtns-title:hover::before {
transform: scale(0.0);
background-position: top;
} .cbtns-btn-ninety-seven .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-seven .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-seven .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/7.png);
background-size: cover;
transform-origin: right;
transition: .5s linear;
transform: scale(1.1);
z-index: -1;
}
.cbtns-btn-ninety-seven .cbtns-title:hover::before {
transform: scale(1.4);
} .cbtns-btn-ninety-eight .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.62em;
color: #fff;
background: #333;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-eight .cbtns-title:hover {
background: transparent;
}
.cbtns-btn-ninety-eight .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-eight .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/8.png) center / cover;
transition: .5s linear;
transform: scale(0.1);
opacity: 0;
z-index: -1;
}
.cbtns-btn-ninety-eight .cbtns-title:hover::before {
transform: scale(1.1);
opacity: 1;
} .cbtns-btn-ninety-nine .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 4em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-nine .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-ninety-nine .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/9.png) center / cover;
transform-origin: right;
transition: .5s linear;
transform: rotate(0deg);
z-index: -1;
}
.cbtns-btn-ninety-nine .cbtns-title:hover {
padding: 1em 5em;
}
.cbtns-btn-ninety-nine .cbtns-title:hover::before {
transform: rotate(-360deg);
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/10.png) center / cover;
} .cbtns-btn-one-hundred .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 5em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred .cbtns-title:hover {
background: #333;
}
.cbtns-btn-one-hundred .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/10.png) center / cover;
transition: .4s linear;
transform: rotateX(0);
z-index: -1;
}
.cbtns-btn-one-hundred .cbtns-title:hover::before {
transform: rotateX(60deg);
} .cbtns-btn-one-hundred-one .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-one .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-one .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/11.png) center / cover;
transition: .4s linear;
transform: scaleX(1.5);
z-index: -1;
}
.cbtns-btn-one-hundred-one .cbtns-title:hover::before {
transform: scaleX(-1.5);
} .cbtns-btn-one-hundred-two .cbtns-title {
color: #fff;
}
.cbtns-btn-one-hundred-two .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.82em;
background: transparent;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-two .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-two .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/12.png) center / cover;
transition: .4s linear;
transform: scaleY(1.1);
z-index: -1;
}
.cbtns-btn-one-hundred-two .cbtns-title:hover::before {
transform: scaleY(-1.5);
} .cbtns-btn-one-hundred-three .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.82em;
background: transparent;
background-color: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 3px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-three .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-three .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/13.png) center / cover;
transition: .6s linear;
transform: scaleY(1);
z-index: -1;
}
.cbtns-btn-one-hundred-three .cbtns-title::after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: transparent;
transition: .6s linear;
z-index: -1;
}
.cbtns-btn-one-hundred-three .cbtns-title:hover::after {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/14.png) center / cover;
}
.cbtns-btn-one-hundred-three .cbtns-title:hover::before {
transform: scaleY(0);
} .cbtns-btn-one-hundred-four .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 4em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-four .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-four .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/14.png) center / cover;
transition: .4s linear;
z-index: -1;
}
.cbtns-btn-one-hundred-four .cbtns-title:hover::before {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/16.png) center / cover;
transform: scale(1.3);
} .cbtns-btn-one-hundred-five .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.32em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-five .cbtns-title:hover {
padding: 1em 2.32em;
}
.cbtns-btn-one-hundred-five .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-five .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/15.png) center / cover;
transition: .3s linear;
z-index: -1;
}
.cbtns-btn-one-hundred-five .cbtns-title:hover::before {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/17.png) center / contain;
background-repeat: no-repeat;
} .cbtns-btn-one-hundred-six .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.5em;
color: #fff;
background: #333;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-six .cbtns-title:hover {
background: transparent;
}
.cbtns-btn-one-hundred-six .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-six .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/16.png) center / cover;
transition: .5s linear;
transform: scale(0);
transform-origin: bottom;
z-index: -1;
}
.cbtns-btn-one-hundred-six .cbtns-title:hover::before {
transform: scale(1);
} .cbtns-btn-one-hundred-seven .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-seven .cbtns-title:hover {
background: #333;
}
.cbtns-btn-one-hundred-seven .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-seven .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/17.png) center / cover;
transition: .5s linear;
transform: scale(1);
transform-origin: top;
z-index: -1;
}
.cbtns-btn-one-hundred-seven .cbtns-title:hover::before {
transform: scale(0);
} .cbtns-btn-one-hundred-eight .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-eight .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-eight .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/18.png) center / cover;
transition: .5s linear;
transform: scale(1);
transform-origin: top;
z-index: -1;
}
.cbtns-btn-one-hundred-eight .cbtns-title:hover::before {
transform: scale(1.3) rotate(3deg);
} .cbtns-btn-one-hundred-nine .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-nine .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-nine .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/19.png) center / cover;
transition: .5s linear;
z-index: -1;
}
.cbtns-btn-one-hundred-nine .cbtns-title:hover::before {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/16.png) center / cover;
} .cbtns-btn-one-hundred-ten .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-ten .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-ten .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/20.png) center / cover;
transition: .5s linear;
z-index: -1;
}
.cbtns-btn-one-hundred-ten .cbtns-title:hover::before {
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/19.png) center / cover;
} .cbtns-btn-one-hundred-eleven .cbtns-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-eleven .cbtns-title span {
position: relative;
z-index: 1;
}
.cbtns-btn-one-hundred-eleven .cbtns-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//salienceconsulting.ae/wp-content/plugins/bwd-creative-buttons/assets/public/img/1.png) center / cover;
z-index: -1;
}.weglot-flags.hw>a:before,.weglot-flags.hw>span:before{background-position:-3570px 0 !important}.weglot-flags.af>a:before,.weglot-flags.af>span:before{background-position:-6570px 0 !important}.weglot-flags.fl>a:before,.weglot-flags.fl>span:before{background-position:-3060px 0 !important}.weglot-flags.sq>a:before,.weglot-flags.sq>span:before{background-position:-2580px 0 !important}.weglot-flags.am>a:before,.weglot-flags.am>span:before{background-position:-5130px 0 !important}.weglot-flags.ar>a:before,.weglot-flags.ar>span:before{background-position:-510px 0 !important}.weglot-flags.hy>a:before,.weglot-flags.hy>span:before{background-position:-1800px 0 !important}.weglot-flags.az>a:before,.weglot-flags.az>span:before{background-position:-6840px 0 !important}.weglot-flags.ba>a:before,.weglot-flags.ba>span:before{background-position:-2040px 0 !important}.weglot-flags.eu>a:before,.weglot-flags.eu>span:before{background-position:-7260px 0 !important}.weglot-flags.be>a:before,.weglot-flags.be>span:before{background-position:-5310px 0 !important}.weglot-flags.bn>a:before,.weglot-flags.bn>span:before{background-position:-5400px 0 !important}.weglot-flags.bs>a:before,.weglot-flags.bs>span:before{background-position:-6390px 0 !important}.weglot-flags.bg>a:before,.weglot-flags.bg>span:before{background-position:-2730px 0 !important}.weglot-flags.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 0 !important}.weglot-flags.my>a:before,.weglot-flags.my>span:before{background-position:-3299px 0 !important}.weglot-flags.ca>a:before,.weglot-flags.ca>span:before{background-position:-7230px 0 !important}.weglot-flags.zh>a:before,.weglot-flags.zh>span:before{background-position:-3690px 0 !important}.weglot-flags.tw>a:before,.weglot-flags.tw>span:before{background-position:-2970px 0 !important}.weglot-flags.km>a:before,.weglot-flags.km>span:before{background-position:-6930px 0 !important}.weglot-flags.ny>a:before,.weglot-flags.ny>span:before{background-position:-1140px 0 !important}.weglot-flags.co>a:before,.weglot-flags.co>span:before{background-position:-2520px 0 !important}.weglot-flags.hr>a:before,.weglot-flags.hr>span:before{background-position:-5910px 0 !important}.weglot-flags.cs>a:before,.weglot-flags.cs>span:before{background-position:-2700px 0 !important}.weglot-flags.da>a:before,.weglot-flags.da>span:before{background-position:-2670px 0 !important}.weglot-flags.nl>a:before,.weglot-flags.nl>span:before{background-position:-2100px 0 !important}.weglot-flags.en>a:before,.weglot-flags.en>span:before{background-position:-1920px 0 !important}.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0 !important}.weglot-flags.et>a:before,.weglot-flags.et>span:before{background-position:-2640px 0 !important}.weglot-flags.fj>a:before,.weglot-flags.fj>span:before{background-position:-1710px 0 !important}.weglot-flags.fi>a:before,.weglot-flags.fi>span:before{background-position:-2550px 0 !important}.weglot-flags.fr>a:before,.weglot-flags.fr>span:before{background-position:-2520px 0 !important}.weglot-flags.gl>a:before,.weglot-flags.gl>span:before{background-position:-7290px 0 !important}.weglot-flags.ka>a:before,.weglot-flags.ka>span:before{background-position:-5040px 0 !important}.weglot-flags.de>a:before,.weglot-flags.de>span:before{background-position:-2490px 0 !important}.weglot-flags.el>a:before,.weglot-flags.el>span:before{background-position:-2460px 0 !important}.weglot-flags.gu>a:before,.weglot-flags.gu>span:before{background-position:-1170px 0 !important}.weglot-flags.ht>a:before,.weglot-flags.ht>span:before{background-position:-4650px 0 !important}.weglot-flags.ha>a:before,.weglot-flags.ha>span:before{background-position:-900px 0 !important}.weglot-flags.he>a:before,.weglot-flags.he>span:before{background-position:-1050px 0 !important}.weglot-flags.hi>a:before,.weglot-flags.hi>span:before{background-position:-1170px 0 !important}.weglot-flags.hu>a:before,.weglot-flags.hu>span:before{background-position:-2430px 0 !important}.weglot-flags.is>a:before,.weglot-flags.is>span:before{background-position:-2400px 0 !important}.weglot-flags.ig>a:before,.weglot-flags.ig>span:before{background-position:-870px 0 !important}.weglot-flags.id>a:before,.weglot-flags.id>span:before{background-position:-3510px 0 !important}.weglot-flags.ga>a:before,.weglot-flags.ga>span:before{background-position:-2340px 0 !important}.weglot-flags.it>a:before,.weglot-flags.it>span:before{background-position:-2310px 0 !important}.weglot-flags.ja>a:before,.weglot-flags.ja>span:before{background-position:-3480px 0 !important}.weglot-flags.jv>a:before,.weglot-flags.jv>span:before{background-position:-3360px 0 !important}.weglot-flags.kn>a:before,.weglot-flags.kn>span:before{background-position:-1170px 0 !important}.weglot-flags.kk>a:before,.weglot-flags.kk>span:before{background-position:-3150px 0 !important}.weglot-flags.ko>a:before,.weglot-flags.ko>span:before{background-position:-6990px 0 !important}.weglot-flags.ku>a:before,.weglot-flags.ku>span:before{background-position:-2430px 0 !important}.weglot-flags.ky>a:before,.weglot-flags.ky>span:before{background-position:-3420px 0 !important}.weglot-flags.lo>a:before,.weglot-flags.lo>span:before{background-position:-3450px 0 !important}.weglot-flags.la>a:before,.weglot-flags.la>span:before{background-position:-2310px 0 !important}.weglot-flags.lv>a:before,.weglot-flags.lv>span:before{background-position:-2280px 0 !important}.weglot-flags.lt>a:before,.weglot-flags.lt>span:before{background-position:-2250px 0 !important}.weglot-flags.lb>a:before,.weglot-flags.lb>span:before{background-position:-2220px 0 !important}.weglot-flags.mk>a:before,.weglot-flags.mk>span:before{background-position:-2190px 0 !important}.weglot-flags.mg>a:before,.weglot-flags.mg>span:before{background-position:-1200px 0 !important}.weglot-flags.ms>a:before,.weglot-flags.ms>span:before{background-position:-3360px 0 !important}.weglot-flags.ml>a:before,.weglot-flags.ml>span:before{background-position:-1170px 0 !important}.weglot-flags.mt>a:before,.weglot-flags.mt>span:before{background-position:-2130px 0 !important}.weglot-flags.mi>a:before,.weglot-flags.mi>span:before{background-position:-3240px 0 !important}.weglot-flags.mr>a:before,.weglot-flags.mr>span:before{background-position:-1170px 0 !important}.weglot-flags.mn>a:before,.weglot-flags.mn>span:before{background-position:-6000px 0 !important}.weglot-flags.ne>a:before,.weglot-flags.ne>span:before{background-position:-3270px 0 !important}.weglot-flags.no>a:before,.weglot-flags.no>span:before{background-position:-5850px 0 !important}.weglot-flags.ps>a:before,.weglot-flags.ps>span:before{background-position:-5189px 0 !important}.weglot-flags.fa>a:before,.weglot-flags.fa>span:before{background-position:-6690px 0 !important}.weglot-flags.pl>a:before,.weglot-flags.pl>span:before{background-position:-2160px 0 !important}.weglot-flags.pt>a:before,.weglot-flags.pt>span:before{background-position:-1740px 0 !important}.weglot-flags.pa>a:before,.weglot-flags.pa>span:before{background-position:-3180px 0 !important}.weglot-flags.ro>a:before,.weglot-flags.ro>span:before{background-position:-2070px 0 !important}.weglot-flags.ru>a:before,.weglot-flags.ru>span:before{background-position:-2040px 0 !important}.weglot-flags.sm>a:before,.weglot-flags.sm>span:before{background-position:-4620px 0 !important}.weglot-flags.gd>a:before,.weglot-flags.gd>span:before{background-position:-30px 0 !important}.weglot-flags.sr>a:before,.weglot-flags.sr>span:before{background-position:-4290px 0 !important}.weglot-flags.sn>a:before,.weglot-flags.sn>span:before{background-position:-540px 0 !important}.weglot-flags.sd>a:before,.weglot-flags.sd>span:before{background-position:-3180px 0 !important}.weglot-flags.si>a:before,.weglot-flags.si>span:before{background-position:-2820px 0 !important}.weglot-flags.sk>a:before,.weglot-flags.sk>span:before{background-position:-6810px 0 !important}.weglot-flags.sl>a:before,.weglot-flags.sl>span:before{background-position:-2010px 0 !important}.weglot-flags.so>a:before,.weglot-flags.so>span:before{background-position:-4560px 0 !important}.weglot-flags.st>a:before,.weglot-flags.st>span:before{background-position:-4830px 0 !important}.weglot-flags.es>a:before,.weglot-flags.es>span:before{background-position:-480px 0 !important}.weglot-flags.su>a:before,.weglot-flags.su>span:before{background-position:-4530px 0 !important}.weglot-flags.sw>a:before,.weglot-flags.sw>span:before{background-position:-1290px 0 !important}.weglot-flags.sv>a:before,.weglot-flags.sv>span:before{background-position:-1980px 0 !important}.weglot-flags.tl>a:before,.weglot-flags.tl>span:before{background-position:-3060px 0 !important}.weglot-flags.ty>a:before,.weglot-flags.ty>span:before{background-position:-6270px 0 !important}.weglot-flags.tg>a:before,.weglot-flags.tg>span:before{background-position:-2940px 0 !important}.weglot-flags.ta>a:before,.weglot-flags.ta>span:before{background-position:-1170px 0 !important}.weglot-flags.tt>a:before,.weglot-flags.tt>span:before{background-position:-2040px 0 !important}.weglot-flags.te>a:before,.weglot-flags.te>span:before{background-position:-1170px 0 !important}.weglot-flags.th>a:before,.weglot-flags.th>span:before{background-position:-2910px 0 !important}.weglot-flags.to>a:before,.weglot-flags.to>span:before{background-position:-6540px 0 !important}.weglot-flags.tr>a:before,.weglot-flags.tr>span:before{background-position:-1950px 0 !important}.weglot-flags.uk>a:before,.weglot-flags.uk>span:before{background-position:-1890px 0 !important}.weglot-flags.ur>a:before,.weglot-flags.ur>span:before{background-position:-3180px 0 !important}.weglot-flags.uz>a:before,.weglot-flags.uz>span:before{background-position:-2880px 0 !important}.weglot-flags.vi>a:before,.weglot-flags.vi>span:before{background-position:-2850px 0 !important}.weglot-flags.cy>a:before,.weglot-flags.cy>span:before{background-position:-6420px 0 !important}.weglot-flags.fy>a:before,.weglot-flags.fy>span:before{background-position:-2100px 0 !important}.weglot-flags.xh>a:before,.weglot-flags.xh>span:before{background-position:-6570px 0 !important}.weglot-flags.yi>a:before,.weglot-flags.yi>span:before{background-position:-1050px 0 !important}.weglot-flags.yo>a:before,.weglot-flags.yo>span:before{background-position:-870px 0 !important}.weglot-flags.zu>a:before,.weglot-flags.zu>span:before{background-position:-6570px 0 !important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-position:-7840px 0 !important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-position:2560px 0 !important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-position:-97px 0 !important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-position:-2369px 0 !important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-position:-6465px 0 !important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-position:-385px 0 !important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-position:-513px 0 !important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-position:-8353px 0 !important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-position:-705px 0 !important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-position:-609px 0 !important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-position:-929px 0 !important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-position:-1121px 0 !important}.weglot-flags.flag-1.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 0 !important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-position:-4929px 0 !important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-position:-8321px 0 !important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-position:-1505px 0 !important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-position:-1217px 0 !important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-position:-4289px 0 !important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-position:-1793px 0 !important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-position:-1921px 0 !important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-position:-1985px 0 !important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-position:-2337px 0 !important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-position:-2497px 0 !important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-position:-2529px 0 !important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-position:-8383px 0 !important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-position:-2721px 0 !important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-position:-2753px 0 !important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-position:-2881px 0 !important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-position:-3169px 0 !important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-position:-5281px 0 !important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-position:-3297px 0 !important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-position:-3361px 0 !important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-position:-3617px 0 !important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-position:-3713px 0 !important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-position:-6913px 0 !important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-position:-3873px 0 !important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-position:-3904px 0 !important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-position:-3937px 0 !important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-position:-4129px 0 !important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-position:-4161px 0 !important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-position:-4225px 0 !important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-position:-4257px 0 !important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-position:-4417px 0 !important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-position:-5217px 0 !important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-position:-4769px 0 !important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-position:-5091px 0 !important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-position:-5505px 0 !important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-position:-33px 0 !important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-position:-3393px 0 !important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-position:-5889px 0 !important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-position:-5921px 0 !important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-position:-6081px 0 !important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-position:-6497px 0 !important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-position:-6561px 0 !important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-position:-8287px 0 !important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-position:-5601px 0 !important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-position:-7039px 0 !important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-position:-6689px 0 !important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-position:-6721px 0 !important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-position:-6785px 0 !important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-position:-4001px 0 !important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-position:-7009px 0 !important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-position:-7073px 0 !important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-position:-3745px 0 !important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-position:-7169px 0 !important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-position:-5823px 0 !important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-position:-2593px 0 !important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-position:-7297px 0 !important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-position:-7361px 0 !important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-position:-7456px 0 !important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-position:-7553px 0 !important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-position:-7713px 0 !important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-position:-5600px 0 !important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-position:-7969px 0 !important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-position:-8097px 0 !important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-position:-8129px 0 !important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-position:-5448px 0 !important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-position:-2976px 0 !important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-position:-768px 0 !important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-position:0 0 !important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-position:-5136px 0 !important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-position:-5376px 0 !important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-position:-4224px 0 !important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-position:-4056px 0 !important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-position:-3984px 0 !important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-2.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-position:-5352px 0 !important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-position:-2592px 0 !important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-position:-1392px 0 !important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-position:-4416px 0 !important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-position:-2472px 0 !important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-position:-2424px 0 !important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-position:-576px 0 !important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-position:-2328px 0 !important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-position:-5400px 0 !important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-position:-3528px 0 !important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-position:-1176px 0 !important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-position:-2064px 0 !important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-position:-2040px 0 !important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-position:-1704px 0 !important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-position:-1848px 0 !important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-position:-1800px 0 !important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-position:-1752px 0 !important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-position:-1656px 0 !important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-position:-1632px 0 !important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-position:-1440px 0 !important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-position:-1560px 0 !important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-position:-1200px 0 !important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-position:-1224px 0 !important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-position:-4800px 0 !important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-position:-1320px 0 !important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-position:-5088px 0 !important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-position:-984px 0 !important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-position:-528px 0 !important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-position:-960px 0 !important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-position:-4872px 0 !important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-position:-3120px 0 !important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-position:-72px 0 !important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-position:-480px 0 !important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-position:-4152px 0 !important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-position:-696px 0 !important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-position:-3552px 0 !important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-position:-96px 0 !important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-position:-1872px 0 !important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-position:-552px 0 !important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-position:-4512px 0 !important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-position:-264px 0 !important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-position:-456px 0 !important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-position:-3264px 0 !important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-position:-360px 0 !important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-position:-288px 0 !important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-position:-240px 0 !important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-position:-144px 0 !important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-3.hw>a:before,.weglot-flags.flag-3.hw>span:before{background-position:-2711px 0 !important}.weglot-flags.flag-3.fl>a:before,.weglot-flags.flag-3.fl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.af>a:before,.weglot-flags.flag-3.af>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.sq>a:before,.weglot-flags.flag-3.sq>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-3.am>a:before,.weglot-flags.flag-3.am>span:before{background-position:-192px 0 !important}.weglot-flags.flag-3.ar>a:before,.weglot-flags.flag-3.ar>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-3.hy>a:before,.weglot-flags.flag-3.hy>span:before{background-position:-4632px 0 !important}.weglot-flags.flag-3.az>a:before,.weglot-flags.flag-3.az>span:before{background-position:-4536px 0 !important}.weglot-flags.flag-3.ba>a:before,.weglot-flags.flag-3.ba>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.eu>a:before,.weglot-flags.flag-3.eu>span:before{background-position:-5808px 0 !important}.weglot-flags.flag-3.be>a:before,.weglot-flags.flag-3.be>span:before{background-position:-144px 0 !important}.weglot-flags.flag-3.bn>a:before,.weglot-flags.flag-3.bn>span:before{background-position:-4488px 0 !important}.weglot-flags.flag-3.bs>a:before,.weglot-flags.flag-3.bs>span:before{background-position:-4392px 0 !important}.weglot-flags.flag-3.bg>a:before,.weglot-flags.flag-3.bg>span:before{background-position:-4296px 0 !important}.weglot-flags.flag-3.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 0 !important}.weglot-flags.flag-3.my>a:before,.weglot-flags.flag-3.my>span:before{background-position:-3769px 0 !important}.weglot-flags.flag-3.ca>a:before,.weglot-flags.flag-3.ca>span:before{background-position:-5784px 0 !important}.weglot-flags.flag-3.zh>a:before,.weglot-flags.flag-3.zh>span:before{background-position:-3240px 0 !important}.weglot-flags.flag-3.tw>a:before,.weglot-flags.flag-3.tw>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-3.km>a:before,.weglot-flags.flag-3.km>span:before{background-position:-4201px 0 !important}.weglot-flags.flag-3.ny>a:before,.weglot-flags.flag-3.ny>span:before{background-position:-384px 0 !important}.weglot-flags.flag-3.co>a:before,.weglot-flags.flag-3.co>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.hr>a:before,.weglot-flags.flag-3.hr>span:before{background-position:-3048px 0 !important}.weglot-flags.flag-3.cs>a:before,.weglot-flags.flag-3.cs>span:before{background-position:-5280px 0 !important}.weglot-flags.flag-3.da>a:before,.weglot-flags.flag-3.da>span:before{background-position:-3024px 0 !important}.weglot-flags.flag-3.nl>a:before,.weglot-flags.flag-3.nl>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.et>a:before,.weglot-flags.flag-3.et>span:before{background-position:-2856px 0 !important}.weglot-flags.flag-3.fj>a:before,.weglot-flags.flag-3.fj>span:before{background-position:-0px 0 !important}.weglot-flags.flag-3.fi>a:before,.weglot-flags.flag-3.fi>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-3.fr>a:before,.weglot-flags.flag-3.fr>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.gl>a:before,.weglot-flags.flag-3.gl>span:before{background-position:-5832px 0 !important}.weglot-flags.flag-3.ka>a:before,.weglot-flags.flag-3.ka>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-3.de>a:before,.weglot-flags.flag-3.de>span:before{background-position:-1488px 0 !important}.weglot-flags.flag-3.el>a:before,.weglot-flags.flag-3.el>span:before{background-position:-1416px 0 !important}.weglot-flags.flag-3.gu>a:before,.weglot-flags.flag-3.gu>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ht>a:before,.weglot-flags.flag-3.ht>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-3.ha>a:before,.weglot-flags.flag-3.ha>span:before{background-position:-361px 0 !important}.weglot-flags.flag-3.he>a:before,.weglot-flags.flag-3.he>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.hi>a:before,.weglot-flags.flag-3.hi>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.hu>a:before,.weglot-flags.flag-3.hu>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.is>a:before,.weglot-flags.flag-3.is>span:before{background-position:-840px 0 !important}.weglot-flags.flag-3.ig>a:before,.weglot-flags.flag-3.ig>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.id>a:before,.weglot-flags.flag-3.id>span:before{background-position:-4992px 0 !important}.weglot-flags.flag-3.ga>a:before,.weglot-flags.flag-3.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-3.it>a:before,.weglot-flags.flag-3.it>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.ja>a:before,.weglot-flags.flag-3.ja>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-3.jv>a:before,.weglot-flags.flag-3.jv>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.kn>a:before,.weglot-flags.flag-3.kn>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.kk>a:before,.weglot-flags.flag-3.kk>span:before{background-position:-3912px 0 !important}.weglot-flags.flag-3.ko>a:before,.weglot-flags.flag-3.ko>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-3.ku>a:before,.weglot-flags.flag-3.ku>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.ky>a:before,.weglot-flags.flag-3.ky>span:before{background-position:-744px 0 !important}.weglot-flags.flag-3.lo>a:before,.weglot-flags.flag-3.lo>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-3.la>a:before,.weglot-flags.flag-3.la>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.lv>a:before,.weglot-flags.flag-3.lv>span:before{background-position:-216px 0 !important}.weglot-flags.flag-3.lt>a:before,.weglot-flags.flag-3.lt>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-3.lb>a:before,.weglot-flags.flag-3.lb>span:before{background-position:-1945px 0 !important}.weglot-flags.flag-3.mk>a:before,.weglot-flags.flag-3.mk>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-3.mg>a:before,.weglot-flags.flag-3.mg>span:before{background-position:-5064px 0 !important}.weglot-flags.flag-3.ms>a:before,.weglot-flags.flag-3.ms>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.ml>a:before,.weglot-flags.flag-3.ml>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mt>a:before,.weglot-flags.flag-3.mt>span:before{background-position:-4920px 0 !important}.weglot-flags.flag-3.mi>a:before,.weglot-flags.flag-3.mi>span:before{background-position:-2113px 0 !important}.weglot-flags.flag-3.mr>a:before,.weglot-flags.flag-3.mr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mn>a:before,.weglot-flags.flag-3.mn>span:before{background-position:-24px 0 !important}.weglot-flags.flag-3.ne>a:before,.weglot-flags.flag-3.ne>span:before{background-position:-5642px 0 !important}.weglot-flags.flag-3.no>a:before,.weglot-flags.flag-3.no>span:before{background-position:-984px 0 !important}.weglot-flags.flag-3.ps>a:before,.weglot-flags.flag-3.ps>span:before{background-position:-4753px 0 !important}.weglot-flags.flag-3.fa>a:before,.weglot-flags.flag-3.fa>span:before{background-position:-816px 0 !important}.weglot-flags.flag-3.pl>a:before,.weglot-flags.flag-3.pl>span:before{background-position:-4944px 0 !important}.weglot-flags.flag-3.pt>a:before,.weglot-flags.flag-3.pt>span:before{background-position:-3504px 0 !important}.weglot-flags.flag-3.pa>a:before,.weglot-flags.flag-3.pa>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ro>a:before,.weglot-flags.flag-3.ro>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-3.ru>a:before,.weglot-flags.flag-3.ru>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.sm>a:before,.weglot-flags.flag-3.sm>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-3.gd>a:before,.weglot-flags.flag-3.gd>span:before{background-position:-3841px 0 !important}.weglot-flags.flag-3.sr>a:before,.weglot-flags.flag-3.sr>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-3.sn>a:before,.weglot-flags.flag-3.sn>span:before{background-position:-5521px 0 !important}.weglot-flags.flag-3.sd>a:before,.weglot-flags.flag-3.sd>span:before{background-position:-1993px 0 !important}.weglot-flags.flag-3.si>a:before,.weglot-flags.flag-3.si>span:before{background-position:-2833px 0 !important}.weglot-flags.flag-3.sk>a:before,.weglot-flags.flag-3.sk>span:before{background-position:-552px 0 !important}.weglot-flags.flag-3.sl>a:before,.weglot-flags.flag-3.sl>span:before{background-position:-936px 0 !important}.weglot-flags.flag-3.so>a:before,.weglot-flags.flag-3.so>span:before{background-position:-4032px 0 !important}.weglot-flags.flag-3.st>a:before,.weglot-flags.flag-3.st>span:before{background-position:-3961px 0 !important}.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before{background-position:-3576px 0 !important}.weglot-flags.flag-3.su>a:before,.weglot-flags.flag-3.su>span:before{background-position:-3985px 0 !important}.weglot-flags.flag-3.sw>a:before,.weglot-flags.flag-3.sw>span:before{background-position:-912px 0 !important}.weglot-flags.flag-3.sv>a:before,.weglot-flags.flag-3.sv>span:before{background-position:-264px 0 !important}.weglot-flags.flag-3.tl>a:before,.weglot-flags.flag-3.tl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.ty>a:before,.weglot-flags.flag-3.ty>span:before{background-position:-1512px 0 !important}.weglot-flags.flag-3.tg>a:before,.weglot-flags.flag-3.tg>span:before{background-position:-3720px 0 !important}.weglot-flags.flag-3.ta>a:before,.weglot-flags.flag-3.ta>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.tt>a:before,.weglot-flags.flag-3.tt>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.te>a:before,.weglot-flags.flag-3.te>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.th>a:before,.weglot-flags.flag-3.th>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-3.to>a:before,.weglot-flags.flag-3.to>span:before{background-position:-1680px 0 !important}.weglot-flags.flag-3.tr>a:before,.weglot-flags.flag-3.tr>span:before{background-position:-432px 0 !important}.weglot-flags.flag-3.uk>a:before,.weglot-flags.flag-3.uk>span:before{background-position:-5736px 0 !important}.weglot-flags.flag-3.ur>a:before,.weglot-flags.flag-3.ur>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-3.uz>a:before,.weglot-flags.flag-3.uz>span:before{background-position:-2160px 0 !important}.weglot-flags.flag-3.vi>a:before,.weglot-flags.flag-3.vi>span:before{background-position:-3384px 0 !important}.weglot-flags.flag-3.cy>a:before,.weglot-flags.flag-3.cy>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-3.fy>a:before,.weglot-flags.flag-3.fy>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.xh>a:before,.weglot-flags.flag-3.xh>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.yi>a:before,.weglot-flags.flag-3.yi>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.yo>a:before,.weglot-flags.flag-3.yo>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.zu>a:before,.weglot-flags.flag-3.zu>span:before{background-position:-5496px 0 !important}#wp-admin-bar-weglot>.ab-item{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJNMjEuNzM5IDkyLjU2NWw1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwMC0yMC43NjQtMTMuODQyYy03Ljg4Ny0zLjM4LTE2LjI1Ny01LjE1LTI1LjExLTUuMTV6Ii8+PC9nPjwvc3ZnPg==") !important;-webkit-background-size:22px auto !important;background-size:22px auto !important;background-repeat:no-repeat !important;background-position:4px 5px !important;padding-left:30px !important}li.weglot-hide,.weglot-hide{display:none !important}.country-selector{z-index:9999;text-align:left;position:relative;display:inline-block;width:auto}.country-selector a{padding:0 10px;outline:none;text-decoration:none;float:none !important;white-space:nowrap;font-weight:normal;cursor:pointer;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector a:focus{outline:none}.country-selector ul{padding:0px;z-index:1010;list-style:none;margin:0}.country-selector li{margin:0px;padding:0px}.country-selector.weglot-custom-switcher-ajax{display:none}.country-selector.weglot-dropdown{background-color:white}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{display:block;height:37px;line-height:36px;font-size:13px;padding:0 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;list-style:none;display:block;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{display:inline-block;position:absolute;top:17px;right:8px;width:13px;height:7px;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast;image-rendering:-o-pixelated;image-rendering:pixelated;background:url(//salienceconsulting.ae/wp-content/plugins/weglot/dist/images/wgarrowdown.png) no-repeat;content:"";-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.country-selector.weglot-dropdown ul{position:absolute;min-width:100%;border:1px solid #ebeef0;background:white;left:0;top:initial;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:0}.country-selector.weglot-dropdown input:checked ~ ul{display:block}.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.country-selector.weglot-dropdown li{width:100%}.country-selector.weglot-dropdown.weglot-invert ul{bottom:38px}.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.country-selector.weglot-default{position:fixed;bottom:0px;right:40px}.country-selector.weglot-inline a:hover{text-decoration:underline;color:#00a0d2}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0;display:inline-block;vertical-align:middle}.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1 !important;display:inline-block;margin:2px 0px;vertical-align:middle}.country-selector.weglot-inline.weglot-default{bottom:5px}.country-selector input{display:none !important}.navbar .navbar-nav li.weglot-flags a.weglot-lang:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.js .main-navigation .country-selector ul{display:none}html[dir="rtl"] .weglot-flags a:before,html[dir="rtl"] .weglot-flags span:before{margin-right:0;margin-left:10px}.weglot-flags>a:before,.weglot-flags>span.wglanguage-name:before{background-image:url(//salienceconsulting.ae/wp-content/plugins/weglot/dist/images/rect_mate.png);-webkit-background-size:auto 20px !important;background-size:auto 20px !important;border-radius:0px !important;width:30px !important;height:20px !important;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url(//salienceconsulting.ae/wp-content/plugins/weglot/dist/images/rect_bright.png)}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url(//salienceconsulting.ae/wp-content/plugins/weglot/dist/images/square_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url(//salienceconsulting.ae/wp-content/plugins/weglot/dist/images/circular_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags>a span:before{background-image:none !important;display:none !important}.weglot-flags>span a:before{background-image:none !important;display:none !important}