/**
* Template Name: Reveal
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



@font-face {
    font-family: "IRANSans-web";
    font-style: normal;
    font-weight: normal;
    src: url(../../../fonts/IRANSans-web.ttf) format('truetype'), url(../../../fonts/IRANSans-web.eot) format('embedded-opentype'), url(../../fonts/IRANSans-web.woff) format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('../../fonts/IranNastaliq.ttf') format('truetype');
}


body {
    background: #fff;
    color: #444;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: IRANSans;
}



a {
    color: #00c3c9;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #51d8af;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
    direction: rtl;
    line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Montserrat", sans-serif;*/
    /*font-family: IRANSansWeb;*/


    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00c3c9;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #71dfbe;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
/*--------------------------------------------------------------
# Ticket button
--------------------------------------------------------------*/
.ticket {
    position: fixed;
    opacity: 20;
    direction: ltr;
    left: 20px;
    border-radius: 50px;
    bottom: 20px;
    z-index: 996;
    background: #0c2e8a;
    width: 70px;
    height: 70px;
    transition: all 0.4s;
}

    .ticket i {
        font-size: 50px;
        color: #fff;
        line-height: 0;
    }

    .ticket:hover {
        background: #71dfbe;
        color: #fff;
    }

    .ticket.active {
        visibility: visible;
        opacity: 50;
    }

/*--------------------------------------------------------------
# Ticketm button
--------------------------------------------------------------*/
.ticketm {
    position: fixed;
    opacity: 50;
    direction: ltr;
    left: 20px;
    border-radius: 50px;
    bottom: 20px;
    z-index: 996;
    background: #0c2e8a;
    width: 80px;
    height: 80px;
    transition: all 0.4s;
}

    .ticketm i {
        font-size: 50px;
        color: #fff;
        line-height: 0;
    }

    .ticketm:hover {
        background: #71dfbe;
        color: #fff;
    }

    .ticketm.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    /*background: #013c9a;*/
    direction: ltr;
    background-image: linear-gradient(to right, #02c4cd, #7f2ae9);
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0;
    height: 40px;
}

    #topbar .contact-info i {
        font-style: normal;
        /*color: #00c3c9;*/
        color: #fff;
    }

        #topbar .contact-info i a,
        #topbar .contact-info i span {
            padding-left: 5px;
            /*color: #444;*/
            color: #fff;
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s;
        }

            #topbar .contact-info i a:hover {
                color: #00c3c9;
            }

    #topbar .social-links a {
        color: #555;
        padding: 0 15px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #00c3c9;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }


.gradient-text {
    /* Fallback: Set a background color. */
    /*background-color: red;*/
    /* Create the gradient. */
    background-image: linear-gradient(to right, #02c4cd, #7f2ae9);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.06);
    direction: rtl;
}

    #header #logo h1 {
        font-size: 40px;
        margin: 0;
        padding: 0;
        /*font-family: "Montserrat", sans-serif;*/
        /*font-family: IRANSansWeb;*/

        font-weight: 700;
    }

        #header #logo h1 a {
            color: #0c2e8a;
        }

            #header #logo h1 a span {
                color: #00c3c9;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
        width: 60px;
        height: 60px;
    }

@media (max-width: 768px) {
    #header {
        height: 60px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 50px;
            max-width: 50px;
        }
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        /*font-family: "Raleway", sans-serif;*/
        /*font-family: IRANSansWeb;*/
        font-size: 15px;
        font-weight: 600;
        color: #444;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #00c3c9;
        }

    .navbar .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;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #00c3c9;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    .navbar .getstartedd, .navbar .getstartedd:focus {
        background: #b02990;
        padding: 8px 20px;
        margin-left: 30px;
        margin-right: 10px;
        border-radius: 5px;
        color: #fff;
    }
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #0c2e8a;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(8, 30, 91, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0c2e8a;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #00c3c9;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .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: #00c3c9;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 60vh;*/
    /*height:60%;*/
    position: relative;
    background: url("../img/hero-carousel/1.jpg") no-repeat;
    background-size: cover;
    padding: 0;
}

    #hero .hero-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        #hero .hero-content h2 {
            color: #0c2e8a;
            margin-bottom: 30px;
            font-size: 64px;
            font-weight: 700;
        }

            #hero .hero-content h2 span {
                color: #00c3c9;
                text-decoration: underline;
            }

@media (max-width: 767px) {
    #hero .hero-content h2 {
        font-size: 34px;
    }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
    font-family: "Raleway";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#hero .hero-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
}

    #hero .hero-content .btn-get-started:hover {
        background: none;
        color: #0c2e8a;
    }

#hero .hero-content .btn-projects {
    background: #00c3c9;
    border: 2px solid #00c3c9;
}

    #hero .hero-content .btn-projects:hover {
        background: none;
        color: #00c3c9;
    }

#hero .hero-slider {
    z-index: 8;
    height: 100vh;
}

    #hero .hero-slider::before {
        content: "";
        /*background-color: rgba(255, 255, 255, 0.7);*/
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 7;
    }

    #hero .hero-slider .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition-property: opacity;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 0px 0;
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: -30px;
}

    .section-header h2 {
        font-size: 32px;
        color: #0c2e8a;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
        direction: rtl;
        /*font-family: IRANSansWeb;*/
    }

        .section-header h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 100px;
            height: 3px;
            background: #00c3c9;
            bottom: 0;
            right: 0;
        }

    .section-header p {
        padding: 0;
        margin: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 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: #6c757d;
            content: "/";
        }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/* About Section
--------------------------------*/
#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

#about .content h2 {
    color: #0c2e8a;
    font-weight: 700;
    font-size: 36px;
    /*font-family: "Raleway", sans-serif;*/
    /*font-family: IRANSansWeb;*/
    direction: rtl;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    /*font-family: IRANSansWeb;*/
    direction: rtl;
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #00c3c9;
}

#about .content ul {
    list-style: none;
    padding: 0;
    /*font-family: IRANSansWeb;*/
    direction: rtl;
}

    #about .content ul li {
        padding-bottom: 10px;
    }

/* Services Section
--------------------------------*/
#services {
    padding: 40px 0;
    direction: rtl;
}

    #services .box {
        padding: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #f7f7f7;
        transition: 0.4s;
        height: 100%;
        direction: rtl;
        border-radius: 20px;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 70px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #00c3c9 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    /*-webkit-text-fill-color: transparent;*/
                    -webkit-text-fill-color: #0c2e8a;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
            /*font-family: IRANSansWeb;*/
        }

            #services .box h4 a {
                color: #444;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
            /*font-family: IRANSansWeb;*/
        }

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

#services .cta-btn {
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
    direction: rtl;
}

    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        #clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #00c3c9;
        }

        #clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #00c3c9;
        }

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 30px 0;
    direction: rtl;
}

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 18px 12px 18px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f7f7f7;
            border-radius: 4px;
        }

            #portfolio #portfolio-flters li:hover,
            #portfolio #portfolio-flters li.filter-active {
                color: #fff;
                background: #00c3c9;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #portfolio .portfolio-item img {
            position: relative;
            top: 0;
            transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #00c3c9;
            padding: 15px 20px;
        }

            #portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                text-align: right;
            }

            #portfolio .portfolio-item .portfolio-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            #portfolio .portfolio-item .portfolio-info .preview-link,
            #portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: rgba(255, 255, 255, 0.6);
                transition: ease-in-out 0.3s;
            }

                #portfolio .portfolio-item .portfolio-info .preview-link:hover,
                #portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #fff;
                }

            #portfolio .portfolio-item .portfolio-info .details-link {
                right: 15px;
            }

        #portfolio .portfolio-item:hover img {
            top: -30px;
        }

        #portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 0;
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 0px;
    direction: rtl;
}

    .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 #00c3c9;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #00c3c9;
        }

    .portfolio-details .portfolio-info {
        border-radius: 20px;
        padding: 30px;
        direction: rtl;
    }

        .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;
        direction: rtl;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
    direction: rtl;
}

    #testimonials .testimonials-carousel,
    #testimonials .testimonials-slider {
        overflow: hidden;
    }

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
    }


@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item .testimonial-img1 {
    width: 240px;
    height: 300px;
    border-radius: 10%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    text-align: right;
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    #testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #00c3c9;
    }

    #testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #00c3c9;
    }

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
    direction: rtl;
    background-image: linear-gradient(to right, #02c4cd, #7f2ae9);
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        text-align: right;
    }

    #call-to-action .cta-text {
        color: #fff;
        text-align: right;
    }

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

    #call-to-action .cta-btn:hover {
        background: #00c3c9;
        border: 3px solid #00c3c9;
    }

/* Our Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 30px 0 0 0;
    direction: rtl;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #00c3c9;
            color: #fff;
            padding: 15px;
            /*border-radius: 0 0 3px 3px;*/
            border-radius: 10px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            /*font-family: IRANSansWeb;*/
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
        direction: rtl;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #00c3c9;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
            /*font-family: IRANSansWeb;*/
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #00c3c9;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        margin-bottom: 20px;
    }

    #contact .logo {
        border-right: 1px solid #ddd;
    }


@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#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;
        animation: animate-loading 1s linear infinite;
    }

#contact .php-email-form input,
#contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    text-align: right;
}

    #contact .php-email-form input::focus,
    #contact .php-email-form textarea::focus {
        background-color: #00c3c9;
    }

#contact .php-email-form button[type=submit] {
    background: #00c3c9;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

    #contact .php-email-form button[type=submit]:hover {
        background: #2dc899;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
    padding: 30px 30px 25px 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}

    .facts .count-box i {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        background: #0563bb;
        color: #fff;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
    }

    .facts .count-box span {
        font-size: 36px;
        display: block;
        font-weight: 600;
        color: #011426;
    }

    .facts .count-box p {
        padding: 0;
        margin: 0;
        /*font-family: "Raleway";*/
        font-size: 14px;
    }





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

        #footer .credits a {
            color: #0c2e8a;
        }

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    direction:ltr;
}

/* #customer Section
--------------------------------*/
#customer {
    padding: 40px 0;
    direction: rtl;
}

    #customer .box {
        padding: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #f7f7f7;
        transition: 0.3s;
        height: 100%;
        direction: rtl;
        border-radius: 20px;
    }

        #customer .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #customer .box .icon {
            float: left;
        }

            #customer .box .icon i {
                color: #444;
                font-size: 70px;
                transition: 0.3s;
                line-height: 0;
                margin-top: 34px;
            }

                #customer .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #00c3c9 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    /*-webkit-text-fill-color: transparent;*/
                    -webkit-text-fill-color: #0c2e8a;
                }

        #customer .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
            /*font-family: IRANSansWeb;*/
        }

            #customer .box h4 a {
                color: #444;
            }

        #customer .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
            /*font-family: IRANSansWeb;*/
        }

@media (max-width: 767px) {
    #customer .box .box {
        margin-bottom: 20px;
    }

    #customer .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #customer .box h4,
    #customer .box p {
        margin-left: 0;
        text-align: center;
    }
}

#customer .cta-btn {
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: 0.3s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}
/* Our customer Section
--------------------------------*/
#customer {
    background: #fff0;
    padding: 30px 0;
    /*direction: rtl;*/
}

    #customer #customer-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        #customer #customer-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 18px 12px 18px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f7f7f7;
            border-radius: 4px;
        }

            #customer #customer-flters li:hover,
            #customer #customer-flters li.filter-active {
                color: #fff;
                background: #00c3c9;
            }

            #customer #customer-flters li:last-child {
                margin-right: 0;
            }

    #customer .customer-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #customer .customer-item img {
            position: relative;
            top: 0;
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #customer .customer-item .customer-info {
            opacity: 0;
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #00c3c9;
            padding: 15px 20px;
        }

            #customer .customer-item .customer-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                text-align: right;
            }

            #customer .customer-item .customer-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 10px;
            }

            #customer .customer-item .customer-info .preview-link,
            #customer .customer-item .customer-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: rgba(255, 255, 255, 0.6);
                transition: ease-in-out 0.3s;
            }

                #customer .customer-item .customer-info .preview-link:hover,
                #customer .customer-item .customer-info .details-link:hover {
                    color: #fff;
                }

            #customer .customer-item .customer-info .details-link {
                right: 15px;
            }

        #customer .customer-item:hover img {
            top: -30px;
        }

        #customer .customer-item:hover .customer-info {
            opacity: 1;
            bottom: 0;
        }

/*--------------------------------------------------------------
#customer Details
--------------------------------------------------------------*/
.customer-details {
    padding-top: 10px;
}

    .customer-details .customer-details-slider img {
        width: 100%;
    }

    .customer-details .customer-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .customer-details .customer-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #00c3c9;
        }

        .customer-details .customer-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #00c3c9;
        }

    .customer-details .customer-info {
        border-radius: 20px;
        padding: 30px;
        direction: rtl;
    }

        .customer-details .customer-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .customer-details .customer-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .customer-details .customer-info ul li + li {
                margin-top: 10px;
            }

    .customer-details .customer-description {
        padding-top: 30px;
        direction: rtl;
    }

        .customer-details .customer-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .customer-details .customer-description p {
            padding: 0;
        }


/* #customer2 Section
--------------------------------*/
#customer2 {
    padding: 40px 0;
    direction: rtl;
}

    #customer2 .box {
        padding: 40px;
        box-shadow: 0px 0px 0px rgba(73, 78, 92, 0.1);
        background: #f7f7f7;
        transition: 0.3s;
        height: 100%;
        direction: rtl;
        border-radius: 20px;
    }

        #customer2 .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #customer2 .box .icon {
            float: left;
        }

            #customer2 .box .icon i {
                color: #444;
                font-size: 70px;
                transition: 0.3s;
                line-height: 0;
                margin-top: 34px;
            }

                #customer2 .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #00c3c9 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    /*-webkit-text-fill-color: transparent;*/
                    -webkit-text-fill-color: #0c2e8a;
                }

        #customer2 .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
            /*font-family: IRANSansWeb;*/
        }

            #customer2 .box h4 a {
                color: #444;
            }

        #customer2 .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
            /*font-family: IRANSansWeb;*/
        }

@media (max-width: 767px) {
    #customer2 .box .box {
        margin-bottom: 20px;
    }

    #customer2 .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #customer2 .box h4,
    #customer2 .box p {
        margin-left: 0;
        text-align: center;
    }
}

#customer2 .cta-btn {
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: 0.3s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}
/* Our customer2 Section
--------------------------------*/
#customer2 {
    background: #fff0;
    padding: 30px 0;
}

    #customer2 #customer2-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        #customer2 #customer2-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 18px 12px 18px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f7f7f7;
            border-radius: 4px;
        }

            #customer2 #customer2-flters li:hover,
            #customer2 #customer2-flters li.filter-active {
                color: #fff;
                background: #00c3c9;
            }

            #customer2 #customer2-flters li:last-child {
                margin-right: 0;
            }

    #customer2 .customer2-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #customer2 .customer2-item img {
            position: relative;
            top: 0;
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #customer2 .customer2-item .customer2-info {
            opacity: 0;
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #00c3c9;
            padding: 15px 20px;
        }

            #customer2 .customer2-item .customer2-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                text-align: right;
            }

            #customer2 .customer2-item .customer2-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            #customer2 .customer2-item .customer2-info .preview-link,
            #customer2 .customer2-item .customer2-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: rgba(255, 255, 255, 0.6);
                transition: ease-in-out 0.3s;
            }

                #customer2 .customer2-item .customer2-info .preview-link:hover,
                #customer2 .customer2-item .customer2-info .details-link:hover {
                    color: #fff;
                }

            #customer2 .customer2-item .customer2-info .details-link {
                right: 15px;
            }

        #customer2 .customer2-item:hover img {
            top: -30px;
        }

        #customer2 .customer2-item:hover .customer2-info {
            opacity: 1;
            bottom: 0;
        }

/*--------------------------------------------------------------
#customer2 Details
--------------------------------------------------------------*/
.customer2-details {
    padding-top: 0px;
}

    .customer2-details .customer2-details-slider img {
        width: 100%;
    }

    .customer2-details .customer2-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .customer2-details .customer2-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #00c3c9;
        }

        .customer2-details .customer2-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #00c3c9;
        }

    .customer2-details .customer2-info {
        border-radius: 20px;
        padding: 30px;
        direction: rtl;
    }

        .customer2-details .customer2-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .customer2-details .customer2-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .customer2-details .customer2-info ul li + li {
                margin-top: 10px;
            }

    .customer2-details .customer2-description {
        padding-top: 30px;
        direction: rtl;
    }

        .customer2-details .customer2-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .customer2-details .customer2-description p {
            padding: 0;
        }

/* #customer3 Section
--------------------------------*/
#customer3 {
    padding: 40px 0;
    direction: rtl;
}

    #customer3 .box {
        padding: 40px;
        box-shadow: 0px 0px 0px rgba(73, 78, 92, 0.1);
        background: #f7f7f7;
        transition: 0.3s;
        height: 100%;
        direction: rtl;
        border-radius: 20px;
    }

        #customer3 .box:hover {
/*            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
*/            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #customer3 .box .icon {
            float: left;
        }

            #customer3 .box .icon i {
                color: #444;
                font-size: 70px;
                transition: 0.3s;
                line-height: 0;
                margin-top: 34px;
            }

                #customer3 .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #00c3c9 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    /*-webkit-text-fill-color: transparent;*/
                    -webkit-text-fill-color: #0c2e8a;
                }

        #customer3 .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
            /*font-family: IRANSansWeb;*/
        }

            #customer3 .box h4 a {
                color: #444;
            }

        #customer3 .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
            /*font-family: IRANSansWeb;*/
        }

@media (max-width: 767px) {
    #customer3 .box .box {
        margin-bottom: 20px;
    }

    #customer3 .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #customer3 .box h4,
    #customer3 .box p {
        margin-left: 0;
        text-align: center;
    }
}

#customer3 .cta-btn {
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: 0.3s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}
/* Our customer3 Section
--------------------------------*/
#customer3 {
    background: #fff0;
    padding: 30px 0;
}

    #customer3 #customer3-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        #customer3 #customer3-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 18px 12px 18px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f7f7f7;
            border-radius: 4px;
        }

            #customer3 #customer3-flters li:hover,
            #customer3 #customer3-flters li.filter-active {
                color: #fff;
                background: #00c3c9;
            }

            #customer3 #customer3-flters li:last-child {
                margin-right: 0;
            }

    #customer3 .customer3-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #customer3 .customer3-item img {
            position: relative;
            top: 0;
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #customer3 .customer3-item .customer3-info {
            opacity: 0;
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #00c3c9;
            padding: 15px 20px;
        }

            #customer3 .customer3-item .customer3-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                text-align: right;
            }

            #customer3 .customer3-item .customer3-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            #customer3 .customer3-item .customer3-info .preview-link,
            #customer3 .customer3-item .customer3-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: rgba(255, 255, 255, 0.6);
                transition: ease-in-out 0.3s;
            }

                #customer3 .customer3-item .customer3-info .preview-link:hover,
                #customer3 .customer3-item .customer3-info .details-link:hover {
                    color: #fff;
                }

            #customer3 .customer3-item .customer3-info .details-link {
                right: 15px;
            }

        #customer3 .customer3-item:hover img {
            top: -30px;
        }

        #customer3 .customer3-item:hover .customer3-info {
            opacity: 1;
            bottom: 0;
        }

/*--------------------------------------------------------------
#customer3 Details
--------------------------------------------------------------*/
.customer3-details {
    padding-top: 0px;
}

    .customer3-details .customer3-details-slider img {
        width: 100%;
    }

    .customer3-details .customer3-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .customer3-details .customer3-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #00c3c9;
        }

        .customer3-details .customer3-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #00c3c9;
        }

    .customer3-details .customer3-info {
        border-radius: 20px;
        padding: 30px;
        direction: rtl;
    }

        .customer3-details .customer3-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .customer3-details .customer3-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .customer3-details .customer3-info ul li + li {
                margin-top: 10px;
            }

    .customer3-details .customer3-description {
        padding-top: 30px;
        direction: rtl;
    }

        .customer3-details .customer3-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .customer3-details .customer3-description p {
            padding: 0;
        }

bttn {
    height: 50px;
    width: 200px;
    border-radius: 20px;
    background-color: grey;
    color: aliceblue;
    direction: rtl;
    align-content: center
}

.form-group {
    direction: rtl;
    padding-bottom: 20px;
}

.form-control {
    background-color: #cedae20f;
    direction: rtl;
    font-family: IRANSans;
}

.form-text text-muted {
    direction: ltr;
    opacity: 0.5;
}

.btn btn-primary {
    align-content: center;
    align-items: center;
    text-align: center;
    font-size:larger;
    height: 100px;
    width: 400px;
}

.selected {
    background-color: aquamarine;
}
.gradient-text {
    background: linear-gradient(to right, #02c4cd, #7f2ae9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}