@import url(font-iransans.css);

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSANS !important;
    overflow-x: hidden;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625em;
}

.bg-pattern {
    /*width: 100%;
    padding: 60px 0 100px;
    position: relative;*/
    background: url(/images/template/article-pattern.png) repeat 0 0 #f6f9fa;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.loading-start {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-color: #fff;
}
.loading-start::after{
    content: "";
    width: 100%;
    height: 100%;
    background-size: 9rem!important;
    transform: all 1s;
    animation-name: showHide;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    background:url(/images/landing/loading-start.png) center no-repeat #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}

@keyframes showHide {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    80%{
        opacity: .3;
    }
    
}

@keyframes slideInFromLeft {
    0% {
        transform: translate(-300%);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translate(+300%);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translate(0, 50%);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translate(0, 2rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.slideInFromLeft-animation {
    animation: 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 slideInFromLeft;
}

.slideInFromRight-animation {
    animation: 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 slideInFromRight;
}

.slideInFromBottom-animation {
    animation: 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 slideInFromBottom;
}

.slideInFromBottomSm-animation {
    animation: 2.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 slideInFromBottom;
}

div[anim^='slideInFrom'],
div[anim*='slideInFrom'] {
    transition: all 1s;
}

/*section 1*/
.section-1 {
    background-image: url(/images/landing/download.webp);
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0;
}

#yoga1 {
    animation: shake 14s infinite linear both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.yoga-header {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-1px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

#mainNavbar {
    transition: all .5s;
}

@media (min-width: 992px) {
    .dropdown-menu {
        right: unset !important;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
}

.banner-content span {
    color: rgb(0, 147, 223);
}

.banner-content span.wrap{
    color: #222222;
}
.section-1 .banner-content h1{
    font-weight: 300;
    line-height: 5.2rem;
}

.typewrite{
    border-left: 0.13rem solid orange;
    animation:
        blink-caret .75s step-end infinite;
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

@media (max-width:650px) {
    .section-1 .banner-content h1{
        line-height: 3.5rem!important;
    }
}

/*section 2*/
.section-2 {
    padding-top: 6rem;
}

.single-about h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.single-about p {
    text-align: justify;
    line-height: normal;
    font-size: 14px;
}

/*section 3*/

.section-3 {
    margin-top: 7rem;
}

.courses-title h1 {
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 36px;
    color: #222222;
}

.courses-title p {
    font-weight: 400;
    max-width: 492px;
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.625em;
}

.feature-area .single-feature {
    margin-bottom: 2rem;
    padding: 0rem 1rem;
    cursor: pointer;
}

.feature-area .single-feature figure {
    position: relative;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.feature-area .single-feature figure .overlay-bg {
    background: rgba(0, 0, 0, 0.2);
}

.feature-area .single-feature figure img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.feature-area .single-feature p a {
    color: #777777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.feature-area .single-feature h4 {
    margin-top: 30px;
    font-size: 20px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-area .single-feature:hover p a {
    color: #0093df;
}

/*section 4*/

.schedule-area {
/*    background: #f9f9ff;
*/    position: relative;
    padding: 120px 0;
    margin-top: 5rem;
}

.schedule-area .featured-img {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;
}

.section-title-wrap {
    margin-bottom: 80px;
}

.section-title-wrap h1 {
    font-weight: 100;
    line-height: 36px !important;
    margin-bottom: 25px;
    font-size: 1.8rem;
}

.section-title-wrap p {
    font-weight: 400;
    max-width: 492px;
    margin: 0 auto;
}

.schedule-area .table-wrap {
    position: relative;
    z-index: 2;
}

.schedule-area .table {
    text-align: center;
}

.schedule-area .table tr {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.schedule-area .table .name {
    padding: 28px 0px;
}

.schedule-area .table tr td {
    font-weight: 400;
    vertical-align: middle;
    background-color: transparent;
}

.schedule-area .table tbody tr th {
    background-color: transparent;
}

.schedule-area .table tr .name {
    font-weight: 400;
}

.schedule-area .table tr:hover {
    background-color: #fff;
    color: #222222;
    box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2);
}

.schedule-area .table tr:hover td,
.schedule-area .table tr:hover th.name {
    border: 1px solid transparent;
}

.schedule-area .thead-light th {
    background: #fff;
    border: 0;
    vertical-align: middle;
}

.schedule-area .thead-light .head {
    text-transform: uppercase;
    font-weight: 600;
    color: #222222 !important;
}

@media (max-width: 768px) {
    .schedule-area .table-wrap {
        overflow-x: scroll;
    }
}

@media (max-width: 992px) {
    .schedule-area .featured-img {
        display: none;
    }
}

/*section 5*/
.section-5 {
    margin-top: 8.1rem;
}

.section-5 .owl-item img {
    width: 5rem !important;
}

.section-5 .owl-item {
    margin-left: auto;
    margin-right: auto;
}

.single-testimonial {
    text-align: center;
    padding: 30px;
    text-align: center;
    background: #f9f9ff;
    margin: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-height: 27rem;
}

.single-testimonial h4 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 600;
}

.single-testimonial .desc {
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: justify;
    max-height: 12rem;
    overflow-y: auto;
    font-size: 13px;
}

.single-testimonial:hover {
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(153, 153, 153, 0.2);
}

.single-testimonial:hover h4 {
    color: #0093df;
}

.carousel-indicators [data-bs-target] {
    background-color: #0093df;
}

@media (max-width: 575px) {
    .single-testimonial {
        margin: 15px;
    }
}

/*section 6*/
.section-6 {
    margin-top: 7rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
/*    background: #f9f9ff;
*/
}

.single-blog {
    padding-left: 16px;
    padding-right: 16px;
    background: #f9f9ff;
    cursor: pointer;
}

.single-blog .thumb {
    overflow: hidden;
}

.single-blog .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog:hover img {
    transform: scale(1.1);
}

.single-blog:hover h4 {
    color: #0093df;
}

.single-blog h4 {
    margin-top: 40px;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 600;
}



.single-blog .text-wrap {
    margin-left: 2rem;
    margin-bottom: 35px;
    text-align: justify;
}


.single-blog .meta-bottom p {
    margin-left: 25px;
}

.single-blog p {
    margin: 0;
}

.single-blog a {
    color: #222222;
}

@media (max-width: 991px) {
    .single-blog .text-wrap {
        margin-right: 0px;
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .single-blog h4 {
        margin-top: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {

    .single-blog {
        margin-bottom: 40px;
    }

    .single-blog:last-child {
        margin-bottom: 0;
    }
}

/*footer*/

.footer-area {
    background: #000000;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.footer-area h4 {
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.footer-area .number {
    color: #0093df;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.footer-area .genric-btn {
    background: #0093df;
    border: none;
    line-height: 0;
    width: 37px;
    height: 37px;
    line-height: 41px;
}

.footer-area .primary-btn {
    background-color: #0093df;
}

.footer-area .primary-btn:hover .lnr {
    color: #0093df;
}

.footer-area .footer-bottom {
    padding-top: 80px;
}

.footer-area .footer-bottom a {
    color: #0093df;
}

.footer-area .footer-bottom .footer-text {
    margin-bottom: 0px !important;
}

.footer-area .footer-bottom .footer-social {
    text-align: right;
}

.footer-area .footer-bottom .footer-social a {
    background: #252526;
    width: 20px;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-area .footer-bottom .footer-social a:hover {
    background-color: #0093df;
}

.footer-area .footer-bottom .footer-social i {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .footer-area .footer-bottom .footer-social {
        text-align: left;
        margin-top: 20px;
    }
}

.single-footer-widget p {
    text-align: justify;
}

.single-footer-widget .number {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.single-footer-widget .navbar-form {
    width: 100%;
}

.single-footer-widget .navbar-form .form-control {
    border: none;
    border-radius: 20px;
    font-size: 13px;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    padding: 9px 9px 9px 20px;
}

.single-footer-widget .navbar-form .form-control:focus {
    box-shadow: none !important;
}

.single-footer-widget .navbar-form .add-on {
    background: #1a1a1a;
    border-radius: 20px;
    border: 1px solid #1a1a1a;
}

.single-footer-widget .navbar-form .genric-btn {
    padding: 0px;
}

.single-footer-widget .navbar-form .genric-btn:hover {
    background-color: #0093df;
}

.single-footer-widget .navbar-form .genric-btn:hover .lnr {
    color: #fff;
}

.single-footer-widget .navbar-form .error {
    color: #FF0000;
}

.single-footer-widget .navbar-form i {
    padding: 11px;
    font-weight: 900;
    font-size: 13px !important;
    color: #fff;
}

.single-footer-widget .navbar-form .form-control::-webkit-input-placeholder {
    color: #777777;
}

.single-footer-widget .navbar-form .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #777777;
    opacity: 1;
}

.single-footer-widget .navbar-form .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #777777;
    opacity: 1;
}

.single-footer-widget .navbar-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}

.single-footer-widget .navbar-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
}

.single-footer-widget .navbar-form .form-control::placeholder {
    /* modern browser */
    color: #777777;
}