html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
}


@font-face {
    font-family: IRANYekanWebRegular;
    src: url("font/iranyekanwebregularfanum.woff") format("woff")
}

.site-footer {
    background-color: #363638;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #cf5af2;
    }

ul {
    list-style-type: none;
}

.footer-end-page {
    position: relative;
    min-height: 100vh;
    background-color: #f7f7f7;
}

.button-style {
    background-color: #28276d;
    color: white;
}

    .button-style:hover {
        background-color: #28276d;
        color: white !important;
    }

.icon-style {
    color: #28a2d9;
}

.icon-footer {
    font-size: 20px;
}

.title-page {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 15px;
}

.hr-page {
    color: #0a07ff;
}

.about-us-passage {
    line-height: 35px;
}

.about-us-icon-feature {
    font-size: 50px;
    color: #cf5af2;
    padding-bottom: 30px;
}

.about-us-title-feature {
    font-weight: bold;
}

.flag-image {
    width: 30px;
}

.button-flag {
    width: 35px;
    outline: none;
    box-shadow: none !important;
}

button:focus {
    outline: none;
    box-shadow: none !important;
}

.select-lang {
    padding-left: 30px;
    padding-right: 30px;
}

.weblog-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #cf5af2;
}

.weblog-short-description {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #535353;
}

.weblog-link {
    color: #cf5af2;
    border: 1px solid;
}

.weblog-details-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
}

.related-weblog-text {
    font-weight: bold;
}

.margin-menu {
    padding-left: 15px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li.active {
        background-color: #45a4cf !important;
    }

    ul.pagination li {
        display: inline;
        color: #fff !important;
        float: right;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #1379ac !important;
    }

        ul.pagination li a {
            color: #fff !important;
        }

.business-name-home-page {
    color: #cf5af2 !important;
    font-size: 85px !important;
    text-align: end !important;
}

@media (max-width: 991.98px) {
    .business-name-home-page {
        text-align: start !important;
    }
}

.slogan-business-home-page {
    color: #696768 !important;
}

    .slogan-business-home-page span {
        color: #cf5af2 !important;
    }

.more-info-btn-home-page {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6f6d6e;
    background-color: white;
    border: 1px solid #999e92;
    border-radius: 20px;
    transition: .3s;
}

.title-section-home-page {
    padding-left: 0px !important;
    padding-top: 100px !important;
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    .title-section-home-page {
        padding: 0 35px !important;
    }
}


.main-layout {
    position: relative;
    width: 100%;
    padding: 0px 0;
    overflow: hidden;
}

    .main-layout .container-fluid {
        padding: 0;
    }

    .main-layout .main-layout-image {
        position: relative;
        text-align: right;
    }

        .main-layout .main-layout-image img {
            max-width: 100%;
            max-height: 80%;
        }

    .main-layout .main-layout-text {
        position: relative;
        padding-left: 75px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

        .main-layout .main-layout-text h1 {
            text-align: right;
            color: #676566;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .main-layout .main-layout-text p {
            color: #343148;
            font-size: 18px;
            margin-bottom: 25px;
        }

    .main-layout .main-layout-btn .btn {
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: black;
        background: #f0f1f6;
        border-radius: 20px;
        transition: .3s;
    }

        .main-layout .main-layout-btn .btn:hover {
            color: #343148;
            background: #ffffff;
        }

        .main-layout .main-layout-btn .btn:first-child {
            margin-right: 10px;
        }

@media (max-width: 991.98px) {
    .main-layout .main-layout-text {
        padding: 0 15px;
    }

        .main-layout .main-layout-text h1 {
            font-size: 35px;
        }

        .main-layout .main-layout-text p {
            font-size: 16px;
        }

        .main-layout .main-layout-text .btn {
            padding: 12px 30px;
            letter-spacing: 1px;
        }
}

@media (max-width: 767.98px) {
    .main-layout .main-layout-text h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .main-layout .main-layout-text p {
        font-size: 14px;
    }

    .main-layout .main-layout-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .main-layout .main-layout-text h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .main-layout .main-layout-text p {
        font-size: 14px;
    }

    .main-layout .main-layout-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.home-page-title {
    color: #cf5af2 !important;
    font-size: 85px !important;
    text-align: end !important;
}

.header__center {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
    color: #cf5af2;
    font-weight: bold;
}

    .header__center::before,
    .header__center::after {
        content: "";
        display: block;
        height: 1px;
        background-color: currentColor;
    }

.home-page-text {
    line-height: 35px;
    padding-left: 25px;
}

.logo-style {
    width: 100px;
    height: 100px;
}

.contact-us-home-page {
    background-color: #d97af5;
    color: white;
}

.contact-us-home-page-card-style {
    padding: 25px 25px 25px 0;
    border-right: 2px solid #f41893
}

.contact-us-home-page-text-style {
    padding-right: 10px;
    font-size: 16px;
    padding-bottom: 25px;
}

.contact-us-home-page-address-text-style {
    font-size: 16px;
    padding-bottom: 25px;
}

.contact-us-home-page-mobile-text-style {
    padding-left: 5px;
}

.contact-us-home-page-icon-style {
    color: #ccc;
}

.card-image-ratio {
    aspect-ratio: auto 240/240;
}

.navbar-brand {
    color: white !important;
}

h1, h2, h3 {
    font-size: 25px !important;
    font-weight: bold !important;
}
h4 {
    font-size: 18px !important;
}
.article-font, .article-font a, .article-font div, .article-font p, .article-font span, .article-font strong {
    direction: ltr !important;
    line-height: 2rem !important;
}

.container-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.developer {
    padding-left: 10px;
    width: 80px;
    overflow: hidden;
    transition: width .5s ease-in-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    position: relative;
    white-space: nowrap;
    text-align: center;
    float: left;
}

    .developer:hover {
        cursor: pointer;
        width: 230px;
    }

.developer-res {
    display: none;
}

@media (max-width:768px) {
    .developer {
        display: none;
    }

    .developer-res {
        display: block;
    }
}

.iframe-map {
    height: 400px;
    border-radius: 40px;
}


.top-header {
    background-image: url(/img/top-header.png);
}

.top-header-text-style {
    color: #127fb1;
}

.brandName-header {
    font-size: 21px !important;
    color: #1181b3;
    padding-top: 30px;
    padding-right: 12px;
}

.page-card {
    border-radius: 25px;
    background-color: white;
}

.about-us-img {
    width: 300px;
}

.passage-line-height {
    line-height: 2rem;
    text-align: justify;
}

.weblog-card {
    border-radius: 25px;
    background-color: white;
}

.weblog-title {
    font-size: 16px !important;
    font-weight: 700;
    color: #636466;
}

.text-primary:hover {
    color: white !important;
}

.text-icon-color {
    color: rgb(38 50 118) !important;
}

.text-icon-telegram-color {
    color: #0d6efd !important;
}

.required:after {
    content: " *";
    color: red;
}

.panel-body {
    direction: rtl !important;
    background-color: white;
    padding-top:50px;
    padding-bottom:50px;
    font-family: IRANYekanWebRegular !important;
}
.footer-background {
    background-image: url(../../img/background-3.jpg);
}
.home-page-card {
    background-color: white;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: left !important;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0px;
    border-radius: .25rem;
}

.text-services{
    font-size:22px;
    font-weight:bold;
}
.text-details-services{
    font-size:16px;
    font-weight:600;
}
.first-cart-service {
    background: #08628b;
    border-bottom: 3px solid #efa976;
    border-top: 3px solid #efa976;
}
.second-cart-service {
    background: #1181b3;
    border: 3px solid #efa976;
}
.third-cart-service {
    background: #02344a;
    border: 3px solid #efa976;
}
.navbar-light .navbar-toggler-icon {
    background-color: #8086db;
}

.Counseling-section {
    background-color: transparent;
    opacity: .87;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 500px;
}

.Counseling-section-overlay {
    background-image: url(/img/advice2.png);
    background-repeat: no-repeat;
}
.slider {
    flex: 1;
}

.slider {
    flex: 1;
}

.slide {
    opacity: 0;
    transition: opacity .5s;
    display: none;
}

    .slide.active {
        opacity: 1;
        display: block;
    }

.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slide img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.indicators {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.indicator {
    width: 12px;
    height: 12px;
    background-color: #fec107;
    border-radius: 50%;
}
    .indicator.active {
        background-color: #2c6faa;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/img/arrow-right.svg) !important;
    right: -8px !important;
    left: auto !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/img/arrow-left.svg) !important;
    left: -8px !important;
    right: auto !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 76% !important;
    width: 50px !important;
    height: 44px !important;
    margin-top: -22px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    -moz-background-size: 27px 44px !important;
    -webkit-background-size: 27px 44px !important;
    background-size: 17px 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
@media (max-width:768px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 74% !important;
    width: 50px !important;
    height: 44px !important;
    margin-top: -22px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    -moz-background-size: 27px 44px !important;
    -webkit-background-size: 27px 44px !important;
    background-size: 17px 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
}
.navbar-light .navbar-brand {
    color: rgb(35 61 126);
}
.first-header-section {
    background-color: #363638;
    color: white;
}
.whatsapp-icon {
    background-color: #18db18;
    padding-right: 6px;
    padding-top: 6px;
    padding-left: 8px;
    padding-bottom: 4px;
}

.telegram-icon {
    background-color: #09b5d1;
    padding-right: 6px;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom:4px;
}

.instagram-icon {
    background-color: #ef1081;
    padding-right: 6px;
    padding-top: 6px;
    padding-left: 8px;
    padding-bottom: 4px;
}
.our-services {
    background-color: #f7f7f7;
}
.ellipsis {
    overflow: hidden;
}

.card-weblog-title {
    font-size: 16px;
    font-weight: 700;
}

.card-weblog-title {
    font-size: 16px;
    font-weight: 700;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-weblog:hover {
    top: 47px;
}
.card-weblog {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 95%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}
    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .thumb-info .thumb-info-title {
        left: auto;
        right: 0;
        padding: 8px 17px 11px 22px;
    }
    .thumb-info .thumb-info-title {
        transition: all .3s;
        background: rgb(73 139 206 / 80%);
        color: #fff;
        font-weight: 600;
        left: 0;
        letter-spacing: -.05em;
        position: absolute;
        z-index: 2;
        max-width: 90%;
        font-size: 17px;
        padding: 13px 21px 2px;
        bottom: 13%;
    }
.image_size_blog {
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 188px;
    overflow: hidden;
    margin-bottom: 18px;
}

.hover-effect-2 {
    opacity: 1;
    transition: ease opacity 300ms;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-3 {
    font-size: 1em !important;
}

.intro-section {
    background: #f7f7f7;
}
.card-blog {
    background-color: #f7f7f7 !important;
}
.bg-white {
    background-image: linear-gradient(to right, #1181b3, #28276d) !important;
}