.owl-theme.kc-sync1 .owl-controls .owl-buttons div {
    border-radius: 3px;
    font-size: 12px;
    background-color: #3ccdbb;
    padding: 5px 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.owl-theme.kc-sync1 .owl-controls {
    position: static;
    width: 100%;
    top: 100%;
    left: 0;
}

.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons {
    position: relative;
}

.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons div {
    position: static;
    display: inline-block;
    width: inherit;
    height: 50px;
    margin-top: 0;
    opacity: 1;
    color: inherit;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons div:before {
    content: '\e629';
    font-family: 'themify';
    font-size: 26px;
    color: inherit;
    display: block;
}

.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons .owl-next:before {
    content: '\e628';
}

.owl-theme.kc-sync1 .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #3ccdbb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.owl-theme.kc-sync1 .owl-controls .owl-page.active span {
    width: 30px;
}

.buttn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0)
}

.buttn:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
        transform: translateY(-3px)
}

.buttn span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*-- Appro-Page-Title --*/

.page_title_box {
    text-align: center;
    color: #303030;
}

.page_title_box .page_title {
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}

/*-- Appro-Model-Box --*/

.appro-box,
.appro-box .box-title,
.appro-box .box-icon,
.appro-box .box-image,
.appro-box .box-text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.appro-box {
    width: 100%;
    display: block;
}

.appro-box:after {
    content: "";
    clear: both;
    display: block;
}

.box_style_1 {
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: #F7F7F7;
}

.box_style_1:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.box_style_1 .box-icon {
    color: #3ccdbb;
    font-size: 26px;
    margin-bottom: 15px;
}

.box_style_1 .box-image {
    margin-bottom: 10px;
    min-height: 55px;
}

.box_style_1 .box-title,
.box_style_2 .box-title,
.box_style_3 .box-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box_style_2,
.box_style_3 {
    position: relative;
    padding-right: 90px;
    text-align: right;
}

.box_style_2 .box-image,
.box_style_3 .box-image {
    position: absolute;
    right: 0;
    top: 10px;
}

.box_style_3 .box-image {
    right: auto;
    left: 0;
}

.box_style_2 .box-icon,
.box_style_3 .box-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #3ccdbb;
    color: #3ccdbb;
    line-height: 70px;
    border-radius: 100%;
    font-size: 26px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.box_style_3:hover .box-icon,
.box_style_2:hover .box-icon {
    background-color: #3ccdbb;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);

}

.box_style_3 {
    padding-right: 0;
    padding-left: 90px;
    text-align: left;
}

.box_style_3 .box-icon {
    right: auto;
    left: 0;
}

/*-- Team-Style --*/

.single-team {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eeeef0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.single-team:hover {
    -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px)
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-details {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover .team-details {
    bottom: 0;
}

.single-team .team-details .team-title-box {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-team .team-details .team-title-box .title {
    margin: 0;
    color: #303030;
    text-transform: uppercase;
    font-weight: 700;
}

.single-team .team-details .team-title-box {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}

.single-team:hover .team-details .team-title-box {
    bottom: 100%;
}


.single-team .team-details .team-social {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #f4f4f4;
    margin-bottom: -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team:hover .team-details .team-social {
    margin-bottom: 0;
}

.single-team .team-details .team-social > a {
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #3ccdbb;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    line-height: 37px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.single-team .team-details .team-social > a:hover {
    background-color: #3ccdbb;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}

/*-- Testimonial-Style --*/

.single_testimonial {
    text-align: center;
}

.single_testimonial .testimonial_box {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 60px;
    border-radius: 5px;
    margin: 30px;
}

.single_testimonial .testimonial_box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%)
}

.single_testimonial .testimonial_box .client_name {
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.single_testimonial .testimonial_box .client_position {
    margin-bottom: 30px;
}

.single_testimonial .client_photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 20px 0 #e5e5e5;
    box-shadow: 0 0 20px 0 #e5e5e5;
    margin-top: 50px;
}

.appro-testimonials.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons div {
    opacity: 0.1;
}

.appro-testimonials.owl-nav-arrow.owl-theme.kc-sync1 .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

/*-- Price-Box --*/

.price-table {
    background-color: #ffffff;
    -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: 3px;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-table:hover {
    -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(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px)
}

.price-table .price-title {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #606060;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-table:hover .price-title {
    color: #3ccdbb
}

.price-table .price-content {
    padding: 60px 30px;
}

.price-table .price-content .price-rate {
    margin-bottom: 20px;
}

.price-table .price-content .price-rate .currency {
    font-weight: 700;
    font-size: 14px;
}

.price-table .price-content .price-rate .rate {
    font-weight: 700;
    font-size: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-table:hover .price-content .price-rate .rate {
    color: #3ccdbb
}

.price-table .price-content .price-rate .time:before {
    content: "/";
    margin-right: 5px;
}

.price-table .price-content ol,
.price-table .price-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-table .price-content ol li,
.price-table .price-content ul li {
    margin-bottom: 10px;
}

.price-table .price-content ol li:last-child,
.price-table .price-content ul li:last-child {
    margin-bottom: 0;
}

.price-table .price-footer {
    border-top: 1px solid #e5e5e5;
    padding: 30px;
}

/*-- Accordion-Style --*/

body.kc-css-system .kc_accordion_wrapper .kc_accordion_section .kc_accordion_header {
    border: none;
    margin-bottom: 0;
    padding: 10px;
}

body.kc-css-system .kc_accordion_wrapper .kc_accordion_section .kc_accordion_header > a {
    color: #303030;
    font-weight: 600;
}

body.kc-css-system .kc_accordion_content {
    border: none;
    padding: 0 10px 10px 10px;
}

body.kc-css-system .kc_accordion_wrapper .kc_accordion_section {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 0;
    border: 1px solid #f7f7f7
}

.kc_accordion_header > span.ui-accordion-header-icon {
    border: 1px solid #3ccdbb;
    color: #3ccdbb;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.kc_accordion_content .kc-panel-body {
    padding-top: 0;
}

/*-- Blog-List --*/

.post_slide {
    display: block;
    margin: 15px 15px 30px 15px;
    -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: 3px;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post_slide:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
}

.post_slide .post-content {
    padding: 30px;
}

.post_slide .post-content ul.post_meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.post_slide .post-content ul.post_meta li {
    display: inline-block;
    margin-right: 10px;
}

.post_slide .post-content ul.post_meta li:last-child {
    margin-right: 0;
}

.post_slide .post-content ul.post_meta li span {
    margin-right: 5px;
}

.post_slide .post-content .post-title {
    font-size: 20px;
}

.post_slide .post-content .bttn {
    margin-top: 15px;
}

.post_photo_gallery.owl-theme .owl-controls {
    margin-top: 0;
}

.form-double .form-put {
    width: calc( 50% - 15px);
    float: left;
    margin-bottom: 30px;
}

.form-double .form-put.last {
    float: right;
}


/*-- Subscribe-Form --*/

.subscribe {
    position: relative;
}

.subscribe .form-control {
    padding: 22px 31px;
    border-radius: 100px;
    width: 100%;
    height: 65px;
}

.subscribe .bttn {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #3ccdbb;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    height: 65px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subscribe .bttn:hover {
    background-color: #37bdac;
}


@media only screen and (max-width: 768px) {
   .form-double .form-put {
      width: 100%;
      float: none;
    }
    .subscribe .bttn.bttn-lg {
        height: auto;
       padding: 12px 20px; 
    }
    .subscribe .form-control {
       padding: 12px 20px; 
        height: auto;
    }
}