﻿/*-------------------------------------------------------------------------------------------
                                        Add Font Web
--------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'myfont';
    src: url('../fonts/woff/IRANSansWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tanha';
    src: url('../fonts/Farsi-Digits/Tanha-FD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------------------------
                                        setting
--------------------------------------------------------------------------------------------- */

body {
    font-family: myfont;
    direction: rtl;
    /* font-size: 13px; */
    text-align: right;
    background-color: #efe6e6;
    max-width: 2125px;
    margin: auto;
}

a:focus {
    outline: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.fa {
    font-family: fontawesome;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.font-type-tanha {
    font-family: 'tanha';
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

input {
    outline: none;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}


/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.card-shadow-hover:hover {
    box-shadow: 3px 2px 2px #ddd;
    background-color: rgb(255, 249, 249);
} */


/*-------------------------------------------------------------------------------------------
                                        Scroll Setting
--------------------------------------------------------------------------------------------- */


/* scroll setting */

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #25294b;
    background: -webkit-linear-gradient(to bottom, #060c29, #25294b);
    background: linear-gradient(to bottom, #060c29, #25294b);
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #25294b;
    background: -webkit-linear-gradient(to top, #060c29, #25294b);
    background: linear-gradient(to top, #060c29, #25294b);
}


/*-------------------------------------------------------------------------------------------
                                     Blog Section
--------------------------------------------------------------------------------------------- */

.blog-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #b2aaaa;
    color: #5f5c5c;
}

.blog-title p {
    font-size: 16px;
    font-weight: 400;
    color: #5f5c5c;
    line-height: 2;
}

@media (max-width:800px) {
    .blog-title h2 {
        font-size: 20px;
    }
}

.wrapper-blog a {
    text-decoration: none;
}

.photo-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.wrapper-blog .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
    opacity: 0;
    background: #3c4858;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog-item__detail {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    transition: all .5s ease;
    opacity: 0;
}

.blog-item__created-at {
    font-size: 13px;
    color: #FFF;
    margin-right: auto;
    text-shadow: 2px 1px 1px #42464a;
}

.blog-item:hover .blog-item__detail {
    opacity: 1;
}

.blog-item:hover .overlay {
    opacity: .4;
}

.wrapper-blog .card-header {
    padding: 0px;
    position: relative;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.wrapper-blog .card {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.wrapper-blog .card-body {
    padding: 0;
}

.wrapper-blog .card-body .content {
    padding: 12px;
}

.wrapper-blog .title {
    color: #616161;
    font-size: 16px;
    font-weight: 600;
}

.wrapper-blog .title:hover {
    text-decoration: none;
    color: #fb4b63;
}

.blog-item {
    height: 470px;
}

@media (max-width:300px) {
    .blog-item {
        height: 470px;
    }
}

@media (min-width:300px) and (max-width:768px) {
    .blog-item {
        height: 490px;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .blog-item {
        height: 480px;
    }
}

@media (min-width:1000px) and (max-width:1400px) {
    .blog-item {
        height: 520px;
    }
}

.blog-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-item p {
    color: #888da8;
    font-size: 14px;
    line-height: 2;
}

.blog-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
}

.blog-bottom .btn {
    font-size: 13px;
}


/*-------------------------------------------------------------------------------------------
                                    features
--------------------------------------------------------------------------------------------- */

.features h2 {
    font-size: 26px;
}

.features i {
    font-size: 58px;
    padding: 30px 0px;
    color: #d9d9d9 !important;
}

.bg-img {
    /* background-image: url(../img/bg/bg.jpg); */
    padding: 40px;
    background-color: #1f355a;
}

.features p {
    color: #fff;
    line-height: 2;
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width:1000px) {
    .features h2 {
        font-size: 14px;
    }
    .features i {
        font-size: 28px;
    }
    .features p {
        font-size: 13px;
        font-weight: 400 !important;
    }
}


/*-------------------------------------------------------------------------------------------
                                    swiper
--------------------------------------------------------------------------------------------- */

@media screen and (max-width:768px) {
    .swiper-button-next,
    .swiper-button-prev {
        color: rgb(20, 55, 121);
    }
    .swiper-button-next:focus,
    .swiper-button-prev:focus {
        outline: 0;
    }
    /* .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23444444'%2F><%2Fsvg>") !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 17px;
        height: 21px;
        position: absolute;
        left: 27px;
        top: 58%;
    }

    .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23444444'%2F%3E%3C%2Fsvg%3E") !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 17px;
        height: 21px;
        position: absolute;
        right: 27px;
        top: 58%;
    } */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}

.swiper-container {
    margin-left: 40px;
    margin-right: 40px;
}

.swiper-wrapper .swiper-slide {
    background-color: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-container img {
    width: 190px;
    height: 175px;
}


/*-------------------------------------------------------------------------------------------
                                    footer
--------------------------------------------------------------------------------------------- */

.copy-text {
    font-size: 13px;
    color: #032a80;
}

.copy-text a:hover {
    text-decoration: none;
}

.copy-text a {
    color: #f04a4a;
}

.footer-bottom-logo {
    width: 117px;
    height: 41px;
    margin-top: 3px;
}

.center-logo-sm {
    align-items: baseline;
}

@media screen and (max-width: 500px) {
    .center-logo-sm {
        text-align: center;
    }
}

@media screen and (max-width: 769px) {
    .col-footer2,
    .col-footer3 {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .col-footer2,
    .col-footer3 {
        text-align: end;
    }
}


/* .footer-bottom {
    background: #a1a7af url(../img/bg/bg_footer-inner.png)no-repeat;
    background-size: contain;
    background-position: 100px center;
} */

.contact-info {
    background: url(../img/bg/map.png) no-repeat center bottom;
    padding-bottom: 20px;
}


/*-------------------------------------------------------------------------------------------
                                    banner
--------------------------------------------------------------------------------------------- */

.wrapper-top-banner img {
    height: 95px;
    width: 100%;
    object-fit: cover;
}

.wrapper-top-banner .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered h1 {
    font-size: 22px;
    font-weight: 900;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}

@media (max-width:500px) {
    .centered {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        padding: 15px;
    }
    .centered h1 {
        font-size: 16px;
    }
}

@media (min-width:500px) and (max-width:900px) {
    .centered h1 {
        font-size: 16px;
    }
}


/*-------------------------------------------------------------------------------------------
                                    portal
--------------------------------------------------------------------------------------------- */

.enter-portal h2,
.enter-portal p {
    text-align: right;
    color: #3a3939;
    line-height: 2;
}

.enter-portal h2 {
    font-size: 18px;
    font-weight: 900;
    text-shadow: 2px 2px 4px #e7e7e7;
    color: #636363;
}

.enter-portal p {
    font-size: 15px;
    font-weight: 400 !important;
    color: #757575;
}

.enter-portal .btn {
    font-size: 15px;
    font-weight: 400 !important;
    color: #4d4d4d;
}

@media (max-width:900px) {
    .enter-portal h2 {
        font-size: 15px;
        text-align: center;
    }
    .enter-portal p {
        font-size: 14px;
        text-align: center;
    }
}

.process-item {
    position: relative;
    border: 5px solid #e69595;
    padding: 40px 30px;
    border-radius: 6px;
    z-index: 20;
    background: #fbfbfb;
    overflow: hidden;
    height: 300px;
}

.process-count {
    position: absolute;
    z-index: 1;
    font-size: 58px;
    font-weight: bold;
    left: -22px;
    top: -2px;
    opacity: 0.1;
    color: #666;
}

.time-line-icon {
    position: relative;
    margin-bottom: 10px;
    background: url(../img/curve.png) no-repeat center;
}

.process-wrap i {
    font-size: 59px;
    position: relative;
    left: 40%;
    color: #6e7f9c;
    right: 42%;
}

.process-wrap h4 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #566985;
}

.process-wrap p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    line-height: 2;
}


/* .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
} */

.rectangle-img {
    width: 230px !important;
    height: 100px !important;
}