﻿@font-face {
    font-family: 'BYekan';
    src: url('/Fonts/BYekan-webfont.eot') format('eot'), url('/Fonts/BYekan-webfont.woff') format('woff'), url('/Fonts/BYekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.NewsLi:hover{
    cursor:pointer
}
@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}

* {
    font-family: BYekan;
}

a {
    text-decoration: none !important;
}


.clients {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}
.clients h4{
    padding:20px;
    text-align:center;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #0d6efd;
        float: right;
        width: 44px;
        height: 44px;
        background: #f0f0ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 60px 0 0;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #010483;
    }

    .contact .info p {
        padding: 0 100px 0 0;
        margin-bottom: 0;
        font-size: 14px;
        color: #0205a1;
    }

    .contact .info .email,
    .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i,
        .contact .info .address:hover i,
        .contact .info .phone:hover i {
            background: rgb(18 35 60);
            color: #fff;
        }

.contact .ContactForm {
    width: 100%;
    background: #fff;
}

    .contact .ContactForm .form-group {
        padding-bottom: 8px;
    }

    .contact .ContactForm .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: right;
        padding: 15px;
        font-weight: 600;
    }

        .contact .ContactForm .error-message br + br {
            margin-top: 25px;
        }

    .contact .ContactForm .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .ContactForm .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .ContactForm .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 .ContactForm input,
    .contact .ContactForm textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .ContactForm input {
        height: 44px;
    }

    .contact .ContactForm textarea {
        padding: 10px 12px;
    }

    .contact .ContactForm button[type=submit] {
        background: #0d6efd;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .ContactForm button[type=submit]:hover {
            background: rgb(18 35 60);
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 24px;
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #1acc8d;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #0d6efd;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: rgb(52, 114, 173);
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

.pricing .featured h3 {
    color: #fff;
    background: #0d6efd;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ffc515;
    color: #fff;
}
/********** Template CSS **********/
:root {
    --primary: #0d6efd;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}




.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    /*font-family: 'Jost', sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--light) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
    padding: 35px 0;
    font-size: 15px;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #12233cdb;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-right: 0;
        color: var(--light) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--secondary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #12233cd6;
    }

        .sticky-top.navbar-light .navbar-brand h1 {
            color: #ffc107db;
        }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}


/*** Hero Header ***/
/*.hero-header {
    position: relative;
    padding: 8rem 0;
    background: url('/img/Background.jpg');*/ /* تصویر پس‌زمینه */
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

    /*.hero-header::before {
        content: '';
        background: url(../img/Site/blob-top-right.png), url(../img/Site/blob-top-left.png), url(../img/Site/blob-bottom-right.png), url(../img/Site/blob-bottom-left.png), url(../img/Site/blob-center.png), url(../img/Site/bg-bottom.png);
        background-position: right 0px top 0px, left 0px top 0px, right 0px bottom 0px, left 0px bottom 0px, center center, center bottom;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(4, 11, 20, 0.7);*/ /* رنگ با شفافیت */
    /*}*/

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

    .section-title span:first-child,
    .section-title span:last-child {
        position: relative;
        display: inline-block;
        margin-left: 30px;
        width: 30px;
        height: 2px;
    }

    .section-title span:last-child {
        margin-left: 0;
        margin-right: 30px;
    }

        .section-title span:first-child::after,
        .section-title span:last-child::after {
            position: absolute;
            content: "";
            width: 15px;
            height: 2px;
            top: 0;
            left: -20px;
        }

        .section-title span:last-child::after {
            left: auto;
            right: -20px;
        }

    .section-title.text-primary span:first-child,
    .section-title.text-primary span:last-child,
    .section-title.text-primary span:first-child::after,
    .section-title.text-primary span:last-child::after {
        background: var(--primary);
    }

    .section-title.text-secondary span:first-child,
    .section-title.text-secondary span:last-child,
    .section-title.text-secondary span:first-child::after,
    .section-title.text-secondary span:last-child::after {
        background: var(--secondary);
    }

    .section-title.text-white span:first-child,
    .section-title.text-white span:last-child,
    .section-title.text-white span:first-child::after,
    .section-title.text-white span:last-child::after {
        background: #FFFFFF;
    }

/*LOGO*/

.Logo-item {
    transition: .5s;
}

    .Logo-item:hover {
        transform: scale(1.2) rotate(2deg)
    }

/*** Feature ***/
.feature-item {
    transition: .5s;
}

    .feature-item:hover {
        margin-top: -15px;
    }


/*** About ***/
.progress {
    height: 5px;
}

    .progress .progress-bar {
        width: 0px;
        transition: 3s;
    }


/*** Fact ***/
.fact {
    margin: 0 0;
    border-radius: 30px;
    background: url(../img/Site/blob-top-right.png), url(../img/Site/blob-top-left.png), url(../img/Site/blob-bottom-right.png), url(../img/Site/blob-bottom-left.png), url(../img/Site/blob-center.png);
    background-position: right 0px top 0px, left 0px top 0px, right 0px bottom 0px, left 0px bottom 0px, center center;
    background-repeat: no-repeat;
    background-color: rgb(18 35 60);
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

    .service-item:hover {
        margin-top: -15px;
        padding-bottom: 60px;
        background: rgb(18 35 60);
    }

    .service-item .service-icon {
        margin: 0 auto 20px auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        background: url(../img/Site/blob-primary.png) center center no-repeat;
        background-size: contain;
        transition: .5s;
    }

    .service-item:hover .service-icon {
        color: var(--dark);
        background: url(../img/Site/blob-secondary.png) center center no-repeat;
        background-size: contain;
    }

    .service-item h5,
    .service-item p {
        transition: .5s;
    }

    .service-item:hover h5,
    .service-item:hover p {
        color: #FFFFFF;
    }

    .service-item a.btn {
        position: absolute;
        bottom: -40px;
        right: 50%;
        transform: translateX(-50%);
        color: var(--primary);
        background: #FFFFFF;
        border-radius: 40px 40px 0 0;
        transition: .5s;
        z-index: 1;
    }

        .service-item a.btn:hover {
            color: var(--dark);
            background: var(--secondary);
        }

    .service-item:hover a.btn {
        bottom: 0;
    }


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

    #portfolio-flters li:hover,
    #portfolio-flters li.active {
        color: #ffc107;
        border-color: #ffc107;
    }

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(34 69 204 / 90%);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    background: url(../img/Site/blob-top-right.png), url(../img/Site/blob-top-left.png), url(../img/Site/blob-bottom-right.png), url(../img/Site/blob-bottom-left.png), url(../img/Site/blob-center.png);
    background-position: right 0px top 0px, left 0px top 0px, right 0px bottom 0px, left 0px bottom 0px, center center;
    background-repeat: no-repeat;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: var(--light);
        border-radius: 60px;
        font-size: 22px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            color: #FFFFFF;
            background: var(--primary);
            box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        }


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

    .team-item .btn:hover {
        color: #FFFFFF;
        background: var(--primary);
    }


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background: url(../img/Site/bg-top.png), url(../img/Site/map.png);
    background-position: center top, center center;
    background-repeat: no-repeat;
    background-color: rgb(4 11 20);
}

    .footer .btn.btn-social {
        margin-left: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        border: 1px solid rgba(256, 256, 256, .1);
        border-radius: 40px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        text-align: right;
        color: var(--light);
        font-weight: normal;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            /*font-family: "Font Awesome 5 Free";*/
            font-weight: 900;
            margin-left: 10px;
        }

        .footer .btn.btn-link:hover {
            letter-spacing: 1px;
            box-shadow: none;
            color: var(--secondary);
        }

    .footer .copyleft {
        padding: 25px 0;
        font-size: 14px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyleft a {
            color: var(--light);
        }

    .footer .footer-menu a {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child {
            margin-left: 0;
            padding-left: 0;
            border-left: none;
        }

        .footer .copyleft a:hover,
        .footer .footer-menu a:hover {
            color: var(--secondary);
        }
