
/*Social Share Buttons*/
.eead-social-share-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    background: #333;
    font-size: 16px;
    text-decoration: none;
}

.eead-social-share-container.eead-ssc-align-column a{
    flex-direction: column;
}

.eead-social-share-container a i{
    color: inherit;
    font-size: inherit;
}

.eead-social-share-container a.eead-facebook {
    background: rgb(59, 89, 153); /*#3b5999*/ 
}
.eead-social-share-container a.eead-facebook:hover {
    background: rgb(59, 89, 153, 0.90); /*#3b5999*/ 
}

.eead-social-share-container a.eead-twitter {
    background: rgb(85, 172, 238); /*#55acee*/ 
}
.eead-social-share-container a.eead-twitter:hover {
    background: rgb(85, 172, 238, 0.90); /*#55acee*/ 
}

.eead-social-share-container a.eead-pinterest {
    background: rgb(200, 35, 44); /*#c8232c*/ 
}
.eead-social-share-container a.eead-pinterest:hover {
    background: rgb(200, 35, 44, 0.90); /*#c8232c*/ 
}

.eead-social-share-container a.eead-linkedin {
    background: rgb(0, 119, 181); /*#0077B5*/ 
}
.eead-social-share-container a.eead-linkedin:hover {
    background: rgb(0, 119, 181, 0.90); /*#0077B5*/ 
}

.eead-social-share-container a.eead-vkontakte {
    background: rgb(76, 117, 163); /*#4c75a3*/ 
}
.eead-social-share-container a.eead-vkontakte:hover {
    background: rgb(76, 117, 163, 0.90); /*#4c75a3*/ 
}

.eead-social-share-container a.eead-tumblr {
    background: rgb(52, 70, 93); /*#34465d*/ 
}
.eead-social-share-container a.eead-tumblr:hover {
    background: rgb(52, 70, 93, 0.90); /*#34465d*/ 
}

.eead-social-share-container a.eead-blogger {
    background: rgb(245, 125, 0); /*#f57d00*/ 
}
.eead-social-share-container a.eead-blogger:hover {
    background: rgb(245, 125, 0, 0.90); /*#f57d00*/ 
}

.eead-social-share-container a.eead-digg {
    background: rgb(0, 91, 226); /*#005be2*/ 
}
.eead-social-share-container a.eead-digg:hover {
    background: rgb(0, 91, 226, 0.90); /*#005be2*/ 
}

.eead-social-share-container a.eead-reddit {
    background: rgb(255, 87, 0); /*#ff5700*/ 
}
.eead-social-share-container a.eead-reddit:hover {
    background: rgb(255, 87, 0, 0.90); /*#ff5700*/ 
}

.eead-social-share-container a.eead-evernote {
    background: rgb(46, 190, 96); /*#2EBE60*/ 
}
.eead-social-share-container a.eead-evernote:hover {
    background: rgb(46, 190, 96, 0.90); /*#2EBE60*/ 
}

.eead-social-share-container a.eead-wordpress {
    background: rgb(33, 117, 155); /*#21759b*/ 
}
.eead-social-share-container a.eead-wordpress:hover {
    background: rgb(33, 117, 155, 0.90); /*#21759b*/ 
}

.eead-social-share-container a.eead-skype {
    background: rgb(0, 175, 240); /*#00AFF0*/ 
}
.eead-social-share-container a.eead-skype:hover {
    background: rgb(0, 175, 240, 0.90); /*#00AFF0*/ 
}

.eead-social-share-container a.eead-telegram {
    background: rgb(0, 175, 240); /*#00AFF0*/ 
}
.eead-social-share-container a.eead-telegram:hover {
    background: rgb(0, 175, 240, 0.90); /*#00AFF0*/ 
}

.eead-social-share-container a.eead-whatsapp {
    background: rgb(37, 211, 102); /*#25D366*/ 
}
.eead-social-share-container a.eead-whatsapp:hover {
    background: rgb(37, 211, 102, 0.90); /*#25D366*/ 
}

.eead-social-share-container a.eead-wechat {
    background: rgb(9, 184, 62); /*#09b83e*/ 
}
.eead-social-share-container a.eead-wechat:hover {
    background: rgb(9, 184, 62, 0.90); /*#09b83e*/ 
}

.eead-social-share-container a.eead-line {
    background: rgb(0, 195, 0); /*#00c300*/ 
}
.eead-social-share-container a.eead-line:hover {
    background: rgb(0, 195, 0, 0.90); /*#00c300*/ 
}

.eead-social-share-container a.eead-email {
    background: rgb(51, 51, 51); /*#333*/
}
.eead-social-share-container a.eead-email:hover {
    background: rgb(51, 51, 51, 0.90); /*#333*/
}


/* Vertical Time Line */
.eead-vtimeline-each-wrap{
    margin-bottom: 60px;
}

.eead-vtimeline-wrap .eead-vtimeline-inner:before {
    content: '';
    position: absolute;
    background: #eaeaea;
    width: 1px;
    height: 100%; 
    top: 0;
}

.eead-vtimeline-wrap .eead-card-center .eead-vtimeline-inner:before{
    left: 50%;
}

.eead-vtimeline-wrap .eead-card-right .eead-vtimeline-inner:before{
    left: 40%;
}

.eead-vtimeline-wrap .eead-card-left .eead-vtimeline-inner:before{
    left: 60%;
}

.eead-vtimeline-wrap .eead-vtimeline-card{
    position: relative;
}

.eead-vtimeline-point{
    background: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.eead-vtimeline-wrap .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-point{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 50px;
    border-radius: 50%;
}

.eead-vtimeline-wrap .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-point{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 50px;
    border-radius: 50%;
} 

.eead-vtimeline-wrap .eead-card-right .eead-vtimeline-each-wrap .eead-vtimeline-point{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 50px;
    border-radius: 50%;
} 

.eead-vtimeline-wrap .eead-card-left .eead-vtimeline-each-wrap .eead-vtimeline-point{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 50px;
    border-radius: 50%;
} 

.eead-vtimeline-point i{
    color: inherit;
}

.eead-vtimeline-wrap .eead-card-center .eead-vtimeline-each-wrap {
    width: 50%;
    padding-right: 50px;
}

.eead-vtimeline-wrap .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) {
    align-self: flex-end;
    padding-right: 0;
    padding-left: 50px;
} 

.eead-vtimeline-title{
    display: block;
    margin-bottom: 20px;
}

.eead-vtimeline-title a{
    color: inherit;
}

.eead-vtimeline-more-button a{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background: #000;
    color: #FFF;
    line-height: 1.2;
}

.eead-vtimeline-post-image{
    margin-bottom: 20px;
}

.eead-vtimeline-more-button{
    margin-top: 20px;
}

.eead-frame-boxed .eead-vtimeline-card {
    background: #FFF;
    padding: 20px;
    box-shadow: 0 0 25px -5px rgb(0 0 0 / 20%);
}

.eead-frame-boxed .eead-vtimeline-card:before{
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #FFF;
    transform: translateY(-50%) rotate(45deg);
    top: 100px;
}

.eead-frame-bordered .eead-vtimeline-card{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
}

.eead-vtimeline-wrap .eead-vtimeline-meta span{
    position: relative;
}

/*Center*/
.eead-frame-boxed.eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-card:before{
    left: 100%;
    margin-left: -8px;
}

.eead-frame-boxed.eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-card:before{
    right: 100%;
    margin-right: -8px;
}

/*Left*/
.eead-frame-boxed.eead-card-left .eead-vtimeline-each-wrap .eead-vtimeline-card:before{
    top: 50%;
    left: 100%;
    margin-left: -8px;
}

/*Right*/
.eead-frame-boxed.eead-card-right .eead-vtimeline-each-wrap .eead-vtimeline-card:before{
    top: 50%;
    right: 100%;
    margin-right: -8px;
}

/*Style 1*/
.eead-vtimeline-wrap.style1 .eead-vtimeline-meta {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    white-space: nowrap;
    text-align: center;
    transform: translateY(-50%);
}

.eead-vtimeline-wrap.style1 .eead-vtimeline-meta:before{
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: #000;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

/* Center */
.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap{
    margin-bottom: 0;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-inner{
    display: flex;
    flex-direction: column;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-point{
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-point{
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
} 

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-meta {
    top: 50%;
    left: 100%;
    margin-left: 20px;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-meta {
    top: 50%;
    right: 100%;
    margin-right: 20px;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-meta:before{
    right: 100%;
    margin-right: -14px;
}

.eead-vtimeline-wrap.style1 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-meta:before{
    left: 100%;
    margin-left: -14px;
}

.eead-vtimeline-wrap.style1 .eead-frame-boxed .eead-vtimeline-card:before{
    top: 50%;
}

/*Right*/
.eead-vtimeline-wrap .eead-card-right .eead-vtimeline-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.eead-vtimeline-wrap .eead-card-right .eead-vtimeline-each-wrap {
    width: 60%;
    padding-left: 50px;
}

.eead-vtimeline-wrap.style1 .eead-card-right .eead-vtimeline-each-wrap .eead-vtimeline-meta {
    top: 50%;
    right: 100%;
    margin-right: 20px;
}

.eead-vtimeline-wrap.style1 .eead-card-right .eead-vtimeline-each-wrap .eead-vtimeline-meta:before{
    left: 100%;
    margin-left: -14px;
}

/*Left*/
.eead-vtimeline-wrap .eead-card-left .eead-vtimeline-inner{
    display: flex;
    flex-direction: column;
}

.eead-vtimeline-wrap .eead-card-left .eead-vtimeline-each-wrap {
    width: 60%;
    padding-right: 50px;
}

.eead-vtimeline-wrap.style1 .eead-card-left .eead-vtimeline-each-wrap .eead-vtimeline-meta {
    top: 50%;
    left: 100%;
    margin-left: 20px;
}

.eead-vtimeline-wrap.style1 .eead-card-left .eead-vtimeline-each-wrap .eead-vtimeline-meta:before{
    right: 100%;
    margin-right: -14px;
}

/* Style 2 */
.eead-vtimeline-wrap.style2 .eead-vtimeline-inner,
.eead-vtimeline-wrap.style3 .eead-vtimeline-inner{
    display: flex;
    flex-wrap: wrap;
}

.eead-vtimeline-wrap.style2 .eead-vtimeline-post-image,
.eead-vtimeline-wrap.style3 .eead-vtimeline-post-image{
    position: relative;
}

.eead-vtimeline-wrap.style2 .eead-vtimeline-meta,
.eead-vtimeline-wrap.style3 .eead-vtimeline-meta{
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000;
    line-height: 1;
    color: #FFF;
    font-size: 13px;
    padding: 10px;
}

/*Center*/
.eead-vtimeline-wrap.style2 .eead-card-center .eead-vtimeline-each-wrap,
.eead-vtimeline-wrap.style3 .eead-card-center .eead-vtimeline-each-wrap {
    flex-basis: 50%;
}

.eead-vtimeline-wrap.style2 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even),
.eead-vtimeline-wrap.style3 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) {
    margin-top: 80px;
}

.eead-vtimeline-wrap.style2 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-point,
.eead-vtimeline-wrap.style2 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-point{
    top: 100px;
}

.eead-vtimeline-wrap.style2 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-meta,
.eead-vtimeline-wrap.style3 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-meta{
    left: auto;
    right: 0;
}

/* Style 3 */
.eead-vtimeline-wrap.style3 .eead-vtimeline-heading-box {
    background: #000;
    position: relative;
    padding: 12px;
    color: #FFF;
    margin-bottom: 20px;
}

.eead-vtimeline-wrap.style3 .eead-vtimeline-heading-box:before{
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #000;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.eead-vtimeline-wrap.style3 .eead-vtimeline-title{
    color: #FFF;
    margin: 0;
    text-align: center;
}

.eead-vtimeline-wrap.style3 .eead-frame-boxed .eead-vtimeline-card:before{
    display: none;
}

/*Center*/
.eead-vtimeline-wrap.style3 .eead-card-center .eead-vtimeline-each-wrap:nth-child(odd) .eead-vtimeline-heading-box:before{
    left: 100%;
    margin-left: -8px;
}

.eead-vtimeline-wrap.style3 .eead-card-center .eead-vtimeline-each-wrap:nth-child(even) .eead-vtimeline-heading-box:before{
    right: 100%;
    margin-right: -8px;
}

/*Left*/
.eead-vtimeline-wrap.style3 .eead-card-left .eead-vtimeline-each-wrap .eead-vtimeline-heading-box:before{
    left: 100%;
    margin-left: -8px;
}

/*Right*/
.eead-vtimeline-wrap.style3 .eead-card-right .eead-vtimeline-each-wrap .eead-vtimeline-heading-box:before{
    right: 100%;
    margin-right: -8px;
}

/*=====================================================
b. Horizontal Timeline.
======================================================*/

/*style 1*/
.eead-htimeline-wrap .eead-htimeline-item {
    width: 350px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
}
.eead-htimeline-wrap .eead-htimeline-item:first-of-type {
    margin-left: 0;
}

.eead-htimeline-wrap .style1 .eead-htimeline-card-content {
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #4ec5ef6b;
}
.eead-htimeline-wrap .style1 .eead-htimeline-card-content .eead-htimeline-post-image,
.eead-htimeline-wrap .style1 .eead-htimeline-card-content .eead-htimeline-title h2 {
    margin-bottom: 10px; 
}
.eead-htimeline-wrap .style1 .eead-htimeline-card-content .eead-htimeline-title h2 a {
    font-size: 24px;
    font-weight: 600;
    color: #FF6E40;
}
.eead-htimeline-wrap .style1 .eead-htimeline-card-content .eead-htimeline-meta {
    margin-bottom: 10px; 
    color: #4ec5ef;
    display: inline-block;
    vertical-align: middle;
}
.eead-htimeline-wrap .style1 .eead-more-button a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    border: 1px solid #4ec5ef;
    background: #4ec5ef;
    color: #fff;
}
.eead-htimeline-wrap .style1 .eead-more-button a:hover {
    background: transparent;
    color: #4ec5ef;
}
.eead-htimeline-wrap .style1 .eead-point-icon,
.eead-htimeline-wrap .style1 .eead-point-text {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    background: #4ec5ef;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 58px;
    position: relative;
    z-index: 99999;
}
.eead-htimeline-wrap .style1 .eead-point-icon:before,
.eead-htimeline-wrap .style1 .eead-point-text:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 66%;
    top: -66%;
    z-index: 9;
    background: #b5e7f8;
    left: 50%;
    margin-left: -1px;
}
.eead-htimeline-wrap .eead-horizontal-timeline-scrollbar.top.style1 .eead-htimeline-card {
    display: flex;
    flex-direction: column-reverse;
} 
.eead-htimeline-wrap .eead-horizontal-timeline-scrollbar.top.style1 .eead-point-icon,
.eead-htimeline-wrap .eead-horizontal-timeline-scrollbar.top.style1 .eead-point-text {
    margin-top: 0;
    margin-bottom: 40px;
}
.eead-htimeline-wrap .eead-horizontal-timeline-scrollbar.top.style1 .eead-point-icon:before,
.eead-htimeline-wrap .eead-horizontal-timeline-scrollbar.top.style1 .eead-point-text:before {
    top: 100%;
}


/*style 2*/
.eead-htimeline-wrap .style2 .eead-htimeline-card { 
    display: flex;
    flex-direction: column-reverse;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card {
    position: relative;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card .eead-htimeline-meta {
    margin: 0 auto 25px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    width: 100%;
    text-align: center;
    background: #fb909b;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.eead-htimeline-wrap .style2 .eead-htimeline-item:nth-child(even) {
    margin-top: 25px;
}
.eead-htimeline-wrap .style2 .eead-htimeline-item:nth-child(even) .eead-htimeline-meta {
    background: #c7ebe0;
    color: #44ae5c;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card .eead-htimeline-post-image {
    margin-bottom: 15px;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card .eead-htimeline-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card .eead-more-button a {
    display: inline-block;
    vertical-align: middle;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #007bff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-htimeline-wrap .style2 .eead-htimeline-card .eead-more-button a:hover {
    background: transparent;
    color: #007bff;
}
.eead-htimeline-wrap .style2.bottom .eead-htimeline-meta {
    position: absolute;
    top: 15px;
    left: 15px;    
}

/*style 3*/
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-htimeline-card { 
    display: flex;
    flex-direction: column-reverse;
}
.eead-htimeline-wrap .style3 .eead-htimeline-circle {
    border: 3px solid transparent;
    height: 30px;
    width: 30px;
    background: #f06777;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 50px auto;
} 

.eead-htimeline-wrap .style3 .eead-point-icon,
.eead-htimeline-wrap .style3 .eead-point-text {
    width: 85px;
    height: 85px;
    border: 10px solid #f06777;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 63px;
    font-size: 20px;
    margin: 70px auto 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
}
.eead-htimeline-wrap .style3 .eead-point-icon:before,
.eead-htimeline-wrap .style3 .eead-point-text:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 100%;
    left: 50%;
    margin-left: -1px;
    background: #f06777;
}
.eead-htimeline-wrap .style3 .eead-point-icon:after,
.eead-htimeline-wrap .style3 .eead-point-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background: #f06777;
    bottom: 200%;
    left: 50%;
    margin-left: -10px;
}
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-icon:before,
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-text:before {
    bottom: auto;
    top: 100%;
}
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-icon, 
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-text {
    margin: 0 auto 70px;
}
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-icon:after,
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-point-text:after {
    bottom: auto;
    top: 200%;
}
.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-htimeline-circle {
    margin: 0 auto 50px;
}
.eead-htimeline-wrap .style3 .eead-htimeline-card-content {
    padding: 20px 15px;
    border: 1px solid #f06777;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.eead-htimeline-wrap .style3 .eead-htimeline-item:nth-child(even) .eead-htimeline-card-content {
    border-bottom: 0;
    border-top: 1px solid #f06777;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.eead-htimeline-wrap .style3 .eead-htimeline-meta {
    font-size: 14px;
}
.eead-htimeline-wrap .style3 .eead-htimeline-title a {
    text-decoration: none;
    font-size: 22px;
}
.eead-htimeline-wrap .style3 .eead-htimeline-title h2 {
    line-height: 1.1;
}



/*=====================================================
c. Tab Styles
======================================================*/
.eead-tab-container.right .eead-tabs {
    align-self: flex-end;
}
.eead-tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.eead-tab-container .eead-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tabs {
    border-bottom: 5px solid #3498db;    
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab {
    font-size: 13px;
    padding: 16px 24px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 6px 6px 0 0;
    background: #EFF0F2;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab.active {
    background: #3498db;
    color: #ffff;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab:hover {
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    box-shadow: inset 0 100px 0 0 #3498db;
    color: #fff;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab:first-child {
    margin-left: 0;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab-content {
    border: 1px solid #3498db;
    border-top: 0;
    position: relative;    
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab-content .eead-each-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    top: 0;
    padding: 20px;
}
.eead-horizontal-tab-section.eead-tab-section.style1 .eead-tab-content .eead-each-content.eead-active {
    opacity: 1;
    visibility: visible;
    position: static;
}

/*style 2*/
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab {
    font-size: 14px;
    padding: 16px 27px;
    border: 1px solid rgba(40,44,42,.1);
    cursor: pointer;
    background: #f3f3f3;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab:not(:last-child) {
    border-right: none;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab.active { 
    border-top-color: #000000;
    border-bottom: 0;
    border-top-width: 3px;
    background: #fff;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab-content {
    border: 1px solid rgba(40,44,42,.1);
    border-top: 0;
    position: relative;
    margin-top: -1px;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(40,44,42,.1);
    left: 0;
    top: 0;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab-container .eead-tabs {
    position: relative;
    z-index: 999;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab-content .eead-each-content {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    display: block !important;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    margin: 0 20px;
}
.eead-horizontal-tab-section.eead-tab-section.style2 .eead-tab-content .eead-each-content.eead-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    padding: 20px 0;

}

/*style 3*/
.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab {
    font-size: 14px;
    padding: 15px 25px;
    color: #fff;
    cursor: pointer;
    background: #9a59b5;
    margin-left: 8px;
    border-radius: 7px;
    -webkit-border-radius: 7px;    
    position: relative;    
}
.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab.active:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #9a59b5;
    bottom: -5px;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    left: 50%;
}

.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab:first-child {
    margin-left: 0;
}
.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab-content {
    position: relative;
}
.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab-content .eead-each-content {
    border-top: 5px solid #9a59b5;
    margin-top: 25px;
    padding-top: 20px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    top: 30px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    position: absolute;
}
.eead-horizontal-tab-section.eead-tab-section.style3 .eead-tab-content .eead-each-content.eead-active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 0;
    position: relative;
    width: 100%;
}


/*====================================================
vertical css
====================================================*/
.eead-vertical-tab-section .eead-tab-container {
    display: block;
    overflow: hidden; 
}
.eead-vertical-tab-section .eead-tab-container .eead-tabs,
.eead-vertical-tab-section .eead-tab-container .eead-tab-content {
    float: left;
}
.eead-vertical-tab-section .eead-tab-container .eead-tabs {
    width: 25%;
}
.eead-vertical-tab-section .eead-tab-container .eead-tab-content {
    width: 75%;
    float: right;
}
.eead-vertical-tab-section .eead-tab-container.right .eead-tabs {
    float: right;
}

.eead-vertical-tab-section.style1 .eead-tabs .eead-tab {
    width: 100%;
    height: 120px;
    text-align: center;
    padding: 50px;
    background: #f3f3f3;
    color: #a7a7a7;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.eead-vertical-tab-section.style1 .eead-tab-container .eead-tab-content {
    padding: 15px;
}
.eead-vertical-tab-section.style1 .eead-tabs .eead-tab.active {
    background: #fff;
}
.eead-vertical-tab-section.style1 .eead-tabs .eead-tab.active:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: #bf5103;
    top: 0;
}
.eead-vertical-tab-section .eead-tab-container.right .eead-tabs .eead-tab.active:before {
    left: auto;
    right: 0;
}


/*style 2 tab*/
.eead-vertical-tab-section.style2 .eead-tab-container .eead-tabs {
    width: 30%;
    padding-right: 30px;
}
.eead-vertical-tab-section.style2 .eead-tab-container.right .eead-tabs {
    width: 30%;
    padding-left: 30px;
}
.eead-vertical-tab-section.style2 .eead-tab-container .eead-tab-content {
    width: 70%;
}
.eead-vertical-tab-section.style2 .eead-tab-container .eead-tab-content {
    border: 1px solid #3598db;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
} 
.eead-vertical-tab-section.style2 .eead-tabs .eead-tab {
    border: 1px solid #3598db;
    padding: 15px 20px;
    width: 100%;
    color: #3598db;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    cursor: pointer;   
    font-weight: 600; 
}
.eead-vertical-tab-section.style2 .eead-tabs .eead-tab.active {
    background: #3598db;
    color: #fff;
}
.eead-vertical-tab-section.style2 .eead-tabs .eead-tab.active:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #3598db;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
.eead-vertical-tab-section.style2 .eead-tab-container.right .eead-tabs .eead-tab.active:before {
    right: auto;
    left: -7px;
}
.eead-vertical-tab-section.style2 .eead-tabs .eead-tab:last-child {
    margin-bottom: 0;
}

/*style 3 tab*/
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab {
    background-color: transparent;
    color: #1a1919;
    font-size: 14px;
    border: 1px solid #ebebeb;
    font-weight: 400;
    padding: 25px 25px;
    line-height: 1;
    position: relative;
    width: 100%;
    border-bottom: 0;
    cursor: pointer;
}
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab:last-child {
    border-bottom: 1px solid #ebebeb;
}
.eead-vertical-tab-section.style3 .eead-tabs {
    width: 30%;
    padding-right: 30px;
}
.eead-vertical-tab-section.style3 .eead-tab-container .eead-tab-content {
    width: 70%;
}
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab.active:before,
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2ecfa1;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab.active:after,
.eead-vertical-tab-section.style3 .eead-tabs .eead-tab:hover:after {
    background: #2ecfa1;
    width: 3px;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    content: '';
}
.eead-vertical-tab-section.style3 .eead-tab-container.right .eead-tabs {
    width: 30%;
    padding-left: 30px;
}
.eead-vertical-tab-section.style3 .eead-tab-container.right .eead-tabs .eead-tab.active:before,
.eead-vertical-tab-section.style3 .eead-tab-container.right .eead-tabs .eead-tab:hover:before {
    right: auto;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #2ecfa1 transparent transparent;
}
.eead-vertical-tab-section.style3 .eead-tab-container.right .eead-tabs .eead-tab.active:after,
.eead-vertical-tab-section.style3 .eead-tab-container.right .eead-tabs .eead-tab:hover:after {
    right: auto;
    left: -1px;
}


/*=====================================================
d. pricing table
======================================================*/
.eead-pricing-table.eead-featured {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    position: relative;
    z-index: 999;
}
.eead-pricing-table ul {
    padding: 0;
    margin: 0;
}
.eead-pricing-table i {
    margin: 0 5px;
    font-size: 16px;
}
/*style 1*/
.eead-pricing-table ul li {
    list-style: none;
}
.eead-pricing-table.style1 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    background: #e3ecf5;
    text-align: center;
}
.eead-pricing-table.style1 .eead-pricing-header {
    padding: 18px;
    text-align: center;
    background: #7dbc42;
}
.eead-pricing-table.style1 .eead-pricing-header h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}
.eead-pricing-table.style1 .eead-pricing-main {
    padding: 40px 30px;
}
.eead-pricing-table.style1 .eead-pricing-main ul li:first-of-type {
    border-top: 0;
}
.eead-pricing-table.style1 .eead-pricing-main ul li {
    padding: 12px 0;
    border-top: 1px dashed #d2d2d2;
    font-size: 14px;
    font-weight: 600;
    color: #797979;
}
.eead-pricing-table.style1 .eead-pricing-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #7ab83a;
}
.eead-pricing-table.style1 .eead-pricing-price .eead-price-per {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
.eead-pricing-table.style1 .eead-pricing-price .eead-currency {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
}
.eead-pricing-table.style1 .eead-pricing-main .eead-pricing-button {
    margin-top: 20px;
}
.eead-pricing-table.style1 .eead-pricing-main .eead-pricing-button a {
    display: block;
    vertical-align: middle;
    padding: 10px 15px;
    border: 1px solid #7ab83a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent;
    text-decoration: none;
    color: #7ab83a;
    font-size: 15px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-pricing-table.style1 .eead-pricing-main .eead-pricing-button a:hover {
    background: #7ab83a;
    color: #fff;
}


/*style 2*/
.eead-pricing-table.style2 {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px #ececec;
    -webkit-box-shadow: 0 0 15px #ececec;
}
.eead-pricing-table.style2 .eead-pricing-header {
    background: #07c4d0; /* Old browsers */
    background: -moz-linear-gradient(left,  #07c4d0 0%, #01d6fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #07c4d0 0%,#01d6fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #07c4d0 0%,#01d6fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07c4d0', endColorstr='#01d6fd',GradientType=1 ); /* IE6-9 */
    position: relative;
    padding: 50px 30px 40px;
}
.eead-pricing-table.style2 .eead-header-icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    line-height: 65px;
    color: #fff;
    display: inline-block;
    background: #75f2e4; /* Old browsers */
    background: -moz-linear-gradient(left,  #75f2e4 0%, #06d4fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #75f2e4 0%,#06d4fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #75f2e4 0%,#06d4fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75f2e4', endColorstr='#06d4fd',GradientType=1 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -33px;
}
.eead-pricing-table.style2 .eead-pricing-price .eead-price-per {
    font-size: 15px;
    font-weight: 400;
}
.eead-pricing-table.style2 .eead-pricing-price {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.eead-pricing-table.style2  .eead-pricing-title {
    color: #fff;
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    background: #75f2e4; /* Old browsers */
    background: -moz-linear-gradient(left,  #75f2e4 0%, #06d4fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #75f2e4 0%,#06d4fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #75f2e4 0%,#06d4fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75f2e4', endColorstr='#06d4fd',GradientType=1 ); /* IE6-9 */
    padding: 10px;
    bottom: -18px;
}
.eead-pricing-table.style2  .eead-pricing-main {
    padding: 40px 0 20px;
}
.eead-pricing-table.style2  .eead-pricing-main ul.eead-pricing-list li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
}
.eead-pricing-table.style2  .eead-pricing-main ul.eead-pricing-list li i {
    font-size: 14px;
}
.eead-pricing-table.style2  .eead-pricing-main ul.eead-pricing-list li:first-child {
    border-top: 0;
}
.eead-pricing-table.style2 .eead-pricing-button {
    padding: 0 25px;
    margin-top: 20px;
}
.eead-pricing-table.style2 .eead-pricing-button a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #75f2e4;
    color: #07c4d0;
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-pricing-table.style2 .eead-pricing-button a:hover {
    background: #07c4d0;
    color: #fff;
}

/*style 3*/
.eead-pricing-table.style3 {
    text-align: center;
    box-shadow: 0 0 15px #ececec;
    -webkit-box-shadow: 0 0 15px #ececec;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.eead-pricing-table.style3 .eead-pricing-header {
    background: #8ac524; /* Old browsers */
    background: -moz-linear-gradient(top,  #8ac524 0%, #60940a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8ac524 0%,#60940a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8ac524 0%,#60940a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac524', endColorstr='#60940a',GradientType=0 ); /* IE6-9 */
    position: relative;
    padding-bottom: 60px;
}
.eead-pricing-table.style3 .eead-pricing-header .eead-pricing-title {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid #ffffff45;
}
.eead-pricing-table.style3 .eead-pricing-price {
    width: 100px;
    height: 100px;
    background: #8ac524;
    color: #fff;
    border-radius: 100%;
    font-size: 19px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 95px;
    border: 3px solid #fff;
    position: absolute;
    bottom: -48px;
}
.eead-pricing-table.style3 .eead-pricing-price .eead-price-per {
    font-size: 12px;
    font-weight: 400;
}
.eead-pricing-table.style3 .eead-pricing-main {
    padding: 60px 0 30px;
}
.eead-pricing-table.style3 .eead-pricing-list li {
    padding: 10px 0;
    border-top: 1px dashed #8ac52482;
    font-size: 14px;
}
.eead-pricing-table.style3 .eead-pricing-list li:first-of-type {
    border-top: 0;
}
.eead-pricing-table.style3 .eead-pricing-button {
    margin-top: 20px;
}
.eead-pricing-table.style3 .eead-pricing-button a {
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    border: 1px solid #8ac524;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: auto;
    background: #8ac524;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
.eead-pricing-table.style3 .eead-pricing-button a:hover {
    background: transparent;
    color: #8ac524;
}

/*=====================================================
e. Switcher css
======================================================*/
.eead-switcher-container .eead-switcher-tab-section {
    overflow: hidden;
    margin-bottom: 30px;
}
.eead-switcher-container .eead-switcher-tab-section .eead-switch-tab {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
} 
.eead-switcher-container .eead-switcher-tab-section .eead-switch-tab h3 {
    margin: 0 0 0 5px;
    line-height: 1;
    font-size: 16px;
}
.eead-switcher-container .eead-switcher-tab-section .eead-switch-tab h3,
.eead-switcher-container .eead-switcher-tab-section .eead-switch-tab i {
    vertical-align: middle;
    display: inline-block;
}
.eead-switcher-container .eead-switcher-tab-section .eead-switch-tab.active i {
    font-size: 16px;
}
/*style 1*/
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 9px;
}
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.eead-switcher-container.style1 .eead-switcher-tab-section {
    border: 2px solid #a4afb7;
    width: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    color: #a4afb7;
}
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab.active {
    background: #a4afb7;
}
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab.active h3,
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab.active i,
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab:hover h3,
.eead-switcher-container.style1 .eead-switcher-tab-section .eead-switch-tab:hover i {
    color: #fff;
}
.eead-switcher-container.style1 .eead-align-center .eead-switcher-tab-section {
    margin: 0 auto 30px;    
}
.eead-switcher-container.style1 .flex-end .eead-switcher-tab-section {
    float: right;
}
.eead-switcher-container.style1 .flex-end .eead-switch-container {
    clear: both;
}

/*style 2*/
.eead-switcher-container.style2 .eead-switch-tab {
    width: 150px;
    padding: 15px 10px;
    line-height: 1;
    border: 3px solid #5a73e1;
    margin: 0 10px 0 0;
    color: #5a73e1;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    float: none;
    display: inline-block;
}
.eead-switcher-container.style2 .eead-switch-tab:last-child {
    margin-right: 0;
}
.eead-switcher-container.style2 .eead-switch-tab.active {
    color: #fff;
    background: #5a73e1;
}
.eead-switcher-container.style2 .eead-switch-tab:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-switcher-container.style2 .eead-switch-tab:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.eead-switcher-container.style2 .eead-align-center .eead-switcher-tab-section {
    text-align: center;
}
.eead-switcher-container.style2 .flex-end .eead-switcher-tab-section {
    text-align: right;
}


/*style 3*/ 
.eead-switcher-container.style3 .eead-switcher-tab-section {
    padding-bottom: 20px;
}
.eead-switcher-container.style3 .flex-end .eead-switcher-tab-section {
    text-align: right;
}
.eead-switcher-container.style3 .eead-align-center .eead-switcher-tab-section {
    text-align: center;
}
.eead-switcher-container.style3 .eead-switch-tab {
    background: #49d85f;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 2px solid #49d85f;
    padding: 15px 10px;
    color: #fff;
    width: 130px;
    line-height: 1;
    position: relative;
    margin-right: 6px;
    float: none;
    display: inline-block;
}
.eead-switcher-container.style3 .eead-switch-tab.active {
    background: transparent;
    color: #49d85f;
}
.eead-switcher-container.style3 .eead-switch-tab.active:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #49d85f transparent transparent transparent;
    bottom: -13px;
}

/*style 4*/
.eead-switcher-container.style4 .eead-switcher-tab-section {
    width: 280px;
    background: #f75f1a;
    padding: 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.eead-switcher-container.style4 .eead-switcher-tab-section .eead-switch-tab {
    color: #fff;
    padding: 13px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    line-height: 1;
    width: 50%;
}
.eead-switcher-container.style4 .eead-switcher-tab-section .eead-switch-tab.active {
    background: #fff;
    color: #f75f1a;
}
.eead-switcher-container.style4 .eead-align-center .eead-switcher-tab-section {
    margin: 0 auto 30px;    
}
.eead-switcher-container.style4 .flex-end .eead-switcher-tab-section {
    float: right;
}
.eead-switcher-container.style4 .flex-end .eead-switch-container {
    clear: both;
}

/*style 5*/
.eead-switcher-container.style5 .eead-switcher-tab-section {
    width: 260px;
    padding: 15px;
}
.eead-switcher-container.style5 .eead-switcher-tab-section .eead-switch-tab {
    background: #d7ddea;
    padding: 18px 10px;
    color: #333;
    line-height: 1;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.eead-switcher-container.style5 .eead-switcher-tab-section .eead-switch-tab.active {
    color: #fff;
    background: #7dc1d2;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.eead-switcher-container.style5 .eead-align-center .eead-switcher-tab-section {
    margin: 0 auto 30px;    
}
.eead-switcher-container.style5 .flex-end .eead-switcher-tab-section {
    float: right;
}
.eead-switcher-container.style5 .flex-end .eead-switch-container {
    clear: both;
}

/*=====================================================
f. team member css
======================================================*/
.eead-team-member-wrapper ul {
    margin: 0;
    padding: 0;
}
.eead-team-member-wrapper ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.eead-team-member-wrapper .eead-team-member-content h1,
.eead-team-member-wrapper .eead-team-member-content h2 {
    margin: 0 0 5px;
    line-height: 1.2;
}
.eead-team-member-wrapper .eead-team-member-content h2,
.eead-team-member .eead-team-member-content h2 {
    margin-bottom: 20px;
}
.eead-team-member-wrapper .eead-team-member-image {
    margin-bottom: 20px;
}

/*style 1*/
.eead-team-member-wrapper.style1 .eead-team-member-image {
    border-radius: 100%;
    overflow: hidden;
    width: 190px;
    margin: 0 auto;
    display: inline-block;
}
.eead-team-member-wrapper.style1 .eead-team-member-content {
    padding: 100px 15px 15px;
    margin-top: -80px;
}
.eead-team-member-wrapper.style1 .eead-team-member-content h1,
.eead-team-member .eead-team-member-content h1 {
    font-size: 22px;
    font-weight: 600;
}
.eead-team-member-wrapper.style1 .eead-team-member-content h2,
.eead-team-member .eead-team-member-content h2 {
    font-size: 15px;
    color: #697588;
}
.eead-team-member-wrapper.style1 .eead-team-member-description,
.eead-team-member .eead-team-member-description {
    font-size: 15px;
    color: #1d1c1c;
    line-height: 1.5;
    margin-bottom: 20px;
}
.eead-team-member-wrapper.style1 .eead-team-member-description p {
    margin-bottom: 0;
}
.eead-team-member-wrapper.style1 .eead-team-member-social-links li i {
    color: #697588;
    font-size: 15px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-team-member-wrapper.style1 .eead-team-member-social-links li a:hover i {
    color: #3c8bbc;
}
.eead-team-member-wrapper.style1 ul.eead-team-member-social-links li {
    margin: 0 5px;
}
.eead-team-member-wrapper.style1 .eead-team-member {
    transition: all ease-out 0.5s;
    -webkit--transition: all ease-out 0.5s;
    padding: 15px;
    cursor: pointer;
}
.eead-team-member-wrapper.style1 .eead-team-member:hover {
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
}
/*style 2*/
.eead-team-member-wrapper.style2 .eead-team-member {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    position: relative;
}
.eead-team-member-wrapper.style2 h1 {
    font-size: 24px;
    font-weight: 600;
}
.eead-team-member-wrapper.style2 h2 {
    font-size: 14px;
}
.eead-team-member-wrapper.style2 .eead-team-member-content {
    padding: 0 10px;
}
.eead-team-member-wrapper.style2 .eead-team-member-description {
    font-size: 16px;
}
.eead-team-member-wrapper.style2 .eead-team-member-description p {
    margin-bottom: 0;
}
.eead-team-member-wrapper.style2 .eead-team-member-social-links-wrap {
    position: absolute;
    width: 92%;
    height: 96%;
    top: 50%;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.eead-team-member-wrapper.style2 .eead-team-member:hover .eead-team-member-social-links-wrap {
    opacity: 1;
    visibility: visible;
}
.eead-team-member-wrapper.style2 .eead-team-member-social-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.eead-team-member-wrapper.style2 ul.eead-team-member-social-links li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    line-height: 38px;
    display: block;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}
.eead-team-member-wrapper.style2 ul.eead-team-member-social-links li a:hover {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}


/*=====================================================
g. team carousel css
======================================================*/
.eead-team-member-carousel-wrap {
    padding-bottom: 40px;
}
.eead-team-member-carousel-wrap .swiper-button-prev,
.eead-team-member-carousel-wrap .swiper-button-next {
    background-image: none;
    outline: none;
}

.eead-team-member.style1 .eead-team-member-image {
    position: relative;
    overflow: hidden;
}
.eead-team-member.style1 .eead-team-member-image .eead-team-member-social-links-wrap {
    position: absolute;
    width: 45px;
    top: 15px;
    left: -70px;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}
.eead-team-member.style1 .eead-team-member-image:hover .eead-team-member-social-links-wrap {
    left: 12px;
}
.eead-team-member.style1 .eead-team-member-image .eead-team-member-social-links-wrap li {
    margin-right: 0;
    margin-bottom: 5px;
}
.eead-team-member.style1 .eead-team-member-image .eead-team-member-social-links-wrap a {
    display: block;
    background: #896fe8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    opacity: 0.5;
}
.eead-team-member.style1 .eead-team-member-image .eead-team-member-social-links-wrap a:hover {
    opacity: 1;
}
.eead-team-member .eead-team-member-content {
    padding: 0 10px;
}
/*style 2*/

.eead-team-member.style2 {
    position: relative;
    padding: 10px;
    background: #f9f9f9;
    overflow: hidden;   
}
.eead-team-member.style2 .eead-team-member-image {
    margin-bottom: 0;
}
.eead-team-member.style2 .eead-team-member-content {
    padding: 10px;
    background: #ffffffd1;
    position: absolute;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 95%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.eead-team-member.style2:hover .eead-team-member-content {
    opacity: 1;
    visibility: visible;
}
.eead-team-member.style2 .eead-team-member-social-links-wrap ul li a {
    color: #697588;
}



/*--------------------------------------------------------------
h. Testimonial css
--------------------------------------------------------------*/
.eead-testimonial-block.eead-round .eead-testimonial-image {
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
}
.eead-testimonial-block h1,
.eead-testimonial-block h3 {
    margin: 0;
    line-height: 1.2;
}
/*style 1*/
.eead-testimonial-block.style1 {
    padding: 5px;
    border: 5px solid #ffc000;
    overflow: hidden;
}
.eead-testimonial-block.style1 .eead-testimonial-image,
.eead-testimonial-block.style1 .eead-testimonial-holder {
    float: left;
}
.eead-testimonial-block.style1 .eead-testimonial-image {
    width: 30%;
}
.eead-testimonial-block.style1 .eead-testimonial-holder {
    width: calc(100% - 30%);
    width: -webkit-calc(100% - 30%);
    text-align: right;
    padding: 10px;
}
.eead-testimonial-block.style1 .eead-testimonial-holder .eead-testimonial-content {
    text-align: left;
}
.eead-testimonial-block.style1 h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}
.eead-testimonial-block.style1 .eead-testimonial-txt {
    margin-bottom: 5px;
}
.eead-testimonial-block.style1 h1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.eead-testimonial-block.style1 .eead-testimonial-member-designation{
    font-size: 13px;
    color: #6d6d6d;
}


/*style 2*/
.eead-testimonial-block.style2 {
    box-shadow: 0px 7px 8px #8f8f8e;
    -webkit-box-shadow: 0px 7px 8px #8f8f8e;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.eead-testimonial-block.style2 .eead-footer-section {
    overflow: hidden;
}
.eead-testimonial-block.style2 .eead-footer-section .eead-testimonial-image,
.eead-testimonial-block.style2 .eead-footer-section .eead-testimonial-name-wrap {
    float: left;
}
.eead-testimonial-block.style2 .eead-footer-section .eead-testimonial-image {
    width: 23%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.eead-testimonial-block.style2 .eead-footer-section .eead-testimonial-image img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.eead-testimonial-block.style2 .eead-testimonial-name-wrap {
    width: calc(100% - 23%);
    width: -webkit-calc(100% - 23%);
    padding: 15px;
}
.eead-testimonial-block.style2 .eead-testimonial-name-wrap h1 {
    font-size: 18px;
    font-weight: 600;
}
.eead-testimonial-block.style2 .eead-testimonial-content {
    margin-bottom: 25px;
}
.eead-testimonial-block.style2 .eead-testimonial-content h3 {
    font-size: 16px;
    font-weight: 600;
}
.eead-testimonial-block.style2 .eead-testimonial-name-wrap .eead-testimonial-member-designation {
    font-size: 13px;
}
.eead-testimonial-block.eead-round.style2 .eead-testimonial-image {
    padding: 0;
}

/*style 3*/
.eead-testimonial-block.style3 {
    text-align: center;
    padding: 30px 15px;
    border: 1px solid #f3f3f3;
    background: #fbfbfb;
    box-shadow: 7px 8px 1px #ccc;
    -webkit-box-shadow: 7px 8px 1px #ccc;
}
.eead-testimonial-block.style3 .eead-testimonial-image {
    width: 100px;
    margin: 20px auto;
}
.eead-testimonial-block.style3 .eead-testimonial-backquote {
    color: #fbb931a8;
    font-size: 37px;
}
.eead-testimonial-block.style3 .eead-testimonial-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.eead-testimonial-block.style3 .eead-testimonial-content:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    right: 0;
    background: #fbb931a8;
    bottom: 0;
    margin: 0 auto;
}
.eead-testimonial-block.style3 h1 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.eead-testimonial-block.style3 .eead-testimonial-member-designation {
    color: #9c9c9c;
    font-size: 14px;
}
.eead-testimonial-block .eead-testimonial-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}
.eead-testimonial-block  .eead-testimonial-txt {
    font-size: 15px;
    line-height: 1.3;
}




/*testimonial slider css*/
.eead-testimonial-block.style1.eead-testimonial-slider {
    border: none;
    padding: 0;
}
.eead-testimonial-block.style1.eead-testimonial-slider .eead-testimonial-each-slider {
    padding: 5px;
    border: 5px solid #ffc000;
    overflow: hidden;
}
.eead-testimonial-block.style2.eead-testimonial-slider {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.eead-testimonial-block.style2.eead-testimonial-slider .eead-testimonial-each-slider {
    box-shadow: 0px 7px 8px #8f8f8e;
    -webkit-box-shadow: 0px 7px 8px #8f8f8e;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 10px 7px 15px;
}
.eead-testimonial-block.style3.eead-testimonial-slider {
    padding: 0;
    border: none;
    background: #fbfbfb;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.eead-testimonial-block.style3.eead-testimonial-slider .eead-testimonial-each-slider {
    text-align: center;
    padding: 30px 15px;
    border: 1px solid #f3f3f3;
    background: #fbfbfb;
    box-shadow: 7px 8px 1px #ccc;
    -webkit-box-shadow: 7px 8px 1px #ccc;
    margin: 0 10px 15px;
} 

.eead-testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-testimonial-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.eead-testimonial-slider .owl-nav button {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
}
.eead-testimonial-slider .owl-nav button.owl-prev {
    left: 0;
}
.eead-testimonial-slider .owl-nav button.owl-next {
    right: 0;
}



/*--------------------------------------------------------------
i. Toggle Style css
--------------------------------------------------------------*/
.eead-toggle-switch-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.eead-toggle-switch-label {
    position: relative;
    display: inline-block;
    font-size: 1em;
    width: 2.31em;
    height: 1.29em;
    margin: 0;
    vertical-align: middle; 
}

.eead-toggle-switch-label input {
    display: none; 
}
.eead-toggle-right .eead-toggle-switch-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; 
}
.eead-toggle-center .eead-toggle-switch-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}
.eead-toggle-switch-wrap {
    margin-bottom: 15px;
}
.eead-toggle-switch-wrap .eead-toggle-switch-container {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin: 0 15px;
    overflow: hidden;
}
.eead-toggle-switch-wrap .eead-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background .4s;
    transition: background .4s; 
}
.eead-toggle-switch-wrap .eead-toggle-slider:before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    left: 0.16em;
    bottom: 0.15em;
    background-color: white;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; 
}
.eead-toggle-switch-wrap .eead-toggle-label {
    font-size: 15px;
    font-weight: 600;
} 
.eead-toggle-switch-wrap .eead-toggle-switch-style1 .eead-toggle-slider {
    background-color: #ccc;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style1.eead-toggle-switch-on .eead-toggle-slider,
.eead-toggle-switch-wrap .eead-toggle-switch-style1.eead-toggle-switch-on .eead-toggle-slider {
    background-color: #58bad7;
    -webkit-box-shadow: 0 0 1px #58bad7;
    box-shadow: 0 0 1px #58bad7; 
}

.eead-toggle-switch-wrap .eead-toggle-switch-style1.eead-toggle-switch-on .eead-toggle-slider:before,
.eead-toggle-switch-wrap .eead-toggle-switch-style1.eead-toggle-switch-on .eead-toggle-slider:before {
    -webkit-transform: translateX(1em);
    transform: translateX(1em); 
}

/*style 2*/
.eead-toggle-switch-wrap .eead-toggle-switch-style2 .eead-toggle-slider {
    border: 2px solid #737373;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style2 .eead-toggle-switch-label {
    width: 80px;
    height: 38px;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style2 .eead-toggle-slider:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #737373;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style2.eead-toggle-switch-on .eead-toggle-slider,
.eead-toggle-switch-wrap .eead-toggle-switch-style2.eead-toggle-switch-on .eead-toggle-slider {
    border-color: #30c731;
}

.eead-toggle-switch-wrap .eead-toggle-switch-style2.eead-toggle-switch-on .eead-toggle-slider:before,
.eead-toggle-switch-wrap .eead-toggle-switch-style2.eead-toggle-switch-on .eead-toggle-slider:before {
    -webkit-transform: translateX(1.6em);
    transform: translateX(1.6em);
    background-color: #30c731;
}

/*style 3*/

.eead-toggle-switch-wrap .eead-toggle-switch-style3 .eead-toggle-switch-label {
    width: 60px;
    height: 7px;
    background: #f49f1d;
    margin: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style3.eead-toggle-switch-on .eead-toggle-switch-label {
    background: #1d84cd;
}
.eead-toggle-switch-wrap .eead-toggle-switch-style3 .eead-toggle-slider:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #1d84cd;
    top: 50%;
    transform: translateY(-53%);
    -webkit-transform: translateY(-53%);
}
.eead-toggle-switch-wrap .eead-toggle-switch-style3.eead-toggle-switch-on .eead-toggle-slider:before,
.eead-toggle-switch-wrap .eead-toggle-switch-style3.eead-toggle-switch-on .eead-toggle-slider:before {
    -webkit-transform: translateX(1em) translateY(-53%);
    transform: translateX(1em) translateY(-53%);
    background-color: #f49f1d;
}

/*--------------------------------------------------------------
j. Portfolio css
--------------------------------------------------------------*/
/*style 1*/
.eead-portfolio-section .eead-portfolio-lists.eead-portfolio-default {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.eead-portfolio-section.style1 .eead-portfolio-item {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 10px #dadada;
    -webkit-box-shadow: 0 0 10px #dadada;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-image:before {
    position: absolute;
    content: '';
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(254, 209, 54, 0.7);
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}
.eead-portfolio-section.style1 .eead-portfolio-item:hover .eead-portfolio-image:before {
    left: 0;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-image .eead-portfolio-button {
    position: absolute;
    top: -100%;
    text-align: center;
    width: 100%;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}
.eead-portfolio-section.style1 .eead-portfolio-item:hover .eead-portfolio-image .eead-portfolio-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-image .eead-portfolio-button a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-image .eead-portfolio-button a:hover {
    margin-top: -10px;
}
.eead-portfolio-section.style1 .eead-portfolio-item  .eead-portfolio-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.eead-portfolio-section.style1 .eead-portfolio-item .eead-portfolio-category {
    display: inline-block;
    margin: 5px 0 10px;
    padding: 5px 15px;
    border: 1px solid #e2e0e0;
    font-size: 14px;
    border-right: 0;
    border-left: 0;
}

/*style 2*/
.eead-portfolio-section.style2 .eead-portfolio-card {
    position: relative;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(238,139,238);
    background: linear-gradient(90deg, rgba(238,139,238,0.5494572829131652) 0%, rgba(224,98,186,0.35898109243697474) 35%, rgba(228,104,155,1) 100%);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
}
.eead-portfolio-section.style2 .eead-portfolio-card:hover .eead-portfolio-details {
    opacity: 1;
    visibility: visible;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-button {
    position: absolute;
    width: 40px;
    top: 15px;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    left: -100%;
}
.eead-portfolio-section.style2 .eead-portfolio-card:hover .eead-portfolio-button {
    left: 15px;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-button a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #e2689a;
    background: white;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-decoration: none;
    opacity: 0.6;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-button a:hover {
    opacity: 1;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.eead-portfolio-section.style2 .eead-portfolio-card:hover .eead-portfolio-title {
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    opacity: 1;
    visibility: visible;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.eead-portfolio-section.style2 .eead-portfolio-card .eead-portfolio-category {
    position: absolute;
    right: -100%;
    padding: 6px 15px;
    line-height: 1.1;
    background: #fff;
    font-size: 14px;
    bottom: 10px;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
}
.eead-portfolio-section.style2 .eead-portfolio-card:hover .eead-portfolio-category {
    right: 0;
}

/*--------------------------------------------------------------
k. accordion css
--------------------------------------------------------------*/
.eead-accordion-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.eead-accordion-title-section .eead-accordion-open-icon,
.eead-accordion-title-section.active .eead-accordion-close-icon {
    display: block;
} 
.eead-accordion-title-section .eead-accordion-close-icon,
.eead-accordion-title-section.active .eead-accordion-open-icon {
    display: none;
}
.eead-accordion-container .eead-each-accordion h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.eead-accordion-content {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.eead-accordion-title-section.active + .eead-accordion-content {
    padding: 0 10px;
}
.eead-accordion-container .eead-each-accordion {
    margin-bottom: 8px;
}

/*style 1*/
.eead-accordion-container.style1 .eead-accordion-title-section {
    background: #fa6463;
    padding: 10px 15px;
    position: relative;
    height: 40px;
    margin-bottom: 5px;
}
.eead-accordion-container.style1 .eead-accordion-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #000;
}

/*style 2*/
.eead-accordion-container.style2 .eead-accordion-title-section {
    border: 1px solid #ccc;
    padding: 10px 15px;
    position: relative;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
.eead-accordion-container.style2 .eead-each-accordion h3 {
    color: #808080;
    font-weight: 400;
}

/*style 3*/
.eead-accordion-container.style3 .eead-accordion-title-section {
    padding: 10px 15px;
}
.eead-accordion-container.style3 .eead-each-accordion:first-child .eead-accordion-title-section {
    border: 1px solid #bce8f1;
    background: #d9edf6;
    line-height: 1;
}
.eead-accordion-container.style3 .eead-each-accordion:first-child h3,
.eead-accordion-container.style3 .eead-each-accordion:first-child .eead-accordion-icon {
    color: #4182a8;
}
.eead-accordion-container.style3 .eead-each-accordion:nth-child(2) .eead-accordion-title-section {
    border: 1px solid #ebccd1;
    background: #f2dedf;
    line-height: 1;
}
.eead-accordion-container.style3 .eead-each-accordion:nth-child(2) h3,
.eead-accordion-container.style3 .eead-each-accordion:nth-child(2) .eead-accordion-icon {
    color: #aa4442;
}
.eead-accordion-container.style3 .eead-each-accordion:nth-child(3) .eead-accordion-title-section {
    border: 1px solid #d5e9c6;
    background: #e0efd8;
    line-height: 1;
}
.eead-accordion-container.style3 .eead-each-accordion:nth-child(3) h3,
.eead-accordion-container.style3 .eead-each-accordion:nth-child(3) .eead-accordion-icon {
    color: #3d773a;
}

/*--------------------------------------------------------------
l. image gallery css
--------------------------------------------------------------*/
.eead-image-gallery-wrapper {
    background: transparent;
}
.eead-image-gallery-wrapper .eead-gallery-item {
    padding: 0px;
    width: 33.33%;
    color: white;
    float: left;
    overflow: hidden;
}
.eead-image-gallery-wrapper.grid .eead-gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.eead-image-gallery-wrapper.grid .eead-gallery-item .eead-gallery-item-inner{
    height: 100%;
}
.eead-image-gallery-wrapper.grid .eead-gallery-item {
    height: 400px;
}
.eead-image-gallery-wrapper .eead-gallery-item-inner {
    position: relative;
}
.eead-image-gallery-wrapper .eead-gallery-item-inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px;
    background: rgba(0,0,0,0.5);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    display: block;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
}
.eead-image-gallery-wrapper .eead-gallery-item:hover .eead-gallery-item-inner::after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.eead-image-gallery-wrapper .eead-gallery-image-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 65%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.eead-image-gallery-wrapper .eead-gallery-item:hover .eead-gallery-image-detail {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 250ms ease-in 500ms;
    -o-transition: opacity 250ms ease-in 500ms;
    transition: opacity 250ms ease-in 500ms;
}
.eead-image-gallery-wrapper .eead-gallery-image-detail a {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #5bd6bd;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.eead-image-gallery-wrapper .eead-gallery-item:hover .eead-gallery-image-detail .eead-caption-title {
    margin: 0 0 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.eead-image-gallery-wrapper .eead-gallery-item:hover .eead-gallery-image-detail p {
    margin: 0;
    font-size: 15px;
}
.eead-gallery-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;        
}
.eead-gallery-filters .eead-gallery-filter {
    margin-right: 5px;
    padding: 3px 15px;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.eead-gallery-filters .eead-gallery-filter.eead-active,
.eead-gallery-filters .eead-gallery-filter:hover {
    background: #50bea6;
    color: #fff;
}


/*--------------------------------------------------------------
m. logo carousel css
--------------------------------------------------------------*/
.eead-logo-carousel {
    position: relative;
    overflow: hidden;
}

/*style 1*/
.eead-logo-carousel.style1 .eead-logo-slide {
    border: 1px solid #e6e6e6;
    padding: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 7px #f3f3f3;
    -webkit-box-shadow: inset 0 0 7px #f3f3f3;
    cursor: pointer;
}
.eead-logo-carousel.style1 .eead-logo-slide img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-logo-carousel.style1 .eead-logo-slide:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.eead-logo-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.eead-logo-carousel .owl-dots span {
    display: block;
    background: transparent;
    border: 2px solid #009dea;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-logo-carousel .owl-dots .owl-dot:hover span,
.eead-logo-carousel .owl-dots .owl-dot.active span {
    background: #009dea;
}
.eead-logo-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.eead-logo-carousel .owl-nav button.owl-prev,
.eead-logo-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    font-size: 34px;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: -30px;
    background: #f78639;
    color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-logo-carousel .owl-nav button.owl-next {
    right: -30px;
    left: auto;
}
.eead-logo-carousel:hover .owl-nav button.owl-prev {
    left: 0;
}
.eead-logo-carousel:hover .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

/*style 2*/
.eead-logo-carousel.style2 .eead-logo-slide {
    padding: 20px;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    min-height: 150px;
    max-height: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    background: #f1f1f1;
    overflow: hidden;
}
.eead-logo-carousel.style2 .eead-logo-slide:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    background: rgb(146 143 143 / 20%);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -ms-transition: -ms-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,22px);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,22px);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,22px);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,22px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.eead-logo-carousel.style2 .eead-logo-slide:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,22px);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,22px);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,22px);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,22px);
    opacity: 1;
    left: -10px;
}

/*style 3*/
.eead-logo-carousel.style3 {
    padding: 80px 0;
}
.eead-logo-carousel.style3 .owl-item.center {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 999999;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.eead-logo-carousel.style3.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.eead-logo-carousel.style3 .owl-dots {
    margin-top: 60px;
}

/*--------------------------------------------------------------
o. weather css
--------------------------------------------------------------*/
/*style 1*/
.eead-weather-container.style1 {
    background: lightblue;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.eead-weather-container.style1 .eead-weather-bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: skyblue;
    padding: 10px 10px;
    font-size: 14px; 
}

.eead-weather-container.style1 .eead-weather-top-section {
    padding: 40px;
}
.eead-weather-container.style1 .eead-weather-info,
.eead-weather-container.style1 .eead-location-info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 -2px;
}
.eead-weather-container.style1 .eead-location-info {
    text-align: right;
}
.eead-weather-container.style1 .eead-location-info .eead-weather-current-day {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 10px;
}
.eead-weather-container.style1 .eead-weather-top-section .eead-weather-temperature {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 600;
}
.eead-weather-container.style1 .eead-weather-top-section .eead-weather-location {
    text-align: right;
}
.eead-weather-container.style1 .eead-weather-top-section .eead-location-info .eead-weather-city span,
.eead-weather-container.style1 .eead-weather-top-section .eead-location-info .eead-weather-country h4 {
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 400;    
}
.eead-weather-container.style1 .eead-weather-top-section .eead-weather-desc-section img {
    display: block;
    width: 110px;
    border-radius: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.eead-weather-container.style1 .eead-weather-top-section .eead-weather-desc-section .eead-weather-description {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    font-weight: 600;
}

/*style 2*/
.eead-weather-container.style2 {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border: 1px solid #ffc000;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: #fcdc14; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcdc14 0%, #fcb040 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fcdc14 0%,#fcb040 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fcdc14 0%,#fcb040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdc14', endColorstr='#fcb040',GradientType=0 ); /* IE6-9 */
}
.eead-weather-container.style2 .eead-weather-temperature {
    background: #ffc000;
    color: #fff;
    padding: 5px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}
.eead-weather-container.style2 .eead-weather-desc-section img,
.eead-weather-container.style2 .eead-weather-desc-section .eead-weather-description {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
}
.eead-weather-container.style2 .eead-weather-desc-section img {
    width: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto 20px;
}
.eead-weather-container.style2 .eead-weather-bottom-section {
    font-size: 13px;
    padding: 13px 30px;
    border-top: 1px solid #ffffff6b;
}
.eead-weather-container.style2 .eead-weather-location {
    margin-bottom: 20px;
}
.eead-weather-container.style2 .eead-weather-top-section .eead-location-info .eead-weather-city span,
.eead-weather-container.style2 .eead-weather-top-section .eead-location-info .eead-weather-country h4 {
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;    
}
/*--------------------------------------------------------------
p. price list css
--------------------------------------------------------------*/
/*style 1*/
.eead-pricing-list-section.style1 .eead-each-pricing-item {
    overflow: hidden;
    margin-bottom: 20px;
} 
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-image,
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-details-box {
    float: left;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-image {
    width: 20%;
    overflow: hidden;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-image img {
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    cursor: pointer;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item:hover .eead-item-image img {
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    transform: scale(1.6) rotate(20deg);
    -webkit-transform: scale(1.6) rotate(20deg);
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-details-box {
    width: 80%;
    padding-left: 20px;
    padding-top: 5px;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-details-box .eead-item-title-section {
    overflow: hidden;
    margin-bottom: 10px;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-details-box h3 {
    color: #2d2d2d;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item .eead-item-details-box small {
    float: right;
    font-weight: 600;
    font-size: 14px;
    color: #dc5547;;
}
.eead-pricing-list-section.style1 .eead-each-pricing-item  .eead-pricing-item-description {
    line-height: 1.1;
    color: #878787;
    font-size: 13px;
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
}
.eead-pricing-list-section.style1 .eead-align-right .eead-each-pricing-item .eead-item-image,
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-image {
    float: right;
}
.eead-pricing-list-section.style1 .eead-align-right .eead-each-pricing-item .eead-item-details-box,
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-details-box {
    padding-right: 20px;
    padding-left: 0;
}
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item {
    margin-bottom: 30px;
}

/*style 2*/
.eead-pricing-list-section.style2 .eead-each-pricing-item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 15px;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item:last-child {
    border-bottom: 0;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item .eead-item-image,
.eead-pricing-list-section.style2 .eead-each-pricing-item .eead-item-details-box {
    float: left;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item .eead-item-image {
    width: 25%;
    position: relative;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item .eead-item-image small {
    position: absolute;
    background: #4D8B55;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    font-weight: 600;
    bottom: 5px;
    right: -15px;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item .eead-item-details-box {
    width: 75%;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 14px;
    color: #878787;
    line-height: 1.3;
}
.eead-pricing-list-section.style2 .eead-each-pricing-item h3 {
    color: #dc5547;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 10px;
}

.eead-pricing-list-section.style2 .eead-align-right .eead-each-pricing-item .eead-item-image,
.eead-pricing-list-section.style2 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-image,
.eead-pricing-list-section.style1 .eead-align-right .eead-each-pricing-item .eead-item-image,
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-image {
    float: right;
}
.eead-pricing-list-section.style2 .eead-align-right .eead-each-pricing-item .eead-item-details-box,
.eead-pricing-list-section.style2 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-details-box,
.eead-pricing-list-section.style1 .eead-align-right .eead-each-pricing-item .eead-item-details-box,
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-details-box {
    padding-right: 20px;
    padding-left: 0;
}
.eead-pricing-list-section.style2 .eead-align-alternate .eead-each-pricing-item,
.eead-pricing-list-section.style1 .eead-align-alternate .eead-each-pricing-item {
    margin-bottom: 30px;
}
.eead-pricing-list-section.style2 .eead-align-alternate .eead-each-pricing-item:nth-child(even) .eead-item-image small {
    right: auto;
    left: -15px;
}


/*style 3*/
.eead-pricing-list-section.style3 .eead-item-image {
    position: relative;
}
.eead-pricing-list-section.style3 .eead-item-image:before {
    background: -webkit-linear-gradient(top, rgba(102,102,102,0.15) 0%,rgba(102,102,102,0.5) 75%,rgba(102,102,102,1) 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eead-pricing-list-section.style3 .eead-item-image small {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #dc5547;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
}
.eead-pricing-list-section.style3 .eead-each-pricing-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.eead-pricing-list-section.style3 .eead-each-pricing-item .eead-item-details-box {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999999;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.eead-pricing-list-section.style3 .eead-each-pricing-item .eead-item-details-box h3 {
    font-weight: 600;
    margin-bottom: 5px;
}
.eead-pricing-list-section.style3 .eead-each-pricing-item .eead-item-details-box .eead-pricing-item-description {
    -webkit-transition: max-height 0.8s; 
    -moz-transition: max-height 0.8s; 
    -ms-transition: max-height 0.8s; 
    -o-transition: max-height 0.8s; 
    transition: max-height 0.8s;
    max-height: 0;
    overflow: hidden;
    line-height: 1.1;
}
.eead-pricing-list-section.style3 .eead-each-pricing-item:hover .eead-item-details-box .eead-pricing-item-description {
    max-height: 100px;
    overflow: visible;
}

/*--------------------------------------------------------------
q. slider css
--------------------------------------------------------------*/
.eead-slide {
    position: relative;
    width: 100%;
}
.eead-slide .eead-slide-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 768px;
    width: 100%;
    padding: 20px 15px;
    background: rgba(255,255,255, 0.6);
}
.eead-slide .eead-slide-caption .eead-slide-cap-title {
    font-size: 30px;
    color: #eb3e32;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.eead-slide .eead-slide-caption .eead-slide-cap-desc {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.eead-slide .eead-slide-caption .eead-slide-button a {
    display: inline-block;
    padding: 12px 25px;
    background: #eb3e32;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.eead-slide .eead-slide-caption .eead-slide-button a:hover {
    background: #fff;
    color: #eb3e32;
}
.eead-slide .eead-slide-caption.eead-slide-left {
    left: 50px;
}
.eead-slide .eead-slide-caption.eead-slide-center {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.eead-slide .eead-slide-caption.eead-slide-right {
    right: 50px;
    text-align: right;
}
.eead-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-slider .owl-nav button.owl-prev,
.eead-slider .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #eb3e32;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    position: absolute;
}
.eead-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.eead-slider .owl-nav button.owl-prev {
    left: -40px;
}
.eead-slider .owl-nav button.owl-next {
    right: -40px;
}


.eead-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.eead-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background: #eb3e32;
    border: 2px solid #eb3e32;
    margin: 0 3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eead-slider .owl-dots button.owl-dot.active,
.eead-slider .owl-dots button.owl-dot:hover {
    background: transparent;
    width: 20px;
}















/*Hotspot Style Sectio*/
.eead-hotspot-section {
    position: relative;
}

.eead-hotspot-section img:first-child {
    width: 100%;
}

.eead-hotspot-section .eead-hotspot-icon,
.eead-hotspot-section .eead-hotspot-image {
    position: absolute;
    left: 0%;
    top: 0%;
}

.eead-hotspot-image img {
    width: 20px;
}

.eead-each-spot-content,
.eead-each-spot-content.center-center {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .8s ease-in-out, opacity .9s ease-in-out;
    -o-transition: visibility .8s ease-in-out, opacity .9s ease-in-out;
    transition: visibility .8s ease-in-out, opacity .9s ease-in-out;
    position: absolute;
    padding: 10px;
    width: 500px;
    background: #f1f0e4;
    z-index: 1;
}

.eead-each-spot-content.bottom-left {
    top: 110%;
    right: 110%;
}
.eead-each-spot-content.bottom-middle {
    top: 110%;
}
.eead-each-spot-content.bottom-right {
    top: 110%;
    left: 110%;
}
.eead-each-spot-content.top-left {
    bottom: 110%;
    right: 110%;
}
.eead-each-spot-content.top-middle {
    bottom: 110%;
}
.eead-each-spot-content.top-right {
    bottom: 110%;
    left: 110%;
}
.eead-each-spot-content.left-middle {
    right: 110%;
}
.eead-each-spot-content.right-middle {
    left: 110%;
}

.eead-hotspot-section .eead-hotspot-icon .eead-each-spot-content:hover,
.eead-hotspot-section .eead-hotspot-item a.active .eead-each-spot-content {
    visibility: visible;
    opacity: 1;
}

.eead-hotspot-section .eead-hotspot-icon a,
.eead-hotspot-section .eead-hotspot-image a {
    padding: 15px;
    background: #333;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.eead-hotspot-section .eead-hotspot-image a {
    padding: unset;
    background: transparent;
}
.eead-hotspot-section .eead-hotspot-image a img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.eead-hotspot-section a i {
    font-size: 12px;
    color: #fff;
}

.eead-hotspot-section a > img,
.eead-hotspot-section a > i,
.eead-hotspot-section a > .eead-each-spot-content{
    z-index: 2;
}

.eead-hotspot-section .eead-hotspot-icon a .pulse,
.eead-hotspot-section .eead-hotspot-image a .pulse {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #333;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: pulsate infinite 2s;
    animation: pulsate infinite 2s;
    z-index: 1;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

.eead-hotspot-section .eead-each-spot-content.eead-align-left {
    text-align: left;
}
.eead-hotspot-section .eead-each-spot-content.eead-align-center {
    text-align: center;
}
.eead-hotspot-section .eead-each-spot-content.eead-align-right {
    text-align: right;
}


/* Animated Heading */
.eead-pre-heading, .eead-animated-heading, .eead-post-heading, .eead-animated-heading-wrap {
    display: inline-block;
}

.eead-animated-heading-wrap {
    background: #f6b5b5;
    padding: 10px;
    margin-bottom: 0px;
    width: 100%;
}

.eead-animated-heading-wrap.eead-align-left {
    text-align: left;
}

.eead-animated-heading-wrap.eead-align-center {
    text-align: center;
}

.eead-animated-heading-wrap.eead-align-right {
    text-align: right;
}

/* Business Hours */
.eead-header-content,
.eead-footer-content {
    background-color: #b2b2b2;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eead-header-content.align-center,
.eead-footer-content.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.eead-header-content.align-center .eead-header-inner,
.eead-footer-content.align-center .eead-footer-inner {
    text-align: center;
}

.eead-header-content.align-left,
.eead-footer-content.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.eead-header-content.align-right,
.eead-footer-content.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.eead-header-content.align-right .eead-header-inner,
.eead-footer-content.align-right .eead-footer-inner {
    text-align: right;
}

.eead-business-hour-details .eead-business-hour-row {
    background-color: #fff;
    color: #333;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eead-business-hour-section .eead-current-time {
    font-family: sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
} 

.eead-business-hour-row.active-day {
    background-color: #f8f8f8; 
}

/* Scroll Image Container */
.eead-scroll-image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.eead-scroll-image-container .eead-scroll-image-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.eead-scroll-image-container .eead-scroll-image-wrapper.eead-device-slider .eead-slider-device-frame img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    display: block;
}

.eead-scroll-image-container .eead-device-slider {
    position: relative;
    overflow: hidden;
}

.eead-scroll-image-container .eead-device-slider .eead-scroll-image {
    min-height: auto;
}

.eead-scroll-image-container .eead-device-slider.eead-device-slider-desktop {
    padding: 3.9% 4% 23.5% 4%;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-safari {
    padding: 4.3% 0 0 0;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-chrome,
.eead-scroll-image-container .eead-device-slider.eead-device-slider-chrome-dark {
    padding: 5.5% 0 0 0;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-firefox,
.eead-scroll-image-container .eead-device-slider.eead-device-slider-edge,
.eead-scroll-image-container .eead-device-slider.eead-device-slider-edge-dark {
    padding: 5.3% 0 0 0;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-macbookpro {
    padding: 2.6% 9.5% 15.2% 9.5%;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-macbookair {
    padding: 3.6% 14.5% 10% 14%;
}
.eead-scroll-image-container .eead-device-slider.eead-device-slider-tablet {
    padding: 11% 9.5% 11% 9.5%;
}

.eead-scroll-image-container .eead-scroll-image-wrapper .eead-scroll-image {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
    -o-transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
    transition: background-position 2s cubic-bezier(.1, .54, .43, .94);

    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: background-position 2s ease-in-out;
    transition: background-position 2s ease-in-out;
    -webkit-transition: background-position 2s ease-in-out;
}

.eead-scroll-image.eead-scroll-image-top-bottom {
    background-position: top !important;
}
.eead-scroll-image.eead-scroll-image-top-bottom:hover {
    background-position: center bottom !important;
}

.eead-scroll-image.eead-scroll-image-bottom-top {
    background-position: bottom !important;
}
.eead-scroll-image.eead-scroll-image-bottom-top:hover {
    background-position: center top !important;
}

.eead-scroll-image.eead-scroll-image-right-left {
    background-position: right !important;
}
.eead-scroll-image.eead-scroll-image-right-left:hover {
    background-position: center left !important;
}

.eead-scroll-image.eead-scroll-image-left-right {
    background-position: left !important;
}
.eead-scroll-image.eead-scroll-image-left-right:hover {
    background-position: center right !important;
}

.eead-link-wrapper a {
    margin: 0px;
    position: absolute;
    background: #333;
    color: #fff;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: none;
    line-height: 40px;
}

.eead-scroll-image-container .eead-scroll-image-badge {
    position: absolute;
    top: 0%;
    left: 0%;
    background: #f92b2b;
    color: #fff;
    padding: 5px;
}








/*Video Player Styles*/


.eead-video-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000000;
}

.eead-video-player.eead-html5-video-player[poster] {
    -o-object-fit: cover;
    object-fit: cover;
}

.eead-video-block .eead-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.eead-video-block .eead-video-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.eead-video-block .eead-video-overlay img {
    width: 60px;
}

.eead-video-block .eead-video-overlay .eead-video-play-button i {
    font-size: 80px;
    color: white;
}

.eead-video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

.eead-video-block.eead-video-aspect-ratio-16-9 {
    padding-bottom: 56.25%;
}
.eead-video-block.eead-video-aspect-ratio-21-9 {
    padding-bottom: 42.8571%;
}
.eead-video-block.eead-video-aspect-ratio-9-16 {
    padding-bottom: 177.77%;
}
.eead-video-block.eead-video-aspect-ratio-4-3 {
    padding-bottom: 75%;
}
.eead-video-block.eead-video-aspect-ratio-3-2 {
    padding-bottom: 66.6666%;
}
.eead-video-block.eead-video-aspect-ratio-3-2 {
    padding-bottom: 100%;
}

/*Image Comparison*/
.eead-image-comparison-inner {
    padding: 10px;
}
.eead-image-comparison-inner .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.eead-image-comparison-inner .owl-dots button {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #333;
}
.eead-image-comparison-inner .owl-dots button.active {
    background: red;
}
.eead-image-comparison-inner .owl-dots button:last-child {
    margin-left: 5px;
}

.eead-image-comparison .eead-image-label h2 {
    margin: 10px 0 20px 0;
    font-size: 22px;
    font-weight: 600;

}


/*Circular Progressbar*/
.eead-circular-progressbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eeeeee;
}

.eead-circular-progressbar-box {
    position: relative;
    width: 100%;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 28px rgba(0,0,0,0.2);
    box-shadow: 0 10px 28px rgba(0,0,0,0.2);
}

.eead-circular-progressbar-box .percent {
    position: relative;
    height: 150px;
    width: 150px;
}

.eead-circular-progressbar-box .text {
    text-align: center;
}

.eead-circular-progressbar-box .percent svg {
    position: relative;
    height: 150px;
    width: 150px;
}

.eead-circular-progressbar-box .percent svg circle {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 10;
    stroke: #000;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke-linecap: round;
    -webkit-transition: stroke-dashoffset 1s linear;
    -o-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear;
}

.eead-circular-progressbar-box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #f3f3f3;
}
.eead-circular-progressbar-box .percent svg circle:nth-child(2) {
    stroke-dashoffset: 440; /*0% start at 440*/
    stroke: #03a9f4;
}

.eead-circular-progressbar-box h2 {
    margin: 0;
}
.eead-circular-progressbar-box .percent .number h2 {
    font-size: 50px;
}
.eead-circular-progressbar-box .percent .number span {
    font-size: 25px;
}
.eead-circular-progressbar-box .percent .number {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
}

/*ProgressBar Style*/
.eead-progress {
    margin-bottom: 30px;
}
.eead-progress h2, 
.eead-progress-bar-length span {
    color: #333333;
}
.eead-progress h2 {
    margin-bottom: 8px;
}
.eead-progress-bar {
    background: #F6F6F6;
}
.eead-progress-bar {
    height: 12px;
    width: 100%;
    position: relative;
    background: #f6f6f6;
    border-radius: 20px;
}
.eead-progress-bar-length {
    background: #4ec5ef;
    height: 100%;
    text-align: right;
    width: 0;
    border-radius: 20px;
}
.eead-progress h2, 
.eead-progress-bar-length span {
    color: #333333;
    font-weight: 600;
}
.eead-progress h2 {
    font-size: 20px;
}
.eead-progress-bar-length span {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
}




/* Counter Widget */
.eead-counter {
    width: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.eead-counter-section .eead-counter-count {
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 1px;
    display: flex;
}

.eead-counter-section .eead-counter-title {
    margin: 0;
    letter-spacing: 1px;
}


.eead-counter-section .style1 .eead-counter {
    float: left;
    text-align: center;
    border: 2px solid #FFC107;
    border-top: 0;
    /*padding: 0 20px 30px;*/
    position: relative;
    /*margin-top: 20px;*/
    padding-bottom: 20px;
    margin-top: 0;
}

.eead-counter-section .style1 .eead-counter:after {
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #FFC107;
}

.eead-counter-section .style1 .eead-counter:before {
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #FFC107;
}

.eead-counter-section .style1 .eead-counter-count {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 400;
}

.eead-counter-section .style1 .eead-counter-icon {
    display: inline-block;
    font-size: 36px;
    position: relative;
    -webkit-transform: translate(0, -17px);
    -ms-transform: translate(0, -17px);
    transform: translate(0, -17px);
    line-height: 36px;
}

.eead-counter-section .style1 .eead-counter-title {
    margin-top: 15px;
    margin: 0;
}

.eead-counter-section .style2 .eead-counter-icon {
    font-size: 2em;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative
}

.eead-counter-section .style2 .eead-counter-icon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #FFF;
    margin-left: -15px;
    margin-top: 25px;
}

.eead-counter-section .style2 .eead-counter-count {
    font-weight: bold;
    font-size: 3em;
    line-height: 1;
}

.eead-counter-section .style2 .eead-counter-title {
    margin: 0;
    padding: 20px;
}

.eead-counter-section .style2 .eead-counter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #FFF;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.eead-counter-section .style2 .eead-counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 2px;
    background: #FFF;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.eead-counter-section .style2 .eead-counter>span:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #FFF;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.eead-counter-section .style2 .eead-counter>span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 2px;
    background: #FFF;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.eead-counter-section .style2 .eead-counter:hover:before,
.eead-counter-section .style2 .eead-counter:hover>span:before {
    width: 100%;
}

.eead-counter-section .style2 .eead-counter:hover:after,
.eead-counter-section .style2 .eead-counter:hover>span:after {
    height: 100%;
}

.eead-counter-section .style3 .eead-counter {
    background: #FFF;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
    position: relative;
}

.eead-counter-section .style3 .eead-counter:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #666;
}

.eead-counter-section .style3 .eead-counter-icon {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
}

.eead-counter-section .style3 .eead-counter-count {
    font-weight: bold;
    font-size: 3.4em;
    line-height: 1;
    margin-bottom: 20px;
}

.eead-counter-section .style4 .eead-counter {
    text-align: left;
    /*padding-left: 80px;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.eead-counter-section .style4 .eead-counter-icon {
    font-size: 42px;
    width: 70px;
    float: left;
    text-align: center;
    opacity: 0.8;
    margin-left: -80px;
    line-height: 1;
    margin-top: 10px;
}

.eead-counter-section .style4 .eead-counter-count {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 10px;
}






/* Advanced Button */
.eead-ep-button{
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
    outline:none;
    position:relative;
    transition:all .3s ease-out;
    z-index:0;
    text-align:center;
    overflow:hidden
}
.eead-ep-button:hover{
    background-color:transparent;color:#fff
}
.eead-ep-button .eead-ep-button-icon{
    position:relative;display:inline-flex;z-index:0
}
.eead-ep-button .eead-ep-button-icon .eead-ep-button-a-icon-inner,
.eead-ep-button .eead-ep-button-icon .eead-ep-button-b-icon-inner,
.eead-ep-button .eead-ep-button-icon .eead-ep-button-icon-inner{
    display:inline-flex
}

.eead-ep-button .eead-ep-button-icon i,.eead-ep-button .eead-ep-button-icon svg{
    width:1em
}
.eead-ep-button .eead-ep-button-text{
    position:relative;display:inline-block;z-index:0
}
.eead-ep-button:after{
    content:'';position:absolute;z-index:-1;transition:all .3s ease-out;background:#666
}
.eead-ep-button:active{
    color:#fff
}
.eead-ep-button.eead-ep-button-effect-a:after{
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0
}
.eead-ep-button.eead-ep-button-effect-a:hover:after,.eead-ep-button.eead-ep-button-effect-a:active:after{
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-b:after{
    width:100%;
    height:0;
    top:0;
    left:0
}
.eead-ep-button.eead-ep-button-effect-b:hover:after{
    height:100%
}
.eead-ep-button.eead-ep-button-effect-b:active:after{
    height:100%
}
.eead-ep-button.eead-ep-button-effect-c:after{
    width:0;height:100%;top:0;left:0
}
.eead-ep-button.eead-ep-button-effect-c:hover:after{
    width:100%
}
.eead-ep-button.eead-ep-button-effect-c:active:after{
    width:100%
}
.eead-ep-button.eead-ep-button-effect-d{
    overflow:hidden
}
.eead-ep-button.eead-ep-button-effect-d:after{
    width:0;
    height:103%;
    top:50%;
    left:50%;
    opacity:0;
    transform:translateX(-50%) translateY(-50%)
}
.eead-ep-button.eead-ep-button-effect-d:hover:after{
    width:90%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-d:active:after{
    width:101%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-e{
    overflow:hidden
}
.eead-ep-button.eead-ep-button-effect-e:after{
    width:100%;
    height:0;
    top:50%;
    left:50%;
    opacity:0;
    transform:translateX(-50%) translateY(-50%) rotate(45deg)
}
.eead-ep-button.eead-ep-button-effect-e:hover:after{
    height:260%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-e:active:after{
    height:400%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-f{
    overflow:hidden
}
.eead-ep-button.eead-ep-button-effect-f:after{
    width:101%;
    height:0;
    top:50%;
    left:50%;
    opacity:0;
    transform:translateX(-50%) translateY(-50%)
}
.eead-ep-button.eead-ep-button-effect-f:hover:after{
    height:75%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-f:active:after{
    height:130%;
    opacity:1
}
.eead-ep-button.eead-ep-button-effect-g{
    transition-timing-function:cubic-bezier(.31, 1.13, .64, .94)
}
.eead-ep-button.eead-ep-button-effect-g .eead-ep-button-content-wrapper{
    position:relative
}
.eead-ep-button.eead-ep-button-effect-g .eead-ep-button-content-wrapper .eead-ep-button-text{
    display:block;
    position:relative
}
.eead-ep-button.eead-ep-button-effect-g .eead-ep-button-content-wrapper .avdbtn-text{
    display:block;
    transition:transform .5s,opacity .8s;
    transition-timing-function:cubic-bezier(.31, 1.13, .64, .94)
}
.eead-ep-button.eead-ep-button-effect-g .eead-ep-button-content-wrapper .avdbtn-alt-text{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    transform:translate3d(0, 25%, 0);
    transition:transform .5s,opacity .8s;
    transition-timing-function:cubic-bezier(.31, 1.13, .64, .94)
}
.eead-ep-button.eead-ep-button-effect-g:hover{
    background-color:transparent;
    color:#666
}
.eead-ep-button.eead-ep-button-effect-g:hover .avdbtn-alt-text{
    opacity:1;
    transform:translate3d(0, 0, 0)
}
.eead-ep-button.eead-ep-button-effect-g:hover .avdbtn-text{
    opacity:0;
    transform:translate3d(0, -25%, 0)
}
.eead-ep-button.eead-ep-button-effect-h{
    transition:color .3s;
    transition-timing-function:cubic-bezier(.2, 1, .3, 1)
}
.eead-ep-button.eead-ep-button-effect-h::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:150%;
    height:100%;
    background:#666;
    z-index:-1;
    transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin:0 100%;
    transition:transform .3s,opacity .3s,background-color .3s
}
.eead-ep-button.eead-ep-button-effect-h:hover::after{
    opacity:1;
    background-color:#666;
    transform:rotate3d(0, 0, 1, 0deg);
    transition-timing-function:cubic-bezier(.2, 1, .3, 1)
}
.eead-ep-button.eead-ep-button-effect-i{
    color:#fff;
    background:#666
}
.eead-ep-button.eead-ep-button-effect-i .eead-ep-button-content-wrapper::before{
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    left:0;
    background:#666;
    color:#fff;
    overflow:hidden;
    transition:transform .3s;
    transition-timing-function:cubic-bezier(.2, 1, .3, 1);
    top:0;
    padding-top:1em
}
.eead-ep-button.eead-ep-button-effect-i .eead-ep-button-content-wrapper::after{
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    left:0;
    background:#666;
    color:#fff;
    overflow:hidden;
    transition:transform .3s;
    transition-timing-function:cubic-bezier(.2, 1, .3, 1);
    bottom:0;
    line-height:0
}
.eead-ep-button.eead-ep-button-effect-i .eead-ep-button-text{
    position:relative;
    z-index:1
}
.eead-ep-button.eead-ep-button-effect-i:hover{
    color:#666;
    background:#fff
}
.eead-ep-button.eead-ep-button-effect-i:hover .eead-ep-button-content-wrapper::before{
    transform:translate3d(0, -100%, 0)
}
.eead-ep-button.eead-ep-button-effect-i:hover .eead-ep-button-content-wrapper::after{
    transform:translate3d(0, 100%, 0)
}

.eead-ep-button.eead-ep-button-size-xs {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
}
.eead-ep-button.eead-ep-button-size-sm {
    padding: 10px 20px;
    font-size: 12px;
}
.eead-ep-button.eead-ep-button-size-md {
    padding: 15px 30px;
}
.eead-ep-button.eead-ep-button-size-lg {
    padding: 20px 30px;
    font-size: 16px;
}
.eead-ep-button.eead-ep-button-size-xl {
    padding: 25px 30px;
    font-size: 18px;
}

.eead-flex {
    display: flex;
}
.eead-flex-center {
    justify-content: center;
}
.eead-flex-middle {
    align-items: center;
}
.eead-flex-column {
    flex-direction: column;
}
.eead-flex-column-reverse {
    flex-direction: column-reverse;
}
.eead-flex-align-right {
    order: 99;
}
.eead-flex-align-left {
    order: -1;
}

.eead-ep-button .eead-flex-align-left {
    margin-right: 8px;
}
.eead-ep-button .eead-flex-align-right {
    margin-left: 8px;
}
.eead-ep-button .eead-flex-align-top {
    margin-bottom: 8px;
}
.eead-ep-button .eead-flex-align-bottom {
    margin-top: 8px;
}


/*Advanced icon box*/
.eead-advanced-icon-box .eead-icon-wrapper{
    display:inline-block;
    line-height:1;
    transition:all 350ms cubic-bezier(.24, .85, .58, 1);
    color:#818a91;
    font-size:48px;
    width:48px;
    height:auto;
    text-align:center;
    position:relative;
    box-sizing:content-box
}
.eead-advanced-icon-box .eead-icon-wrapper:hover{
    color:#818a91
}
.eead-advanced-icon-box .eead-icon-wrapper i,
.eead-advanced-icon-box .eead-icon-wrapper img{
    position:relative;display:block;
    transition:transform 350ms cubic-bezier(.24, .85, .58, 1);
    z-index:1
}
.eead-advanced-icon-box .eead-icon-wrapper i:before,
.eead-advanced-icon-box .eead-icon-wrapper img:before{
    position:absolute;left:50%;transform:translateX(-50%)
}
.eead-advanced-icon-box .eead-icon-wrapper i{
    width:1em;height:1em
}
.eead-advanced-icon-box {
    padding: 20px;
}
.eead-advanced-icon-box .eead-advanced-icon-box-title {
    color: #0b2f82;
}
.eead-advanced-icon-box  .eead-advanced-icon-box-readmore {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background: #009dea;
    color: #fff;
    font-size: 16px;
}

.eead-advanced-icon-box .eead-advanced-icon-box-readmore svg{
    width:1em
}
.eead-advanced-icon-box .eead-title-separator-wrapper{
    overflow:hidden;margin-bottom:24px;line-height:1
}
.eead-advanced-icon-box .eead-title-separator-wrapper>*{
    height:auto
}
.eead-advanced-icon-box .eead-title-separator-wrapper>svg [stroke*='#']{
    stroke:currentcolor
}
.eead-advanced-icon-box .eead-title-separator-wrapper img{
    display:none
}
.eead-advanced-icon-box .eead-title-separator-wrapper svg *{
    stroke:#798184
}
.eead-advanced-icon-box .eead-title-separator-wrapper svg.ep_round{
    stroke-linecap:round
}
.eead-advanced-icon-box .eead-title-separator-wrapper svg.ep_square{
    stroke-linecap:square
}
.eead-advanced-icon-box .eead-title-separator-wrapper svg.ep_butt{
    stroke-linecap:butt
}
.eead-advanced-icon-box .eead-title-separator{
    border-top:4px solid #ddd;
    display:inline-block;
    width:100px
}
.eead-button-icon-align-right {
    float: right;
}
.eead-button-icon-align-left {
    float: left;
}
.eead-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.eead-padding-small {
    padding: 15px;
}
.eead-badge:hover, .eead-badge:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-none .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0;
    top:0;
    left:0
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-none .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    opacity:1
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-a .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0;
    transform:scale(0);
    top:0;
    left:0;
    border-radius:200px
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-a .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-a .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    opacity:1;
    transform:scale(1.5)
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-g .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:0;
    height:103%;
    top:50%;
    left:50%;
    z-index:-1;
    opacity:0;
    transform:translateX(-50%) translateY(-50%)
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-g .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-g .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    width:90%;
    opacity:1
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-b .eead-advanced-icon-box .eead-icon-wrapper{
    overflow:hidden
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-b .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:100%;
    height:0;
    top:50%;
    left:50%;
    opacity:0;
    z-index:-1;
    transform:translateX(-50%) translateY(-50%) rotate(45deg)
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-b .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-b .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    height:260%;opacity:1
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-c .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:101%;
    height:0;
    top:50%;
    left:50%;
    opacity:0;
    z-index:-1;
    transform:translateX(-50%) translateY(-50%)
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-c .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-c .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    height:75%;
    opacity:1
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-d .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:150%;
    height:100%;
    z-index:-1;
    transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin:0 100%;
    transition:transform .3s,opacity .3s,background-color .3s
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-d .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-d .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    opacity:1;
    transform:rotate3d(0, 0, 1, 0deg);
    transition-timing-function:cubic-bezier(.2, 1, .3, 1)
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-e .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    transition:all .3s ease-out;
    width:100%;
    height:0;
    top:0;
    left:0;
    z-index:-1
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-e .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-e .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    height:100%
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-f .eead-advanced-icon-box .eead-icon-wrapper:after{
    content:'';
    position:absolute;
    z-index:-1;
    transition:all .3s ease-out;
    background:#666;
    width:0;
    height:100%;
    top:0;
    left:0
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-f .eead-advanced-icon-box:hover .eead-icon-wrapper{
    background-color:transparent
}
.elementor-widget-eead-advanced-icon-box-block.eead-icon-effect-f .eead-advanced-icon-box:hover .eead-icon-wrapper:after{
    width:100%
}
.elementor-widget-eead-advanced-icon-box-block.eead-readmore-on-hover-yes .eead-advanced-icon-box .eead-advanced-icon-box-readmore{
    margin-top:26px;
    position:absolute;
    transform:translate(-50%, 0);
    opacity:0;
    transition:opacity 350ms cubic-bezier(.24, .85, .58, 1)
}
.elementor-widget-eead-advanced-icon-box-block.eead-readmore-on-hover-yes .eead-advanced-icon-box:hover .eead-advanced-icon-box-readmore{
    opacity:1
}
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box{
    text-align:center
}
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-title{
    font-weight:700;
    font-size:1.25rem
}
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-title a{
    color:inherit
}
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-description{
    margin-bottom:20px;
    line-height: 1.8
}
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-sub-title{
    font-size:14px;
    margin-top:-20px;
    margin-bottom:20px;
    transition:all .25s ease
}
.elementor-widget-eead-advanced-icon-box-block .eead-icon-heading{
    margin-bottom:20px
}
.elementor-widget-eead-advanced-icon-box-block .eead-icon-heading .eead-advanced-icon-box-title,
.elementor-widget-eead-advanced-icon-box-block .eead-icon-heading .eead-advanced-icon-box-sub-title{
    margin-bottom:0;
    margin-top:0
}
.elementor-widget-eead-advanced-icon-box-block.eead-global-link-yes .eead-advanced-icon-box:hover{ cursor:pointer }
.elementor-widget-eead-advanced-icon-box-block.eead-title-link-yes .eead-advanced-icon-box-title:hover{ cursor:pointer }
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box{ text-align:center }
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-title{ font-weight:700; font-size:1.25rem }
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-title a{ color:inherit }
.elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-description{ margin-bottom:20px }
@media (min-width:768px){
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-left .eead-advanced-icon-box{
        display:flex;
        text-align:left;
        flex-direction:row
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-left .eead-advanced-icon-box-icon{
        flex:0 0 auto
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-right .eead-advanced-icon-box{
        display:flex;
        text-align:right;
        flex-direction:row-reverse
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-right .eead-advanced-icon-box-icon{
        flex:0 0 auto
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-top .eead-advanced-icon-box-img{
        margin:auto
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-position-top .eead-advanced-icon-box-icon{
        display:inline-block
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-vertical-align-top .eead-advanced-icon-box{
        align-items:flex-start
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-vertical-align-middle .eead-advanced-icon-box{
        align-items:center
    }
    .elementor-widget-eead-advanced-icon-box-block.elementor-vertical-align-bottom .eead-advanced-icon-box{
        align-items:flex-end
    }
    .elementor-widget-eead-advanced-icon-box-block .eead-indicator-svg{
        position:absolute;
        left:100%;
        top:0;
        width:150px;
        height:auto;
        transform-origin:center center;transform:translateX(0);
        z-index:10
    }
    .elementor-widget-eead-advanced-icon-box-block .eead-indicator-svg svg{
        height:auto;
        width:100%
    }
}
@media (max-width:767px){
    .elementor-widget-eead-advanced-icon-box-block .eead-advanced-icon-box-icon {
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:15px
    }
    .elementor-widget-eead-advanced-icon-box-block.eead-icon-type-image .eead-icon-wrapper{
        width:auto
    }
}

/* Advanced Heading */
.eead-advanced-heading .eead-heading-title{
    margin:0;
    padding:0
}
.eead-advanced-heading a{
    color:inherit
}
.eead-advanced-heading a:hover{
    color:inherit
}
.eead-advanced-heading .eead-sub-heading,
.eead-advanced-heading .eead-main-heading{
    z-index:1;
    position:relative
}
.eead-advanced-heading .eead-sub-heading{
    display:inline-block;
    line-height:1
}
.eead-advanced-heading .eead-main-heading>.eead-main-heading-inner,
.eead-advanced-heading .eead-main-heading>.eead-mainh-split-text {
    display:inline-flex;
    box-sizing:border-box
}
.eead-advanced-heading .eead-sub-heading-content,
.eead-advanced-heading .eead-main-heading{
    display:inline-block;
    vertical-align:middle
}
.eead-advanced-heading .eead-sub-heading .line,
.eead-advanced-heading .eead-main-heading .line{
    background-color:transparent !important
}
.eead-advanced-heading .eead-sub-heading .line:after,
.eead-advanced-heading .eead-main-heading .line:after{
    content:"";
    background-color:#1e87f0;
    height:2px;
    width:40px;
    display:inline-block;
    vertical-align:middle
}
.eead-advanced-heading .eead-sub-heading .line.eead-button-icon-align-bottom,
.eead-advanced-heading .eead-main-heading .line.eead-button-icon-align-bottom{
    line-height:0;display:block
}
.eead-advanced-heading .eead-advanced-heading-content{
    color:rgba(156,156,156,0.12);
    z-index:0;font-size:60px;
    text-transform:uppercase;
    font-weight:700;
    line-height:1;
    bottom:0;
    width:100%;
    transition:all .3s ease-out;
    position:absolute
}
.eead-advanced-heading .eead-advanced-heading-content>div{
    display:inline-block
}
.eead-ep-main-color-yes .eead-advanced-heading .eead-main-heading>div {
    background-color:transparent;
    background-image:linear-gradient(240deg, #0E83CD 0, #8062d4 100%);
    background-clip:text;
    text-fill-color:transparent;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    color:rgba(255,255,255,0)
}
.eead-ep-advanced-color-yes .eead-advanced-heading .eead-advanced-heading-content>div {
    background-color:transparent;
    background-image:linear-gradient(240deg, #0E83CD 0, #8062d4 100%);
    background-clip:text;
    text-fill-color:transparent;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}

/* Drop Bar Styles */
.eead-dropbar-wrapper .eead-drop-content {
    line-height: 1.4;
}

.eead-dropbar-wrapper .eead-drop-content.uk-card-default {
    background: #f6f6f6;
}


/*Dual Heading Styles*/
.eead-dual-heading .eead-first-text,
.eead-dual-heading .eead-second-text {
    display: inline-block; 
}
.eead-dual-heading {
    margin: 0;
    line-height: 1.3;
}
/*List Icon Style*/
.eead-list-container .eead-icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s; 
}

.eead-list-container .eead-icon-list-icon {
    display: inline-block;
    text-align: center; 
}

.eead-list-container .eead-list-items {
    list-style: none;
    margin: 0;
    padding: 0; 
}

.eead-list-container .eead-list-items li {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}

.eead-list-container .eead-list-items li:after {
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: -5px; 
}

.eead-list-container .eead-list-items li .eead-icon-list-text {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; 
}

.eead-list-container .eead-list-items .fa {
    text-align: center; 
}

.eead-list-container .eead-list-items a {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}

.eead-list-items.eead-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.eead-list-items.eead-inline-items li:not(:last-child) {
    margin-right: 8px; 
}

.eead-icon-right .eead-list-items li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; 
}

.eead-icon-right .eead-icon-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; 
}



/*Logo Grid*/
.eead-elementor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
.eead-elementor-grid .eead-grid-item {
    position: relative; }
.eead-elementor-grid .eead-grid-item-wrap {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }


.eead-logo-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
.eead-logo-grid .eead-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    width: 100%; }
.eead-logo-grid .eead-grid-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
.eead-logo-grid .eead-logo-grid-title {
    margin-bottom: 0; }
.eead-logo-grid .eead-logo-grid-title a {
    color: inherit; }
.eead-logo-grid.grayscale-normal img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.eead-logo-grid.grayscale-normal .eead-grid-item:hover img {
    -webkit-filter: none;
    filter: none; }
.eead-logo-grid.grayscale-hover .eead-grid-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }





.eead-dropbar-button {
    background: #f49f1d;
}


.eead-modal-popup-button {
    background-color: #009dea;
}




/*--------------------------------------------------------------
## Popup Modal
--------------------------------------------------------------*/
.eead-modal-popup-window {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 100% !important; }
.eead-modal-popup-window p:last-child {
    margin-bottom: 0; }
.mfp-content .eead-modal-popup-window {
    display: block; }
.eead-modal-popup-window .mfp-iframe-scaler iframe {
    -webkit-box-shadow: none;
    box-shadow: none; }
.eead-modal-popup-window img.mfp-img {
    padding: 0; }
.eead-modal-popup-window .mfp-close {
    text-align: center;
    line-height: 1;
    padding: 0;
    height: auto;
    width: auto;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s; }

.eead-modal-popup-link {
    cursor: pointer; }

.eead-popup-content {
    overflow: hidden; }

.modal-popup-window-inner {
    position: relative; }

.eead-modal-popup-button {
    cursor: pointer; }

.eead-no-overlay.mfp-bg {
    background: transparent; }

.eead-modal-popup-fullscreen .mfp-container {
    padding: 0; }

.eead-modal-popup-fullscreen .mfp-container .mfp-content,
.eead-modal-popup-fullscreen .mfp-container .eead-modal-popup-window {
    max-width: 100%;
    width: 100%;
    height: 100%; }

.win-top-right .mfp-content,
.win-top-right .eead-modal-popup-window,
.win-top-left .mfp-content,
.win-top-left .eead-modal-popup-window {
    position: static; }

.win-top-left .eead-modal-popup-window .mfp-close,
.box-top-left .eead-modal-popup-window .mfp-close {
    left: 0;
    right: auto; }

.win-top-left .mfp-close,
.win-top-right .mfp-close {
    top: 50px; }

.win-top-left .mfp-close {
    left: 50px; }

.win-top-right .mfp-close {
    right: 20px; }

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-zoom-in .eead-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-zoom-in.mfp-removing .eead-modal-popup-window {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-zoom-out .eead-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.mfp-zoom-out.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-zoom-out.mfp-removing .eead-modal-popup-window {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-move-from-top .mfp-content {
    vertical-align: middle; }
.mfp-move-from-top .eead-modal-popup-window {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%); }
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.mfp-move-from-top.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-move-from-top.mfp-removing .eead-modal-popup-window {
    top: 0;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0; }
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px; }
.mfp-3d-unfold .eead-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg); }
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
.mfp-3d-unfold.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-3d-unfold.mfp-removing .eead-modal-popup-window {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0; }
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-right {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-move-right .eead-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
.mfp-move-right.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.mfp-move-right.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.mfp-move-right.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-move-right.mfp-removing .eead-modal-popup-window {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
.mfp-move-right.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-left {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-move-left .eead-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
.mfp-move-left.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.mfp-move-left.mfp-ready .eead-modal-popup-window {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.mfp-move-left.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-move-left.mfp-removing .eead-modal-popup-window {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
.mfp-move-left.mfp-removing.mfp-bg {
    opacity: 0; }

/*One Page Navigation*/
.eead-one-page-nav-container {
    position: fixed;
    margin-right: 20px;
    right: 0;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
.eead-nav-align-top .eead-one-page-nav-container,
.eead-nav-align-bottom .eead-one-page-nav-container {
    left: 50%;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.eead-nav-align-top .eead-one-page-nav-container {
    top: 0;
    margin-top: 20px; }
.eead-nav-align-bottom .eead-one-page-nav-container {
    bottom: 0;
    margin-bottom: 20px;
    top: auto; }
.eead-nav-align-left .eead-one-page-nav-container {
    left: 0;
    margin-left: 20px;
    right: auto; }
.eead-one-page-nav-container .eead-one-page-nav {
    font-size: 0;
    line-height: 0; }
.eead-one-page-nav-container .eead-one-page-nav,
.eead-one-page-nav-container .eead-one-page-nav-item {
    list-style: none;
    margin: 0;
    padding: 0; }

.eead-nav-align-top .eead-one-page-nav-item,
.eead-nav-align-bottom .eead-one-page-nav-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
.eead-nav-align-top .eead-one-page-nav-item:last-child,
.eead-nav-align-bottom .eead-one-page-nav-item:last-child {
    margin-right: 0 !important; }

.eead-one-page-nav-item {
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
    text-align: center; }
.eead-one-page-nav-item:last-child {
    margin-bottom: 0 !important; }
.eead-one-page-nav-item:hover .eead-nav-dot-tooltip {
    visibility: visible;
    opacity: 1; }
.eead-one-page-nav-item a:focus {
    outline: none; }
.eead-one-page-nav-item .eead-nav-dot {
    display: block; }

.eead-nav-dot-tooltip {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    position: absolute;
    width: 200px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease; }
.eead-nav-dot-tooltip.eead-tooltip-arrow:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    position: absolute;
    right: -5px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''; }

.eead-nav-align-top .eead-nav-dot-tooltip,
.eead-nav-align-bottom .eead-nav-dot-tooltip {
    text-align: center;
    left: -95px; }
.eead-nav-align-top .eead-nav-dot-tooltip.eead-tooltip-arrow:after,
.eead-nav-align-bottom .eead-nav-dot-tooltip.eead-tooltip-arrow:after {
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    content: '';
    top: -10px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    right: auto; }

.eead-nav-align-top .eead-nav-dot-tooltip {
    top: 30px;
    left: 50%;
    transform: translateY(15px) translateX(-50%);
    -webkit-transform: translateY(15px) translateX(-50%); }

.eead-nav-align-top .eead-one-page-nav-item:hover .eead-nav-dot-tooltip {
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%); }

.eead-nav-align-bottom .eead-nav-dot-tooltip {
    bottom: 30px;
    left: 50%;
    transform: translateY(-15px) translateX(-50%);
    -webkit-transform: translateY(-15px) translateX(-50%); }
.eead-nav-align-bottom .eead-nav-dot-tooltip.eead-tooltip-arrow:after {
    border-top: 5px solid;
    border-bottom: 5px solid transparent;
    bottom: -10px;
    top: auto; }

.eead-nav-align-bottom .eead-one-page-nav-item:hover .eead-nav-dot-tooltip {
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%); }

.eead-nav-align-right .eead-nav-dot-tooltip {
    right: 40px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
    -webkit-transform: translateY(-50%) translateX(-15px); }

.eead-nav-align-right .eead-one-page-nav-item:hover .eead-nav-dot-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0); }

.eead-nav-align-left .eead-nav-dot-tooltip {
    left: 40px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%) translateX(15px);
    -webkit-transform: translateY(-50%) translateX(15px); }
.eead-nav-align-left .eead-nav-dot-tooltip.eead-tooltip-arrow:after {
    border-right: 5px solid;
    border-left: 5px solid transparent;
    left: -10px;
    right: auto; }

.eead-nav-align-left .eead-one-page-nav-item:hover .eead-nav-dot-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0); }

.eead-nav-dot-tooltip-content {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

.eead-nav-dot {
    color: #000;
    display: block;
    font-size: 10px;
    line-height: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease; }

.eead-nav-dot-wrap {
    display: block;
    -webkit-transition: all 0.3s ease, border 0.3s ease;
    transition: all 0.3s ease, border 0.3s ease; }

.admin-bar .eead-nav-align-top .eead-one-page-nav-container {
    top: 32px; }

/*Link Effect CSS*/
.eead-link {
    display: inline-block;
    position: relative; }

.eead-link-effect-1:after {
    background: #000;
    position: absolute;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: height 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: height 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: height 0.25s, opacity 0.25s, transform 0.25s;
    transition: height 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
    width: 100%; }

.eead-link-effect-1:hover:after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.eead-link-effect-2:after {
    background: #000;
    position: absolute;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: height 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: height 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: height 0.25s, opacity 0.25s, transform 0.25s;
    transition: height 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
    width: 100%; }

.eead-link-effect-2:hover:after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Effect 3 */
.eead-link-effect-3:before,
.eead-link-effect-3:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s; }

.eead-link-effect-3:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

.eead-link-effect-3:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

.eead-link-effect-3:hover:before,
.eead-link-effect-3:hover:after,
.eead-link-effect-3:focus:before,
.eead-link-effect-3:focus:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

/* Effect 4 */
.eead-link-effect-4 {
    -webkit-perspective: 1000px;
    perspective: 1000px; }
.eead-link-effect-4 span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #2195de;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
.eead-link-effect-4 span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    text-align: center;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }

.eead-link-effect-4:hover span,
.eead-link-effect-4:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px); }

.eead-link-effect-4:hover span:before,
.eead-link-effect-4:focus span:before {
    background: #28a2ee; }

/* Effect 5: same word slide in */
.eead-link-effect-5 {
    display: inline-block;
    overflow: hidden;
    padding: 0 4px; }
.eead-link-effect-5 span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.eead-link-effect-5 span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.eead-link-effect-5:hover span,
.eead-link-effect-5:focus span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

/* Effect 6: same word slide in and border bottom */
.eead-link-effect-6 {
    margin: 0 10px;
    padding: 10px 20px; }
.eead-link-effect-6:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: top 0.3s;
    transition: top 0.3s; }
.eead-link-effect-6:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }

.eead-link-effect-6:hover::before {
    top: 100%;
    opacity: 1; }

.eead-link-effect-6:hover::after {
    height: 100%; }

/* Effect 7: second border slides up */
.eead-link-effect-7 {
    padding: 12px 10px 10px;
    color: #566473;
    text-shadow: none;
    font-weight: 700; }
.eead-link-effect-7:before, .eead-link-effect-7:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
.eead-link-effect-7:after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.eead-link-effect-7:hover::before,
.eead-link-effect-7:hover::after,
.eead-link-effect-7:focus::before,
.eead-link-effect-7:focus::after {
    -webkit-transform: scale(1);
    transform: scale(1); }

.eead-link-effect-7:hover::after,
.eead-link-effect-7:focus::after {
    top: 0%;
    opacity: 1; }

/* Effect 8: border slight translate */
.eead-link-effect-8 {
    padding: 10px 20px; }
.eead-link-effect-8:before, .eead-link-effect-8:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #354856;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
.eead-link-effect-8:after {
    border-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px); }

.eead-link-effect-8:hover:before,
.eead-link-effect-8:focus:before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px); }

.eead-link-effect-8:hover:after,
.eead-link-effect-8:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px); }

/* Effect 9: second text and borders */
.eead-link-effect-9 {
    display: inline-block;
    margin: 0 20px;
    padding: 18px 20px; }
.eead-link-effect-9:before, .eead-link-effect-9:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s; }
.eead-link-effect-9:after {
    top: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.eead-link-effect-9 span:first-child {
    z-index: 2;
    display: block;
    font-weight: 300; }
.eead-link-effect-9 span:last-child {
    z-index: 1;
    display: block;
    padding: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
    text-transform: none;
    font-style: italic;
    font-size: 0.75em;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
.eead-link-effect-9:hover:before, .eead-link-effect-9:focus:before {
    height: 6px; }
.eead-link-effect-9:hover:before, .eead-link-effect-9:hover:after, .eead-link-effect-9:focus:before, .eead-link-effect-9:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
.eead-link-effect-9:hover span:last-child,
.eead-link-effect-9:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

/* Effect 10: reveal, push out */
.eead-link-effect-10 {
    display: inline-block;
    overflow: hidden;
    margin: 0 15px; }
.eead-link-effect-10 span {
    display: block;
    background: #0f7c67;
    padding: 8px 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.eead-link-effect-10:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #0f7c67;
    content: attr(data-hover);
    padding: 8px 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-50%); }
.eead-link-effect-10:hover span,
.eead-link-effect-10:focus span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
.eead-link-effect-10:hover:before, .eead-link-effect-10:focus:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 1; }

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.eead-link-effect-11 {
    padding: 10px 0;
    border-top: 2px solid #0972b4;
    color: #0972b4;
    text-shadow: none;
    overflow: hidden; }

.eead-link-effect-11:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 100%;
    border-bottom: 2px solid #fff;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition:  0.5s;
    transition:  0.5s;
    left: -100%;
}

.eead-link-effect-11:hover:before, .eead-link-effect-11:focus:before {
    left: 0%;
}
.eead-link-effect-11 span {
    -webkit-transition:  0.5s;
    transition: 0.5s ;
}
.eead-link-effect-11:hover span {
    opacity: 0;
    visibility: hidden;
}

/* Effect 12: circle */
.eead-link-effect-12:before, .eead-link-effect-12:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2); }

.eead-link-effect-12:after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8); }

.eead-link-effect-12:hover:before, .eead-link-effect-12:hover:after, .eead-link-effect-12:focus:before, .eead-link-effect-12:focus:after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1); }

/* Effect 13: three circles */
.eead-link-effect-13 {
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.eead-link-effect-13:before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '\2022';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none; }
.eead-link-effect-13:hover:before, .eead-link-effect-13:focus:before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff; }
.eead-link-effect-13:hover, .eead-link-effect-13:focus {
    color: #ba7700; }

/* Effect 14: border switch */
.eead-link-effect-14 {
    display: inline-block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px; }
.eead-link-effect-14:before, .eead-link-effect-14:after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none; }
.eead-link-effect-14:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
.eead-link-effect-14:after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
.eead-link-effect-14:hover:before, .eead-link-effect-14:hover:after, .eead-link-effect-14:focus:before, .eead-link-effect-14:focus:after {
    opacity: 1; }
.eead-link-effect-14:hover:before, .eead-link-effect-14:focus:before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%); }
.eead-link-effect-14:hover:after, .eead-link-effect-14:focus:after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%); }

/* Effect 15: scale down, reveal */
.eead-link-effect-15 {
    display: inline-block;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-shadow: none; }
.eead-link-effect-15:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
.eead-link-effect-15:hover:before, .eead-link-effect-15:focus:before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }

/* Effect 16: fall down */
.eead-link-effect-16 {
    display: inline-block;
    color: #6f8686;
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3); }
.eead-link-effect-16:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
.eead-link-effect-16:hover:before, .eead-link-effect-16:focus:before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1; }

/* Effect 17: move up fade out, push border */
.eead-link-effect-17 {
    display: inline-block;
    color: #10649b;
    text-shadow: none;
    padding: 10px 0; }
.eead-link-effect-17:before {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
.eead-link-effect-17:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
.eead-link-effect-17:hover:before, .eead-link-effect-17:focus:before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
.eead-link-effect-17:hover:after, .eead-link-effect-17:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

/* Effect 18: cross */
.eead-link-effect-18 {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 5px;
    color: #000;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.eead-link-effect-18:before, .eead-link-effect-18:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #000;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
.eead-link-effect-18:before {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
.eead-link-effect-18:after {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
.eead-link-effect-18:hover, .eead-link-effect-18:focus {
    color: #000; }
.eead-link-effect-18:hover:before, .eead-link-effect-18:hover:after, .eead-link-effect-18:focus:before, .eead-link-effect-18:focus:after {
    opacity: 0.7; }
.eead-link-effect-18:hover:before, .eead-link-effect-18:focus:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.eead-link-effect-18:hover:after, .eead-link-effect-18:focus:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* Effect 19: 3D side */
.eead-link-effect-19 {
    display: inline-block;
    line-height: 2em;
    -webkit-perspective: 800px;
    perspective: 800px;
    width: 200px; }
.eead-link-effect-19 span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    background: #e35041;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -webkit-transition: background 0.4s, -webkit-transform 0.4s;
    transition: background 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s, -webkit-transform 0.4s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px; }
.eead-link-effect-19 span:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #b53a2d;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none; }
.eead-link-effect-19:hover span,
.eead-link-effect-19:focus span {
    background: #b53a2d;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
.eead-link-effect-19:hover span:before,
.eead-link-effect-19:focus span:before {
    background: #ef5e50; }

/* Effect 20: 3D side */
.eead-link-effect-20 {
    display: inline-block;
    line-height: 2em;
    -webkit-perspective: 800px;
    perspective: 800px; }
.eead-link-effect-20 span {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 3px 15px 0;
    background: #587285;
    -webkit-box-shadow: inset 0 3px #2f4351;
    box-shadow: inset 0 3px #2f4351;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
.eead-link-effect-20 span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #2f4351;
    content: attr(data-hover);
    -webkit-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none; }
.eead-link-effect-20:hover span,
.eead-link-effect-20:focus span {
    background: #2f4351; }
.eead-link-effect-20:hover span::before,
.eead-link-effect-20:focus span::before {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg); }

/* Effect 21: borders slight translate */
.eead-link-effect-21 {
    display: inline-block;
    padding: 10px;
    color: #237546;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.eead-link-effect-21:before, .eead-link-effect-21:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.eead-link-effect-21:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.eead-link-effect-21:after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
.eead-link-effect-21:hover, .eead-link-effect-21:focus {
    color: #fff; }
.eead-link-effect-21:hover:before, .eead-link-effect-21:focus:before, .eead-link-effect-21:hover:after, .eead-link-effect-21:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

/*Flip Box Styles*/
.eead-flip-box {
    height:280px;position:relative;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d
}
.eead-flip-box .elementor-icon {
    color:#fff
}
.eead-flip-box .elementor-icon svg * {
    fill:#fff
}
.eead-flip-box .elementor-view-framed .elementor-icon {
    color:#fff;border-color:#fff
}
.eead-flip-box .elementor-view-stacked .elementor-icon {
    color:#fff;background-color:rgba(0,0,0,0.5)
}
.eead-flip-box .elementor-icon-wrapper {
    margin-bottom:20px
}
.eead-flip-box-front {
    background-color:#2e4256;
}
.eead-flip-box-back {
    background-color:#424242;
    display:block
}
.eead-flip-box-layer {
    position:absolute;width:100%;height:100%;transition:all .6s ease-in-out
}
.eead-flip-box-layer-overlay {
    display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:35px
}
.eead-flip-box-layer-title {
    font-size:21px;line-height:1;font-weight:600;color:#fff
}
.eead-flip-box-layer-title:not(:last-child) {
    margin:0 0 20px 0;padding:0
}
.eead-flip-box-layer-desc {
    font-size:14px;color:#e5e5e5
}
.eead-flip-box-layer-desc:not(:last-child) {
    margin:0 0 20px 0;padding:0
}
.eead-flip-box-image {
    margin:0 0 20px 0;display:inline-block;width:100%
}
.eead-flip-box-image img {
    width:50%;display:inline-block
}
.eead-flip-box-3d-yes .eead-flip-box-layer-inner {
    transform:translateZ(90px) scale(.91)
}
.eead-flip-box-3d-yes .eead-flip-box-layer-overlay {
    -webkit-transform-style:preserve-3d;transform-style:preserve-3d;transform:translateZ(.1px);-webkit-backface-visibility:hidden;backface-visibility:hidden
}
.eead-flip-box-effect-flip .eead-flip-box {
    perspective:1000px;transform-style:preserve-3d
}
.eead-flip-box-effect-flip .eead-flip-box:hover .eead-flip-box-back {
    transform:none
}
.eead-flip-box-effect-flip .eead-flip-box-layer {
    transform-style:preserve-3d;backface-visibility:hidden
}
.eead-flip-box-effect-flip .eead-flip-box-front {
    transform:none;z-index:1
}
.eead-flip-box-effect-flip.eead-flip-box-direction-right .eead-flip-box-back {
    transform:rotateX(0) rotateY(-180deg)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-right .eead-flip-box:hover .eead-flip-box-front {
    transform:rotateX(0) rotateY(180deg)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-left .eead-flip-box-back {
    transform:rotateX(0) rotateY(180deg)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-left .eead-flip-box:hover .eead-flip-box-front {
    transform:rotateX(0) rotateY(-180deg)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-up .eead-flip-box-back {
    transform:rotateX(-180deg) rotateY(0)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-up .eead-flip-box:hover .eead-flip-box-front {
    transform:rotateX(180deg) rotateY(0)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-down .eead-flip-box-back {
    transform:rotateX(180deg) rotateY(0)
}
.eead-flip-box-effect-flip.eead-flip-box-direction-down .eead-flip-box:hover .eead-flip-box-front {
    transform:rotateX(-180deg) rotateY(0)
}
.eead-flip-box-effect-push .eead-flip-box-front {
    transform:none
}
.eead-flip-box-effect-push .eead-flip-box {
    overflow:hidden
}
.eead-flip-box-effect-push .eead-flip-box:hover .eead-flip-box-back {
    transform:none
}
.eead-flip-box-effect-push.eead-flip-box-direction-right .eead-flip-box:hover .eead-flip-box-front {
    transform:translateX(100%) translateY(0)
}
.eead-flip-box-effect-push.eead-flip-box-direction-right .eead-flip-box-back {
    transform:translateX(-100%) translateY(0)
}
.eead-flip-box-effect-push.eead-flip-box-direction-left .eead-flip-box:hover .eead-flip-box-front {
    transform:translateX(-100%) translateY(0)
}
.eead-flip-box-effect-push.eead-flip-box-direction-left .eead-flip-box-back {
    transform:translateX(100%) translateY(0)
}
.eead-flip-box-effect-push.eead-flip-box-direction-up .eead-flip-box:hover .eead-flip-box-front {
    transform:translateX(0) translateY(-100%)
}
.eead-flip-box-effect-push.eead-flip-box-direction-up .eead-flip-box-back {
    transform:translateX(0) translateY(100%)
}
.eead-flip-box-effect-push.eead-flip-box-direction-down .eead-flip-box:hover .eead-flip-box-front {
    transform:translateX(0) translateY(100%)
}
.eead-flip-box-effect-push.eead-flip-box-direction-down .eead-flip-box-back {
    transform:translateX(0) translateY(-100%)
}
.eead-flip-box-effect-slide .eead-flip-box {
    overflow:hidden
}
.eead-flip-box-effect-slide .eead-flip-box:hover .eead-flip-box-back {
    transform:none
}
.eead-flip-box-effect-slide.eead-flip-box-direction-right .eead-flip-box-back {
    transform:translateX(-100%) translateY(0)
}
.eead-flip-box-effect-slide.eead-flip-box-direction-left .eead-flip-box-back {
    transform:translateX(100%) translateY(0)
}
.eead-flip-box-effect-slide.eead-flip-box-direction-up .eead-flip-box-back {
    transform:translateX(0) translateY(100%)
}
.eead-flip-box-effect-slide.eead-flip-box-direction-down .eead-flip-box-back {
    transform:translateX(0) translateY(-100%)
}
.eead-flip-box-effect-zoom-out .eead-flip-box .eead-flip-box-front {
    transition:transform .7s,opacity .35s,width .1ms;opacity:1;transform:scale(1);z-index:1;width:100%
}
.eead-flip-box-effect-zoom-out .eead-flip-box:hover .eead-flip-box-front {
    width:0;opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s
}
.eead-flip-box-effect-zoom-in .eead-flip-box .eead-flip-box-back {
    transition:transform .7s,opacity .5s .2s;opacity:0;transform:scale(.7)
}
.eead-flip-box-effect-zoom-in .eead-flip-box:hover .eead-flip-box-back {
    transition:transform .7s,opacity .5s;opacity:1;transform:scale(1)
}
.eead-flip-box-effect-fade .eead-flip-box .eead-flip-box-back {
    opacity:0
}
.eead-flip-box-effect-fade .eead-flip-box:hover .eead-flip-box-back {
    opacity:1
}
.elementor-widget-eead-flip-box.eead-flip-box-flipped .elementor-widget-container .eead-flip-box-front {
    display:none
}
.elementor-widget-eead-flip-box.eead-flip-box-flipped .elementor-widget-container .eead-flip-box-back {
    transform:none;opacity:1
}
@media (max-device-width:1024px) {
    .eead-flip-box {
        cursor:pointer
    }
}

/*Animated Heading*/
.morphext > .animated {
    display: inline-block;
}

/*Dual Heading*/
.eead-dual-heading span.eead-first-text.eead-clipped,
.eead-dual-heading span.eead-second-text.eead-clipped {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/*Testimonial Slider*/
.eead-testimonial-slider .owl-nav button.owl-prev,
.eead-testimonial-slider .owl-nav button.owl-next {
    background: #ffc000;
    color: #fff;
}

.eead-testimonial-block .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #ffc000;
    color: #fff;
}

.eead-testimonial-block .owl-dots {
    margin-top: 10px;
}

/*Portfolio Block*/
.eead-portfolio-section .owl-nav button {
    position: absolute;
    background: #333 !important;
    color: #fff !important;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 32px;
}

.eead-portfolio-section .owl-nav button.owl-prev {
    left: 0;
}
.eead-portfolio-section .owl-nav button.owl-next {
    right: 0;
}

.eead-portfolio-section .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #ffc000;
    color: #fff;
}

/*Logo Carousel*/ 
.eead-logo-carousel.style3 {
    padding: 0px;
    padding-top: 40px;
}
.eead-logo-carousel.style3.eead-grayscale .owl-item:not(.center) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.eead-logo-carousel.style3 .owl-stage{ 
    display: flex;
    align-items: center;
}

/*Slider Home*/
.eead-home-slider-section.eead-arrow-inside .owl-nav button.owl-prev {
    left: 0;
}
.eead-home-slider-section.eead-arrow-inside .owl-nav button.owl-next {
    right: 0;
}

/*Pie Chart*/
.eead-pie-chart-container,
.eead-bar-chart-container{
    position:relative;
    height:400px;
    max-width:100%;
}
.eead-pie-chart-title-container .eead-pie-chart-title{
    display:block;
    margin:0;
    padding:0;
    text-align:center;
}

/* Popup Modal Micromodal */
.eead-popup-modal-overlay.modal__overlay {
    z-index: 9999 !important;
}
.eead-popup-modal-close.modal__close,
.eead-popup-modal-close.modal__close:hover {
    background: transparent;
}
.eead-popup-modal-container.mCustomScrollbar .mCSB_draggerRail {
    display: none;
}

/* Countdown Styles*/
.eead-countdown-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.eead-countdown-items > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    position: relative;
}

.eead-countdown-item > div {
    text-align: center;
    padding: 20px;
}

.eead-countdown-digits {
    font-size: 54px;
    line-height: 1;
}

.eead-countdown-label {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.eead-countdown-show-separator.eead-countdown-separator-solid .eead-countdown-digits::after {
    content: "|";
    position: absolute;
    left: 98%;
    z-index: 1;
}

.eead-countdown-show-separator.eead-countdown-separator-dotted .eead-countdown-digits::after {
    content: ":";
    position: absolute;
    left: 98%;
    z-index: 1;
}

.eead-countdown-item:last-child .eead-countdown-digits::after {
    display: none;
}

/*--- Style 1 ---*/

.eead-countdown-items.style-1 .eead-countdown-item > div {
    background: #262625;
}

@media all and (min-width: 1025px) {
    .eead-countdown-label-block .eead-countdown-digits,
    .eead-countdown-label-block .eead-countdown-label {
        display: block;
        text-align: center;
    }
}

@media all and (max-width: 1025px) {
    .eead-countdown-label-inline-tablet .eead-countdown-digits,
    .eead-countdown-label-inline-tablet .eead-countdown-label {
        display: inline-block !important;
    }

    .eead-countdown-label-block-tablet .eead-countdown-digits,
    .eead-countdown-label-block-tablet .eead-countdown-label {
        display: block !important;
    }
}

@media all and (max-width: 767px) {
    .eead-countdown-label-inline-mobile .eead-countdown-digits,
    .eead-countdown-label-inline-mobile .eead-countdown-label {
        display: inline-block !important;
    }

    .eead-countdown-label-block-mobile .eead-countdown-digits,
    .eead-countdown-label-block-mobile .eead-countdown-label {
        display: block !important;
    }
}


/* Image Accordion */
.eead-img-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
}
.eead-img-accordion.accordion-direction-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.eead-img-accordion .eead-image-accordion-hover {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-box-flex 0.4s;
    transition: -webkit-box-flex 0.4s;
    -o-transition: flex 0.4s;
    transition: flex 0.4s;
    transition: flex 0.4s, -webkit-box-flex 0.4s, -ms-flex 0.4s;
    overflow: hidden;
    cursor: pointer;
}
.eead-grow-accordion {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.eead-img-accordion .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.eead-img-accordion-horizontal-align-left .overlay {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.eead-img-accordion-horizontal-align-center .overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.eead-img-accordion-horizontal-align-right .overlay {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.eead-img-accordion-vertical-align-top .overlay {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.eead-img-accordion-vertical-align-center .overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.eead-img-accordion-vertical-align-bottom .overlay {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.eead-img-accordion .overlay .overlay-inner {
    z-index: 1;
}
.eead-img-accordion .eead-image-accordion-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.eead-img-accordion .eead-image-accordion-hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.eead-img-accordion .eead-image-accordion-hover:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.eead-img-accordion .overlay-inner * {
    visibility: hidden;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.eead-img-accordion .overlay h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}
.eead-img-accordion .overlay p {
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.eead-img-accordion .eead-image-accordion-hover.overlay-active .overlay-inner *,
.eead-img-accordion .overlay-inner-show * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
@media screen and (max-width: 800px) {
    .eead-img-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .eead-img-accordion .eead-image-accordion-hover:hover {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .eead-img-accordion .eead-image-accordion-hover:hover .overlay {
        background-color: transparent;
    }
}
.rtl .eead-img-accordion {
    direction: ltr;
}

/* Feature List Widget Styles */
.eead-feature-list-main-wrapper .eead-feature-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item {
    position: relative;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box {
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
    .eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon-inner {
    background-color: #515151;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
    .eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon-inner {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon {
    padding: 0.5em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 30px;
    line-height: 1;
    color: #515151;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
    .eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon svg, .eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon svg:before, .eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-icon-box .eead-feature-list-img {
    font-size: 8px;
    line-height: 1;
    max-width: inherit;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-content-box {
    margin: 0 0 0 20px;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-content-box .eead-feature-list-title {
    margin-top: -2px;
    line-height: 1.5em;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-content-box .eead-feature-list-content {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}
.eead-feature-list-main-wrapper .eead-feature-list-items .eead-feature-list-item .eead-feature-list-content-box .eead-feature-list-subtitle {
    font-size: 13px;
    line-height: 1.5;   
    padding-bottom: 10px;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.stacked .eead-feature-list-icon-box .eead-feature-list-icon {
    color: #fff;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.framed .eead-feature-list-icon-box .eead-feature-list-icon {
    background-color: #fff;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.circle .eead-feature-list-icon-box .eead-feature-list-icon-inner {
    border-radius: 50%;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.circle .eead-feature-list-icon-box .eead-feature-list-icon-inner .eead-feature-list-icon {
    border-radius: 50%;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.rhombus .eead-feature-list-icon-box .eead-feature-list-icon-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 15px;
}
.eead-feature-list-main-wrapper .eead-feature-list-items.rhombus .eead-feature-list-icon-box .eead-feature-list-icon i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.eead-feature-list-main-wrapper .eead-feature-list-items.rhombus .eead-feature-list-icon-box .eead-feature-list-icon img {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.eead-feature-list-main-wrapper .eead-feature-list-items.rhombus .eead-feature-list-content-box .eead-feature-list-title {
    margin-top: 15px;
}
@media all and (min-width: 1025px) {
    .eead-feature-list-main-wrapper .-icon-position-left .eead-feature-list-content-box {
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .eead-feature-list-main-wrapper .-icon-position-right .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .eead-feature-list-main-wrapper .-icon-position-top .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .eead-feature-list-main-wrapper .-icon-position-left .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-icon-position-right .eead-feature-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .eead-feature-list-main-wrapper .-icon-position-left .eead-feature-list-item {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .eead-feature-list-main-wrapper .-icon-position-right .eead-feature-list-item {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media all and (max-width: 1024px) {
    .eead-feature-list-main-wrapper .-tablet-icon-position-left .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-tablet-icon-position-right .eead-feature-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .eead-feature-list-main-wrapper .-tablet-icon-position-left .eead-feature-list-item {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .eead-feature-list-main-wrapper .-tablet-icon-position-right .eead-feature-list-item {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-left .eead-feature-list-content-box {
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-top .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-right .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 767px) {
    .eead-feature-list-main-wrapper .-icon-position-left .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-icon-position-right .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-tablet-icon-position-left .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-tablet-icon-position-right .eead-feature-list-item {
        display: block;
        text-align: left;
    }
    .eead-feature-list-main-wrapper .-mobile-icon-position-left .eead-feature-list-item,
    .eead-feature-list-main-wrapper .-mobile-icon-position-right .eead-feature-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .eead-feature-list-main-wrapper .-mobile-icon-position-left .eead-feature-list-item {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .eead-feature-list-main-wrapper .-mobile-icon-position-right .eead-feature-list-item {
        text-align: right !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eead-feature-list-content-box {
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eead-feature-list-content-box,
    .eead-feature-list-main-wrapper .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eead-feature-list-content-box {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.rtl .eead-feature-list-main-wrapper .-icon-position-left .eead-feature-list-item,
.rtl .eead-feature-list-main-wrapper .-icon-position-right .eead-feature-list-item {
    direction: ltr;
}

/* Sticky Video */
.eead-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    cursor: pointer;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    overflow: hidden;
}

.eead-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 90px;
    color: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* Plyr CSS Started  */

.plyr__controls button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.plyr__controls button:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.plyr__controls {
    display: none !important;
}

/* Plyr CSS Ended */

.eead-sticky-video-wrapper {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 0px;
    padding: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    overflow: hidden;
}

.eead-sticky-video-player2 {
    min-height: 20px;
    overflow: visible;
}

.eead-sticky-video-player2.out {
    position: fixed;
    z-index: 999;
    border: 0 !important;
    border-radius: 0px !important;
    height: 200px;
    width: 300px;
}

.eead-sticky-video-wrapper.out .eead-sticky-video-player2,
.eead-sticky-video-wrapper.out .eead-sticky-video-player {
    border-radius: 0px !important;
}

.eead-sticky-video-player2.in {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: 0;
    line-height: 1;
}

.owp-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.owp-play i {
    font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.eead-sticky-video-player:hover .owp-play i {
    opacity: 1;
}

/* === Close Icon === */

.eead-sticky-player-close {
    position: absolute;
    right: -25px;
    top: -36px;
    display: none;
    padding: 7px;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
}

.eead-sticky-player-close:hover {
    color: #009900;
}

.eead-sticky-player-close:before,
.eead-sticky-player-close:after {
    position: absolute;
    left: 15px;
    background-color: #333;
}

.eead-sticky-player-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eead-sticky-player-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* For Box Shadow issue in astra bar */

.plyr__progress input[type=range]::-webkit-slider-runnable-track,
.plyr__volume input[type=range]::-webkit-slider-runnable-track {
    -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.plyr__progress input[type=range]::-moz-range-track,
.plyr__volume input[type=range]::-moz-range-track {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}


/* Step Flow Styles CSS */
.eead-step-flow{--eead-stepflow-direction-origin-x:calc(-1*((var(--eead-stepflow-icon-size,46px)/2) + var(--eead-stepflow-icon-padding,40px) + var(--eead-stepflow-direction-offset-x,20px)))}
.eead-step-flow>.elementor-widget-container{padding:25px;text-align:center}
.eead-step-arrow,.eead-step-arrow:after{position:absolute;display:inline-block;border-top:1px solid #ddd}
.eead-step-arrow{left:calc(100% + 20px);-webkit-transform:rotate(var(--eead-stepflow-direction-angle,0));-ms-transform:rotate(var(--eead-stepflow-direction-angle,0));transform:rotate(var(--eead-stepflow-direction-angle,0));-webkit-transform-origin:var(--eead-stepflow-direction-origin-x) center;-ms-transform-origin:var(--eead-stepflow-direction-origin-x) center;transform-origin:var(--eead-stepflow-direction-origin-x) center;top:49%;width:100px}
.eead-step-arrow:after{top:-2px;right:5px;width:12px;height:12px;border-right:1px solid #ddd;color:#ddd;content:"";-webkit-transform:rotate(45deg) translateY(-50%);-ms-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}
.eead-steps-icon{position:relative;display:inline-block;margin-bottom:2rem;padding:40px;border-radius:50%;background-color:#e9ecf0;color:#8056ee;text-align:center;font-size:46px}
.eead-steps-icon i,.eead-steps-icon svg{position:relative;display:block;width:1em;height:1em;fill:currentColor}
.eead-steps-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.eead-steps-icon .eead-steps-label{position:absolute;top:5px;right:0;overflow:hidden;padding:8px 10px;max-width:200%;border:3px solid #fff;border-radius:20px;background-color:#8056ee;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1}
.eead-steps-title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:16px}
.eead-steps-title a{display:block;color:#562dd4}
.eead-steps-title a:hover{color:#242424}
.eead-step-description{margin:0;color:#616161;font-weight:400;font-size:16px;line-height:1.5}
.eead-step-flow-readmore {
    display: inline-block;
}

/* Threesixty Image CSS */
.eead-threesixty-rotation-inner{overflow:hidden;}
.eead-threesixty-rotation-inner img{cursor:move;-o-object-fit:cover;object-fit:cover}
.eead-img-magnifier-glass{position:absolute;width:200px;height:200px;border:3px solid #000;border-radius:50%;cursor:none}
span.eead-threesixty-rotation-magnify{position:absolute;top:15px;right:15px;display:inline-block;font-size:22px;line-height:1}
.eead-threesixty-rotation-autoplay{display:none}
.eead-threesixty-rotation-autoplay-button button{display:inline-block;padding:.4rem 2rem;outline:none;border-radius:40px;background-color:#8b49e2;color:#fff;text-decoration:none;text-transform:uppercase;font-size:24px;-webkit-transition:all .3s;transition:all .3s}
.eead-threesixty-rotation-autoplay-button button:focus{outline:none}
.eead-threesixty-rotation-autoplay-button button:hover{outline:none;background-color:#a96bfcf0;color:#fff}
.eead-threesixty-rotation-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin:auto;width:100px;height:100px;border-radius:50%;background-color:rgba(38,39,39,.5);background-position:50% 50%;background-size:contain;background-repeat:no-repeat;box-shadow:rgba(255,255,255,.5) 0 0 4px;color:#505050;text-align:center;line-height:100px;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}

/* Popup Video CSS */
.eead-popup-video-wrap .eead-video-popup {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background-color: #da3175;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.eead-popup-video-wrap .eead-video-popup.eead_icon_button {
    padding: 10px;
}
.eead-popup-video-wrap .eead-video-popup svg {
    max-width: 40px;
    height: auto;
    vertical-align: middle;
}
.eead-popup-video-wrap .eead-video-popup.fill-btn {
    width: 100px;
    height: 100px;
    line-height: 104px;
    background-color: #fff;
    -webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.15);
}
.eead-popup-video-wrap .eead-video-popup.text-btn {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    text-decoration: underline;
}
.eead-popup-video-wrap .eead-video-popup.square-btn {
    height: 156px;
    line-height: 156px;
    width: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, 0.3);
    padding: 0 69px;
}
.eead-popup-video-wrap .eead-video-popup.square-btn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.eead-popup-video-wrap .ripple-btn {
    position: relative;
}
.eead-popup-video-wrap .ripple-btn::after,
.eead-popup-video-wrap .ripple-btn::before,
.eead-popup-video-wrap .ripple-btn > i::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: ripple-effect 3s infinite;
    animation: ripple-effect 3s infinite;
    opacity: 0.6;
    z-index: -1;
}
.eead-popup-video-wrap .ripple-btn::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.eead-popup-video-wrap .ripple-btn::after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes ripple-effect {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
@keyframes ripple-effect {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}

/* Offcanvas Header CSS */
.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 1002;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    cursor: url(../img/cross-out.svg), pointer;
    background-color: rgba(0, 0, 0, 0.9);
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group .ekit-overlay {
    left: auto;
    right: 100%;
}
.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
    padding: 20px;
    float: right;
}
.ekit-wid-con .ekit-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-widget {
    left: -100%;
    right: auto;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
    opacity: 1;
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
    left: auto;
    right: 0;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
    left: 0;
    right: auto;
}
.ekit-wid-con .ekit_sidebar-textwidget {
    padding: 20px;
    padding-top: 60px;
}
.ekit-wid-con .ekit_close-side-widget {
    position: absolute;
    color: #1768dd;
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 1;
    padding: 4px 7px 5px 7px;
    border: 1px solid #ccc;
    z-index: 1;
    background-color: #fff;
    top: 15px;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ekit-wid-con .ekit_close-side-widget svg {
    width: 100%;
    max-width: 20px;
    height: auto;
    vertical-align: middle;
}
.ekit-wid-con .ekit_sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ekit-wid-con .ekit_navSidebar-button {
    display: inline-block;
    line-height: 1;
}
.ekit-wid-con .ekit_offcanvas-sidebar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ekit-wid-con .ekit_offcanvas-sidebar svg {
    width: 100%;
    max-width: 20px;
    height: auto;
    vertical-align: middle;
}

/*Twitter Feed Carousel*/
.eead-twitter-feed::before, .eead-twitter-feed::after {
    content: "";
    clear: both;
}

.eead-twitter-feed-item .eead-twitter-feed-item-inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.eead-twitter-feed-item .eead-twitter-feed-item-inner .eead-twitter-feed-item-avatar.avatar-circle img {
    border-radius: 50%;
}

.eead-twitter-feed-item a {
    color: #0088cc;
    text-decoration: none;
}

.eead-twitter-feed-item a:hover {
    outline: 0;
    color: #005580;
}

.eead-twitter-feed-item a:focus {
    outline: none;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header {
    padding: 20px 15px 0;
    margin-bottom: 10px;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-avatar {
    float: left;
    width: 38px;
    margin-right: 10px;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-avatar img {
    max-width: initial;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-avatar.avatar-circle img {
    border-radius: 50%;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-meta {
    float: left;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-meta .eead-twitter-feed-item-icon {
    color: #1da1f2;
    margin-right: 5px;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-meta .eead-twitter-feed-item-author {
    color: #444;
    line-height: 1.5em;
    font-weight: 700;
}

.eead-twitter-feed-item .eead-twitter-feed-item-header .eead-twitter-feed-item-date {
    float: right;
    margin-right: 10px;
    font-size: 90%;
    color: #999999;
}

.eead-twitter-feed-item .eead-twitter-feed-item-content {
    padding: 0 15px 15px;
}

.eead-twitter-feed-item .eead-twitter-feed-item-content p {
    color: #666666;
    margin: 0 0 5px;
    min-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.eead-twitter-feed-item-style-three .eead-twitter-feed-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
}

.eead-twitter-feed-item-style-three .eead-twitter-feed-item-inner .eead-twitter-feed-item-content,
.eead-twitter-feed-item-style-three .eead-twitter-feed-item-inner .eead-twitter-feed-item-header {
    padding: 0;
}

.eead-twitter-feed-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.eead-twitter-feed-carousel .owl-dots span {
    display: block;
    background: transparent;
    border: 2px solid #009dea;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-twitter-feed-carousel .owl-dots .owl-dot:hover span,
.eead-twitter-feed-carousel .owl-dots .owl-dot.active span {
    background: #009dea;
}
.eead-twitter-feed-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.eead-twitter-feed-carousel .owl-nav button.owl-prev,
.eead-twitter-feed-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    font-size: 34px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: -30px;
    background: #f78639;
    color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.eead-twitter-feed-carousel .owl-nav button.owl-next {
    right: -30px;
    left: auto;
}
.eead-twitter-feed-carousel:hover .owl-nav button.owl-prev {
    left: 0;
}
.eead-twitter-feed-carousel:hover .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

/* Filterable Gallery CSS */
.eead-filter-gallery-control {
    width: 100%;
}

.eead-filter-gallery-control ul,
.eead-filter-gallery-control ul li {
    text-align: center;
}

.eead-filter-gallery-control ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}

.eead-filter-gallery-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 auto;
    flex-flow: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0px;
    margin: 0px;
}

.eead-filter-gallery-control ul li {
    list-style: none;
    font-size: 24px;
    display: inline-block;
    text-align: center;
}

.eead-filter-gallery-control ul li a.control {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    margin: 10px 6px;
}

.eead-filter-gallery-container {
    text-align: justify;
    font-size: 0.1px;
}

.eead-filter-gallery-container:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.eead-filter-gallery-container:not(.eead-cards) .item:before {
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}

.eead-filter-gallery-container .item .caption {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 100%;
    flex-flow: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.eead-filter-gallery-container.eead-cards .item .caption {
    display: none;
}

.eead-filter-gallery-container.eead-cards .item .item-img .caption {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 100%;
    flex-flow: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.gallery-item-caption-over {
    width: 100%;
    height: auto;
}

a.eead-gallery-load-more, a.eead-gallery-load-more:hover {
    text-decoration: none;
}

/*--- Caption Animation ---*/

.eead-filter-gallery-container .item .caption.eead-zoom-in,
.eead-filter-gallery-container.eead-cards .item .item-img .caption.eead-zoom-in {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.eead-filter-gallery-container .item:hover .caption.eead-zoom-in,
.eead-filter-gallery-container.eead-cards .item:hover .item-img .caption.eead-zoom-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.eead-filter-gallery-container .item .caption.eead-slide-left,
.eead-filter-gallery-container.eead-cards .item .item-img .caption.eead-slide-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.eead-filter-gallery-container .item:hover .caption.eead-slide-left,
.eead-filter-gallery-container.eead-cards .item:hover .item-img .caption.eead-slide-left {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.eead-filter-gallery-container .item .caption.eead-slide-right,
.eead-filter-gallery-container.eead-cards .item .item-img .caption.eead-slide-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.eead-filter-gallery-container .item:hover .caption.eead-slide-right,
.eead-filter-gallery-container.eead-cards .item:hover .item-img .caption.eead-slide-right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.eead-filter-gallery-container .item .caption.eead-slide-top,
.eead-filter-gallery-container.eead-cards .item .item-img .caption.eead-slide-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.eead-filter-gallery-container .item:hover .caption.eead-slide-top,
.eead-filter-gallery-container.eead-cards .item:hover .item-img .caption.eead-slide-top {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.eead-filter-gallery-container .item .caption.eead-slide-bottom,
.eead-filter-gallery-container.eead-cards .item .item-img .caption.eead-slide-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.eead-filter-gallery-container .item:hover .caption.eead-slide-bottom,
.eead-filter-gallery-container.eead-cards .item:hover .item-img .caption.eead-slide-bottom {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.eead-filter-gallery-container .item .caption a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.eead-filter-gallery-container .item .caption a:nth-child(1),
.eead-container .item .caption a:nth-child(2) {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
}

.eead-filter-gallery-container .item .caption a:nth-child(1) {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.eead-filter-gallery-container .item .caption a:nth-child(2) {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.eead-filter-gallery-container .item .caption:hover a:nth-child(1),
.eead-filter-gallery-container .item .caption:hover a:nth-child(2) {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.eead-filter-gallery-container .item .caption .eead-popup-link {
    outline: 0;
}

/*--- Filter Gallery Card Style ---*/

.eead-filter-gallery-container.eead-cards .item:before {
    padding-top: 0px;
}

.eead-filter-gallery-container.eead-cards .item-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
    z-index: 0;
    overflow: hidden;
}

.eead-filter-gallery-container.eead-cards .item-content {
    padding: 15px;
}

.eead-filter-gallery-container.eead-cards .item-content .title,
.eead-filter-gallery-container.eead-cards .item-content .title a {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.eead-filter-gallery-container.eead-cards .item-content p {
    font-size: 14px;
    line-height: 26px;
}

.eead-fg-card-content-align-center .eead-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
    text-align: center;
}

.eead-fg-card-content-align-right .eead-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
    text-align: right;
}

.eead-fg-hoverer-content-align-center .eead-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
    text-align: center;
}

.eead-fg-hoverer-content-align-right .eead-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
    text-align: right;
}

/*--- Editor Specific Style ---*/

.eead-fg-content-align-left .eead-cards .item .item-content {
    text-align: left;
}

.eead-fg-content-align-center .eead-cards .item .item-content {
    text-align: center;
}

.eead-fg-content-align-right .eead-cards .item .item-content {
    text-align: right;
}

/*--- Magnific Gallery Fix ---*/

.mfp-wrap ~ div.dialog-widget {
    display: none !important;
}

.eead-filterable-gallery-item-wrap {
    float: left;
    width: 33.33%;
}

.eead-filter-gallery-container.eead-col-1 .eead-filterable-gallery-item-wrap {
    width: 100%;
}

.eead-filter-gallery-control > ul li {
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0 5px;
    font-weight: normal;
}

.eead-filter-gallery-container.eead-col-2 .eead-filterable-gallery-item-wrap {
    width: 50%;
}

.eead-filter-gallery-container.eead-col-4 .eead-filterable-gallery-item-wrap {
    width: 25%;
}

.eead-filter-gallery-container.eead-col-5 .eead-filterable-gallery-item-wrap {
    width: 20%;
}

.eead-gallery-grid-item {
    margin-left: calc(20px/2);
    margin-right: calc(20px/2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.gallery-item-caption-wrap,
.media-content-wrap {
    font-size: 14px;
    text-align: left;
}

.gallery-item-thumbnail-wrap.caption-style-card img {
    max-height: 100%;
    width: 100%;
}

.gallery-item-caption-wrap.caption-style-hoverer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 10;
}

.eead-filterable-gallery-item-wrap .eead-gallery-grid-item .gallery-item-thumbnail-wrap > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*--- Gallery content css ---*/

.fg-item-title,
.fg-item-content {
    color: #ffffff;
    font-family: inherit;
}

/*--- Gallery Card Style CSS ---*/

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
    font-size: 18px;
    margin: 15px 0 15px;
    line-height: 1;
}

.gallery-item-caption-wrap.caption-style-card {
    background: #f7f7f7;
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
    margin: 10px 0 15px;
    color: #000000;
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
    color: #212529;
    line-height: 1.5;
    font-weight: normal;
}

.gallery-item-buttons > a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 15px;
}

.gallery-item-buttons > a:visited {
    color: #000;
}

.gallery-item-caption-wrap.caption-style-card {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}

/*--- Gallery item hover style ---*/

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000000;
    z-index: -1;
    opacity: 0.7;
}

.gallery-item-caption-wrap.caption-style-hoverer {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eead-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
    opacity: 1;
    visibility: visible;
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up h5 {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.gallery-item-caption-wrap.caption-style-hoverer p {
    margin-bottom: 5px;
}

.gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up p {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up .gallery-item-buttons {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.gallery-item-caption-wrap .gallery-item-buttons > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.gallery-item-caption-wrap.caption-style-hoverer.eead-zoom-in {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.eead-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up h5,
.eead-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up .gallery-item-buttons,
.eead-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eead-slide-up p {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.eead-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eead-zoom-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.gallery-item-caption-wrap.caption-style-hoverer.eead-none {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*--- Video Gallery ---*/

.gallery-item-thumbnail-wrap {
    position: relative;
}

.video-popup,
.video-popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-popup > img {
    width: 62px;
    position: relative;
    z-index: 1;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.video-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-popup:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video-popup-bg {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.eead-gallery-grid-item:hover .video-popup-bg {
    visibility: visible;
    opacity: 1;
}

.gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-item-caption-wrap.card-hover-bg {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
    visibility: visible;
    opacity: 1;
}

.gallery-item-caption-wrap .gallery-item-buttons > a > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

/*--- Gallery Column CSS ---*/

@media only screen and (min-width: 1025px) {
    /* For Desktop: */
    .elementor-element.elementor-grid-1 {
        position: relative;
    }

    .elementor-element.elementor-grid-1 .eead-filterable-gallery-item-wrap {
        width: 100%;
        float: left;
    }

    .elementor-element.elementor-grid-2 {
        position: relative;
    }

    .elementor-element.elementor-grid-2 .eead-filterable-gallery-item-wrap {
        width: 50%;
        float: left;
    }

    .elementor-element.elementor-grid-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-3 {
        position: relative;
    }

    .elementor-element.elementor-grid-3 .eead-filterable-gallery-item-wrap {
        width: 33.3333%;
        float: left;
    }

    .elementor-element.elementor-grid-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-4 {
        position: relative;
    }

    .elementor-element.elementor-grid-4 .eead-filterable-gallery-item-wrap {
        width: 25%;
        float: left;
    }

    .elementor-element.elementor-grid-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-5 {
        position: relative;
    }

    .elementor-element.elementor-grid-5 .pp-logo-grid {
        margin-right: -5px;
    }

    .elementor-element.elementor-grid-5 .eead-filterable-gallery-item-wrap {
        width: 20%;
        float: left;
    }

    .elementor-element.elementor-grid-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-6 {
        position: relative;
    }

    .elementor-element.elementor-grid-6 .pp-logo-grid {
        margin-right: -6px;
    }

    .elementor-element.elementor-grid-6 .eead-filterable-gallery-item-wrap {
        width: 16%;
        float: left;
    }

    .elementor-element.elementor-grid-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 766px) {
    /* For tablets: */
    .elementor-element.elementor-grid-tablet-1 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-1 .eead-filterable-gallery-item-wrap {
        width: 100%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-2 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-2 .eead-filterable-gallery-item-wrap {
        width: 50%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-tablet-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-tablet-3 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-3 .eead-filterable-gallery-item-wrap {
        width: 33.3333%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-tablet-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-tablet-4 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-4 .eead-filterable-gallery-item-wrap {
        width: 25%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-tablet-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-tablet-5 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-5 .eead-filterable-gallery-item-wrap {
        width: 20%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-tablet-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-tablet-6 {
        position: relative;
    }

    .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
        margin-right: -6px;
    }

    .elementor-element.elementor-grid-tablet-6 .eead-filterable-gallery-item-wrap {
        width: 16%;
        float: left;
    }

    .elementor-element.elementor-grid-tablet-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-tablet-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-element.elementor-grid-mobile-1 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-1 .eead-filterable-gallery-item-wrap {
        width: 100%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-2 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-2 .eead-filterable-gallery-item-wrap {
        width: 50%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-mobile-2 .eead-filterable-gallery-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-mobile-3 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-3 .eead-filterable-gallery-item-wrap {
        width: 33.3333%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-mobile-3 .eead-filterable-gallery-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-mobile-4 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-4 .eead-filterable-gallery-item-wrap {
        width: 25%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-mobile-4 .eead-filterable-gallery-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-mobile-5 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-5 .eead-filterable-gallery-item-wrap {
        width: 20%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-mobile-5 .eead-filterable-gallery-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }

    .elementor-element.elementor-grid-mobile-6 {
        position: relative;
    }

    .elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
        margin-right: -6px;
    }

    .elementor-element.elementor-grid-mobile-6 .eead-filterable-gallery-item-wrap {
        width: 16%;
        float: left;
    }

    .elementor-element.elementor-grid-mobile-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }

    .elementor-element.elementor-grid-mobile-6 .eead-filterable-gallery-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

/* ------------- Layout 3 Style ----------------- */

.fg-layout-3-filter-controls {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fg-layout-3-item-content {
    text-align: center;
}

.fg-layout-3-item-content .fg-item-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.fg-layout-3-item-content .fg-item-content p {
    font-size: 13px;
    font-weight: 400;
}

.fg-filter-wrap {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.fg-layout-3-filter-controls {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 100%;
    border-radius: 5px;
    padding-top: 7px;
}

.fg-layout-3-filter-controls.open-filters {
    visibility: visible;
    opacity: 1;
}

.fg-layout-3-filter-controls li.control {
    padding: 5px 5px 5px 10px;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-size: 14px;
    color: #7f8995;
    font-weight: normal;
}

.fg-layout-3-filter-controls li.control:hover {
    color: #2d425a;
}

.fg-layout-3-filter-controls li.control:first-child {
    border-top: 0px solid;
}

.fg-layout-3-filter-controls li.control:last-child {
    border-bottom: 0px solid;
}

.fg-layout-3-filters-wrap {
    max-width: 600px;
    margin: 15px auto 50px;
}

.fg-filter-wrap button {
    width: 100%;
    border: 0px solid;
    border-radius: 0px;
    padding: 17px 13px;
    font-size: 14px;
    color: #2d425a;
    background: #f7f8ff;
    height: 55px;
    border-right: 1px solid #abb5ff;
    border-radius: 10px 0px 0 10px;
    outline: none;
    text-align: center;
    position: relative;
}

.fg-filter-wrap button > i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

.fg-layout-3-search-box {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 100%;
}

.fg-layout-3-search-box input[type=text] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px;
    border: 0px solid;
    outline: none;
    background: none;
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7f8995;
    font-size: 13px;
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f8995;
    font-size: 13px;
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #7f8995;
    font-size: 13px;
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #7f8995;
    font-size: 13px;
}

.fg-layout-3-filters-wrap {
    height: 55px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
    background: #f7f8ff;
    border-radius: 0 10px 10px 0;
}

.fg-layout-3-item-thumb {
    position: relative;
    overflow: hidden;
}

.fg-layout-3-item-thumb .gallery-item-buttons {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
}

.fg-layout-3-item-content {
    padding: 27px 27px 30px;
    text-align: center;
}

.eead-fg-card-content-align-left .fg-layout-3-item-content {
    text-align: left;
}

.eead-fg-card-content-align-center .fg-layout-3-item-content {
    text-align: center;
}

.eead-fg-card-content-align-right .fg-layout-3-item-content {
    text-align: right;
}

.eead-filterable-gallery-item-wrap .fg-layout-3-item.eead-gallery-grid-item {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
    border-radius: 5px;
}

.fg-caption-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 35px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.fg-item-category > span {
    font-size: 12px;
    color: #fff;
    background: #fa9196;
    padding: 10px 12px;
    display: inline-block;
}

.fg-layout-3-item-content {
    position: relative;
}

.fg-item-category {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 30px;
    margin-top: -15px;
    z-index: 11;
}

.fg-item-category span {
    border-radius: 5px;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.fg-layout-3-item.eead-gallery-grid-item:hover .fg-item-category span {
    visibility: visible;
    opacity: 1;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    width: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    text-decoration: none;
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
    background: transparent;
}

/**
** 
** Dual Button Css 
**
**/
.eead-dual-button-wrapper .eead-button-1-wrapper,
.eead-dual-button-wrapper .eead-button-2-wrapper {
    overflow: hidden;
}

.eead-dual-button-wrapper.button-style-horizontal {
    display: flex;
    flex-direction: row;
    position: relative;
}
.eead-dual-button-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.eead-dual-button-wrapper a {
    min-width: 0px;
}
.eead-dual-button-wrapper.button-style-vertical {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}
.eead-button-1.icon-before,
.eead-button-2.icon-before {
    display: flex;
    flex-direction: row;
}
body.rtl .eead-button-1.icon-before,
body.rtl .eead-button-2.icon-before {
    display: flex;
    flex-direction: row-reverse;
}
.eead-button-1.icon-after,
.eead-button-2.icon-after {
    display: flex;
    flex-direction: row-reverse;
}
body.rtl .eead-button-1.icon-after,
body.rtl .eead-button-2.icon-after {
    display: flex;
    flex-direction: row;
}
.eead-button-1-wrapper .eead-button-1,
.eead-button-2-wrapper .eead-button-2 {
    color: #fff;
    align-items: center;
}
.eead-button-1-wrapper:hover .eead-button-1,
.eead-button-2-wrapper:hover .eead-button-2 {
    color: #fff;
}
.eead-dual-button-wrapper.button-style-vertical .eead-button-1.icon-before,
.eead-dual-button-wrapper.button-style-vertical .eead-button-2.icon-before,
.eead-dual-button-wrapper.button-style-vertical .eead-button-1.icon-after,
.eead-dual-button-wrapper.button-style-vertical .eead-button-2.icon-after {
    justify-content: center;
}
.eead-button-1.icon-up,
.eead-button-2.icon-up {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.eead-button-1.icon-down,
.eead-button-2.icon-down {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.eead-button-1-wrapper {
    background: #1a47eb;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 1;
}
.eead-button-2-wrapper {
    background: #ff0000;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 1;
}
.eead-button-1.icon-up .icon-wrapper,
.eead-button-2.icon-up .icon-wrapper,
.eead-button-2.icon-down .icon-wrapper,
.eead-button-2.icon-down .icon-wrapper {
    text-align: center;
}
.eead-button-1.icon-up .eead-button-text,
.eead-button-2.icon-up .eead-button-text,
.eead-button-2.icon-down .eead-button-text,
.eead-button-2.icon-down .eead-button-text {
    text-align: center;
}
.eead-button-1.icon-before i,
.eead-button-2.icon-before i,
.eead-button-2.icon-after i {
    align-self: center;
    margin: 0 10px 0 0;
}
.eead-button-1.icon-after i,
.eead-button-2.icon-after i {
    align-self: center;
    margin: 0 0 0 10px;
}
.eead-button-1.icon-up i,
.eead-button-1.icon-down i,
.eead-button-2.icon-up i,
.eead-button-2.icon-down i {
    align-self: center;
    margin: 5px 0;
}
.eead-dual-button-wrapper.button-style-horizontal .eead-button-1-wrapper,
.eead-dual-button-wrapper.button-style-horizontal .eead-button-2-wrapper {
    padding: 25px 30px;
}
.eead-dual-button-wrapper.button-style-vertical .eead-button-1-wrapper,
.eead-dual-button-wrapper.button-style-vertical .eead-button-2-wrapper {
    padding: 32px 60px;
}
.eead-button1,
.eead-button2 {
    position: relative;
    display: flex;
}

.eead-dual-button-wrapper.button-style-horizontal .eead-button1,
.eead-dual-button-wrapper.button-style-horizontal .eead-button2 {
    min-width: 150px;
}
.eead-dual-button-wrapper.button-style-vertical .eead-button1 {
    display: flex;
    flex-direction: column;
}
.eead-button-separator-wrapper .eead-button-separator {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    background: #fafaf8;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    transform: translateY(-50%);
}
.eead-button-separator span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.rtl.elementor-editor-active
.eead-dual-button-main-wrapper
.button-style-horizontal
.eead-button1
.eead-button-separator-wrapper.not-rtl
.eead-button-separator {
    display: none !important;
}
body:not(.rtl).elementor-editor-active
.eead-dual-button-main-wrapper
.button-style-horizontal
.eead-button2
.eead-button-separator-wrapper.rtl
.eead-button-separator,
body:not(.rtl).elementor-editor-preview
.eead-dual-button-main-wrapper
.button-style-horizontal
.eead-button2
.eead-button-separator-wrapper.rtl
.eead-button-separator {
    display: none !important;
}


/* Sweep to right */
.eead-sweep-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.eead-sweep-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-sweep-right:hover,
.eead-sweep-right:focus,
.eead-sweep-right:active {
    color: white;
}
.eead-sweep-right:hover:before,
.eead-sweep-right:focus:before,
.eead-sweep-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sweep To Left */
.eead-sweep-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.eead-sweep-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-sweep-left:hover,
.eead-sweep-left:focus,
.eead-sweep-left:active {
    color: white;
}
.eead-sweep-left:hover:before,
.eead-sweep-left:focus:before,
.eead-sweep-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sweep To Bottom */
.eead-sweep-bottom {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.eead-sweep-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-sweep-bottom:hover,
.eead-sweep-bottom:focus,
.eead-sweep-bottom:active {
    color: white;
}
.eead-sweep-bottom:hover:before,
.eead-sweep-bottom:focus:before,
.eead-sweep-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Sweep To Top */
.eead-sweep-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.eead-sweep-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-sweep-top:hover,
.eead-sweep-top:focus,
.eead-sweep-top:active {
    color: white;
}
.eead-sweep-top:hover:before,
.eead-sweep-top:focus:before,
.eead-sweep-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Bounce To Right */
.eead-bounce-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.eead-bounce-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-bounce-right:hover,
.eead-bounce-right:focus,
.eead-bounce-right:active {
    color: white;
}
.eead-bounce-right:hover:before,
.eead-bounce-right:focus:before,
.eead-bounce-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.eead-bounce-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.eead-bounce-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-bounce-left:hover,
.eead-bounce-left:focus,
.eead-bounce-left:active {
    color: white;
}
.eead-bounce-left:hover:before,
.eead-bounce-left:focus:before,
.eead-bounce-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.eead-bounce-bottom {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.eead-bounce-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-bounce-bottom:hover,
.eead-bounce-bottom:focus,
.eead-bounce-bottom:active {
    color: white;
}
.eead-bounce-bottom:hover:before,
.eead-bounce-bottom:focus:before,
.eead-bounce-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.eead-bounce-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.eead-bounce-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eead-bounce-top:hover,
.eead-bounce-top:focus,
.eead-bounce-top:active {
    color: white;
}
.eead-bounce-top:hover:before,
.eead-bounce-top:focus:before,
.eead-bounce-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Advanced Google Map */
.eead-gmap-wrapper {
    background-color: white;
    padding: 10px;
}