﻿@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');

html {
    font-family: 'IRANSansX', 'Open Sans', 'Helvetica', 'Arial', sans-serif; /*'Helvetica'*/
}

body {
    font-family: 'IRANSansX', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.8rem;
    word-spacing: -0.1em
}

html, html[lang="ar-SA"] body {
    font-family: "Baloo Bhaijaan 2", sans-serif
}

.alt-font, .main-font, .btn, .mfp-close, .tooltip-inner {
    font-family: 'IRANSansX', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.main-content {
    z-index: 2;
}

.lead {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.2rem;
    text-align: justify;
}

/* heading size */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: 0px;
    font-weight: inherit;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 3.9rem;
    line-height: 4.2rem;
}

h3 {
    font-size: 3.4rem;
    line-height: 3.9rem;
}

h4 {
    font-size: 2.85rem;
    line-height: 3.4rem;
}

h5 {
    font-size: 2.30rem;
    line-height: 3rem;
}

h6 {
    font-size: 1.80rem;
    line-height: 2.5rem;
}


h1.fs-1 {
    line-height: 4rem;
}

h2.fs-3, h4.fs-3 {
    line-height: 2.4rem;
}

a, a.nav-link, a:active, a:focus {
    color: #232323;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        outline-offset: 0;
        color: #1767b3;
    }



#topSearchValue {
    color: #232323;
    border-bottom: 1px solid #232323;
    width: 100%;
}

.search-button {
    color: #232323 !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 37px 0 10px 0;
    margin: 0 15px;
}

.header-language a > i, .header-search-icon a > i {
    padding: 37px 0 10px 0;
    display: inline-block;
}


.blog-details-text p {
    font-size: 1.2rem;
    text-align: justify;
    /* color: #000; */
    line-height: 2.2rem;
    margin-bottom: 1rem;
}

.blog-details-text h2 {
    font-size: 2rem;
    line-height: 3rem;
}

.blog-details-text h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: .5rem
}


.blog-details-text blockquote {
    border-right: 3px solid #c80000;
    font-size: 21px;
    color: #03285e !important
}

.text-justify {
    text-align: justify;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
    font-size: 85px;
    line-height: 72px;
    margin-bottom: 0;
    margin-left: 15px;
}

.text-overlap-style-01 {
    position: absolute;
    left: 0;
    bottom: -65px;
    font-size: 100px;
    line-height: 150px;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.form-check-input[type=checkbox]:checked, .form-check-input[type=checkbox]:not(:checked) {
    opacity: 0;
    padding: 0 !important;
    width: 0;
    height: 0;
    z-index: 1;
    margin: 0;
}

.form-check-input[type=checkbox] + label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #8a8a8a;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:not(:checked):disabled + label:before, label.btn input[type=checkbox]:not(:checked):disabled + label:before {
    border: none;
    background-color: #bdbdbd;
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -4px;
    right: 10px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:checked:disabled + label:before, label.btn input[type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}

.form-check-input[type=checkbox]:indeterminate + label:before, label.btn input[type=checkbox]:indeterminate + label:before {
    top: -11px;
    right: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:indeterminate:disabled + label:before, label.btn input[type=checkbox]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,.46);
    background-color: transparent;
}

.form-check-input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:after {
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}

.form-check-input[type=checkbox].filled-in + label:after, .form-check-input[type=checkbox].filled-in + label:before, label.btn input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:before {
    content: '';
    right: 0;
    position: absolute;
    -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    -o-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:before, label.btn input[type=checkbox].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    right: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:after, label.btn input[type=checkbox].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0;
}

.form-check-input[type=checkbox].filled-in:checked + label:before, label.btn input[type=checkbox].filled-in:checked + label:before {
    top: 0;
    right: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:checked + label:after, label.btn input[type=checkbox].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #a6c;
    background-color: #a6c;
    z-index: 0;
}

.form-check-input[type=checkbox].filled-in.filled-in-danger:checked + label:after, label.btn input[type=checkbox].filled-in.filled-in-danger:checked + label:after {
    background-color: #f44336;
    border-color: #f44336;
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:before, label.btn input[type=checkbox]:disabled:not(:checked) + label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:after, label.btn input[type=checkbox]:disabled:not(:checked) + label:after {
    border-color: #bdbdbd;
    background-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:checked + label:before, label.btn input[type=checkbox]:disabled:checked + label:before {
    background-color: transparent;
}

.form-check-input[type=checkbox]:disabled:checked + label:after, label.btn input[type=checkbox]:disabled:checked + label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}


.filter-section .blog-post:hover .blog-post-image .blog-category img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.filter-section .blog-post:hover .blog-post-image img {
    opacity: 1;
}

div#input-assigned-0, #input-assigned-1 {
    display: none;
}

.header-language .dropdown-menu li {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 1em;
    padding-bottom: 1em;
}

    .header-language .dropdown-menu li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.header-language .dropdown-menu a {
    font-size: .9rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

.push-button {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    top: 1px;
}

.blog-grid .blog-post .blog-post-image .blog-category, .blog-grid .blog-post:hover .blog-post-image .blog-category {
    box-shadow: none;
    background: none;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fbaa32;
}

.navbar-nav .dropdown-menu {
    padding: 10px
}

.navbar-nav .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(17, 67, 179, 0.35);
}

.navbar-nav .dropdown-item {
    font-weight: 700 !important;
    padding: 0.6rem 1rem !important;
}


.cart-products th {
    font-weight: 700;
}



@media (max-width: 991px) {
    .push-menu {
        display: block;
    }
}

.alt-font-en {
    font-family: Tahoma;
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+0) .portfolio-box, .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+1) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+2) .portfolio-box, .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+3) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+0) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+1) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+3) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+5) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+2) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+4) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+6) .portfolio-box {
    padding: 0 0;
}

.pagination-style-01 .page-item .page-link.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+0) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+1) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+3) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+6) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+2) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+4) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+5) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+7) .portfolio-box {
    padding: 0 0;
}


@media (max-width:1680px) and (min-width: 1200px) {
    .title-large {
        font-size: 65px;
    }
}



footer .footer-logo img {
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
    max-height: 110px;
}


@media (max-width: 568px) {
    .extra-big-section.cover-background.overflow-visible {
        overflow: hidden !important;
    }

        .extra-big-section.cover-background.overflow-visible .overlap-section img {
            transform: scale(2.5);
        }
}

@media (max-width: 768px) {

    nav-header-container, .navbar {
        flex-wrap: nowrap !important;
    }

    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
        max-height: 52px;
    }

    .anim-image {
        margin-top: auto !important;
    }

    .process-step-item {
        width: 100%
    }

    .absolute-middle-center {
        right: 43%;
        top: 50%;
        position: absolute;
        -ms-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .tab-style-07 .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
    }

    .client-logo p {
        margin-top: 0 !important;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .anim-image {
        margin-top: auto !important;
    }

    .home-dentist .popup-youtube.absolute-middle-center {
        right: auto;
    }

    .home-dentist .popup-youtube.absolute-middle-center {
        left: 37%;
    }
}


@media (max-width: 991px) {
    .cart-products td {
        display: block;
        border: none;
        text-align: right;
        margin-bottom: 10px;
        padding: 0;
    }

    .cart-products tr {
        padding-right: 10px;
    }
}



.fa-li {
    right: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    left: auto;
}

.anim-image {
    margin-top: -180px;
}

.swal-text {
    text-align: center !important;
}

.swal-footer {
    text-align: center !important;
}

.client-logo p {
    margin-top: -25px;
}


.list-style-02 li {
    line-height: 24px;
}

/* custom styles */

.style1 .navbar-light {
    border-bottom: 14px solid #1767b3 !important
}

    .style1 .navbar-light:before {
        content: '';
        width: 150px;
        height: 14px;
        position: absolute;
        bottom: -14px;
        right: 0;
        background: #fff;
    }

    .style1 .navbar-light:after {
        content: '';
        width: 63px;
        height: 14px;
        position: absolute;
        bottom: -14px;
        right: 87px;
        background: #fbaa32;
    }


    .style1 .navbar-light .navbar-nav .nav-link:hover {
        color: #1767b3 !important
    }

.style1 .navbar-nav > li > a:after, .style1 .navbar-nav > li > span:after {
    content: '';
    bottom: -10px;
    height: 4px;
    position: relative;
    display: block;
    height: 4px;
    width: 100%;
    background: #fcb713;
    transform: scaleX(0);
    transition: .2s ease-out all;
    cursor: pointer;
}

.style1 .navbar-nav > li > a:hover:after, .style1 .navbar-nav > li > span:hover:after, .style1 .navbar-nav > li.open > a:after {
    transform: scaleX(1);
}


.style1 .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 70px;
    bottom: -18px;
    position: relative;
    height: 70px;
    right: 0;
    max-width: inherit;
}

.style1 .navbar .navbar-brand .default-logo, header.sticky .navbar-brand .alt-logo, header .sidebar-nav-menu .navbar-brand .default-logo {
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
}



.style1.sticky.header-appear .header-light, .style1.sticky .header-light.header-always-fixed-scroll {
    background-color: #fff !important;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    border-bottom: 14px solid #1767b3 !important
}

.style1 .nav-item > .dropdown-toggle {
    display: block;
}

    .style1 .nav-item > .dropdown-toggle:after {
        visibility: visible;
        display: inherit;
        margin-right: 0;
        vertical-align: inherit;
        border: none !important;
    }

.style1 .nav-item .dropdown-menu, .header-language .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swiper-container.swiper-overlay:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 680px;
    background: url(../images/slider-start.png) no-repeat center;
    background-size: contain;
    z-index: 10
}

.swiper-container.swiper-overlay:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 680px;
    background: url(../images/slider-end.png) no-repeat center;
    background-size: contain;
    z-index: 1
}


.swiper-button-next:after, .swiper-button-prev:after {
    content: '\f053' !important;
    font-family: 'Font Awesome\ 5 Pro';
    color: #fff;
    display: block;
    font-weight: lighter;
    transition: color linear .1s
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #fbaa32 !important;
}


.swiper-button-prev:after {
    content: '\f054' !important;
}





/*.swiper-wrapper {
    height: calc( 100% - 40px);
}*/

.swiper-container.swiper-overlay2:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 600px;
    background: url(../images/slider-overlay-start-600.png) no-repeat center;
    background-size: contain;
    z-index: 10
}

.swiper-container.swiper-overlay2:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 600px;
    background: url(../images/slider-overlay-end-600.png) no-repeat center;
    background-size: contain;
    z-index: 1
}


.swiper-overlay2 .swiper-button-next:after, .swiper-overlay2 .swiper-button-prev:after {
    content: '\f053';
    font-family: 'Font Awesome\ 5 Pro';
    color: #ccc;
    display: block;
    font-weight: lighter;
    top: calc(50% - 30px) !important;
}

.swiper-overlay2 .swiper-button-prev:after {
    content: '\f054';
}


.swiper-overlay2 .swiper-button-next, .swiper-overlay2 .swiper-button-prev {
    top: calc(50% - 30px);
}

.swiper-overlay2 .swiper-slide:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 340px;
    height: 600px;
    background: url(../images/slider-hilightoverlay-start-600.png) no-repeat center;
    background-size: contain;
    z-index: 100
}


.page-title-separator-line {
    height: 3px;
}

.icon-style-custom {
    display: block;
    transition: .2s;
}

    .icon-style-custom:hover {
        display: block;
        color: #232323
    }

        .icon-style-custom:hover h3 {
            display: block;
            color: #1767b3
        }

    .icon-style-custom .img-container {
        text-align: center;
        padding: 15px;
        transition: .2s;
    }

    .icon-style-custom hr {
    }

    .icon-style-custom .img-container img {
        width: 80px !important;
    }

    .icon-style-custom:hover .img-container {
        background: #1767b3;
    }

        .icon-style-custom:hover .img-container img {
            filter: brightness(100);
        }

.counter-icon-style-1 {
    color: #fff;
}

    .counter-icon-style-1 h3 {
        font-size: 4rem;
        line-height: 4rem;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px;
    }

    .counter-icon-style-1 span.ext {
        font-size: 4rem;
        line-height: 4rem;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px;
    }

    .counter-icon-style-1 img {
        width: 75px !important;
        filter: invert(1);
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

.interactive-banners-style-05 img {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    filter: url('#blue-white') saturate(2) grayscale(0.29);
}

.interactive-banners-style-05:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.interactive-banners-style-05:hover span.text-white {
    color: #1767b3 !important
}

.interactive-banners-style-05 .interactive-banners-content, .interactive-banners-style-05 .interactive-banners-overlayer {
    bottom: -18px;
}

.tab-style-01 .nav-tabs > li.nav-item > a.nav-link:before {
    content: "";
    position: absolute;
    right: 0px;
}


#contactus .tab-style-01 {
    /*box-shadow:10px 0 5px rgba(0,0,0,0.5)*/
    margin-bottom: 20px;
}


    #contactus .tab-style-01 .nav-tabs > li.nav-item {
        padding: 0px !important;
    }

        #contactus .tab-style-01 .nav-tabs > li.nav-item .nav-link {
            padding: 20px !important;
        }

            #contactus .tab-style-01 .nav-tabs > li.nav-item .nav-link.active {
                background: #f7f7f7
            }

                #contactus .tab-style-01 .nav-tabs > li.nav-item .nav-link.active i:before {
                    content: '\f3c5';
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: lighter
                }




@media (max-width: 768px) {
    .interactive-banners-style-05 .interactive-banners-content, .interactive-banners-style-05 .interactive-banners-overlayer {
        bottom: -2px;
    }
}


/*accardeon pnel style */


.container-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.svg-filters {
    height: 0;
}

.panel {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    border-radius: 0px;
    cursor: pointer;
    flex: .5;
    margin: 1px;
    transition: all ease-in .2s;
    filter: url('#blue-white') saturate(2) grayscale(0.29);
}


    .panel .overlay-container {
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin: 0;
        opacity: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.85);
        padding: 20px;
    }

        .panel .overlay-container h3 {
            font-size: 1.4em;
            color: #1767b3;
            font-weight: bold;
            line-height: 2.4rem;
            margin-bottom: 1rem;
        }

        .panel .overlay-container p {
            font-size: 1em;
            text-align: justify
        }

    .panel.active {
        flex: 1.5;
        filter: none;
    }

        .panel.active .overlay-container {
            opacity: 1;
            transition: opacity .3s ease-in 0.1s;
        }

@media(max-width:480px) {
    .container {
        width: 100vw;
    }

    .panel:nth-last-of-type(6),
    .panel:nth-last-of-type(7) {
        display: none;
    }
}



@media(max-width:768px) {
    .swiper-slide-container {
        margin: 0 3rem !important
    }

    .swiper-container.swiper-overlay2:before {
        display: none;
    }

    .swiper-container.swiper-overlay2:after {
        display: none;
    }
}

@media(max-width:425px) {
    .swiper-slide-container {
        margin: 0 !important
    }
}

@media(max-width:1250px) {
    .navbar .navbar-nav .nav-link {
        font-size: 1.15rem;
        margin: 0 8px;
    }
}

/*accardeon pnel style */


.list-style-02 li {
    line-height: 30px;
}

.text-small {
    font-size: .9rem;
    line-height: 1.2rem;
}

.swiper-slide.cover-background {
    overflow: visible;
}

.interactive-banners-style-02 {
    overflow: hidden
}

.swiper-slide-container {
    margin: 0 5%
}


.blog-post i {
    font-size: 48px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    display: block;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.mapPopup {
    direction: rtl;
}

    .mapPopup img {
        margin-bottom: 1em;
    }

    .mapPopup .projectTitle {
        font-family: 'IRANSansX', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
        line-height: 1.8rem;
        word-spacing: -0.1em;
        font-size: 1.4em;
        font-weight: bold;
    }

    .mapPopup span.badge {
        font-family: 'IRANSansX', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
        font-size: 1em;
    }

.leaflet-bottom {
    display: none !important;
}


.breadcrumb ul > li:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    padding: 0 11px 0 10px;
    font-size: 24px;
    color: #fbaa32
}

.swiper-slide .animated-element {
    opacity: 0; /* Start with element hidden */
    transform: translateY(20px); /* Move element down by 20px */
    transition: opacity 1s ease, transform 1s ease; /* Transition properties */
    transition-delay: 0.5s;
}

.swiper-slide .animated-element-delay {
    opacity: 0; /* Start with element hidden */
    transform: translateY(20px); /* Move element down by 20px */
    transition: opacity 1s ease, transform 1s ease; /* Transition properties */
    transition-delay: 1s;
}

.swiper-slide-active .animated-element, .swiper-slide-active .animated-element-delay {
    opacity: 1; /* Show element by changing opacity */
    transform: translateY(0); /* Move element back to its original position */
}

.btn-filter:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1em;
    color: #1767b3;
    margin-right: 5px
}


.btn-filter.collapsed:after {
    content: '\f078';
}

#FirstpageBenefits {
    border-right: 1px solid #fff;
}

@media (max-width: 991px) {
    #FirstpageBenefits {
        border-right: 0px;
        border-top: 1px solid #fff;
        padding-top: 3rem !important;
    }
}

#AboutHistory {
    border-right: 1px solid #c4d9ec;
}

@media (max-width: 991px) {
    #AboutHistory {
        border-right: 0px;
        border-top: 1px solid #c4d9ec;
        padding-top: 1rem !important;
    }
}

#intro .text-white {
    text-shadow: 0 0 35px rgb(0, 0, 0)
}

.filter-section .badge {
    white-space: normal;
}

@media (max-width: 991px) {
    .navbar-collapse {
        top: 120%;
    }

    .nav-item.dropdown.simple-dropdown.open .dropdown-menu {
        display: block;
    }

    #markersMap > div:first-child {
        width: 300px !important
    }
}

@media (max-width: 768px) {
    .style1 .navbar-light:after {
        right: 110px;
    }

    .header-language > a {
        display: block;
        position: relative;
        top: -12px;
    }

    .style1 .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
        bottom: -17px;
        height: 60px;
    }

    #markersMap > div:first-child {
        width: 200px !important
    }
}
