:root {
    --bagh-color-1: #DF0515;
    --bagh-color-2: #10A8AB;
    --bagh-color-3: #587595;
}
#site-title h1,#site-title h2 {
    text-indent: -9999px;
    font-size: 0;
    display: none;
}
a {
    color: var(--bagh-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--bagh-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transition-baghFeyz {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*:focus-visible {
    outline: none !important;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff/IRANSansX-Thin.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Thin.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/woff/IRANSansX-UltraLight.woff') format('woff'),
    url('fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/IRANSansX-Light.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Light.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/woff/IRANSansX-Medium.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Medium.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff/IRANSansX-DemiBold.woff') format('woff'),
    url('fonts/woff2/IRANSansX-DemiBold.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff/IRANSansX-ExtraBold.woff') format('woff'),
    url('fonts/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff/IRANSansX-Black.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Black.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/IRANSansX-Bold.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/IRANSansX-Regular.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}
body {
    position: relative;
    text-align: right;
    font: 1em IRANSansX;
    font-weight: normal;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    margin: 0 auto;
    background-color: #fafafa;
    height: 100%;
}
body.ltr-mode {
    text-align: left;
    -moz-font-feature-settings: unset;
    -webkit-font-feature-settings: unset;
    font-feature-settings: unset;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-baghFeyz {
    margin: 0 auto;
    width: 100%;
}
.text-100 {
    font-weight: 100;
}
.text-200 {
    font-weight: 200;
}
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: normal;
}
.text-500 {
    font-weight: 500;
}
.text-600 {
    font-weight: 600;
}
.text-700 {
    font-weight: bold;
}
.text-800 {
    font-weight: 800;
}
.text-900 {
    font-weight: 900;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.baghFeyz-navbars {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.navbar-logo {
    height: 25px;
}
.navbar-bagh {
    background-color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #3E3C3F;
    font-weight: 500;
    font-size: .9rem;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bagh-color-1);
}
.navbar2-bagh {
    background-color: var(--bagh-color-2);
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
    font-size: .9rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--bagh-color-1);
}
.btn-header {
    color: #ffffff;
    font-weight: 600;
    font-size: .9rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: .4rem 1rem;
}
.btn-header:hover, .btn-header.active {
    color: #ffffff;
    background-color: #6CC7C9;
}
.btns-header .btn:not(:last-child) {
    margin: 0 .5rem;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.header-btn-divider {
    height: 27px;
    background-color: var(--bagh-color-2);
    width: 2px;
    border-radius: 50rem;
}
.btn-search {
    color: #9A9EA6;
    font-size: 1rem;
}
.btn-search:hover {
    color: var(--bagh-color-2);
}
.dropdown-toggle::after {
    vertical-align: 0;
    border-top: 0.4em solid;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-radius: 1em;
}
.dropdown-lang .btn {
    color: var(--bagh-color-2);
    font-weight: 700;
    font-size: .9rem;
}
.flag-btn {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}



.ltr-mode .swiper-button-next0, .swiper-button-prev0 {
    right: 50px !important;
    left: auto !important;
}
.ltr-mode .swiper-button-prev0, .swiper-button-next0 {
    left: 50px !important;
    right: auto !important;
}
.swiper-button-next0, .swiper-button-prev0 {
    top: 50%;
}
.swiper-slider .swiper-slide {
    height: 100vh;
    min-height: 600px;
}
.slider-home-page {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    position: relative;
    background: url("img/slider-bg.svg") no-repeat center left;
    background-size: auto 100%;
}
.slider-item-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-item-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 90%;
    z-index: 0;
    border-radius: 0 0 0 10rem;
}
.slider-item-box .container {
    position: relative;
    z-index: 1;
}
.slider-item-thumb {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 70%;
}
.slider-item-thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    object-fit: contain;
    -o-object-fit: contain;
}
.slider-item-content h4 {
    color: #000000;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.slider-item-content h3 {
    color: var(--bagh-color-3);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.swiper-pagination-slider {
    bottom: 50px !important;
}
.title-section {
    color: var(--bagh-color-3);
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    text-align: center;
}
.feature-box {
    color: #ffffff;
    position: relative;
    height: 100%;
    padding: 2.5rem;
    text-align: center;
    overflow: hidden;
}
.feature-box img {
    width: 50px;
    display: block;
    margin: 0 auto 1.5rem;
}
.feature-box h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.feature-box p {
    margin-bottom: 0;
    text-align: justify;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.7rem;
}
.feature-box > * {
    position: relative;
    z-index: 1;
}
.feature-box-n1 {
    background-color: rgba(215, 82, 93, 0.8);
}
.feature-box-n1::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: url("img/icons/High-Quality.svg") no-repeat 100% 300%;
    background-size: 42%;
}
.feature-box-n2 {
    background-color: rgba(242, 171, 44, 0.8);
}
.feature-box-n2::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: url("img/icons/packing.svg") no-repeat 100% 160%;
    background-size: 42%;
}
.feature-box-n3 {
    background-color: rgba(46, 156, 108, 0.8);
}
.feature-box-n3::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: url("img/icons/Delivery.svg") no-repeat 100% 110%;
    background-size: 42%;
}
.feature-box-n4 {
    background-color: #7D67AD;
}
.feature-box-n4::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: url("img/icons/Price.svg") no-repeat 95% 130%;
    background-size: 42%;
}
.export-import-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.export-import-thumb {
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 1rem 17rem 1rem 1rem;
}
.ltr-mode .export-import-thumb {
    border-radius: 17rem 1rem 1rem 1rem;
}
.export-import-content {
    color: #3E3C3F;
}
.export-import-content h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.3rem;
}
.export-import-content p {
    font-weight: 400;
    font-size: .9rem;
    margin-bottom: 1.2rem;
    text-align: justify;
    line-height: 1.7rem;
}
.export-import-content::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 90%;
    background-color: #F2F2F2;
    border-radius: 1rem 1rem 10rem 1rem;
}
.btn-info {
    color: #ffffff;
    background-color: var(--bagh-color-2);
    border-color: var(--bagh-color-2);
}
.btn-info:hover {
    color: #ffffff;
    background-color: #108688;
    border-color: #108688;
}
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #108688;
    border-color: #108688;
}
.btn-check:focus + .btn-info, .btn-info:focus {
    color: #ffffff;
    background-color: var(--bagh-color-2);
    border-color: var(--bagh-color-2);
    box-shadow: none;
}
.btn-bagh {
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: .7rem 1.3rem;
}
.product-category-section {
    position: relative;
    width: 100%;
}
.nav-pills-bagh .nav-link {
    padding: .5rem 1rem;
    color: #3E3C3F;
    border-bottom: 3px solid #fafafa;
    border-radius: 0;
    font-weight: 600;
    font-size: 1rem;
}
.nav-pills-bagh .nav-link.active, .nav-pills-bagh .show > .nav-link {
    color: var(--bagh-color-1);
    background-color: transparent;
    border-bottom: 3px solid var(--bagh-color-1);
    font-weight: 800;
}
.product-category-section-body {
    width: 100%;
    position: relative;
    background-color: rgba(108, 199, 201, 0.2);
    padding: 3rem 0;
    overflow: hidden;
}
.product-category-section-body::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("img/pcat1.svg") no-repeat 0 95%;
}
.product-category-section-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("img/pcat2.svg") no-repeat 100% 50%;
}
.product-category-section-body .container {
    position: relative;
    z-index: 2;
}
.cat-product-box {
    position: relative;
    width: 100%;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    margin-bottom: 3rem;
}
.cat-product-box-thumb {
    width: 110px;
    height: 110px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto .8rem;
}
.cat-product-box-thumb img {
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cat-product-box h4 {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.cat-product-box span {
    color: #7A7A7A;
    font-weight: 500;
    font-size: .8rem;
}
.swiper-container {
    width: 100%;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px rgba(223, 5, 21, 0.2);
    box-shadow: 0 8px 10px rgba(223, 5, 21, 0.2);
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.3rem;
    font-weight: bold;
}
.ltr-mode .swiper-button-next, .swiper-button-prev {
    right: -50px;
    left: auto;
}
.ltr-mode .swiper-button-prev, .swiper-button-next {
    left: -50px;
    right: auto;
}
.ltr-mode .swiper-button-prev::after, .swiper-button-next::after {
    content: 'prev';
}
.ltr-mode .swiper-button-next::after, .swiper-button-prev::after {
    content: 'next';
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    background-color: #ffffff;
    color: #CBD1CC;
    border: 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swiper-cat-product {
    width: 100%;
}
.swiper-cat-product .nav-link {
    display: inline-block !important;
}
.swiper-cat-product .nav {
    flex-wrap: unset;
    padding-right: unset;
    margin-bottom: unset;
    list-style: unset;
}
.sub-cat-box {
    background-color: #10A8AB;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    overflow: hidden;
}
.sub-cat-box-thumb {
    width: 110px;
    height: 90px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
}
.sub-cat-box-thumb img {
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sub-cat-box-text {
    color: #ffffff;
    padding: .6rem 1rem;
}
.sub-cat-box-text h5 {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: .6rem;
}
.sub-cat-box-text h6 {
    opacity: 0.75;
    font-weight: 400;
    font-size: .8rem;
}
.kh-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kh-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kh-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-cat-box-link:hover .sub-cat-box {
    background-color: #108688;
}
.swiper-cat-product .swiper-slide .active .cat-product-box {
    background-image: url("img/bg-active.svg");
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center center;
    padding-bottom: 3.5rem;
    -webkit-box-shadow: 0 8px 20px 2px rgba(165, 178, 189, 0.25);
    box-shadow: 0 8px 20px 2px rgba(165, 178, 189, 0.25);
}
.cat-product-box-arrow-b {
    color: #ffffff;
    text-align: center;
    position: absolute;
    opacity: 0;
}
.swiper-cat-product .swiper-slide .active .cat-product-box .cat-product-box-arrow-b {
    opacity: 1;
}
.cat-product-box-arrow-b .btn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 2.7rem;
    height: 2.7rem;
    padding: .4rem 0;
    font-size: 1.5rem;
    text-align: center;
    -webkit-filter: drop-shadow(0px 8px 20px rgba(88, 117, 149, 0.25));
    filter: drop-shadow(0px 8px 20px rgba(88, 117, 149, 0.25));
}
.about-slider-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-slider-thumb {
    width: 100%;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 1rem 17rem 1rem 1rem;
}
.ltr-mode .about-slider-thumb {
    border-radius: 17rem 1rem 1rem 1rem;
}
.about-slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1rem;
    width: 60%;
    -webkit-box-shadow: 0 8px 20px 1px rgba(193, 198, 208, 0.25);
    box-shadow: 0 8px 20px 1px rgba(193, 198, 208, 0.25);
    background-color: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: 1.5rem;
}
.about-slider-content h4 {
    color: #3E3C3F;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}
.about-slider-content p {
    margin-bottom: 0;
    color: #3E3C3F;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.8rem;
}
.swiper-pagination-about {
    padding: 0 1rem;
    color: rgba(131, 131, 131, 0.6);
    font-weight: 500;
    font-size: 1rem;
    direction: ltr;
}
.swiper-pagination-about .swiper-pagination-current {
    color: var(--bagh-color-2);
    font-size: 1.2rem;
    font-weight: 700;
}
.swiper-button-about {
    position: absolute;
    bottom: 2rem;
    right: 50%;
    width: 7.5rem;
}
.lasted-news-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.lasted-news-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.8);
}
.lasted-news-bg::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("img/news-bg.svg") no-repeat center left;
    background-size: auto 100%;
}
.lasted-news-bg::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: url("img/news-bg2.svg") no-repeat center right;
    background-size: auto 100%;
}
.lasted-news-bg > * {
    position: relative;
    z-index: 2;
}
.more-page-link {
    font-weight: 500;
    font-size: 1rem;
}
.more-page-link i {
    font-size: 1.2rem;
}
.news-box-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    overflow: hidden;
    z-index: 1;
}
.news-box-content {
    width: 94.5%;
    background-color: #ffffff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: 1rem;
    margin: -3.5rem auto 0;
    z-index: 2;
    position: relative;
}
.news-tag {
    background-color: rgba(223, 5, 21, 0.15);
    padding: .5rem 1rem;
    color: var(--bagh-color-1);
    font-weight: 500;
    font-size: .8rem;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
}
.news-date {
    font-weight: 500;
    font-size: .8rem;
    color: var(--bagh-color-1);
}
.news-box-title h4 {
    color: #272727;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}
.news-box-title a:hover h4 {
    color: var(--bagh-color-2);
}
.news-box-title {
    border-bottom: 1px solid rgba(168, 168, 168, 0.35);
}
.news-box .more-page-link {
    color: var(--bagh-color-3);
    font-size: .8rem;
}
.news-box .more-page-link i {
    font-size: .9rem;
}
.news-box .more-page-link:hover {
    color: var(--bagh-color-1);
}
.swiper-pagination-bullet {
    width: 15px;
    height: 8px;
    border-radius: 50rem;
    background: none;
    opacity: 1;
    border: 1px solid #7A7A7A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--bagh-color-2);
    border: 1px solid var(--bagh-color-2);
    width: 43px;
}
.customer-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.customer-box {
    text-align: center;
}
.customer-logo {
    position: relative;
    width: 64px;
    height: 64px;
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto 1rem;
}
.customer-logo:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.customer-logo:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.customer-box h5 {
    color: #3E3C3F;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.customer-box h6 {
    font-weight: 400;
    color: var(--bagh-color-2);
    font-size: .7rem;
    margin-bottom: 0;
}
.email-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: var(--bagh-color-2);
    color: #ffffff;
}
.email-section::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("img/email-bg.svg") no-repeat center left;
    background-size: auto 100%;
}
.email-section::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: url("img/email-bg2.svg") no-repeat center right;
    background-size: auto 100%;
}
.email-section > * {
    position: relative;
    z-index: 2;
}
.email-section-text {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 0;
}
#footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.copyright-footer {
    width: 100%;
    padding: .5rem 1rem;
    color: var(--bagh-color-3);
    text-align: center;
    border-top: 1px solid var(--bagh-color-3);
}
.copyright-footer p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.7rem;
}
.logo-footer {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.logo-footer img {
    max-width: 100%;
    max-height: 45px;
}
.logo-footer:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.logo-footer:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.logo-footer:hover img {
    opacity: .8;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.footer-contact-item {
    width: 100%;
    margin-bottom: 1.5rem;
}
.footer-contact-item i {
    color: var(--bagh-color-1);
    background-color: rgba(223, 5, 21, 0.2);
    font-size: 1.3rem;
    padding: .7rem 0;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
}
.footer-contact-item p {
    font-weight: 600;
    color: var(--bagh-color-3);
    font-size: .9rem;
    margin-bottom: 0;
}
.footer-contact-item p span {
    color: #9A9EA6;
    font-weight: 400;
    font-size: .7rem;
    display: block;
    margin-bottom: .3rem;
}
.social-footer a i {
    color: var(--bagh-color-1);
    background-color: rgba(223, 5, 21, 0.2);
    font-size: 1.3rem;
    padding: .7rem 0;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
}
.social-footer a:hover i {
    color: var(--bagh-color-2);
    background-color: rgba(16, 168, 171, 0.2);
}
.title-menu-footer {
    font-weight: 600;
    color: var(--bagh-color-3);
    font-size: 1rem;
    margin-bottom: 1rem;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu li {
    margin-bottom: .5rem;
}
.footer-menu li a {
    color: #3E3C3F;
    font-weight: 500;
    font-size: .85rem;
}
.footer-menu li a:hover {
    color: var(--bagh-color-2);
}
.logo-license-footer img {
    max-width: 100%;
}



@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1200px) {
    .social-footer a {
        margin: 0 .5rem;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-right: .5rem;
        margin-left: .5rem;
    }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 576px) {

}

@media only screen and (max-width: 1399.98px) {

}
@media only screen and (max-width: 1199.98px) {
    .social-footer a {
        margin-left: 1rem;
    }
    .ltr-mode .social-footer a {
        margin-left: 0;
        margin-right: 1rem;
    }
    .about-slider-thumb {
        padding-top: 80%;
    }
}
@media only screen and (max-width: 991.98px) {
    .export-import-content::before {
        width: 100%;
    }
    .slider-item-box-bg {
        width: 50%;
    }
}
@media only screen and (max-width: 801px) {
    .ltr-mode .swiper-button-next, .swiper-button-prev {
        right: 0;
        left: auto;
    }
    .ltr-mode .swiper-button-prev, .swiper-button-next {
        left: 0;
        right: auto;
    }
    .swiper-button-next3, .swiper-button-prev3 {
        position: absolute;
        top: 94%;
    }
}
@media only screen and (max-width: 767.98px) {
    .slider-item-box-bg {
        width: 60%;
    }
}
@media only screen and (max-width: 575.98px) {

}