@font-face {
    font-family: 'B Yekan';
    src: url('../font/BYekan.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'numberIranSans';
    src: url('../font/farsiNumerals/eot/IRANSansWebFaNumBold.eot');
    src: url('../font/farsiNumerals/eot/IRANSansWebFaNumBold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/farsiNumerals/woff2/IRANSansWebFaNumBold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/farsiNumerals/woff/IRANSansWebFaNumBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/farsiNumerals/ttf/IRANSansWebFaNumBold.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-heavy {
    font-weight: 700;
}

/* POSITIONING */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-12-sm {
    width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 33.75em) {
    /* 540px */
    .container {
        width: 80%;
    }
}

@media only screen and (min-width: 45em) {
    /* 720px */
    .col-1 {
        width: 4.33%;
    }

    .col-2 {
        width: 12.66%;
    }

    .col-3 {
        width: 21%;
    }

    .col-4 {
        width: 29.33%;
    }

    .col-5 {
        width: 37.66%;
    }

    .col-6 {
        width: 46%;
    }

    .col-7 {
        width: 54.33%;
    }

    .col-8 {
        width: 62.66%;
    }

    .col-9 {
        width: 71%;
    }

    .col-10 {
        width: 79.33%;
    }

    .col-11 {
        width: 87.66%;
    }

    .col-12 {
        width: 96%;
    }

    .hidden-sm {
        display: block;
    }
}

@media only screen and (min-width: 60em) {
    /* 960px */
    .container {
        width: 75%;
        max-width: 75rem;
    }
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'B Yekan', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    font-weight: 300;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;

}

.opacity--animate {
    opacity: 0;
}

.animationClass {
    min-height: 105px;
    padding: 0 !important;
}

.interduce--help {
    display: inline-block;
    height: 10px;
    background: #ded9d9;
    width: 10px;
    border-radius: 7px;
    margin: 20px 3px;
    cursor: pointer;
}

.active {
    color: #00a2ea !important
}

.parent {
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.parent--content {
    overflow: auto;
    direction: rtl
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    text-decoration: none;
    outline: none
}

section, .header--version {
    min-height: 800px;
}

.displayNone {
    display: none
}

.displayFideOut {
    opacity: 0;
    -webkit-animation: fade-out 12s infinite both;
    -moz-animation: fade-out 12s infinite both;
    animation: fade-out 12s infinite both;

}

.v-center.displayFidein .introduce--imgParent, .displayFidein .news--element {
    -webkit-animation: fade-inImg ease-in-out 1s both;
    -moz-animation: fade-inImg ease-in-out 1s both;
    animation: fade-inImg ease-in-out 1s both;
}

.displayFidein p:nth-child(2),
.displayFidein .properties--p,
.displayFidein,
.displayFidein .news--second {
    -webkit-animation: fade-in ease-in-out 1s both;
    -moz-animation: fade-in ease-in-out 1s both;
    animation: fade-in ease-in-out 1s both;
}

.displayFidein .label--content, .displayFidein h1 {
    -webkit-animation: fade-in ease-in-out 1s both;
    -moz-animation: fade-in ease-in-out 1s both;
    animation: fade-in ease-in-out 1s both;
}

.right--animation {
    position: relative;
    top: 140px;
    -webkit-animation: fadeInRight ease-in-out 2s 1.3s both;
    -moz-animation: fadeInRight ease-in-out 2s 1.3s both;
    animation: fadeInRight ease-in-out 2s 1.3s both;
}

.left--animation {
    position: relative;
    top: 85px;
    -webkit-animation: fadeInLeft ease-in-out 2s 1.3s both;
    -moz-animation: fadeInLeft ease-in-out 2s 1.3s both;
    animation: fadeInLeft ease-in-out 2s 1.3s both;
}


@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*---------------------------------------------firstLoading*/
.loaderParent {
    height: 100%;
    transform: translateY(40%);
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.float--right {
    float: right;
}

.float--left {
    float: left
}

.download-icon {
    height: 42px;
    margin: 3px;
}

/*-----------------------------------------------header*/

.header {
    font-family: 'B Yekan', Tahoma, sans-serif !important;
    height: 55px;
    top: 0;
    opacity: 1;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee
}

.header--menu {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header nav {
    display: inline-block;
}

.header ul {
    list-style: none;
    padding-left: 0 !important
}

header .container {
    position: relative;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}

.header li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;

}

.header li a {
    padding: 18px 17px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #757575
}

.header li a:hover {
    color: #00a2ea !important;
}

.header .logo-nav {
    height: 55px;
    width: 14%;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px
}

.header .logo-nav a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo {
    width: 52%;
    max-width: 271px;
}

.header--version,
.header-special-version,
.header-minimal-version {
    overflow: hidden;
    height: 100%;
}

.v-center p {
    color: #757575;
    font-size: 16px;
}

#introduce .v-center p {
    padding: 0 8px;
    transform: translateY(40%);
}

#introduce .v-center p.label--content {
    padding-bottom: 30px;
    margin-top: -25px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

#more {
    padding: 80px 0 0;
}

#introduce {
    padding: 92px 0 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1650px;
    }
}

/*-------------------------------------------------slider*/
/*!*----------------------------------------------   */
/*-DEMO1: Unordered list*/
/*-----------------------------------------------  *!*/
/*!*----------------------------------------------   */
/*-DEMO2: Banner bg*/
/*-----------------------------------------------  *! }*/
.sect-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(118, 144, 164, 0.4);
    z-index: 0;
}

.sect-banner .v-center {
    display: table-cell;
    position: relative;
    z-index: 4;
}

.sect-banner .v-center h1 {
    -webkit-animation: fade-in ease-in-out 1s 1.2s both;
    -moz-animation: fade-in ease-in-out 1s 1.2s both;
    animation: fade-in ease-in-out 1s 1.2s both;
}

.sect-banner .v-center p {
    -webkit-animation: fade-in ease-in-out 1s 0.7s both;
    -moz-animation: fade-in ease-in-out 1s 0.7s both;
    animation: fade-in ease-in-out 1s 0.7s both;
}

.sect-banner .v-center img {
    -webkit-animation: fade-in ease-in-out 1s 0.2s both;
    -moz-animation: fade-in ease-in-out 1s 0.2s both;
    animation: fade-in ease-in-out 1s 0.2s both;
}

.sect-banner .v-center img.animate-fading {
    -webkit-animation: fade-inInter ease-in-out 2s 0.2s both;
    -moz-animation: fade-inInter ease-in-out 2s 0.2s both;
    animation: fade-inInter ease-in-out 2s 0.2s both;
}

.sect-banner .v-center .app-effect {
    -webkit-animation: fade-in ease-in-out 1s 1.7s both;
    -moz-animation: fade-in ease-in-out 1s 1.7s both;
    animation: fade-in ease-in-out 1s 1.7s both;
}

.sect-banner ul.kf-slider li {
    height: 100% !important;
    width: 100%;
    position: fixed;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    opacity: 0;
    -webkit-animation: fade-out 1s infinite both;
    -moz-animation: fade-out 1s infinite both;
    animation: fade-out 1s infinite both;
}

@media (min-width: 58em) {
    .sect-banner ul.kf-slider li {
        background-image: url(../images/1.jpg);
    }
}

.sect-banner ul.kf-slider li:nth-child(2) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

@media (min-width: 58em) {
    .sect-banner ul.kf-slider li:nth-child(2) {
        background-image: url(../images/2.jpg);
    }
}

.sect-banner ul.kf-slider li:nth-child(3) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

@media (min-width: 58em) {
    .sect-banner ul.kf-slider li:nth-child(3) {
        background-image: url(../images/3.jpg);
    }
}

.sect-banner {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    color: rgba(255, 255, 255, 0.9);
    /*----------------------------------------------
    -DEMO1: Unordered list
    -----------------------------------------------  */
    /*----------------------------------------------
    -DEMO2: Banner bg
    -----------------------------------------------  */
}

.sect-banner ul.banner-bg li {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: fade-out 21s infinite both;
    -moz-animation: fade-out 21s infinite both;
    animation: fade-out 21s infinite both;
    background-image: url(../images/1.jpg);
}

@media (min-width: 58em) {
    .sect-banner ul.banner-bg li {
        background-image: url(../images/1.jpg);
    }
}

.sect-banner ul.banner-bg li:nth-child(2) {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
}

@media (min-width: 58em) {
    .sect-banner ul.banner-bg li:nth-child(2) {
        background-image: url(../images/2.jpg);
    }
}

.sect-banner ul.banner-bg li:nth-child(3) {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    animation-delay: 14s;
}

@media (min-width: 58em) {
    .sect-banner ul.banner-bg li:nth-child(3) {
        background-image: url(../images/3.jpg);
    }
}

/*--------------------slider*/

@-webkit-keyframes fade-inInter {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-inInter {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-inInter {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-inImg {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes fade-inImg {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-inImg {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*----------------------------------------------
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
}

@keyframes fade-out {
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
}

.v-center {
    height: 100%;

}

.v-center p.label--content {
    color: #00a2ea;
    font-size: 35px !important
}

.v-center h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
}

.home--content--center {
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.home--content--center h1 {
    font-size: 2rem
}

.home--slider {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*----------------------------------------content1-2*/
.image-overlay {
    background: #ffffff !important
}

#introduce .header--version, #more .image-overlay {
    height: 100vh
}

.introduce--img,
.introduce--imgParent {
    width: 80%;
    position: absolute;
    right: auto;
    margin: 0 auto;
    left: 10%;
    margin-top: 22px;
}

.introduce--imgParent {
    transform: translateY(0)
}

p.more--pStyle {
    font-size: 30px;
    color: #9e9e9e;
    padding: 5px 0;
}

.content--Ofmore {
    /*direction: rtl*/
}

.content--Ofmore .row p {
    color: #757575;
    padding: 15px 0;
}

.more--content--detail {
    padding: 40px 0
}

.content--Ofmore .row:last-child div {
    padding: 0;
}

@media (max-width: 420em) {
    #introduce .v-center p {
        transform: translateY(15%) !important;
    }

    .v-center p.label--content,
    .content--Ofmore p.label--content, .v-center h1 {
        font-size: 50px !important
    }

    .cd-bg-3 span {
        font-size: 25px;
    }
}

.display--block {
    display: block !important
}

.display--inlineBlock {
    display: inline-block !important;
}

/*-----------------------------------------content3*/
.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-main-content {
    /* you need to assign a min-height to the main content so that the children can inherit it*/
    height: 100%;
    position: relative;
    z-index: 1;
}

.cd-fixed-bg {
    position: relative;
    min-height: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
    text-align: center;
    font-size: 35px;
    font-size: 1.875rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
}

.cd-fixed-bg p {
    background: #f06292;
    position: absolute;
    left: 50%;
    padding: 10px 0;
    top: 60%;
    border-radius: 40px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 170px;
    max-width: 1170px;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
}

.cd-fixed-bg p a {
    color: #ffffff !important
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("../images/4.jpg");
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url("../images/5.jpg");
}

.cd-fixed-bg.cd-bg-3 {
    background-image: url("../images/6.jpg");
}

.cd-bg-3 span {
    margin-right: 10px;
    font-size: 27px
}

.cd-bg-3 p {
    width: 290px;
    padding: 4px;

}

.cd-bg-3 img {
    margin-left: 5px;
    margin-top: 3.5px;
}

@media only screen and (min-width: 480px) {
    .cd-fixed-bg {
        background-attachment: fixed;
    }

    .cd-fixed-bg h1, .cd-fixed-bg h2 {
        font-size: 40px;
        font-weight: 300;
    }

    .cd-scrolling-bg {
        padding: 8em 0;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 2;
        font-weight: 300;
    }

}

.cd-scrolling-bg {
    position: relative;
    min-height: 50%;
    padding: 4em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.cd-scrolling-bg.cd-color-1 {
    background-color: #3d3536;
    color: #a6989a;
}

.cd-scrolling-bg.cd-color-2 {
    background-color: #3d3536;
    color: #a6989a;
}

.cd-scrolling-bg.cd-color-3 {
    background-color: #3d3536;
    color: #a6989a;
}

#service .parent--service {
    max-width: 100%;
    width: 100%;
}

/*-----------------------------------mobileMenu*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus, .activeMobile {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 18px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.mobile--menu {
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    color: #757575;
    top: 2px;
}

#myNav, .mobile--menu {
    display: none
}

.mobileProperties {
    display: none;
    height: 100%;
    transform: translateY(5%);
    color: #757575;
    font-size: 15px;
}

@media (max-width: 1020px) {
    @media (min-width: 720px) {
        .image--properties {
            width: 29.33%;
        }

        .col-6.image--properties {
            margin: 75px 0
        }
    }

    @media (min-width: 550px) {
        .service--footerLogo {
            width: 30% !important;
        }

        #properties .header--version {
            height: auto !important;
        }
    }
    .properties--imageDetail {
        display: none;
    }

    .mobileProperties {
        display: block !important;
    }
}

/*--------------------------------------serviceContent*/
.logoService {
    padding-top: 5%;

}

.service--footerLogo {
    width: 15%;
    margin: 0 auto;
    padding-top: 40px
}


p.news--second {
    background: transparent;
    width: 100%;
    font-size: 16px;
    top: 46%
}

#news .cd-fixed-bg h1 {
    top: 35%;
}

.news--element {
    position: absolute;
    top: 55%;
    width: 60%;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    right: 20%;
}

.news--input {
    background: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 30px;
    height: 45px;
    font-size: 18px;
    opacity: 0.8;
    color: #757575;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -77%;
    max-width: 245px;
    padding: 0 10px;
    outline: none;
}

.cd-fixed-bg p.news--p {
    top: 50%;
    width: 110px;
    left: 62%;
    transform: translateX(-70%) translateY(-50%);
}

@media (max-width: 2300px) {
    .cd-fixed-bg p.news--p {
        transform: translateX(-50%) translateY(-50%) !important;
    }
}

@media (max-width: 1700px) {
    .cd-fixed-bg p.news--p {
        transform: translateX(-25%) translateY(-50%) !important;
    }
}

@media (max-width: 900px) {
    .cd-fixed-bg p.news--p {
        transform: translateX(40%) translateY(-50%) !important;
    }

    @media (min-width: 600px) {
        .news--element div:first-child {
            width: 62.66% !important;
        }

    }

}

@media (max-width: 600px) {
    .cd-fixed-bg p.news--p {
        left: 100% !important;
        transform: translateX(-50%) translateY(-50%) !important;
    }

    .news--element {
        top: 63% !important;
    }

    .image-description p {
        font-size: 15px !important
    }

    .properties--p {
        font-size: 23px !important
    }

    a.round {
        padding: 1% 3% !important;
        font-size: 13px !important
    }

    p.more--pStyle {
        font-size: 24px !important
    }
}

#scroll a.active {
    color: #00a2ea;
    text-decoration: none;

}

/*-------------------------------------propertiesContent*/
.properties--p {
    color: #9e9e9e;
    font-size: 30px;
    transform: translateY(60%);
    margin-top: 40px
}

.properties--imageDetail {
    height: 100%;
    transform: translateY(4%);
    color: #757575;
    font-size: 16px;
}

.properties--imageDetail a {
    color: #757575;
}

.image--properties .properties--imageDetail--p {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .container {
        width: 90%;
    }

}

@media (min-width: 720px) {

    .properties--imageDetail--first {
        padding: 10% 0
    }

    .properties--imageDetail--second {
        padding: 6% 0;
    }

    .properties--imageDetail--first .properties--imageDetail--p,
    .contact .properties--imageDetail--p {
        margin: 20px 2%
    }

    .m-8 {
        margin: 8px;
    }
}

@media (max-width: 990px) {
    .introduce--img, .introduce--imgParent {
        width: 100% !important;
        left: 0 !important;
        max-width: 820px;
    }

    .next.round {
        left: 0 !important
    }

    .previous.round {
        right: 0 !important
    }
}

@media (max-width: 720px) {
    .info--serviceParent {
        transform: translateY(20%) !important;
        display: flex;
        flex-direction: column-reverse !important;
    }

    .info--serviceParent .serviceSecond--P img {
        display: none;
    }

    .info--serviceParent .privacy--decs {
        text-align: right;
    }

    .serviceSecond--P span {
        margin: 0 !important;
    }

    .text-left div {
        text-align: left !important;
    }

    .right--animation,
    .left--animation {
        top: 10px !important;
    }

    #more .image-overlay {
        height: auto !important
    }

    .header--cdFixed {
        display: grid !important;
        padding-top: 10px !important;
    }

    .home--content--center {
        padding-top: 45px;
    }

    .home--content--center h1 {
        font-size: 27px !important;
    }

    .header--cdFixed a:nth-child(2) {
        margin: 4px !important;
    }

    .opacity--animate {
        opacity: 1
    }

    #home .header--version, #home section {
        min-height: 100%
    }

    img#properiesImg {
        width: 80% !important;
    }

    #properties .next {
        left: 0 !important;
        font-size: 25px;
        top: 35% !important;
    }

    #properties .prev {
        right: 0 !important;
        font-size: 25px;
        top: 35% !important;
    }

    .v-center p.label--content {
        font-size: 33px !important
    }
}

@media (max-width: 400px) {
    #properties .next {
        left: -15px !important;
        top: 26% !important;
    }

    #properties .prev {
        right: -15px !important;
        top: 26% !important;
    }

    .mobileProperties img {
        max-width: 220px !important;
    }

    .cd-fixed-bg h1, .cd-fixed-bg h2 {
        font-size: 25px !important;
    }
}

@media (max-width: 550px) {
    .service--footerLogo {
        width: 50% !important;
    }

    .introduce--img {
        margin-top: 50px !important;
    }

    #properties .prev, #properties .next {
        top: 30% !important;
    }

    .overlay a {
        font-size: 28px !important
    }

    .overlay .closebtn {
        font-size: 50px !important;
    }

    .overlay-content {
        top: 20% !important;
        margin: auto 0;
    }

    p.news--second {
        font-size: 14px !important
    }

    #introduce .v-center p.label--content {
        padding-bottom: 0 !important;
        margin-top: -10px !important;
    }

    .mobileProperties img {
        width: 100% !important;
        max-width: 250px;
        margin-top: 10px;
    }

    .dotParent {
        transform: translateY(5%);
    }

}

@media (max-width: 340px) {

    .overlay a {
        font-size: 24px !important;
    }

    #news .cd-fixed-bg h1 {
        top: 23% !important
    }
}

.slides--frame {
    max-height: 448px !important;
}

.lang {
    border: none;
    background: none;
    outline: none
}

.logoLang {
    width: 25px;
    cursor: pointer;
}

.imageLogo {
    margin: 0 12px;
    cursor: pointer;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.image-description {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    font-size: 31px;
    color: white;
    transition: background-color 0.5 ease;
}

.image-description p {
    text-align: center;
    padding: 5%;
    font-size: 22px;
    color: #ffffff
}

.image-description.pink {
    background-color: #ec407a !important;
}

.image-description.blue {
    background-color: #039be5 !important;
}

.image-description.green {
    background-color: #00bea4 !important;
}

.image-description.red {
    background-color: #ef5350 !important;
}

.local-shadow {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.54);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.footer-slide .image-description {
    border-radius: 0 0 15px 15px !important;
    padding: 0 !important;
}

.opacity--animate:active, .opacity--animate.activeBtn {
    outline: none
}

.opacity--animate.activeBtn {
    background: #635f5f !important;
}

.wave-btn {
    border: none;
    cursor: pointer;
    color: white;
    padding: 15px 15px;
    border-radius: 2px;
    font-size: 22px;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.wave-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
    animation: ripple 1s ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.service--paraghraph {
    direction: ltr;
    color: #c3bdbd;
    font-size: 13px;
    line-height: 16px;
}

a.round {
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 50%;
    cursor: pointer;
}

.next img, .previous img, .next:hover img, .previous:hover img {
    max-height: 50px;
    border: none;
    height: 100%;
}

.next.round {
    color: black;
    position: absolute;
    top: 40%;
    left: 7%;
    width: 15%;
    max-width: 90px;
}

.header--cdFixed p {
    background: linear-gradient(120deg, #1878d2, #00a9dd);
    padding: 0;
    border-radius: 40px;
    bottom: auto;
    width: 100%;
    max-width: 1170px;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    display: inline-flex;
}

.header--cdFixed span {
    text-align: center;
    margin: auto auto;
    padding: 0 13px 0 18px;
}

.english .header--cdFixed span {
    padding: 0 18px 0 12px;
}

.header--cdFixed p a {
    color: #ffffff !important
}

.header--cdFixed {
    display: block;
    padding-top: 50px;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 800px) {
    #scroll {
        display: none;
    }

    #myNav, .mobile--menu {
        display: block !important
    }
}

.content--Ofmore .row p.more--secondDesc {
    padding-top: 0;
    color: #9e9e9e;
    direction: rtl;
    font-size: 14px;
}

.app-effect a:hover {
    -webkit-animation: pulse .3s;
    animation: pulse .3s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.footer--service {
    color: #757575;
    cursor: pointer;
}

.footer--service:hover {
    color: #00a2ea !important;
}

.serviceSecond--P {
    display: inline-flex;
    font-size: 15px;
}

.serviceSecond--P span {
    margin: 20px 15px;
}

.info--decs img {
    margin-bottom: 10px;
}

.privacy--decs {
    text-align: left;
    color: #9e9e9e;
    transform: translateY(30%);
}

.info--decs {
    text-align: right;
    color: #757575;
}

.info--decs p {
    font-size: 15px;
}

.info--serviceParent {
    transform: translateY(60%);
}

.text-left {
    display: flex;
    flex-direction: row-reverse;
}

.text-left .info--decs {
    text-align: left;
}

.text-left .privacy--decs {
    text-align: right;
}


#properties #slide {
    width: 96%;
}

#properties * {
    box-sizing: border-box
}

#properties .mySlides {
    display: none
}

#properties .slideshow-container {
    position: relative;

}

/* Next & previous buttons */
#properties .prev, #properties .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    padding: 16px;
    color: #9e9e9e;
    font-weight: bold;
    font-size: 27px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 10;
}

/* Position the "next button" to the right */
#properties .next {
    border-radius: 3px 0 0 3px;
    left: 10%;
}

#properties .prev {
    border-radius: 3px 0 0 3px;
    right: 10%;
}

/* On hover, add a black background color with a little bit see-through */
#properties .prev:hover, #properties .next:hover {
    color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
#properties .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* The dots/bullets/indicators */
#properties .dot {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 2px;
    background-color: #bdbdbd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#properties .active, #properties .dot:hover {
    background-color: #00a2ea;
}

/* Fading animation */
#properties .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.dotParent {
    text-align: center;
    transform: translateY(2%);
}

.mySlides--properties span {
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}

.mobileProperties img {
    margin: 0 auto;
}

.SecondprevNextIcon, .english .FirstprevNextIcon {
    display: none;
}

.english .SecondprevNextIcon {
    display: block !important;
}

.numberFooter {
    font-family: "numberIranSans", Tahoma, sans-serif;
    color: #888787;;
    font-size: 13px;
}

.english .numberFooter {
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 15px !important;
}

#more .label--content {
    font-size: 35px !important;
}

.english .image--properties:nth-child(1) .properties--imageDetail--p {
    padding-right: 7px;
}

.english .image--properties:nth-child(3) .properties--imageDetail--p {
    padding-left: 20px;
}

.image--properties:nth-child(1) .properties--imageDetail--p {
    text-align: right;
    padding-right: 20px;
}

.image--properties:nth-child(3) .properties--imageDetail--p {
    text-align: left;
    padding-left: 6px;
}
