﻿.site-menu {
    display: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}


/********************************************************************/
/* site slider */


.site-slider {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}


    .site-slider .bak,
    .site-slider .bak-b,
    .site-slider .bak::after {
        width: 100%;
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0px;
        left: 0;
    }


    .site-slider .bak {
        background-image: url('/static/images/business.jpg?v=1zz');
        background-size: contain;
        background-position: top left;
        bottom: 1px !important;
    }

    .site-slider .bak-b {
        background-image: url('/static/images/HomePage_Header.png?v=1');
    }

    .site-slider .bak::after {
        content: "";
        background: #049097;
        opacity: .6;
    }

@keyframes bak {
    from {
        opacity: 1;
    }

    to {
        opacity: .6;
    }
}


.site-slider .descripB {
    direction: rtl;
    font-family: IRANSansWeb_Bold;
    padding-top: 240px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 500px;
    color: #444;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
}

    .site-slider .descripB h1 {
        font-size: 16px;
        padding: 0 5px;
        display: initial;
    }

    .site-slider .descripB div {
    }

.site-goto-category {
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 1;
    background: #f8f8f8;
    border-radius: 100%;
}

    .site-goto-category a {
        padding-top: 60px;
    }

        .site-goto-category a span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 46px;
            height: 46px;
            margin-left: -23px;
            border: 3px solid #049097;
            border-radius: 100%;
            box-sizing: border-box;
        }

            .site-goto-category a span::after {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                width: 16px;
                height: 16px;
                margin: -12px 0 0 -8px;
                border-left: 2px solid #049097;
                border-bottom: 2px solid #049097;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: border-box;
            }

            .site-goto-category a span::before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                content: '';
                width: 44px;
                height: 44px;
                box-shadow: 0 0 0 0 rgba(4,108,151,.1);
                border-radius: 100%;
                opacity: 0;
                -webkit-animation: goto-category 1.5s infinite;
                animation: goto-category 1.5s infinite;
                box-sizing: border-box;
            }

.site-category-end {
    width: 100%;
    height: 100px;
    background: url('/static/images/category_buttom.png?v=1');
    background-size: 100% 100px;
    background-position: center top;
    float: left;
    display: none;
}

@-webkit-keyframes goto-category {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(4,108,151,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes goto-category {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(4,108,151,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@media screen and (max-width:576px) {



    .site-slider .bak {
        background-image: url('/static/images/alphabetB.jpg?v=1');
        background-color: #ededeb;
        background-size: contain;
        background-position: center top;
    }

    .site-slider .bak-b {
        background-image: url('/static/images/HomePage_HeaderMobile.png?v=1');
        top: unset;
        bottom: -1px;
    }

    .site-slider .bak::after {
        opacity: .0;
    }


    .site-slider .descripB {
        padding-top: 300px;
        text-align: center;
    }

        .site-slider .descripB * {
            font-size: 15px !important;
        }

    .site-goto-category {
        width: 46px;
        height: 46px;
        left: 80%;
        bottom: 40px;
    }


    .site-category-end {
        background: url('/static/images/category_buttom_mobile.png?v=1');
        background-repeat: no-repeat;
        background-position: center top;
        height: 50px;
    }
}


.site-why {
    padding: 40px 0;
    background: #fff;
    direction: rtl;
    position: relative;
}

    .site-why h3 {
        font-size: 25px;
        margin-bottom: 25px;
        margin-top: 60px;
    }




.site-why-left, .site-why-right {
    width: 50%;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ddd;
}

.site-why-left {
    left: 0;
}

.site-why-right {
    right: 0;
}

.site-why-title {
    width: 100%;
    text-align: center;
    font-family: IRANSansWeb_Bold;
    margin-top: 50px;
    float: left;
    font-size: 20px;
}

    .site-why-title i {
        color: #049097;
        position: relative;
        bottom: -3px;
    }


.site-why-end {
    width: 100%;
    height: 100px;
    background: url('/static/images/why_buttom.png?v=1');
    background-size: 100% 100px;
    background-position: center top;
    float: left;
}

.site-why img {
    float: none !important;
    max-width: 250px;
}


@media screen and (max-width:576px) {
    .site-why img {
        float: none !important;
        max-width: 250px;
    }

    .site-why-end {
        background: url('/static/images/why_buttom_mobile.png?v=1');
        background-repeat: no-repeat;
        background-position: center top;
        height: 50px;
    }
}



/********************************************************************/
/* Mind Chess team */


.site-team {
    width: 100%;
    height: auto;
    float: left;
    direction: rtl;
    padding-top: 0px;
}



.site-team-title {
    width: 100%;
    text-align: center;
    font-family: IRANSansWeb_Bold;
    margin-top: 50px;
    float: left;
    font-size: 20px;
    direction: ltr;
}

    .site-team-title i {
        color: #049097;
        position: relative;
        bottom: -3px;
    }

.site-team .item {
    width: 250px;
    height: 100%;
    float: left;
    overflow: hidden;
    height: 300px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0px 1px 3px 0px rgba(221,221,221,1);
    background: #fff;
}


    .site-team .item .img,
    .site-team .item .user {
        width: 100%;
        float: left;
        height: 180px;
    }

    .site-team .item .user {
        position: relative;
        z-index: 10;
        background: #fff;
        text-align: center;
        padding: 20px;
    }

    .site-team .item .img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site-team .item .user * {
        width: 100%;
        float: left;
    }

    .site-team .item .user {
        position: relative;
    }

        .site-team .item .user:before {
            content: "";
            background: #CFA144;
            position: absolute;
            width: 0;
            height: 100%;
            top: 0;
            right: 0;
            transition: all .3s;
        }

        .site-team .item .user .name {
            font-weight: bold;
            color: #292929;
            font-size: 18px;
            margin-top: 20px;
            position: relative;
        }

        .site-team .item .user .role {
            color: #CFA144;
            font-size: 13px;
            position: relative;
        }

        .site-team .item .user .desc {
            text-align: justify;
            position: relative;
            display: none;
        }

        .site-team .item .user .social {
            list-style: none;
            display: none;
            position: relative;
            padding: 0;
            margin: 0;
        }

            .site-team .item .user .social li {
                width: 30px;
                margin-left: 4px;
                float: left;
            }

                .site-team .item .user .social li a {
                    text-decoration: none;
                    text-align: center;
                }

                    .site-team .item .user .social li a i {
                        font-size: 16px;
                        color: #292929;
                        padding: 5px;
                        border-radius: 50%;
                        border: #ddd solid 1px;
                        width: 30px;
                        height: 30px;
                        background: #fff;
                    }

@media screen and (max-width:425px) {
    .site-team .item .img, .site-team .item .user {
        width: 100%;
        float: right;
    }

    .site-team .item .user {
        height: auto;
    }
}



/************************************************************  myCustomersSlider  *********************************************************/

.myCustomersSlider {
    width: 100%;
    height: 150px;
}

    .myCustomersSlider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .myCustomersSlider .swiper-slide img {
            display: block;
            width: 60%;
            height: 100%;
            /*object-fit: cover;*/
        }
