﻿html, body {
    position: relative;
    height: 100%;
    background-color: #ebeff3;
}
main 
{
    min-height:500px;
}
.show-video {
    padding: 15px 0 15px 0;
}
.side-div {
    padding: 0 5px 0 0;
}
.side-div .section-title {
    padding-right: 0;
    padding-top: 8px;
}
.side-div .section-title h4 {
    font-size:0.9em;
    font-weight:700;
    padding-right:0;
    padding-top:8px;
}
.side-div .section-title hr {
    width:20%;
}
.modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -12px;
    cursor: pointer;
    display: block;
    z-index: 100;
    text-align: center;
    line-height: 25px;
    background-color: #FCB040;
    font-size: 1.3em;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin: 0 0 0 -13px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.modal-body .close:hover {
    opacity:1!important;
}
    .modal-body #share {
        text-align:center;
    }
.modal-body #share_mob {
    text-align: center;
}
.img-circle {
    border-radius: 50%;
}
.section-title
{
    width:100%;
    line-height:2.3;
    padding-right:5px;
    font-weight:700;
    padding-top:40px;
}
.section-title h3 {
    font-weight: 700;
}
.section-title span {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: #0066b2;
    color: #ffffff;
    font-size: 0.4em;
    text-align: center;
    line-height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section-title hr {
    border-top:3px solid #0066b2;
    width:6%;
}
.img-link {
    text-decoration: none;
}
.title-link {
    text-decoration: none;
    color:#222222;
}
.img-link:hover {
    text-decoration: none;
}

.title-link:hover {
    text-decoration: none;
    color: #222222;
}
header {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    position: unset;
}

/*** Navigation Styles ***/
header nav {
    width: 100%;
    height: auto;
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    
    transition: all 0.3s;*/
}
    header .navbar-brand {
        align-items: center;
    }
        header .navbar-brand .logo-img {
            float: right;
            width: 60px;
            height: 60px;
        }
    header .navbar-brand Img {
        width: 100%;
        height: 100%;
    }

        header .navbar-brand h6.slogan {
            font-size: 0.6em;
            margin-top: 7px;
            padding-right: 10px;
        }
        header .navbar-brand .logo-text {
            float: right;
            width: auto;
            height: auto;
            color:#0066b2;
        }
        header .navbar-brand span.title{
            position: relative;
            top: 10px;
            font-family: "IRANSans_Bold";
            padding-right:5px;
            font-size:1.4em;
        }
.nav-drill {
   display:none;
}
#ham 
{
    display:none;
}
header .navbar {
    padding: 0 5px;
}
    header .navbar .navbar-toggler {
        background-color:#f15f2f;
        color:#ffffff;
    }
.navbar-nav {
    margin-right: auto;
}
.navbar-nav li a{
   color:#2d2d2d;
   font-size:1.2em;
}
/*** Menu Styles ***/
/*** Section Styles ***/
.container{
    padding:10px 5px 5px 5px;
}
.custom-content {
    width: 100%;
    background-color: #ffffff;
    padding: 8px;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height:88vh;
}
/*-----------------------------
        Col seprator
-------------------------------*/
.seprate {
    float: none;
    margin: 20px auto;
    width:36px; 
    height:3px;
    background-color:#2096ff;
}
/*-------------------------------
            Card grid
--------------------------------*/
.card-grid {
    /*padding-left: 7px;
    padding-right: 7px;*/
    padding-bottom: 5px;
}
.card-grid .card {
    border: 0;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(153, 153, 153, 0.1);
    -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;
}
.card-grid .card:hover {
    box-shadow: 0 0 50px rgba(153, 153, 153, 0.3);
}
/*.card-grid .card img {
    height: 170px;
}*/
.card-grid .card p {
    height: 70px;
    font-size: 0.9em;
}
.card-grid .card .link-read-more {
    float: right;
    color: #2f88fd;
}
/*---------------------------------------*/
.card-grid-3 {
    height: 310px;
    overflow: hidden;
}
.card-grid-3 img{
    height: 170px;
}
.card-grid-3-non-des {
    height: 228px;
    overflow: hidden;
}

.card-grid-3-non-des img {
    height: 170px;
}
.card-cascade {
    border: 0;
    background-color: unset;
}
.view-cascade {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.view-cascade img{
    height:500px;
}
.card-body-cascade {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
    .card-body-cascade .card-title {
        text-align: center;
    }
    .card-body-cascade .card-text {
        margin-bottom:30px;
    }
    .card-body-cascade span, .card-body-cascade p {
        font-family: IRANSANS!important;
        text-align:justify;
    }
    /*.card-body.card-body-cascade {

    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}*/
.page-title.photo-gallery{
    margin-bottom:0;
}
.col-album {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}
    .col-album img {
        width: 100%;
        height: 180px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        object-fit: cover;
    }

    .col-album a {
        display:inline-block;
        width: 90%;
        height: auto;
        text-align: center;
        text-decoration: none;
        padding: 8px 15px;
        position: relative;
        z-index: 10;
        top: 50%;
        background-color: #ffffff;
        color: #404040;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        }
.col-album:hover a {
    background-color: #fc6c3f;
    color:#f7f7f7;
}
.col-video {
    padding: 8px 5px;
}
.col-video span {
    color: #8b8fa6;

}
.col-video p {
    font-size: 0.90em;
    font-weight: 700;
    padding-top: 8px;
    padding-right: 5px;
    margin-bottom: 0.7rem;
}
.col-video .dur-time {
    color: #ffffff;
    font-size: 0.75em;
    position: relative;
    z-index: 2;
    float: left;
    top: -23px;
    left:5px;
    padding: 4px 5px;
    background-color:rgba(0, 0, 0, 0.6)
}
.col-video img {
    width: 100%;
    object-fit:cover;
}
.col-video .views-span {
    float: left;
    font-size: 0.65em;
    padding-left: 5px;
}
.col-video .date-span {
    float: right;
    font-size: 0.65em;
    padding-right:5px;
}
.col-video a {
    text-decoration: none;
    display:block;
    color:#404040;
}

.col-video:hover a {
        
    }
/*-----------------------------------------
            testimonial-card
-------------------------------------------*/
.testimonial-card
{
    margin-bottom:7px;
}
.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    position: relative;
    z-index: 1;
    top: 125px;
}
    .testimonial-card .card-up img{
        width:100%;
        height: 100%;
    }
.aqua-gradient {
    background: -webkit-linear-gradient(50deg,#2096ff,#05ffa3) !important;
    background: -o-linear-gradient(50deg,#2096ff,#05ffa3) !important;
    background: linear-gradient(40deg,#2096ff,#05ffa3) !important;
}

.testimonial-card .avatar {
   -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: -95px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 5px solid #fff;
}
    .testimonial-card .avatar img {
        width: 100%;
        height:100%;
    }
.testimonial-card .card-body {
    text-align: center;
    padding:1em;
}
.testimonial-card p 
{
    height:38px;
    overflow:hidden;
    margin-bottom:0;
}
/*--------------------------------
           Row Grid
---------------------------------*/
.grid-row {
    padding: 10px 8px;
}

    .grid-row .grid-row-content {
        background-color: #f3f3f3;
        padding: 20px 10px;
    }

    .grid-row .grid-img-cicle {
        text-align: center;
        padding: 0 5px 0 5px;
    }

    .grid-row .grid-img-cicle img {
        width: 90%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .grid-row .grid-title {
        text-align: right;
        margin-top: 20px;
        font-size: 1.7em;
        font-weight: bold;
    }
    .grid-row .grid-subtitle {
        text-align: right;
        margin-top: 10px;
        font-size: 1.1em;
        font-weight: 600;
        color: #f54f15;
    }

    .grid-row .grid-desc {
        text-align: right;
        margin-top: 10px;
        color: #777777;
    }

    .grid-row .grid-btn {
        text-align: left;
    }

    .grid-row .grid-btn a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 18px;
        background-color: #f54f15;
        color: #ffffff;
        cursor: pointer;
    }

    .grid-row .grid-btn a:hover {
        background-color: #222222;
    }
/*--------------------------------
           Thumbnail Grid
---------------------------------*/
.grid-thumbnail {
    padding:10px 8px;
}
    .grid-thumbnail .grid-thumbnail-content {
        background-color: #f3f3f3;
        padding: 20px 10px;
    }
.grid-thumbnail .grid-img-cicle 
{
    width:100%;
    text-align:center;
}
.grid-thumbnail .grid-img-cicle img {
    width: 70%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.grid-thumbnail .grid-title {
    text-align:center;
    margin-top:20px;
    font-size:1.7em;
    font-weight:bold;
    height:60px;
    overflow:hidden;
}
.grid-thumbnail .grid-desc {
    text-align: center;
    margin-top:10px;
    color:#777777;
    height:100px;
    overflow:hidden;
}
    .grid-thumbnail .grid-desc p {
        text-align: center !important;
        color: #777777;
        font-family: "IRANSans" !important;
        line-height: 1.5em !important;
    }
    .grid-thumbnail .grid-desc p span {
        text-align: center !important;
        color: #777777;
        font-family: "IRANSans" !important;
    }
.grid-thumbnail .grid-btn {
    text-align: center;
    margin-top:15px;
}
.grid-thumbnail .grid-btn a {
    display:inline-block;
    text-decoration:none;
    padding:10px 18px;
    background-color:#f54f15;
    color:#ffffff;
    cursor:pointer;
}
    .grid-thumbnail .grid-btn a:hover {
        background-color: #222222;
    }
/*-----------------------------
            Aikido history
-------------------------------*/
.history-content
{
    width:100%;
    padding:15px;
    display:table;
}
.history-content p {
    font-family: 'IRANSans'!important;
}
    .history-content p span {
        font-family: 'IRANSans' !important;
        line-height: 2em !important;
    }
.history-content img {
    width: 35%;
    float: left;
    margin-right: 12px;
}
.history-content .history-desc 
{
    line-height: 2.5em;
    text-align: justify;
}
/*--------------------------------
            blog post
---------------------------------*/
.blog-post 
{
    width:100%;
    padding:15px;
}

.blog-post .post-title 
{
    font-weight:700;
}
.blog-post .post-img {
    width: 100%;
    margin-top: 8px;

}
    .blog-post .post-img img {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
.blog-post .post-desc {
    width: 100%;
    padding: 10px 15px;
    color: #777777;
    font-size:1.2em;
    text-align:justify;
}
    .blog-post .post-desc p {
        font-family: 'IRANSans'!important;
        line-height:2em!important;
    }
        .blog-post .post-desc p span {
            font-family: 'IRANSans' !important;
            line-height: 2em !important;
        }
    .blog-post hr {
        width: 100%;
        border-top: 1px solid #adadad;
    }
/*--------------------------------
              Coach div
----------------------------------*/
.coach-div {
    text-align: right;
    padding: 0;
}
.coach-div .coach-div-title
{
    padding-right:5px;
    padding-bottom:10px;
    font-weight:700;
    color:#0066b2;
}
.coach-div .coach-photo 
{
    padding:0;
}
.coach-div .coach-photo .c-photo 
{
    padding:8px;
}
.coach-div .coach-photo .c-photo img
{
    width:100%;
}
.coach-div .coach-info 
{
    padding:0;
}
.coach-div .coach-name h5
{
    line-height:2.3;
    margin-bottom:0;
}
    .coach-div .coach-description {
        line-height: 2.3;
        color: #959595;
        text-align:justify;
        padding-left:5px;
    }
/*----------------------------------
            zoom in for img
-----------------------------------*/
.img-hover-zoom {
    overflow: hidden;
}
.img-hover-zoom img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.1);
}
/*----------------------------------
            photo gallery
-----------------------------------*/
.img-hover-zoom span {
    background-color:rgba(0, 102, 178, 0.67);
    color:#ffffff;
    font-size:1.4em;
    position:relative;
    margin-top:-70px;
    padding:8px 20px;
    float:right;
    z-index:5;
}
.page-title{
    font-weight:700;
    margin-bottom:24px;
}
/*------------------------------
            comments
------------------------------*/
.unit {
    display: flex;
    flex: 0 1 100%;
}
.unit-spacing-md.unit {
    margin-bottom: -15px;
    margin-right: -30px;
}
    .unit-spacing-md.unit > * {
        margin-bottom: 15px;
        margin-right: 20px;
    }
.box-comment {
    margin-top:15px;
    width:100%;
}
.box-comment img {
    width: 74px;
    height:74px;
}
.box-comment .unit-body {
    width: 100%;
}
.unit-body {
    flex: 0 1 auto;
}
.box-comment__body {
    position: relative;
    font-size: 0.85em;
}
    .box-comment__body .box-comment__panel {
        display: flex;
        align-items: center;
    }

.box-comment p {
    font-size: 1em;
    line-height: 24px;
    margin-bottom: 0;
    color: #777;
}
.box-comment__body .comment__author span {
    font-weight: 700;
    color: #333;
}
.box-comment__body time {
    color: #f54f15;
    margin-top: 0;
    margin-right: 8px;
}
.box-comment__body .box-comment__reply {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    color: #f54f15;
    font-weight: 700;
}
.box-comment.box-comment-reply {
    padding-right: 100px;
    margin-top: 15px;
    margin-bottom:10px
}
/*-----------------------------
            send comment
------------------------------*/
.send-comment-div 
{
    width:100%;
}
.send-comment-div textarea {
    height:200px;
}
    .send-comment-div button.btn {
        border-radius: unset;
        color: #ffffff;
        background-color: #f54f15;
        padding:10px 20px;
    }
    .send-comment-div button:hover {
        color: #ffffff;
        background-color: rgba(245, 79, 21, 0.85);
        
    }
/*----------------------------------
               video
-----------------------------------*/
.show-video video
{
    width:100%;
    height:420px;
}
.vid-view-div {
    text-align: left;
}
.vid-title 
{
    font-size:1.3em;
}
.vid-time {
    width: auto;
    float: right;
    font-size: 0.9em;
    color: #8b8fa6;
}
.vid-utils {
    width: auto;
    float: left;
    color: #8b8fa6;
}
.btn-share 
{
    cursor : pointer;
    padding:5px;
}
.btn-like {
    cursor: pointer;
    padding: 5px;
    font-size:0.95em;
}
.vid-descr
{
    padding:20px 10px;

}
.vid-descr p {
    font-family: IRANSANS !important;
}
.vid-descr span {
    font-family: IRANSANS !important;
}
.keyword-div {
    margin-top:10px;
}
.keyword-div .keyword {
    background-color: #dddddd;
}
.keyword-div .keyword a {
    display: block;
    color: #8b8fa6;
    text-decoration: none;
}
.keyword-div .keyword:hover {
    background-color: #8b8fa6;
}
.keyword-div .keyword:hover a {
    color: #dddddd;
}
.vid-thumb {
    margin-bottom: 8px;
}
    .vid-thumb a {
        display: block;
        border: 0;
        text-decoration: none;
        color: #0066b3;
    }
    .vid-thumb hr {
        margin:0;
        margin-top:3px;
    }
.vid-thumb a:hover {
    cursor: pointer;
    border: 0;
}
.vid-thumb .vid-img {
    padding: 0;
}
.vid-thumb .vid-img img
{
    width:100%;
    height:60px;
    padding:0;
}
.vid-thumb .vid-img .dur-time {
    color: #ffffff;
    font-size: 0.75em;
    position: absolute;
    z-index: 2;
    float: left;
    top: 39px;
    left: 5px;
    padding: 4px 5px;
    background-color: rgba(0, 0, 0, 0.6);
}
.vid-thumb .vid-info {
    padding: 0 3px;
}
.vid-thumb .vid-info p {
    margin-bottom:0.5em;
}
.vid-thumb .vid-info .vid-thumb-title {
    font-size:0.85em;
    color:#404040;
}
.vid-thumb .vid-info .vid-thumb-album {
    font-size: 0.65em;
    color:#dccccc;
}
.vid-thumb .vid-info .vid-thumb-time {
    font-size: 0.7em;
    color: #222222;
}
.vid-thumb .vid-info .vid-views {
    font-size: 0.7em;
    color: #222222;
    float:left;
}
/*-------------------------------
            Cuntact us
---------------------------------*/
.panorama-banner {
    width: 100%;
    height: 400px;
}

.contactus-title {
    width: 100%;
    line-height: 2.3;
    padding-right: 5px;
    padding-top: 10px;
}

    .contactus-title h1 {
        font-weight: 800;
    }

    .contactus-title hr {
        border-top: 3px solid #0066b2;
        width: 6%;
    }

.contactus-info {
}

.contactus-info .img-div {
    float: right;
}

.contactus-info .img-div img {
    width: 50px;
}

.contactus-info .info-div h5 {
    font-weight: 700;
}

.social-media-div {
    text-align: center;
    width: 100%;
}

    .social-media-div a {
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: inline-block;
        font-size: 1.3em;
        text-decoration: none;
        display: inline-block;
        font-size: 2em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.btn-send {
    background-color: #f54f15;
    color: #ffffff;
    padding: 10px 25px;
}

    .btn-send:hover {
        background-color: rgba(245, 79, 21, 0.85);
        color: #ffffff;
    }
/*---------------------------------
              Footer
-----------------------------------*/
footer {
    width: 100%;
    color:#ffffff;
    background-color: #434f53;
}
    footer .copy-right {
        font-family: 'Prompt-Regular';
        width: 100%;
        color: #ffffff;
        font-size: 0.6em;
        text-align: center;
        padding: 8px 0;
    }
@media  (max-width: 1024px) {
    .main-container {
        margin: 5px 0 0;
        max-width: 100%;
    }
    .section-title hr {
        width: 20%;
    }
    .section-title h4{
        font-size:1.2em;
    }
    .vid-thumb .vid-info .vid-thumb-title {
        font-size: 0.7em;
    }
    .vid-thumb .vid-info .vid-thumb-time {
        font-size: 0.5em;

    }
    /*------------------------
            Contact us
    -------------------------*/
    .panorama-banner {
        height: 300px;
    }
}
@media (max-width: 768px)  {
    .container {
        max-width:100%;
    }
    .page-title {
        margin-bottom: 16px;
        font-size:16px
    }
    /*.navbar-toggler
    {
        display:none;
    }*/
    /*----------------- mobile menu -----------------*/
    /** {
        box-sizing: border-box;
    }
    body::after {
        content: "";
        position: absolute;
        z-index: 99;
        background-color: rgba(24, 137, 118, 0.8);
        height: 100vh;
        width: 100vw;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }*/
    /*.nav-top {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 101;
        padding: 10px 20px;
        width: 100%;
        height: 50px;
        background-color: #188976;
    }

        .nav-top .hamburger {
            margin-left: auto;
            color: #fff;
            cursor: pointer;
        }

    .nav-drill {
        display:block;
        margin-top: 50px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .nav-is-toggled .nav-drill {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-is-toggled::after {
        opacity: 1;
        visibility: visible;
    }

    .nav-drill {
        display: flex;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transition: 0.45s;
    }

    .nav-items {
        flex: 0 0 100%;
    }

    .nav-item:not(:last-child) {
        border-bottom: solid 1px #daf9f4;
    }

    .nav-link {
        display: block;
        padding: 0.875em 1em;
        background-color: #fff;
        color: #20b49c;
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 300;
    }

    .nav-expand-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #daf9f4;
        transition: 0.3s;
        visibility: hidden;
    }

    .nav-expand-content .nav-item:not(:last-child) {
        border-bottom: solid 1px #20b49c;
    }

    .nav-expand-content .nav-link {
        background-color: #daf9f4;
    }

    .nav-expand-content .nav-back-link {
        display: flex;
        align-items: center;
        background-color: #20b49c !important;
        color: #fff;
    }

    .nav-expand-content .nav-back-link::before {
        content: "chevron_left";
        margin-right: 0.5em;
        font-family: "Material Icons";
    }

    .nav-expand-link {
        display: flex;
        justify-content: space-between;
    }

    .nav-expand-link::after {
        content: "chevron_right";
        flex: 0 1 auto;
        font-family: "Material Icons";
    }

    .nav-expand.active > .nav-expand-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    .nav-expand .nav-expand-content {
        background-color: #daf9f4;
    }

    .nav-expand .nav-expand-content .nav-link {
        background-color: #daf9f4;
    }

    .nav-expand .nav-expand-content .nav-expand-content {
        background-color: #aff1e6;
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-link {
        background-color: #aff1e6;
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
        background-color: #84e9d9;
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
        background-color: #84e9d9;
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
        background-color: #59e1cb;
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
        background-color: #59e1cb;
    }*/
/*------------------------------------
            header
-------------------------------------*/
    header .container
    {
        padding-top:0;
        padding-bottom:0;
    }
    header .navbar-brand span.title {
        top: 5px;
        font-size: 1.1em;
    }
    header .navbar-brand h6.slogan {
        font-size: 0.5em;
        margin-top: 3px;
    }
    header .navbar-brand .logo-img {
        width: 50px;
        height: 50px;
    }
/*---------------------------------------
              card-columns
----------------------------------------*/
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0.5rem;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
/*------------------------------------
            video
-------------------------------------*/
    .vid-view-div {
        text-align: right;
    }
    /*--------------------------
                post
    ---------------------------*/
    .blog-post .post-title {
        font-weight: 700;
        font-size: 1.2em;
    }
    .blog-post .post-desc {
        width: 100%;
        padding: 10px;
        color: #777777;
        font-size: 1.2em;
        text-align: justify;
    }
    /*------------------------
            Contact us
    -------------------------*/
    .panorama-banner {
        height: 270px;
    }
    .contactus-info .img-div img {
        width: 35px;
    }
}
@media (max-width: 768px)  {
    .view-cascade img {
        height: auto;
    }
}
@media (max-width: 450px) {
    
    /*-----------------------
                Logo
    -----------------------*/
    header .navbar-brand {
        margin-right:0;
    }
        header .navbar-brand .logo-img {
            width: 40px;
            height: 40px;
        }

        header .navbar-brand h6.slogan {
            font-size: 0.4em;
            margin-top: -2px;
            padding-right: 7px;
        }
        header .navbar-brand span.title{
            top: 0;
            padding-right:3px;
            font-size:1.1em;
        }
    header .navbar .navbar-toggler {
        padding: 5px 8px;
        font-size: 1.2em;
    }
    .grid-row {
        padding: 10px 0;
    }
    .grid-row .grid-row-content {
        padding: 10px;
    }
    .grid-row .grid-img-cicle {
        padding: 0;
    }
        .grid-row .grid-img-cicle img {
            width: 100%;
            margin-top: 18px;
        }
/*-------------------------------------
            section title
--------------------------------------*/
    .section-title h4 {
        font-size:1.4em;
    }

        .section-title hr {
            width: 15%;
        }
/*------------------------------------
            video
-------------------------------------*/
    .show-video video {
        height: 200px;
    }
/*---------------------------------------
              card-columns
----------------------------------------*/
    
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    /*---------------------------------
                Aikido history
    ----------------------------------*/
    .history-content img {
        width: 40%;
        margin-right: 8px;
    }

    .history-content .history-desc {
        line-height: 2em;
    }
/*----------------------------------------
              Comments
-----------------------------------------*/
    .box-comment__body {
        font-size: 0.75em;
    }
    .unit-spacing-md.unit > * {
        margin-right: 7%;
    }
    .box-comment.box-comment-reply {
        padding-right: 40px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .box-comment img {
        width: 45px;
        height:45px;
    }
    /*--------------------------
                post
    ---------------------------*/
    .blog-post {
        padding: 0;
    }
    .blog-post .post-desc p {
        font-size: 0.75em !important;
    }
    /*------------------------------------
                Gallery
    -------------------------------------*/
    .col-album {
        padding:0 5px;
    }
    .col-album a {
        font-size: 0.65em;
        padding: 6px 10px;
    }
    .col-album img {
        height: 90px;
        object-fit: cover;
    }
    /*------------------------------
            Video
    -------------------------------*/
    .vid-time {
        font-size: 0.85em;
        padding-bottom:10px;
    }
    .vid-descr {
        padding: 20px 3px;
    }
    .vid-descr p {
        font-size: 0.85em !important;
    }
    .vid-descr span {
        font-size: 0.85em !important;
    }
    /*------------------------
            Gym
    -------------------------*/
    
    .view-cascade img {
        height: auto;
    }
    .testimonial-card p {
        font-size:0.9em;
    }

    /*------------------------
            Contact us
    -------------------------*/
    .panorama-banner {
        height: 150px;
    }
    .contactus-title h1 {
        font-size: 1.8em;
    }
    .contactus-info .img-div img {
        width: 30px;
    }
    .contactus-info .info-div h5 {
        font-size: 1em;
    }
    .contactus-info .img-div img {
        width: 30px;
    }
}
@media (max-width: 340px) {
}