/**title**/
.sp-page-title h2 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
@media only screen and (max-width:767px){
    .sp-page-title h2 {
    font-size: 18px;

}
    .sp-page-title {
    padding: 80px 0 20px 0;
}
}

.sp-page-title h2:after {
    display: none;
}

/**
home images
**/
.cls-home-image .sppb-addon-single-image {
    position: relative;

}

.cls-home-image .sppb-addon-single-image:hover:before {
    content: "";
    -webkit-filter: brightness(0.5);
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cls-home-image .sppb-addon-single-image h3.sppb-addon-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.cls-home-image .sppb-addon-single-image:hover h3.sppb-addon-title {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    visibility: visible;
    opacity: 1;

}
@media only screen and (max-width:991px) {
  .cls-home-image .sppb-addon-single-image h3.sppb-addon-title {
    visibility: visible;
    opacity: 1;
}
}
/**slides**/
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #898a8b !important;
    border-color: #898a8b;
}

.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot.active span,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border-color: #fff;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    top: 0px;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: 1px solid transparent;
    padding: 0;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: transparent;
    background-color: transparent;
    color: initial !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text {
    color: #000 !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title {
    color: #88b82a !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: #88b82a !important;
}

@media only screen and (max-width: 480px) {

    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container {
        margin-bottom: 0px !important;
    }

    .sppb-section:not(.spectrum-faq-list) .sppb-icon {
        margin-bottom: 10px !important;
    }

    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title {
        margin-bottom: 10px !important;
    }
}

.sppb-section:not(.spectrum-faq-list).cls-home-icons .sppb-addon-feature .sppb-icon span i {
    color: #535353;
}

/**font awesome**/
/*
.cls-icon-7 .fas {
       font-family: 'Pe-icon-7-stroke';
      font-weight: inherit;
}
.cls-icon-7 .fa-globe:before {
    content: "\e64f"!important;
}
.cls-icon-7 .fa-home:before {
    content: "\e648"!important;
}
*/

.spectrum-animated-number .sppb-addon-animated-number .sppb-animated-number {
    font-weight: 300 !important;
}

.spectrum-animated-number .sppb-addon-animated-number .sppb-animated-number-title {
    font-weight: 300 !important;
    color: #fff;
}

@media only screen and (max-width: 480px) {

    body,
    p {
        font-size: 14px !important;
    }
}

#sp-header {

    height: 60px;
    position: absolute;
}

#sp-header .logo {
    height: 60px;
}

#offcanvas-toggler {
    line-height: 60px;
}

#sp-header {
    background: rgba(245, 245, 245, 0);
}

#sp-header.menu-fixed {
    background: rgba(245, 245, 245, 0.9);
    border-bottom: 1px solid #ccc;
}

.sp-megamenu-parent {
    font-family: Raleway, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

#sp-header.menu-fixed .sp-megamenu-parent>li.active>a,
#sp-header.menu-fixed .sp-megamenu-parent>li:hover>a {
    background: rgba(0, 0, 0, 0.04);
    color: #88b82a;
}

#sp-header.menu-fixed .sp-megamenu-parent>li.active>a:after,
#sp-header.menu-fixed .sp-megamenu-parent>li:hover>a:after {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    background: #88b82a;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #88b82a;
}

#offcanvas-toggler>i {
    color: #000;
}
.menu-fixed-out #offcanvas-toggler>i {
    color: #fff;
}

#offcanvas-toggler>i:hover {
    color: #88b82a;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li:hover>a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.active>a {
    background: rgba(0, 0, 0, 0.2);
}

.offcanvas-menu .offcanvas-inner .sp-module .search input:hover,
.offcanvas-menu .offcanvas-inner .sp-module .search input:focus {
    border: 1px solid #88b82a;
}

#sp-header.menu-fixed .sp-megamenu-parent>li>a {
    color: #000;
    font-weight: normal;
}

.sp-megamenu-parent>li>a {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    display: inline-block;
    padding: 0 13px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.sp-megamenu-parent>li>a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    height: 2px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sp-megamenu-parent>li.sp-has-child>a:before {
    font-family: "FontAwesome";
    content: " \f107";
    float: right;
    padding-left: 5px;
}

ul.social-icons>li a:hover {
    color: #88b82a;
}

#sp-header.has-slideshow.menu-fixed-out .sp-megamenu-parent>li.active>a,
#sp-header.has-slideshow.menu-fixed-out .sp-megamenu-parent>li:hover>a,
#sp-header.has-slideshow.menu-fixed-out #offcanvas-toggler>i:hover {
    color: #88b82a;
}

.sp-megamenu-parent>li>a:after {
    background-color: #88b82a;
}

.offcanvas-menu {
    background: #88b82a;
}

.sppb-addon-image-content.cls-promo-event .sppb-image-holder {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/**breezing form**/
input#ff_elem74 {
    max-width: 100%;
    padding: 6px 12px 6px 14px;
}

button#ff_elem74_calendarButton {
    padding: 7px 10px 7px 12px;
}

/**price table**/
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
    color: inherit;
}

.pricing-table .sppb-col-md-4:nth-child(even) .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
    /* color: #071c85;*/
}

.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
    font-size: 18px;
    font-weight: 300;
    border-top: 0;
    margin-bottom: 5px !important;
    padding: 10px 0 !important;
}

.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li:last-child {
    border: 0;
}
span.sppb-pricing-duration {
    top: -20px!important;
    position: relative;
}
.sppb-pricing-header {
    margin-bottom: 18px;
}

.pricing-table .sppb-pricing-box .sppb-pricing-header i {
    font-size: 100px;
    margin-bottom: 30px;
}

.pricing-table .sppb-pricing-price {
    line-height: 100px;
}

.pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-wrapper .sppb-pricing-curency {
    font-size: 80px;
    margin-right: 20px;
}

.pricing-table .sppb-pricing-price-symbol {
    vertical-align: unset !important;
    margin-right: 20px;
}

.pricing-table .sppb-btn-custom {
    background: none;
    border-radius: 0;
    border: 1px solid;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 25px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    font-weight: 300;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:hover {
    color: #88b82a !important;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:before,
.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:before {
    left: -100%;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:after {
    right: -100%;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:hover:before {
    left: 0;
}

.pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn-custom:hover:after {
    right: 0;
}

.pricing-table .sppb-pricing-price {
    line-height: 100px !important;
    font-weight: 500 !important;
}

/**footer**/
#sp-footer {
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
}

#sp-header.menu-fixed .sp-megamenu-parent>li.active>a:after, #sp-header.menu-fixed .sp-megamenu-parent>li:hover>a:after {
  display:none;
}


/**/