@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Regular.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Medium.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-SemiBold.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Bold.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}


/* default  */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: pinar;
    direction: rtl;
    background-color: #f2f4f6;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

@media (max-width: 767px) {
    .d-m-none {
        display: none !important;
    }

    .w-m-100 {
        width: 100%;
    }
}


:root {
    --color1: #1b6aa5;
    --color2: #fbc723;
}


/* navbar */
.navbar-top {
    background-color: var(--color1);
    height: 78px;
    display: flex;
    align-items: center;
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo img {
    max-width: 100%;
}


.navbar-form {
    display: flex;
    align-items: center;
}

.navbar-form {
    padding: 0 20px 0 0;
    border-radius: 5px;
    border: solid 0.5px #fbc723;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 30px;
}

.navbar-form input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.15px;
    text-align: right;
}

.navbar-form input::placeholder {
    color: #828282;
}

.navbar-form button {
    border-radius: 5px;
    background-color: var(--color2);
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.navbar-form button i {
    margin-top: 4px;
}

.navbar-form button:hover {
    opacity: 0.7;
}

.navbar-custom {
    height: 34px;
    transition: 0.3s;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #f2f4f6;
}

.nav-link-custom {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color1);
}

.nav-link-custom:hover {
    color: var(--color1) !important;
}

.nav-link-custom.active {
    color: var(--color1) !important;
}

.nav-item {
    margin-left: 10px;
    white-space: nowrap;
}

.navbar-basket {
    color: #333333;
    font-size: 18px;
    margin-right: 6px;
    transition: 0.3s;
}

.navbar-basket:hover {
    color: var(--color1);
}

.navbar-login {
    width: 100px;
    height: 24px;
    border-radius: 5px;
    background-color: var(--color2);
    border: 0;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    transition: 0.3s;
}

.navbar-login:hover {
    background-color: var(--color1);
    color: #fff;
}


@media (max-width: 767px) {

    .navbar-custom {
        height: auto;
        margin-top: 0;
    }

    .nav-link-custom {
        padding: 0;
    }

    .nav-item {
        padding: 5px;
        margin-bottom: 10px;
        margin-left: 0px;
        display: flex;
    }


    button.navbar-toggler {
        border: 0;
        margin: 0;
        padding: 0;
        color: var(--color1) !important;
        font-size: 24px !important;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: unset;
    }

    .navbar-top-btn {
        margin-right: 0;
    }

    .navbar-form {
        margin-right: 50px;
        max-width: 200px;
        padding: 0 10px 0 0;
    }

    .navbar-logo img {
        max-width: 100%;
        width: 150px;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .nav-item {
        margin-left: 20px !important;
    }

    .nav-link-custom {
        font-size: 12px;
    }

    ul.navbar-nav.ml-auto {
        white-space: nowrap;
    }


    .navbar-top-btn {
        margin-right: 15px;
    }

    .navbar-top-info-email {
        display: none;
    }

    .navbar-top-info-phone {
        margin-right: 10px;
        font-size: 12px;
    }


}


/* search  */

#search-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color1);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999;
    opacity: .9;
    transition: 0.3s;
}

.search-nav-body {
    height: 100%;
    display: flex;
    margin-top: 200px;
    justify-content: center;
}

.search-nav-clsoe {
    outline: 0;
    background: unset;
    font-size: 22px;
    color: #fff;
    margin: 44px;
    position: absolute;
    border: 2px solid var(--color2);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.search-nav-btn {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 20px;
    position: absolute;
    margin-right: -30px;
    margin-top: -3px;
    color: #f9c611;
}

.search-nav-input {
    border: 0;
    background: unset;
    outline: unset;
    border-bottom: 2px solid var(--color2);
    width: 440px;
    padding-bottom: 10px;
    color: #fff;
}

.search-nav-input::placeholder {
    color: #fff;
}

.search-nav-btn {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 20px;
    position: absolute;
    margin-right: -30px;
    margin-top: 0px;
    color: #fff;
}

/* dropdown  */

.dropdown-menu {
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin-top: 0px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    min-width: 200px;
}

.dropdown-toggle::after {
    margin-right: 10px;
}

.dropdown-item-custom {
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.dropdown-item-custom:last-child {
    margin-bottom: 0px;
}

.dropdown-hover {
    position: relative;
}

/* new dropdown  */

.dropdown-menu.dropdown-menu-triangle {
    border-radius: 5px !important;
    right: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    padding: 0;
    margin-top: 0;
}


.dropdown-toggle::after {
    margin-top: -2px;
}

.dropdown-menu {
    transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.open {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-menu-triangle::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 5px;
    padding: 0;
    min-width: 250px;
    box-shadow: unset;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    transform: rotate(180deg);
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ddd;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: var(--color1);
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px;
}

.dropdown-menu li a {
    color: #444;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding: 7px 14px;
}

.dropdown-item-custom {
    color: #444;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding: 5px 15px;
}

.dropdown-menu li a:hover {
    color: var(--color1);
}

/* offcanvas */
.offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.offcanvas-nav-submenu.active {
    right: 0;
}

.offcanvas-nav.active {
    right: 0;
}

.offcanvas-close {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #fff;
}

.offcanvas-nav-item-btn-back {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #fff;
}

.offcanvas-nav-item-btn {
    border: 0;
    background: transparent;
    outline: none;
    color: var(--color1);
    font-size: 18px;
}

.offcanvas-header {
    height: 78px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    background-color: var(--color1);
}


.offcanvas-body {
    padding: 15px;
}

.offcanvas-sub-body {
    padding: 15px;
    margin-top: 15px;
}

.offcanvas-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.dropdown-menu li {
    display: block;
}

@media (min-width: 768px) {
    .offcanvas-nav {
        display: none;
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
}

#overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
}


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px;
}

.swiper-main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-brand {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-5 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-6 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    font-weight: bold;
    color: var(--color2);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color1);
}

.swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
}

@media (max-width: 767px) {
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }
}

video {
    width: 100%;
}


.home-wrap-1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 455px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-wrap-1-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -85px;
}

.home-wrap-1-title {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

.home-wrap-1-title-2 {
    font-size: 47px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: right;
    color: #fff;

}

@media (max-width: 767px) {
    .home-wrap-1 {
        min-height: 250px;
    }

    .home-wrap-1-info {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: -40px;
        margin-right: 35px;

    }

    .home-wrap-1-title {
        font-size: 20px;
    }

    .home-wrap-1-title-2 {
        font-size: 23px;
        margin-right: 15px;
    }
}


.home-wrap-2 {
    margin-top: 10px;
    position: relative;
}

.home-wrap-2-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s;
}

.home-wrap-2-item span {
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.47;
    letter-spacing: normal;
    text-align: right;
    color: #0d7882;
    margin-top: 7px;
    transition: 0.3s;
}

.home-wrap-2-item img {
    width: 100px;
    height: 100px;
    transition: 0.3s;
}

.home-wrap-2-item:hover span {
    color: var(--color1);
}

.home-wrap-2-item:hover img {
    transform: scale(1.2);
}

.home-wrap-2-float-1 {
    position: absolute;
    right: 0;
    top: 10%;
}

.home-wrap-2-float-2 {
    position: absolute;
    left: 30px;
    top: 20%;
}

.home-wrap-2-float-3 {
    position: absolute;
    left: 0;
    top: 40%;
}

@media (max-width: 767px) {
    .home-wrap-2 {
        margin-top: 10px;
    }

    .home-wrap-2-item span {
        font-size: 15px;
    }
}


.home-wrap-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.home-wrap-3-title {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: right;
    color: #fbc723;
}


.home-wrap-3-text {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-top: 11px;
    text-align: justify;
    font-family: IRANSansXFaNum;
    letter-spacing: -0.5px;
}

.home-wrap-3-btn {
    width: 107px;
    height: 30px;
    border-radius: 14px;
    background-color: var(--color2);
    border: 1px solid var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #1b6aa5;
    margin-top: 10px;
    transition: 0.3s;
}

.home-wrap-3-info {
    margin-top: 30px;
}

.home-wrap-3-btn:hover {
    background: transparent;
}

@media (max-width: 767px) {

    .home-wrap-3 {
        margin-top: 35px;
        min-height: 399px;
        padding: 20px 0;
    }

    .home-wrap-3-title {
        font-size: 24px;
    }

    .home-wrap-3-text {
        font-size: 14px;
    }

    .home-wrap-3-info {
        backdrop-filter: blur(5px);
        background: #00000057;
        padding: 20px;
        border-radius: 15px;
        margin-top: 0;
    }
}


.wrapper-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.wrapper-row-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: center;
    color: #0a5871;
    min-width: 255px;
}

@media (max-width: 767px) {
    .wrapper-row {
        margin-top: 30px;
    }

    .wrapper-row-inner {
        font-size: 18px;
    }
}

.home-wrap-4 {
    position: relative;
}

.home-wrap-4-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-wrap-4-item-img {
    width: 131px;
    height: 131px;
    transition: 0.3s;
}

.home-wrap-4-item-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #823431;
    margin-bottom: -10px;
    z-index: 1;
    transition: 0.3s;
}

.home-wrap-4-item-box {
    border-radius: 6px;
    background-color: #e5e5e5;
    max-width: 250px;
    position: relative;
    padding: 15px 30px;
}

.home-wrap-4-item-number {
    position: absolute;
    left: -15px;
    top: -20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 0.9;
    color: #1b6aa5;
    font-family: system-ui;
    opacity: 0.31;
}

.home-wrap-4-item-text {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: justify;
    color: #000;
    letter-spacing: -0.5px;

    text-overflow: ellipsis;

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-family: IRANSansXFaNum;
}

.home-wrap-4-item:hover .home-wrap-4-item-img {
    transform: scale(1.2);
}

.home-wrap-4-item:hover .home-wrap-4-item-title {
    color: var(--color1);
}


.absolute {
    position: absolute;
}

.hw-4-1 {
    right: 0;
}

.hw-4-2 {
    right: 80px;
    top: 20%;
}

.hw-4-3 {
    right: 40px;
    top: 30%;
}

.hw-4-1 {
    right: 20px;
    bottom: 20%;
}

.hw-4-5 {
    left: 60px;
    top: 20%;
}

.hw-4-6 {
    left: 60px;
    top: 60%;
}

.hw-4-7 {
    left: 10px;
    bottom: 20%;
}

.hw-4-8 {
    right: 20px;
    top: 0;
    z-index: -1;
}

.hw-4-9 {
    right: 0;
    width: 90px;
    object-fit: cover;
    height: 250px;
    object-position: left;
    top: 20%;
    z-index: -1;
}

.hw-4-10 {
    left: 0;
    width: 150px;
    object-fit: cover;
    height: 250px;
    object-position: right;
    top: 0;
    z-index: -1;
}

.hw-4-11 {
    left: 30px;
    bottom: 0;
    z-index: -1;
}


.player {
    max-height: 330px;
}

/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
    background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
    display: none !important;
}

.plyr__controls [data-plyr="settings"] {
    display: none !important;
}

.plyr__controls [data-plyr="volume"] {
    display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    border-radius: 5px;
}

.plyr__poster {
    background-size: cover !important;
}

.plyr__video-wrapper {
    border-radius: 10px;
}

.plyr--video {
    border-radius: 15px !important;
}

.home-wrap-5 {
    margin-top: 50px;
    background-color: #78c8c8;
    height: 160px;
    display: flex;
    align-items: end;
    margin-top: 130px;
    padding-bottom: 20px;
}

.home-wrap-5-img-body {
    position: relative;
    width: 100%;
    height: 200px;
    flex: 0 0 200px;
    overflow: hidden;
    border-radius: 0;
    padding: 10px;
    border: 10px solid #78c8c8;
    background: #78c8c8;
}

.home-wrap-5-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
    border-radius: 10px;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    max-height: 330px;
    border-radius: 36px !important;
}

button.plyr__control.plyr__control--overlaid {
    background: #ff9100 !important;
}

.home-wrap-6 {
    background-color: #b8dfdf;
    height: 222px;
    display: flex;
    align-items: start;
    margin-top: 40px;
    margin-bottom: 180px;
    padding-top: 25px;
    border-radius: 0 27px 27px 0;
    position: relative;
}

.home-wrap-6-title {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #148895;
}

.home-wrap-6-text {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #285558;
    text-align: justify;
    letter-spacing: -0.5px;
    font-family: IRANSansXFaNum;
}


.home-wrap-6-play-video i {
    position: absolute;
    color: #fff;
    width: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-wrap-6-play-video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-wrap-6-play-video {
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #78c8c8;
    justify-content: center;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
}

@media (max-width: 767px) {
    .home-wrap-6 {
        height: auto;
        margin-top: 30px;
        padding: 20px 0;
        margin-bottom: 0;
        border-radius: 27px;
    }

    .home-wrap-6-title {
        font-size: 24px;
    }

    .home-wrap-6-text {
        margin-right: 0;
    }
}


.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 30px;
    margin-bottom: -15px;
}

.home-wrap-7 {
    margin-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.card-blog {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    border-radius: 0 100px 0 0;
    padding: 20px;
    border-radius: 13px;
    background-color: #cae2e2;
}


.home-wrap-5-img-body:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.card-blog:hover .card-blog-img-body img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.card-blog-img-body {
    position: relative;
    width: 100%;
    height: 180px;
    flex: 0 0 180px;
    overflow: hidden;
    border-radius: 0px;
    border: solid 5px #66c2c2;
    border-radius: 13px;
    margin-top: -40px;
}

.card-blog-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.card-blog-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.24;
    letter-spacing: normal;
    text-align: right;
    color: #082a5e;
}

.card-blog-text {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    text-align: justify;
    letter-spacing: -0.5px;
    font-family: IRANSansXFaNum;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: 80px;
}

.card-blog-btn {
    height: 25px;
    border-radius: 18px;
    background-color: #cfad1a;
    border: 1px solid #cfad1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: right;
    color: #2d4057;
    width: 75px;
    transition: 0.3s;
    font-family: IRANSansXFaNum;
}

.card-blog-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.card-blog-title:hover {
    color: var(--color1);
}

.card-blog-btn:hover {
    background: transparent;
}

.card-blog-info {
    padding: 20px;
}

.card-blog-date {
    font-family: IRANSansXFaNum;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #0c4044;
}

@media (max-width: 767px) {
    .card-blog {
        flex-direction: column;
        padding: 20px;
    }

    .card-blog-info {
        padding: 0px;
        padding-top: 20px;
    }
}

.home-wrap-8 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 395px;
    display: flex;
    align-items: center;
}

.home-wrap-8-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #e4e4e4;
    margin-top: 25px;
}

.home-wrap-8-title span {
    color: var(--color2);
}

.home-wrap-8-text {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #285558;
    text-align: justify;
    letter-spacing: -0.5px;
    font-family: IRANSansXFaNum;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .home-wrap-8 {
        background-image: unset !important;
        background-color: #49bdc1;
        padding: 20px 0;
        margin-top: 30px;
        min-height: auto;
    }

    .home-wrap-8-title {
        font-size: 24px;
    }

    .home-wrap-8-text {
        font-size: 14px;
    }
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.3s;
}

.brand-item img {
    max-width: 100%;
    transition: 0.3s;
}

.brand-item:hover img {
    transform: scale(1.1);
}


/* footer */

footer {
    background-color: var(--color1);
    border-radius: 0 40px 0 0;

}


.footer {
    padding: 45px 10px;
    background-color: var(--color1);
    /*margin-top: 45px;*/
    position: relative;
    border-radius: 0 40px 0 0;
}

.footer-bottom-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-social a {
    color: white;
    border-radius: 5.4px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: 9px;
    padding-top: 3px;
    font-size: 14px;
    width: 25px;
    height: 25px;
}

.fs-12 {
    font-size: 12px;
}


.footer-text {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: right;
    margin-top: 10px;
    text-align: justify;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: IRANSansXFaNum;
    z-index: 3;
    display: block;
    position: relative;
}


.footer-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-header-title {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #bfac5b;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}


a.footer-logo-tel {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.footer-logo img {
    width: 110px;
}

.footer-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 18px;
    min-width: 40px;
    min-height: 40px;
}


.footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-ul li {
    display: block;
}

.footer-link {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    font-family: IRANSansXFaNum;
}

.footer-link:hover {
    color: var(--color2);
}

.footer-info {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: right;
    color: #a7a7a7;
    margin-bottom: 8px;
}

.footer-bottom-item {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    font-family: IRANSansXFaNum;
}

.footer-bottom-item a {
    color: #333333;
}


.footer-social-item {
    width: 30.5px;
    height: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: 6px;
    color: #fff;
}

.footer-social-item:hover {
    color: var(--color2);
}


.footer-bottom {
    padding: 15px 0;
    background-color: #dcdcdc;
    border-radius: 0 40px 0 0;
}

.footer-logo-tel:hover {
    color: var(--color2);
}

.footer-bottom-item a:hover {
    color: var(--color1);
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.myAnim1 {
    animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
    animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim3 {
    animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
    animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 0;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim2 {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

@keyframes myAnim3 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim4 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}


/* pages  */

.banner-wrapper {
    min-height: 455px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: end;
    justify-content: start;
    padding-bottom: 200px;
}

.banner-wrapper-title {
    height: 88px;
    border-radius: 44px 0 0 44px;
    background-color: #a9f6e6b0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 800;
    color: #1a5f71;
    padding: 10px 40px;
}

.banner-wrapper-title img {
    max-width: 100%;
    max-height: 100%;
}

.banner-wrapper-title span {
    margin-right: 5px;
}


.box-1 {
    background-image: linear-gradient(to left, rgba(58, 199, 204, 0.42) 40%, #38beb9 80%);
    margin-top: 100px;
    border-radius: 0 200px;
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.box-1-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #148895;
}

.box-1-title {
    font-size: 32px;
    font-weight: bold;
    color: #148895;
}

.box-1-img {
    height: 375px;
    margin-top: -45px;
    margin-bottom: -45px;
    border-radius: 15px;
    max-width: 100%
}

.box-1-text {
    background-color: #ffffff52;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    padding: 15px 35px;
    border-radius: 40px 0 0 0;
    font-family: IRANSansXFaNum;
    margin-top: 7px;
}

.box-1-btn {
    width: 107px;
    font-family: IRANSansXFaNum;
    height: 30px;
    border-radius: 14px;
    background-color: #fbc723;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: normal;
    text-align: right;
    color: #1b6aa5;
    transition: 0.3s;
}

.box-1-btn:hover {
    background: #10576e;
    color: #fff;
}

.box-1-img-body {
    position: relative;
}

.box-1-img-float-1 {
    width: 110px;
}

.box-1-img-float-2 {
    width: 110px;
}

.box-1-img-float-1 {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 10px;
    object-fit: cover;
    border-radius: 13px;
    border: solid 5px #82d5d2;
    transform: rotate(-15deg);
    transition: 0.3s;
}


.box-1-img-float-2 {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 10px;
    object-fit: cover;
    border-radius: 13px;
    border: solid 5px #82d5d2;
    transform: rotate(15deg);
    transition: 0.3s;
}

.box-1-img-float-1:hover {
    transform: rotate(0deg);
}

.box-1-img-float-2:hover {
    transform: rotate(0deg);
}

.box-1-img-float-3 {
    width: 110px;
    height: 110px;
    position: absolute;
    right: 0;
    top: 10px;
    object-fit: cover;
    border-radius: 13px;
    border: solid 5px #82d5d2;
    transition: 0.3s;
}


.box-1-img-float-4 {
    width: 110px;
    height: 110px;
    position: absolute;
    right: 5%;
    bottom: 10px;
    object-fit: cover;
    border-radius: 13px;
    border: solid 5px #82d5d2;
    transition: 0.3s;
}

.box-1-img-float-3:hover {
    transform: rotate(15deg);
}

.box-1-img-float-4:hover {
    transform: rotate(-15deg);
}


.box-1-float-1 {
    position: absolute;
    right: 0;
    top: 0;
}

.box-1-float-2 {
    position: absolute;
    top: 0;
    right: 6%;
}

.box-1-float-3 {
    position: absolute;
    left: 6%;
    bottom: 0;
}

.box-1-float-4 {
    position: absolute;
    left: 0;
    bottom: 10%;
}

.border-1 {
    padding-right: 15px;
    margin-top: 55px;
    margin-bottom: 55px;
}

.border-1 span {
    height: 3px;
    background: #97abb9;
    width: 100%;
    display: block;
}


@media (max-width: 767px) {
    .banner-wrapper {
        min-height: 250px;
    }

    .banner-wrapper-title {
        font-size: 24px;
        padding: 10px 20px;
    }

    .box-1-img {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        border-radius: 15px;
    }

    .box-1-img-body {
        margin-top: 15px;
    }

    .box-1 {
        background-image: linear-gradient(to left, rgba(58, 199, 204, 0.42) 40%, #38beb9 80%);
        border-radius: 0 100px;
        min-height: auto;
        margin-top: 40px;
        padding: 60px 0;
    }

    .box-1-title {
        font-size: 22px;
    }

    .box-1-float-1 {
        right: unset;
        left: 0;
    }

    .box-1-text {
        padding: 20px;
    }

    .box-1-float-4 {
        left: unset;
        right: 0;
        bottom: 0;
    }

}


.box-2 {
    background-color: rgba(58, 199, 204, 0.42);
    min-height: 285px;
    display: flex;
    align-items: center;
    position: relative;
}

.box-2-img-body {
    position: relative;
    padding: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.box-2-img {
    max-width: 100%;
    border-radius: 42px;
    height: 320px;
    object-fit: cover;
    transition: 0.3s;
}

.box-2-img:hover {
    transform: scale(1.05);

}

.box-2-img-left-top {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 1;
}

.box-2-img-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
}


.box-2-title {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #148895;
}

.box-2-text {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #285558;
    margin-top: 3px;
    font-family: IRANSansXFaNum;
}

.box-2-img-left {
    max-width: 100%;
    position: absolute;
    left: -15px;
    height: 197px;
}

@media (max-width: 767px) {
    .box-2-img {
        max-width: unset;
        width: 100%;
        border-radius: 42px;
        height: auto;
        object-fit: cover;
    }

    .box-2-img-left {
        display: none;
    }

    .box-2-title {
        font-size: 22px;
        margin-top: 45px;
    }

    .box-2 {
        min-height: auto;
        padding-bottom: 20px;
    }
}


.box-3 {
    min-height: 285px;
    background-color: rgba(58, 199, 204, 0.42);
    padding: 20px;
}

.box-3-item-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #ffed78 transparent transparent;
    display: block;
}

.box-3-item-icon2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
}

.box-3-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.box-3-item-text {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #4b5567;
    margin-right: 10px;
}

.box-3-title {
    font-size: 37px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #148895;
}

.box-3-img-left {
    position: absolute;
    left: 0;
    z-index: 1;
}

.box-3-img-float-1 {
    position: absolute;
    right: 0;
    top: 20%;
}

.box-3-img-float-2 {
    position: absolute;
    bottom: 20%;
    right: 6%;
}

.box-3-img {
    max-width: 100%;
}


@media (max-width: 767px) {
    .box-3-img-left {
        position: relative;
        max-width: 100%;
    }

    .box-3-title {
        font-size: 22px;
        margin-top: 30px;
    }

    .box-3-img-float-1 {
        top: 0;
        z-index: 9;
    }

    .box-3-item-text {
        font-size: 18px;
    }

    .box-3-img-body {
        margin-top: 30px;
    }

    .box-3-img-float-2 {
        bottom: unset;
        right: unset;
        left: 20px;
        top: 0;
        z-index: 9;
    }
}

.box-4 {
    background-image: linear-gradient(to left, rgba(58, 199, 204, 0.42) 40%, #38beb9 80%);
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.box-4-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #10576e;
}

.box-4-text {
    background-color: #ffffff52;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    padding: 15px 35px;
    border-radius: 40px 0 0 0;
    font-family: IRANSansXFaNum;
    margin-top: 7px;
}


.box-4-img {
    max-width: 100%;
}

.box-4-img-body {
    position: relative;
}

.box-4-img-float-1 {
    position: absolute;
    left: 15%;
    top: 0%;
}

.box-4-img-float-2 {
    position: absolute;
    left: 0;
    top: 5%;
}

.box-4-float-1 {
    position: absolute;
    left: 10%;
    bottom: 10%;
}


@media (max-width: 767px) {
    .box-4 {
        margin-top: 40px;
    }


    .box-4-title {
        font-size: 22px;
        margin-top: 20px;
    }

    .box-4-text {
        margin-top: 15px;
        padding: 20px;
    }
}


.box-5 {
    background-image: linear-gradient(269deg, #1097a7 50%, #68e5e0 75%);
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-radius: 0 80px 0 0;
    position: relative;
}

.box-5-img {
    max-width: 100%;
}


.box-5-img-flaot-1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.box-5-img-float-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.box-5-img-body {
    position: relative;
    padding: 20px;
}

.box-5-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #afecff;
}

.box-5-text {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 10px;
}

.box-5-float-1 {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .box-5-title {
        font-size: 22px;
    }

    .box-5 {
        background-image: linear-gradient(269deg, #1097a7 69%, #68e5e0 130%);
        padding: 40px 0;
    }

    .box-5-img-body {
        margin-top: 25px;
    }

}


.box-6 {
    background-image: linear-gradient(341deg, #1097A7 0%, #68e5e0 110%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 40px 0 0 40px;
}


.box-6-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 40px 40px 0;
    max-width: 100%;
}

.box-6-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #267087;
}

.box-6-text {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #285558;
    margin-top: 5px;
    font-family: IRANSansXFaNum;
}

.box-6-img-1 {
    width: 100%;
    height: 134px;
    object-fit: cover;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .box-6-title {
        font-size: 22px;
    }

    .box-6-img {
        border-radius: 40px;
    }
}


.box-7 {
    background-image: linear-gradient(to left, rgba(58, 199, 204, 0.42) 40%, #38beb9 80%);
    margin-top: 100px;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.box-7-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: #10576e;
}

.box-7-info {
    background-color: #ffffff52;
    padding: 20px;
    border-radius: 40px 0 0 0;
    margin-top: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-7-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    font-family: IRANSansXFaNum;
}

.box-7-img {
    position: absolute;
    left: -15px;
    height: 275px;
    max-width: 100%;
}

.box-7-float-1 {
    position: absolute;
    left: 0;
    top: 5%;
}

.box-7-float-2 {
    position: absolute;
    right: 0;
    top: 20%;
}

.box-7-float-3 {
    position: absolute;
    right: 35%;
    top: 30%;
}


.box-7-img-body {
    height: 100%;
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {

    .box-7-title {
        font-size: 22px;
    }

    .box-7 {
        margin-top: 40px;
        flex-direction: column;
    }

    img.box-7-img {
        position: relative;
        max-width: 100%;
        left: 0;
        height: auto;
    }

    .box-7-img-body {
        padding: 20px;
        margin-top: 60px;
    }
}

.box-8 {
    background-image: linear-gradient(269deg, #1097a7 50%, #68e5e0 75%);
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-radius: 0 80px 0 0;
    position: relative;
}

.box-8-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 80px 0 0;
}

.box-8-title {
    font-size: 38px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #0b506a;
    margin-top: -50px;
}

.box-8-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    font-family: IRANSansXFaNum;

}

.box-8-info {
    background-color: #ffffff52;
    padding: 20px;
    border-radius: 40px 15px 15px 0;
}


@media (max-width: 767px) {
    .box-8 {
        padding: 15px 0;
        border-radius: 0 50px 0 0;
    }

    .box-8-img {
        border-radius: 0 40px 0 0;
    }

    .box-8-title {
        font-size: 22px;
        margin-top: 0;
    }

    .box-8-info {
        border-radius: 0;
    }
}


.box-9 {
    background-image: linear-gradient(269deg, #1097a7 50%, #68e5e0 75%);
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 43px;
}

.box-9-title {
    font-size: 38px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #0b506a;
    background: #69cfd3;
    border-radius: 16px 0 0 16px;
    padding: 5px;
}

.box-9-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #fff;
    margin-top: 30px;
    font-family: IRANSansXFaNum;
}

.box-9-img-body {
    height: 100%;
    display: flex;
    align-items: center;
}

.box-9-img {
    position: absolute;
    left: 0;
    height: 100%;
    max-width: 100%;
}

.box-9-info {
    padding: 20px 0;
}


@media (max-width: 767px) {
    .box-9 {
        flex-direction: column;
        background-image: linear-gradient(213deg, #1097a7 50%, #68e5e0 75%);
    }

    .box-9-img {
        position: relative;
        width: 100%;
    }

    .box-9-title {
        font-size: 22px;
    }

    .box-9-img-body {
        padding: 20px;
    }

}


.box-10 {
    background-image: linear-gradient(to left, rgba(58, 199, 204, 0.42) 40%, #38beb9 80%);
    margin-top: 100px;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.box-10-title {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: right;
    color: #10576e;
}

.box-10-info {
    background-color: #ffffff52;
    padding: 15px 35px;
    border-radius: 60px 0 0 0;
    margin-top: 7px;
}

.box-10-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    font-family: IRANSansXFaNum;
}


.box-10-img-body {
    position: relative;
    padding: 20px;
}

.box-10-img {
    width: 100%;
    border-radius: 20px;
    max-width: 100%;
}

.box-10-img-float-1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.box-10-img-float-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}


.box-10-img-float-4 {
    position: absolute;
    right: 0;
    top: 0;
}


.box-10-img-float-3 {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.box-10-img-float-5 {
    position: absolute;
    left: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .box-10-title {
        font-size: 22px;
    }

    .box-10 {
        margin-top: 40px;
    }

    .box-10-info {
        padding: 20px;
    }

    .box-10-img-body {
        margin-top: 40px;
    }
}


.box-11 {
    background-image: linear-gradient(269deg, #1097a7 50%, #68e5e0 75%);
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.box-11-img-body {
    position: relative;
}

.box-11-img-float-1 {
    position: absolute;
    left: -5%;
    top: 5%;
}


.box-11-img-float-2 {
    position: absolute;
    right: -20%;
    bottom: 5%;
}

.box-11-float-1 {
    position: absolute;
    right: 7%;
    top: 10%;
}

.box-11-float-2 {
    position: absolute;
    right: 8%;
    top: 34%;
}

.box-11-img {
    width: 100%;
    max-width: 100%;
}


@media (max-width: 767px) {
    .box-11-img-float-1 {
        left: 5%;
    }

    .box-11-img-float-2 {
        right: 5%;
    }
}


.home-wrap-8-sr {
    background: #ebecec;
    position: relative;
    padding: 20px 0;
}

.home-wrap-8-sr-float-1 {
    height: 330.5px;
    position: absolute;
    right: 0;
    top: 50px;
}

.home-wrap-8-sr-float-2 {
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 80px;
}

.home-wrap-8-sr-float-3 {
    position: absolute;
    right: 0;
    height: 116.5px;
    margin-top: 50px;
}

.home-wrap-8-sr-item {
    display: flex;
    align-items: start;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-wrap-8-sr-item-title {
    font-size: 21px;
    font-weight: 800;
    text-align: right;
    color: #006767;
    position: relative;
    margin-top: 10px;
    margin-right: 5px;
}

.home-wrap-8-sr-item-text {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #52605c;
    position: relative;
}

.home-wrap-8-sr-item-text a {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #52605c;
    font-family: IRANSansXFaNum;
    position: relative;
}

.home-wrap-8-sr-item-text a:hover {
    color: var(--color4);
}

.home-wrap-8-sr-item-img {
    height: 40px;
    position: relative;
    z-index: 1;
}

.home-wrap-8-sr-item-float {
    width: 40px;
    height: 40px;
    background: #bdd3d7;
    position: absolute;
    transform: rotate(-45deg);
    border-radius: 3px;
    opacity: 0.7;
    right: 15px;
}


.home-wrap-8-sr-float-4 {
    transform: rotate(-45deg);
    background: #f6f7f7;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 5px;
    right: 147px;
    top: 67px;
}

.home-wrap-8-sr-map {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    width: 300px;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 40px;
    border: 5px solid #aac7c7;
    margin-top: 50px;
}

.home-wrap-8-sr-float-6 {
    background: #d3dfe1;
    height: 200px;
    position: absolute;
    width: 200px;
    top: 25%;
    transform: rotate(45deg);
    border-radius: 12px;
}


.responsive-map {
    overflow: hidden;
    height: 300px;
    position: relative;
    max-width: 100%;
}

.responsive-map iframe {
    height: 500px;
    transform: rotate(-45deg) scale(1.22);
}


@media (max-width: 767px) {

    .home-wrap-8-sr-map {
        width: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .responsive-map {
        height: 200px;
    }

    .home-wrap-8-sr-float-6 {
        display: none;
    }
}


.box-tamas {
    border-radius: 18px;
    background-color: #e3e1e1;
    margin-top: 40px;
    padding: 20px;
}


.box-tamas-input {
    height: 57px;
    padding: 15px;
    border-radius: 12px;
    border: solid 1px #707070;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #9e9e9e;
    width: 100%;
    outline-color: var(--color1);
    font-family: IRANSansXFaNum;
}


.box-tamas-textarea {
    padding: 15px;
    border-radius: 12px;
    border: solid 1px #707070;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #9e9e9e;
    width: 100%;
    outline-color: var(--color1);
    font-family: IRANSansXFaNum;
}

.box-tamas-btn {
    width: 123px;
    height: 34px;
    border-radius: 5px;
    background-color: #e2a95f;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #6e4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IRANSansXFaNum;
    transition: 0.3s;
}

.box-tamas-btn:hover {
    opacity: 0.7;
}

.myAnim2-1 {
    animation: myAnim2 15s linear 1s infinite normal forwards;
}

.myAnim2-2 {
    animation: myAnim2 15s linear 1.5s infinite normal forwards;
}

.myAnim2-3 {
    animation: myAnim2 15s linear 2s infinite normal forwards;
}

.myAnim2-4 {
    animation: myAnim2 15s linear 0.5s infinite normal forwards;
}

.left-15 {
    left: 15px;
}

/*ul li style*/

ul.ul-style {
    list-style: none;
    padding-right: 0;
}

/*language*/


.language {
    line-height: 1;
}

.language ul {
    /*padding: 0 20px;*/
    margin-top: 20px;
    /*float: left;*/
    background: #00000090;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    position: absolute;
    left: 1%;
    top: -1.3rem;
}

.language ul li {
    display: block;
}

.language ul li a {
    /*padding: 0 0 25px 0;*/
    display: block;
}

.language ul li a img, .language ul li a p {
    float: right;
}

.language ul li a img {
    width: 33px;
}

.language ul li a p {
    margin-right: 20px;
    margin-top: 5px;
    vertical-align: middle;
    color: #fff;
    transition: all ease 0.2s;
}

.language ul li a:hover p {
    color: #07cfdc;
}

.language ul li:first-child {
    /*border-bottom: 1px solid #aaaaaa;*/
}

.lang-menu {
    display: none !important;
}

.lang-menu a p {
    color: #fff !important;
}

/**/

.language ul {
    padding: 0 !important;
    background-color: transparent;
}

.language ul li a img {
    width: 28px;
}

.flag-list ul {
    list-style: none;
}


/*.language ul{*/
/*  padding: 0 !important;*/
/*  background-color: #dcdcdd;*/
/*}*/
/*.language ul li a img{*/
/*  width: 28px;*/
/*}*/

.article {
    padding-bottom: 30px
}

.article .title {
    border: none;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: solid thin #efefef
}

.article .title h4 {
    color: #555
}

.article .tiny_content {
    font-size: 14px !important;
    text-align: justify !important;
    margin-top: 15px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(15, 15, 15, 0.28);
    -moz-box-shadow: 2px 2px 5px 2px rgba(15, 15, 15, 0.28);
    box-shadow: 2px 2px 5px 2px rgba(15, 15, 15, 0.28);
    padding: 20px;
    border-radius: 3px
}

.article .article_content {
    text-align: justify;
    line-height: 24px;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 3px;
    margin-top: 20px
}

.article-view-img {
    display: block;
    margin: 10px auto;
    float: none;
    text-align: center
}

.article h1 {
    font-size: 2em;
}

.custom-container {
    padding: 0 5%;
}

/*.breadcrumb{background:transparent none repeat scroll 0 0;border-radius:0;margin:0;padding:0;float:right;direction:rtl;display:block;margin:10px 0;}*/
.breadcrumb li a {
    color: gray;
    font-size: 12px;
    margin-right: 0;
}

.breadcrumb li.active {
    color: #666;
    font-size: 13px;
    font-weight: 600
}

.breadcrumb li.home {
    position: relative
}

.breadcrumb > li + li {
    position: relative;
    display: inline
}

.breadcrumb li a, .breadcrumb li.home::before {
    transition: all .4s ease 0
}

.breadcrumb li:hover a {
    color: #74023e
}

.breadcrumb li.home:hover::before {
    color: #65C178
}

.breadcrumb > li + li:before {
    padding: 0 1px;
    color: #adadad
}

.products-list .breadcrumb {
    margin-top: -4px;
    margin-bottom: 17px
}

.products-list .breadcrumb li:last-child {
    font-weight: 700;
    color: #222
}

.products-list .breadcrumb li a:last-child {
    color: #222
}

@media only screen and (max-width: 992px) {
    .breadcrumb {
        background: transparent none repeat scroll 0 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        float: right;
        direction: rtl;
        display: block;
        margin-bottom: 40px;
    }
}

.columns-container {
    background-color: #FFF;
}

/*.q-shadow, .chat-boxshadow {*/
/*  box-shadow: 1px 3px 4px #DDD;*/
/*  -moz-box-shadow: 1px 3px 4px #DDD;*/
/*  -webkit-box-shadow: 1px 3px 4px #DDD;*/
/*  -o-box-shadow: 1px 3px 4px #DDD;*/
/*  padding: 4px 2px;*/
/*}*/
/*.mb30 {*/
/*  margin-bottom: 30px;*/
/*}*/
/*.mt30 {*/
/*  margin-top: 30px;*/
/*}*/
/*.pl20 {*/
/*  padding-left: 20px;*/
/*}*/
/*.pr20 {*/
/*  padding-right: 20px;*/
/*}*/
/*.pb25 {*/
/*  padding-bottom: 25px;*/
/*}*/
/*.area-title {*/
/*  padding: 0 0 10px;*/
/*  width: 100%;*/
/*  text-align: right;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.mt20 {*/
/*  margin-top: 20px;*/
/*}*/

/*.row.row-margin {*/
/*  margin-left: -7px;*/
/*  margin-right: -7px;*/
/*}*/
/*.owl-carousel .owl-wrapper-outer {*/
/*  padding-bottom: 1px;*/
/*}*/

/*.owl-carousel .owl-wrapper-outer {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  width: 100%;*/
/*}*/
/*.owl-carousel .owl-wrapper, .owl-carousel .owl-item {*/
/*  -webkit-backface-visibility: hidden;*/
/*  -moz-backface-visibility: hidden;*/
/*  -ms-backface-visibility: hidden;*/
/*  -webkit-transform: translate3d(0,0,0);*/
/*  -moz-transform: translate3d(0,0,0);*/
/*  -ms-transform: translate3d(0,0,0);*/
/*}*/
/*.owl-carousel .owl-wrapper {*/
/*  display: none;*/
/*  position: relative;*/
/*  -webkit-transform: translate3d(0px,0px,0px);*/
/*}*/
/*.owl-carousel .owl-wrapper, .owl-carousel .owl-item {*/
/*  -webkit-backface-visibility: hidden;*/
/*  -moz-backface-visibility: hidden;*/
/*  -ms-backface-visibility: hidden;*/
/*  -webkit-transform: translate3d(0,0,0);*/
/*  -moz-transform: translate3d(0,0,0);*/
/*  -ms-transform: translate3d(0,0,0);*/
/*}*/
/*.owl-carousel .owl-item {*/
/*  float: left;*/
/*}*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 1px
}

.pagination ul li {
    display: inline-block
}

.pagination ul li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 30px;
    line-height: 18px;
    text-align: center;
    color: #666;
    border-color: #bfbfbf;
    font-weight: 500
}

.pagination .pagination-active a, .pagination ul li a:hover {
    background: #5ba3e2 none repeat scroll 0 0;
    color: #fff;
    border-color: #70a2ce
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.news-wrapper-1-inner img {
    width: 100%;

}


.home-wrap-4-item-text {
    font-size: 12px;
}

.card-blog-text {
    font-size: 12px;
}

.logo-text {
    direction: rtl;
    text-align: right;
    padding-top: 30px;
    text-indent: 7px;
    position: absolute;
}

.logo-text h1 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    text-indent: -99999em;
}


#contact_whatsapp {
  position: fixed;
  background-color: rgb(0 128 0);
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  left: 25px;
  width: 60px;
  height: 60px;
}

#contact_whatsapp span {
  font-size: 30px;
  padding: 0;
}

#contact_telegram {
  position: fixed;
  background-color: rgb(45, 82, 172);
  border-radius: 50%;
  bottom: 90px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  left: 25px;
  text-align: center;
  width: 60px;
  height: 60px;
}
#contact_telegram span {
  padding: 0;
  font-size: 21px;
}

.sv-card-title h1{
    font-size:17px;
    color: #000;
    font-weight: 600;
}