﻿@font-face {
    font-family: Vazir;
    src: url(../fonts/Shabnam-Bold-FD.woff2) format('woff2'),url(../fonts/Shabnam-Bold-FD.woff) format('woff'),url(../fonts/Shabnam-Bold-FD.ttf) format('truetype'),url(../fonts/Shabnam-Bold-FD.eot) format('embedded-opentype');
    font-weight: 900
}

@font-face {
    font-family: header-font;
    src: url(../fonts/aviny.ttf) format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iranyekan/eot/iranyekanwebregular.eot);
    src: url(../fonts/iranyekan/eot/iranyekanwebregular.eot?#iefix) format("embedded-opentype"),url(../fonts/iranyekan/woff2/iranyekanwebregular.woff2) format("woff2"),url(../fonts/iranyekan/woff/iranyekanwebregular.woff) format("woff"),url(../fonts/iranyekan/ttf/iranyekanwebregular.ttf) format("truetype")
}

.title_h_nf {
    font-family: header-font !important
}

body, p {
    font-size: 14px;
    font-weight: 400
}

*, p {
    margin: 0
}

.ltr_text, a, span {
    display: inline-block
}

    a, a:hover, span {
        color: inherit;
        text-decoration: none
    }

.butn:after, .hero .intro:after, .section-head h4:after, .video .vid .vid-butn:after, .wave:after {
    content: ''
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    word-wrap: break-word
}

.ltr_text {
    direction: ltr
}

body {
    color: #3d465a;
    line-height: 1.3;
    font-family: iranyekan,Vazir;
    overflow-x: hidden !important;
    direction: rtl
}

p {
    color: #8a8b8e;
    line-height: 2
}

.hero .intro h4, .lg-line-height {
    line-height: 1.85
}

img {
    width: 100%;
    height: auto
}

ul {
    margin-bottom: 0
}

.section-padding {
    padding: 60px 0;
}

.section-head {
    /* margin-bottom: 80px; */
    text-align: center;
}

    .section-head h4 {
        font-size: 30px;
        font-weight: 400;
        position: relative;
        padding-bottom: 15px
    }

        .section-head h4:after {
            width: 60px;
            height: 1px;
            background-color: #d1a866;
            position: absolute;
            right: -webkit-calc(50% - 30px);
            right: -moz-calc(50% - 30px);
            right: calc(50% - 30px);
            bottom: 0;
        }

        .section-head h4 span {
            font-weight: 700
        }

    .section-head p {
        font-size: 16px;
        margin-top: 15px
    }

.bg-gray {
    background-color: #f9f9f9;
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: center center
}

.bg-colorfull {
    background: #f51963 !important
}

.colorfull {
    color: #f51963 !important
}

[data-overlay-color] p {
    color: #eee
}

.o-hidden {
    overflow: hidden
}

.pos-re {
    position: relative
}

.full-width {
    width: 100% !important
}

.bg-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.bg-fixed {
    background-attachment: fixed
}

.bg-center {
    background-position: center center !important
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.butn, .butn span {
    position: relative
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01BF81
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0,0,0,.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.butn, .hero .item1 {
    -webkit-border-radius: 5px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #01BF81
}

.butn {
    padding: 15px 35px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 3;
    -webkit-box-shadow: 5px 10px 30px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 10px 30px -5px rgba(0,0,0,.2);
    box-shadow: 5px 10px 30px -5px rgba(0,0,0,.2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: 0 !important;
    overflow: hidden
}

    .butn span {
        z-index: 2
    }

    .butn:after {
        width: 0;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        -moz-transition: width .4s;
        transition: width .4s;
        z-index: 1;
        opacity: 1
    }

    .butn:hover:after {
        width: 100%
    }

.butn-bg {
    background: #01BF81;
    background: -webkit-gradient(linear,right top,left bottom,from(#01BF81),to(#41C3D3));
    background: -webkit-linear-gradient(top right,#01BF81,#41C3D3);
    background: -moz-linear-gradient(top right,#01BF81,#41C3D3);
    background: -o-linear-gradient(top right,#01BF81,#41C3D3);
    background: linear-gradient(to bottom left,#01BF81,#41C3D3)
}

    .butn-bg:hover span {
        color: #01BF81
    }

    .butn-bg span {
        color: #fff
    }

.butn-light {
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.5);
}

    .butn-light:after {
        background: #01BF81
    }

    .butn-light:hover span {
        color: #fff !important
    }

    .butn-light span {
        color: #01BF81
    }

.butn-bord {
    background: 0 0 !important;
    border: 1px solid #01BF81;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.butn-radius, .works .filtering .filter {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}

.butn-bord:after {
    background: #01BF81
}

.butn-bord:hover span {
    color: #fff
}

.butn-bord span {
    color: #01BF81
}

.butn-radius {
    border-radius: 30px
}

.butn-top, .hero .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.butn-top {
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #d31ee9;
    background: -webkit-linear-gradient(to bottom left,#d31ee9,#250bff);
    background: -moz-linear-gradient(to bottom left,#d31ee9,#250bff);
    background: -o-linear-gradient(to bottom left,#d31ee9,#250bff);
    background: linear-gradient(to bottom left,#11d3c7,#11d3c7);
    position: fixed;
    bottom: 30px;
    left: -70px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 99999;
    cursor: pointer;
}

.nav-scroll, .navbar {
    background: #fff;
    padding: 0;
    width: 100%;
    right: 0
}

    .navbar .navbar-nav .nav-link, .team .item .team-img:after {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s
    }

.carousel .item .caption, .navbar, .slider .item .caption, .slider-fade .item .caption {
    z-index: 9
}

.butn-top.butn-show {
    left: 30px
}

.navbar {
    position: absolute;
    top: 0;
    border: 0;
    height: 70px
}

    .navbar .icon-bar {
        color: #222
    }

    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        font-weight: 400;
        color: #636363;
        margin: 15px 5px;
        transition: all .5s
    }

    .navbar .navbar-nav .active {
        color: #ffffff !important;
        background-color: #d1a866;
        padding: 6px 16px;
        border-radius: 45px;
        box-shadow: 0 0 20px -10px black;
    }

    .navbar .navbar-nav .actives {
        color: #ffffff !important;
        background-color: #42d3c4;
        padding: 6px 16px;
        border-radius: 45px;
        box-shadow: 0 0 20px -10px black;
    }

.nav-scroll {
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.05);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.05);
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
    position: fixed;
    top: -100px;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
}

    .nav-scroll .icon-bar, .nav-scroll .navbar-nav .nav-link {
        color: #222
    }

    .nav-scroll .navbar-nav .logo {
        padding: 15px 0;
        color: #111
    }

.logo img {
    max-height: 100px;
    width: auto;
    max-width: 170px
}

.home {
    min-height: 90vh;
    max-height: 90vh;
    position: relative;
    /* margin-top: 68px; */
}

.is_ie .home {
    height: 100vh
}

.home .caption {
    padding: 0 25px
}

    .home .caption h2 {
        font-size: 2.2em;
        font-weight: 400;
        margin-bottom: 20px;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        -o-animation-delay: .5s;
        animation-delay: .5s
    }

        .home .caption h2 span {
            font-weight: 700;
            font-size: 58px;
            color: #fff;
            text-shadow: #000 2px 2px 2px
        }

    .home .caption p {
        color: #e0e0e0;
        font-size: 15px;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s
    }

    .home .caption .butn {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

.carousel .owl-item, .slider .owl-item, .slider-fade .owl-item {
    height: 100vh;
    position: relative
}

.carousel .item, .slider .item, .slider-fade .item {
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel .owl-theme .owl-dots, .slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 9vh;
}

.creative {
    position: relative;
    min-height: -webkit-calc(100vh + 100px);
    min-height: -moz-calc(100vh + 100px);
    min-height: calc(100vh + 100px);
    padding-bottom: 100px
}

.is_ie .creative {
    height: -webkit-calc(100vh + 100px);
    height: -moz-calc(100vh + 100px);
    height: calc(100vh + 100px)
}

.creative svg {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    fill: #fff;
    z-index: 3
}

.creative2 {
    position: relative;
    min-height: -webkit-calc(100vh + 50px);
    min-height: -moz-calc(100vh + 50px);
    min-height: calc(85vh + 50px);
    padding-bottom: 50px
}

.is_ie .creative2 {
    height: -webkit-calc(100vh + 50px);
    height: -moz-calc(100vh + 50px);
    height: calc(100vh + 50px)
}

.creative2 .shape {
    position: absolute;
    bottom: -.5px;
    width: 50%;
    height: 50px;
    background: #fff;
    z-index: 3
}

#particles-js, .wave:after {
    position: absolute;
    right: 0;
    width: 100%
}

.creative2 .shape-left {
    -webkit-clip-path: polygon(0 100%,0 0,100% 100%);
    clip-path: polygon(0 100%,0 0,100% 100%);
    left: 0
}

.creative2 .shape-right {
    -webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
    clip-path: polygon(100% 0,0 100%,100% 100%);
    right: 0
}

.wave:after {
    bottom: -1px;
    height: 100px;
    background-image: url(../img/wave.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 7
}

.bg-video {
    overflow: hidden
}

.bg-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#particles-js {
    top: 0;
    height: 100%;
    z-index: 1
}

.page-header {
    height: 70vh
}

    .page-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px
    }

        .page-header h6 a:hover {
            color: #01BF81
        }

        .page-header h6 i {
            margin: 0 15px;
            font-size: 10px
        }

    .page-header h1 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 50px
    }

.hero .intro {
    position: relative;
    padding: 0 25px 15px
}

    .hero .intro:after {
        width: 200px;
        height: 1px;
        background: #7926f5;
        position: absolute;
        bottom: 0;
        right: -webkit-calc(50% - 35px);
        right: -moz-calc(50% - 35px);
        right: calc(50% - 96px)
    }

.hero .icon, .video .vid .vid-butn {
    width: 90px;
    height: 90px;
    color: #01BF81
}

.hero .intro .sub-title {
    color: #01BF81;
    font-size: 14px;
    margin-bottom: 20px
}

.hero .intro h4 {
    font-size: 24px;
    font-weight: 700
}

.hero .intro p {
    font-size: 15px
}

.hero .item1 {
    background-color: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 10px 30px -16px rgba(0, 0, 0, 0.38);
    -moz-border-radius: 5px;
    border-radius: 0px 0px 5px 5px;
    text-align: right;
    transition: all cubic-bezier(0,.2,.46,1.02) .7s;
}

.hero .icon {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 90px;
    border-radius: 50%;
    background-color: rgba(136,104,255,.05)
}

.video h4 {
    font-weight: 700;
    margin-bottom: 15px
}

.video p {
    font-size: 17px
}

.video .vid {
    margin-top: 30px
}

    .video .vid .vid-butn {
        line-height: 80px;
        font-size: 70px;
        position: relative
    }

        .video .vid .vid-butn:hover:after {
            opacity: 0;
            -webkit-transform: scale(1.5,1.5);
            -moz-transform: scale(1.5,1.5);
            -ms-transform: scale(1.5,1.5);
            -o-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s
        }

        .video .vid .vid-butn:after {
            width: 100%;
            height: 100%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: rgba(255,255,255,.2);
            position: absolute;
            top: 0;
            right: 0
        }

        .video .vid .vid-butn .far {
            vertical-align: bottom
        }

.boxs .box-padding {
    padding: 100px 5%
}

.boxs .sub-title {
    color: #01BF81;
    font-size: 14px;
    margin-bottom: 10px
}

.boxs h4 {
    margin-bottom: 15px;
    font-weight: 700
}

.boxs p {
    margin-bottom: 10px
}

    .boxs p:last-child {
        margin-bottom: 0
    }

.boxs ul {
    margin: 15px 0 0
}

    .boxs ul li {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.85
    }

        .boxs ul li span {
            font-size: 12px;
            color: #01BF81;
            padding-left: 10px
        }

.boxs .skills .skill-item {
    margin-bottom: 30px
}

    .boxs .skills .skill-item:last-child {
        margin-bottom: 0
    }

    .boxs .skills .skill-item h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

.boxs .skills .skill-progress {
    width: 100%;
    height: 15px;
    border: 2px solid #fff;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0 -10px 30px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 -10px 30px rgba(0,0,0,.04) inset;
    box-shadow: 0 -10px 30px rgba(0,0,0,.04) inset
}

    .boxs .skills .skill-progress .progres {
        position: absolute;
        height: 100%;
        width: 0;
        right: 0;
        top: 0;
        background: #01BF81;
        background: -webkit-gradient(linear,right top,left top,from(#de145f),to(#673AB7));
        background: -webkit-linear-gradient(right,#de145f,#673AB7);
        background: -moz-linear-gradient(right,#de145f,#673AB7);
        background: -o-linear-gradient(right,#de145f,#673AB7);
        background: linear-gradient(to left,#de145f,#673AB7);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s
    }

        .boxs .skills .skill-progress .progres:before {
            content: attr(data-value);
            padding: 4px 10px 3px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-size: 10px;
            font-weight: 700;
            position: absolute;
            top: -35px;
            left: 0
        }

        .boxs .skills .skill-progress .progres:after {
            content: "";
            width: 0;
            height: 0;
            border-right: 3px solid transparent;
            border-left: 3px solid transparent;
            border-top: 5px solid #01BF81;
            position: absolute;
            top: -12px;
            left: 15px
        }

.numbers .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #eee
}

.numbers h4 {
    font-weight: 700;
    margin-bottom: 10px
}

.numbers h6 {
    font-size: 18px;
    color: #eee
}

.team .owl-item {
    padding-top: 30px
}

    .team .owl-item:nth-child(odd) {
        margin-top: -30px
    }

.team .item .team-img {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #eee;
    margin: auto
}

    .team .item .team-img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #41C3D3;
        background: -webkit-gradient(linear,left top,left bottom,from(#01BF81),to(#41C3D3));
        background: -webkit-linear-gradient(top,#01BF81,#41C3D3);
        background: -moz-linear-gradient(top,#01BF81,#41C3D3);
        background: -o-linear-gradient(top,#01BF81,#41C3D3);
        background: linear-gradient(to bottom,#01BF81,#41C3D3);
        opacity: 0;
        transition: all .5s
    }

.team .item:hover .team-img:after {
    opacity: .8
}

.team .item .social {
    position: absolute;
    bottom: -30%;
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 3
}

.team .item:hover .social {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.team .item .social a {
    color: #fff;
    margin: 0 10px
}

    .team .item .social a i {
        vertical-align: middle
    }

.team .item .info {
    text-align: center;
    margin: 20px 0
}

    .team .item .info h6 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .team .item .info span {
        color: #999;
        font-size: 13px;
        font-weight: 400
    }

.works .filtering .filter {
    display: inline-block;
    padding: 4px 10px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border-radius: 30px
}

.works .filtering span {
    margin: 0 5px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer
}

.price .type h4, .price .value {
    margin-bottom: 30px
}

.works .filtering .active {
    background: #01BF81;
    background: -webkit-gradient(linear,right top,left top,from(#01BF81),to(#41C3D3));
    background: -webkit-linear-gradient(right,#01BF81,#41C3D3);
    background: -moz-linear-gradient(right,#01BF81,#41C3D3);
    background: -o-linear-gradient(right,#01BF81,#41C3D3);
    background: linear-gradient(to left,#01BF81,#41C3D3);
    -webkit-box-shadow: 0 8px 30px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 30px -5px rgba(0,0,0,.2);
    box-shadow: 0 8px 30px -5px rgba(0,0,0,.2);
    color: #fff
}

.works .item-img {
    position: relative;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

    .works .item-img:hover {
        -webkit-box-shadow: 10px 10px 30px rgba(0,0,0,.1);
        -moz-box-shadow: 10px 10px 30px rgba(0,0,0,.1);
        box-shadow: 10px 10px 30px rgba(0,0,0,.1)
    }

        .works .item-img:hover .item-img-overlay {
            visibility: visible;
            opacity: 1
        }

.works .item-img-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255,255,255,.98);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

    .works .item-img-overlay .icon {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #01BF81;
        text-align: center;
        font-size: 20px;
        color: #01BF81
    }

    .works .item-img-overlay p {
        color: #01BF81;
        font-weight: 400;
        font-size: 13px
    }

    .works .item-img-overlay h6 {
        font-weight: 400;
        font-size: 16px;
        margin-top: 5px
    }

.price .item {
    padding: 50px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 40px -5px rgba(0,0,0,.1);
    box-shadow: 0 15px 40px -5px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.price .type h4 {
    font-size: 16px
}

.price .value h3 {
    font-size: 50px;
    display: inline-block;
    position: relative
}

    .price .value h3 span {
        font-size: 12px;
        position: absolute;
        top: 0;
        right: -10px
    }

.price .features {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0,0,0,.05)
}

    .price .features li {
        font-size: 14px;
        font-weight: 400;
        color: #8a8b8e;
        margin-bottom: 12px;
        line-height: 1.85
    }

        .price .features li:last-child {
            margin-bottom: 0
        }

.price .active {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 20px 40px -10px rgba(0,0,0,.5);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden
}

    .price .active > div {
        position: relative;
        z-index: 3
    }

    .price .active .features {
        border-color: rgba(255,255,255,.2)
    }

        .price .active .features li {
            color: #eee
        }

    .price .active .bg-colorfull:hover span, .price .active .butn span {
        color: #01BF81
    }

    .price .active .bg-colorfull span {
        color: #fff
    }

.price .butn {
    padding: 10px 30px
}

    .price .butn span {
        font-size: 12px;
        font-weight: 400
    }

.testimonials .section-head {
    text-align: right;
    margin-bottom: 0
}

    .testimonials .section-head h4 {
        padding-bottom: 0
    }

        .testimonials .section-head h4:after {
            display: none
        }

.testimonials .item-box {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative
}

    .testimonials .item-box .quote {
        position: absolute;
        left: 30px;
        top: 30px;
        width: 100px;
        margin: 0 auto 30px;
        opacity: .1
    }

    .testimonials .item-box p {
        font-size: 14px;
        color: #8a8b8e;
        font-weight: 400
    }

    .testimonials .item-box .info {
        text-align: right;
        margin: 30px 0 0;
        overflow: hidden
    }

.btn_sign_footer, .follow2, .pagination {
    text-align: center
}

.testimonials .item-box .info .author-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    overflow: hidden
}

.posts .info .right, .testimonials .item-box .info .rate {
    float: left
}

.testimonials .item-box .info .cont {
    margin-right: 60px
}

.testimonials .item-box .info h6 {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: -6px
}

.testimonials .item-box .info span {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin: -1px 0 5px 5px;
    line-height: 1.85
}

.testimonials .item-box .info i {
    color: #01BF81;
    font-size: 10px
}

.testimonials .owl-theme .owl-nav {
    position: absolute;
    right: -49%;
    bottom: 15px;
    margin-top: 0
}

.blog .owl-item {
    padding: 30px 15px
}

.blog .item {
    -webkit-box-shadow: 0 15px 40px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 40px -10px rgba(0,0,0,.1);
    box-shadow: 0 15px 40px -10px rgba(0,0,0,.1);
    background-color: #fff
}

    .blog .item .row {
        padding: 0;
        margin: 0 !important
    }

    .blog .item .cont {
        padding: 50px 30px
    }

        .blog .item .cont h6 {
            font-weight: 700;
            font-size: 13px;
            line-height: 1.85;
            margin-bottom: 10px;
            min-height: 75px;
            max-height: 75px;
            overflow: hidden;
        }

        .blog .item .cont p {
            font-size: 12px;
            min-height: 78px;
            max-height: 78px;
            overflow: hidden;
        }

    .blog .item .info {
        font-size: 10px;
        color: #999;
        font-style: italic;
        margin-bottom: 15px;
        line-height: 18px
    }

        .blog .item .info a {
            margin-left: 10px
        }

            .blog .item .info a:last-child {
                margin-left: 0
            }

        .blog .item .info .tag {
            padding: 4px;
            background-color: #42d3c4;
            color: #fff;
            float: left;
            line-height: 1;
        }

    .blog .item .more {
        font-size: 13px;
        font-weight: 700;
        color: #01BF81;
        margin-top: 15px
    }

        .blog .item .more:hover {
            color: #01BF81
        }

            .blog .item .more:hover i {
                opacity: 1;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0)
            }

        .blog .item .more i {
            font-size: 10px;
            -webkit-transform: translateX(15px);
            -moz-transform: translateX(15px);
            -ms-transform: translateX(15px);
            -o-transform: translateX(15px);
            transform: translateX(15px);
            opacity: 0;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s
        }

.posts .item {
    margin-bottom: 30px
}

    .posts .item .post-img {
        position: relative;
        height: auto
    }

    .posts .item .tag {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 10px;
        font-weight: 400;
        color: #fff
    }

        .posts .item .tag a {
            background-color: #01BF81;
            padding: 5px 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 10px 20px rgba(0,0,0,.2);
            box-shadow: 0 10px 20px rgba(0,0,0,.2)
        }

        .posts .item .tag .icon {
            font-size: 8px
        }

    .posts .item .spical {
        margin: 15px;
        padding: 15px;
        border-right: 4px solid #01BF81
    }

.posts .info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee
}

    .posts .info a {
        color: #999;
        font-weight: 700;
        font-size: 11px
    }

        .posts .info a .author {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 0 -6px 5px;
            position: relative
        }

.posts .add-comment .com, .posts .comments .com, .posts .title {
    margin-bottom: 30px
}

.posts .info a .icon {
    font-size: 12px;
    margin-left: 2px
}

.posts .title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.posts .add-comment, .posts .comments {
    padding: 30px 15px;
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.05);
    -moz-box-shadow: 0 20px 30px rgba(0,0,0,.05);
    box-shadow: 0 20px 30px rgba(0,0,0,.05);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .posts .add-comment .com:last-child, .posts .comments .com:last-child {
        margin-bottom: 0
    }

    .posts .add-comment .com:nth-child(odd), .posts .comments .com:nth-child(odd) {
        margin-right: 50px
    }

    .posts .add-comment .img, .posts .comments .img {
        width: 60px;
        height: 60px;
        float: right;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #eee;
        overflow: hidden
    }

    .posts .add-comment .cont, .posts .comments .cont {
        margin-right: 75px
    }

        .posts .add-comment .cont h6, .posts .comments .cont h6 {
            font-size: 12px;
            margin-bottom: 5px
        }

        .posts .add-comment .cont span, .posts .comments .cont span {
            color: #999;
            font-size: 11px;
            font-style: italic;
            margin-bottom: 10px
        }

        .posts .add-comment .cont .reply, .posts .comments .cont .reply {
            float: left;
            margin-left: 15px;
            margin-top: -15px
        }

            .posts .add-comment .cont .reply:hover, .posts .comments .cont .reply:hover {
                color: #01BF81
            }

.posts form .form-group {
    margin-bottom: 15px
}

.posts form input, .posts form textarea {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
    border: 0
}

.posts form .has-error input, .posts form .has-error textarea {
    background: #fff2f2
}

.posts form textarea {
    height: 140px;
    min-height: 140px;
    max-width: 100%;
    line-height: 1.95;
    vertical-align: top
}

.img_ic_c, .pagination li a i, footer .social a .fab {
    vertical-align: middle
}

.posts form .butn {
    margin: 15px 0 0;
    border: 0;
    cursor: pointer
}

.pagination ul {
    margin: auto
}

.pagination li {
    float: right;
    margin: 0 5px
}

    .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff
    }

.pagination .active a {
    background-color: #01BF81;
    color: #fff
}

.side-bar .widget {
    padding: 30px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.05);
    -moz-box-shadow: 0 20px 30px rgba(0,0,0,.05);
    box-shadow: 0 20px 30px rgba(0,0,0,.05);
    margin-bottom: 30px;
    overflow: hidden
}

    .side-bar .widget ul {
        margin-bottom: 0
    }

        .side-bar .widget ul li {
            margin-bottom: 10px;
            color: #444;
            font-size: 13px;
            line-height: 1.85
        }

            .side-bar .widget ul li:last-child {
                margin-bottom: 0
            }

            .side-bar .widget ul li i {
                font-size: 10px;
                margin-left: 10px
            }

    .side-bar .widget .recent li {
        display: block;
        overflow: hidden
    }

    .side-bar .widget .recent .thum {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        float: right
    }

    .side-bar .widget .recent a {
        display: block;
        margin-right: 60px;
        line-height: 1.85
    }

.side-bar .widget-title {
    margin-bottom: 30px
}

    .side-bar .widget-title h6 {
        font-size: 13px;
        background-color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }

.side-bar .search form {
    position: relative
}

    .side-bar .search form input {
        width: 100%;
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #eee
    }

    .side-bar .search form button {
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        color: #999;
        border: 0;
        padding: 10px;
        cursor: pointer
    }

.side-bar .gallery li {
    width: 33.33333%;
    float: right;
    border: 5px solid #fff
}

.side-bar .tags li {
    font-size: 12px;
    margin: 2px !important;
    padding: 5px 10px;
    background-color: #01BF81;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right
}

    .side-bar .tags li:hover {
        background-color: #222
    }

.contact .form input, .contact .form textarea, .dropbox {
    width: 100%;
    padding: 15px;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 5px
}

.contact .form textarea {
    height: 160px;
    min-height: 160px;
    max-width: 100%;
    line-height: 1.85
}

.contact .form button {
    border: 0
}

.contact .form .messages button.close {
    margin-top: -3px;
    margin-left: -8px;
    outline: 0
}

footer {
    padding-bottom: 50px;
    background: url(../img/footer-bg.png) top center no-repeat #060b15;
    background-size: cover
}

    footer .info {
        padding: 30px;
        background-color: rgba(21,21,21,0);
        border-right: 1px solid #222
    }

        footer .info:first-child {
            border-right: 0
        }

        footer .info .icon {
            font-size: 30px;
            color: #d1a866;
            float: right;
        }

        footer .info .cont {
            margin-right: 50px
        }

            footer .info .cont h6 {
                font-size: 14px;
                color: #fff;
                margin-bottom: 5px
            }

            footer .info .cont p {
                font-size: 13px
            }

    footer .social a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        background: 0 0;
        color: #999;
        font-size: 16px;
        margin: 15px 5px;
        border-radius: 50%
    }

.box_mobile, .btn_help {
    width: 100%;
    display: inline-block
}

footer .social a:hover {
    background-color: #01BF81;
    color: #fff;
    transition: all cubic-bezier(.4,0,1,1) .2s
}

footer .rights {
    font-weight: 400;
    font-size: 12px
}

    footer .rights a {
        font-weight: 900;
        font-size: 13px;
        color: #11d3c7;
    }

.menu_a_login {
    background-color: #fff;
    background: linear-gradient(to bottom left,#10dcd3,#17c5b0);
    padding: 7px 15px 9px !important;
    border-radius: 42px;
    color: #fff !important;
    max-width: 100px;
    box-shadow: 0 3px 15px #7d7b7b26
}

.btn_flw, .btn_help {
    background-color: #fff;
    color: #fff !important
}

.img_class_box {
    box-shadow: 0 -4px 15px #4c47471f;
    margin-bottom: -5px;
    padding: 8px;
    border-radius: 7px 7px 0 0;
    background-color: #fff;
}

.btn_flw, .btn_help, .btn_more {
    box-shadow: 0 3px 15px #7d7b7b26
}

.btn_count_flw, .btn_flw, .btn_help, .btn_more {
    border-radius: 5px;
    margin-top: 10px;
}

.padding_top_15px {
    padding: 50px 15px;
    padding-top: 15px !important
}

.btn_flw {
    background: linear-gradient(to bottom left,#d1a866,#d1a866);
    padding: 7px 15px 9px !important;
    max-width: 100px;
    float: right;
    font-size: 12px;
}

.btn_help {
    background: linear-gradient(to bottom left,#01BF81,#41C3D3);
    padding: 10px 15px 11px !important;
    font-size: 15px
}

.btn_more {
    background-color: #fff;
    padding: 5px 7px 5px 7px !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .btn_count_flw:hover, .btn_flw:hover, .btn_help:hover, .btn_more:hover {
        box-shadow: 0 3px 15px #9e9e9ecc;
        transition: all linear .2s
    }

.box_mobile input[type=button], .btn_count_flw {
    background-color: #fff;
    box-shadow: 0 3px 15px #7d7b7b26
}

.font_size_22 {
    font-size: 22px;
    margin-right: -12px
}

.hero h6 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}

.hero h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 900;
    color: #d1a866;
}

.padding_top_15px p {
    min-height: 50px;
    text-align: justify;
}

.btn_count_flw {
    padding: 7px 15px 9px !important;
    color: #000 !important;
    float: right;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 35px
}

.icon_size_16px {
    font-size: 16px;
    top: 3px;
    position: relative
}

.size_14px {
    font-size: 14px
}

.h5_footer {
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px #222 solid;
    margin-bottom: 16px;
    font-size: 16px
}

.col_4_footer {
    background-color: rgba(0,0,0,.3686274509803922);
    padding: 20px
}

.box_mobile {
    padding: 5px;
    background-color: #111;
    border: 1px solid #111;
    margin: 10px 0;
    border-radius: 50px
}

    .box_mobile:hover {
        border: 1px solid #42d3c4;
    }

    .box_mobile input[type=email], .box_mobile input[type=tel] {
        outline: 0;
        border: none;
        height: 31px;
        padding-right: 20px;
        background-color: rgba(255,255,255,0);
        color: #fff
    }

    .box_mobile input[type=button] {
        border: none;
        background: linear-gradient(to bottom left,#42d3c4,#42d3c4);
        padding: 7px 15px 9px !important;
        border-radius: 42px;
        color: #fff !important;
        max-width: 100px;
        float: left;
    }

.Nz-footer-links li a {
    padding: 5px;
    color: #8a8b8e
}

    .Nz-footer-links li a:hover {
        color: #41C3D3;
        font-weight: 900;
        transition: all linear .3s
    }

    .Nz-footer-links li a span {
        color: #12d6ca;
        font-size: 9px;
        font-weight: 900;
        margin-left: 5px
    }

.nav_item_child_2 {
    font-size: 13px;
    font-weight: 900;
    padding: 10px;
    margin: 2px;
    display: block
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -45px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.1);
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.65em;
}

    .dropdown-menu:before {
        position: absolute;
        padding: 5px;
        top: -26px;
        margin-right: auto;
        margin-left: auto;
        font-family: Linearicons-Free;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-weight: 900;
        right: 86px;
        color: #fff;
        font-size: 17px;
        -webkit-font-smoothing: antialiased;
        content: "\e873"
    }

.navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    width: 200px;
    overflow: hidden;
}

.drawer-dropdown-menu-item:hover {
    background-color: #ede7f657;
    transition: all linear .3s;
}

.hero .item1:hover {
    position: relative;
    z-index: 100;
    transition: all cubic-bezier(0,.2,.46,1.02) .2s;
    cursor: pointer;
    /* box-shadow: 0 3px 0px #7d7b7b26; */
}

.icon_box {
    background-color: #13d3c6;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 1px 1px 16px #00038
}

.disbloc_text_cantact {
    font-size: 14px;
    font-weight: 400;
    color: #8a8b8e;
    line-height: 2;
    display: block;
    margin: 10px
}

.icon_cantact {
    background-color: #f3f3f3;
    padding: 7px;
    border-radius: 28%;
    color: #8a8181;
    margin-left: 10px;
    top: 2px;
    position: relative;
    float: right;
    font-size: 16px;
    box-shadow: 1px 3px 1px rgba(0,0,0,.08)
}

.m-15 {
    margin: 15px 0
}

.text-color_1dc1a5 {
    color: #717171;
    font-weight: 900;
    padding: 5px 0;
    border-radius: 50px;
    background-color: #fff
}

.cantact_background {
    padding-bottom: 50px;
    background: url(../img/footer-bg.png) top center no-repeat #060b15;
    background-size: cover;
    color: #fff;
    border-radius: 8px
}

.contact .form input, .contact .form textarea, .dropbox {
    background-color: rgba(17,55,130,.1607843137254902);
    text-align: right;
    color: #fff;
    border: 2px solid rgba(17,55,130,.1607843137254902)
}

    .contact .form input:focus, .contact .form textarea:focus, .dropbox:hover {
        border: 2px solid #42d3c4;
    }

.contact .form .has-error input, .contact .form .has-error textarea {
    background: rgba(17,55,130,.1607843137254902);
    border: 2px solid rgba(195,72,72,.41)
}

.dropbox option {
    color: #111;
    background-color: #fff
}

.color_3b0cca {
    color: #d1a866;
}

.xs-heading .line {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    width: 100%
}

    .xs-heading .line::before {
        background-color: rgba(0,0,0,.15);
        width: 105px;
        height: 1px
    }

    .xs-heading .line::after {
        background-color: #0c5adb;
        width: 40px;
        height: 3px;
        bottom: -1px
    }

.color333 {
    color: #333
}

.padding_25px {
    padding: 80px 0;
}

.font_size_12px {
    font-size: 11px;
    color: #222
}

.font_size_12px_real {
    font-size: 12px;
    color: #f51963
}

.padding_2px {
    padding: 15px 2px
}

.color09bf8c {
    color: #09bf8c !important
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media screen and (max-width:991px) {
    .navbar {
        background-color: #fff;
        padding-right: 30px;
        padding-left: 15px
    }

    .mb-md50 {
        margin-bottom: 50px
    }

    .mb-md30 {
        margin-bottom: 30px
    }

    .mb-md0 {
        margin-bottom: 0
    }

    .bgimg-height {
        height: 400px
    }

    .bg-fixed {
        background-attachment: scroll !important
    }

    .navbar .navbar-collapse {
        max-height: -webkit-calc(100vh - 70px);
        max-height: -moz-calc(100vh - 70px);
        max-height: calc(100vh - 70px);
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 0;
        max-width: 720px;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto
    }

        .navbar .navbar-collapse.collapsing {
            overflow: hidden
        }

    .navbar .nav-link {
        margin: 10px auto !important
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important
    }

    .nav-scroll .navbar-collapse .active {
        color: #01BF81 !important
    }

    .navbar-toggler {
        outline: 0 !important;
        line-height: 1.5
    }

        .navbar-toggler .fas {
            vertical-align: middle
        }



    .home .caption h1, .page-header h1 {
        font-size: 40px
    }

    .boxs .bg-img {
        display: none
    }

    .testimonials .owl-theme .owl-nav {
        position: static;
        text-align: center
    }

    .testimonials .section-head {
        text-align: center;
        margin-bottom: 80px
    }

        .testimonials .section-head h4 {
            padding-bottom: 15px
        }

            .testimonials .section-head h4:after {
                display: block
            }

    .blog .post-img {
        height: 250px
    }
}

.form_input_larg, .form_input_small, .form_input_very_small {
    padding-right: 10px;
    margin: 5px
}

.follow, .formsearch_btn {
    cursor: pointer;
    outline: 0
}

.form_input_small {
    height: 45px;
    width: 265px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-right: solid 2px #d1a866;
}

.form_input_larg {
    height: 80px;
    width: 98%;
    /* max-width: 396px; */
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    line-height: 2.2;
}

.form_input_very_small {
    height: 45px;
    width: 41%;
    min-width: 191px;
    border: 1px solid #e2e2e2;
    border-radius: 33px;
    border-right: solid 2px #f31560
}

    .form_input_larg:focus, .form_input_small:focus, .form_input_very_small:focus {
        transition: all cubic-bezier(.57,1.45,1,1) .5s;
        border: 2px solid #d4d4d4;
        border-right: solid 2px #01bf81
    }

.wid_box_form {
    width: 48%;
    max-width: 396px;
}

.b_n {
    border: none;
    max-width: 265px;
    margin: 5px;
    height: 40px;
    float: right
}

.container1 {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #434343;
    font-size: 14px
}

    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkmark {
    border: 0 solid #ccc
}

.container1:hover input ~ .checkmark {
    background-color: #ccc;
    transition: all linear .3s
}

.container1 input:checked ~ .checkmark {
    background-color: #E91E63;
    border-radius: 7px;
    transition: all linear .3s
}

    .container1 input:checked ~ .checkmark:after {
        display: block
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    select::-ms-expand {
        display: none
    }

.container1 .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.font_resend {
    font-size: 13px;
    margin-right: 30px;
    font-weight: 900;
    color: #f41560
}

.font_size_icont {
    font-size: 18px;
    position: relative;
    top: 4px;
    font-weight: 800
}

.img_logo_login {
    max-width: 115px;
    float: left
}

.formsearch {
    background-color: #fff;
    padding: 0;
    min-height: 60px;
    border: 2px solid #fff;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 50px;
    border-left: solid 3px #f82a5e;
    overflow: hidden
}

.formsearch_btn, .formsearch_input, .formsearch_select {
    background-color: #fff;
    height: 60px;
    border: none;
    position: relative
}

.formsearch_input {
    width: 45%;
    float: right;
    padding-right: 23px
}

.formsearch_select {
    width: 20%;
    float: right
}

.formsearch_btn {
    width: 80px;
    float: left;
    line-height: 2.8;
    font-size: 25px;
    display: inline-block
}

    .formsearch_btn span {
        color: #28353d !important;
        font-weight: 900
    }

        .formsearch_btn span:hover {
            color: #E91E63 !important;
            font-weight: 900;
            transition: all linear .3s
        }

#bd-root-txt_Date {
    display: inline-block;
    width: 41%
}

.btn_sign_footer {
    background-color: #11d3c7;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
    width: 100%;
    max-width: 246px;
    border-radius: 34px
}

.follow {
    color: #24c131;
    background-color: #fff;
    border: none;
    padding: 16px 25px;
    border-radius: 35px;
    margin: 10px 0;
    box-shadow: 0 0 20px rgba(68,68,68,.23);
    font-weight: 900
}

    .follow1, .follow3, .follow:hover {
        color: #fff;
        transition: all linear .3s
    }

.follow2, .follow2:hover {
    cursor: default;
    transition: all linear .3s
}

.follow:hover {
    background-color: #14d5c9
}

.follow1 {
    background-color: rgba(17,55,130,.16)
}

.follow3 {
    background-color: #E91E63
}

.follow2 {
    background-color: #fff;
    color: #ce3131;
    font-size: 13px;
    position: relative
}

    .follow2:hover {
        background-color: #0d2656;
        color: #fff
    }

.red_span_icon {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 5px
}

.red_span_icon1 {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 10px
}

.green {
    color: #24c131
}

.box_profile {
    width: 100%;
    display: inline-block;
    box-shadow: 2px 2px 8px rgba(0,0,0,.07);
    padding: 0 15px 15px;
    box-sizing: border-box;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .mb-sm50 {
        margin-bottom: 50px
    }

    .mb-sm30 {
        margin-bottom: 30px
    }

    .hero .intro, .home .caption {
        padding-left: 0;
        padding-right: 0
    }

        .home .caption h1, .page-header h1 {
            font-size: 30px
        }

        .hero .intro h4, .video h4 {
            font-size: 20px
        }

    .works .filtering .filter {
        padding: 0
    }

    .works .filtering span {
        margin: 0
    }

    .navbar .navbar-collapse {
        max-width: 540px
    }

    footer .info {
        border-bottom: 1px solid #222;
        border-right: 0
    }

    .creative {
        min-height: -webkit-calc(100vh + 60px);
        min-height: -moz-calc(100vh + 60px);
        min-height: calc(100vh + 60px);
        padding-bottom: 60px
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 60px);
        height: -moz-calc(100vh + 60px);
        height: calc(100vh + 60px)
    }

    .wave:after {
        height: 60px
    }

    formsearch {
        width: 100%;
        max-width: 650px
    }

    .formsearch_input {
        height: 60px;
        width: 150px;
        box-sizing: border-box
    }

    .formsearch_select {
        width: 60px
    }

    .formsearch_btn {
        width: 40px
    }
}

@media screen and (max-width:575px) {
    .navbar .navbar-collapse {
        max-width: none
    }

    .boxs ul {
        margin-top: 0
    }

    .boxs p {
        margin-bottom: 25px
    }
}

@media screen and (max-width:480px) {
    .section-head {
        margin-bottom: 60px !important
    }

        .section-head h4 {
            font-size: 22px
        }

        .section-head p {
            font-size: 14px
        }

    .home .caption h1, .page-header h1 {
        font-size: 25px
    }

    .works .filtering span {
        padding: 5px 15px
    }

    .creative {
        min-height: -webkit-calc(100vh + 40px);
        min-height: -moz-calc(100vh + 40px);
        min-height: calc(100vh + 40px);
        padding-bottom: 40px
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 40px);
        height: -moz-calc(100vh + 40px);
        height: calc(100vh + 40px)
    }

    .wave:after {
        height: 40px
    }
}

@media screen and (min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: -13px
    }
}

@media screen and (min-width:1450px) {
    .creative {
        min-height: -webkit-calc(100vh + 140px);
        min-height: -moz-calc(100vh + 140px);
        min-height: calc(100vh + 140px);
        padding-bottom: 140px
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 140px);
        height: -moz-calc(100vh + 140px);
        height: calc(100vh + 140px)
    }

    .wave:after {
        height: 140px
    }
}

@media screen and (min-width:650px) and (max-width:767px) {
    .team .item .team-img {
        width: 173px;
        height: 173px
    }
}

.containerch {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 9px;
    cursor: pointer;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 100
}

    .containerch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 7px !important;
    transition: all linear .3s
}

.containerch:hover input ~ .checkmark {
    background-color: #ccc;
    transition: all linear .3s
}

.containerch input:checked ~ .checkmark {
    background-color: #04d39f;
    border-radius: 7px;
    transition: all linear .3s
}

.event_box, .event_box h5, .event_box h6, .event_box span, .event_box:hover, .event_box:hover h5, .event_box:hover h6 {
    transition: all cubic-bezier(0,0,.29,.89) .3s
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.containerch input:checked ~ .checkmark:after {
    display: block
}

.containerch .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.colchek {
    width: auto;
    padding: 5px;
    margin: 5px;
    display: inline-block
}

.event_box {
    background: #fff;
    padding: 15px;
    border-radius: 46px;
    box-shadow: 0 0 42px #061c468f
}

    .event_box:hover {
        background-color: #363288;
        transform: translate(0,-15px)
    }

        .event_box:hover h5, .event_box:hover h6 {
            color: #16d3c5 !important
        }

    .event_box h5, .event_box h6, .event_box span {
        color: #232323 !important
    }

    .event_box span {
        color: #16d3c5 !important
    }

.abs_img, .img_ic_c {
    display: inline-block;
    text-align: center;
    transition: all linear .3s
}

.box_hover_slider, .box_hover_slider1, .box_hover_slider2, .box_hover_slider3 {
    background-position: top;
    background-size: 75px;
    background-repeat: no-repeat;
    min-height: 215px;
    z-index: 10 !important;
    background-position-y: 22px;
}

.box_hover_slider {
    background-image: url('../img/VajSchool/customer-service.svg');
}

.box_hover_slider1 {
    background-image: url('../img/VajSchool/password (1).svg');
}

.box_hover_slider3 {
    background-image: url('../img/VajSchool/password.svg');
}

.box_hover_slider2 {
    background-image: url('../img/VajSchool/plan.svg');
}

.h6_relactiv90 {
    position: relative;
    top: 95px;
    z-index: 8
}

.h6_relactiv80 {
    position: relative;
    top: 85px;
    color: #525252;
    z-index: 8
}

.firstbox_relactiv {
    position: relative;
    top: -210px;
    z-index: 5
}

.color_greenprice {
    color: #01BF81;
    font-size: 15px
}

.margleft5px {
    margin-right: 15px
}

.abs_img {
    padding: 10px 9px;
    background-color: #fff;
    position: absolute;
    bottom: 125px;
    left: 40px;
    font-size: 13px;
    border-radius: 50px;
    box-shadow: 0 1px 19px -8px #000
}

.img_ic_c {
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    line-height: .7;
    font-weight: 900;
    max-width: 100px;
    margin: 7px 0;
    width: 100%;
    height: 92px;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: top
}

    .img_ic_c img {
        width: 55px;
        height: 55px
    }

.i_1, .i_2, .i_3, .i_4, .i_5, .i_6, .i_7, .i_8 {
    background-size: 437px;
    height: 61px;
    background-image: url(../foodicon/iconpack1-min.png)
}

.i_1, .i_2, .i_3, .i_4 {
    background-position-y: -7px
}

.img_ic_c:hover {
    background-color: #fff;
    transition: all linear .2s;
    box-shadow: 0 0 45px -15px #00099
}

.navbar {
    box-shadow: rgba(56,56,56,.6) 0 3px 20px -7px
}

.i_1 {
    background-position-x: -386px;
    width: 52px
}

.i_2 {
    background-position-x: -347px;
    width: 43px
}

.i_3 {
    background-position-x: -292px;
    width: 55px
}

.i_4 {
    background-position-x: -240px;
    width: 52px
}

.i_5 {
    background-position-x: -126px;
    background-position-y: -6px;
    width: 55px
}

.i_6, .i_7, .i_8 {
    background-position-y: -7px
}

.i_6 {
    background-position-x: -185px;
    width: 54px
}

.i_7 {
    background-position-x: -7px;
    width: 52px
}

.i_8 {
    background-position-x: -68px;
    width: 55px
}

.titleh1 {
    font-size: 46px;
    font-weight: 100;
    line-height: .8;
    text-shadow: 0 0 6px black;
}

.font-18px_icon {
    font-size: 18px
}

.margintop_210 {
    /* margin-top: -210px */
}

.logohome {
    width: auto
}

@media screen and (max-width:991px) {
    .logohome {
        width: 330px
    }
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.login_img_circle {
    max-width: 40px;
    padding: 2px;
    border: solid 1px #CE93D8;
}

.icn_login_home {
    position: relative;
    top: 5px;
    margin-top: -8px;
    font-size: 20px;
    color: #9C27B0;
}

.border_e1e1e1 {
    border-bottom: solid 1px #e1e1e1;
}

.span_menu_login {
    text-align: center;
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #673AB7;
}


.box_sefed {
    background-color: #fff;
    padding: 20px;
    border: solid 1px #6f26fc;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    color: #495057;
    background-color: #f9f9f96b;
}

.input_grid {
    border: solid 1px #e4d8d8;
    padding: 9px 12px;
    border-radius: 5px;
}

.table td, .table th {
    padding: .5rem;
}

.table-responsive {
    border-radius: 15px;
    box-shadow: 0 0 20px -9px #00000078;
    background-color: #fff;
    padding: 5px;
}

.table-responsive1 {
    border-radius: 15px;
    box-shadow: 0 0 20px -9px #00000078;
    background-color: #fff;
    padding: 5px;
}

.border_none {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.icon_grid {
    background-color: #fff;
    box-shadow: 0 0 12px -4px #0000008f;
}

.border_r {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.delete {
    position: relative;
    top: 1px;
    left: 2px;
}

.icon_time {
    position: relative;
    top: 5px;
    font-size: 22px;
    margin-right: 7px;
}

.text_gray {
    font-size: 13px;
    color: #9e9e9e;
}

.icon_pay {
    position: relative;
    top: 3px;
}
/*پنل مدیریتی سایت*/
.marq {
    height: 40px;
    position: relative;
    z-index: 1000;
    background-color: #fff;
    margin-top: 70px;
    display: block;
    text-align: right;
    overflow: hidden;
    border-top: solid 1px rgba(209, 168, 102, 0.82);
    box-shadow: 0 10px 19px -9px rgba(0, 0, 0, 0.14);
}

    .marq h4 {
        font-size: 13px;
        line-height: 38px;
        color: #606060;
        display: inline-block;
        text-align: right;
        padding: 0 45px;
    }

        .marq h4 span {
            color: #4CAF50;
        }

.img_news {
    width: 65px;
    max-width: 20%;
    height: 65px;
    border: solid 2px #ffffff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    box-shadow: 0 0 0px 1px #a7a7a7;
}

.text_news {
    max-width: 77%;
    display: inline-block;
    position: relative;
    top: -43px;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    text-align: right;
}

.text_news1 {
    max-width: 82%;
    display: inline-block;
    position: relative;
    top: -50px;
    font-size: 12px;
    font-weight: 100;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    text-align: right;
    margin-right: 20%;
}

.link_news {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -57px;
    font-size: 11px;
    left: 0;
    height: 30px;
    overflow: hidden;
    text-align: left;
    padding-left: 20%;
}

    .link_news a {
        color: #fff;
        background-color: #42d3c4;
        padding: 4px 6px;
        margin: 0 10px;
        border-radius: 3px;
    }

.div_news {
    max-height: 90px;
    display: block;
}
