/* 
 * Organiky Addons for Elementor Plugin Main Style
 */
 
 
/*-------------------------------------------
              TABLE OF CONTENT
---------------------------------------------*/
/**! 01. Normalize **/
/**! 02. Plugin Shortcode Styles **/
/**! 03. Animate Title **/
/**! 04. Circle Progress Styles  **/
/**! 05. Countdown Shortcode Styles **/
/**! 06. Flip Box Shortcode Styles **/
/**! 07. Icon Shortcode Styles **/
/**! 08. Icon List Shortcode Styles **/
/**! 09. Section Title Shortcode Style **/
/**! 10. Portfolio **/
/**! 11. Feature Box Shortcode Styles  **/
/**! 12. Contact Form Styles **/
/**! 13. Contact Info **/
/**! 14. Counter **/
/**! 15. Image Grid Shortcode Styles **/
/**! 16. Social Icons General Style **/
/**! 17. Timeline Shortcode Styles **/
/**! 18. Blog Recent and Popular Shortcode Styles **/
/**! 19. Modal Shortcode Styles **/
/**! 20. Pricing Tables Shortcode Styles **/
/**! 21. Timeline Slide **/
/**! 22. Chart Styles **/
/**! 23. Team Styles **/
/**! 24. Testimomial **/
/**! 25. Services Styles **/
/**! 26. Events Styles **/  
/**! 27. Toggle post **/  
/**! 28. Popover Styles **/  
/**! 29. Round Tab  Styles **/  
/**! 30. Progress bar Style **/  
/**! 31. Rain Drops Styles **/  
/**! 32. Parallax Styles **/  
/**! 33. Float Image Styles **/
/**! 34. Faq Styles **/
/*--------------------------------------------------------------
01. Normalize
--------------------------------------------------------------*/
body{
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    outline:none;
    cursor: pointer;
    color:#333333;
}
a:focus, a:hover, a:active {
    text-decoration: none;
    outline:none;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
p {
    margin-bottom: 15px;
}
ul {
    list-style: none;
    padding: 0;
}
ul:last-child, ol li:last-child {
    margin-bottom: 0px;
}
ol li {
    margin-bottom: 0px;
}
ul.nav > li {
    display: inline-block;
}
img, video {
    max-width: 100%;
    height: auto;
}
img {
    display:block;
    margin:0 auto;
}
select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
select:focus {
    outline:0;
}
input:focus {
    outline: 0;
}
span:focus {
    outline: 0;
}
::selection {
    color:#fff;
}
pre {
    background: #eeeeee none repeat scroll 0 0;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
table td, table th {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
}
input {
    border: 1px solid #cccccc;
}
table {
    margin-bottom: 15px;
}
.form-control:focus {
    box-shadow: none;
}
.btn-default {
    background-color: #222;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
/*--------------------------------------------------------------
02. Plugin Shortcode Styles
--------------------------------------------------------------*/
.before-icon {
    margin-right: 4px;
}
ul.nav.top-meta-list,
ul.nav.bottom-meta-list {
    display: inline-block;
}
ul.nav.bottom-meta-list.meta-left,
ul.nav.top-meta-list.meta-left {
    float: left;
    text-align: left;
}
ul.nav.bottom-meta-list.meta-left,
ul.nav.bottom-meta-list.meta-right {
    width: auto;
}
.bottom-meta > ul.nav.bottom-meta-list.meta-left:last-child, .bottom-meta > ul.nav.bottom-meta-list.meta-right:last-child {
    width: auto;
}
ul.nav.bottom-meta-list.meta-right,
ul.nav.top-meta-list.meta-right {
    text-align: right;
}
ul.nav.meta-right {
    float: right;
}
ul.nav.top-meta-list > li,
ul.nav.bottom-meta-list > li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0;
}
.text-center .blog-inner> div > ul.nav.meta-left:last-child:first-child,
.text-center .blog-inner> div ul.nav.meta-right:last-child:first-child {
    text-align: center;
    display: inline-block;
    float: none;
}
.top-meta ul li i, .bottom-meta ul li i {
    margin-right: 5px;
    vertical-align: middle;
}
ul.nav.top-meta-list > li:last-child {
    margin-right: 0;
}
.post-author a > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}
.blog-inner .bottom-meta .post-author, .blog-inner .top-meta .post-author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-style-modern .post-author a > span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
ul.post-pagination > li > a, ul.post-pagination > li > span {
    padding: 6px;
    background: #222222;
    color: #fff;
    border-radius: 0;
}
.post-thumb {
    position: relative;
}
.post-overlay-items {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
}
/* Isotope Styles */
.blog-wrapper {
    clear: both;
}
.isotope {
    width: auto;
}
.isotope .isotope-item {
    float: left;
    min-height: 1px;
}
.infinite-load > .post-pagination-wrap {
    display: none;
}
.isotope #infscr-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.isotope #infscr-loading > img {
    max-width: 100px;
    transition: all ease 0.35s;
}
@-webkit-keyframes organikyFadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0,50px,0);
        transform:translate3d(0,50px,0)
    } to {
        opacity:1; 
        -webkit-transform:none; 
        transform:none 
    }
}
@keyframes organikyFadeInUp {
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,50px,0);
        transform:translate3d(0,50px,0);
    } to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.organiky-animate {
    opacity: 0;
    visibility: hidden;
}
.organiky-animate.run-animate {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: organikyFadeInUp;
}
/*--------------------------------------------------------------
03. Animate Title
--------------------------------------------------------------*/
.animate-title {
    font-size: 40px;
}
/*--------------------------------------------------------------
04. Circle Progress Styles
--------------------------------------------------------------*/
.circle-progress-wrapper > * {
    margin-bottom: 20px;
}
.circle-progress-wrapper > *:last-child {
    margin-bottom: 0;
}
.circle-progress-circle {
    position: relative;
}
.progress-value {
    display: block;
    font-size: 26px;
    font-weight: 700;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*--------------------------------------------------------------
05. Countdown Shortcode Styles
--------------------------------------------------------------*/
.day-counter {
    display: block;
}
.day-counter > *:last-child {
    margin-right: 0;
}
.day-counter > * {
    display: inline-block;
    margin-right: 20px;
    height: 80px;
    width: 80px;
}
.day-counter .counter-item > h3 {
    line-height: unset;
    margin-bottom: 0px;
    font-size: 21px;
}
.day-counter > *.default {
    padding: 0;
    width: 65px;
    height: 65px;
}
.day-counter-default .day-counter .counter-item span {
    padding-left: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.day-counter-default .day-counter .counter-item {
    background: rgb(228 87 62 / 4%);
    border-radius: 5px;
    padding: 10px;
}
.day-counter > *.default {
    position: relative;
}
.day-counter > *.default:last-child .counter-item:last-child h3:after {
    content: "";
}
.day-counter-wrapper .day-counter .counter-sec .counter-item:last-child > h3:after {
    content: unset;
}
.day-counter > * {
    margin-right: 10px;
}
.day-counter-dark .day-counter .counter-item > h3 {
    color: #fff;
}
.day-counter-light .day-counter > * {
    background: #fff none repeat scroll 0 0;
}
.day-counter-dark .day-counter > * {
    background: #222222 none repeat scroll 0 0;
    color: #fff;
}
.day-counter-transparent .day-counter > * {
    background: transparent;
}
.day-counter {
    padding: 0;
}
/* Day counter Square */
.day-counter .rounded-0 {
    border: none;
}
/* Day counter Square */ 
.day-counter-classic .day-counter  > div {
    position: relative;
    overflow: hidden;
    width: auto;
    text-align: center;
    height: auto;
}
.day-counter .rounded-circle {
    border: 1px solid #eaeaea;
    background: #f7f7f7;
}
.day-counter-classic .day-counter {
    display: inline-block;
    line-height: 1;
    background: #62a403;
    padding: 11px 15px 8px;
    border-radius: 8px;
}
.day-counter-classic .day-counter .counter-item > h3 {
    position: relative;
}
.day-counter-classic .day-counter .counter-item > h3:after {
    content: ":";
    margin-left: 8px;
    font-size: 18px;
    vertical-align: 3px;
}
/* Day counter Modern */
.day-counter-modern .day-counter > *.rounded {
    position: relative;
    margin-right: 20px;
}
.day-counter-modern .counter-item {
    z-index: 1;
    width: 90px;
}
.day-counter-modern .day-counter > * .counter-item > h3 {
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
}
.day-counter-modern .day-counter .counter-item > h3 {
    margin-bottom: 7px;
    font-size: 32px;
}
.day-counter-modern.text-left .day-counter > * .counter-item {
    text-align: center;
}
span.del-txt {
    font-size: 22px;
    text-decoration: line-through;
    padding-left: 5px;
    opacity: 0.4;
    color: #000;
}
.deal-style2.day-counter-modern .day-counter .counter-item > h3 {
    margin-bottom: 0;
    font-size: 30px;
    margin-top: 3px;
}
.deal-style2.day-counter-modern .day-counter > * .counter-item {
    border-radius: 10px;    
    width: 90px;
    height: 90px;   
    padding: 13px 10px 10px 10px;
}
.deal-style2.day-counter-modern .day-counter > * {
    width: 96px;
}
.day-counter-modern .day-counter .counter-item span {
    font-size: 16px;
}
.cus-dl.day-counter-modern .day-counter .counter-item span {
    color: #fff;
}
/* day counter Modern Pro */
.day-counter-classic-pro .day-counter {
    position: relative;
    padding: 6px 10px 2px;
    background: #62a403;
    border-radius: 10px;
}
.day-counter-classic-pro .day-counter > * {
    margin: 0 10px;
    z-index: 1;
    position: relative;
    height: 56px;
    width: 100px;
}
.day-counter-classic-pro .day-counter .counter-item > h3 {
    line-height: unset;
    margin-bottom: 0px;
    font-size: 30px;
    color: #ffffff;
}
.cus-overflow-visible {
    overflow: visible !important;
}
.day-counter-wrapper.day-counter-classic-pro .day-counter .counter-item > h3:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 2px;
    font-size: 16px;
    background: rgb(255 255 255 / 30%);
}
.day-counter-classic-pro .day-counter .counter-item {
    top: auto;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    position: relative;
    line-height: 1;
}
.day-counter-classic-pro .day-counter {
    padding: 24px 10px 18px;
}
.day-counter-classic-pro .day-counter .counter-item span {
        font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    color: #e3e3e3;
    display: inline-block;
}
.cust-count-style-2.day-counter-default .day-counter .counter-item {
    background: transparent;
    padding: 0;    
    text-align: center;
}
.cust-count-style-2.day-counter-default .day-counter .counter-item > h3 {
    line-height: unset;
    margin-bottom: 8px;
    font-size: 25px;
    color: #222;
}
.cust-count-style-2.day-counter-default .day-counter .counter-item span {
    font-size: 12px;
    text-transform: capitalize;
    color: #797979;
    font-weight: 400;
    font-family: 'Karla';
}
/*--------------------------------------------------------------
06. Flip Box Shortcode Styles
--------------------------------------------------------------*/
.flip-box-icon {
    line-height: 1;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}
.flip-box-wrapper .flip-box-icon > span.flip-icon-middle {
    line-height: 2;
}
.flip-box-wrapper.text-right .flip-box-icon > span {
    margin-left: auto;
    margin-right: 0;
}
.flip-box-wrapper .flip-box-title .section-title {
    color: inherit;
}
.flip-front > *, .flip-back > * {
    margin-bottom: 20px;
}
.flip-box-wrapper .flip-front > *:last-child, .flip-box-wrapper .flip-back > *:last-child {
    margin-bottom: 0;
}
.flip-box-wrapper .flip-front > div , .flip-box-wrapper .flip-back > div {
    padding: 0 30px;
}
.flip-box-wrapper .flip-front > div.flip-box-thumb {
    padding: 0;
}
.flip-box-wrapper .flip-box-thumb {
    padding: 0 !important;
}
.flip-box-wrapper {
    display: block;
}
body .elementor-widget.elementor-widget-organikyflipbox {
    margin-bottom: 30px !important;
}
.flip-box-content {
    font-size: 15px;
}
.imghvr-flip-diag-1 .flip-back {
    opacity: 0;
}
.imghvr-flip-diag-1:hover .flip-back {
    opacity: 1;
}
.flip-box-inner.imghvr-flip-3d-horz > * {
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    border-radius: 5px;
}
.flip-box-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.flip-box-title:after {
    content: "";
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*--------------------------------------------------------------
07. Icon Shortcode Styles
--------------------------------------------------------------*/
.icon-wrapper .icon-parent > span {
    transition: all ease 0.35s;
    margin-left:0;
}
.text-center.icon-wrapper .icon-parent > span {
    margin: 0 auto;
}
.text-right.icon-wrapper .icon-parent > span {
    margin-left: auto;
    margin-right: 0;
}
.icon-wrapper .icon-parent .icon-middle {
    line-height: 2;
    display: block;
}
/*--------------------------------------------------------------
08.  Icon List Shortcode Styles
--------------------------------------------------------------*/
.icon-list-wrapper .icon-parent > span {
    margin-right: 13px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.icon-list-wrapper li.icon-parent {
    margin-bottom: 15px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    color: #444;
    font-weight: 400;
    line-height: 30px;
}
.icon-list-wrapper li.icon-parent:last-child {
    margin-bottom: 0;
}
.icon-dark {
    color: #000;
}
.icon-light {
    color: #ffffff;
}
.elementor-icon-list-text strong {
    color: #222222;
}
.elementor-element .cus-note-list .elementor-icon-list-items .elementor-icon-list-item {
    counter-increment: a;
}
.elementor-element .cus-note-list .elementor-icon-list-items .elementor-icon-list-item:before {
    content: counter(a);
    position: absolute;
    color: #fff;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    background-color: #62a403;
    text-align: center;
    line-height: 27px;
    top: 5px;
    left: 0;
}
.elementor-element .cus-note-list .elementor-icon-list-items:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 8px;
    bottom: 24px;
    width: 1px;
    background-color: #e4e4e4;
}
/*--------------------------------------------------------------
09. Section Title Shortcode Style
--------------------------------------------------------------*/
.section-title-wrapper .title-separator {
    background-color: #222222;
    display: block;
    height: 2px;
    width: 100px;
    overflow: hidden;
    position: relative;
}
.section-title-wrapper.sim-border .title-separator {
    background-color: #222222;
    display: block;
    height: 3px;
    position: relative;
    width: 65px;
    border-radius: 30px;
    bottom: 0;
}
.section-title-wrapper.sim-border .title-wrap>.section-title {
    margin-bottom: 20px;
}
.section-title-wrapper.sim-border .title-wrap {
    margin-bottom: 20px;
}
.section-title-wrapper.light-separator .title-separator.theme-color-bg {
    background: #fff !important;
}
.section-title-wrapper.text-center .title-separator {
    margin: auto;
    position: relative;
}
.section-title-wrapper.text-center .title-separator {
    margin: 0 auto;
}
.section-title-wrapper.text-left .title-separator {
    margin-right: auto;
}
.section-title-wrapper.text-right .title-separator {
    margin-left: auto;
}
.section-title-wrapper {
    margin-bottom: 40px;
}
.title-separator.separator-img {
    background: transparent;
    height: auto;
    width: auto;
}
.title-separator.separator-img > img {
    max-height: 50px;
    margin-left: 0;
}
.text-left .title-separator.separator-img > img {
    margin-left: 0;
}
.text-right .title-separator.separator-img > img {
    margin-right: 0;
}
.text-center .title-separator.separator-img > img {
    margin-left: auto;
}
.section-title-wrapper .title-wrap > * {
    display: block;
    margin-bottom: 8px;
}
.section-title-wrapper .title-wrap *.sub-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.section-title-wrapper .title-wrap > .section-title {
    margin-bottom: 10px;
}
.section-title-wrapper .title-wrap > *:last-child {
    margin-bottom: 0;
}
.section-title-wrapper.sec-title-2 .title-wrap > .section-title {
    margin-bottom: 20px;
}
.section-title-wrapper .title-wrap {
    margin-bottom: 15px;
}
.section-title-wrapper .section-description {
    max-width: 800px;
    margin: 0;
}
.section-title-wrapper.text-center .section-description {
    text-align: center;
    margin: 0 auto;
}
.section-title-wrapper.text-left .section-description {
    text-align: left;
    margin: inherit;
    max-width: inherit;
    margin-left:auto;
    margin-right:0;
}
.section-title-wrapper.text-right .section-description {
    text-align: right;
    float: right;
}
.section-title-wrapper .section-description a.btn {
    margin-top: 35px;
}
.section-description span.lead.d-block {
    margin-bottom: 20px;
    color: #616161;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.section-title-style-2 .section-description span.lead.d-block {
    margin-bottom: 20px;
    color: #797979;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
.section-title-wrapper .title-wrap > .section-title {
    position: relative;
}
.section-title-wrapper.text-left .title-wrap > .section-title:before {
    content: unset;
}
.section-title-wrapper .title-wrap > *.sub-title {
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
span.title-suffix {
    font-weight: 300;
}
.section-title-wrapper.default-title .section-description span.lead.d-block {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    position: absolute;
    top: 21px;
    transform: rotate(-90deg) translateY(-50%);
    left: 2px;
    background: #62a403;
    text-align: center;
    border-radius: 0;
    height: 25px;
    text-transform: uppercase;
    padding: 0px 10px;
}
.section-title-wrapper.default-title .title-wrap {
    padding-left: 42px;
}
/*Section title 3*/
.section-title-wrapper.sim-border.section-title-3 {
    margin: auto;
    position: relative;
    bottom: auto;
    margin-top: 17px;
}
.section-title-wrapper.sim-border.section-title-3 .title-wrap>.section-title {
    margin-bottom: 0;
}
.section-title-wrapper.sim-border.section-title-3.text-center .title-separator {
    margin-top: 17px;
}
.section-title-wrapper.sim-border.section-title-3 .title-separator {
    margin-top: 17px;
}
/*-------------------------------------------
10. Portfolio
 ---------------------------------------------*/
.portfolio-inner > * {
    margin-bottom: 15px;
}
.portfolio-inner {
    margin-bottom: 30px;
}
.isotope-item .portfolio-inner {
    margin-bottom: 0;
}
.portfolio-inner .post-category {
    text-transform: uppercase;
}
/*Portfolio Default*/
.portfolio-style-default .portfolio-inner .portfolio-content-wrap {
    padding: 35px 25px;
    position: relative;
    margin-top: -50px;
    max-width: 95%;
    z-index: 1;
    border: 1px solid #eaeaea;
    font-size: 14px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;    
    background: #fff;
}
.portfolio-style-default .portfolio-overlay {
    color: #fff;
}
.portfolio-wrapper.portfolio-style-default .post-overlay-items,
.portfolio-wrapper.portfolio-style-default .post-overlay-items a {
    color: #fff !important;
}
.portfolio-wrapper.portfolio-style-default .link-icon, .portfolio-wrapper.portfolio-style-default .zoom-icon {
    padding: 10px 13px;
    border-radius: 5px;
}
.portfolio-style-default .portfolio-overlay-wrap:before {
    background: rgba(0, 0, 0, 0.6);
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title {
    position: relative;
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title h4 {
    font-size: 20px;
    line-height: 30px;
}
.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.portfolio-style-default .portfolio-inner:hover .abs-title-icon {
    color: #151515;
}
.portfolio-style-default .portfolio-inner:hover .abs-title-icon,
.portfolio-style-default .portfolio-inner .abs-title-icon {
   transition: all .3s ease-in-out;
    margin-right: 15px;
}
.portfolio-style-default .portfolio-inner:hover .portfolio-content-wrap,
.portfolio-style-default .portfolio-inner .portfolio-content-wrap {
   transition: all .3s ease-in-out;
}
.portfolio-style-default .portfolio-inner .post-thumb {
    border-radius: 5px;
}
.portfolio-style-default .portfolio-inner .post-thumb img {
  transition: all .5s ease-in-out;
  border-radius: 6px;
}
.portfolio-style-default .post-thumb.portfolio-overlay-wrap {
    border-radius: 6px;
}
.portfolio-wrapper.portfolio-style-default .post-overlay-active:before {
    background: rgba(0,0,0,0.8);
}
.portfolio-link-icon,
.portfolio-popup-icon {
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
}
.portfolio-link-icon a, .portfolio-popup-icon a {
    padding: 10px 10px;
}
.portfolio-style-default .portfolio-inner:hover .post-thumb img {
    animation-name: imagemove;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
 }
  100% {
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
     } 
}
/* Portfolio Filter */
.portfolio-wrapper ul.nav.m-auto.d-block > li a {
    padding: 10px 25px;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    background: #000000;
    color: #fff;
    border-radius: 5px;
}
.portfolio-wrapper .isotope-filter {
    margin-bottom: 40px;
}
/* Portfolio archive */
.archive-template article.organiky-portfolio > .portfolio-archive > a {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.portfolio-archive-title > h4 {
    margin-bottom: 0;
    text-align: center;
}
/* portfolio */
.portfolio-wrapper .post-overlay-active:before {
    content: "";
    bottom: 0;
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all .3s ease-in-out;
} 
.portfolio-wrapper .portfolio-inner:hover .post-overlay-active:before {
    opacity: 1;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.portfolio-wrapper .post-overlay-active {
    position: relative;
}
.post-overlay-items > * {
    z-index: 1;
    position: relative;
}
.portfolio-inner .post-thumb {
    overflow: hidden;
}
.portfolio-wrapper .post-overlay-items {
    position: absolute;
    padding: 0 30px;
    z-index: 1;
}
.portfolio-wrapper .post-overlay-items > *:last-child {
    margin-right: 0;
}
.portfolio-wrapper .post-overlay-items > .portfolio-icons > * {
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    background: #000;
}
.portfolio-inner span.before-icon {
    display: none;
}
/* Top Right */
.post-overlay-items.overlay-top-left {
    left: 0;
    right: auto;
    text-align: left;
    top: 30px;
    width: 100%;
}
/* Top Right */
.post-overlay-items.overlay-top-right {
    right: 0;
    text-align: right;
    left: auto;
    top: 30px;
    width: 100%;
}
/* Bottom Left */
.post-overlay-items.overlay-bottom-left {
    left: 0;
    bottom: 30px;
    right: auto;
    width: 100%;
    text-align: left;
}
/* Bottom Right */
.post-overlay-items.overlay-bottom-right {
    right: 0;
    text-align: right;
    left: auto;
    width: 100%;
    bottom: 30px;
}
/* Overlay center */
.post-overlay-items.overlay-center {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
    bottom: auto;
}
.portfolio-inner:hover .post-overlay-items {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.portfolio-inner .post-overlay-items {
    opacity: 0;
}
/* Portfolio Classic */
.portfolio-wrapper.portfolio-style-classic .post-overlay-active:before {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    height: 50%;
    background: rgba(255, 255, 255, 0.95);
    right: -100%;
    left: auto;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover .post-overlay-active:before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    transition: all .8s;
}
.portfolio-wrapper.portfolio-style-classic .post-overlay-active:after {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    height: 50%;
    width: 100%;
    left: -100%;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover .post-overlay-active:after {
    left: 0;
    opacity: 1;
    transition: all .8s;
}
.portfolio-style-classic .post-overlay-items > *:nth-child(odd):before {
    content: '';
    background: #f7f7f7;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: right 400ms ease-in-out 0s;
    right: 100%;
}
.portfolio-style-classic .portfolio-inner:hover .post-overlay-items > *:nth-child(odd):before {
    right: -100%;
}
.portfolio-style-classic .post-overlay-items >  *:nth-child(even):before {
    content: '';
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: left 400ms ease-in-out 0s;
    left: 100%;
    top: 0;
    right: auto;
}
.portfolio-style-classic .portfolio-inner:hover .post-overlay-items > *:nth-child(even):before {
    left: -100%;
}
.portfolio-style-classic .post-overlay-items {
    overflow: hidden;
    padding: 0;
    width: auto;
    margin: 0 30px;
}
.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon a,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon a {
    display: inline-block;
    background: rgba(0, 0, 0,0.05);
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.portfolio-style-classic .post-overlay-items > div:last-child a {
    margin-bottom: 0;
}
/* Portfolio Style Modern */
.portfolio-wrapper.portfolio-style-modern .portfolio-inner:hover .post-overlay-active:before {
    background: rgba(0, 0, 0, 0);
    transition: all 150ms ease-in-out 200ms;
}
.portfolio-wrapper.portfolio-style-modern .portfolio-inner:hover .post-overlay-active:before {
    background: rgba(44, 44, 57, 0.2);
    transition: all 150ms ease-in-out 200ms;
}
.portfolio-style-modern .post-overlay-items {
    opacity: 0;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    padding: 15px 21px;
}
.portfolio-style-modern .portfolio-inner:hover .post-overlay-items {
    opacity: 1;
    transform: translateX(-50%) scale(1);   
    transition: all 150ms ease-in-out 200ms;
}
.portfolio-style-modern .post-overlay-items.overlay-center {
    transform: translate(-50%, -50%);
    padding: 20px 15px;
}
.portfolio-style-modern .ti-link:before {
    content: "\e628";
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon {
    margin-left: 0;
    display: inline-flex;
    margin-bottom: 0;
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon a {
    background: #000000;
    color: #fff !important;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 50%;
}
.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a:hover,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon a:hover {
    background: #000;
    color: #fff !important;
}
.portfolio-inner .post-overlay-items>*:last-child {
    margin-bottom: 0;
}
.portfolio-inner .post-overlay-items>* {
    margin-bottom: 12px;
}
.portfolio-inner .post-overlay-items>* .post-title-head, .portfolio-inner .post-overlay-items>* .post-title-head a {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}
.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right,
.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right {
    width: 90%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) scale(0);
    padding: 25px;  
    transition: all 150ms ease-in-out 200ms;
}
.portfolio-style-modern a.read-more {
    position: relative; 
    font-size: 12px;
    font-weight: 700;
}
.portfolio-style-modern a.read-more:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-style-modern a.read-more:after {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: red;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-style-modern .portfolio-inner a.read-more:hover:after {
    width: 100%;    
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right {
    top: 5%;
}
.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right {
    bottom: 5%;
}
/* Portfolio Style Classic pro */
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    background: #fff;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: auto;
    padding: 20px 30px;
    transform: translateY(0);
}
.portfolio-style-classic-pro .post-overlay-items {
    transform: translateY(100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    left: 15px;
    right: 15px;
    bottom: 0;  
}
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-left {
    transform: translateY(0);
}
.portfolio-style-classic-pro .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .post-overlay-items.overlay-top-left {
    transform: translateY(-100%);
}
/* Portfolio Single */
.portfolio-single .portfolio-title {
    color: #000;
}
.portfolio-meta-title-wrap {
    color: #000;
}
.portfolio-meta-list>li {
    margin-bottom: 11px;
}
.portfolio-meta-title-wrap > * {
    margin-bottom: 5px;
}
.portfolio-meta-title-wrap h6 {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    line-height: 24px;
    color: #949494;
    margin-bottom: 0;
}
.portfolio-info-wrap {
    padding: 30px 0;
}
.single-organiky-portfolio .custom-post-nav {
    margin-top: 20px;
}
/* Portfolio single model 1 */
.portfolio-model-1 .portfolio-meta-list>li {
    margin-bottom: 20px;
}
.portfolio-model-1 .portfolio-meta {
    padding: 50px 40px;
    background: #fff;
    -webkit-box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
    -moz-box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
    box-shadow: 1px 5px 40px 0 rgba(72,73,121,0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.portfolio-meta-list>li > span, .portfolio-meta-list>li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.portfolio-model-1 .portfolio-meta-list>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.portfolio-model-1 .portfolio-meta ul.social-icons > li > a {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    border-radius: 50%;
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 31px;
}
span.portfolio-meta-icon {
    margin-right: 10px;
}
ul.nav.portfolio-share.social-icons {
    margin-top: 10px;
}
/* Portfolio single model 2 */
.portfolio-model-2 .row.portfolio-details {
    padding-top: 50px;
}
.portfolio-single .grid-layout .isotope > article {
    opacity: 1;
}
.portfolio-grid-gallery.grid-layout article {
    padding: 15px;
    background: #f2f2f2;
}
.portfolio-single .grid-layout .isotope > article figure {
    margin-bottom: 0;
}
.portfolio-single.portfolio-model-2 .portfolio-details .portfolio-meta-wrap {
    padding: 40px;
    border-radius: 5px;
}
.portfolio-single.portfolio-model-2 span.portfolio-meta-icon,
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap h6,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li > span,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li a {
    color: #fff;
}
.portfolio-model-2 .portfolio-meta-list > li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    display: block;
    clear: both;
}
.portfolio-model-2 .portfolio-meta-list > li .portfolio-meta-title-wrap {
    display: inline-block;
    margin-right: 15px;
}
.portfolio-model-2 ul.portfolio-tags.nav {
    display: inline-block;
}
.portfolio-model-2 .portfolio-meta-list > li ul.portfolio-categories.nav {
    display: inline-block;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a:hover {
    color: #000 !important;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a {
    color: #000;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a > i {
    line-height: 30px;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap h6 {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #dee2e6;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li a:hover {
    color: inherit !important;
    text-decoration: underline;
}
/* Portfolio single model 4 */
.portfolio-model-4 .portfolio-format .portfolio-image {
    margin-bottom: 0px;
}
.portfolio-model-4 .portfolio-info .portfolio-title {
    margin-bottom: 30px;
}
.portfolio-model-4 .portfolio-info .portfolio-title h3 {
    font-size: 34px;
    font-weight: 900;
}
.portfolio-model-4 .portfolio-info .portfolio-content {
    margin-bottom: 50px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta {
    border: 5px dashed #e1e1e1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 50px;
    width: 100%;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>* {
    display: inline-block;
    width: 50%;
}
.portfolio-model-4 .portfolio-info .portfolio-meta h6:before {
    content: "\f0a9";
    font-family: Fontawesome;
    padding-right: 14px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url {
    display: inline;
    width: auto;
    float: none;
    padding: 10px 30px;
    border-radius: 26px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url:hover {
    background: #000;
    color: #fff;
}
.portfolio-model-4 .portfolio-meta-list>li {
    display: flex;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a {
    background: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a>i {
    font-size: 18px;
}
.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-icon {
    display: none;
}
.portfolio-meta ul.social-icons > li > a {
    background: #f7f7f7;
}
@media only screen and (max-width:767px)  {
    .portfolio-wrapper .portfolio-inner img {
        width: 100%;
    }
}
/*-------------------------------------------
11. Feature Box Shortcode Styles 
 ---------------------------------------------*/
.feature-box-wrapper {
    position: relative;
    padding: 35px 30px;
    margin-bottom: 30px;
}
.feature-box-wrapper .fbox-content a {
    color: inherit;
}
.feature-box-wrapper .fbox-content .ad-wrap a {
    color: #fff;
}
.f-box-shadow {
    box-shadow:rgba(0,0,0,.07);
}
.feature-box-wrapper.hover-bottom:hover {
    transform: translateY(10px);
    transition: .5s ease;
}
.feature-box-wrapper.hover-bottom {
    transition: .5s ease !important;
}
.feature-box-inner {
    display: inline-block;
}
.hover-bottom  .feature-box-inner:hover:before {
    height: 100%;
    top: 0px;
    transition: 1s ease;
}
.hover-bottom .feature-box-inner:before {
    position: absolute;
    content: '';
    background: #f6f7f9;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: 1s ease;
    z-index: 0;
}
.hover-bottom .feature-box-inner > * {
    z-index: 1;
    position: relative;
}
.feature-box-wrapper .feature-box-icon > span {
    line-height: 1;
    display: inline-block;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.feature-box-wrapper .feature-box-icon > span.fbox-icon-middle {
    line-height: 2;
    display: inline-block;
}
.feature-box-wrapper.cus-feature1 .feature-box-icon > span {
    font-weight: unset;
}
h1.feature-box-title,
h2.feature-box-title,
h3.feature-box-title,
h4.feature-box-title,
h5.feature-box-title,
h6.feature-box-title {
    margin-bottom: 0;
}
.feature-box-wrapper.cus-feature1:hover .feature-box-icon span {
    background: transparent !important;
}
.feature-box-wrapper.cus-feature1.cus-icon-white:hover .feature-box-icon span {
    background: #000 !important;
}
.feature-box-wrapper.cus-feature1.cus-icon-white {
    padding: 32px;
}
.feature-box-wrapper.cus-feature1.cus-icon-white .feature-box-title {
    line-height: 1;
}
.feature-img-icon .feature-box-image img {
    max-width: 53px;
    margin-right: 15px;
}
.feature-box-wrapper.fb-cus-list>.media>.media-icon-part.align-self-center {
    position: relative;
    margin-right: 12px;
}
.elementor .mx-w-sml img {
    max-width: 65px;
}
.feature-box-wrapper.mx-w-sml > .media > *:first-child {
    margin-right: 25px;
}
.feature-box-wrapper.fb-cus-list1 .media-body {
    align-self: center !important;
}
.feature-box-wrapper .media .align-self-center .feature-box-icon > span.fbox-icon-middle.ti-check {
    box-shadow: none;
    border-radius: 4px;
}
.feature-box-wrapper.fb-cus-list1 .feature-box-image {
    width: 100px;
    height: 100px;
    line-height: 110px;
    font-size: 60px;
    align-self: center !important;
    border-radius: 6px;
    border-bottom: solid 4px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.feature-box-wrapper.fb-cus-list1 .feature-box-image {
    background: rgb(79 152 255 / 12%);
}
.feature-box-wrapper.fb-cus-list1 .feature-box-image img {
    padding-top: 16px;
}
.feature-box-wrapper.f-default .feature-box-image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #ffffff;
    padding-top: 28px;
    border-radius: 50%;
    -moz-box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
    -ms-box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
    -o-box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
    -webkit-box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
    box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
    position: relative;
}

.feature-box-wrapper.f-default .feature-box-image img {
    max-width: 45px;
}
.feature-box-wrapper.f-default .feature-box-image:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    visibility: hidden;
    opacity: 0;
    border-style: dashed;
    border-width: 1px;
    border-color: var(--theme-color);
    border-radius: 50%;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: rotation 10s infinite linear;
    animation-play-state: running;
    animation: rotation 10s infinite linear;
    animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.feature-box-wrapper.f-default .feature-box-image:after {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    border-style: solid;
    border-width: 1px;
    border-color: #ececec;
    border-radius: 50%;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.feature-box-wrapper.f-default:hover .feature-box-image:before {
    visibility: visible;
    opacity: 1;
}
.feature-box-wrapper.f-default.cus-img-center .feature-box-image {
    margin: auto;
}
/* extra styles */
.feature-box-wrapper.hover-border:after {
    content: "";
    position: absolute;
    left: 00px;
    top: 0px;
    right: 00px;
    bottom: 0px;
    background: #fff;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;    
}
.feature-box-wrapper.hover-border:hover:after {
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.feature-box-wrapper.hover-border .feature-box-inner, .feature-box-wrapper.hover-border .feature-box-inner a {
    color: #000 !important;
}
.feature-box-wrapper.hover-border:hover .feature-box-inner,
.feature-box-wrapper.hover-border:hover .feature-box-inner a {
    color: #fff !important;
}
.feature-box-wrapper.hover-border {
    position: relative; 
    overflow: hidden;
        transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.feature-box-wrapper.hover-border:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0,0.55);
    z-index: 0;
    opacity: 0.5;
     transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.feature-box-wrapper.hover-border:hover:before {
    opacity: 1;
     transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.feature-box-wrapper.hover-border .feature-box-inner > * {
    position: relative;
    z-index: 1;
}
.feature-box-wrapper.feature-v-mid > .media {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.feature-box-wrapper.img-width-fbox .feature-box-image img {
    max-width: 130px;
}
.feature-box-wrapper.img-width-fbox .feature-box-btn a.btn {
    background: transparent;
    border-bottom-color: #62a403;
    color: #62a403;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
    font-size: 14px;
}
.feature-box-wrapper.img-width-fbox h5.feature-box-title {
    font-size: 19px;
    line-height: 27px;
}
/* Feature box Classic */
.feature-box-classic {
    border: 1px solid #f2f2f2;
}
.feature-box-wrapper.contact-box.feature-box-classic {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border: 0;
}
.feature-box-wrapper.contact-box .feature-box-title {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-weight: bold;
}
.contact-box .feature-box-image:before {
    position: absolute;
    content: '';
    background: #ffc4c8;
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
}
.feature-box-wrapper.contact-box.feature-box-classic:hover .feature-box-inner .feature-box-title, .feature-box-wrapper.contact-box.feature-box-classic:hover {
    color: #fff !important;
}
.feature-box-wrapper.contact-box.feature-box-classic:hover img {
    filter: invert(100%);
}
.feature-box-wrapper.feature-box-classic .feature-box-icon {
    position: relative;
}
.feature-box-wrapper.feature-box-classic .feature-box-icon:after {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: .3;
    top: -7px;
    left: 2px;
    background: #62a403;
}
.feature-box-wrapper .feature-box-icon>span.fbox-icon-middle {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.feature-box-wrapper.feature-box-modern:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.contact-box .feature-box-image {
    position: relative;
    z-index: 9;
}
/* Feature box Modern */
.feature-box-modern {
    overflow: hidden;
    -moz-box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
    -ms-box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
    -o-box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
    -webkit-box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
    box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
}
.feature-box-modern .fbox-content .f-box-icon {
    font-size: 80px;
    position: absolute;
    transform: rotate(-11deg);
    left: -5px;
    bottom: -7px;
    z-index: 0;
    color: #62a403;
    opacity: 0.1;
}
.feature-box-modern:hover .feature-box-icon span {
    transform: scale(1);
    animation: pulse-theme 1s infinite;
}
@keyframes pulse-theme {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 25, 58, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(223, 25, 58, 0);
    }
    
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 25, 58, 0);
    }
}
/* Feature box Modern Pro */
.feature-box-classic-pro {
    border-radius: 0;
    padding: 35px 30px;
}
.feature-box-classic-pro .feature-box-image.rounded-circle {
    width: 130px;
    height: 130px;
    margin: auto;
    background: #fff;
    box-shadow: 0 3px 30px rgba(110,122,182,0.1);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.feature-box-classic-pro .feature-box-image.rounded-circle > img {
    max-width: 65px;
}
.feature-box-classic-pro .fbox-number {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 31px;
    background: #ffffff;
    border-radius: 50%;
    color: #000;
    right: 81px;
    border: dashed 2px;
    top: 24px;
}
.feature-box-classic-pro:hover .fbox-number {
    color: #fff;
}
.feature-box-classic-pro:hover .feature-box-image.rounded-circle {
    border: dashed 2px;
}
.feature-box-classic-pro:hover .fbox-number,
.feature-box-classic-pro .fbox-number,
.feature-box-classic-pro:hover .feature-box-image.rounded-circle,
.feature-box-classic-pro .feature-box-image.rounded-circle {    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-wrapper.icon-mar > .media > *:first-child {
    margin-right: 20px;
    margin-top: 6px;
}
.feature-box-wrapper.cus-feature1 > .media > *:first-child {
    margin-right: 20px;
    margin-top: 7px;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    z-index: -1;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link {
    display: inline-block;
    margin-top: 0;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background: #2b88ff !important;
    padding: 11px 10px 9px;
    width: 33%;    
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.feature-box-wrapper a.btn.btn-bg-dark.btn-link:hover {
    text-decoration: none;
    background: #333333 !important;
    color: #fff;
}
.feature-box-classic-pro .feature-box-image.rounded-circle:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    right: -60px;
}
.feat-before.feature-box-classic-pro .feature-box-image.rounded-circle:before {
    content: unset;
}
.feature-box-classic-pro .btn.btn-link {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin: auto;
    letter-spacing: 0.2px;
    color: #797979;
    font-size: 15px;
    background: #ffffff;
    text-transform: uppercase;
}
.feature-box-classic-pro .btn.btn-link:after {
    content: "\e628";
    color: #797979;
    font-weight: 900;
    font-family: themify;
    font-size: 12px;
    line-height: 46px;
    left: 0;
    right: 0;
    transition: all .3s;
    margin-left: 6px;
}
.feature-box-wrapper.feature-box-classic-pro:before {
    content: "";
    width: 200px;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    right: 0;
    transition: all .3s;
    left: 0;
    z-index: 1;
    background: rgb(228 87 62 / 21%);
    margin: auto;
}
.feature-box-wrapper.feature-box-classic-pro:hover:before {
    background: #62a403;
    width: 250px;
    transition: all .3s;
}
.elementor .elementor-widget-container.feature-box-classic-pro .feature-box-image img {
    max-width: 110px;
}
.timer-img .feature-box-image.fbox-img-overlay-none img {
    max-width: 65px;
}
/* Common Feature Box Style */
.icon-icon-light {
    color: #fff;
}
.icon-icon-dark {
    color: #000000;
}
.feature-box-inner > * {
    margin-bottom: 15px;
}
.fbox-number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.cus-f-number .fbox-number {
    position: absolute;
    top: 25px;
    right: 17px;
    font-size: 57px;
    color: #f3f3f3;
}
.cus-f-number.factive .fbox-number {
    color: rgb(255 255 255 / 20%);
}
.cus-f-number .fbox-number,
.cus-f-number:hover .fbox-number {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-box-inner > *:last-child {
    margin-bottom: 0px;
}
.text-left .feature-box-image img {
    margin-left: 0;
}
.text-right .feature-box-image img {
    margin-right: 0;
}
.mx-w-65 .feature-box-image img {
    max-width: 65px;
}
.mx-w-75 .feature-box-image img {
    max-width: 75px;
}
/*feature Box Image hover styles*/
.feature-box-image.fbox-img-overlay-overlay {
    position: relative;
}
.feature-box-wrapper .fbox-img-overlay-overlay:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform:  scale(0);
    -moz-transform:    scale(0);
    -ms-transform:    scale(0);
    -o-transform:      scale(0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-box-wrapper:hover .fbox-img-overlay-overlay:before {
    opacity: 1;
     transform: scale(1);
    -webkit-transform:  scale(1);
    -moz-transform:    scale(1);
    -ms-transform:    scale(1);
    -o-transform:      scale(1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*Feature Fourteen*/
.feature-box-wrapper.feature-fourteen {
    overflow: hidden;
}
.feature-box-wrapper.feature-fourteen .feature-box-inner .feature-box-image img {
    max-width: 70px;
}
.feature-box-wrapper.feature-fourteen .fbox-number {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 15PX;
    right: 0;
    background: #62a403;
    padding: 5px 12px;
    line-height: 1;
    color: #fff;
    border-radius: 4px 0px 0 4px;
}
.feature-box-wrapper.feature-fourteen .feature-box-btn a.btn {
    padding: 0 0 0px;
    color: #797979;
    font-weight: 500;
    background: transparent;
    border-bottom: solid 1px #797979 !important;
    border-radius: 0 !important;
}
.feature-box-wrapper.feature-fourteen .feature-box-btn a.btn:hover {
    color: #62a403;
    border-bottom: solid 1px #62a403 !important;
}
/*zoom in*/
.feature-box-image {
    overflow: hidden;
}
.fbox-img-overlay-zoomin img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbox-img-overlay-zoomin:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*grayscale*/
.fbox-img-overlay-grayscale img { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
        -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbox-img-overlay-grayscale:hover img{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-box-image {
    border-radius: 10px;
}

/*Blur*/
.fbox-img-overlay-blur img {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.fbox-img-overlay-blur:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(2px);
}
/* feature Button */
.feature-btn a {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    width: 46px;
    display: inline-block;
}
/*Shop Featurebox*/
.feature-box-colored .feature-box-wrapper .feature-box-icon > span,
.feature-box-colored .feature-box-wrapper .feature-box-title {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.14);
}
.feature-box-colored .feature-box-wrapper:hover .feature-box-icon span {
    background: none !important;
}
.feature-box-colored h5.feature-box-title {
    font-size: 19px;
    font-weight: 400;
}
.feature-box-colored h5.feature-box-title a:hover {
    color: unset !important;
    opacity: 0.8;
}
.ad-wrap.ad-center {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translateY(-50%);
}
.ad-wrap.ad-top-left {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}
.ad-wrap.ad-top-right {
    position: absolute;
    top: 30px;
    right: 30px;
}
.ad-wrap .btn-link {
    display: inline-block;
    height: 43px;
    line-height: 39px;
    text-align: center;
    margin-top: 7px;
    padding: 2px 25px;
    min-height: 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
}
.ad-wrap .btn-link .fa {
    margin-left: 8px;
    font-size: 11px;
}
.ad-wrap .price ins {
    font-weight: 700;
    font-size: 22px;
}
.ad-wrap .price del .amount {
    color: #797979;
}
.ad-wrap .btn-link:hover,
.ad-wrap .btn-link:focus {
    text-decoration: none;
}
.ad-wrap .price {
    margin-bottom: 13px;
}
.ad-wrap h6.typo-dark {
    font-weight: 400;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 9px 17px 8px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 14px;
}
.ad-wrap h3.typo-dark {
    margin-bottom: 13px;
}
.ad-wrap .price del {
    margin-left: 6px;
    font-size: 15px;
}
.feature-box-wrapper.feature-ad2 {
    position: relative;
    overflow: hidden;
}
.cus-orange .feature-box-inner:before {
     background: #fce7e2;   
}
.cus-blue .feature-box-inner:before {
      background: #d7e8ff;      
}
.cus-grey .feature-box-inner:before {
      background: #fbfbfc;      
}
.cus-green .feature-box-inner:before {
      background: #f9fdff;      
}
.cus-red .feature-box-inner:before {
      background: #f9fdff;      
}
.cus-white .feature-box-inner:before {
      background: #ffffff;      
}
.ad-wrap .typo-dark.theme-secondary-color {
    background-color: #62a403;
    color: #fff;
}
.feature-box-wrapper.feature-ad2 .feature-box-inner:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -50px;
    bottom: -50px;
    border-radius: 50%;
}
.feature-box-wrapper.feature-ad2.med-big-ad .feature-box-inner:before {
    content: "";
    position: absolute;
    width: 249px;
    height: 249px;
    right: 50px;
    bottom: 32px;
    border-radius: 50%;
}
.feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off,
 .feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off {
    top: 59%;
    right: 58%;
    height: 94px;
    width: 94px;
    background: #ffd55a;
}
.feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off .off-value,
.feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off .off-value {
    font-size: 24px;
    color: #222222;
}
.feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off .off-text,
.feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off .off-text {
    font-size: 18px;
    color: #222222;
}
.feature-box-wrapper.sml-ad .fbox-content .ad-wrap a {
    color: #62a403;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: solid 2px;
    font-weight: 700;
}
.feature-box-wrapper.med-big-ad .ad-wrap.ad-center {
    position: absolute;
    top: 45%;
    left: 70px;
    right: 70px;
    transform: translateY(-50%);
}
.feature-box-wrapper.med-big-ad .ad-wrap h3.typo-dark {
    margin-bottom: 13px;
}
.feature-box-wrapper.med-big-ad .ad-wrap .price {
    margin-bottom: 10px;
}
.feature-box-wrapper.med-big-ad .ad-wrap .price ins {
    font-weight: 700;
    font-size: 22px;
}
.feature-box-wrapper .ad-wrap .price.typo-dark {
    font-size: 18px;
    font-weight: 400;
    color: #62a403;
}
.feature-box-wrapper .ad-wrap .price.typo-dark span.typo-dark {
    font-size: 23px;
    color: #62a403;
    font-weight: 700;
    margin-bottom: 4px
}
.feature-box-wrapper .ad-wrap .price {
    margin-bottom: 8px;
}
/*Custom List Product*/
.custom-list-pro {
    position: relative;
    overflow: visible;
}
.custom-list-pro .feature-box-image img {
    max-width: 115px;
}
.custom-list-pro .feature-box-image {
    margin-top: -60px;
}
.custom-list-pro .feature-box-image.rounded-circle {
    border-radius: 0%!important;
}
/*Ads style 4*/
.ad-style-4.center {
    position: absolute;
    top: 46.5%;
    transform: translateY(-50%) translateX(-50%);
    left: 34.9%;
    text-align: center;
}
.ad-style-4.center-right {
    position: absolute;
    top: 46.5%;
    transform: translateY(-50%);
    right: 9%;
    text-align: center;
}
.ad-style-4.ad-top-left {
    position: absolute;
    top: 36.5%;
    transform: translateY(-50%) translateX(-50%);
    left: 29.9%;
    text-align: left;
}
.ad-style-4 .ad-sub-title > .off-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    height: 24px;
    line-height: 26px;
    padding: 0 18px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 6px;
}
.ad-style-4 .ad-sub-title > .off-title.orange,
.ad-style-4 .ad-sub-title > .off-title {
    background: #ff6601;
}
.ad-style-4 .ad-sub-title > .off-title.red {
    background: #f93232;
}
.feature-box-wrapper .fbox-content .ad-style-4 .btn-link, 
.ad-style-4 .btn-link {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0px 25px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.ad-style-4 .btn-link .fa {
    font-size: 11px;
    margin-left: 4px;
}
.ad-style-4 .ad-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 19px;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 0 #111;
}
.ad-style-4 h3.ad-title {
    color: #111;
}
.ad-style-4.ad-top-left .ad-title {
    margin-bottom: 10px;
}
.price-tag {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
}
/*Offer text*/
.ad-banner-off.on-sale-off {
    position: absolute;
    top: 59%;
    right: 34%; 
    z-index: 1;
    background: #62a403;
    color: #fff;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ad-banner-off.on-sale-off .off-text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1;
}
.ad-banner-off.on-sale-off .off-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.ad-banner-off.on-sale-off .off-value-style2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.ad-banner-off.on-sale-off.ad-banner-2 {
    top: auto;
    right: 42%;
    bottom: 35px;
}
/*Medical ad 3*/
.feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off.on-sale-off .off-value {
    font-size: 24px;
}
.feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off.on-sale-off .off-text {
    margin-top: 3px;
    font-size: 18px;
}
.feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off {
    background: #ffd55a;
    color: #222222;
    height: 94px;
    width: 94px;
}
.home-five-ad .ad-wrap .btn-link {
    height: 41px;
    line-height: 39px;
    padding: 2px 22px;
    min-height: 40px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.home-six-ad .ad-wrap .btn-link,
.home-seven-ad .ad-wrap .btn-link {
    line-height: 42px;
    border-radius: 30px;
}
.home-seven-ad .ad-wrap .btn-link {
    line-height: 42px;
    border-radius: 6px;
}
.home-seven-ad .ad-wrap h6.typo-dark {
    font-weight: 500;
    color: #222222;
    font-size: 13px;
    background: #ffc825;
    border-radius: 6px;
    margin-bottom: 14px;
}
.home-seven-ad .btn.btn-link.secondary-bg {
    background: #62a403;
}
.ad-wrap .typo-yellow {
    color: #ffc825;
}
.home-seven-ad .ad-wrap .price del .amount {
    color: #fff;
}
.cus-feature-box {
    padding: 0 35px;
    position: absolute;
    top: 50%;
    text-align: left;
    color: #fff;
    transform: translateY(-50%);
    z-index: 2;
}
.cus-feature-box .feature-box-title {
    margin-bottom: 13px;
}
.cus-feature-box .fbox-content {
    margin-right: 176px;
    font-weight: 500;
}
.feature-box-wrapper.cus-ad-feature.cus-ad-1 .feature-box-image,
.feature-box-wrapper.cus-ad-feature.cus-ad-2 .feature-box-image {
    position: relative;
}
.feature-box-wrapper.cus-ad-feature.cus-ad-1 .feature-box-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 28%);
}
.cus-ad-3 .feature-box-inner,
.cus-ad-4 .feature-box-inner,
.cus-ad-5 .feature-box-inner {
    position: relative;
}

.cus-ad-3 .fbox-content .cus-feature-box1,
.cus-ad-5 .fbox-content .cus-feature-box1 {
    position: absolute;
    top: 50px;
    color: #fff;
    padding: 0 20px;
}
.cus-ad-5 .fbox-content .cus-feature-box1 {
    top: 30px;
}
.cus-ad-3 .fbox-content .cus-feature-box1 .feature-box-title,
.cus-ad-4 .fbox-content .cus-feature-box1 .feature-box-title,
.cus-ad-5 .fbox-content .cus-feature-box1 .feature-box-title,
.cus-ad-3 .fbox-content .cus-feature-box1 .fbox-content1,
.cus-ad-5 .fbox-content .cus-feature-box1 .fbox-content1 {
    margin-bottom: 10px;
}
.cus-ad-4 .fbox-content1 {
    padding: 0 99px;
    color: #797979;
    margin-bottom: 10px;
}
.feature-box-wrapper.cus-ad-4 .fbox-content a.org-btn-ad,
.feature-box-wrapper.cus-ad-3 .fbox-content a.org-btn-ad,
.feature-box-wrapper.cus-ad-5 .fbox-content a.org-btn-ad {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 2px solid;
}
.feature-box-wrapper.cus-ad-4 .fbox-content a.org-btn-ad {
    color: #62a403;
}
.feature-box-wrapper.cus-ad-3 .fbox-content a.org-btn-ad,
.feature-box-wrapper.cus-ad-5 .fbox-content a.org-btn-ad {
    color: #191919;
}

.feature-box-wrapper.cus-ad-4 .fbox-content a.org-btn-ad:hover,
.feature-box-wrapper.cus-ad-3 .fbox-content a.org-btn-ad:hover,
.feature-box-wrapper.cus-ad-5 .fbox-content a.org-btn-ad:hover {
    opacity: 0.7;
}
.cus-ad-5 .fbox-content .cus-feature-box1.ad-bottom {
    bottom: 30px;
    top: auto;
}
.cus-ad-5 .fbox-content .cus-feature-box1 {
    color: #6c6c6c;
}
.cus-ad-5. .fbox-content .cus-feature-box1 {
    color: #6c6c6c;
}
.feature-box-wrapper.cus-ad-5 .fbox-content a.org-btn-ad {
    border: none;
    font-size: 13px;
    color: #fff;
    background: #62a403;
    padding: 5px 18px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 6px;
}
.feature-box-wrapper.cus-ad-5.red-clr .fbox-content a.org-btn-ad { 
    background: #c20a13;
}
.feature-box-wrapper.cus-ad-5.violet-clr .fbox-content a.org-btn-ad { 
    background: #466891;
}
/* Image style */
.max-width-none .elementor-image img {
    max-width: none !important;
}
.elementor-image,
.feature-box-colored .feature-box-wrapper {
    position: relative;
}
.elementor-element.cus-single-img .elementor-widget-container:before {
content: "";
    position: absolute;
    left: 41px;
    bottom: 15px;
    width: 456px;
    height: 456px;
    background: #62a403;
    z-index: 0;
    border-radius: 50%;
}
.elementor-element.cus-single-img .elementor-widget-container img {
    z-index: 1;
    position: relative;
}
.feature-box-colored .feature-box-wrapper .feature-box-inner {
    z-index: 2;
    position: relative;
}
.elementor-image a:before,
.feature-box-colored .feature-box-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #fff;
    opacity: 0;
    transform: scale(0.8,0.8);
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}
.elementor-image:hover a:before,
.feature-box-colored .feature-box-wrapper:hover:before {
    opacity: 0.2;
    transform: scale(1,1);
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}
/* feature Box Hover Effects With classes */
.feature-box-wrapper.hover-style-1:hover {
    box-shadow: 0 3px 30px rgba(110,122,182,0.1);
    transform: translate3d(0, -20px, 0);
    transition: .35s;
}
.feature-box-wrapper.hover-style-1:hover .feature-box-image {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -webkit-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
}
/* List */
.feature-box-wrapper > .media > *:first-child {
    margin-right: 20px;
}
.feature-box-wrapper.cus-feature2 > .media > *:first-child {
    margin-right: 23px;    
    margin-top: 0px;
}
.feature-box-wrapper.cus-feature1.feature-box-classic > .media > *:first-child {
    margin-top: 5px;
    margin-right: 20px;
}
.feature-box-wrapper.list-fullwidth-active > .media {
    margin-bottom: 10px;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.feature-box-wrapper.list-fullwidth-active {
    position: relative;
    transition: .5s ease;
}
.feature-box-modern .media-icon-part {
    margin-top: 8px;
}
.feature-box-wrapper.list-fullwidth-active .feature-box-btn {
    position: absolute;
    bottom: -18px;
    opacity: 0;
    transform: scale(.5);
    transition: .5s ease;
}
.feature-box-wrapper.list-fullwidth-active:hover .feature-box-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s ease;
}
.list-fullwidth-active .feature-box-title {
    position: relative;
    display: inline;
    line-height: 26px;
}
.feature-box-wrapper.list-fullwidth-active > .media > *:first-child {
    margin-right: 15px;
    margin-top: 0;
}
/* Image Carousel */
.swiper-container .elementor-swiper-button-prev {
    left: 0;
}
.swiper-container .elementor-swiper-button-next {
    right: 0;
}
.swiper-container .elementor-swiper-button-next,
.swiper-container .elementor-swiper-button-prev {
    color: #797979;
    opacity: 0.5;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.swiper-container .elementor-swiper-button-next:hover,
.swiper-container .elementor-swiper-button-prev:hover {
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
/*-------------------------------------------
12. Contact Form Styles 
 ---------------------------------------------*/
label {
    width: 100%;
    display:block;
}
input.wpcf7-form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    background: #f8f8f8;
}
input.wpcf7-form-control {
    padding: 0 15px;
}
textarea.wpcf7-form-control {
    padding: 8px 15px;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    background: #f8f8f8;
}
textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background: #f8f8f8;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 18px;
}
span.wpcf7-form-control-wrap.your-message {
    margin-bottom: 9px;
}
form.wpcf7-form > p {
    margin-bottom: 25px;
}
textarea:focus {
    outline: 0;
}
input.wpcf7-form-control:focus, textarea.wpcf7-form-control:focus {
    border: solid 1px;
    background: #fff;
}
.contact-form-wrapper .wpcf7 input[type="submit"] {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0px 32px;
    border: solid 2px;
    border-radius: 6px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 15px;
}
.contact-form-wrapper .wpcf7 input[type="submit"]:hover {
    background: #070e20;
    color: #fff;
}
span.submit-icon:after {
    content: "\e75a";
    position: absolute;
    left: 35px;
    font-family: themify;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
span.submit-icon {
    position: relative;
}
.contact-form-wrapper .wpcf7 .submit-icon input[type="submit"] {
    padding-left: 60px;
}
/* Contact Form Classic */
.cf-classic input.wpcf7-form-control, .cf-classic textarea.wpcf7-form-control {
    border-bottom: 2px solid #eaeaea !important;
    border: 0;
}
/* Contact Form Modern */ 
.contact-form-title {
    margin-bottom: 30px;
}
/* Contact Form Classic Pro */
.cf-classic-pro input.wpcf7-form-control, .cf-classic-pro textarea.wpcf7-form-control {
    background: #f9f9f9;
    border: 0;
}
/*Upload Prescription*/
.form-icon>span.ri-icon {
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    z-index: 1;
    right: 18px;
    font-size: 17px;
}
.form-icon {
    position: relative;
}
.form-icon br {
    display: none;
}
span.wpcf7-form-control-wrap.Upload input[type="file"] {
    text-indent: -999px;
    height: 122px;
    width: 100%;
    border: none;
    font-size: 0;
    background: transparent;
}
span.medi-form-title {
    display: block;
}
.wpcf7-form-control-wrap.Upload {
    position: relative;
    margin-bottom: 16px;
}
.medi-form-text {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
span.medi-form-title {
    display: block;
    font-weight: 700;
    color: #62a403;
}
.wpcf7-form-control-wrap.Upload:before {
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}
/*-------------------------------------------
13. Contact Info 
 ---------------------------------------------*/
.contact-info-wrapper {
    margin-bottom: 30px;
}
.contact-info-wrapper > * {
    margin-bottom: 10px;
}
.contact-info-wrapper > *:last-child {
    margin-bottom: 0px;
}
/* Classic */
.contact-info-wrapper.contact-info-style-classic {
    padding: 60px 30px;
    border: 1px solid #f2f2f2;
}
/* Modern */
.contact-info-wrapper.contact-info-style-modern {
    padding: 30px;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.1);
}
/* Modern */
.contact-info-wrapper.contact-info-style-modern {
    padding: 50px 30px;
    box-shadow: 0px 0 36px 0px rgba(130, 136, 147, 0.15);
    border-radiusL 5px;
    transition: .5s ease;
}
.contact-info-inner {
    display: inline;
}
.contact-info-wrapper.contact-info-style-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    transition: .5s ease;
}
.contact-info-style-modern .contact-info-title {
    position: relative;
    display: block;
    background-image: linear-gradient(120deg, rgb(0, 0, 0) 0%, rgb(234, 234, 234) 100%);
    background-size: 100% 0.2em;
    background-repeat: no-repeat;
    background-position: 0px 100%;
    transition: background-size 0.25s ease-in 0s;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
}
.contact-info-style-modern.contact-info-wrapper > * {
    margin-bottom: 20px;
}
.contact-info-style-modern.contact-info-wrapper > *:last-child {
    margin-bottom: 0;
}
.contact-info-wrapper.contact-info-style-modern {
    position: relative; 
}
.contact-info-wrapper.contact-info-style-modern:after {
    content: "\f0f7";
    position: absolute;
    font-family: fontAwesome;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #000;
    border-radius: 50%;
    right: -17px;
    margin: 0 auto;
    bottom: -16px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0);
    transition: .5s ease;
}
.contact-info-wrapper.contact-info-style-modern:hover:after {
    opacity: 1; 
    transform: scale(1);
    transition: .5s ease;
}
/* modern Pro */
.contact-info-wrapper.contact-info-style-classic-pro {
    background: #f9f9f9;
    padding: 60px 30px;
}
.contact-info-wrapper ul.social-icons>li>a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.contact-info-wrapper ul.social-icons>li>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.contact-info-wrapper > div span[class^="ti-"] {
    font-weight: 700;
}
.contact-info-wrapper.contact-info-style-modern > div span[class^="ti-"] {
    font-size: 17px;
    line-height: 24px;
    vertical-align: middle;
}
.contact-info-wrapper .contact-mail a {
    font-weight: 400;
}
.contact-info-wrapper > *.contact-info {
    margin-bottom: 15px;
}
.contact-info-wrapper .contact-phone > span:last-child {
    text-decoration: underline;
}
.contact-info-wrapper .contact-info-title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.contact-info-wrapper:not(.contact-info-style-modern ) .contact-info-title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    bottom: 0;
    background: #000000;
}
/*-------------------------------------------
14. Counter 
 ---------------------------------------------*/
.counter-wrapper > * {
    margin-bottom: 10px;
}
.counter-style-default span.counter-up {
    font-weight: bold;
}
.counter-wrapper > *:last-child {
    margin-bottom: 0px;
}
.counter-wrapper  {
    margin-bottom: 30px; 
}
.counter-value span.counter-suffix {
    padding-left: 5px;
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
}
.suffix-light .counter-value span.counter-suffix {
    color: #fff;
}
/* Style 1 */
.counter-style-default .counter-title-head {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 1;
}
.counter-style-default .counter-image img {
    max-width: 60px;
}
.counter-style-default .counter-value span.counter-suffix {
    padding-left: 5px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}
.counter-style-default span.counter-up {
    font-weight: 400;
    font-size: 35px;
}
/* Style 2 */
.counter-style-classic {
    box-shadow: 0px 20px 60px 0px rgba(0,11,40,0.06);
    padding: 30px;
}
/* Style 3 */
.counter-style-modern .counter-title-head {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.counter-style-modern .counter-value span.counter-up {
    font-size: 40px;
    line-height: 36px;
}
.counter-style-modern .counter-value span.counter-suffix {
    padding-left: 5px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #fff;
}
.counter-style-modern .counter-value h3 {
    margin-bottom: 5px;
}
.counter-style-classic-pro .counter-title-head {
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
}
.counter-style-classic-pro .counter-value span.counter-up {
    font-size: 36px;
}
.counter-style-classic-pro .counter-value h3 {
    line-height: 1;
}

.counter-style-classic-pro .media {
    position: relative;
}
.elementor-widget-wrap>.elementor-element.elementor-absolute .elementor-widget-container {
    width: 180px;
    height: 180px;
}
.counter-wrapper.counter-style-classic-pro {
    margin-bottom: 0;
}
.counter-wrapper.counter-style-classic-pro .counter-value span.counter-suffix {
    color: #fff;
}
.counter-content {
    margin-bottom: 15px;
}
.counter-wrapper > *.counter-content p {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    background: #62a403;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 400;
}
/*--------------------------------------------------------------
15. Image Grid Shortcode Styles
--------------------------------------------------------------*/
.image-grid-wrapper > .row:last-child {
    margin-bottom: 0;
}
.image-grid-wrapper > .row {
    margin-bottom: 30px;
}
.image-grid-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.image-grid-1 .image-grid-inner {
    padding: 25px;
    border: 1px solid rgb(234, 234, 234,0.1);
}
.image-grid-wrapper.image-grid-1 .owl-carousel .owl-stage-outer {
    padding-top: 13px;
}
.image-grid-wrapper .owl-carousel .owl-item .image-grid-inner img {
    width: 155px;
}
.cus-client-img .elementor-widget-container {
    overflow: hidden;
}
.elementor .cus-client-img img {
    max-width: 150px;
-webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.cus-client-img:hover img {
-webkit-filter: grayscale(100%);
    filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: clientSlider 550ms forwards;
    -moz-animation: clientSlider 550ms forwards;
    -ms-animation: clientSlider 550ms forwards;
    -o-animation: clientSlider 550ms forwards;
    animation: clientSlider 550ms forwards;
}
.cus-product-wrap figure.swiper-slide-inner .swiper-slide-image {
    max-width: 150px;
-webkit-filter: grayscale(100%);
    filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
figure.swiper-slide-inner:hover .swiper-slide-image {
-webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
    -webkit-animation: clientSlider 550ms forwards;
    -moz-animation: clientSlider 550ms forwards;
    -ms-animation: clientSlider 550ms forwards;
    -o-animation: clientSlider 550ms forwards;
    animation: clientSlider 550ms forwards;
}
figure.swiper-slide-inner .swiper-slide-image {
    opacity: .7;
}
/* Client Animate */
@-webkit-keyframes clientSlider {
49% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
50% {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
}
.image-grid-1 .image-grid-inner:hover {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.image-grid-1 .image-grid-inner:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity:1;
}
.image-grid-1 .image-grid-inner img {
    transform: scale(0.8) rotate(20deg);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0.5;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner {
    overflow: hidden;
}
.image-grid-wrapper.image-grid-2.custom .image-grid-inner {
    overflow: hidden;
    border: 1px solid #fbfbfb;
    padding: 25px;
}
.image-grid-inner:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000000;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    position: absolute;
    right: -8px;
    top: -8px;
}
@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
}
@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
}
@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}
@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}
/*slider*/
.image-grid-wrapper.image-grid-2 .image-grid-inner:hover img {
    -webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: clientSlider 550ms forwards;
    -moz-animation: clientSlider 550ms forwards;
    -ms-animation: clientSlider 550ms forwards;
    -o-animation: clientSlider 550ms forwards;
    animation: clientSlider 550ms forwards;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner img {
-webkit-filter: grayscale(100%);
    filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@-webkit-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-ms-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-o-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.image-grid-2 .image-grid-inner:after {
    display:none;
}
.image-grid-3 .image-grid-inner {
    padding: 25px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-grid-3 .owl-stage-outer .image-grid-inner {
    margin: 0 20px 50px 20px;
}
.image-grid-3 .image-grid-inner:after {
    display: none;
}
.image-grid-3 .image-grid-inner:hover {
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*--------------------------------------------------------------
16. Social Icons General Style
--------------------------------------------------------------*/
ul.nav.social-icons {
    display: inline-block;
}
ul.social-icons > li {
    text-align: center;
    text-align: -webkit-center;
    padding:0;
}
ul.social-icons > li > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 40px;
    padding: 0;
    background: #fff;
    text-align: center;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
}
article ul.social-icons > li > a {
    background: transparent;
    border: solid 1px #d5eaea;
}
ul.social-icons.social-transparent > li a {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
}
/*Social Icons Colors*/
ul.social-icons.social-circled > li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
ul.social-icons.social-rounded > li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
ul.social-icons.social-white > li a, ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}
ul.social-icons.social-black > li a, ul.social-icons.social-h-black > li a:hover {
    color: #222222;
}
ul.social-icons.social-bg-white > li a, ul.social-icons.social-hbg-white > li a:hover {
    background-color: #fff;
}
ul.social-icons.social-bg-black > li a, ul.social-icons.social-hbg-black > li a:hover {
    background-color: #222222;
}
ul.social-icons.social-bg-light > li a, ul.social-icons.social-hbg-light > li a:hover {
    background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-bg-dark > li a, ul.social-icons.social-hbg-dark > li a:hover {
    background: rgba(0, 0, 0, 0.5);
}
/* Social Media Colors */
ul.social-icons.social-own > li a.social-fb, ul.social-icons.social-h-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb, ul.social-icons > li > a.share-fb:hover {
    color: #3b5999;
}
ul.social-icons.social-own > li a.social-twitter, ul.social-icons.social-h-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter, ul.social-icons > li > a.share-twitter:hover {
    color: #55acee;
}
ul.social-icons.social-own > li a.social-instagram, ul.social-icons.social-h-own > li a.social-instagram:hover ,
article.post ul.social-icons > li > a.social-instagram, ul.social-icons > li > a.share-instagram:hover {
    color: #e4405f;
}
ul.social-icons.social-own > li a.social-linkedin, ul.social-icons.social-h-own > li a.social-linkedin:hover ,
article.post ul.social-icons > li > a.social-linkedin, ul.social-icons > li > a.share-linkedin:hover, ul.social-icons > li > a.share-linkedin:hover {
    color: #0077B5;
}
ul.social-icons.social-own > li a.social-pinterest, ul.social-icons.social-h-own > li a.social-pinterest:hover,
article.post ul.social-icons > li > a.social-pinterest, ul.social-icons > li > a.share-pinterest:hover {
    color: #bd081c;
}
ul.social-icons.social-own > li a.social-youtube, ul.social-icons.social-h-own > li a:hover.social-youtube,
article.post ul.social-icons > li > a.social-youtube, ul.social-icons > li > a.share-youtube:hover {
    color: #cd201f;
}
ul.social-icons.social-own > li a.social-vimeo, ul.social-icons.social-h-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo, ul.social-icons > li > a.share-vimeo:hover {
    color: #1ab7ea;
}
ul.social-icons.social-own > li a.social-soundcloud, ul.social-icons.social-h-own > li a.social-soundcloud:hover ,
article.post ul.social-icons > li > a.social-soundcloud, ul.social-icons > li > a.share-soundcloud:hover {
    color: #ff3300;
}
ul.social-icons.social-own > li a.social-yahoo, ul.social-icons.social-h-own > li a.social-yahoo:hover,
article.post ul.social-icons > li > a.social-yahoo, ul.social-icons > li > a.share-yahoo:hover {
    color: #410093;
}
ul.social-icons.social-own > li a.social-tumblr, ul.social-icons.social-h-own > li a.social-tumblr:hover ,
article.post ul.social-icons > li > a.social-tumblr, ul.social-icons > li > a.share-tumblr:hover {
    color: #34465d;
}
ul.social-icons.social-own > li a.social-paypal, ul.social-icons.social-h-own > li a.social-paypal:hover,
article.post ul.social-icons > li > a.social-paypal, ul.social-icons > li > a.share-paypal:hover {
    color: #003087;
}
ul.social-icons.social-own > li a.social-mailto, ul.social-icons.social-h-own > li a.social-mailto:hover ,
article.post ul.social-mailto > li > a.social-mailto, ul.social-icons > li > a.share-mailto:hover {
    color: #ffa500;
}
ul.social-icons.social-own > li a.social-flickr, ul.social-icons.social-h-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr, ul.social-icons > li > a.share-flickr:hover {
    color: #ff0084;
}
ul.social-icons.social-own > li a.social-dribbble, ul.social-icons.social-h-own > li a.social-dribbble:hover,
article.post ul.social-icons > li > a.social-dribble, ul.social-icons > li > a.share-dribble:hover {
    color: #ea4c89;
}
ul.social-icons.social-own > li a.social-rss, ul.social-icons.social-h-own > li a.social-rss:hover,
article.post ul.social-icons > li > a.social-rss, ul.social-icons > li > a.share-rss:hover {
    color: #ff6601;
}
/* Social Media Background Colors */
ul.social-icons.social-bg-own > li a.social-fb, ul.social-icons.social-hbg-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb:hover {
    background: #3b5999;
}
ul.social-icons.social-bg-own > li a.social-twitter, ul.social-icons.social-hbg-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter:hover {
    background: #55acee;
}
ul.social-icons.social-bg-own > li a.social-instagram, ul.social-icons.social-hbg-own > li a.social-instagram:hover ,
article.post ul.social-icons > li > a.social-instagram:hover {
    background: #e4405f;
}
ul.social-icons.social-bg-own > li a.social-linkedin, ul.social-icons.social-hbg-own > li a.social-linkedin:hover ,
article.post ul.social-icons > li > a.social-linkedin:hover {
    background: #0077B5;
}
ul.social-icons.social-bg-own > li a.social-pinterest, ul.social-icons.social-hbg-own > li a.social-pinterest:hover ,
article.post ul.social-icons > li > a.social-pinterest:hover {
    background: #bd081c;
}
ul.social-icons.social-bg-own > li a.social-youtube, ul.social-icons.social-hbg-own > li a.social-youtube:hover,
article.post ul.social-icons > li > a.social-youtube:hover {
    background: #cd201f;
}
ul.social-icons.social-bg-own > li a.social-vimeo, ul.social-icons.social-hbg-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo:hover {
    background: #1ab7ea;
}
ul.social-icons.social-bg-own > li a.social-soundcloud, ul.social-icons.social-hbg-own > li a.social-soundcloud:hover ,
article.post ul.social-icons > li > a.social-soundcloud:hover {
    background: #ff3300;
}
ul.social-icons.social-bg-own > li a.social-yahoo, ul.social-icons.social-hbg-own > li a.social-yahoo:hover ,
article.post ul.social-icons > li > a.social-yahoo:hover {
    background: #410093;
}
ul.social-icons.social-bg-own > li a.social-tumblr, ul.social-icons.social-hbg-own > li a.social-tumblr:hover ,
article.post ul.social-icons > li > a.social-tumblr:hover {
    background: #34465d;
}
ul.social-icons.social-bg-own > li a.social-paypal, ul.social-icons.social-hbg-own > li a.social-paypal:hover ,
article.post ul.social-icons > li > a.social-paypal:hover {
    background: #003087;
}
ul.social-icons.social-bg-own > li a.social-mailto, ul.social-icons.social-hbg-own > li a.social-mailto:hover ,
article.post ul.social-icons > li > a.social-mailto:hover {
    background: #ffa500;
}
ul.social-icons.social-bg-own > li a.social-flickr, ul.social-icons.social-hbg-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr:hover {
    background: #ff0084;
}
ul.social-icons.social-bg-own > li a.social-dribbble, ul.social-icons.social-hbg-own > li a.social-dribbble:hover ,
article.post ul.social-icons > li > a.social-dribble:hover {
    background: #ea4c89;
}
ul.social-icons.social-bg-own > li a.social-rss, ul.social-icons.social-hbg-own > li a.social-rss:hover ,
article.post ul.social-icons > li > a.social-rss:hover {
    background: #ff6601;
}
ul.social-icons.social-bg-own > li a.social-bloglovin, ul.social-icons.social-hbg-own > li a.social-bloglovin:hover {
 background: #00BFF8;
}
ul.social-icons.social-own > li a.social-bloglovin, ul.social-icons.social-h-own > li a.social-bloglovin:hover {
 color: #00BFF8;
}
ul.social-icons.social-bg-transparent > li a,
ul.social-icons.social-hbg-transparent > li a:hover {
    background: transparent;
    border: transparent;
}
/* Social Hover Effects */
 ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}
 ul.social-icons.social-h-black > li a:hover {
    color: #222222;
}
ul.social-icons.social-hbg-white > li a:hover {
    background-color: #fff;
}
ul.social-icons.social-hbg-black > li a:hover {
    background-color: #222222;
}
ul.social-icons.social-hbg-light > li a:hover {
    background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-hbg-dark > li a:hover {
    background: rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------------
17. Timeline Shortcode Styles
--------------------------------------------------------------*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 22px;
    bottom: 42px;
    position: absolute;
    content: " ";
    width: 1px;
    border-right: 1px dotted #eaeaea;
    left: 50%;
    margin-left: -0.5px;
}
.timeline-title {
    margin-bottom: 18px;
}
.timeline > li {
    margin-bottom: 40px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border-radius: 2px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
    box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
}
.timeline > li:not(.timeline-inverted) {
    padding-right:90px;
}
.timeline > li.timeline-inverted {
    padding-left:90px;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #eaeaea;
    border-right: 0 solid #eaeaea;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge, .timeline-sep-title {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline > li > .timeline-sep-title {
    margin-left: 50px;
    width: auto;
    word-wrap: break-word;
    text-align: left;
    height: auto;
    font-size: 28px;
    line-height: 35px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
    right: 50%;
    left: 0;
    text-align: right;
    margin-right: 50px;
}
.timeline-sep-title > span {
    display: block;
    font-size: 15px;
    line-height: 2;
    color: #000;
    font-weight:400;
    margin-top: 15px;
}
.timeline.tl-border-solid:before {
    border-right-style: solid;
}
.timeline-wrapper > ul.timeline > li .separator-shape-custom,
.timeline-wrapper > ul.timeline > li.sep-img-activated .timeline-badge {
    background: transparent !important;
}
/*Timeline Left Layout */
.timeline.tl-left-layout > li > .timeline-sep-title {
    text-align: left;
}
.separator-shape-custom > i,
.separator-shape-custom > img,
.separator-shape-custom > .separator-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 transform: translateY(-50%);
}
/*Timeline Layout 2 */
.timeline-style-2 .timeline > li > .timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px dashed;
    border-radius: 10px;
}
/*Timeline Layout 3 */
.timeline-style-3 .timeline > li > .timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eaeaea;
}
.timeline-style-3 .timeline > li > .timeline-panel .timeline-heading, 
.timeline-style-3 .timeline > li > .timeline-panel .timeline-body {
    text-align: right;
}
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-heading, 
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-body {
    text-align: initial;
}
.timeline-style-3 .timeline > li > .timeline-sep-title {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}
@media only screen and (max-width:767px)  {
    .timeline > li > .timeline-sep-title {
        font-size: 25px;
        width: 100%;
        position: relative;
        height: 100%;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        padding-left: 80px;
    }
    .timeline > li > .timeline-panel {
        float: none !important;
        width: 80%;
        margin-left: 60px;
    }
    h4.timeline-title {
        font-size: 16px;
        line-height: 21px;
    }
    .timeline > li:not(.timeline-inverted) {
        padding: 0;
    }
    .timeline:before {
        left:5%;
        border-right: 2px dotted #eaeaea;
    }
    .timeline > li > .timeline-badge {
        left: 5%;
        right: auto;
        display: inline-block;
        margin-left: -23px;
    }
    .timeline > li.timeline-inverted > .timeline-sep-title {
        text-align: left;
        right: auto;
        padding-left: 80px;
    }
    .timeline > li.timeline-inverted {
        padding-left: 0;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after, .timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li > .timeline-panel:before {
        display: none;
    }
    .timeline-sep-title > span {
        margin-bottom: 15px;
        margin-top: 0;
    }
}
/* Popup */
.popup-trigger-img > img {
    display: inline-block;
}
/*Mailchimp Shortcode*/
.elementor-element .zozo-mc-form {
    border: solid 19px #fff;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 12px 20px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 12px 20px 6px rgba(0,0,0,0.05);
}
.elementor-element .zozo-mc-form input.form-control {
    border: none !important;
}
.elementor-element .zozo-mc-form input.form-control {
    font-size: 14px;
}
.elementor-element .mailchimp-wrapper .btn {
    padding: 0 21px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 700;
    border: solid 2px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.elementor-element .mailchimp-wrapper .btn:focus {
    outline: none;
    box-shadow: none !important;
}
span.icon.icon-Mail.ml-2,
.zozo-mc span.ti-location-arrow {
    vertical-align: middle;
}
.zozo-mc span.ti-location-arrow:before {
    content: "\e6b7";
    font-family: stroke-gap-icons;
    margin-left: .5rem!important;
}
.elementor-element .mailchimp-wrapper .btn:hover {
    background: transparent;
}
/*--------------------------------------------------------------
18. Blog Recent and Popular Shortcode Styles
--------------------------------------------------------------*/
.blog-inner {
    margin-bottom: 30px;
}
.isotope-item .blog-inner {
    margin-bottom: 0 !important;
}
.blog-inner > * {
    margin-bottom: 15px;
}
.blog-inner > * {
    word-break: break-all;
}
.blog-inner > *:last-child {
    margin-bottom: 0px;
}
.blog-wrapper .post-thumb.post-overlay-active .post-overlay-items:after{
    content: unset;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}
.blog-wrapper.blog-style-default .post-thumb.post-overlay-active:before {
    display:none;
}
.blog-inner:hover .post-thumb.post-overlay-active img,
.blog-inner:hover .post-thumb.post-overlay-active::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-inner .post-thumb.post-overlay-active img,
.blog-inner:hover .post-thumb.post-overlay-active::after  {    
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-style-default .post-overlay-active .post-date {
    border: 4px solid hsla(0,0%,100%,.2);
    padding: 10px;
}
.blog-wrapper .post-thumb.post-overlay-active:before {
    content: "";
    position: absolute;        
    top: 0;
    left: -250px;
    bottom: 0;
    transform: skewX(-36deg);
    transition: all 0.5s ease 0s;
    bottom: 0;
    background-image: -webkit-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);
    background-image: -moz-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);
    background-image: -o-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);
    background-image: linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);
    width: 0;
}
.blog-wrapper .blog-inner:hover .post-thumb.post-overlay-active:before {
        width: 100%;
}
.blog-wrapper .post-thumb.post-overlay-active .post-overlay-items {
    padding: 0;
    right: auto;
    left: 20px;
    top: 25px;
    bottom: auto;
}
.blog-wrapper.blog-style-modern .post-thumb.post-overlay-active .post-overlay-items {
    top: 0;
    padding: 25px 25px;
}
.blog-wrapper .post-overlay-items> .post-more a.read-more {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px 8px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
}
.blog-wrapper .post-overlay-items a,
.blog-wrapper .post-overlay-items a:hover {
    color: #fff;
}
.post-overlay-items .post-category a {
    background: #000000;
    padding: 2px 10px;
    border-radius: 0;
}
.blog-inner .post-category {
    font-size: 0;
}
.blog-wrapper .post-overlay-items ul.nav.top-meta-list,
.blog-wrapper .post-overlay-items ul.nav.top-meta-list a {
    font-size: 15px;
    text-transform: capitalize;
}
.blog-wrapper .post-overlay-items .post-category > span.before-icon {
    display: none;
}
.blog-inner > .post-thumb.post-overlay-active {
    overflow: hidden;
}
.blog-inner > .post-thumb.post-overlay-active:last-child {
    border-radius: 0;
}
.blog-inner .post-thumb.post-overlay-active img, .blog-inner .post-thumb.post-overlay-active::after {
    border-radius: 0;
}
.blog-style-modern .blog-inner .post-thumb.post-overlay-active img, .blog-style-modern .blog-inner .post-thumb.post-overlay-active::after {
    border-radius: 0;
}
/* Blog style  Default */
.blog-inner {
    margin-bottom: 30px;
}
.blog-style-default .blog-inner {
    padding: 30px 30px 0px;
    border-radius: 10px;
    display: inline-block;
    -webkit-box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    -moz-box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    -ms-box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    -o-box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
}
.blog-style-default .owl-stage-outer .blog-inner {
    margin-left: 9px;
    margin-right: 9px;    
    background: #fff;

}
.blog-style-default .blog-inner .post-thumb {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    overflow: hidden;
}
.blog-style-default .blog-inner .post-thumb img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-style-default .blog-inner:hover .post-thumb img {
    margin-left: 0;
}
.blog-style-default .blog-inner .top-meta ul li a {
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
    color: #797979;
    background-color: transparent;
    font-weight: 500;
}

.blog-style-default .blog-inner .top-meta .post-date a i {
    margin-right: 6px;
}
.blog-style-default .blog-inner .top-meta ul li a:first-of-type {
    padding-left: 0;
}
.blog-style-default .blog-inner .top-meta .before-icon {
    display: none;
}
.blog-style-default .blog-inner .bottom-meta .post-date a {
    padding: 0;
    background: unset;
    font-weight: 700;
}
.blog-style-default .blog-inner .bottom-meta .post-date a i {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    margin-right: 6px;
    vertical-align: inherit;
}
.blog-style-default .blog-inner .entry-title .post-title-head a,
.blog-style-default .blog-inner .entry-title .post-title-head a:hover,
.blog-style-default .blog-inner .bottom-meta .post-author:hover span.author-name,
.blog-style-default .blog-inner .bottom-meta .post-author span.author-name,
.blog-style-default .blog-inner .top-meta ul li a,
.blog-style-default .blog-inner .top-meta ul li a:hover {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
.blog-wrapper.blog-style-default a.read-more {
    font-weight: 700;
    font-size: 16px;    
    padding-right: 17px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.blog-style-default .blog-inner .bottom-meta ul li a.read-more {
    text-decoration: none;
}
.blog-style-default .blog-inner .bottom-meta .post-more .read-more {
    text-decoration: unset;
    position: relative;
    padding-right: 17px;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.blog-style-default .blog-inner .bottom-meta .post-more .read-more:hover {
    padding-left: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    color: #333333;
}
.blog-style-default .blog-inner .bottom-meta .post-more {
    position: relative;    
    line-height: 23px;
}
.blog-style-default .blog-inner .bottom-meta .post-more::before,
.blog-style-default .blog-inner .bottom-meta .post-more::after {
    position: absolute;
    content: "\e61a";
    font-family: themify;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    font-size: 11px;    
    font-weight: 900;
    line-height: 1;
}
.blog-wrapper.blog-style-default .post-thumb.post-overlay-active .post-overlay-items:after {
    opacity: 0;
}
.blog-style-default .blog-inner .bottom-meta .post-more::after {
    content: "\e628";
    font-family: themify;
    right: auto;
    left: -10px;
    opacity: 0;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover::after {
    opacity: 1;
    left: 0;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover::before {
    opacity: 0;
    right: -10px;
}
.blog-style-default .blog-inner .bottom-meta .post-more:hover .read-more {
    padding-right: 0;
    padding-left: 16px;
}
.blog-wrapper .post-title-head {
    letter-spacing: -0.02em;
}
.blog-style-default .blog-inner li {
    line-height: 1;
}
.blog-style-default .blog-inner .post-overlay-items {
    opacity: 1;
    bottom: 4px;
}
.blog-style-default .blog-inner .post-overlay-items .before-icon.ti-folder {
    display: none;
}
.blog-style-default .blog-inner .post-overlay-items .post-category a {
    padding: 4px 14px 4px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;    
    height: 26px;
    line-height: 17px;
    display: inline-block;
}
.blog-style-default .blog-inner .post-title-head {
    line-height: 34px;
    font-size: 24px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: solid 1px #e5eaee;
}
.blog-style-default .blog-inner .post-title-head:after {
    content: unset;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 70px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
.blog-style-default.text-center .blog-inner .post-title-head {
    border-bottom: none;
}
.blog-style-default.text-center .blog-inner .post-title-head:after {
    left: 0;
    right: 0;
    margin: auto;
}
.blog-style-default .blog-inner .post-thumb:last-child {
    margin-top: 0px;
}
.blog-style-default .blog-inner .top-meta .post-date a {
    position: relative;
    padding-left: 0 !important;
}
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-right li {
    line-height: 30px;    
    margin-right: 0;
}
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-left, 
.blog-style-default .blog-inner ul.nav.bottom-meta-list.meta-right {
    width: auto;
}
.blog-style-default .blog-inner .bottom-meta .post-author span.author-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    letter-spacing: 0.5px;    
    max-width: 20px;
}
.blog-style-default .blog-inner .bottom-meta .post-author span.author-name {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
}
.blog-style-default.text-center .blog-inner .top-meta {
    padding: 13px 15px;
    background: #f2f6ff;
    border-radius: 6px;
}
.blog-wrapper.blog-style-four.blog-style-default .blog-inner {
    padding: 30px 30px 33px;
}
/* blog style classic  */
.blog-style-classic .blog-inner {
    box-shadow: 0px 3px 10px 0px rgba(38,59,94,.1);
    padding: 30px;
    transition: all .3s linear;
    margin-bottom: 50px;
    transition: all .8s cubic-bezier(.39,.01,.36,.9);
    transform: translateY(0px);
}
.blog-style-classic .bottom-meta ul li,
.blog-style-classic .bottom-meta ul {
    line-height: 1;
}
.blog-style-classic .owl-stage .blog-inner {
    margin-bottom: 30px;
    margin-left: 11px;
    margin-right: 11px;
}
.blog-style-classic .blog-inner .post-category {
    font-size: 0;
}
.blog-style-classic .blog-inner .post-category a {
    border: 1px solid #eaeaea;
    padding: 2px 8px;
    font-size: 14px;
    margin-right: 10px;
}
.blog-style-classic .bottom-meta ul li a.read-more {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    border-bottom: solid 2px;
}
.top-meta-list .post-date a {
    align-items: center;
    font-weight: normal;
    text-decoration: none;
    padding: 0;
    background-color: #fff;
    margin-bottom: 5px;
    margin-right: 15px;
    word-break: break-word;
    line-height: 1;
    border-radius: 30px;
    font-size: 12px;
    position: relative;
    color: #8d9297;
}
.top-meta-list .post-date a:before {
    content: unset;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.blog-style-classic .post-category span.before-icon {
    display: none;
}
.blog-style-classic .blog-inner .post-thumb img {   
    transform: scale(1) translateY(0);
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.blog-style-classic .blog-inner .post-thumb {
    margin: 0 -30px;
    overflow: hidden;
    backface-visibility: hidden;    
    position: relative;    
}
.blog-style-classic .blog-inner:hover .post-thumb img {
    transform: scale(1.1) translateY(-12px);
}
.blog-style-classic .blog-inner > *.post-thumb:first-child {
    margin-top: -30px;
}
.blog-style-classic .blog-inner:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s linear;
    transform: translateY(-6px);
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.blog-style-classic .post-category a {
    color: #797979;
}
.blog-style-classic ul.nav.top-meta-list > li {
    padding-right: 10px;
    line-height: 1;
}
.blog-style-classic span.before-icon {
    padding-right: 8px;
    width: auto;
    height: auto;
    vertical-align: 0px;
    margin-right: 0;
    font-size: 14px;
}
/* blog style classic  */ 
.blog-style-modern .blog-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}
.blog-style-modern .blog-inner > *.post-thumb {
    padding: 0;
}
.blog-style-modern .blog-inner > * {
    padding: 0 30px;
}
.blog-style-modern .blog-inner > .bottom-meta:last-child {
    padding-top: 20px;
    position: relative;
    display: flex;
}
.blog-style-modern .blog-inner > .bottom-meta:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    background: #f2f2f2;
    height: 1px;
}
.blog-style-modern .post-date a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 12px;
}
/* blog style classic Pro */ 
.blog-style-classic-pro .blog-inner {
    transition: all .8s cubic-bezier(.39,.01,.36,.9);
    transform: translateY(0px);
    border-radius: 10px;
        box-shadow: 0 0 23px rgb(0 0 0 / 8%);
}
.blog-style-classic-pro .blog-inner:hover {
    transition: all .3s linear;
    transform: translateY(-6px);
    transition: all .8s cubic-bezier(.39,.01,.36,.9);
}
.blog-style-classic-pro .post-details-outer {
    background-color: #fff;
    margin-right: 0;
    margin-left: 45px;
    margin-top: -30px;
        display: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 23px rgb(0 0 0 / 8%);
    padding: 30px 25px 30px 25px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    border: none;
}
.blog-style-classic-pro .post-date a,
.blog-style-list .post-date a {
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 3;
    color: #fff;
    border-radius: 4px;
}
.blog-style-classic-pro .post-date a span {
    font-weight: 700;
    vertical-align: -1px;
    margin-right: 3px;
    display: none;
}
.blog-style-classic-pro .post-author a > span {
    margin-right: 7px;
}
.blog-style-classic-pro .blog-inner:hover .post-more a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.blog-style-classic-pro .post-date a:hover,
.blog-style-list .post-date a:hover {
    background: #333333;
    color: #fff;
}
.blog-style-classic-pro .post-more a,
.blog-style-list a.read-more {
    border-bottom: none;
    font-weight: 700;
}
.blog-style-list .top-meta ul li .post-date a i {
    color: #fff;
}
.blog-style-classic-pro .blog-inner .post-more a {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    border-bottom: solid 2px;
    padding-bottom: 2px;
}
.blog-style-classic-pro .post-more a:after {
    content: "\e628";
    font-family: themify;
    font-size: 9px;
    font-weight: 700;
    background: transparent !important;
    margin-left: 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    vertical-align: 1px;
}
.blog-style-classic-pro .blog-inner:hover .post-details-outer {
    box-shadow: 0 0 30px rgb(0 0 0 / 12%);
        transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    border-color: #fff;
}
.blog-inner .entry-title a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.blog-style-classic .bottom-meta ul li a.read-more:hover {
    color: #151515;
}
.blog-wrapper.blog-style-classic-pro .post-thumb.post-overlay-active .post-overlay-items {
    top: auto;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background: #fff;
    margin-right: 50px;
    padding: 25px 27px;
    border-left: 4px solid #ffd2d2;
}
.blog-wrapper.blog-style-classic-pro .post-thumb.post-overlay-active .post-overlay-items:after {
    border-radius: 6px;
}
.blog-style-classic-pro .blog-inner .post-thumb:before {
    content: "";
    background: rgb(105 105 105 / 35%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    height: 0;
    transform: none;
}
.blog-style-classic-pro .blog-inner:hover .post-thumb:before {
    height: 100%;
    z-index: 1;
    transform: none;
}
.blog-style-classic-pro .blog-inner:hover .post-thumb:before {
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    height: 100%;
}
.blog-style-classic-pro .post-details-outer .top-meta .nav.top-meta-list li:last-child {
    padding-right: 0;
}
.blog-style-classic-pro .post-details-outer .top-meta .nav.top-meta-list li {
    line-height: 1;
    padding-right: 15px;
}
.blog-style-classic-pro .post-details-outer .top-meta .nav.top-meta-list li a {
    color: #fff;
}
.blog-style-classic-pro .post-details-outer span.before-icon {
    padding-right: 8px;
    font-size: 13px;
    vertical-align: 0;
    margin-right: 0;
}
.blog-style-classic-pro .blog-inner .top-meta ul li i {
    margin-right: 3px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: -1px;
}
.blog-style-classic-pro .blog-inner .post-title-head {
    line-height: 31px;
    font-size: 22px;
}
.blog-style-classic-pro .owl-carousel .owl-nav {
    top: -93px;
}
.blog-style-classic-pro .blog-inner .ti-calendar:before {
    content: "\e72b";
    margin-right: 1px;
    vertical-align: 0px;
}
.blog-style-classic-pro .post-date a i {
    font-size: 11px;
}
.blog-style-classic-pro .blog-inner ul.nav.bottom-meta-list > li {
    line-height: 1;
}
.blog-wrapper.blog-style-classic-pro .post-overlay-items .post-title-head a {
    color: #222222;
}
.blog-wrapper.blog-style-classic-pro ul.nav.top-meta-list * {
    line-height: 1;
}
.blog-wrapper.blog-style-classic-pro .post-overlay-items>* {
    margin-bottom: 8px;
}
.blog-wrapper.blog-style-classic-pro .post-overlay-items>* ul.nav.top-meta-list a {
    margin-bottom: 0;
}
.blog-wrapper.blog-style-classic-pro .post-overlay-items>*.post-more {
    margin-bottom: 0px;
}
.blog-wrapper.blog-style-classic-pro .post-overlay-items>*.entry-title {
    margin-bottom: 17px;
}
/* Blog Style List */
.blog-style-list .post-thumb {
    max-width: 45%;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 10px;
}
.blog-style-list .media-body {
    padding: 0 0;
}
.blog-style-list .media {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    border-radius: 10px;
}
.blog-wrapper.blog-style-list .row:last-child .blog-inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.post-excerpt {
    word-break: break-word;
}
.entry-title {
    word-break: break-word;
}
.single-post .entry-title {
    font-size: 32px;
}
.blog-style-classic-pro .blog-inner .post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
}
.blog-style-classic-pro .post-overlay-items .post-date a {
    display: inline-block;
    color: #797979;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    background: none;
}
.blog-style-classic-pro .post-overlay-items .post-date a {

}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* Responsive */
@media only screen and (max-width:768px) {
    .blog-style-list .post-thumb {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-style-list .media {
        display: block;
    }
    .elementor-element.cus-single-img .elementor-widget-container:before {
        left: 80px;
        bottom: 39px;
        width: 500px;
        height: 500px;
    }   
}
/*--------------------------------------------------------------
19. Modal Shortcode Styles
--------------------------------------------------------------*/
.modal-popup-wrapper .modal-title {
    text-align: center;
    width: 100%;
}
.white-popup-block {
    padding: 40px 25px;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    color: #000;
    background: #fff;
    border-radius: 10px;
}
.organiky-popup-dismiss span.ti-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
}
.organiky-popup-content form.wpcf7-form > p {
    margin-bottom: 0;
}
.organiky-popup-content span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.white-popup-block.organiky-popup-content h4 {
    margin-bottom: 25px;
}
.white-popup-block > *.modal-popup-size {
    background: #FFF;
    margin: 40px auto;
    position: relative;
    padding: 40px 20px;
}
a.modal-box-trigger.modal-trigger-icon { 
    font-size: 40px;
    line-height: 40px;
}
@media (min-width: 576px) {
    .modal-popup-size.modal-sm {
        max-width: 450px;
    }
}
.mfp-hide {
    display: none!important;
}
span.popup-modal-dismiss.ti-close {
    position: absolute;
    right: -15px;
    top: -15px;;
    line-height: 32px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #000000;
    color: #fff;
    cursor: pointer;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.modal-popup-body input.wpcf7-form-control, .modal-popup-body textarea.wpcf7-form-control {
    border: 1px solid #eaeaea;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 30px;
    border: 0;
}
.modal-popup-body form.wpcf7-form {
    margin: 0 auto;
    max-width: 80%;
}
.modal-popup-title {
    margin-bottom: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.modal-popup-body input.wpcf7-form-control.wpcf7-submit {
    border: 0px;
}
/* popup Frame Design */
.anim .popup-video-post.popup-trigger-icon {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 1;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}
.anim .popup-video-post.popup-trigger-icon:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #111;
    z-index: -1;
    opacity: 0.6;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}   
.anim .popup-video-post.popup-trigger-icon:after { 
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #000;
    z-index: -1;
    animation: video-toggle-animate 1.9s linear 0s infinite;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}   
@keyframes video-toggle-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: 0.8; }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0; }
}
/* light */
.anim.light .popup-video-post.popup-trigger-icon {
    border-radius:0;    
}
.anim.light .popup-video-post.popup-trigger-icon:after,
.anim.light .popup-video-post.popup-trigger-icon:before,
.anim.light .popup-video-post.popup-trigger-icon {
    background: #fff;   
    border-radius: 0;
}
.anim.light .popup-video-post.popup-trigger-icon:before {
    background: rgba(255,255,255,0.3) !important;
    border: 1px solid rgba(234, 234, 234,0.6);
}
a.popup-video-post.popup-trigger-icon.icon-icon-light {
    color: #fff;
}
/*--------------------------------------------------------------
20. Pricing Tables Shortcode Styles
--------------------------------------------------------------*/
.pricing-table-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.pricing-inner-wrapper {
    padding: 35px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-inner-wrapper > *:last-child {
    margin-bottom: 0;
}
.pricing-inner-wrapper > * {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.content-area .page .pricing-table-body ul {
    padding: 0;
}
ul.pricing-features-list > li {
    display: inline-block;
    border: medium none;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    padding: 5px 0;
    position: relative;
    font-size: 13px;
}
li.feature-inactive {
    text-decoration: line-through;
    text-decoration-color: #000;
}
.pricing-icon > span {
    font-size: 60px;
}
.corner-ribbon{
    width: 180px;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow:  0 0 3px rgba(0,0,0,.3);
    -ms-box-shadow:  0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 3px rgba(0,0,0,.3);
    z-index: 9;
}
.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
    top: 17px;
    right: -55px;
    left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* price */
.price-text {
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
}
.pricing-table-info {
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
}
.pricing-table-info:after {
    content: "";
    width: 40%;
    position: absolute;
    height: 1px;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.pricing-table-wrapper .pricing-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.price-after p {
    position: relative;
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
}
/* price image */
.pricing-inner-wrapper > .pricing-image {
    padding: 0;
    margin-bottom: 30px;
}
.pricing-table-wrapper .btn {
    color: #fff;
}
.pricing-table-wrapper .btn:hover {
    color: #fff;
}
/* pricing table layout one */
.pricing-table-wrapper.price-mar-top-150 {
    margin-top: 150px;
}
.pricing-table-wrapper.price-mar-top-200 {
    margin-top: 200px;
}
.pricing-table-foot .btn {
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 70%;
    display: block;
    border-radius: 8px;
    padding: 20px 30px;
}
.pricing-inner-wrapper > .pricing-table-head {
    margin-bottom: 25px;
}
.pricing-style-1 .pricing-inner-wrapper > .pricing-table-head {
    text-align: center;
}
.pricing-style-1 .pricing-table-info > * > p {
    margin-bottom: 0;
    line-height: 1;
    display: initial;
}
.pricing-inner-wrapper > * {
    padding-left: 35px;
    padding-right: 35px;
}
.pricing-style-1 ul.pricing-features-list > li {
    padding: 5px 0;
    position: relative;
    font-size: 14px;
}
.pricing-table-wrapper.pricing-style-1 .pricing-inner-wrapper {
    border: 1px solid #f2f2f2;
    padding: 55px 0 60px;
    background: #fff;
}
.pricing-table-wrapper.pricing-style-1 .btn {
    background: #f5f8fb;
    color: #000;
}
.pricing-table-wrapper.pricing-style-1 .btn:hover {
    background: #000;
    color: #fff;
}
.pricing-table-wrapper .pricing-inner-wrapper > *:last-child {
    margin-top: 30px;
}
@media only screen and (max-width:1023px)  {
    .pricing-table-wrapper.price-mar-top-150,
    .pricing-table-wrapper.price-mar-top-200 {
        margin-top: 0px;
    }
    .pricing-style-1 ul.pricing-features-list > li {
        text-align: center;
    }
}
/* pricing table layout two */
.pricing-style-2 .pricing-title {
    font-size: 24px;
}
.pricing-style-2 .btn {
    display: block;
    padding: 15px 0;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 10px;
}
.pricing-style-2 .btn:hover {
    color: #000 !important;
    background: #fff !important;
}
.pricing-style-2 .pricing-inner-wrapper > .pricing-table-body {
    margin-bottom: 0;
}
.pricing-style-2 .pricing-inner-wrapper > * {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}
.pricing-style-2 .pricing-table-info .price-text {
    color: #fff;
}
.pricing-style-2 .pricing-table-info p {
    margin-bottom: 0;
    color: #fff;
}
.pricing-style-2 .pricing-inner-wrapper {
    padding: 55px 0 55px 0;
    border: 0;
    background: #000;
    color: #fff;
    border-radius: 5px;
}
/* pricing table layout three */
.pricing-style-3 .pricing-inner-wrapper {
    border: 0px solid;
    padding: 60px 0 60px 0;
    background: #fff;
}
.pricing-style-3 {
    -webkit-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
    -ms-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
    -o-box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
    box-shadow: rgba(2, 2, 2, 0.04) 0px 0px 50px;
    border-radius: 15px;
}
.owl-stage-outer .pricing-style-3 {
    margin: 0 20px 20px 20px;
    border-radius: 10px;
}
.pricing-style-3 .pricing-table-info > * > p {
    margin-bottom: 0;
    line-height: 1;
    display: initial;
}
.pricing-style-3 ul.pricing-features-list > li:last-child {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.pricing-style-3 .pricing-table-info:after {
    display:none;    
}
.pricing-style-3 .pricing-table-info {
    padding-bottom: 0;
}
.pricing-style-3 .price-after p {
    color: #d0d0d3;
    font-size: 11px;
    text-transform: capitalize;
}
.pricing-style-3.text-left ul.pricing-features-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
}
.pricing-style-3.text-left ul.pricing-features-list li {
    position: relative;
    padding-left: 25px;
}
.text-left .pricing-table-foot .btn {
    margin-left: 0;
}
/*--------------------------------------------------------------
21. Timeline Slide
--------------------------------------------------------------*/
ul.cd-timeline-navigation > li, .events-content > ul > li {
    list-style: none;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline .timeline:before {
    border: none;
}
.cd-horizontal-timeline .timeline {
    padding: 0;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 72%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #ffffff, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #ffffff, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .events ul {
    list-style: unset;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 15px;
    color: #797979;    
    font-size: 15px;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a.selected:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80px;
    left: 17px;
    background: #ccc;
    bottom: -76px;
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
       height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.cd-timeline-navigation a:hover {
    background: #070e20;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.cd-timeline-navigation a.prev::after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 41px;
    left: -5px;
    top: 19px;
    bottom: 0;
    font-size: 20px;
    right: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    display: inline-block;
}
.cd-timeline-navigation a.next::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 41px;
    left: -3px;
    top: 19px;
    bottom: 0;
    font-size: 20px;
    right: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    display: inline-block;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    width: 90%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid;
    border-radius: 8px;

    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content {
    height: auto !important;
    overflow: hidden;
}
.cd-horizontal-timeline .events-content ul {
    padding-left: 0;
    padding: 20px;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 7px auto 14px;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 14px;
    color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 22px;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 16px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*--------------------------------------------------------------
22. Chart Styles
--------------------------------------------------------------*/
.line-chart {
    box-shadow: 0px 0px 60px 0px rgba(0,11,40,0.06);
    padding: 24px;
}
/*--------------------------------------------------------------
22. Team Styles
--------------------------------------------------------------*/
.team-title > *:last-child {
    margin-bottom: 0;
}
.team-title > * {
    margin-bottom: 14px;
}
.team-info > *:last-child {
    margin-bottom: 0;
}
.team-info > * {
    margin-bottom: 30px;
}
.team-info > * ul.nav.social-icons.team-social {
    padding-left: 15px;
}
.team-info-inner > div > * {
    padding-left: 15px;
}
.team-wrapper.text-right .nav.social-icons {
    display: inline-flex;
    float: right;
}
.team-inner p {
    margin-bottom: 0;
}
.team-wrapper .team-inner {
    margin-bottom: 30px;
}
.team-light .team-inner {
    background: #fff;
}
.team-default.team-light .team-inner {
    background: transparent;
}
.team-wrapper .team-inner > *:first-child {
    padding-top: 12px;
}
.team-inner > * {
    margin-bottom: 15px;
}
.team-image-wrap.alignleft {
   margin-right: 25px;
}
.single-organiky-team span.team-designation {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.single-organiky-team .team-content-wrap {
    color: #131e25;
}
.team-excerpt {
    font-size: 12px;
}
.team-info .team-title h2 {
    position: relative;
    display: inline;
    background-image: linear-gradient(120deg, #000 0%, #eaeaea 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 79%;
    transition: background-size 0.25s ease-in;
    padding: 0;
    border-left: 15px solid #fff;
}
.team-wrapper .team-inner > .team-thumb {
    padding-top: 0;
}
.team-wrapper.team-dark .team-inner {
    background: #111 none repeat scroll 0 0;
    color: #ffffff;
    border: none;
}
.team-wrapper.team-dark .team-inner {
    padding: 30px 30px !important;
    border-radius: 10px;
}
.team-wrapper.team-dark.team-default .team-inner > .team-thumb {
    margin-left: -30px;
    margin-right: -30px;
}
.team-wrapper.team-dark.team-default .team-inner > .team-thumb:first-child {
    margin-top: -30px;
}
.team-social-wrap ul.social-icons > li > a {
    width: 33px;
    height: 33px;
    line-height: 35px;
}
.single-organiky-team .team-social-wrap ul.social-icons > li > a {
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.single-organiky-team .team-social-wrap ul.social-icons > li > a > i {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.team-dark .client-name ,.team-dark p {
    color:#fff;
}
.team-inner > .team-name {
    margin-bottom: 0px;
}
/*team slider*/
.team-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.organiky-content .team-excerpt p {
    font-size: 14px;
}
.team-name > * {
    line-height: 1;
    margin-bottom: 0;
}
.team-inner > *:last-child {
    margin-bottom: 0;
}
.team-wrapper.team-default .owl-carousel .owl-nav {
    top: -104px;
}
/*team style-1 */
.team-wrapper.team-default .team-inner > .team-thumb {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    border-radius: 10px;
}
.team-wrapper.team-default .team-inner > .team-thumb:first-child {
    margin-top: -20px;
}
.team-wrapper.team-default .team-inner:hover > .team-thumb img {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.team-wrapper.team-default .team-inner > .team-thumb img {
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.team-wrapper.team-default .team-inner .team-info-wrap {
    padding: 25px 19px 21px;
    background: #fff;
    margin: 0 15px;
    margin-top: -22px;
    position: relative;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%);
}
.team-wrapper.team-default .team-inner .team-info-wrap .team-name {
    margin-bottom: 8px;
}
.team-wrapper.team-default .team-inner {
    padding: 25px 0 0;
    position: relative;
}
.team-default.team-light .team-designation > p {
    color: #000;
}
.organiky-content .team-wrapper.team-default .team-inner .team-thumb span.overlay-bg {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -ms-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
.organiky-content .team-wrapper.team-default .team-inner:hover .team-thumb span.overlay-bg {
    opacity: 1;
    transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -webkit-transform: rotateY(0deg) scale(1,1);
}
.team-wrapper.team-default .team-name h5 {
    margin-bottom: 5px;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.team-inner ul.social-icons>li>a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
/*team style-2 */
.team-classic .team-inner {
    box-shadow: 0px 12px 50px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 12px 50px 6px rgba(0,0,0,0.05);
    padding: 30px 30px 25px 30px;
}
.team-classic .owl-stage-outer .team-inner {
    margin: 15px 15px 60px 15px;
    border-radius: 8px;
}
.team-classic .team-thumb:first-child {
    margin-top: -30px;
}
.team-classic .team-thumb {
    margin: 0 -30px;
    overflow: hidden;
    border-radius: 0;
}
.team-classic .team-thumb {    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.organiky-content .team-wrapper.team-classic .team-inner .team-thumb span.overlay-bg, 
.organiky-content .team-wrapper.team-classic .team-inner .team-thumb .team-social-wrap {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    -ms-transform: rotateY(180deg) scale(.5,.5);
    -webkit-transform: rotateY(180deg) scale(.5,.5);
    transform: rotateY(180deg) scale(.5,.5);
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -ms-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s;
}
.organiky-content .team-wrapper.team-classic .team-inner .team-thumb .team-social-wrap {
    top: 3px;
    left: 10px;
}
.team-social-wrap ul.social-icons>li>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px !important;
    background: #fbfbfb;
}
.team-inner ul.nav.social-icons>li {
    margin-top: 9px;
}
.team-wrapper.team-default .team-inner .team-thumb .team-social-wrap ul li a:hover {
    color: #fff;
}
.organiky-content .team-wrapper.team-classic .team-inner:hover .team-thumb span.overlay-bg, 
.organiky-content .team-wrapper.team-classic .team-inner:hover .team-thumb .team-social-wrap {
    opacity: 1;
    transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -webkit-transform: rotateY(0deg) scale(1,1);
}
.team-wrapper.team-classic .team-inner>.team-thumb:before {
    content: "\e680";
    position: absolute;
    bottom: 6px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    font-family: "themify";
    font-size: 21px;
    color: #fff;
}
.team-wrapper.team-classic .team-inner>.team-thumb:after {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    z-index: 1;
    border-radius: 50%;
}
span.animate-bubble-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: transparent;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
span.animate-bubble-box:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #000;
    left: auto;
    right: auto;
    bottom: -12px;
    border-radius: 50%;
}
span.animate-bubble-box:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #000;
    left: auto;
    right: auto;
    top: -12px;
    border-radius: 50%;
}
span.animate-bubble-box {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: service_hexagon_1 2s infinite linear;
    -moz-animation: service_hexagon_1 2s infinite linear;
    -o-animation: service_hexagon_1 2s infinite linear;
    animation: service_hexagon_1 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 50%;
}
.team-inner:hover span.animate-bubble-box{
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes service_hexagon_1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes service_hexagon_1 {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes service_hexagon_1 {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes service_hexagon_1 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*team style-3 */
.team-wrapper.team-modern .team-inner > .team-thumb {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding: 9px;
}
.team-wrapper.team-modern .team-inner > .team-thumb img {
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
}
.team-wrapper.team-modern .team-inner {
    box-shadow: 0 0 10px rgba(57,59,102,0.07);
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,0.07);
    border: none;
    padding: 35px 25px 25px;
}
.team-modern .team-name a {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 7px;
    display: block;
}
.team-modern .team-name a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #000;
}
.team-modern.text-left .team-name a::after {
    margin: 0;
}
.team-modern.text-right .team-name a::after {
    margin-right: 0;
    margin-left: auto;
}
.team-inner > .team-name h2,
.team-inner > .team-name h3,
.team-inner > .team-name h4,
.team-inner > .team-name h5,
.team-inner > .team-name h6 {
    margin-bottom: 6px;
}
.team-wrapper.team-modern .owl-item .team-inner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-wrapper.team-modern .team-inner:hover {
    box-shadow: 0 0 10px rgb(57 59 102 / 15%);
    -webkit-box-shadow: 0 0 10px rgb(57 59 102 / 15%);
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-modern .team-social-wrap ul.social-icons > li > a {
    border-radius: 50%;
    font-size: 13px;
}
.team-modern .team-social-wrap ul.social-icons > li > a > i {
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.team-wrapper .team-thumb {
    position: relative;
}
.team-wrapper .team-overlay {
    position: absolute;
    padding: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.team-inner:hover .team-overlay {
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.team-wrapper .overlay-center {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-wrapper .overlay-top-left {
    left: 0;
    top: 0;
}
.team-wrapper .overlay-top-right {
    right: 0;
    top: 0;
}
.team-wrapper .overlay-bottom-left {
    left: 0;
    bottom: 0;
}
.team-wrapper .overlay-bottom-right {
    right: 0;
    bottom: 0;
}
.team-wrapper .team-overlay > * {
    margin-bottom: 15px;
}
.team-wrapper .team-overlay > *:last-child {
    margin-bottom: 0;
}
.team-wrapper .team-thumb .overlay-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.team-inner:hover .team-thumb .overlay-bg {
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.team-wrapper .team-thumb .overlay-dark {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.team-wrapper .team-thumb .overlay-light {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.team-wrapper.team-style-modern .team-inner {
    box-shadow: 0 0 10px rgb(57 59 102 / 7%);
    -webkit-box-shadow: 0 0 10px rgb(57 59 102 / 7%);
    border: none;
    padding: 25px 25px;
}
.team-wrapper.team-modern .team-inner .team-thumb img {   
    position: relative;
}
.team-wrapper.team-modern .team-inner .team-info-wrap .team-name {
    margin-bottom: 5px;
}
.team-wrapper.team-modern .team-inner > .team-thumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 8px;
    background: #eff3fc;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    z-index: 0;
}
/*.team-wrapper.team-modern .owl-item:nth-child(1) .team-inner > .team-thumb:before {
    background: #ffebe8;
}
.team-wrapper.team-modern .owl-item:nth-child(2) .team-inner  > .team-thumb:before {
    background: #dce8ff;
}
.team-wrapper.team-modern .owl-item:nth-child(3) .team-inner  > .team-thumb:before {
    background: #ffebd5;
}
.team-wrapper.team-modern .owl-item:nth-child(4) .team-inner  > .team-thumb:before {
    background: #ffebe8;
}
.team-wrapper.team-modern .owl-item:nth-child(5) .team-inner  > .team-thumb:before {
    background: #dce8ff;
}
.team-wrapper.team-modern .owl-item:nth-child(6) .team-inner  > .team-thumb:before {
    background: #ffebd5;
}
.team-wrapper.team-modern .owl-item:nth-child(7) .team-inner  > .team-thumb:before {
    background: #ffebe8;
}
.team-wrapper.team-modern .owl-item:nth-child(8) .team-inner  > .team-thumb:before {
    background: #dce8ff;
}*/
/* Team List */
.team-list-item .team-thumb {
    max-width: 49%;
    margin-right: 25px;
}
.owl-stage-outer .media.team-list-item {
    margin: 15px 10px;
}
.media.team-list-item {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    box-shadow: 0 0px 24px -4px rgba(158, 152, 153, 0.15);
}
.owl-stage-outer .media.team-list-item .media-body {
    padding: 15px 15px 15px 0;
}
.cloud9-carousel {
  width: 100%;
  height: 460px;
  margin-top: 12px;
  visibility: hidden;
}
.cloud9-carousel img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {    
    .single-organiky-team .team-image-wrap, .single-organiky-team .team-info {
        width: 100%;
    }
    .single-organiky-team .team-image-wrap {
        margin-bottom: 40px;    
    }
    .feature-box-wrapper > .media > *:first-child {
        margin-right: 15px;
        margin-top: 0;
    }
    .feature-box-classic-pro .feature-box-inner .fbox-number {
        margin: auto;
        left: 50%;
        right: auto;
        text-align: center;
        transform: translateX(-50%);
        top: 14px;
    }
    .res-tab .feature-box-classic-pro .feature-box-image.rounded-circle:before {
        content: unset;
    }
}
/*--------------------------------------------------------------
24. Testimomial
--------------------------------------------------------------*/
.testimonial-content-wrap {
    margin-bottom: 30px;
}
.testimonial-rating i {
    color: #ffc400;
}
.testimonial-wrapper .testimonial-inner {    
    padding: 20px 15px;
}
.testimonial-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.testimonial-wrapper.testimonial-dark .testimonial-inner {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.testimonial-wrapper.testimonial-dark .client-name {
    color: #fff;
}
.testimonial-wrapper .testimonial-info p {
    margin-bottom: 0;
}
.testimonial-wrapper .testimonial-inner > * {
    margin-bottom: 14px;
}
.testimonial-wrapper .testimonial-inner > *:last-child {
    margin-bottom: 0;
}
.testimonial-info p > * {
    display: block;
    margin-bottom: 6px;
    width: 100%;
}
.testimonial-info p > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.testimonial-3 .testimonial-info p > .client-designation {
    line-height: 1;
    font-size: 15px;
}
.testimonial-thumb img {
    max-width: 80px;
    margin: unset;
}
.text-right .testimonial-thumb img {
    margin-left: auto;
}
.text-center .testimonial-thumb img {
    margin:0 auto;
}
.testimonial-inner p {
    margin-bottom: 0;
}
.testimonial-wrapper.testimonial-wrapper .client-name {
    font-size: 18px;
}
.testimonial-wrapper.text-center .owl-dots {
    text-align: center;
}
.testimonial-rating {
    font-size: 16px;
    line-height: 1;
}
.testimonial-name h1, .testimonial-name h2, .testimonial-name h3, .testimonial-name h4, .testimonial-name h5, .testimonial-name h6 {
    line-height: 1;
    margin-bottom: 0;
    display: inline-flex;
}
.owl-carousel .owl-stage-outer .testimonial-thumb img {
    width: auto;
}
/*Testimonial Layout One */
.testimonial-wrapper.testimonial-default .testimonial-inner {
    background: #fff;
    padding: 35px 45px 35px 45px;
    box-shadow: 0 0px 14px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0px 14px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    position: relative;
    border-radius: 10px !important;
}
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner {
    margin: 15px 10px;
    background: #fff;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > * {
    position: relative;
}
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner > .testimonial-thumb:first-child {
    float: left;
    margin-right: 15px;
}
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner > *:not(.testimonial-info) {
    float: none;
    clear: both;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-rating {
    font-size: 12px;
    letter-spacing: 5px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-info .client-name {
    margin-bottom: 0;
}
.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner > .testimonial-thumb {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0px 14px rgba(0,0,0,0.09);
}
.testimonial-wrapper.testimonial-default .testimonial-inner > .testimonial-info:nth-child(2) { 
    padding-top: 20px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-excerpt:before {
    content: "\f10d";
    position: absolute;
    font-family: fontAwesome;
    font-size: 41px;
    z-index: 0;
    color: #000;
    opacity: 0.2;
    right: -17px;
    bottom: -33px;
}
.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-excerpt > p {
    position: relative;
    z-index: 1;
}
/*Testimonial Layout Two */
.testimonial-classic .testimonial-inner {
    padding: 0px 7% 0px;
    margin: auto;
    margin-bottom: 30px;
}
.testimonial-classic .testimonial-inner,
.testimonial-classic .testimonial-inner:hover {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.testimonial-classic .testimonial-inner > * {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.testimonial-classic .testimonial-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -70px;
    margin-left: 21px;
}
.testimonial-classic .testimonial-thumb{
    display: inline-block;
    margin-bottom: 0;
}
.testimonial-classic .testimonial-info .client-name {
    margin-bottom: 0;
}
.testimonial-classic.testimonial-wrapper .client-name {
    font-weight: 400;
    font-size: 20px;
}   
.testimonial-classic .owl-prev, .testimonial-classic .owl-next {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonial-wrapper.testimonial-classic .testimonial-inner .testimonial-thumb {
    position: relative;
}
.testimonial-wrapper.testimonial-classic .testimonial-inner .testimonial-thumb:before {
    content: "\e67e";
    left: 0;
    color: rgb(255 255 255);
    font-size: 15px;
    font-family: 'themify';
    position: absolute;
    bottom: 0;
    z-index: 0;
    font-weight: 700;
    background: #62a403;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50% 0% 50% 50%;
}
.testimonial-wrapper.testimonial-classic .testimonial-inner:hover .testimonial-thumb:before {
    background: #070e20;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}
.testimonial-wrapper.testimonial-classic .testimonial-inner .testimonial-thumb:before,
.testimonial-wrapper.testimonial-classic .testimonial-inner .testimonial-thumb:hover:before {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.testimonial-classic .testimonial-info {
    text-align: left;
}
.testimonial-classic .testimonial-thumb img {
    border: solid 6px #fff;
}
.testimonial-classic .testimonial-inner > *.testimonial-excerpt {
    font-size: 20px;
    line-height: 35px;
    color: #5e5e5e;
    font-style: italic;
    margin: 0;
}
.testimonial-wrapper.testimonial-classic .owl-carousel .owl-nav {
    top: 23%;
}
.testimonial-classic .owl-prev:before, .testimonial-classic .owl-next:before  {
    line-height: 50px !important;
    font-size: 14px !important;
}
.testimonial-classic .owl-prev {
    left: -30px;
}
.testimonial-classic .owl-next {
    right: -30px;
}
.testimonial-wrapper.testimonial-classic .testimonial-rating i:before {
    font-size: 16px;
}
/*Testimonial Layout Three */
.testimonial-wrapper.testimonial-modern .testimonial-inner > * {
    margin-bottom: 24px;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-thumb {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 30px;
}
.testimonial-wrapper.testimonial-modern .testimonial-thumb:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%) scale(.9);
    -webkit-transform: translateY(-50%) scale(.9);
    -moz-transform: translateY(-50%) scale(.9);
    z-index: 9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #000000;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-info {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}
.testimonial-wrapper.testimonial-modern .testimonial-name {
    color: #000;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > *:last-child {
    margin-bottom: 0;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > .testimonial-excerpt:first-child {
    margin-bottom: 25px;
} 
.testimonial-wrapper.testimonial-modern .testimonial-inner {
    background: transparent;
    padding: 0 0px 0 0px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-designation > p {
    line-height: 1;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner .client-name {
    color: #fff;
}
.testimonial-wrapper.testimonial-modern .testimonial-info .client-designation {
    color: #fff !important;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > * {
    position: relative;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner:after {
    font-family: fontAwesome;
    position: absolute;
    line-height: 1;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner:after {
    content: "\f10e";
    bottom: 0;
    left: auto;
    right: 50px;
    color: rgb(255 255 255 / 31%);
    font-size: 80px;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner:before {
    content: unset;
    background: #e3f1ff;
    position: absolute;
    width: 200px;
    height: 200px;
    top: -142px;
    right: 45px;
    border-radius: 50%;
}
.testimonial-wrapper.testimonial-modern.testimonial-dark .owl-dot.active span {
    background: #070e20;
    border-color: #070e20;
}
.testimonial-wrapper.testimonial-modern .testimonial-info .client-name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}
.testimonial-modern .owl-stage-outer .owl-item .item {
    margin: 0;
}
.testimonial-wrapper.testimonial-modern .owl-prev, 
.testimonial-wrapper.testimonial-modern .owl-next {
    position: absolute;
    transform: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    transition: all .3s;
    border: solid 2px #eaeaea;
    color: #222222 !important;
}
.testimonial-wrapper.testimonial-modern .owl-prev {
    left: auto;
    right: 4px;
    margin-right: 50px;
}
.testimonial-wrapper.testimonial-modern .owl-next {
    right: 0;
    left: auto;
}
.testimonial-wrapper.testimonial-modern .owl-nav {
    position: absolute;
    top: -112px;
    left: 0;
}
.testimonial-wrapper.cus-testimonials1.testimonial-modern .owl-nav {
    top: 37%;
    left: 0;
    transform: translateY(-50%);
}
.testimonial-wrapper.cus-testimonials1.testimonial-modern .owl-prev {
    left: -65px;
    margin-right: 50px;
}
.testimonial-wrapper.cus-testimonials1.testimonial-modern .owl-next {
    right: -65px;
}
.testimonial-wrapper .testimonial-rating .ti-star:before {
    content: "\f005";
    font-family: 'FontAwesome';
}
.testimonial-wrapper .testimonial-rating .ti-star-o:before {
    content: "\f006";
    font-family: 'FontAwesome';
}
.testimonial-wrapper .testimonial-rating i:before {
    font-size: 18px;
    color: #febd00;
    margin-right: 4px;
}
.testimonial-wrapper .testimonial-info .testimonial-title {
    margin-bottom: 0;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > *.testimonial-rating {
    margin-bottom: 16px;
}
.testimonial-wrapper.testimonial-modern .owl-prev:hover, 
.testimonial-wrapper.testimonial-modern .owl-next:hover {
    color: #fff !important;
}
.testimonial-wrapper.testimonial-modern .testimonial-inner > *.testimonial-excerpt {
    font-size: 20px;
    color: #fff;
    line-height: 35px;    
    font-weight: 500;
}
/* Testimonial List */
.media.testimonial-list-item .media-body {
    text-align: left;
    margin-left: 35px;
}
.testimonial-list .testimonial-list-item .testimonial-info *.client-designation:before {
    content: "";
    width: 29px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #2b88ff;
}
.testimonial-list .testimonial-list-item {
    padding: 25px 30px;
}
.testimonial-list .owl-item .testimonial-list-item {
    margin: 10px 10px;
}
.custom-test1.testimonial-list .testimonial-list-item .testimonial-info *.client-designation {
    color: #797979 !important;
}
.testimonial-list .testimonial-list-item .testimonial-thumb {
    position: relative;
}
.testimonial-list .testimonial-list-item .testimonial-thumb img.rounded-circle {
    padding: 6px;
    max-width: 237px;
    border-radius: 10px !important;
}
.testimonial-list .testimonial-list-item .testimonial-info *.client-designation {
    position: relative;
    padding-left: 40px;
    margin-left: 0px;
    color: #fff !important;
}
.testimonial-list .testimonial-list-item .testimonial-info *.client-name {
    font-size: 20px;
}
.testimonial-list .owl-prev {
    margin-right: 0px;
    left: 25px;
}
.testimonial-list .owl-next {
    right: 25px;
}
.testimonial-list .owl-carousel .owl-nav .owl-next:before, 
.testimonial-list .owl-carousel .owl-nav .owl-prev:before {
    font-family: themify;
    font-size: 14px;
    line-height: 41px;
}
.testimonial-list .testimonial-list-item .testimonial-excerpt {
    position: relative;
    font-size: 18px;
    line-height: 34px;
}
.testimonial-list .owl-item .testimonial-list-item {
    margin: 10px;
}
.testimonial-list .testimonial-list-item {
    padding: 0 100px;
    display: flex;
    align-items: center;
}
.testimonial-list .testimonial-list-item .testimonial-thumb:before,
.single-organiky-testimonial .testimonial-info .testimonial-img:before {
    position: absolute;
    bottom: 0;
    content: "\f10e";
    font-family: fontAwesome;
    left: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #000;
    text-align: center;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 19px;
}
.feature-box-wrapper.cus-testimonials .feature-box-image img {
    max-width: 80px;
}
.feature-box-wrapper.cus-testimonials .feature-box-icon {
    position: absolute;
    right: 20px;
    top: 12px;
}
.feature-box-wrapper.cus-testimonials .feature-box-icon span {
    text-shadow: 2px 1px #e7eeff;
}

/*Testimonial Single*/
.single .testimonial-info > .testimonial-img {
    margin-bottom: 30px;
}
.single .testimonial-info > .testimonial-designation-wrap {
    margin-bottom: 30px;
}
.single-organiky-testimonial .testimonial-info img {
    margin: 0;
    border-radius: 50%;
}
.single-organiky-testimonial .testimonial-title h2 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
}
.single-organiky-testimonial .testimonial {
    color: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 42px 13px rgba(112,112,112,0.08);
}
.single .testimonial-info > *:last-child {
    margin-bottom: 0;
}
.single-organiky-testimonial .testimonial-info .testimonial-img {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .single-organiky-testimonial .testimonial {
        max-width: 60%;
        margin: 0 auto;
    }
}
/* Pagination */
.custom-post-nav .prev-nav-link,
.custom-post-nav .next-nav-link {
    display: inline-block;
}
.custom-post-nav .prev-nav-link > a,
.custom-post-nav .next-nav-link > a {
    line-height: 1;
    font-size: 10px;
    background: transparent;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
}
.custom-post-nav .prev-nav-link > a > i,
.custom-post-nav .next-nav-link > a > i {
    margin-bottom: 5px;
}
.custom-post-nav {
    margin-top: 0;
}
.custom-post-nav .next-nav-link {
    text-align: right;
    float: right;
}
.custom-post-nav .next-nav-link h4,
.custom-post-nav .prev-nav-link h4 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
}
.custom-post-nav a.disabled {
    display: none;
}
/*--------------------------------------------------------------
25. Services Styles
--------------------------------------------------------------*/
.service-inner {
    margin-bottom: 35px;
}
.service-content {
    padding: 40px 0;
}
.service-inner > * {
    margin-bottom: 20px;
}
.service-wrapper a.read-more.btn {
    background: transparent;
    color: #000;
    padding: 0;
    text-decoration: underline;
}
.service-inner > *:last-child {
    margin-bottom: 0;
}
/* Services Classic */
.service-classic .service-inner {
    padding: 30px;
    box-shadow: 0 8px 20px 0 rgba(16,66,97,.07);
    position: relative;
}
.service-classic .service-icon-img-wrap {
    display: inline-block;
    -webkit-box-shadow: 0px 10px 59.4px 0.6px rgba(143, 143, 143, 0.24);
    box-shadow: 0px 10px 59.4px 0.6px rgba(143, 143, 143, 0.24);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    background: #ffffff;
    padding: 17px;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.service-classic .service-inner > .service-thumb {
    margin-left: -30px;
    margin-right: -30px;
}
.service-classic .service-inner > .service-thumb:first-child {
    margin-top: -30px;
}
/* Services Modern */
.service-modern .service-inner {
    -webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    border: none;
    border-radius: 10px;
    padding: 35px 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.service-modern .service-icon-img-wrap {
    position: absolute;
    right: -3px;
    bottom: 3px;
    transform: rotate(-19deg);
}
.service-modern .service-icon-img-wrap > img {  
    opacity: 0.1;   
}
.service-modern .service-icon-img-wrap:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #000;
    display: block;
    border-radius: 33% 67% 81% 19% / 66% 56% 44% 34%;
    position: absolute;
    top: -18px;
}
.service-excerpt li a {
    position: relative;
    padding-left: 20px;
    color: inherit;
}
.service-excerpt li a i {
    font-size: 6px;
    color: #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.service-modern .service-inner:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.service-modern .service-inner > .service-thumb {
    margin-left: -30px;
    margin-right: -30px;
}
.service-modern .service-inner > .service-thumb:first-child {
    margin-top: -35px;
}
.service-modern .service-inner:after, .service-modern .service-inner:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: black;
    left: 0;
    top: auto;
    bottom: 20px;
    z-index: 1;
}
.service-modern .service-inner:before  {
    bottom: 40px;
    top: auto;
    height: 30px;
}
/* Services List */
.media.service-list-item .service-thumb {
    margin-right: 32px;
    max-width: 49%;
}
.service-list-item .media-body > * {
    margin-bottom: 13px;
}
/* Single Services */
.service-title {
    color: #000;
    margin-bottom: 25px;
}
/*--------------------------------------------------------------
26. Events Styles
--------------------------------------------------------------*/
.event-inner > * {
    margin-bottom: 15px;
}
.alert.alert-warning.event-closed span {
    margin: 0 15px;
}
.single-organiky-events .event-content {
    margin-bottom: 50px;
}
.event-inner > *.event-image-wrap {
    margin-bottom: 50px;
}
.event-img img {
    border-radius: 10px;
}
.event-details-wrap {
    border-radius: 10px;
    border: 1px dashed #eaeaea;
    padding: 38px 30px 35px;
    overflow: hidden;
}
.event-info {
    padding-bottom: 30px;
}
.event-info p, .event-venue p {
    padding-bottom: 17px;
    border-bottom: 1px dashed #eaeaea;
}
.event-info p:last-child, 
.event-venue p:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.event-info h4 {
    margin-bottom: 15px;
}
.event-info h4, .event-venue h4, .event-contact-title h4,.event-contact h4,
.event-map h4{
    padding: 17px 15px 17px 15px;
    margin-bottom: 28px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 17px;
    background: #000;
}
.event-contact span.wpcf7-form-control-wrap {
    margin-bottom: 30px;
}
.event-info, .event-venue, .event-contact-wrap {
    position: relative;
}
.event-info h4:before,
.event-venue h4:before,
.event-contact h4:before,
.event-map h4:before {
    font-family: "themify";
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #f7f7f7;
    z-index: 0;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 100;
}
.event-info h4:before { 
    content: "\e618";
}
.event-venue h4:before {
    content: "\e693";
}
.event-contact h4:before {  
    content: "\e75a";
}
.event-map h4:before {  
    content: "\e61b";
}
.event-contact-wrap:before {
    content: "\e75a";
    font-family: "themify";
    position: absolute;
    bottom: 26%;
    font-size: 170px;
    right: -89px;
    color: #f7f7f7;
    z-index: 0;
    transform: rotate(-57deg);
}
.event-contact-wrap input.wpcf7-form-control, 
.event-contact-wrap select.wpcf7-form-control {
    background: transparent;
    border-radius: 4px;
}
.event-details-wrap strong {
    padding-right: 8px;
    color: #333333;
}
.event-contact-form form.wpcf7-form > p {
    margin-bottom: 0px;
}
.event-venue {
    padding-bottom: 30px;
}
/*Events Shortcode*/
/*Default*/
.event-inner {
    margin-bottom: 35px;
    position: relative;
}
.event-inner .post-more > a:hover {
    color: #333333;
}
.event-inner .post-more > a {
    font-weight: 700;
    border-bottom: solid 2px;
}
.event-inner > *.post-thumb {
    margin-bottom: 25px;
}
.event-date {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 14px;
}
.event-time > span, .event-address > span {
    padding-right: 11px;
}
.event-inner > *:last-child {
    margin-bottom: 0;
}
.event-time, .event-address {
    line-height: 24px;
    font-size: 14px;
    color: #2f3753;
}
.event-wrapper.event-default .event-inner .event-date {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    z-index: 3;
    color: #000;
    background: transparent !important;
}
/*classic*/
.event-classic .event-inner {
    -webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    border: none;
    border-radius: 10px;
    padding: 35px 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
}
.event-classic .event-inner > .post-thumb:first-child {
    margin-top: -35px;
}
.event-classic .event-inner > .post-thumb {
    margin-left: -30px;
    margin-right: -30px;
}
.event-classic .event-inner .event-date {
    color: #fff;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 11px;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}
.event-inner span.event-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #007bff;
    color: #fff;
    padding: 0px 9px;
    border-radius: 5px;
    font-size: 11px;
}
.event-classic .event-inner .event-time { 
    position: relative;
}
.event-classic .event-inner .event-date:before {
    content: "\e6b6";
    font-family: "themify";
    margin-right: 7px;
    vertical-align: 0px;
    font-size: 11px;
}
/*Dark*/
.event-wrapper.event-dark .event-inner {
    background: #111;
}
.event-wrapper.event-modern .event-inner > .post-thumb:first-child {
    margin-top: -35px;
}
.event-wrapper.event-dark .event-inner .post-title-head > a,
.event-wrapper.event-dark .event-inner .post-excerpt,
.event-wrapper.event-dark .event-inner .post-more > a:hover {
    color: #fff;
}
/*Modern*/
.event-wrapper.event-modern .event-inner > .post-thumb {
    margin-left: -30px;
    margin-right: -30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.event-wrapper.event-modern .event-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #000;
    left: 0;
    right: 0;
}
.event-wrapper.event-modern .event-inner {
    -webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    border-radius: 10px;
    padding: 35px 30px;
    position: relative;
    background: #fff;
}
.event-wrapper.event-modern .event-date {
    display: inline-block;
    padding: 20px 15px 8px 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: -35px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    z-index: 0;
}
.event-wrapper.event-modern .event-date:after {
    content: "\e72b";
    font-family: "themify";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0% 50% 50% 50%;
    margin: auto;
    transform: rotate(222deg);
}
.event-wrapper.event-modern .event-time {
    padding-left: 0;
    float: none;
    display: block;
    font-size: 14px;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-top: 15px;
    font-family: poppins;
}
.event-wrapper.event-modern .owl-carousel .event-inner .event-date {
    margin-top: 0;
}
.event-wrapper.event-modern .owl-carousel .event-inner .event-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.event-wrapper.event-modern .owl-carousel .event-inner .entry-title,
.event-wrapper.event-modern .owl-carousel .event-inner .post-more {
    padding-left: 106px;
}
/* event list */
.event-list .post-thumb {
    border-radius: 0px;
    overflow: hidden;
    margin-right: 30px;
    max-width: 25%;
    border-radius: 50%;
}
.media.event-list-item span.event-status {
    font-size: 11px;
    font-weight: 500;
    text-decoration: underline;
}
.media.event-list-item .post-more {
    display: inline-block;
    float: left;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.event-list-item .post-title-head {
    font-weight: 700;
}
.event-list-item .event-date {
    font-size: 16px;
    line-height: 30px;
    color: #212639;
    font-weight: 500;
}
.event-list-item .event-address, .event-list-item .event-time {
    font-size: 16px;
    line-height: 30px;
    color: #212639;
    font-weight: 400;
}
.event-list-item .media-body > *.event-time {
    float: left;
}
.event-list-item .media-body > * {
    max-width: 75% !important;
}
.media.event-list-item {
    position: relative;
    min-height: 84px;
    padding: 35px;
    background-color: #f2f4f7;
}
.media.event-list-item > * {
    z-index: 1;
    position: relative;
}
.media.event-list-item:after {
    content: "";
    background: #fff;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    position: absolute;
    z-index: 0;
}
.media.event-list-item:hover:before {
    height: 100%;
    top: 0;
}
.media.event-list-item:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 0;
    width: 100%;
    content: "";
    background: #dc4549;
    background: -moz-linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);
    background: -webkit-linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);
    background: linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc4549',endColorstr='#4cc7d6',GradientType=1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.media.event-list-item span.event-time {
    background: transparent !important;
    color: #000;
    display: inline-block;
    letter-spacing: 0px;
}
.event-wrapper.event-list .row {
    margin-bottom: 32px;
}
.event-wrapper.event-list > .row:last-child {
    margin-bottom: 0;
}
.media.event-list-item .post-more a.read-more {
    padding: 6px 16px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.media.event-list-item .post-more a.read-more:hover {
    background: #000;
}
@media screen and (max-width:767px) { 
    .event-list-item .media-body > * {
        max-width: 100% !important;
    }
    .media.event-list-item .post-more {
        position: relative;
        left: auto;
        display: block;
        float: none;
        transform: none;
        right: auto;
        clear: both;
        margin-top: 20px;
    }
    .event-list-item .media-body > *.event-time {
        float: none;
    }
}
@media only screen and (max-width:599px) {
    .media.event-list-item .event-date {
        position: absolute;
        left: auto;
        right: 0;
    }
    .event-list .post-thumb {
        margin-bottom: 20px;    
    }
    .media.event-list-item {
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 32px;
    }
    .event-list .post-thumb img {
        border-radius: 50%;
    }
    .event-wrapper.event-list > .row:last-child .media.event-list-item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .media.event-list-item .post-more {
        position: relative;
        float: none;
        transform: translate(0);
        top: 0;
    }
}
@media only screen and (max-width:767px) {
    .event-wrapper.event-modern .event-inner {
        margin-bottom: 65px;
    }
}
.single-organiky-events .event-title-date-time > span {
    padding: 3px 11px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin-right: 6px;
}
/*--------------------------------------------------------------
27. Toggle post
--------------------------------------------------------------*/
/* Toggle Posts Styles */
.organiky-toggle-post-wrap {
    position: relative;
}
.organiky-toggle-post-wrap .organiky-popular_posts, .organiky-toggle-post-wrap .organiky-recent_posts {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.35s;
}
.organiky-toggle-post-wrap .organiky-recent_posts {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.organiky-toggle-post-wrap.organiky-active-post .organiky-recent_posts {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.organiky-toggle-post-wrap.organiky-active-post .organiky-popular_posts {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.organiky-toggle-post-trigger > ul.nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.organiky-toggle-post-trigger > ul.nav {
    display: inline-block;
}
.organiky-toggle-post-wrap .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}
.organiky-toggle-post-wrap .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.organiky-toggle-post-wrap .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.organiky-toggle-post-wrap .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.organiky-toggle-post-wrap .switch input:checked + .slider { 
  background-color: #000000;
}
.organiky-toggle-post-wrap .switch input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}
.organiky-toggle-post-wrap .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.organiky-toggle-post-wrap .switch .slider.round {
  border-radius: 34px;
}
.organiky-toggle-post-wrap .switch .slider.round:before {
  border-radius: 50%;
}
/* Extra Styles */
.elementor img.img-thumbnail {
    border: 1px solid #dee2e6;
}
/*--------------------------------------------------------------
28. Popover Styles
--------------------------------------------------------------*/
.popover-wrapper {
    position: relative;
    display: inline-block;
}
a.popover-trigger, a.popover-trigger > * {
    display: inline-block;
    vertical-align: middle;
}
.popover-content {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    border: 1px solid #eaeaea;
    border-radius: .3rem;
    word-wrap: break-word;
    z-index: 1060;
    padding: .5rem .75rem;
    color: #212529;
    width: 180px;
    z-index: 99999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover-wrapper.popover-active .popover-content {
    opacity: 1;
    visibility: visible;
    font-weight: 700;
}
.popover-wrapper .popover-content p {
    margin: 0;
}
.popover-content .arrow {
    width: .5rem;
    height: 1rem;
    position: absolute;
    display: block;
}
.popover-left .popover-content .arrow {
    left: calc((.5rem + 1px) * -1);
    right: auto;
}
.popover-right .popover-content .arrow {
    right: calc((.5rem + 1px) * -1);
    left: auto;
}
.popover-top .popover-content .arrow, .popover-right .popover-content .arrow {
    top: 100%;
    transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5px;
}
.popover-bottom .popover-content .arrow {
    bottom: 100%;
    transform: translateY(-50%) rotate(270deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -11px;
}
.popover-left .popover-content .arrow,
.popover-right .popover-content .arrow {
    top: 50%;
    transform: translateY(-50%);
}
.popover-right .popover-content .arrow {
    transform: translateY(-50%) rotate(180deg);
    right: 100%;
    margin: 0;
    left: auto;
}
.popover-left .popover-content .arrow {
    transform: translateY(-50%);
    right: auto;
    left: 100%;
    margin: 0;
}
.popover-content .arrow::after, .popover-content .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: .5rem 0 .5rem .5rem;
}
.popover-content .arrow::before {
    right: 0;
    border-left-color: rgba(0,0,0,.25);
}
.popover-content .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-wrapper.popover-top .popover-content {
    top: auto;
    bottom: 100%;
    margin: 0 auto;
    transform: translateX(-50%) translateY(-15px);
    left: 50%;
    padding: 20px;
    font-weight: 700;
}
.popover-wrapper.popover-top.popover-active .popover-content {
    transform: translateX(-50%) translateY(-20px);
}
.popover-wrapper.popover-bottom .popover-content {
    top: 100%;
    bottom: auto;
    margin: 0 auto;
    transform: translateX(-50%) translateY(10px);
    left: 50%;
}
.popover-wrapper.popover-bottom.popover-active .popover-content {
    transform: translateX(-50%) translateY(15px);
}
.popover-wrapper.popover-left .popover-content {
    top: 50%;
    transform: translateY(-50%) translateX(5px);
    left: auto;
    right: 100%;
    margin-right: 20px;
}
.popover-wrapper.popover-left.popover-active .popover-content {
    transform: translateY(-50%) translateX(0);
}
.popover-wrapper.popover-right .popover-content {
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    left: 100%;
    right: auto;
    margin-left: 20px;
}
.popover-wrapper.popover-right.popover-active .popover-content {
    transform: translateY(-50%) translateX(0);
}
/*--------------------------------------------------------------
29. Round Tab  Styles
--------------------------------------------------------------*/
.round-tab-wrapper {
    border: solid 1px #000000;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    padding-top: 0;
    width: 460px;
    height: 460px;
    margin: 0 48px;
    background: #fcfffe;
}
.round-tab-head {
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    line-height: 100px;
    -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}
.active .round-tab-head {
    color: #fff;
}
.round-tab-content {
    position: absolute;
    max-width: 50%;
    height: auto;
    vertical-align: middle;
    transform: translate(-50%,-50%);
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
    opacity: 0;
    margin-left: 50%;
    margin-top: 50%;
}
.round-tab-item.active .round-tab-content {
    opacity: 1;
}
.elementor .round-tab-head-icon > img {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.round-tab-wrapper .round-tab-item:first-child .round-tab-head {
    left: calc(50% - 50px);
    top: calc( 0% - 50px);
}
.round-tab-wrapper .round-tab-item:nth-child(5) .round-tab-head {
    left: calc( 85% - 50px );
    top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(2) .round-tab-head {
    left: calc( 100% - 50px );
    top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(6) .round-tab-head {
    left: calc( 85% - 50px );
    top: calc( 85% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(3) .round-tab-head {
    left: calc( 50% - 50px );
    top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(7) .round-tab-head {
    left: calc( 15% - 50px );
    top: calc( 85% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(4) .round-tab-head {
    left: calc( 0% - 50px );
    top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item:nth-child(8) .round-tab-head {
    left: calc( 15% - 50px );
    top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-2:nth-child(2) .round-tab-head {
    left: calc( 50% - 50px );
    top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(2) .round-tab-head {
    left: calc( 100% - 100px );
    top: calc( 75% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(3) .round-tab-head {
    left: calc( 5% - 50px );
    top: calc( 75% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:first-child .round-tab-head {
    left: calc(10% - 50px);
    top: calc( 20% - 50px);
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(2) .round-tab-head {
    left: calc( 90% - 50px );
    top: calc( 20% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(3) .round-tab-head {
    left: calc( 95% - 50px );
    top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(4) .round-tab-head {
    left: calc( 50% - 50px );
    top: calc( 100% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(5) .round-tab-head {
    left: calc( 5% - 50px );
    top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:first-child .round-tab-head {
    left: calc( 20% - 50px );
    top: calc( 10% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(2) .round-tab-head {
    left: calc( 80% - 50px );
    top: calc( 10% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(3) .round-tab-head {
    left: calc( 100% - 50px );
    top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(4) .round-tab-head {
    left: calc( 80% - 50px );
    top: calc( 90% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(5) .round-tab-head {
    left: calc( 20% - 50px );
    top: calc( 90% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(6) .round-tab-head {
    left: calc( 0% - 50px );
    top: calc( 50% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:first-child .round-tab-head {
    left: calc( 15% - 50px );
    top: calc( 15% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(2) .round-tab-head {
    left: calc( 60% - 50px );
    top: calc( 1% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(3) .round-tab-head {
    left: calc( 95% - 50px );
    top: calc( 30% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(4) .round-tab-head {
    left: calc( 95% - 50px );
    top: calc( 70% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(5) .round-tab-head {
    left: calc( 65% - 50px );
    top: calc( 96% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head {
    left: calc( 18% - 50px );
    top: calc( 88% - 50px );
}
.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head {
    left: calc( 0% - 50px );
    top: calc( 50% - 50px );
}
.elementor-widget-container.round-tab-wrapper:after,
.elementor-widget-container.round-tab-wrapper:before {
    content: "";
    width: 460px;
    height: 460px;
    background: transparent;
    border-radius: 46% 49% 50% 48%;
    border: 1px solid #000000;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: Rotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: Rotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    position: absolute;
    z-index: -1;
}
.elementor-widget-container.round-tab-wrapper:before  {
    border-radius: 50% 48% 49% 45%;
}   
@-webkit-keyframes Rotate
{
 from{-webkit-transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
 from{-moz-transform:rotate(0deg);}
 to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
 from{-ms-transform:rotate(0deg);}
 to{-ms-transform:rotate(360deg);}
}
.round-tab-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.round-tab-desc h3 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 40px;
    padding-top: 10px;
}
span.round-tab-head-icon {
    font-size: 25px;
    color: #000;
}
.active span.round-tab-head-icon {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .elementor-widget-container.round-tab-wrapper:after, .elementor-widget-container.round-tab-wrapper:before {
        display:none;   
    }
    .round-tab-wrapper .round-tab-item {
        margin: 10px 10px;
    }
    .round-tab-wrapper {
        width: 100%;
        height: auto;
        margin: 0;
        border: 0;
    }
    .round-tab-wrapper .round-tab-item .round-tab-head {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
    .testimonial-classic .testimonial-excerpt {
        font-size: 15px;
    }
    .day-counter .counter-item > h3 {
        font-size: 24px;
    }
    .counter-wrapper.margin-bottom-0.counter-style-modern.text-center {
        padding-top: 31px;
    }
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: 45%;
    }
}
/*--------------------------------------------------------------
30. Progress bar Style
--------------------------------------------------------------*/
body .elementor-widget-progress .elementor-title {
    font-family: inherit;
    font-weight: 700;
}
body .elementor-progress-wrapper, body .elementor-progress-bar {    
    overflow: visible !important;
}
.elementor-widget.elementor-widget-progress {
    margin-bottom: 22px !important;
}
.elementor-widget.elementor-widget-progress:last-child {
    margin-bottom: 0px !important;
}
.elementor-progress-percentage {
    padding-right: 15px;
    color: #000;
    position: relative;
    top: -25px;
    font-weight: 700;
}
/*--------------------------------------------------------------
31. Rain Drops Styles
--------------------------------------------------------------*/
.organiky-rain-drops {
    position: absolute !important;
    left: 0;
    right: 0;
}
.organiky-rain-drops > canvas,
.organiky-raindrops-wrap > canvas {
    width: 120%;
}
.section-raindrops-actived .organiky-raindrops-wrap {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
}
/*--------------------------------------------------------------
32. Parallax Styles
--------------------------------------------------------------*/
.organiky-parallax {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: fixed; 
    background-size: cover;
}
/*--------------------------------------------------------------
33. Toggle Content Styles
--------------------------------------------------------------*/
.toggle-content {
    overflow: hidden;
    opacity: 0;
    transition: all .6s;
}
.toggle-content.toggle-content-shown {
    opacity: 1;
    transition: all .6s;
}
.toggle-btn-wrap a.toggle-content-trigger {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    padding: 7px 0px;
    display: inline-block;
}
/*--------------------------------------------------------------
33. Float Image Styles
--------------------------------------------------------------*/
section {
    position: relative;
}
section.float-parallax-started {
    overflow: hidden;
}
.float-parallax {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  height: auto;
  width: auto;
  opacity: 0;
  transition: opacity ease 0.35s;
}
section.elementor-element.rotate-ball-sec .float-parallax {
    z-index: 0;
}
section.float-parallax-started .float-parallax{
    opacity: 1;
    transition: opacity ease 0.35s;
}
.float-ele-rotation{
    -webkit-animation: rotation 6s infinite linear;
}
@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
section {
    position: relative;
}
section.float-parallax-started {
    overflow: hidden;
}
/* floating-animate-model-1 */
.floating-animate-model-1 > img {
    animation-name: floating-animate-model-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}   
@-webkit-keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* .floating-animate-model-2 */
.floating-animate-model-2 > img {
    animation-name: floating-animate-model-2;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-2;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-2;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-2;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-2;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes floating-animate-model-2 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-2 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.floating-animate-model-3 > img {
    animation-name: floating-animate-model-3;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-3;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-3;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-3;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-3;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}   
@keyframes floating-animate-model-3 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-3 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-3 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-3 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
/* Verticle Moves */
.verticalMove {
    animation: verticalMove 3.5s infinite;
}
@-webkit-keyframes verticalMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes verticalMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/*--------------------------------------------------------------
34. Faq Styles
--------------------------------------------------------------*/
.organiky-faq .elementor-toggle-item {
    border: 1px solid #eaedf2;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.organiky-faq .elementor-toggle .elementor-tab-title {
    font-size: 1em;
    line-height: 26px;
}
/*Extra*/
.zozo-horizontal-slider-wrap {
    position: relative;
}
.zozo-horizontal-slider-title {
    position: absolute;
    background: #000000;
    z-index: 1;
    color: #fff;
}
.zozo-horizontal-slider-title, .zozo-horizontal-slider ul li {
    padding: 0 10px;
}
.zozo-horizontal-slider-title:after {
    content: "";
    width: 12px;
    height: 30px;
    background: #000;
    position: absolute;
    right: -12px;
    border-left: 5px solid #fff;
}
.organiky-header .zozo-horizontal-slider-wrap .jctkr-wrapper {
    overflow: visible;
}
.organiky-header .zozo-horizontal-slider-wrap .jctkr-wrapper a {
    color: #000;
}
.organiky-header .zozo-horizontal-slider-wrap {
    width: 700px;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #f2f2f2;
    border-left: 15px solid #f2f2f2;
    border-right: 15px solid #f2f2f2;
    border-radius: 20px;
}
.organiky-header .jctkr-wrapper ul, .organiky-header .jctkr-wrapper {
    height: 40px;
    line-height: 40px;
}
.zozo-horizontal-slider-wrap .jctkr-wrapper ul li {
    font-family: inherit;
    font-size: 14px;
}
.zozo-horizontal-slider-wrap .jctkr-wrapper ul li:before  {
    content: "\f0f6";
    font-family: fontAwesome;
    padding-right:10px;
    color: #24355a;
}
.cus-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    background: #62a403 !important;
}
/* Extra Style Download Manager */
.w3eden .wpdm-link-template .package-title a, .w3eden .wpdm-link-template .package-title {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
}
.widget-area .w3eden .wpdm-link-template .package-title {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #000;
}
.single-wpdmpro .entry-meta.top-meta.clearfix, .single-wpdmpro .entry-meta.bottom-meta.clearfix,
.single-wpdmpro .post-navigation-wrapper.clearfix,
.single-wpdmpro .post-comments-wrapper {
    display: none;
}
.single-wpdmpro .text-right img.ttip {
    margin-right: 0;
}
.w3eden .fetfont, .w3eden .btn, .w3eden .btn.wpdm-front h3.title, .w3eden .wpdm-social-lock-box .IN-widget a span:last-child, .w3eden #xfilelist .panel-heading, .w3eden .wpdm-frontend-tabs a, .w3eden .alert:before, .w3eden .panel .panel-heading, .w3eden .discount-msg, .w3eden .panel.dashboard-panel h3, .w3eden #wpdm-dashboard-sidebar .list-group-item, .w3eden #package-description .wp-switch-editor, .w3eden .w3eden.author-dashbboard .nav.nav-tabs li a, .w3eden .wpdm_cart thead th, .w3eden #csp .list-group-item, .w3eden .modal-title {
    font-family: inherit !important;    
}
.elementor-text-editor .w3eden > .link-template-default {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.light-menu .elementor-text-editor .w3eden > .link-template-default {
    border-color: rgba(255,255,255,0.2);
}
.elementor-text-editor .w3eden:last-child > .link-template-default  {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom: 0;
}
.elementor-text-editor .w3eden .btn.btn-sm {
    padding: 6px 16px 6px 16px;
    font-size: 10px;
}
.w3eden .btn-primary:hover {
    box-shadow: none !important; 
}
.wpdm-link-template.link-template-default .media-body > div {
    margin-bottom: 3px;
}
.wpdm-link-template.well .media {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.wpdm-link-template.well .media .media-body .package-title {
    display: block;
}
.wpdm-link-template.well .media > * {
    padding: 0 15px;
}
/* downlos widgets */
.w3eden .list-group .badge {
    background: transparent !important;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    color: #101f40;
}
body .w3eden .list-group-item {
    border-color: #eaeaea !important;
    border-top: 1px solid #eaeaea !important;
}
.widget-area .wpdm-lt-card h3 {
    font-size: 16px;
    line-height: 26px;
}
.widget-area .w3eden .link-template-default.thumbnail .wpdm-download-link.btn {
    padding: 0px 10px !important;
    font-size: 12px !important;
    text-transform: capitalize;
    line-height: 31px !important;
}
.widget-area .link-template-default .media > .ml-3 {
    display: block;
    width: 100%;
}
.widget-area .w3eden .link-template-default.card .package-title {
    font-size: 16px;
    line-height: 26px;
}
.widget-area .w3eden .link-template-default.card {
    border-color: #eaeaea !important;
}
.well.c2a3 .btn {
    font-size: 10px;
}
.widget-area .w3eden .link-template-default.thumbnail {
    padding: 10px 0;
}
.widget-area .wpdm-link-template.link-template-default .media-body > div {
    margin-bottom: 8px;
}
.widget-area .wpdm-link-template.link-template-default .media {
    margin-top: 22px;
    border-top: 1px solid #eaeaea;
    padding-top: 22px;
}
@media only screen and (max-width: 1678px) {
     .res-bg-cut .elementor-widget-wrap {
        background-position: 0px 128px !important;
    }
 }
@media only screen and (max-width: 1500px) {
     .res-bg-cut .elementor-widget-wrap {
        background-position: 0px 130px !important;
    }
 }
@media only screen and (max-width: 1361px) {
     .res-bg-cut .elementor-widget-wrap {
        background-position: 0px 133px !important;
    }
 }
@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    .res-tab .ad-wrap.ad-center {
        left: 60px;
    }
    .section-title-wrapper .title-wrap *.sub-title {
        font-size: 16px;
        line-height: 26px;
    }
    .day-counter .counter-item > h3 {
        font-size: 18px;
    }
    .day-counter-default .day-counter .counter-item span {
        font-size: 10px;
    }
    .elementor .cus-client-img img {
        max-width: 110px;
    }
    .elementor-element.cus-single-img .elementor-widget-container {
        position: relative;
    }
    .feature-box-wrapper.feature-box-classic .feature-box-icon {
        position: relative;
        display: inline-block;
    }
    .feature-box-wrapper.res-bg1 .feature-box-image img.img-fluid,
    .feature-box-wrapper.res-bg2 .feature-box-image img.img-fluid {
        padding: 40px;
    }
    .feature-box-wrapper.res-bg1 .feature-box-image img.img-fluid {
        background: #fcebe2;
    }
    .feature-box-wrapper.res-bg2 .feature-box-image img.img-fluid {
        background: #f7f7f7;
    }
    .blog-wrapper.blog-style-classic-pro .post-thumb.post-overlay-active .post-overlay-items {
        top: auto;
        bottom: 0px;
        left: 0;
        z-index: 2;
        background: #fff;
        margin-right: 0;
        padding: 20px 15px;
        border-left: 4px solid #ffd2d2;
    }
    .section-title-wrapper.sim-border .title-wrap>.section-title {
        margin-bottom: 0;
    }
    .feature-box-wrapper.cus-ad-feature.cus-ad-4 .feature-box-image:before,
    .feature-box-wrapper.cus-ad-feature.cus-ad-3 .feature-box-image:before,
    .feature-box-wrapper.cus-ad-feature.cus-ad-5 .feature-box-image:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .feature-box-wrapper.cus-ad-feature.cus-ad-3 .feature-box-image:before {
        background: rgb(175 203 135 / 25%);
    }
    .feature-box-wrapper.cus-ad-feature.cus-ad-5 .feature-box-image:before {
        background: rgb(175 203 135 / 25%);
    }
    .feature-box-wrapper.cus-ad-feature.cus-ad-4 .feature-box-image:before {
        background: rgb(243 247 250 / 85%);
    }
    .cus-ad-4 .fbox-content1 {
        padding: 0 15px;
    }
}  
@media only screen and (max-width: 991px) {
    .day-counter-modern .day-counter .counter-item span {
        font-size: 14px;
    }
    .section-title-wrapper.default-title .section-description span.lead.d-block {
        left: 0px;
    }
    .section-title-wrapper .title-wrap > .section-title {
        margin-bottom: 5px;
    }
    .cus-feature-box .fbox-content {
        width: 285px;
    }
}

@media only screen and (max-width: 768px) {
    .elementor-element.cus-single-img .elementor-widget-container:before {
        opacity: 0;
    }
    .woocommerce ul.products.owl-carousel .owl-prev {
        left: -10px;
    }
    .woocommerce ul.products.owl-carousel .owl-next {
        right: -10px;
    }
    .testimonial-wrapper.testimonial-modern .owl-prev {
        left: -10px;
    }
    .testimonial-wrapper.testimonial-modern .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .testimonial-wrapper.testimonial-modern .owl-next {
        right: -10px;
        left: auto;
    }
    .team-wrapper.team-default .owl-carousel .owl-nav {
        top: 50%;
        transform: translateY(-50%);
    }
    .elementor-element .woocommerce ul.products li.product-category img {
        max-width: 220px;
    }
} 
@media only screen and (max-width: 767px) {
    .w3eden .well > .media {
        display: block;
    }
    .w3eden .well > .media > * {
        text-align: left;
        margin: 0 !important;
    }
    .well.c2a3 .media-body {
        font-size: 11pt;
        margin-bottom: 14px !important;
    }
    .well.c2a3 .media-body .media-heading {
        margin-bottom: 0 !important;
        line-height: 25px;
    }
    .w3eden .well > .media > *:first-child {
        margin-bottom: 15px !important;
    }
    .feature-box-classic-pro .feature-box-inner .fbox-number {
        top: 15px;
    }
    .feature-box-classic-pro .feature-box-image.rounded-circle:before {
        content: unset;
    }
    .testimonial-list .testimonial-list-item .testimonial-thumb img.rounded-circle {
        max-width: 200px;
        margin: auto;
        margin-bottom: 40px;    
        padding: 0;
    }
    .testimonial-list .testimonial-list-item {
        display: block;
    }
    .testimonial-list .testimonial-list-item {
        padding: 0;
    }
    .media.testimonial-list-item .media-body {
        text-align: center;
        margin-left: 0;
    }
    .testimonial-list .testimonial-list-item .testimonial-excerpt {
        padding-top: 0;
    }
    .testimonial-list .testimonial-list-item .testimonial-thumb:before {
        left: 0;
        right: 0;
        margin: auto;
        bottom: -20px;
    }
    .testimonial-list .owl-prev {
       left: 0;
        top: 150px;
    }
    .testimonial-list .owl-next {
        right: 0;
        top: 150px;
    }
    .feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off.on-sale-off .off-text {
        margin-top: 3px;
        font-size: 16px;
    }
    .feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off.on-sale-off .off-value {
        font-size: 21px;
    }
    .feature-box-wrapper.feature-ad2.med-big-ad2 .ad-banner-off {
        height: 74px;
        width: 74px;
    }
    .feature-box-wrapper.cus-testimonials .media {
        display: block;
        -ms-flex-align: end;
        align-items: end;
    }
    .feature-box-wrapper.cus-testimonials .feature-box-image.rounded-circle img {
        max-width: 80px;
        margin-bottom: 15px;
        border-radius: 50%;
        margin-left: 0;
    }
    .feature-box-wrapper.cus-testimonials .feature-box-image.rounded-circle {
        border-radius: 0%!important;
    }
    .feature-box-wrapper.cus-testimonials.testi-img-cus .feature-box-image.rounded-circle img {
        margin-bottom: 5px;
        margin-top: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .organiky-woo-products-wrapper.cus-pro-wrap .isotope-filter {
        position: relative;
        top: auto;
        text-align: left;
        margin-left: -13px;
    }
    .organiky-woo-products-wrapper.cus-pro-wrap .isotope-filter li:first-child a.isotope-filter-item {
        margin-left: 0;
    }
    .feature-box-wrapper .feature-box-icon > span.fbox-icon-middle {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: 38%;
    }
    .feature-box-wrapper.cus-ad-feature.cus-ad-2 .feature-box-image:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgb(0 0 0 / 28%);
    }
}
@media only screen and (max-width: 540px) {
    .elementor-element .mailchimp-wrapper .btn {
        padding: 0 16px 0 10px;
        border-radius: 4px;
        font-weight: 500;
        margin-left: 0;
    }
   .elementor-element .mailchimp-wrapper .btn span.subscribe-text {
        display: none;
    }
    .elementor-element .mailchimp-wrapper .btn span.ti-location-arrow {
        font-size: 21px;
        margin-left: 0 !important;
    }
    .site-footer .footer-top-wrap [class*="col-lg-"]:last-child {
        margin-bottom: 0;
    }
    .site-footer .footer-top-wrap [class*="col-lg-"] {
        margin-bottom: 23px;
    }
    .testimonial-wrapper.testimonial-default .testimonial-inner {
        padding: 25px 25px 25px 25px;
    }
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: 33%;
    }
    .cus-feature-box .feature-box-title {
        margin-bottom: 6px;
    }
    .cus-feature-box .fbox-content {
        width: 100%;
    }
    .day-counter-classic-pro .day-counter {
        padding: 22px 0px 16px;
    }

    .day-counter-classic-pro .day-counter > * {
        width: 50px;
    }
    .day-counter-classic-pro .day-counter .counter-item > h3 {
        font-size: 26px;
    }
    .day-counter-wrapper.day-counter-classic-pro .day-counter .counter-item > h3:after {
        height: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: 23%;
    }
    .elementor-widget-wrap>.elementor-element.elementor-absolute .elementor-widget-container {
        width: 150px;
        height: 150px;
    }
    .counter-style-modern .counter-value span.counter-up {
        font-size: 30px;
        line-height: 18px;
    }
    .counter-style-modern .counter-title-head {
        font-size: 15px;
        line-height: 18px;
    }
    .counter-style-modern .counter-value h3 {
        margin-bottom: 0;
    }
    .counter-wrapper.margin-bottom-0.counter-style-modern.text-center {
        padding-top: 26px;
    }
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: 15%;
    }
    .counter-wrapper.margin-bottom-0.counter-style-modern.text-center {
        padding-top: 25px;
    }
    .cus-feature-box .fbox-content {
        display: none;
    }
    .cus-feature-box {
        padding: 0 15px;
    }
    .cus-feature-box .feature-box-title {
        margin-bottom: 0;
        line-height: 34px;
    }
    .cus-feature-box {
        top: 45%;
    }
    .day-counter-modern .day-counter .counter-item > h3 {
        font-size: 28px;
    }
    .cus-ad-4 .fbox-content1 {
        padding: 0 15px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 440px) {
    .day-counter > *.default {
        width: 61px;
    }
    .day-counter .counter-item > h3 {
        font-size: 24px;
    }
    .elementor-widget-wrap>.elementor-element.elementor-absolute .elementor-widget-container {
        width: 150px;
        height: 150px;
    }
    .counter-style-modern .counter-value span.counter-up {
        font-size: 30px;
        line-height: 32px;
    }
    .counter-style-modern .counter-title-head {
        font-size: 16px;
        line-height: 19px;
    }
        .counter-style-modern .counter-value h3 {
        margin-bottom: 0;
    }

    .cus-ad-4 .fbox-content1 {
        margin-top: 10px;
    }
    .cus-ad-4 .cus-feature-box .feature-box-title {
        margin-bottom: 12px;
    }
    .cus-ad-4 .cus-feature-box {
        top: 50%;
        right: 0;
        left: 0;
    }
}
@media only screen and (max-width: 430px) {
    .day-counter > * {
        width: 65px;
    }
    .day-counter-modern .day-counter > *.rounded {
        margin-right: 10px;
    }
    .day-counter-modern .counter-item {
        width: 65px;
    }
    .day-counter-modern .day-counter > * .counter-item > h3 {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
    .day-counter-modern .day-counter .counter-item > h3 {
        font-size: 26px;
    }
    .cus-ad-4 .fbox-content1 {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
.testimonial-wrapper.testimonial-wrapper .client-name {
        font-size: 17px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 410px) {
    .counter-style-modern .counter-value span.counter-up {
        font-size: 28px;
        line-height: 28px;
    }
    .counter-style-modern .counter-title-head {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .elementor-widget-wrap>.elementor-element.elementor-absolute .elementor-widget-container {
        width: 140px;
        height: 140px;
        padding: 23px 0px 27px 0px!important;
    }
    .counter-style-modern .counter-value h3 {
        line-height: 1;
    }
    .elementor-6062 .elementor-element.elementor-element-dda0f89 {
        top: 182px !important;
    }
    .cus-exp-count .elementor-widget-container:before,
    .cus-exp-count .elementor-widget-container:after {
        content: unset;
    }
    .counter-wrapper.margin-bottom-0.counter-style-modern.text-center {
        padding-top: 7px;
    }
    .cus-ad-3 .fbox-content .cus-feature-box1 .fbox-content1,
    .cus-ad-5 .fbox-content .cus-feature-box1 .fbox-content1 {
        display: none;
    }
    .cus-ad-3 .fbox-content .cus-feature-box1,
    .cus-ad-5 .fbox-content .cus-feature-box1 {
        top: 25px;
    }
}
@media only screen and (max-width: 390px) {
    .counter-wrapper.margin-bottom-0.counter-style-modern.text-center {
        padding-top: 7px;
    }
}
@media only screen and (max-width: 340px) {
    .feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off, 
    .feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off {
        top: 66%;
        right: 6%;
        height: 74px;
        width: 74px;
    }
    .feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off .off-value, 
    .feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off .off-value {
        font-size: 20px;
    }
    .feature-box-wrapper.feature-ad2.med-big-ad .ad-banner-off .off-text, 
    .feature-box-wrapper.feature-ad2.med-big-ad1 .ad-banner-off .off-text {
        font-size: 16px;
        margin-top: 2px;
    } 
    .ad-wrap.ad-top-left {
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .elementor-element.elementor-absolute.cus-exp-count {
        margin-left: -3%;
    }
    .day-counter-modern .day-counter > *.rounded {
        margin-right: 7px;
    }
}   
@media only screen and (max-width: 321px) {
    .day-counter > *.default {
        width: 87px;
    }
}
/* Forum styles */
#bbpress-forums li.bbp-header {
    color: #fff;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 14px !important;
    line-height: 28px;
}   
#bbpress-forums p.bbp-topic-meta span > a,
div.bbp-template-notice p > a {
    display: inline-block;
    padding: 0 5px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar {
    border: 0 !important;
    margin-bottom: -4px !important;
}
#bbpress-forums fieldset.bbp-form legend {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
#bbpress-forums fieldset.bbp-form label {
    color: #000;    
}
div.bbp-submit-wrapper {
    float: none !important;
}
div.bbp-submit-wrapper button {
    padding: 8px 25px;
}   
#bbpress-forums fieldset.bbp-form {
    padding: 40px 30px !important;  
}
.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input {
    display: block;
    width: 100%;
    height: 40px;
}
.bbp-login-form .bbp-submit-wrapper {
    text-align: left !important;
    margin-bottom: 15px;
}
.bbp-login-form .bbp-login-links > * {
    width: 50%;
    float: left;
    clear: none !important;
}
.bbp-login-form .bbp-login-links > *:last-child {
    text-align: right;
}
li.bbp-forum-info, li.bbp-topic-title {
    width: 45% !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 35% !important;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px !important;
    line-height: 22px !important;
}
a.button.logout-link {
    background: #000;
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: 17px;
    font-weight: 800;
}
.bbp-breadcrumb {
    width: 100%;
    background: #df193a;
    color: #fff;
    padding: 8px 10px 8px 15px;
}
a.bbp-breadcrumb-home {
    color: #fff;
}
#bbpress-forums li a.bbp-forum-title {
    font-weight: 700;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 20px !important;
}
#bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0 !important;
}
a.bbp-breadcrumb-home:hover {
    color: #fff;
}
.widget_display_stats dl>dt {
    clear: left;
    float: left;
    width: 60%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget_display_stats dl>dd {
    float: right;
    width: 40%;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/* Area details */
.area-details .row-title {
    float: left;
    width: 40%;
    text-align: left;
    padding: 3px 0px;
}
.area-details .row-value {
    width: 60%;
    float: right;
    text-align: right;
}
.area-details li {
    clear: both;
}
.area-details .row-title h6 {
    margin-bottom: 0;
    font-size: 15px;
}
.area-details li {
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.area-details li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;   
}
/* Extra Styles */
.organiky_testimonial_slide_widget .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    border-radius: 50%;
}