@font-face {
    font-family: kalameh;
    src:
            url(../fonts/kalameh/ttf/Kalameh-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: kalameh;
    src:
            url(../fonts/kalameh/ttf/Kalameh-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: kalameh;
    src:
            url(../fonts/kalameh/ttf/Kalameh-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: kalameh;
    src:
            url(../fonts/kalameh/ttf/Kalameh-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: kalameh;
    src:
            url(../fonts/kalameh/ttf/Kalameh-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@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: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}


/* default  */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: IRANSansXFaNum;
    direction: rtl;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
    .d-m-none {
        display: none !important;
    }

    .w-m-100 {
        width: 100%;
    }
}


:root {
    --color1: #437592;
    --color2: #62b7b4;
}



/* navbar */
.navbar-top {
    background: #fff;
}

.navbar-top-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-custom {
    height: 65px;
    background-color: var(--color1);
    transition: 0.3s;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo img {
    max-width: 100%;
    width: 59px;
}

.navbar-logo h1 {
    font-size: 21px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #c9976a;
    margin: 0;
}

.navbar-logo h1 span {
    color: #2d797e;
}

.nav-link-custom {
    display: flex;
    align-items: center;
    padding: 22px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.nav-link-custom.active {
    color: var(--color2) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-link-custom:hover {
    color: var(--color2) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-item {
    margin-left: 20px;
    white-space: nowrap;
}

.navbar-form {
    padding: 0;
    margin: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    width: 100%;
    border-radius: 20px;
    border: solid 1px #c8c8c8;
    max-width: 285px;
}

.navbar-form input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #cbcbcb;
}

.navbar-form input:focus {
    outline: none;
    box-shadow: none;
    color: #969696;
}


.navbar-form button {
    border: 0;
    outline: none;
    background: transparent;
    border-right: 1px solid #d8d8d8;
    background-color: var(--color2);
    height: 39px;
    width: 59px;
    border-radius: 20px 0 0 20px;
    color: #fff;
}

.navbar-form button:hover {
    color: var(--color1);
}

.navbar-form button img {
    width: 16px;
}

.btn-navbar-tel {
    display: flex;
    align-items: center;
    color: #fff;
    margin-inline: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1;
}

@media (max-width: 767px) {
    .navbar-logo {
        display: none;
    }
    .navbar-logo-mobile{
        display: flex;
    }
    .navbar-top-body {
        flex-direction: column;
    }

    form.navbar-form {
        max-width: 100%;
        margin-top: 5px;
    }

    .navbar-logo h1 {
        font-size: 20px;
    }

    .navbar-top {
        padding: 10px 0;
    }

    .navbar-custom {
        height: auto;
    }

    .nav-link-custom {
        padding: 0;
        color: #000;
    }

    .nav-item {
        padding: 5px;
        margin-bottom: 10px;
        margin-left: 0px;
        display: flex;
    }


    button.navbar-toggler {
        border: 0;
        margin: 0;
        padding: 0;
        color: #fff !important;
        font-size: 24px !important;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: unset;
    }
}

@media (min-width: 992px) {
    .navbar-form input {
        min-width: 200px;
    }
}


.login-btn {
    cursor: pointer;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.login-btn span {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.basket-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.basket-btn span {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

@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;
    }
    .wrap-3-btn {
        margin-top: 100px;

    }

}

/* 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: 200px;
    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;
    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 {
    padding-block: 14px;
    color: #444;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding-inline: 5px;
}

.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;
}

.offcanvas-nav-submenu.active {
    right: 0;
}

.offcanvas-nav.active {
    right: 0;
}

.offcanvas-close {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #7f7f7f;
}

.offcanvas-nav-item-btn-back {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #7f7f7f;
}

.offcanvas-nav-item-btn {
    border: 0;
    background: transparent;
    outline: none;
    color: #7f7f7f;
}

.offcanvas-header {
    height: 83px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}


.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-text {
    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-blog {
    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(--color1);
}

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;
    }
}


.wrap-2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrap-2-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #4a9dbc;
    margin-top: 5px;
    transition: 0.3s;
    font-family: 'kalameh';
}

.wrap-2-item-img {
    max-width: 100%;
    color: #4a9dbc;
    width: 100px;
    filter: drop-shadow(2px 4px 6px #4a9dbc) opacity(0.8);
    transition: 0.3s;
}

.wrap-2-item:hover .wrap-2-item-img {
    opacity: 0.6;
}

.wrap-2-item:hover .wrap-2-item-title {
    color: var(--color2);
}


@media (max-width:767px) {
    .wrap-2-item-title {
        font-size: 16px;
    }
}








.ml-2 {
    margin-left: 2px;
}

.mr-2 {
    margin-right: 2px;
}

.wrapper-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}

.wrapper-row-title {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #14a2b2;
    padding: 0 10px;
    white-space: nowrap;
    min-width: 170px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: kalameh;
}

.wrapper-row-title-body {
    background: #e3e1d8;
    padding: 4px;
    border-radius: 8px;
}

.wrapper-row-border {
    background-color: #e3e1d8;
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: -1;
}

.wrapper-row-cricle {
    min-width: 15px;
    min-height: 15px;
    border-radius: 10px;
    background-color: #e3e1d8;
}

.wrapper-row-b {
    width: 6px;
    height: 28px;
    margin: 0px 6px;
    border-radius: 4px;
    background-color: #e6d3b6;
}

.wrap-3-item-img {
    max-width: 100%;
    transition: 0.3s;
}

.wrap-3-item-img:hover {
    opacity: 0.8;
}


.wrap-3-item-title {
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #bf8262;
    font-family: 'kalameh';
}

.wrap-3-item-title2 {
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #4784a8;
}

.wrap-3-text {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: justify;
    color: #313131;
    height: 230px;
}

.wrap-3-btn {
    width: 120px;
    height: 30px;
    border-radius: 5px;
    background-color: #b9ebe6;
    border: 1px solid #b9ebe6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #31575b;
    float: left;
    transition: 0.3s;
}

.wrap-3-btn:hover {
    background: transparent;
    color: #31575b;
}

@media (max-width:1200px) {
    .wrap-3-item-title {
        font-size: 30px;
    }

    .wrap-3-item-title2 {
        font-size: 30px;
    }
}


.wrap-4 {
    background-color: #dfe6e4;
    padding: 20px 0;
}

.wrap-4-row {
    display: flex;
    align-items: center;
}

.wrap-4-row span {
    width: 100%;
    display: block;
    height: 4px;
    background: #95b4b3;
}

.wrap-4-title {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #3b6a7f;
    margin: 0 12px;
    white-space: nowrap;
    font-family: kalameh;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.9);
    opacity: 0.5;
    margin-top: 68px;
}

.swiper-slide-custom.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 9;
    margin-top: 5px;
}

img.wrap-4-item-img {
    max-width: 100%;
}

.swiper-pagination {
    position: relative;
    margin-top: 55px;
}

.wrap-4-item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    position: absolute;
    width: 100%;
}

.swiper-slide-custom.swiper-slide-active .wrap-4-item-info {
    display: flex;
}

.wrap-4-item-border {
    background-color: #77dbc7;
    width: 3px;
    height: 20px;
    border-radius: 20px;
}

.wrap-4-item-row {
    display: flex;
    align-items: center;
}

.wrap-4-item-b {
    border-radius: 9px;
    background-color: #55b0be;
    display: block;
    width: 10px;
    height: 33px;
}

.wrap-4-item-title {
    height: 33px;
    padding: 10px 30px;
    border-radius: 9px;
    background-color: #77dbc7;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3b6f7f;
}

@media (max-width:767px) {
    .wrap-4-title {
        font-size: 18px;
    }
}

.wrap-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}

.wrap-5 a {
    height: 39.8px;
    padding: 7.3px 34.9px 8.4px 31.4px;
    border-radius: 18px;
    background-color: #ecd886;
    border: 1px solid #ecd886;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #2a615c;
    transition: 0.3s;
    white-space: nowrap;
    margin: 0 12px;
}

.wrap-5 a:hover {
    background: transparent;
}

.wrap-5 span {
    background-color: #95b4b3;
    width: 100%;
    height: 3px;
}


.wrap-right {
    display: flex;
}

.wrap-right-title {
    height: 43.3px;
    padding: 1px 129px 3.3px 20.6px;
    background-color: #e6e9d3;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 8px 0 0 8px;
    font-size: 23px;
    font-weight: 600;
    text-align: right;
    color: #3b6a7f;
    font-family: kalameh;
}


@media (max-width:767px) {
    .wrap-right-title {
        padding: 1px 40px 3.3px 20.6px;
        font-size: 17px;
    }
}


.wrap-6 {
    border-radius: 14px;
    border: solid 2px #cbece7;
    padding: 20px;
    margin-top: 20px;
}

.wrap-6-item {
    border-radius: 7px;
    background-color: rgba(232, 235, 234, 0.55);
    padding: 15px 40px;
    font-size: 18px;
    line-height: 1.39;
    color: #606060;
}

.wrap-6-title {
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #649d9f;
    margin-top: 15px;
}

.wrap-6-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.wrap-6-form input {
    border-radius: 13px;
    height: 37px;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    padding: 15px;
    width: 100%;
    max-width: 365px;
    outline: none;
}


.wrap-6-form button {
    border-radius: 18.5px;
    background-color: #57cbd8;
    border: 1px solid #57cbd8;
    height: 37px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 112.5px;
    margin-right: 8px;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.wrap-6-form button:hover {
    background: transparent;
    color: #57cbd8;
}

.card-blog-body {
    border-radius: 23px;
    background-color: #e6e9d3;
}

.card-blog-img {
    width: 100%;
}

.card-blog-title {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #464646;
    padding: 5px 10px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 72px;
}

.card-blog-text {
    font-size: 10px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: right;
    color: #6b9789;
    margin-top: 6px;
    height: 70px;
}

.card-blog-btn {
    width: 96px;
    height: 24px;
    border-radius: 5px;
    background-color: #b9ebe6;
    display: flex;
    margin-top: 6px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #31575b;
}

.wrap-7 {
    margin-top: 50px;
}



.acc-btn {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    height: 65px;
    justify-content: right;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    text-align: right;
    border: 0;
    border-bottom: 0;
    color: #61bfd2;
}

.acc-btn.collapsed {
    color: #3b6a7f;
}

.acc-btn-title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: right;
    font-family: kalameh;
}

.acc-btn-title h3{
    font-size: 18px;
}

.acc-body {
    border-top: 0;
    padding: 15px 40px;
    border-radius: 18px;
    background-color: rgba(229, 236, 235, 0.55);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: right;
    color: #606060;
}


.acc-icon {
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b7f7d;
    padding-top: 3px;
    font-size: 40px;
}

.acc-icon {
    transition: 0.3s;
}

.acc-icon.active {
    color: #fff;
    background: #61bfd2;
}

.wrap-8-info {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #3b7f7d;
    margin-top: 15px;
    border-bottom: 4px solid #cde8e3;
    padding-bottom: 15px;
}


.wrap-8-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
}

.wrap-8-item-img {
    border-radius: 30px;
    border: 6px solid #a0e1d6;
    width: 100%;
}

.wrap-8-item-img-body {
    position: relative;
    display: flex;
    justify-content: center;
}

.wrap-8-item:hover  {
    opacity: 0.8;
}


.wrap-8-item-title {
    position: absolute;
    bottom: 0;
    height: 43px;
    padding: 5px 7px 5px 12px;
    border-radius: 21.5px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 800;
    color: #32798f;
    display: flex;
    align-items: center;
    font-family: 'kalameh';
}

.wrap-8-item-price {
    background: #146d67;
    padding: 17px 15px;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    border-radius: 0 0 20px 20px;
    transition: 0.3s;
}


@media (max-width:767px) {
    .acc-btn-title {
        line-height: normal;
        font-size: 18px;
    }
}


.img-hover{
    max-width: 100%;
    transition: 0.3s;
}

.img-hover:hover{
    opacity: 0.8;
}

.wrap-9-text {
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    color: #6b9789;
    letter-spacing: -0.5px;
}

.wrap-8-content {
    border-radius: 12px;
    border: solid 1px #707070;
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: right;
    color: #606060;
    max-height: 400px;
    overflow: auto;
}
.wrap-8-content h2{
    font-size: 24px;
    font-weight: bold;
}
.wrap-8-content h3{
    font-size: 20px;
    font-weight: bold;
}




/* footer */


.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.footer {
    padding: 10px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #69b3b7;
    margin-top: 60px;
}

.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-bottom-social a:hover {
    color: var(--color1);
    border-color: var(--color1);
}

.footer-social-item:hover {
    fill: #065246;
    background-color: var(--color1);
    border: 1px solid var(--color1);
}

.footer-text {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #464646;
    margin-top: 10px;
}


.footer-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-header-title {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #f8f8f8;
}

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: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff1db;

}

.footer-link:hover {
    color: var(--color1);
}

.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: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}


.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-item {
    color: white;
    border-radius: 5.4px;
    border: solid 1px #fff;
    width: 30.5px;
    height: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: 9px;
}

.footer-social-item:hover {
    border: 0;
}

.footer-bottom {
    padding: 10px 0;
    background: #437592;
}

.footer-logo-tel:hover{
    color: var(--color1);
}
#sabt{
    font-size: 18px;
    border-radius: 35px;
    width: 250px;
    padding: 10px;

}
.bg-white{
    height: 155px;
    overflow: hidden;
}


.swiper-main .swiper-wrapper div:first-child {
    width: 100%;
}

.carousel-caption{
    font-family: kalameh;
    letter-spacing: -0.5px;
}


/* blog  */


.backgrand-topic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 239px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backgrand-topic-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000052;
    backdrop-filter: blur(2px);
}

.backdrop-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.pagination-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 350px;
    margin: auto;
}

@media (max-width:767px) {
    .backgrand-topic {
        padding: 30px;
    }
}

.paginate-item {
    display: flex;
    align-items: center;
}


.paginate-num {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #c8c8c8;
    width: 25px;
    height: 25px;
    margin: 0px 5px;
}

.paginate-num.active {
    background-color: #ff9100;
    color: #fff;
    border-radius: 30px;
}

.paginate-item span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: right;
    color: var(--color1);
}

.paginate-item i {
    font-size: 12px;
    color: var(--color1);
}


.card-blog2 {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    margin-bottom: 23px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 0.1px #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-blog2-img-body {
    position: relative;
    width: auto;
    height: 225px;
    flex: 0 0 225px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
}

.card-blog2-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-blog2-img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.card-blog2-info {
    margin-right: 40px;
}

.card-blog2-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17.7px;
}

.card-blog2-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: -0.5px;
    text-align: justify;
    color: #505050;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 105px;
    min-height: 105px;
    margin-bottom: 22px;

}

.card-blog2-btn {

    transition: 0.3s;
}

.card-blog2-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #333;
}

.card-blog2-date {
    font-size: 10.8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #aaa;
}

.card-blog2-btn {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background-color: #b9ebe6;
    border: 1px solid #b9ebe6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #31575b;
    float: left;
    transition: 0.3s;
}

.card-blog2-btn:hover {
    background: transparent;
    color: var(--color2);
}


.blog-form {
    border-radius: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-top: 15px;
    border: solid 1px #efefef;
}

.blog-form-input {
    width: 100%;
    font-size: 14px;
    color: #969696;
    border: 0;
    outline: none;
    padding-right: 10px;
    background: transparent;
}

.blog-form-btn {
    background: var(--color1);
    border: 0;
    height: 40px;
    min-width: 55px;
    border-radius: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.blog-form-btn:hover{
    background-color: var(--color2);
}

.blog-cat {
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-top: 10px;
    padding: 20px;
    color: #4b4b4b;
}

.blog-cat-title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-right: 5px;
}

.blog-cat-list {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-right: 20px;
}

.blog-cat-list li {
    margin-top: 10px;
}

.blog-cat-list li a {
    color: #4b4b4b;
    font-size: 14px;
}

.blog-cat-list li a:hover {
    color: var(--color2);
}

.blog-img{
    width: 100%;
    border-radius: 10px;
}


.page-link {
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f3f6f9;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #929aa9;
}

ul.pagination {
    justify-content: center;
    margin-top: 30px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color2);
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: transparent;
    font-size: 16px;
    margin-left: 10px;
}

.page-item:last-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: transparent;
    font-size: 16px;
    margin-right: 10px;
}

.page-item:first-child .page-link i {
    background: #f3f6f9;
    margin-left: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}


.page-item:last-child .page-link i {
    background: #f3f6f9;
    margin-right: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}

.blog-share-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.92;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-left: 17px;
}

.blog-tag {
    height: 30px;
    border-radius: 5px;
    background-color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 2.17;
    text-align: right;
    color: #fff;
    margin-left: 10px;
    transition: 0.3s;
    padding: 0 10px;
}

.blog-tag:hover {
    background: var(--color1);
    color: #fff;
}


.blog-share-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.92;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-left: 17px;
}

.blog-share-item {
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    background: #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10.7px;
    transition: 0.3s;
}

.blog-title {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    color: #1e1e1e;
}

.blog-date {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #969696;
}

.blog-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: justify;
    color: #4b4b4b;
    margin-top: 20px;
}

.back-blog {
    background-color: #1b6aa5;
    padding: 1px 0;
    margin-top: 40px;
    padding-bottom: 30px;
}



@media (max-width: 767px) {
    .page-link {
        width: auto;
        height: auto;
        font-size: 14px;
    }

    .page-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-item:last-child .page-link {
        padding: 0;
    }

    .page-item:first-child .page-link {
        padding: 0;
    }

    .page-item:first-child span {
        display: none;
    }

    .page-item:last-child span {
        display: none;
    }

    .card-blog2 {
        flex-direction: column;
        padding: 20px;
    }

    .card-blog2-img {
        max-width: 100%;
        max-height: 100%;
    }

    .card-blog2-info {
        margin-right: 0;
        margin-top: 25px;
    }
    .wrap-3-btn {
        margin-top: 100px;

    }

}




.back-comment {
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 35px;
}

.back-comment-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
    border-bottom: 1px solid #E2000F;
    padding-bottom: 5px;
}

.comment-box2 {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-bottom: 22px;
}

.back-comment-header {
    margin-bottom: 30px;
}

.comment-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
    margin-top: 22px;
    font-family: IRANSansXFaNum;
}

.comment-box-info {
    display: flex;
    align-items: center;
}

.comment-box-info-item {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: center;
    color: #949494;
    margin-left: 15px;
    border-left: 1px solid #e2e2e2;
    padding-left: 15px;
}

.comment-box-info-item svg {
    margin-left: 10px;
}

.comment-box-info-item:last-child {
    border: 0;
}

.comment-form {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 0.1px #ebebeb;
    background-color: #fff;
}

.comment-wrapper-2-title {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    margin-left: 12px;
}

.comment-form-rate {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comment-form-rate-star {
    margin-right: 25px;
    margin-left: 25px;
    direction: ltr;
}

.comment-form-rate-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
}

.comment-form-rate-num {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #aaa;
}

/* i.far.fa-star {
    color: #dcdcdc;
}
i.fas.fa-star {
  color: #f9bc00;
} */


.wrapper-star input {
    display: none;
}

.wrapper-star label {
    margin: 0;
}

i.icon-star-empty {
    color: #dcdcdc;
}

i.icon-star {
    color: #f9bc00;
}

.comment-form-lable {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
}



.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--color1);
    outline: 0;
}

.comment-form-link {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--color1);
}

.fce {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comment-form-check-label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}

input#comment-private {
    accent-color: var(--color1);
    width: 16px;
    height: 16px;
}


.contact-us-form-submit {
    border: 1px solid var(--color2);
    background: var(--color2);
    width: 195.43px;
    height: 48.86px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.contact-us-form-submit:hover {
    background-color: transparent;
    color: var(--color2);
}


.contact-us-card {
    padding: 20px;
    border-radius: 14.2px;
    box-shadow: 0 0 1.9px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    height: 100%;
}

.contact-us-card-head-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #1b6aa5;
    padding-bottom: 10px;
}

.contact-us-card-head-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #323232;
}

.contact-form {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
}

.contact-form label {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
}

.contact-form input {
    width: 100%;
    max-width: 384px;
    height: 37px;
    border-radius: 7px;
    background-color: #efefef;
    border: 0;
    text-align: center;
    outline-color: #1b6aa5;
    padding: 10px;
}

.contact-form textarea {
    width: 100%;
    border-radius: 12px;
    background-color: #efefef;
    border: 0;
    padding: 10px;
    outline-color: #1b6aa5;
}

.contact-form button {
    border: 0;
    outline: none;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.contact-us-card-address {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-top: 10px;
    display: block;
}


.contact-us-card-phone {
    display: block;
    direction: ltr;
    font-size: 16px;
    line-height: 1.73;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4b4b4b;
    margin-bottom: 5px;
}

.contact-us-card-show-phone {
    border: 0;
    outline: 0;
    height: 29px;
    width: 100%;
    max-width: 132.2px;
    border-radius: 4.7px;
    background-color: #0092c7;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    margin-top: 10px;
}

.contact-us-card-loc {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    margin-top: 14px;
    padding-bottom: 7px;
}

.contact-us-card-loc-title {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
    margin-left: 40px;
}

.contact-us-card-map {
    width: 29.9px;
    height: 29.9px;
    object-fit: contain;
    margin: 9px;
}


.contact-us-social-body {
    border-top: solid 2px #8cb4d2;
    margin-top: 40px;
    padding-top: 10px;
    text-align: center;
}

.contact-us-social-title {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
}


.contact-us-social {
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-us-social a {
    margin: 0 10px;
    transition: 0.3s;
}


.contact-us-social a:hover {
    opacity: 0.7;
}


.tc-head-info {
    font-size: 20px;
    text-align: right;
    color: #fff;
}

h1.tc-head-title {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    margin-top: 15px;
}

.tc-breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
}

.tc-breadcrumb a {
    color: #fff;
}

.tc-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.tc-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.tc-breadcrumb a:hover {
    color: var(--color2);
}

 li.nav-item {
     list-style: none;
 }
 .navbar-collapse{
     list-style: none !important;
 }

 .carousel-caption {
     width: 550px !important;
     right: 5% !important;
     direction: rtl !important;
     text-align: justify !important;
     top: 50% !important;
     padding-inline: 20px !important;
     transform: translateY(-50%) !important;
     bottom: initial !important;
     font-size: 16px !important;
     background-color: #0000006b !important;
     border-radius: 25px !important;
 }
@media (max-width:767px) {
    .carousel-caption {
        width: auto !important;
        right: 15% !important;
        direction: rtl !important;
        text-align: justify !important;
        top: 50% !important;
        padding-inline: 10px !important;
        transform: translateY(-50%) !important;
        bottom: initial !important;
        font-size: 11px !important;
        background-color: #0000006b !important;
        border-radius: 5px !important;
    }
}

 .loading {
     position: fixed;
     z-index: 999;
     height: 2em;
     width: 2em;
     margin: auto;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading:not(:required) {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.title-swal {
    color: #0a951c;
    font-size: 16px;
    font-weight: 900;
}

.title-swal-danger {
    color: #950a2a;
    font-size: 16px;
    font-weight: 900;
}
.btn-sabt{
    padding-left: 20px;
    padding-right: 20px;
}

