﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'Yekan';
    src: url(../fonts/fonts/yekan.eot);
    src: url('../fonts/fonts/yekan.eot?#iefix') format('embedded-opentype'), url(../fonts/fonts/yekan.woff) format('woff'), url(../fonts/fonts/yekan.ttf) format('truetype'), url('../fonts/fonts/yekan.svg#Yekan') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url(../fonts/fonts/Shabnam-Bold-FD.eot);
    src: url('../fonts/fonts/Shabnam-Bold-FD.eot?#iefix') format('embedded-opentype'), url(../fonts/fonts/Shabnam-Bold-FD.woff) format('woff'), url(../fonts/fonts/Shabnam-Bold-FD.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}


/*start css reset*/

* {
    position: relative;
    font-family: IRANSans, Shabnam-Bold-FD, Yekan;
    box-sizing: border-box;
    outline: none;
    direction: rtl !important;
    flex-wrap: wrap;
}

:root {
    --main-yellow: #ffb700;
    --main-purple: #580a40;
    --main-red: #d3018b;
    --main-green: #01cd00;
}

.row {
    padding: 0;
    margin: 0;
    width: 100%;
}

.container,
.container-fluid {
    padding: 0;
}

a,
a:hover,
a::selection {
    text-decoration: none !important;
    color: black;
}

body {
    color: #333333;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-5px {
    padding: 5px;
}


/*end css reset*/


/*best meet btns*/

.purple-btn,
.yellow-btn,
.light-yellow-btn,
.light-purple-btn {
    border: none;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px;
    margin: 15px auto;
    font-size: 18px;
    z-index: 1;
    transition: 0.3s;
}

.purple-btn {
    background-color: var(--main-purple);
    color: var(--main-yellow);
}

.yellow-btn {
    background-color: var(--main-yellow);
    color: var(--main-purple);
}

.light-yellow-btn {
    background-color: rgba(255, 183, 0, 0.5);
    color: var(--main-purple);
}

.light-purple-btn {
    background-color: rgba(88, 10, 64, 0.5);
    color: var(--main-yellow);
}

.purple-btn:hover,
.light-purple-btn:hover {
    color: var(--main-yellow);
    transform: scale(1.1);
}

.yellow-btn:hover,
.light-yellow-btn:hover {
    color: var(--main-purple);
}

.yellow-btn,
.light-yellow-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}

.yellow-btn:before,
.light-yellow-btn:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-purple) !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.yellow-btn:hover,
.light-yellow-btn:hover {
    color: var(--main-yellow);
}

.yellow-btn:hover:before,
.yellow-btn:focus:before,
.yellow-btn:active:before,
.light-yellow-btn:hover:before,
.light-yellow-btn:focus:before,
.light-yellow-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*best meet btns*/


/*background colors*/

.purple-bg-glass {
    background-color: rgba(87, 9, 64, .5) !important;
}

.yellow-bg-glass {
    background-color: rgba(255, 183, 0, 0.5) !important;
}

.yellow-bg {
    background-color: var(--main-yellow) !important;
}

.purple-bg {
    background-color: var(--main-purple) !important;
}

.green-bg {
    background-color: #B6C900 !important;
}

.gray-bg {
    background-color: #545252 !important;
}

.green-bg-glass {
    background-color: rgba(182, 200, 0, .5) !important;
}

.white-bg {
    background-color: white !important;
}


/*background colors*/


/*text colors*/

.red-color {
    color: red !important;
}

.green-color {
    color: green !important;
}

.white-color {
    color: white !important;
}

.black-color {
    color: #333333 !important;
}

.yellow-color {
    color: var(--main-yellow) !important;
}

.purple-color {
    color: var(--main-purple) !important;
}

.blue-color {
    color: #3D3A70 !important;
}


/*text colors*/


/*clear-fix*/

.clear-fix {
    width: 100%;
    height: 60px;
}


/*clear-fix*/


/*image layer*/

.img-layer {
    text-align: center;
}

.img-layer img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}


/*image layer*/


/*start header section*/

@media (max-width: 767px) {
    .navbar-header {
        float: none;
        padding: 0 15px !important;
        transition: 0.1s;
        background-color: white !important;
        z-index: 1000 !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 16px !important;
    }

    .navbar-fixed-top {
        top: 0;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 8px;
        padding-right: 30px;
    }

    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent;
        border: 0;
        border-radius: 3px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--main-yellow) !important;
    }

    .navbar-collapse,
    .navbar-form {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .login {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .navbar-left {
        display: flex;
    }

    #bs-example-navbar-collapse-1 {
        padding-top: 10px !important;
        padding-bottom: 50px !important;
        padding-right: 0 !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999 !important;
        max-width: 80%;
        min-height: 100vh !important;
        height: auto;
        background-color: white;
        overflow: auto !important;
        float: right;
    }

    .header-menu-layer {
        display: none;
        background-color: rgba(0, 0, 0, .7);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1020;
    }

    .header-navbar-toggle {
        width: 35px;
        height: 22px;
        margin: 10px 10px;
        position: relative;
        cursor: pointer;
        display: inline-block;
    }

    .header-navbar-toggle span {
        background-color: var(--main-purple);
        position: absolute;
        border-radius: 20px;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    }

    .header-navbar-toggle span:nth-child(1) {
        width: 100%;
        height: 3px;
        display: block;
        top: 0;
        left: 0;
    }

    .header-navbar-toggle span:nth-child(2) {
        width: 100%;
        height: 3px;
        display: block;
        top: 9px;
        left: 0;
    }

    .header-navbar-toggle span:nth-child(3) {
        width: 100%;
        height: 3px;
        display: block;
        bottom: 0;
        left: 0;
    }

    .header-navbar-toggle:not(.clickMenuThree):hover span:nth-child(1) {
        transform: scaleX(.8);
    }

    .header-navbar-toggle:not(.clickMenuThree):hover span:nth-child(2) {
        transform: scaleX(.5);
    }

    .header-navbar-toggle:not(.clickMenuThree):hover span:nth-child(3) {
        transform: scaleX(.8);
    }

    .clickMenuThree {
        transform: rotate(-90deg);
    }

    .clickMenuThree span:nth-child(1) {
        left: 3px;
        top: 12px;
        width: 30px;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        transform: rotate(90deg);
        transition-delay: 150ms;
    }

    .clickMenuThree span:nth-child(2) {
        left: 2px;
        top: 20px;
        width: 20px;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        transform: rotate(45deg);
        transition-delay: 50ms;
    }

    .clickMenuThree span:nth-child(3) {
        left: 14px;
        top: 20px;
        width: 20px;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        transform: rotate(-45deg);
        transition-delay: 100ms;
    }

    .login {
        padding: 10px 20px;
    }

    .navbar-brand .title {
        line-height: 0;
        margin: 10px 10px auto auto;
        font-family: Shabnam-Bold-FD !important;
        display: block !important;
    }

    .login-menu {
        margin: auto 2px !important;
        padding: 5px 10px !important;
    }

    .navbar-nav li a {
        color: #69656f !important;
    }
}

.navbar-default {
    background-color: rgba(255, 255, 255, .7) !important;
    border: none;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.navbar-header .navbar-brand .title {
    display: none;
}

.navbar-nav {
    padding-top: 5px;
}

.navbar-nav li a {
    color: var(--main-purple) !important;
    transition: 0.3s;
    font-family: Shabnam-Bold-FD !important;
}

.navbar-nav li a:hover,
.navbar-nav li .active {
    color: #3164bd !important;
}

.nav .active a {
    color: rgb(69, 69, 69) !important;
}

.navbar-left {
    padding-top: 5px;
}

.navbar-brand {
    width: auto;
    height: 60px;
    margin-right: 10px !important;
    display: flex;
    align-items: center;
    color: #333333 !important;
}

.navbar-brand img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.index-menu {
    background-color: transparent !important;
}

.login {
    margin: auto auto 5px 20px;
    color: white;
    display: inline-flex;
}

.login-avatar {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: center;
    background-color: var(--main-purple);
    border-radius: 50%;
}

.login-menu {
    background-color: var(--main-purple);
    border-radius: 2em;
    padding: 5px 20px;
    margin: auto 10px;
}

.login-menu a {
    color: white;
    margin: auto 3px;
    transition: 0.3s;
    font-family: Shabnam-Bold-FD !important;
}

.login-menu a:hover {
    text-decoration: underline !important;
}

.menu-fixed {
    transition: 0.1s;
    background-color: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


/*end header section*/


/***********start index page style***********/


/*start index slider*/

.index-slider {
    min-height: 100vh;
    height: auto;
    background-position: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-slider .purple-btn,
.index-slider .yellow-btn,
.index-slider .light-purple-btn,
.index-slider .light-yellow-btn {
    margin: 50px auto;
}

.typing-wrapper {
    padding: 20px;
    text-align: center;
    min-height: 400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.typing {
    min-height: 33px !important;
}

@media (max-width: 767px) {
    .index-slider {
        justify-content: center;
    }

    .typing-wrapper {
        text-align: center;
        justify-content: space-between;
        min-height: 800px;
        padding: 62px 6px;
    }

    .typing {
        background-color: rgba(0, 0, 0, .4) !important;
        width: 90vw !important;
        border-radius: 10px;
        padding: 5px;
        min-height: 66px;
        height: auto;
        font-size: 1.6em;
        line-height: 1.5em;
    }
}


/*start scroll section*/

.scroll-btn {
    width: 60px;
    margin: -74px auto 0 auto;
    overflow: visible;
    text-align: center;
    background-color: transparent;
    color: white;
    animation-name: scroll1;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

.scroll-btn:hover {
    animation: none
}

.scroll-btn button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    width: 50px;
    height: 70px
}

.scroll-btn button img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

@keyframes scroll1 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(0)
    }
}


/*end scroll section*/


/*end index slider*/


/*start services section*/

.services-section {
    min-height: 300px;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.services-section .big-img {
    max-height: 500px !important;
}

.service-items {
    padding: 10px;
    text-align: center;
    min-height: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.service-item {
    padding: 10px;
    height: 160px;
    width: 100%;
    background-color: #deced9;
    border-radius: 2em;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    max-width: 250px;
}

.service-item:hover {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3), 0 2px 15px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .service-item {
        width: 100%;
        height: 170px;
        padding: 5px;
    }
}


/*end services section*/


/*start banners section*/

.banners {
    margin: 30px auto;
    max-width: 1400px;
}

.banners .item {
    margin: 5px auto;
}

.banners .item img {
    border-radius: 15px;
    transition: 0.3s;
}

.banners .item img:hover {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3), 0 2px 15px 2px rgba(0, 0, 0, 0.2);
}


/*end banners section*/


/*start parallax section*/

.parallax {
    min-height: 400px;
    height: auto;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.parallax h3,
.parallax h4 {
    line-height: 1.6em;
}

@media only screen and (max-width: 767px) {

    .parallax h3,
    .parallax h4 {
        text-align: justify;
    }
}


/*end parallax section*/


/*start property section*/

.property {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 15px auto;
}

.property .img-layer {
    max-width: 150px;
    padding: 10px;
    margin: 10px auto;
}


/*end property section*/


/*start new product section*/

.new-products {
    margin: 20px auto;
}

.new-products .item {
    cursor: pointer;
    text-align: center;
    padding: 5px;
    background-color: #cbcbcb;
    border-radius: 5px;
    margin: 30px 5px;
    transition: 0.3s;
}

.new-products .item:hover,
.new-products .item.active {
    background-color: #d6c299;
}

.new-products .item .img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
}

.new-products .item .member-rank {
    color: white;
    background-color: #01cd00;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    border-radius: 5px;
}

.new-products .item .img .name {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 0 0 5px 5px;
    font-weight: bold;
}

.new-products .item .txt {
    margin: 15px auto;
    color: var(--main-purple);
    display: block;
}

.new-products .item .share {
    color: var(--main-purple);
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.new-products .item .share i {
    cursor: pointer;
}

.new-products .item .logo {
    display: flex;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto -40px auto;
    position: relative;
}

.new-products .item .logo .insert {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 10, 64, 0.7);
    border-radius: 50%;
    z-index: 11;
    color: var(--main-yellow);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 35px;
    cursor: pointer;
    transition: 0.4s;
    opacity: 0;
}

.new-products .item:hover .insert {
    opacity: 1;
}

.new-products .item .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.new-product-owl {
    text-align: center;
    padding: 0 45px;
}

.owl-carousel .item-wrapper {
    display: inline-block;
    background-size: cover;
    background-position: center;
    min-height: 270px;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.new-products .owl-nav {
    display: block !important;
}

.owl-nav {
    position: static;
}

.owl-next,
.owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px !important;
    font-weight: bold !important;
    position: absolute;
    top: calc(50% - 40px);
    color: var(--main-yellow) !important;
    transition: 0.5s;
}

.owl-next:hover,
.owl-prev:hover {
    color: var(--main-purple) !important;
    background-color: transparent !important;
}

.owl-prev {
    right: -43px;
}

.owl-next {
    left: -43px;
}


/*end new product section*/


/*start customers comment*/

.customers-comment {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.customers-comment .wrapper {
    float: left;
    align-content: center;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 2em;
    border: 3px var(--main-purple) solid;
    min-height: 200px;
    height: auto;
    max-height: 70%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px auto;
    width: 100%;
    max-width: 500px;
    position: relative;
    overflow: visible !important;
}


/*start owl carousel customers-comment */

.customers-comment .owl-carousel .item {
    background-size: cover;
    background-position: center;
    min-height: 180px;
    height: auto;
    max-height: 240px;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 10px;
}

.customers-comment .owl-carousel .customer-img {
    position: absolute;
    right: 12%;
    top: 2%;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
}

.customers-comment .customer-img img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
}

.customers-comment .item .customer-name {
    position: absolute;
    right: 35%;
    top: 10% !important;
    color: var(--main-purple);
    font-weight: bold;
}

.customers-comment .item .txt {
    position: absolute;
    right: 13%;
    top: 40%;
    color: var(--main-purple);
    font-weight: bold;
    padding-left: 50px !important;
    text-align: justify;
}

.customers-comment .owl-prev {
    right: -5px;
}

.customers-comment .owl-next {
    left: -5px;
}


/*end owl carousel customers-comment*/

.customers-comment .comments-logo-top {
    position: absolute;
    left: 70%;
    top: 88%;
}

.customers-comment .comments-logo-bottom {
    position: absolute;
    left: 10%;
    top: -30px;
}


/*start customers-comment media*/

@media only screen and (max-width: 767px) {
    .customers-comment {
        padding-left: 20px;
        padding-right: 20px;
    }

    .customers-comment .wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .customers-comment .item .txt {
        max-width: 90%;
        margin-right: 8px;
    }

    .owl-carousel .owl-nav button i {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 600px) {
    .customers-comment .customer-img {
        right: 22%;
    }
}

@media only screen and (max-width: 516px) {
    .customers-comment .customer-img {
        right: 25%;
    }
}


/*end customers comment*/


/*start partners section*/

.partners {
    margin-top: -35px;
}

.partners .owl-carousel .item .partners-logo {
    min-width: 180px;
    max-width: 100%;
}

.partners .owl-carousel .item .partners-logo img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


/*end partners section*/


/*start newsletters section*/

.newsletters {
    margin: 10px auto;
}

.newsletters input {
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: right;
    width: calc(100% - 65px);
    height: 45px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 4px 4px 0;
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
}

.newsletters button {
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 1em !important;
    margin: 0 !important;
    position: relative;
    width: 64px;
    height: 45px;
    float: right;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    padding: 0;
    border-radius: 4px 0 0 4px !important;
}

.newsletters button:hover {
    color: white !important;
}


/*end newsletters section*/


/*start footer section*/

footer {
    background-color: #353338;
    padding-top: 50px !important;
    color: #cacaca;
}

footer a {
    color: #cacaca;
    transition: 0.3s;
}

footer a:hover {
    color: white;
}

footer .title {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
}

footer .logo {
    display: flex;
    align-items: center;
}

footer .logo .title {
    margin-right: 15px;
}

footer .footer-content {
    padding: 0;
    list-style: none;
    margin: 10px auto;
}

footer .footer-content .item {
    margin: 12px auto;
}

footer .footer-content .item i {
    margin-left: 10px;
}

footer .footer-btn {
    background: #48464c;
    color: #cacaca;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 12px;
    margin: 3px;
    transition: 0.5s;
    border: none;
}

footer .footer-btn:hover {
    background-color: var(--main-yellow);
}

footer .social-network {
    margin: 20px auto;
}

footer .social-network .wrapper {
    margin-top: 30px;
}

footer .social-network .item {
    margin: 5px;
    font-size: 22px;
}

footer .e-namad .item {
    width: 70px;
    display: inline-block;
    margin: 5px 0 5px 5px;
}

footer .e-namad .item img {
    width: auto;
    max-width: 100%;
    height: auto;
}

footer .copy-right {
    text-align: center;
    padding: 15px 0;
    background: #302e33 !important;
    margin-top: 20px;
}

footer .copy-right p {
    margin: 20px auto 10px auto;
}

@media screen and (max-width: 768px) {
    footer .item-wrapper {
        text-align: center;
    }
}

footer .heart {
    color: red;
    display: inline-block;
    width: 25px;
    line-height: 0 !important;
    font-size: 12px;
}

footer .heart i {
    animation: heart .5s infinite alternate;
}

@keyframes heart {
    to {
        font-size: 16px
    }
}


/*start btn-up section*/

.btn-up {
    transition: 0.4s;
    z-index: 999;
    text-align: center;
    display: block !important;
    background-color: transparent;
    font-size: 35px;
    position: absolute;
    top: -35px;
    right: calc(50% - 10px);
    cursor: pointer;
    padding: 0;
}

.btn-up:hover {
    color: var(--main-yellow);
}


/*end btn-up section*/


/*end footer section*/


/***********start index page style***********/


/***********start 404 page style***********/

.page-404 {
    background-color: var(--main-purple);
    min-height: 100vh;
    height: auto;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-404 .item {
    margin: 20px auto;
}


/***********end 404 page style***********/


/***********start assist page style***********/

.assist-content {
    padding: 0;
    margin: 30px auto;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.assist-content .txt {
    font-size: 16px;
    padding: 0 20px;
}

.assist-content form {
    margin: 40px auto;
    padding: 0 40px;
}

.assist-content form label {
    text-align: center !important;
    color: var(--main-purple);
    padding: 0;
}

.assist-content form .form-control {
    box-shadow: none !important;
    color: var(--main-purple);
}

.assist-content form .form-control:focus {
    border-color: var(--main-yellow);
}

.assist-content form textarea {
    resize: none;
}

@media (max-width: 767px) {
    .assist-content form {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0 20px;
    }
}


/***********end assist page style***********/


/***********start call page style***********/

.call-us-wrapper {
    padding-top: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.call-us {
    min-height: 70vh;
    height: auto;
    margin: 10px auto;
}

.call-us .call-title {
    text-align: center;
    margin: 10px auto;
    font-size: 26px;
    color: var(--main-purple);
}

.call-us .input-group {
    width: 100%;
    margin: 10px auto;
    background: transparent;
    padding: 1px;
    border-radius: 2px;
}

.call-us .form-control {
    box-shadow: none !important;
    color: white;
    background-color: rgba(167, 167, 167, .7);
    text-align: right;
    border: 1px solid transparent;
}

.call-us .form-control::placeholder {
    font-size: 16px;
    color: white;
}

.call-us .form-control:focus {
    border-color: var(--main-yellow);
}

.call-us .input-group span {
    border-radius: 0 4px 4px 0;
    color: white;
    background-color: transparent;
    border: 1px rgba(167, 167, 167, .7) solid !important;
}

.call-us .input-group i {
    color: gold;
    border: none;
    font-size: 22px;
}

.call-us .btn-submit {
    width: 100%;
    margin: 15px auto;
    border: none;
    border-radius: 5px;
}

.call-us .input-group2 {
    background-color: transparent !important;
    margin-top: -15px !important;
}

.call-us .input-group-addon {
    border: none !important;
}

.call-us .map {
    border-radius: 5px;
    width: 100%;
    min-height: 330px;
    background-size: cover;
    background-position: center;
    margin: 10px auto 3px auto;
    display: inline-block;
}

.call-us .call-us-info {
    margin: 50px auto;
}

.call-us .call {
    border-radius: 10px;
    min-height: 50px;
    height: auto;
    margin: 5px 2px;
    display: flex;
    align-items: center;
    background-color: rgba(88, 10, 64, .7);
}

.call-us .call-logo {
    height: 100%;
    margin: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.call-us .call-logo i {
    font-size: 2em;
    color: var(--main-yellow);
}

.call-us .call-number {
    height: 100%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 1em;
}

.call-us .call-number a {
    color: rgba(255, 255, 255, 0.9);
    ;
    transition: 0.3s;
}

.call-us .call-number a:hover {
    text-decoration: underline !important;
}

.info .social-network span {
    border-radius: 5px;
    display: inline-block;
    font-size: 30px;
    background: rgba(255, 255, 255, .6);
    width: auto;
    padding: 14px 40px;
    margin: 60px auto 30px auto;
}

.info .social-network ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

.info .social-network li {
    display: inline-block;
    margin: 10px 1%;
}

.info .social-network li a {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.info .social-network li a img {
    border-radius: 5px;
    transition: 0.3s;
}

.info .social-network li a img:hover {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .call-us .map {
        margin: 5px auto 3px auto;
    }
}


/***********end call page style***********/


/***********start social page style***********/

.media {
    background-repeat: repeat;
    min-height: 120vh;
    height: auto;
    padding: 20px;
}

.media .media-post {
    padding: 3% 1%;
    min-height: 300px;
    height: auto;
}

.media .media-post .media-post-img {
    border-radius: 0 10px 10px 0;
    min-height: 330px;
    height: 100%;
    background-color: var(--main-yellow);
    padding: 10px;
}

.media .media-post .media-post-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.media .media-post .media-post-img div {
    min-height: 280px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}

.media .media-post .media-post-img img {
    border-radius: 5px;
    transition: 0.3s;
}

.media .media-post .media-post-img img:hover {
    border-radius: 10px;
}

.media .media-post .media-post-text {
    border-radius: 10px 0 0 10px;
    min-height: 330px;
    height: 100%;
    max-height: 330px;
    background-color: var(--main-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.media .media-post .media-post-text p {
    width: 90%;
    height: 80%;
    overflow: hidden;
    margin: 10px auto;
    font-size: 13px;
}


/*start cull us media section media style*/

@media only screen and (max-width: 767px) {
    .media .media-post {
        min-height: 200px;
        height: auto;
    }

    .media .media-post .media-post-text {
        min-height: 200px;
        height: 100%;
        border-radius: 0 0 10px 10px;
    }

    .media .media-post .media-post-img {
        padding: 5px;
        border-radius: 10px 10px 0 0;
        height: 200px;
    }
}


/***********end social page style***********/


/***********start payment and privacy page style***********/

.payment-content {
    margin: auto auto;
    padding: 20px 20px 70px 20px !important;
}

.payment-content .title {
    margin: 35px auto 20px auto;
    font-weight: bold;
}

.payment-content p {
    text-align: justify;
    line-height: 2em;
}

.payment-content img {
    margin: 10px auto;
    display: block;
}

.payment-content .img {
    margin: 60px auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

.payment-content .slogan {
    border: 6px var(--main-purple) solid !important;
    width: 100%;
    max-width: 800px;
    margin: 60px auto;
    float: unset;
}

.payment-content .slogan .slogan-logo-top {
    top: -35px !important;
}

.payment-content .slogan .slogan-logo-bottom {
    bottom: -20px !important;
}

.payment-content .slogan p {
    font-weight: normal;
    margin: 25px;
}

.payment-content .slogan p strong {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .payment-content .slogan p {
        margin: 25px 10px !important;
    }

    .payment-content .slogan {
        position: relative !important;
        bottom: 0 !important;
        margin: 30px auto;
    }
}

.slogan {
    border: 3px var(--main-purple) solid;
    border-radius: 10px;
    float: left;
    text-align: center;
    margin: 100px 0 10px 12%;
    color: black;
    font-weight: 700;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.slogan .slogan-logo-top {
    position: absolute;
    left: 2%;
    top: -26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slogan .slogan-logo-bottom {
    position: absolute;
    right: 2%;
    bottom: -26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slogan .slogan-logo-top img,
.slogan .slogan-logo-bottom img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .slogan {
        background-color: rgba(255, 255, 255, .7);
        margin: 30px auto auto auto;
        position: absolute;
        bottom: 70px;
        right: 0;
    }
}


/***********end payment and privacy page style***********/


/***********start questions page style***********/

.question-content {
    background-repeat: no-repeat;
    padding: 20px !important;
    margin: 20px auto;
}

.question-content p {
    text-align: justify;
    line-height: 2em;
}

.question-content .divider {
    height: 3px;
    width: 70%;
    max-width: 400px;
    background-color: #787878;
    margin: 50px auto;
    border-radius: 2px;
}

.question-content img {
    margin: 20px auto;
    display: block;
}

.question-content .title {
    margin: 30px auto;
    font-weight: bold;
}

.question-content .panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.question-content .panel .panel-title {
    font-weight: bold;
    display: inline-block;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none !important;
    margin-right: 30px;
    border-right: 2px solid #727272 !important;
    text-align: justify;
    padding: 7px 15px;
    max-width: 1100px;
}

.question-content .panel-heading {
    background: transparent !important;
    border: 0 !important;
}

.question-content .icon-img {
    width: 30px;
    height: 40px;
    text-align: center;
    display: inline-block;
    align-items: center;
}

.question-content .icon-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.question-content .panel-body a {
    color: #3D3A70;
}

@media only screen and (max-width: 767px) {
    .question-content {
        padding: 0 !important;
    }

    .question-content .panel .panel-title,
    .panel-title a {
        display: inline !important;
    }
}


/***********end questions page style***********/


/***********start camp page style***********/

.camp-content {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    background-position: center;
    background-size: cover
}

.camp-content .item {
    margin: 30px auto
}

.camp-content-2 {
    background-position: 16% !important;
    background-size: auto !important;
    background-repeat: no-repeat
}

.camp-content-3 {
    background-size: cover;
    background-position: center;
}

.camp-content .txt {
    text-align: center;
    margin: auto;
    padding: 20px 0
}

.camp-content .txt h3 {
    font-weight: 700
}

.insta-btn {
    display: inline-flex;
    align-items: center;
    padding: 15px !important
}

.insta-btn img {
    width: auto;
    max-width: 45px;
    height: auto;
    max-height: 45px;
    margin-left: 10px
}

.camp-content strong {
    color: var(--main-purple)
}

.camp-content .camp-txt,
.camp-content .camp-img {
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 22px
}

.camp-content .camp-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .camp-content {
        padding-top: 40px;
        flex-direction: column
    }

    .camp-content .camp-txt,
    .camp-content .camp-img {
        height: auto;
        padding: 10px;
        margin: 30px auto
    }

    .camp-content .camp-img {
        order: -1
    }
}

.camp-slider {
    min-height: 100vh;
    height: auto;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.camp-content-4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    justify-content: center;
    background-position: center;
    padding: 80px 10px;
    text-align: center;
    background-size: cover;
}

.camp-content-4 .txt {
    margin: 30px auto;
    width: 100%;
    max-width: 1150px;
    color: black;
    font-size: 2.1em;
    line-height: 1.6em;
}

.camp-content-4 .b-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    margin: 60px auto 0 auto;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .camp-content-4 {
        text-align: justify;
    }
}

.icon-box img {
    width: 90px;
    max-width: 100%;
    height: auto;
}

.yellow-btn p {
    font-size: 14px;
    margin: 5px auto 0 auto;
    font-weight: normal;
}

.icon-box-layer {
    margin: 20px auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.camp-content .social-network img {
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    border-radius: 2px;
    transition: 0.3s;
    margin: 5px 3px
}

.camp-content .social-network img:hover {
    border-radius: 7px
}

.camp-slider img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}


/***********end camp page style***********/


/***********start sepandar landing page mobile***********/

.mobile-wrapper {
    min-height: 100vh;
    height: auto;
}

.min-img {
    width: 100px;
    height: auto;
    margin: 5px 10px 50px 10px;
}

.icon-box-wrapper {
    padding-top: 300px;
}

@media (max-width: 991px) {
    .icon-box-wrapper {
        padding-top: 0;
    }
}

.min-img2 {
    width: 100px;
    height: auto;
    margin: 5px 10px 50px 10px;
}

.mobile {
    height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px auto;
    overflow: hidden;
}

.mobile-in {
    width: 210px;
    margin-right: -123px;
    transform: translateY(-110%);
}


/***********end sepandar landing page mobile***********/


/***********start landing page style***********/

.landing-p1 .camp-txt {
    padding: 20px 25px;
    margin: 50px auto;
}

.landing-p1 p {
    font-size: 17px !important;
}

@media only screen and (max-width: 768px) {
    .landing-p1 .camp-img {
        order: 0;
    }
}

.landing-p2 {
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    height: auto;
}

.landing-p2 .img-wrapper {
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.landing-p2 .img-wrapper .item {
    display: flex;
    justify-content: center;
}

.landing-p2 .img-wrapper img {
    height: auto;
    max-height: 90vh;
    width: auto;
    max-width: 100%;
}

.landing-p2 .small-text {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-p2 .small-text .txt {
    color: white;
    padding: 12px 20px;
    border-radius: 7px;
    text-align: center;
    font-family: Shabnam-Bold-FD !important;
}

@media only screen and (max-width: 768px) {
    .landing-p2 {
        min-height: 115vh;
    }

    .landing-p2 .img-wrapper {
        text-align: center;
    }

    .landing-p2 .img-wrapper img {
        max-height: 80vh;
    }

    .landing-p2 .small-text {
        min-height: 30vh;
        height: auto;
        margin: 10px auto;
    }

    .landing-p2 .small-text .txt {
        background-color: transparent !important;
    }
}

.landing-shortcut {
    color: white;
    width: auto;
    max-width: 100%;
    position: fixed;
    top: calc(50% - 40px);
    right: 7px;
    z-index: 99 !important;
}

.landing-shortcut li {
    list-style: none;
}

.landing-shortcut .shortcut-item-txt {
    display: none;
}

.landing-shortcut .shortcut-item {
    background-color: #969696;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    margin-left: 5px;
}

.landing-shortcut .shortcut-item:hover {
    background-color: var(--main-purple);
}

.landing-shortcut .shortcut-item:hover~.shortcut-item-txt {
    display: inline-block;
}


/***********end landing page style***********/


/***********start about page style***********/

.about-slide {
    display: flex;
    align-items: center;
}

.about-slide .character {
    background-position: right;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-slide .character img {
    min-height: 400px;
    max-width: 100%;
    max-height: calc(100% - 50px);
    margin-top: 50px;
    display: block;
    float: left;
}

.about-slide .txt {
    margin: 40px auto 100px auto;
    text-align: justify;
    max-width: 85%;
}

.about-slide .txt-box {
    padding: 20px;
    border-radius: 1em;
    background: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, .1);
    margin-top: 20px;
    line-height: 1.6em;
}

@media screen and (max-width: 992px) {
    .about-slide .character {
        width: 100%;
    }

    .about-slide .character img {
        float: unset;
        margin: 50px auto 0 auto;
    }
}

.about-txt {
    margin: 30px auto;
}

.about-txt .item {
    margin: 30px auto;
}

.about-txt .title {
    text-align: center;
}

.about-txt p {
    text-align: center;
    line-height: 1.8em;
}

.about-txt .title-img {
    margin: 25px auto;
}

@media only screen and (max-width: 768px) {
    .about-txt p {
        text-align: justify;
    }
}

.team-info {
    background-position: center;
    background-repeat: repeat;
}

.team-info .wrapper {
    background: linear-gradient(146deg, rgba(83, 78, 128, .65) 0%, rgba(177, 103, 177, .65) 100%);
}

.team-info .wrapper .title {
    text-align: center;
    margin: 40px auto;
}

.managers {
    margin: 30px auto;
}

.managers .item {
    text-align: center;
    margin: 20px auto;
}

.managers .item .img {
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s;
}

.managers .item .info {
    border-radius: 0 0 5px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.5s;
    width: 100%;
}

.managers .item:hover .info {
    opacity: 1 !important;
    transform: translateY(0);
}

.team-info .social {
    margin: 5px auto;
}

.team-info .social .item {
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0;
    transition: 0.3s;
}

.team-info .social .item:hover {
    background-color: white;
    color: black;
}

.employees {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    margin: 40px auto;
    width: 98% !important;
    background-color: rgba(251, 188, 31, .5);
    border-radius: 5px;
    text-align: center;
}

.employees .item {
    margin: 20px auto;
}

.employees .item img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 20px auto;
}

.title {
    font-family: Shabnam-Bold-FD !important;
}


/***********end about page style***********/


/***********start service providers page style***********/

.provide-clear-fix {
    height: 110px
}

.service-providers .nav-tabs>li {
    float: unset;
    display: inline-block;
    z-index: 99;
}

.service-providers .nav-tabs>li>a {
    background-color: #dbdadc;
    color: var(--main-purple);
    font-size: 17px;
    margin: 10px;
    border: none;
    border-radius: 3px;
    padding: 10px 50px
}

.service-providers .nav>li>a:focus,
.service-providers .nav>li>a:hover {
    background-color: var(--main-yellow);
    border: none
}

.service-providers .nav-tabs>li.active>a,
.service-providers .nav-tabs>li.active>a:focus,
.service-providers .nav-tabs>li.active>a:hover {
    background-color: var(--main-yellow);
    border: none
}

.service-providers .nav-tabs {
    border-bottom: 0
}

.service-providers .tab-pane {
    background-position: center !important;
    background-size: cover !important;
    margin-top: -100px;
    padding-top: 100px
}

.service-providers.member-descriptions {
    background-color: rgba(87, 9, 64, .4);
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.providers-owl-wrapper {
    padding: 0 45px;
    margin: 35px auto;
}

.service-providers .member-descriptions .members {
    margin: 20px auto
}

.providers-owl .item {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.providers-owl-wrapper .owl-layout-title {
    width: 100%;
    color: white;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
}

.providers-owl-wrapper .owl-layout-title .member-rank {
    color: white;
    background-color: #01cd00;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 10px;
    border-radius: 5px
}

@media only screen and (max-width: 768px) {
    .provide-clear-fix {
        height: 75px
    }

    .service-providers .nav-tabs>li {
        width: 100%;
        margin-top: 5px
    }

    .service-providers .tab-pane {
        background-position: initial !important;
        background-size: contain !important;
        margin-top: -235px;
        padding-top: 240px
    }

    .service-providers .nav-tabs>li>a {
        margin: 5px 10px
    }
}

.service-providers .member-services {
    background-size: cover !important;
    background-position: center
}

.service-providers .member-services .services {
    background-color: rgba(0, 0, 0, .6);
    color: white
}

.service-providers .member-services .title {
    color: var(--main-yellow);
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.service-providers .services .item {
    background-color: #63656a;
    border-radius: 15px;
    padding: 15px 20px
}

.service-providers .services .item ul {
    padding: 0
}

.service-providers .services .item li {
    list-style-type: none;
    display: flex;
    align-items: center
}

.service-providers .services .item li::before {
    content: '■';
    color: var(--main-purple);
    font-size: 25px;
    margin: 0 0 0 10px
}

.service-providers .services .item .map-img {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    margin: 5px auto 10px auto;
    display: block
}

.service-providers .services .yellow-btn {
    font-weight: 700;
    margin-right: 20px;
}

.service-providers .show-comments {
    background-color: rgba(87, 9, 64, .4);
    height: 555px;
    overflow: hidden;
    color: rgba(255, 255, 255, .75)
}

.service-providers .user-comment img {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}

.service-providers .user-comment .item {
    text-align: justify;
    padding: 0 !important
}

.service-providers .show-comments .divider {
    width: 100%;
    height: 4px;
    background-color: #cbcbcb;
    margin: 15px auto 20px auto;
    border-radius: 2em
}

@media only screen and (max-width: 375px) {
    .service-providers .user-comment .comment {
        padding-right: 30px
    }
}

.service-providers .send-comments {
    background-color: rgba(87, 9, 64, .7);
    min-height: 555px
}

.service-providers .input-group .input-group-addon {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 0 10px 10px 0 !important;
    border: none;
    color: var(--main-yellow);
}

.user-opinion {
    margin: 10px auto;
    padding-right: 20px;
    padding-left: 20px;
}

.service-providers .user-opinion .input-group .form-control {
    border-radius: 10px 0 0 10px !important;
    background-color: rgba(255, 255, 255, .4);
    border: none;
    color: black
}

.service-providers .user-opinion .input-group .form-control::placeholder {
    color: rgba(0, 0, 0, .7);
    font-size: 14px
}

.service-providers .user-opinion .input-group {
    margin: 5px auto;
    border: none;
    border-radius: 10px
}

.service-providers .user-opinion .input-group2 {
    margin-right: 10px;
    text-align: right;
    font-weight: 700
}

.service-providers .user-opinion .rank {
    margin: 5px 10px;
    color: rgba(255, 255, 255, .7)
}

/***********end service providers page style***********/

/* start reminder-form section */
.reminder-form-wrapper {
    border: 1px solid var(--main-purple);
    border-radius: 1em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2)
}

.reminder-form-wrapper .title {
    position: absolute;
    right: 0;
    padding: 5px 20px;
    border-radius: 10px;
    background: var(--main-yellow);
    display: inline-flex;
    height: 50px;
    margin-top: -35px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-bottom: 0;
    color: var(--main-purple);
}

.reminder-form .form-group {
    position: relative;
    margin-top: 50px;
}

.reminder-form .form-control {
    height: 40px;
    border: 0px;
    background-image: linear-gradient(#ffb700, #ffb700), linear-gradient(white, white);
    background-size: 100% 2px, 100% 1px;
    background-position: center bottom, center 100%;
    background-repeat: no-repeat;
    border-radius: 0px;
    background-color: transparent;
    transition: background 0.3s ease-out;
    box-shadow: none !important;
    color: white;
}

.reminder-form .form-control:focus {
    outline: none;
    background-image: linear-gradient(#ffb700, #ffb700), linear-gradient(white, white);
    background-size: 0% 2px, 100% 1px;
}

.reminder-form .form-control:focus+.control-label,
.reminder-form .has-value+.control-label {
    top: -20px;
    font-size: 12px;
}

.reminder-form .control-label {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 1.1em;
    pointer-events: none;
    transition: all 0.2s ease-out;
}

.inputNumberLessArrow[type=number]::-webkit-inner-spin-button,
.inputNumberLessArrow[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* end reminder-form section */