/*-- Helper-Classes --*/

.full-width {
    width: 100vw !important;
}

.inline-element {
    display: inline-block !important;
    width: inherit !important;
    float: none !important;
}

/*-- Page-Title --*/

.page-title .title-before {
    color: #ff867a;
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.page-title .title-icon {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

.page-title .title {
    color: #22233b;
    line-height: 1.5em;
    font-size: 38px;
    font-weight: 800;
}

/*-- Button-Design --*/

.multi-button {
    display: inline-block;
    background-color: #6858db;
    color: #ffffff;
    padding: 18px 50px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.multi-button:focus,
.multi-button:hover {
    background-color: #22233b;
    color: #ffffff;
    -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
}

.multi-button .button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.multi-button .button-content .button-data {
    margin-left: 5px;
    margin-right: 5px;
}

.multi-button .button-content .button-text,
.multi-button .button-content .button-info {
    display: block;
}

.multi-button .button-content .button-info {
    font-size: 14px;
}

.multi-button .button-content .button-text {
    font-weight: 700;
    font-size: 18px;
}

.multi-button .button-content .button-icon {
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.multi-button span {
    display: block;
}

/*-- Box-Design --*/

.single-service {
    text-align: center;
    padding: 60px 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 0 0 #f2f2f2;
    box-shadow: 0 0 0 0 #f2f2f2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single-service:hover {
    -webkit-box-shadow: 0 10px 30px 0 #f2f2f2;
    box-shadow: 0 10px 30px 0 #f2f2f2;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.single-service .service-icon {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
}

/*-- Counter-Box --*/

.middle {
    display: table;
}

.middle-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.counter-box {
    -webkit-box-shadow: 0 0 30px 0 #f2f2f2;
    box-shadow: 0 0 30px 0 #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 30px;
    border-radius: 6px;
    width: 100%;
    max-width: 200px;
    height: 120px;
    text-align: center;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: none;
}

.counter-box:hover {
    -webkit-box-shadow: 0 10px 50px 0 #f0f0f0;
    box-shadow: 0 10px 50px 0 #f0f0f0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.counter-box .icon {
    margin-bottom: 20px;
    font-size: 26px;
    color: #56576e;
}

.counter-box .counterup {
    color: #f9748e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-box .title {
    font-size: 20px;
    font-weight: 400;
    color: #56576e;
}

/*-- Feature-Box --*/

.feature-box {
    display: block;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 50px 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 15px;
}

.feature-box.space {
    margin-top: 90px;
}

.feature-box:hover {
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-box .feature-icon {
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 60px;
    min-height: 80px;
}

.feature-box .title {
    font-size: 22px;
}

/*-- Carousel-Image-Slider --*/

.lunatic_image_carousel .owl-item .item {
    margin: 30px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lunatic_image_carousel .owl-item .item:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.lunatic_image_carousel .owl-controls.clickable .owl-pagination {
    margin: 0 10px;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div {
    position: absolute;
    top: calc(50% - 22px);
    right: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 40px;
    height: 4px;
    border-radius: 5px;
    background-color: #000000;
    display: block;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after,
.lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
    position: absolute;
    content: '';
    left: -3px;
    top: 0;
    width: 20px;
    height: 4px;
    background-color: #000000;
    border-radius: 5px;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div.owl-next {
    top: calc(50% + 22px);
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div.owl-next:after,
.lunatic_image_carousel .owl-controls.clickable .owl-buttons div.owl-next:before {
    left: auto;
    right: -3px;
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div.owl-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lunatic_image_carousel .owl-controls.clickable .owl-buttons div.owl-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-- Price-Box --*/

/*-- 10. Price-Area --*/

.price-box {
    padding: 60px;
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.price-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.price-box .price-icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #F8C96D;
}

.price-box .title {
    font-size: 22px;
    font-weight: 700;
}

.price-box ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    color: #56576e;
}

.price-box ul li {
    margin-bottom: 10px;
}

.price-box .price-rate {
    color: #6858db;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/*-- Team-Member --*/

.single-team {
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.single-team:hover {
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

}

.single-team .team-photo img {
    width: 100%;
}

.single-team .team-content {
    padding: 20px 15px;
}

.single-team .name {
    margin-bottom: 10px;
    font-size: 22px;
}

/*-- Testimonial-Area --*/

.single-testimonial {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 60px 60px 80px;
    border-radius: 6px;
    width: 80%;
    margin: 30px auto;
}

.single-testimonial:before {
    content: "\f1b2";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 40px;
    color: #6858db;
    position: absolute;
    left: 30px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-testimonial .client-name {
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #6858db;
}

.lunatic_testimonial_arrow .owl-controls {
    text-align: center;
}

.lunatic_testimonial_arrow .owl-controls .owl-buttons > div {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}

.lunatic_testimonial_arrow .owl-controls .owl-buttons > div.owl-next {
    left: auto;
    right: 0;
}

/*-- FAQ-Desing --*/

.single-faq {
    background-color: rgba(236, 234, 251, 0.3);
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-faq:hover {
    -webkit-box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*-- Blog-Box --*/

.single-blog-box {
    border: 1px solid #f2f2f2;
    margin: 15px;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.single-blog-box:hover {
    -webkit-box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.single-blog-box .blog-box-content {
    padding: 30px 15px;
}

.single-blog-box .blog-box-content .post-title {
    font-size: 16px;
}

.single-blog-box .blog-box-content .blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.grid-post .post-single {
    margin-bottom: 30px;
}

/* Layout: 1260px. */

@media only screen and (max-width: 1260px) {
    
    .lunatic_image_carousel .owl-controls.clickable .owl-pagination {
        display: inline-block;
    }
    
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons {
        float: left;
    }
    
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div {
        position: static;
        display: inline-block;
        margin: 6px;
        width: 20px;
    }
    
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after,
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
        width: 10px;
    }
    
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after {
        top: 3px;
    }
    
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
        top: -3px;
    }
    
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .lunatic_image_carousel .owl-controls.clickable .owl-pagination {
        display: inline-block;
    }

    .lunatic_image_carousel .owl-controls.clickable .owl-buttons {
        float: left;
    }

    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div {
        position: static;
        display: inline-block;
        margin: 6px;
        width: 20px;
    }

    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after,
    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
        width: 10px;
    }

    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:after {
        top: 3px;
    }

    .lunatic_image_carousel .owl-controls.clickable .owl-buttons div:before {
        top: -3px;
    }

    .single-testimonial {
        padding: 30px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .single-testimonial:before {
        display: none;
    }

    body .form-double .form_group {
        width: 100%;
        float: none;
    }

    .feature-box {
        margin: 15px;
    }

    .feature-box.space {
        margin-top: 30px;
    }
}