.spad {
    padding-top: 99px;
    padding-bottom: 99px;
}

.gradient-bg-2,
.site-btn.sb-gradient,
.accordion-area .panel-link.active,
.site-tab-nav.nav.nav-tabs.stn-dark .nav-link.active,
.site-tab-nav.nav.nav-tabs .nav-link.active,
.course-item .ci-icon:after,
.blog-item .blog-date {
    background: #f66b2a;
    background: -webkit-gradient(linear, left top, right top, from(#f66b2a), to(#ffb8e7));
    background: linear-gradient(to right, #f66b2a 0%, #ffb8e7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f66b2a', endColorstr='#ffb8e7', GradientType=1);
}

.site-tab-nav.nav.nav-tabs {
    border-bottom: none;
    display: block;
}

.site-tab-nav.nav.nav-tabs.stn-dark .nav-link {
    background: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-item {
    display: block;
    margin-bottom: 1px;
}

.site-tab-nav.nav.nav-tabs .nav-link {
    padding: 41px 40px;
    border: none;
    background: #f2f8f9;
    position: relative;
}

.site-tab-nav.nav.nav-tabs .nav-link:focus,
.site-tab-nav.nav.nav-tabs .nav-link:hover {
    border: none;
}

.site-tab-nav.nav.nav-tabs .nav-link:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 0;
    left: 0;
    top: 0;
    background: #e0e0e0;
}

.site-tab-nav.nav.nav-tabs .nav-link.active {
    border: none;
    border-radius: 0;
}

.site-tab-nav.nav.nav-tabs .nav-link.active:after {
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-tab-nav.nav.nav-tabs .nav-link.active h6 {
    color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link.active span {
    color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link h6 {
    font-weight: 400;
    margin-bottom: 4px;
}

.site-tab-nav.nav.nav-tabs .nav-link span {
    font-size: 14px;
}

.site-tab-content .st-content {
    max-width: 560px;
}

.site-tab-content .st-content p {
    margin-bottom: 50px;
}

.site-tab-content .st-content ul {
    list-style: none;
}

.site-tab-content .st-content ul li {
    font-size: 14px;
    color: #938e99;
    position: relative;
    padding-left: 74px;
    margin-bottom: 41px;
}

.site-tab-content .st-content ul li:after {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    left: 0;
    top: calc(50% - 23px);
    background-image: url("../images/check-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.courses-section {
    padding-top: 60px;
    margin-bottom: -20px;
}

.course-item {
    text-align: center;
}

.course-item .ci-icon {
    width: 205px;
    height: 205px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 45px;
    position: relative;
    color: #EF4700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.course-item .ci-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.course-item .ci-icon i {
    font-size: 77px;
    position: relative;
    z-index: 1;
}

.course-item .ci-icon img {
    max-width: 77px;
}

.course-item span {
    font-size: 12px;
    text-transform: uppercase;
    color: black;
}

.course-item h4 {
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.course-item h4:hover {
    font-size: 40px;
    text-decoration: underline;
}

.course-item p {
    margin-bottom: 0;
}

.course-item:hover h4 {
    font-size: 40px;
    text-decoration: underline;
}

.course-item:hover .ci-icon {
    color: #e0e0e0;
    background: #EF4700;
}

.course-item:hover .ci-icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.testimonial-section {
    position: relative;
}

.testimonial-img-1 {
    position: absolute;
    left: 71px;
    top: calc(50% - 85px);
}

.testimonial-img-2 {
    position: absolute;
    right: 0;
    bottom: -95px;
}

.testimonial-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: justify;
    padding: 0 20px;
}

.testimonial-content p {
    margin-bottom: 45px;
    color: #fff;
}

.testimonial-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-content span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0e0e0;
    letter-spacing: 2px;
}

.site-breadcrumb {
    color: #fff;
}

.site-breadcrumb a {
    color: #fff;
    font-size: 14px;
}

.site-breadcrumb span {
    color: #e0e0e0;
}

.feature-tab-section {
    background: #f2f8f9;
    padding-top: 98px;
    padding-bottom: 99px;
}

.feature-tab-section .container {
    position: relative;
}

.feature-tab-section .feature-icon {
    position: absolute;
    right: -91px;
    top: 0;
}

.feature-tab-section .feature-icon2 {
    position: absolute;
    left: -91px;
    top: 0;
}

@media (max-width: 1610px) {
    .page-info-section .page-info-img {
        display: none;
    }
}

@media (max-width: 1420px) {
    .meditation-img {
        max-width: 1050px;
    }
    .feature-tab-section .feature-icon {
        right: 0;
    }
    .feature-tab-section .feature-icon2 {
        left: 0;
    }
}

@media (max-width: 1350px) {
    .testimonial-img-1 {
        left: 16px;
        top: calc(50% - 50px);
        max-width: 100px;
    }
    .testimonial-img-2 {
        bottom: -65px;
        max-width: 140px;
    }
}


/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-tab-section .feature-icon {
        display: none;
    }
    .feature-tab-section .feature-icon2 {
        display: none;
    }
}


/*services section*/

.column1 {
    float: left;
    width: 50%;
    padding-left: 7%;
}

.column2 {
    float: left;
    width: 50%;
    padding-left: 3%;
}

.mid {
    padding-left: 20%;
    padding-right: 20%;
    max-width: 100%;
}

#service {
    margin-top: 0px !important;
    padding-top: 5% !important;
    text-align: justify;
    padding-left: 4% !important;
    padding-right: 4% !important;
    overflow-x: hidden;
    text-align: center;
}

.services-group {
    overflow: hidden;
    margin-bottom: 24px;
    background: linear-gradient(to right, #f66b2a 0%, #ffb8e7 100%);
    min-height: 64px;
    min-width: 500px;
    border-radius: 32px;
    color: #fff;
    transition: box-shadow .6s ease;
    position: relative;
    z-index: 2;
}

.services-head {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 36px;
    border-radius: 100px;
    color: #fff;
    position: relative;
    transition: transform .6s ease;
    text-align: justify;
}

.services-head:hover {
    cursor: pointer;
}

.services-head h3 {
    display: block;
    margin: 0px !important;
    padding: 0px!important;
}

@media screen and (max-width:1270px) {
    .w-container {
        max-width: 728px;
    }
}

@media screen and (max-width:767px) {
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none;
        margin-top: -10px;
    }
}

.link {
    font-size: 12px !important;
    line-height: 1.333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none !important;
}

.services-body {
    display: none;
    align-items: center;
    padding: 20px 16px 5px 16px;
    color: #fff;
    position: relative;
    text-align: justify;
}


}
.more {
    font-size: 18px;
    font-family: ffont;
    letter-spacing: 0;
    line-height: 1.333;
    padding-bottom: 19px !important;
    text-align: justify;
}
.round {
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    float: right !important;
    right: 10px;
    display: block;
    position: absolute;
}
.round img {
    top: 12px;
    right: 12px;
    display: block;
    position: absolute;
    transition: transform .6s ease;
    width: 26px;
    height: 26px;
}
.is-active,
.services-head:active img {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(45deg);
    /* Safari */
    
    transform: rotate(45deg);
}
@media (min-width:1200px) {
    .is-active,
    .services-head:hover img {
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari */
        transform: rotate(45deg);
    }
}
.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 600px) {
    .more {
        font-size: 16px;
        font-family: ffont;
        letter-spacing: 0;
        line-height: 1.333;
        padding-bottom: 10px !important;
        text-align: justify;
    }
    
    .services-group {
        overflow: hidden;
        margin-bottom: 6px;
        padding-top: 6px;
        background: linear-gradient(to right, #f66b2a 0%, #ffb8e7 100%);
        min-height: 16px;
        min-width: 5px;
        border-radius: 22px;
        color: #fff;
        font-family: ffont;
        transition: box-shadow .6s ease;
        position: relative;
        z-index: 2;
    }
    
    .services-body {
        display: none;
        align-items: center;
        padding: 10px 8px 2px 6px;
        color: #fff;
        position: relative;
    }
    
    .column1 {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .column2 {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .hidb img {
        display: none;
    }
}
#quote {
    margin-top: 66px;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
#quote h2 {
    font-size: 18px!important;
    color: rgb(255, 255, 255);
    font-style: italic;
    text-align: center;
}
.card {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
}
.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}
.modal-body {
    padding: 0px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width:991px) {
    .feature-tab-section {
        background: #f2f8f9;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}