﻿/* variable */
:root {
    --base-color: #0046f5;
    --medium-gray: #878898;
    --dark-gray: #242E45;
    --light-red: #F2F1FC;
    --alt-font: 'farhang2', sans-serif;
    --primary-font: 'farhang2', sans-serif;
}

/* Bootstrap Extended */
/* برای اندازه‌های کوچک (sm) */
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .w-sm-75 {
        width: 75%;
    }

    .w-sm-100 {
        width: 100%;
    }
}

/* برای اندازه‌های بزرگ (lg) */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-100 {
        width: 100%;
    }
}

/* برای اندازه‌های بسیار بزرگ (xl) */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25%;
    }

    .w-xl-50 {
        width: 50%;
    }

    .w-xl-75 {
        width: 75%;
    }

    .w-xl-100 {
        width: 100%;
    }
}

/* Bootstrap Extended */






body {
    font-size: 17px;
    line-height: 32px;
}

sup {
    top: -0.7em;
}

.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 40px;
}

a {
    color: #878898;
}

b, strong {
    font-weight: 700;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}


header .navbar-brand img {
    max-height: 50px;
}

.header-icon .icon > a {
    font-size: 20px;
}

.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 29px;
        width: 28px;
        margin-left: 12px;
    }

    /*.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
    color: var(--white);
    font-weight: 500;
}*/

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 16px;
        line-height: 28px;
        padding: 18px 25px 20px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
        .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
            opacity: 0.6;
            background-color: transparent;
        }

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}


/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}

.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-light-blue-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #c3bdff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to left, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(left, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to left, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(left, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to left, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(left, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to left, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-quartz-white {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}

.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, right bottom, right top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}

.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, right bottom, right top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}

.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to left, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}

.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, right bottom, right top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, right bottom, right top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}

.bg-regal-blue {
    background-color: #162340;
}

.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40% !important;
}

.left-30 {
    right: 30% !important;
}

.right-30 {
    left: 30% !important;
}

.top-30 {
    top: 30%;
}

.top-20 {
    top: 20%;
}

.left-170px {
    right: 170px;
}

.mt-minus-2 {
    margin-top: -2px;
}

.left-minus-300px {
    right: -300px;
}
/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}

    .btn.btn-extra-large {
        font-size: 18px;
    }

    .btn.btn-large {
        font-size: 16px;
    }

    .btn.btn-medium {
        font-size: 15px;
    }

    .btn.btn-small {
        font-size: 14px;
    }

    .btn.btn-link {
        padding: 0 0 2px;
        position: relative;
        text-decoration: none;
        border: 0;
        border-bottom: 2px solid;
        letter-spacing: 0;
        background-color: transparent;
    }

.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to left, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}

    .pagination-style-01 .page-item:first-child .page-link:hover,
    .pagination-style-01 .page-item:last-child .page-link:hover {
        color: var(--dark-gray);
    }

.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 0 6px 6px 0;
}

.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}



footer ul li {
    margin-bottom: 0;
}

.scroll-progress {
    left: 10px;
}
/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}
/* Revolution Slider */
#demo-corporate-slider {
    border-radius: 6px;
}

.hesperiden.tparrows {
    width: 54px;
    height: 54px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

    .hesperiden.tparrows:hover {
        border: 1px solid rgba(255,255,255,1);
        background: rgba(255,255,255,1);
        ;
    }

        .hesperiden.tparrows:hover:before {
            color: #232323
        }

    .hesperiden.tparrows:before {
        line-height: 52px;
    }

    .hesperiden.tparrows.tp-leftarrow:before {
        content: "\f104";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        font-weight: 900
    }

    .hesperiden.tparrows.tp-rightarrow:before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        font-weight: 900
    }

    .hesperiden.tparrows.tp-leftarrow:before {
        margin-right: 0;
    }

    .hesperiden.tparrows.tp-rightarrow:before {
        margin-left: 0;
    }

.get-started-btn {
    transition: 0.3s ease-in-out !important;
}

.hesperiden.tparrows {
    z-index: 97;
}



/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 19px;
        padding-left: 19px;
    }
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 9px;
        padding-left: 9px;
    }
}

@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 35px 15px 50px;
    }

    .box-layout {
        padding: 0;
    }

    #demo-corporate-slider {
        border-radius: 0;
    }

    .lg-border-radius-0px {
        border-radius: 0 !important;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-right: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-left: -15px;
    }

        .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
            padding-right: 0;
            padding-left: 0;
        }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }

        [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
            font-size: 26px;
        }
}

@media (max-width: 767px) {
    #map {
        border-radius: 0;
    }

    .small-screen {
        height: 300px !important;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }

    footer .elements-social.social-icon-style-02 li {
        margin: 0 0 0 15px;
    }

        footer .elements-social.social-icon-style-02 li:first-child {
            margin-right: 0;
        }
}

/* TD Custom Design */

i {
    font-style: normal !important;
}


.text-ellipsis {
    white-space: nowrap; /* don't break the line */
    text-overflow: ellipsis;
    overflow: hidden;
}

.paragraph-ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.paragraph-ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.link-arrow-style-1:after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.9em;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: lighter !important;
    position: absolute;
}

.link-arrow-style-1:hover:after {
    margin-right: 12px;
}

.list-inline-seperator-style-1 {
    padding: 0;
}

    .list-inline-seperator-style-1 li {
        display: inline-block;
    }

        .list-inline-seperator-style-1 li:not(:last-child):after {
            content: "\f111";
            font-family: "Font Awesome 5 Pro";
            font-size: .5em;
            margin: 0 15px;
            vertical-align: middle;
            font-weight: bold;
            opacity: 0.5
        }



.list-style-check, .list-style-check-circle {
    padding: 0;
}

    .list-style-check li, .list-style-check-circle li {
        list-style: none;
        padding-right: 30px;
        position: relative;
    }

        .list-style-check li:not(:last-child), .list-style-check-circle li:not(:last-child) {
            margin-bottom: .5em;
        }





        .list-style-check li:before, .list-style-check-circle li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            font-size: .8em;
            /* margin: 0 15px; */
            /* vertical-align: middle; */
            font-weight: bold;
            /* opacity: 0.5; */
            position: absolute;
            right: 0;
            top: 0;
        }

        .list-style-check-circle li:before {
            content: "\f058";
            font-size: 1em;
        }



.media-item i {
    position: absolute;
    width: 36px;
    height: 36px;
    overflow: hidden;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    font-size: 2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    text-align: center;
    display: none;
}

.text-shadow-tiny-gray {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}


.swiper-pagination-style-01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.text-justify {
    text-align: justify;
}


article.body h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

article.body h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
}

article.body p {
    margin-bottom: .75rem;
    text-align: justify;
}

article.body .blockquote {
    font-size: 1.25rem;
    line-height: 1.7em;
    padding: 4em 3em 3em;
    text-align: justify
}

    article.body .blockquote:after {
        position: absolute;
        bottom: 20px;
        left: 10px;
        content: "\f10d";
        font-family: "Font Awesome 5 Pro";
        font-size: 3em;
        font-weight: lighter;
        color: #fff;
    }

    article.body .blockquote:before {
        position: absolute;
        top: 20px;
        right: 10px;
        content: "\f10e";
        font-family: "Font Awesome 5 Pro";
        font-size: 3em;
        font-weight: lighter;
        color: #fff;
    }


.card.shadow {
    border: 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.1)
}

.card .blog-image img {
    -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    will-change: transform;
}

.card:hover .blog-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}


.card-body {
    background: #fff;
    position: relative
}

    .card-body .card-title {
        display: block;
    }

.card .blog-categories {
    position: absolute;
    top: 10px;
    left: 10px;
}

header .navbar .mega-menu [class*="col-"] > * {
    display: block;
}


.image-list li a {
    margin: 0;
    border-top: 1px solid rgba(23,23,23,.1);
    padding: 15px 30px 15px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


    .image-list li a:after {
        content: "\f177";
        color: var(--black);
        font-family: "Font Awesome 5 Pro";
        font-weight: lighter;
        font-size: 23px;
        position: absolute;
        left: 10px;
        top: 12px;
        opacity: 0;
        -webkit-transition: all .3s cubic-bezier(.61,1,.88,1);
        transition: all .3s cubic-bezier(.61,1,.88,1);
    }

.image-list li:hover a:after {
    left: 5px;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.61,1,.88,1);
    transition: all .3s cubic-bezier(.61,1,.88,1);
}


.mega-menu .image-list li a {
    margin: 0;
    border-top: 1px solid rgba(23,23,23,.1);
    padding: 15px 0 15px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* Header Language */
.navbar .header-language .nav-item:hover .nav-link:before {
    opacity: 0 !important
}

.navbar .header-language .nav-item .nav-link {
    padding: 0 20px !important;
    display: block
}

.navbar .header-language.navbar-nav .nav-item > a {
    margin-right: 0 !important;
    ;
}

    .navbar .header-language.navbar-nav .nav-item > a > i {
        margin-right: 0 !important;
        font-size: 21px;
    }

    .navbar .header-language.navbar-nav .nav-item > a:hover > i {
        margin-top: 0 !important
    }

.navbar .header-language.navbar-nav .simple-dropdown .dropdown-menu {
    left: 0;
    padding: 20px 0;
}

    .navbar .header-language.navbar-nav .simple-dropdown .dropdown-menu li {
        text-align: center;
        padding: 0 20px !important;
    }

        .navbar .header-language.navbar-nav .simple-dropdown .dropdown-menu li a {
            padding: 0;
        }
