﻿/**
* Template Name: Arsha - v4.9.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('../Font.css');
@import url('../Custom.css');
@import url('../IconAnimation/IconAnimation.css');
@import url('../stylemedia.css');
@import url('../icofont/icofont.min.css');
/*@import url('../Custom/Custom.css');
*/

body {
    font-family: YekanNumbers-Regular,'BYekan';
    color: #444444;
}

a {
    color: #d74295;
    text-decoration: none;
}

    a:visited {
        color: #572541;
    }

    a:hover {
        color: #d788b4;
        text-decoration: none;
    }

:root {
    --color-main: #d74295;
    --color-a: #1e81fc;
    --color-b: #fbdaec;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BYekan,YekanNumbers-Regular;
}

p {
    font-family: BYekan,YekanNumbers-Regular;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #d74496;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #066fe4;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*=================================================================
  Our Team
==================================================================*/
.team-member {
    background-color: transparent;
    margin-bottom: 10px;
}

    .team-member:hover .mask {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1, 1);
        transform: rotateY(0deg) scale(1, 1);
    }

.mask .btn-eset-toshop {
    top: 45%;
    left: 25%
}

.member-photo {
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .member-photo {
        text-align: center;
    }
}

.member-photo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.member-photo img {
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .member-photo img {
        display: inline-block;
    }
}

/*.lb-active-discount
{
    right:32px;
    top:8px;
}*/


.member-photo .mask {
    /*background-color: rgba(87, 203, 204, 0.7);*/
    background-color: rgba(9,76,229,0.76);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

    .member-photo .mask ul {
        text-align: center;
        position: relative;
        top: 125px;
    }

        .member-photo .mask ul li a {
            border: 1px solid #fff;
            color: #fff;
            display: block;
            font-size: 20px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 35px;
        }

            .member-photo .mask ul li a:hover {
                background-color: #fff;
                color: #fe0002;
                border: 1px solid transparent;
            }

.member-meta {
    padding: 15px;
    direction: rtl;
    color: #8a8b8b;
    height: 280px;
}

    .member-meta h4 {
        margin: 0 0 5px;
    }

    .member-meta span {
        font-size: 20px;
    }

    .member-meta p {
        font-size: 17px;
        text-align: justify;
    }

    .member-meta a {
        font-size: 17px;
        color: #2300be;
    }

        .member-meta a:hover {
            color: #4d34bf;
        }

.contact-us {
    padding-top: 50px;
    background-attachment: fixed;
}

    .contact-us .contact-info strong {
        font-style: normal;
        font-size: 16px;
    }

.contact-form {
    margin-bottom: 60px;
    background-color: white;
    opacity: 0.7;
}

    .contact-form .form-control {
        background-color: transparent;
        border: 1px solid rgba(236, 239, 241, 0.07);
        height: 45px;
    }

    .contact-form textarea.form-control {
        padding: 10px;
        height: 120px;
    }

    .contact-form input:hover,
    .contact-form textarea:hover,
    #contact-submit:hover {
        border-color: #d74295;
    }

#contact-submit {
    border: 1px solid rgba(236, 239, 241, 0.07);
    background: #57cbcc;
    padding: 12px 0;
    width: 100%;
    margin: 0;
}

.social-icon {
    /* padding: 60px 0 35px;*/
}

    .social-icon ul {
        text-align: center;
    }

        .social-icon ul li {
            /* margin-bottom: 4px;*/
        }

            .social-icon ul li:hover a {
                background-color: #094ce5;
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }

                .social-icon ul li:hover a i {
                    color: #fff;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

            .social-icon ul li a {
                background-color: transparent;
                color: white;
                border: 1px solid transparent;
                display: block;
                height: 70px;
                width: 70px;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                transition: all 400ms ease-out 0s;
            }

@media (max-width: 768px) {
    .social-icon ul li a {
        width: 55px;
        height: 55px;
    }
}

.social-icon ul li a i {
    color: white;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    /* filter: alpha(opacity=40);*/
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
    .social-icon ul li a i {
        line-height: 55px;
        font-size: 25px;
    }
}

.copyright {
    /*  padding: 20px 0;*/
    color: #fff;
}

    .copyright img {
        /* margin-bottom: 15px;*/
    }

    .copyright p {
        /* margin-top: 10px;*/
    }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #066fe4;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #447ff7;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    /* background-color: #e7da0a;*/
}

    #header.header-scrolled,
    #header.header-inner-pages {
        /*background: rgba(40, 58, 90, 0.9);*/
       /* background: #d74295;*/
       background-color:white;
       opacity:0.6;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 80px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-rpa {
    padding: 0;
    text-align: right;
    direction: rtl;
    width: 100%;
    margin-left: 15%;
}

    .navbar-rpa ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar-rpa li {
        position: relative;
    }
    /*  .navbar a:focus*/
    .navbar-rpa a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 17px;
        font-weight: 500;
        color: white;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar-rpa a i,
        .navbar-rpa a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar-rpa a:hover,
        .navbar-rpa .active,
        .navbar-rpa .active:focus,
        .navbar-rpa li:hover > a {
            color: white;
        }

    .navbar-rpa .getstarted,
    .navbar-rpa .getstarted:focus {
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #fefdfd;
        font-weight: 600;
    }

        .navbar-rpa .getstarted:hover,
        .navbar-rpa .getstarted:focus:hover {
            color: #fff;
            background: #fbaf86;
        }

    .navbar-rpa .phone,
    .navbar-rpa .phone:focus {
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 5px;
        color: #fff;
        font-size: 17px;
        font-family: YekanNumbers-Regular;
        /*border: 2px solid #fefdfd;*/
        font-weight: 600;
        background: #1b63f5;
    }

        .navbar-rpa .phone:hover,
        .navbar-rpa .phone:focus:hover {
            color: #fff;
            background: #1b63f5;
        }

        .navbar-rpa .phone i {
            font-size: 18px;
        }

    .navbar-rpa .singup {
        position: absolute;
        left: 2px;
    }

        .navbar-rpa .singup:focus {
            padding: 8px 20px;
            color: #1b63f5;
            font-size: 17px;
            font-family: BYekan;
            border: 2px solid #fefdfd;
            font-weight: 600;
        }

            .navbar-rpa .singup:hover,
            .navbar-rpa .singup:focus:hover {
                color: #fbaf86;
            }

        .navbar-rpa .singup i {
            font-size: 18px;
        }

    .navbar-rpa .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar-rpa .dropdown ul li {
            min-width: 200px;
        }

        .navbar-rpa .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }

            .navbar-rpa .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-rpa .dropdown ul a:hover,
            .navbar-rpa .dropdown ul .active:hover,
            .navbar-rpa .dropdown ul li:hover > a {
                color: #e7da0a;
            }

    .navbar-rpa .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar-rpa .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar-rpa .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .navbar-rpa .none-navbar-link {
        display: none;
    }

    .navbar-rpa .login-info-navbar:hover {
        /* background-color: #e7da0a;*/
    }

@media (max-width: 1366px) {
    .navbar-rpa .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar-rpa .dropdown .dropdown:hover > ul {
        left: -100%;
    }

    .navbar-rpa .sing-up-media {
        padding: 0px;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.navbar-rpa .logo-media, .link-button-media, .login-info-media, .menu-item-media {
    display: none;
}

.navbar-rpa .login-info-media .singup {
    display: block;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar-rpa {
        margin-left: 0px;
    }

        .navbar-rpa ul {
            display: none;
        }

        .navbar-rpa .sing-in-up, .sing-in-up-divi, .login-info-media, .login-info-navbar, .menu-item-media-none {
            display: none;
        }

        .navbar-rpa .logo-media, .link-button-media {
            display: block;
        }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #d74295;
    transition: 0.5s;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 170px;
        right: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 2px;
        transition: 0.3s;
    }

    .navbar-mobile .sing-in-up {
        display: block;
        position: absolute;
        top: 370px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        text-align: center;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .navbar-mobile .menu-item-media {
        display: block;
    }

        .navbar-mobile .menu-item-media .menu-item-media-link {
            background-color: #d74295;
            color: white;
        }

    .navbar-mobile .login-info-media {
        display: block;
        position: absolute;
        top: 0px;
        right: 12px;
        transition: 0.3s;
        width: 100%;
        height: 370px;
        background-color: #ef93c6;
    }

        .navbar-mobile .login-info-media .emoji-login {
            margin-right: 14%;
            background-color: aliceblue;
            height: 70px;
            width: 70px;
        }

        .navbar-mobile .login-info-media .panel-login-info-media {
            margin-top: 10%;
        }


    .navbar-mobile .logo-media img {
        width: auto;
        height: auto;
    }

    .navbar-mobile .logo-media .logo-media-call-us {
        color: white;
    }

    .navbar-mobile .logo-media .rapkam-logo {
        width: 20px;
        height: 20px;
    }

    .navbar-mobile .logo-media p {
        font-size: 17px;
        color: white;
    }

    .navbar-mobile .logo-media a {
        color: white;
    }

    .navbar-mobile .logo-media .social-links {
        /* padding-left: 60px;*/
    }

        .navbar-mobile .logo-media .social-links a {
            display: inline-block;
            /* background: #333;*/
            color: white;
            /*line-height: 1;*/
            /*padding: 8px 0;*/
            /*border-radius: 50%;*/
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            /*margin-right: 10px;*/
        }

        .navbar-mobile .logo-media .social-links i {
            font-size: 25px;
        }

        .navbar-mobile .logo-media .social-links a:hover {
            color: #1b63f5;
        }

    .navbar-mobile .none-navbar-link {
        display: block;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #1b63f5;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #e7da0a;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #e7da0a;
    }

    .navbar-mobile .phone,
    .navbar-mobile .phone:focus {
        margin: 10px;
        color: #e7da0a;
        border: 1px solid #dd5208;
        border-radius: 5px;
        text-align: center;
    }

    /*.navbar-mobile .sing-up-media {
            background: #e7da0a;
            font-size: 17px;
            color: #4e4e4b;
            width: 70px;
            padding: 3px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 7px;
        }*/

    .navbar-mobile .request-buy-car {
        background: linear-gradient(to bottom, #1b63f5 -30%, #1b62f2 99%);
        font-size: 15px;
        color: white;
        width: 250px;
        padding: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #e7da0a;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/* this is clear*/
/*.why_us .why-us-title {
        color: #aeaeaf;
    }

    .why_us .why-us-description {
        font-size: 15px;
        text-align: justify;
        color: #aeaeaf;
    }

    .why_us_box {
        width: 250px;
        height: 385px
    }*/

.about .block {
    background-color: #066fe4;
    padding: 30px;
    border-bottom: 2px solid transparent;
    transition: .5s all;
    margin-bottom: 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
    color: white;
    height: 420px;
}

    .about .block:hover {
        border-bottom: 2px solid #fe0002;
    }

        .about .block:hover .icon-box {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .about .block .icon-box i {
        font-size: 70px;
        color: white;
    }

/*.about .block p {
        font-size: 12px;
        text-align: justify-all;
        color: #6d6d6c;
    }*/

.about .about-desc p {
    font-size: 18px;
    text-align: justify-all;
    color: #6d6d6c;
    font-family: YekanNumbers-Regular,BYekan;
}

.about .block .icon-box p {
    font-size: 20px;
}

.about .block .icon-box {
    position: relative;
    width: 160px;
    height: 92.38px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    /* border-left: 2px solid rgba(236, 239, 241, 0.07);
        border-right: 2px solid rgba(236, 239, 241, 0.07);*/
    border-left: 2px;
    border-right: 2px;
    font-size: 50px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .about .block .icon-box:after, .about .block .icon-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 113.14px;
        height: 113.14px;
        background-color: inherit;
        left: 20.4315px;
        /*-webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);*/
    }

    .about .block .icon-box:before {
        top: -56.5685px;
        /* border-top: 2px solid rgba(236, 239, 241, 0.07);
    border-right: 2px solid rgba(236, 239, 241, 0.07);*/
    }

    .about .block .icon-box:after {
        bottom: -56.5685px;
        /* border-bottom: 2px solid rgba(236, 239, 241, 0.07);
    border-left: 2px solid rgba(236, 239, 241, 0.07);*/
    }

    .about .block .icon-box h3 {
        color: #afbac4;
    }

.block .appdec {
    color: #737f8a;
}

.why_us .block {
    background-color: #066fe4;
    padding: 30px;
    border-bottom: 2px solid transparent;
    transition: .5s all;
    margin-bottom: 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
    color: white;
    height: 420px;
}

    .why_us .block:hover {
        border-bottom: 2px solid #fe0002;
    }

        .why_us .block:hover .icon-box {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .why_us .block .icon-box i {
        font-size: 70px;
        color: white;
    }

    .why_us .block p {
        font-size: 16px;
        direction: rtl;
        text-align: justify;
    }

    .why_us .block .icon-box p {
        font-size: 20px;
    }

    .why_us .block .icon-box {
        position: relative;
        width: 160px;
        height: 92.38px;
        background-color: transparent;
        margin: 46.19px auto 60px;
        padding: 20px 0;
        border-left: 2px;
        border-right: 2px;
        font-size: 50px;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        transition-duration: 0.3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

        .why_us .block .icon-box:after, .why_us .block .icon-box:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 113.14px;
            height: 113.14px;
            background-color: inherit;
            left: 20.4315px;
        }

        .why_us .block .icon-box:before {
            top: -56.5685px;
        }

        .why_us .block .icon-box:after {
            bottom: -56.5685px;
        }

        .why_us .block .icon-box h3 {
            color: #afbac4;
        }

.why_us .appdec {
    color: #737f8a;
}

.eset-product .block {
    background-color: #066fe4;
    padding: 30px;
    border-bottom: 2px solid transparent;
    transition: .5s all;
    margin-bottom: 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
    color: white;
    height: 440px;
}

    .eset-product .block:hover {
        border-bottom: 2px solid #fe0002;
    }

        .eset-product .block:hover .icon-box {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .eset-product .block .icon-box i {
        font-size: 70px;
        color: white;
    }

    .eset-product .block p {
        font-size: 16px;
        direction: rtl;
        text-align: justify;
    }

    .eset-product .block .icon-box p {
        font-size: 20px;
    }

    .eset-product .block .icon-box {
        position: relative;
        width: 160px;
        height: 92.38px;
        background-color: transparent;
        margin: 46.19px auto 60px;
        padding: 20px 0;
        border-left: 2px;
        border-right: 2px;
        font-size: 50px;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        transition-duration: 0.3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

        .eset-product .block .icon-box:after, .eset-product .block .icon-box:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 113.14px;
            height: 113.14px;
            background-color: inherit;
            left: 20.4315px;
        }

        .eset-product .block .icon-box:before {
            top: -56.5685px;
        }

        .eset-product .block .icon-box:after {
            bottom: -56.5685px;
        }

        .eset-product .block .icon-box h3 {
            color: #afbac4;
        }

.eset-product .appdec {
    color: #737f8a;
}



.project-price {
    background-attachment: fixed;
}

    .project-price .block {
        background-color: #066fe4;
        padding: 10px;
        border-bottom: 2px solid transparent;
        transition: .5s all;
        /*    margin-bottom: 10px;
*/ /* border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);*/
        /* box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);*/
        color: white;
        height: 250px;
        width: 200px;
        opacity: 0.8;
    }

        .project-price .block:hover {
            border-bottom: 2px solid #fe0002;
        }

            .project-price .block:hover .icon-box {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }

        .project-price .block .icon-box i {
            font-size: 70px;
            color: white;
        }

        .project-price .block p {
            font-size: 20px;
            direction: rtl;
            text-align: center;
        }

        .project-price .block .icon-box p {
            font-size: 23px;
            color: white;
        }

        .project-price .block .icon-box {
            position: relative;
            width: 160px;
            height: 92.38px;
            background-color: transparent;
            margin: 50px auto 40px;
            padding: 10px 0;
            border-left: 2px;
            border-right: 2px;
            -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
            transition-duration: 0.3s;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
        }

            .project-price .block .icon-box:after, .project-price .block .icon-box:before {
                content: "";
                position: absolute;
                z-index: 1;
                width: 113.14px;
                height: 113.14px;
                background-color: inherit;
                left: 20.4315px;
            }

            .project-price .block .icon-box:before {
                top: -56.5685px;
            }

            .project-price .block .icon-box:after {
                bottom: -56.5685px;
            }

    .project-price .appdec {
        color: #737f8a;
    }

    .project-price a:active {
        color: white;
    }

    .project-price a {
        color: white;
    }

.icon-box-price {
    /*cursor: pointer;*/
}

.about-2 {
}

    .about-2 .content-block {
        padding: 40px;
    }

        .about-2 .content-block .media {
            margin-top: 25px;
        }

            .about-2 .content-block .media .pull-left {
                padding-right: 15px;
            }

            .about-2 .content-block .media i {
                font-size: 30px;
                color: #fb0718;
            }

            .about-2 .content-block .media em, .rubiiso {
                color: #fb0718;
            }

            .about-2 .content-block .media h4 {
                font-size: 16px;
                font-weight: 600;
            }

.call-to-action, .eset-section, .faq {
    background-attachment: fixed;
}

    .eset-section .product-description {
        font-size: 20px;
        color: #066fe4;
    }

    .call-to-action h2 {
        font-weight: 700;
        color: white;
    }

    .call-to-action p {
        font-size: 18px;
        color: white;
    }

    .call-to-action .btn-main {
        margin-top: 20px;
    }

.bg-1 {
    background-image: url('../images/Bg/AboutUS-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-2 {
    background-image: url('../images/Bg/AboutUS-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-3 {
    background-image: url('../../../Img/Bg/BG_Contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-4 {
    background-image: url('../images/Bg/bg-dev-app-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-5 {
    background-image: url('../images/Bg/bg-dev-app-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-6 {
    background-image: url('../images/Bg/faqbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.service-block {
    padding: 40px 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
    height: 420px;
    color: white;
    background-color: #066fe4;
}

    .service-block:hover {
        border-bottom: 2px solid #fe0002;
    }

        .service-block:hover .service-icon {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .service-block .service-icon {
        position: relative;
        width: 160px;
        height: 92.38px;
        background-color: transparent;
        margin: 5px auto 80px;
        padding: 20px 0;
        /* border-left: 2px solid rgba(236, 239, 241, 0.07);
        border-right: 2px solid rgba(236, 239, 241, 0.07);*/
        border-left: 2px;
        border-right: 2px;
        font-size: 50px;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        transition-duration: 0.3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

        .service-block .service-icon i {
            color: white;
        }

    .service-block .service-icon {
        margin-bottom: 10px;
        font-size: 75px;
    }

    .service-block p {
        direction: rtl;
        text-align: justify;
        font-size: 16px;
    }

    .service-block em {
        color: #fe0002;
        font-weight: bold;
    }

    .service-block .btn {
        margin-top: 20px;
    }

.about-2 p {
    direction: rtl;
    font-size: 18px;
    text-align: justify;
}

.parallax-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-item {
    border-top: 2px solid RGBA(254,0,2,0.68);
    /*border: 1px solid rgba(236, 239, 241, 0.07);*/
    border-bottom: 1px solid rgba(236, 239, 241, 0.07);
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-right: 1px solid rgba(236, 239, 241, 0.07);
    padding-bottom: 30px;
    margin-bottom: 15px;
    height: 270px;
}

    .price-item i {
        font-size: 22px;
    }

    .price-item em {
        color: #fb0d0d;
    }

    .price-item .col-sm-9 {
        font-size: 18px;
        color: white;
    }

    .price-item .col-md-2 {
        padding: 0px;
        /*border:1px solid red;*/
    }

.price-title {
    background-color: #d74295;
}

    .price-title .price-type {
        color: white;
        margin: 0 0 10px;
        text-transform: uppercase;
        font-size: 30px;
    }

    .price-title p {
        font-size: 18px;
        font-weight: 400;
        font-family: BYekan;
        color: white;
    }

    .price-title strong {
        color: white;
    }

    .price-title i {
        color: white;
    }

.price-item .col-sm-12 {
    border-bottom: 1px solid rgba(236, 239, 241, 0.07);
    font-size: 16px;
    color: #8a8b8b;
    padding: 5px;
    font-family: YekanNumbers-Regular,'BYekan';
    direction: rtl;
}

    .price-item .col-sm-12:hover {
        background-color: #066fe4;
        color: white;
        cursor: pointer;
    }

.price-item .select {
    background-color: #c60872;
    color: white;
}

.price-title .value {
    color: #e7edfa;
    font-size: 35px;
    font-family: YekanNumbers-Regular;
}

.pricing {
    /*background-color: #4e535a;*/
}

    .pricing li {
        padding: 10px 0;
    }

        .pricing li:last-child {
            border-bottom: 1px solid rgba(236, 239, 241, 0.07);
            margin-bottom: 20px;
        }

        .pricing li:nth-child(2n) {
            background-color: #292F36;
        }

        .pricing li .btn {
            text-transform: uppercase;
            margin: 20px 0;
        }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*  height: 98vh;
*/ background: #d74295;
}

    #hero .container {
        padding-top: 72px;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-family: BYekan,YekanNumbers-Regular;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #066fe4;
    }

        #hero .btn-get-started:hover {
            background: #d87bae;
        }

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #e7da0a;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

.carousel-caption {
    /* width: 200px;
        z-index: 10;
        color: #fff;
        text-align: center;
        top: 20%;
        left: 5%;
        bottom: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0.6;
        background-color: #0b21f2;*/
}

.description-panel {
    width: 80vw;
    height: 180px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -300px;
    z-index: 5;
    opacity: 0.8;
    background-color: #1b63f5;
}

.carousel {
    /* height:800px;*/
    margin-top: 1.24%;
    /* position: relative;*/
}

.carousel-item .btn-eset-slide {
    top: 380px;
    left: 560px;
}

.carousel-item .btn-bitdefender-slide {
    top: 450px;
    left: 560px;
}

.carousel-item .btn-developer-slide {
    top: 145px;
    left: 460px;
}

.carousel-item .btn-arsine-slide {
    top: 700px;
    left: 235px;
}

.carousel-item .btn-rubiiso-slide {
    top: 440px;
    left: 620px;
}

.tab-row-rpa-searchpanel {
    margin-top: 2%;
}



@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }

    .carousel {
        /* height: auto;*/
    }

    .search-panel {
        height: auto;
    }

    .tab-row-rpa-searchpanel {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #1b63f5;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
        font-size: 18px;
        color: #949393;
    }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 12px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about p {
    font-size: 20px;
    line-height: 2;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }

        .about .content ul li + li {
            margin-top: 10px;
        }

    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #e7da0a;
        line-height: 1;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #e7da0a;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #e7da0a;
}

    .about .content .btn-learn-more:hover {
        background: #e7da0a;
        color: #fff;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

    .why-us .content h3 {
        font-weight: 400;
        font-size: 34px;
        color: #e7da0a;
    }

    .why-us .content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .why-us .content p {
        font-size: 15px;
        color: #848484;
    }

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

    .why-us .accordion-list ul {
        padding: 0;
        list-style: none;
    }

    .why-us .accordion-list li + li {
        margin-top: 15px;
    }

    .why-us .accordion-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }

    .why-us .accordion-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-right: 30px;
        outline: none;
        cursor: pointer;
    }

    .why-us .accordion-list span {
        color: #e7da0a;
        font-weight: 600;
        font-size: 18px;
        padding-right: 10px;
    }

    .why-us .accordion-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .why-us .accordion-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .why-us .accordion-list .icon-show {
        display: none;
    }

    .why-us .accordion-list a.collapsed {
        color: #343a40;
    }

        .why-us .accordion-list a.collapsed:hover {
            color: #e7da0a;
        }

        .why-us .accordion-list a.collapsed .icon-show {
            display: inline-block;
        }

        .why-us .accordion-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# carpurchase
--------------------------------------------------------------*/
.carpurchase .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #1b63f5;
    font-family: BYekan;
}

.carpurchase .content ul {
    list-style: none;
    padding: 0;
}

    .carpurchase .content ul li {
        padding-bottom: 10px;
    }

    .carpurchase .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #e7da0a;
    }

.carpurchase .content p:last-child {
    margin-bottom: 0;
}

.carpurchase .crm-video:hover {
    transform: translateY(-10px);
}
/*--------------------------------------------------------------
# accounting
--------------------------------------------------------------*/
.accounting .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

    .accounting .icon-box .icon {
        margin-bottom: 10px;
    }

        .accounting .icon-box .icon i {
            color: #066fe4;
            font-size: 36px;
            transition: 0.3s;
        }

    .accounting .icon-box h4 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .accounting .icon-box h4 a {
            color: #e7da0a;
            transition: ease-in-out 0.3s;
        }

    .accounting .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .accounting .icon-box:hover {
        transform: translateY(-10px);
    }

        .accounting .icon-box:hover h4 a {
            color: #e7da0a;
        }

.accounting .arsine-video:hover {
    transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: BYekan,YekanNumbers-Regular;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #e7da0a;
            border: 2px solid #e7da0a;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        transition: all 0.3s;
        padding: 8px 20px;
        border-radius: 50px;
        font-family: "Poppins", sans-serif;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            background: #e7da0a;
            color: #fff;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-img {
        overflow: hidden;
    }

        .portfolio .portfolio-item .portfolio-img img {
            transition: all 0.6s;
        }

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        bottom: 0;
        z-index: 3;
        right: 15px;
        transition: all 0.3s;
        background: rgba(55, 81, 126, 0.8);
        padding: 10px 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #f9fcfe;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link,
        .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover,
            .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #e7da0a;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-img img {
        transform: scale(1.15);
    }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #e7da0a;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #e7da0a;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover {
        transform: translateY(-10px);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #e7da0a;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #cbd6e9;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #eff2f8;
        }

            .team .member .social a i {
                color: #e7da0a;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #e7da0a;
            }

                .team .member .social a:hover i {
                    color: #fff;
                }

            .team .member .social a + a {
                margin-left: 8px;
            }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #e7da0a;
}

.pricing h4 {
    font-size: 48px;
    color: #e7da0a;
    font-weight: 400;
    font-family: BYekan,YekanNumbers-Regular;
    margin-bottom: 25px;
}

    .pricing h4 sup {
        font-size: 28px;
    }

    .pricing h4 span {
        color: #e7da0a;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding: 10px 0 10px 30px;
        position: relative;
    }

    .pricing ul i {
        color: #28a745;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #e7da0a;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: BYekan,YekanNumbers-Regular;
    transition: 0.3s;
    border: 1px solid #e7da0a;
}

    .pricing .buy-btn:hover {
        background: #e7da0a;
        color: #fff;
    }

.pricing .featured {
    border-top-color: #e7da0a;
}

    .pricing .featured .buy-btn {
        background: #e7da0a;
        color: #fff;
    }

        .pricing .featured .buy-btn:hover {
            background: #23a3df;
        }

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #e7da0a;
    }

    .faq .faq-list .icon-show,
    .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #e7da0a;
        transition: 0.3s;
    }

        .faq .faq-list a.collapsed:hover {
            color: #e7da0a;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #e7da0a;
    border-bottom: 3px solid #e7da0a;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

    .contact .info i {
        font-size: 20px;
        color: #e7da0a;
        float: left;
        width: 44px;
        height: 44px;
        background: #e7f5fb;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #e7da0a;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #6182ba;
    }

    .contact .info .email p {
        padding-top: 5px;
    }

    .contact .info .social-links {
        padding-left: 60px;
    }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact .info .social-links a:hover {
                background: #fbaf86;
                color: #fff;
            }

    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
        background: #fbaf86;
        color: #fff;
    }

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #e7da0a;
    border-bottom: 3px solid #e7da0a;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form .form-group {
        margin-bottom: 20px;
    }

    .contact .php-email-form label {
        padding-bottom: 8px;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #e7da0a;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #e7da0a;
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #209dd8;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #e7da0a;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #4668a2;
            content: "/";
        }

.ourTeam-hedding p {
    color: #979797;
}

.ourTeam-hedding strong {
    color: black;
}

.ourTeam-hedding {
    margin-bottom: 50px;
}

    .ourTeam-hedding h1 {
        font-size: 25px;
        font-weight: bold;
        color: #145889;
    }

.ourTeam-box {
    border-radius: 2px;
    border-top: 6px solid #1b63f5;
    margin: 0px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.section1 {
    padding: 30px 0px 30px 0px;
}

    .section1 img {
        border-radius: 50%;
        height: 130px;
        width: 130px;
    }

.section2 p {
    font-weight: bold;
    color: #1b63f5;
    letter-spacing: 1px;
}

.section2 span {
    color: #979597;
}

.section3 {
    background-color: #1b63f5;
}

    .section3 i {
        color: #ffffff !important;
        padding: 15px;
        font-size: 15px;
    }

.ourTeam {
    margin-bottom: 10px;
    width: 200px;
}

    .ourTeam:hover .mask {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1, 1);
        transform: rotateY(0deg) scale(1, 1);
    }

.ourTeam-mask {
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .ourTeam-mask {
        text-align: center;
    }
}

.ourTeam-mask:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ourTeam-mask img {
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .ourTeam-mask img {
        display: inline-block;
    }
}

.ourTeam-mask .mask {
    background-color: rgb(27, 99, 245,0.55);
    position: absolute;
    padding: 5px;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

    .ourTeam-mask .mask .row {
        text-align: center;
        position: relative;
        color: white;
        top: 20px;
    }

.counseling .counseling-title {
    font-size: 18px;
}

    .counseling .counseling-title .counseling-sp {
        color: #1b63f5;
    }

.counseling .counseling-img img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
}

.date-head-sh span {
    font-family: YekanNumbers-Regular,'BYekan';
    color: #1b63f5;
    font-size: 17px;
}

.bg-active-key {
    background-color: #1b63f5;
}

.company-brand-key {
    width: 149px;
    height: 133px;
}

.finalinformationstage p {
    color: white;
    font-size: 22px;
    text-align: justify;
}

.finalinformationstage span {
    color: #efe93a;
    font-size: 20px;
}

.finalinformationstage .lb-selectcar-info {
    color: white;
    font-size: 20px;
}

.final-approval-stage p {
    text-align: justify;
}

.password-icon {
    left: 7px;
    top: 3px;
    width: 30px;
    height: 30px
}

.password-account-icon {
    left: 1px;
    top: 55%;
    width: 30px;
    height: 25px
}

.app {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 2%;
}

    /* .app .btn {
        position: absolute;
        bottom: 2px;
        left: 50px;
        right: 50px;
        width: 50%;
    }*/

    .app .apptitle {
        color: #066fe4;
        font-size: 22px;
        margin-top: 1%;
        /*position: absolute;*/
        /*top:10%;
    right:20%;*/
    }

.title-app p {
    color: #737f8a;
}

.title-app h2 {
    color: #066fe4;
}

.app .appdec {
    color: #737f8a;
    font-size: 18px;
    margin-left: 7%;
    margin-right: 7%;
    direction: rtl;
    text-align: justify;
}

.app .appprice .app-price-title {
    color: #fe0002;
    font-size: 35px;
    /* margin-top: 1%;*/
    font-family: 'B Yekan';
}

.app .appprice .app-price-unit {
    color: #fe0002;
    font-size: 20px;
    font-family: 'B Yekan';
}

.app .appprice .price-project {
    color: #fe0002;
    font-size: 35px;
    /* margin-top: 1%;*/
    font-family: 'B Yekan';
}

.app .appprice em {
    color: RGBA(254,0,2,0.68);
    /* margin-right: 2%;
            margin-left: 2%;*/
}

.app .appprice sub {
    /* margin-right: 2%;*/
}

.app .icon-app-project {
    font-size: 60px;
    color: #066fe4;
}

.app .lb-app {
    color: #fe0002;
}

.btnappearance {
    width: 380px;
}

.eset-slide {
    margin-top: 4%;
}

.product-eset-description i {
    font-size: 120px;
    color: #066fe4;
}

.accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto;
}

.accordion-body {
    text-align: justify;
    direction: rtl;
    font-size: 17px;
}

.accordion-button {
    background-color: #d74295;
    color: white;
    font-size: 17px;
}

    .accordion-button:focus {
        background-color: #d74295;
        color: white;
    }

.purchase-information .panel-info {
    background-color: #c60872;
    text-align: justify;
    direction: rtl;
}

    .purchase-information .panel-info i {
        font-size: 25px;
    }

    .purchase-information .panel-info p {
        font-size: 18px;
    }

.purchase-information .financial-line {
    background-color: #308aed;
}

    .purchase-information .financial-line input {
        background-color: #308aed;
    }

.purchase-information .cart-financial-line {
    background-color: white;
}

    .purchase-information .cart-financial-line input {
        background-color: white;
    }

.purchase-information .cart-financial-line-amount-payable {
    background-color: white;
}

    .purchase-information .cart-financial-line-amount-payable input {
        background-color: white;
    }


.purchase-information .financial-line-amount-payable {
    background-color: #c60872;
}

    .purchase-information .financial-line-amount-payable input {
        background-color: #c60872;
    }

.purchase-information .item-row:hover {
    background-color: #d988b5;
    color: white;
}

.notification-user i {
    font-size: 24px;
    color: #c60872;
}

.bank-port .bank-button {
    width: 110px;
    height: 110px;
    cursor: pointer;
}

/*.bank-port .bank-logo:hover {
    background-color: #066fe4;
}*/

.bank-port .bg-active-key {
    background-color: #d74295;
}

.payment-result {
    margin-top: 7%;
}

    .payment-result p {
        color: #5fd020;
    }

.financial-line .financial-title {
    text-align: left;
}

.cart-financial-line .financial-title {
    text-align: left;
}

.cart-financial-line-amount-payable .financial-title {
    text-align: left;
}

.financial-line-amount-payable .financial-title {
    text-align: left;
}

.purchase-information .purchase-title {
    text-align: left;
}

.purchase-information .purchase-item-title {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .financial-line .financial-title {
        text-align: center;
    }

    .purchase-information .purchase-title {
        text-align: center;
    }

    .financial-line-amount-payable .financial-title {
        text-align: center;
    }

    .purchase-information .purchase-item-title {
        text-align: center;
    }

    .cart-financial-line .financial-title {
        text-align: center;
    }

    .cart-financial-line-amount-payable .financial-title {
        text-align: center;
    }
}

.div-right-side-choppingcart-list {
    width: 290px;
    height: auto;
    margin-left: 3px;
    overflow: auto;
}

.div-left-side-choppingcart-list {
    width: 493px;
    /* height: 700px;*/
    height: auto;
}

.div-choppingcart-list {
    width: 788px;
}

.bg-gridview {
    background-color: #fad8eb;
    color: #646263;
}

.row-gridview {
    color: #808182;
}

.link-btn-gridview {
    color: #808182;
}

    /*.hover_row {
    background-color: #066fe4;
    color: white;
}*/

    .link-btn-gridview:hover {
        background-color: #066fe4;
        color: white;
    }

@media only screen and (max-width: 768px) {
    .div-right-side-choppingcart-list {
        margin-left: 0px;
    }

    .div-choppingcart-list {
        width: auto;
    }
}

.defualt-bg-color {
    background-color: #ebadd0;
}

.title-main {
    background-color: #c60872;
    color: white;
    text-align: center;
    text-justify: auto;
}

.rowstyle {
    /* background-color: #834769;*/
    color: white;
    font-family: YekanNumbers-Regular,BYekan;
}

.hover_row {
    background-color: #c60872;
    color: white;
}

.context-menu a {
    color: #5e5c5d;
}

    .context-menu a:hover {
        background-color: #c60872;
        color: white;
    }

.iso-form .iso-form-item:hover {
    background-color: #c60872;
    color: white;
}

.bg-iso-row {
    background-color: #c60872;
    color: white;
}

.iso-form a:hover {
    background-color: #c60872;
    color: white;
}

.iso-form a {
    color: #615f60;
}

.text-gray {
    color: #2e2e2e;
}

.bg-main {
    background-color: #d74295;
}

.bg-main-gray {
    background-color:#cccbcb;
}

.bg-main-dark {
    background-color:#696969;
}

.caption-a {
    font-size: 30px;
    top: 260px;
    left: 470px;
}

.caption-b {
    font-size: 40px;
    top: 320px;
    left: 370px;
}

.product-item:hover {
    background-color: var(--color-b);
    color: white;
}

.product-sale-info:hover {
    background-color: var(--color-b);
    color: #111010;
}

.icofont-socialnetworks:hover
{
    background-color:#6d234d;
}
