html,
body {
    height: 100%;
    background: #ffffff;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'iransansNum';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-weight: normal;
}




@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Regular.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Bold.woff') format('woff');
    font-weight: normal;
}

.kalameh {
    font-family: kalameh !important;
}

*:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
    font-family: 'iransans';
    outline: 0;
}

a {
    color: gray;
}

a:hover {
    text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* start of header  */

.header-top {}

.img_headertop {

    display: flex;
    position: relative;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 2px 2px 0px, rgb(0 0 0 / 7%) 0px 4px 4px 0px, rgb(0 0 0 / 7%) 0px 8px 8px 0px, rgb(0 0 0 / 7%) 0px 16px 16px 0px;

}

.top_search_wrapper {
    flex-grow: 1;
}

/* end of header  */


/* start of search  */


.btn-search-main {
    left: -12px;
    width: 40px;
}


#ngxCnSearch>div {
    min-width: 300px;
    right: auto;
}




.lt-inputsearch {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    border: 0;
    padding: 6px;
    margin: 0;
    text-indent: 15px;
    height: 35px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #ffffff;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px;
    border: 1px solid #2c947d;
    text-align: right;
}


.searchDiv {
    height: 200px;
    padding: 1px;
    overflow: auto;
    overflow-x: hidden;
}


.content_Search {
    width: 100%;
    height: 180px;
    margin: 2px 0px;
}

.seprBox,
.sesrBox {
    width: 100%;
    float: right;
    margin-right: 4px;
}

.seprBox>h3,
.sesrBox>h3 {
    width: 98%;
    padding: 9px;
    text-align: center;
    background: #eeeeee;
    margin: 0;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 0 0 0 #c9c9c9;
    box-shadow: 1px 0 0 0 rgb(17, 152, 155);
    color: black;
}

.ulSearch {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.ulSearch li {
    width: 98%;
    clear: both;
    padding: 5px 4px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-align: right;
}

.ulSearch li a img {}

.img_topSearch {
    border: 0px;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    float: right;
    border-radius: 19px;
    border: 4px solid #eee;
}

.ulSearch li:hover {
    background-color: #dfdfdf;
}

.ulSearch li a dl,
.ulSearch li a dd {
    font-size: 13px;
    color: #000;
    margin: 0;
    margin-right: 2px;
    /* display: inline-block; */
    direction: rtl;
    float: right;
}

.ulSearch li .content {}

.ulSearch li .content .mojsp {}

.searchContainer {

    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0;
}

.ulSearch .shc_mojoodi {
    font-size: 11px;
    color: gray;
}

.ulSearch .shc_mojoodi .mojood {
    color: green;
}

.ulSearch .shc_mojoodi .not-available {
    color: #a908;
}

.ulSearch .shc_mojoodi .comming-soon {
    color: #30bae0;
    background: none;
}

.ulSearch .shc_mojoodi img {
    width: 18px;
}

.ulSearch .shePrice {
    font-size: 13px;
    font-weight: bold;
}

.ulSearch .sheDiscount {
    position: absolute;
    left: -10px;
    background: #ff3e3e;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: -11px;
}

.search_close_cn {
    position: absolute;
    z-index: 9;
    top: -15px;
    right: -16px;
}

.search_close_cn a {
    cursor: pointer;
}

.search_close_cn a i {
    font-size: 20px;
    color: #f30404;
}

.ngxp__container {
    top: 0 !important;
    z-index: 999999;
    background: white;
    border: 1px solid #11989b;
    font-size: 13px;
    direction: rtl;
    min-width: 310px;
    text-align: center;
    max-width: 370px;
}

.top_left_icon_wrapper {

    display: flex;
    align-items: center;
    margin-top: 5px;
}

.top_left_icon_wrapper>div {
    margin: 0px 11px 0px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top_left_icon_wrapper>div {}

.top_left_icon_wrapper>div:first-child {}

.top_left_icon_wrapper img {
    height: 18px;
    position: relative;
    left: -3px;
}

.top_line_left {

    height: 15px;
    background: #7c7c7c;
    width: 1px;
    margin-right: 12px;
    position: relative;
    top: -1px;
}

.btncart {
    background: none;
    color: #970606;
    padding: 3px;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: 0px solid #d4d4d4;
    position: relative;
}

.btncart img {
    height: 31px;
}

.basket-Price-amount {
    background-color: #048a8b;
    border-radius: 11px;
    color: white;
    font-size: 10px;
    padding: 0px 4px 0 4px;
    position: relative;
    margin-right: 10px;
    position: absolute;
    right: -4px;
}

/* end of search  */

.help_tracking_cn {}

.help_tracking {
    display: flex;
    border: 1px solid #038889;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    background: #048a8b;
    padding: 6px;
    font-size: 13px;
    color: #fff !important;
}

.help_tracking i {

    color: #ffffff;
    font-size: 21px;
    margin-left: 8px;

}

.top_help_wrapper {
    position: absolute;
    top: 71px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .top_help_wrapper {
    display: none;
}

.img_down_slider {
    background: #fff;
    padding: 15px 0;
}

.dn_sl_left_box {}

.dn_slider_box {

    display: flex;
    align-items: center;
}

.dn_sl_left_box img {
    width: 70px !important;
}


.dn_sl_right_box {
    text-align: center;
}

.dn_sl_right_box h2 {
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
    text-align: center;
}


.dn_sl_right_box h3 {
    font-size: 11px;
}

.top_wrapper {
    height: 31px;
    background: rgb(93, 24, 55);
    background: linear-gradient(90deg, rgba(93, 24, 55, 1) 0%, rgba(136, 66, 100, 1) 100%);
}

.calendar_wrapper {
    display: flex;
    direction: rtl;
    margin-left: 55px;
    font-size: 11px;
}

.calendar_wrapper img {
    width: 19px;
    margin-left: 12px;
}

.calendar_wrapper .tl_cal_date {
    margin-left: 4px;
}

.calendar_wrapper .tl_cal_time {}

.tp_right_wrapper {
    padding-right: 0;
}

.ul_access_right {

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    direction: rtl;
}


.ul_access_right li:first-of-type {
    margin-left: 36px;
}

.ul_access_right li a {
    font-size: 11px;
}


.ul_access_right li a img {
    width: 19px;
    margin-left: 5px;
}

.img_catalogue {}

.img_call {
    width: 17px !important;

}

.img_callendar {}

/* start of slider  */
.slider_section {
    position: relative;
    top: -95px;
    z-index: 1;
    height: 700px;
}

.carousel-fade .carousel-item {
    height: 103vh;
    background-attachment: fixed;
}

.carousel-item {
    height: 700px;
    min-width: 300px;
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel-inner {
    display: flex;
    align-items: center;
}

.carousel-caption {
    bottom: 43%;
    z-index: 2;
    text-align: right;
    left: 0%;
    max-width: 1241px;
    position: relative;
}

.carousel-caption h2 {
    font-size: 18px;
    margin-top: 0px;
    color: #ffffff;
    text-align: right;
    font-weight: 500;
}

.carousel-caption h5 {
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    font-weight: 500;
}

.carousel-caption h1 {}

.carousel-caption p {
    margin: auto;
    font-size: 14px;
    margin-bottom: 2rem;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 4px;
}

.button-slider-more {
    color: #ffffff;
    cursor: pointer;
    background: rgb(93, 24, 55);
    background: linear-gradient(90deg, rgba(93, 24, 55, 1) 0%, rgba(136, 66, 100, 1) 100%);
    font-size: 14px;
    padding: 0px 20px 15px 20px;
    display: flex;
    height: 37px;
    direction: rtl;
    align-items: center;
    position: relative;
    top: -7px;
    padding-top: 15px;
    font-weight: 300;
    border-radius: 5px;
}

.button-slider-more i {
    font-size: 23px;
    margin-left: 7px;
    position: relative;
    top: 1px;
}

.button-slider-more:hover {
    color: #ffffff;
}

.button-slider-more img {
    height: 23px;
}

.carousel-inner::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba (0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-indicators {
    bottom: -16px;
    height: 100px;
    margin-left: 0%;
    margin-right: 0%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0));
    display: flex;
    justify-content: start;
    padding-left: 20px;
}

.carousel-indicators [data-bs-target] {
    background: none !important;
}

.carousel-indicators button {
    width: 100px !important;
}

.ca_cap_more_wrapper {
    display: flex;
    justify-content: start;
    height: 70px;
    padding-top: 0px;
    padding-left: 23px;
}

.ltr .ca_cap_more_wrapper {
    justify-content: end;
}

.slider_thum_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-indent: 0;
}

.slider_thum_holder img {
    width: 50px !important;
    margin-bottom: 6px;
}

.slider_thum_holder h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 13px;
}

.active .slider_thum_holder h6 {
    color: #c80000;
}

.slider_footer {
    position: absolute;
    z-index: 2;
    bottom: -130px;
    padding-bottom: 5rem;
}

.slider_footer_img {
    height: 329px;
}

@media screen and (min-width:1450px) {

    .slider_footer_img {
        height: 320px;
    }

    .slider_footer {
        bottom: -246px;
        padding-bottom: 7rem;
    }

}

.slider_footer_img img {
    width: 100%;

}

.slider_footer_item_wrapper {}

.slider_footer_ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    direction: rtl;
    width: 100%;
    max-width: 600px;
    top: 150px;
    position: relative;
}

.slider_footer_ul li {}

.slider_footer_ul li a {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    transition: all 250ms ease;
    opacity: 0.5;
}

.slider_footer_ul li a:hover {
    opacity: 1;
}

.slider_footer_ul li:hover img {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 1));

    transform: translateY(-3%);
}


.slider_footer_ul li {}

.slider_footer_ul li a img {
    width: 64px;
    margin-bottom: 8px;
    position: relative;
    transition: all 250ms ease;
}

.slider_footer_ul li a span {}

/* end of slider  */



.slide--parent {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}



.parent--el {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.parent--el .two--col {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.ltr .parent--el .two--col {
    padding-left: 1rem;
}

#text {
    display: inline-block;
    border-left: 3px solid #8c4668;
    padding-left: 12px;
    font-family: kalameh !important;
    font-weight: 500;
    font-size: 53px;
    transition: 250ms;
}



.ltr #text {
    font-weight: 500;
    text-align: left;
    border-right: 3px solid #8c4668;
    border-left: 0px solid #8c4668;
    padding-right: 12px;
    font-size: 35px;

}

#text::last-word {
    color: #8c4668;
}

.the-img img {
    width: 100%;
}

.is-item--inner {

    padding: 0em 0em;
    min-width: 453px;
}

.top_wrapper {}

.the-img {
    overflow: hidden;
}

.the-img img {
    position: relative;
    transform: translateX(100%);
    transition: all 600ms ease;
}

.is-item--inner p {
    transform: translateY(15px);
    position: relative;
    opacity: 0;
    transition: all 400ms ease;
}

.is-item--inner h1 {
    overflow: hidden;
    font-size: 46px;
    margin-bottom: 14px;
    height: 71px;
}

.ltr .is-item--inner h1 {
    display: flex;
}

.is-item--inner h2 {
    overflow: hidden;
    margin-bottom: 23px;
}

.ltr .is-item--inner h2 {
    display: flex;
    padding-left: 18px;
}

.is-item--inner h1 span,
.is-item--inner h2 span {
    transform: translateY(100%);
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
}

.is-item--inner h1 span {
    font-weight: 500;
}

.is-item--inner h2 span {
    font-weight: 500;

}

.ltr .is-item--inner h2 span {
    font-size: 13px;
}

.is-item--inner h2 span {
    transition: all 900ms ease;
}




.parent--el.is-selected .the-img {
    overflow: hidden;
}

.parent--el.is-selected .the-img img {
    position: relative;
    transform: translateX(0%);
    transition-delay: 500ms;
}

.parent--el.is-selected .is-item--inner p {
    transform: translateY(0px);
    transition-delay: 500ms;
    position: relative;
    opacity: 1;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(2) {
    color: red;
    transition-delay: 700ms;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(3) {
    transition-delay: 900ms;
}

.parent--el.is-selected h1,
.parent--el.is-selected h2 {
    overflow: hidden;
    color: #565656;
}

.parent--el.is-selected h1 span,
.parent--el.is-selected h2 span {
    transform: translateY(0%);
    position: relative;
    transition-delay: 400ms;
    display: inline-block;
}

.parent--el.is-selected hr {
    width: 100%;
    max-width: 8em;
    transition-delay: 500ms;
}

.parent--el.is-selected small {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 400ms;
}

.parent--el.is-selected small:after {
    width: 100%;
    transition-delay: 600ms;
    max-width: 2.4em;
}

.flickity-page-dots {
    position: absolute;
    right: -49px;
    top: 18%;
    margin: 0;
    padding: 0;
}

.flickity-page-dots li {
    position: relative;
    margin-bottom: 31px;
    top: -7px;
}

.flickity-page-dots li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    left: -16px;
    position: absolute;
    top: 0;

}

.flickity-page-dots li.is-selected:before {
    content: "\f0c8";
    font-family: FontAwesome;
    left: -16px;
    position: absolute;
    top: 0;
    font-weight: 900;
}

.flickity-page-dots li::marker {
    display: none;
    content: '';
    font-weight: 900;
}

/* # start of hover effect  */


.card_service {
    position: relative;
    width: 100%;
    height: 260px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin-bottom: 26px;
}

.card_service:before {
    content: '';
    position: absolute;
    top: 150%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/serv_back.jpg);
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}

.card_service:hover:before {
    clip-path: circle(195% at 78% -20%);
    top: 0;
}

.container_small {

    max-width: 872px;
}

.serv_ef_box {}

/* .card_service:after {
    content: 'Nike';
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);
} */

.card_service .imgBx {
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    transition: 0.5s;
}

.card_service:hover .imgBx {
    top: 8%;
    transform: translateY(0%);
}

.card_service:hover .imgBx img {

    filter: brightness(0) invert(1);
}

.card_service .imgBx img {
    position: absolute;
    left: 31%;
    width: 100px;
}

.card_service .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

.card_service:hover .contentBx {
    height: 145px;
}

.card_service .contentBx h2 {
    position: relative;
    color: #002f7d;
    font-size: 16px;
    font-weight: 900;
}

.card_service:hover .contentBx h2 {
    color: #fff;
}

.card_service .contentBx .size,
.card_service .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.card_service:hover .contentBx .size {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.card_service:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}

.card_service .contentBx .size h3,
.card_service .contentBx .color h3 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}

.card_service .contentBx .size span {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: #111111;
    /* background: #FFFFFF; */
    margin: 0 5px;
    transition: 0.5s;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.card_service .contentBx .size span:hover {}

.card_service .contentBx .color span {
    width: 20px;
    height: 20px;
    background: #FF0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.card_service .contentBx .color span:nth-child(2) {
    background: #9BDC28;
}

.card_service .contentBx .color span:nth-child(3) {
    background: #03A9F4;
}

.card_service .contentBx .color span:nth-child(4) {
    background: #E91E63;
}

.card_service .contentBx a {
    display: inline-block;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111111;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.card_service:hover .contentBx a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
}




/* end of hover effect  */

.title_box_cn {

    padding: 54px 0 53px 0;
    text-align: center;
}

.title_box {

    font-size: 26px;
    font-weight: bold;
    color: #001c4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_box i {

    color: #ba0001;
    font-size: 28px;
    margin-left: 7px;
}

.about_wrapper_box {

    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_wrapper_box_inner {
    padding-top: 0px;
}

.ltr .about_wrapper_box_inner {
    direction: rtl;
}

.about_matn {
    text-align: right;
    position: relative;
    top: -5px;
    padding: 36px;

}

.about_matn h3 {

    color: #8b4665;
    font-size: 26px;
    direction: rtl;
}

.ltr .about_matn h3 {
    text-align: left;
}


.about_matn h3 i {
    color: #ba0001;
    font-size: 28px;
    position: relative;
    top: 9px;
}

.about_matn h2 {
    color: #8b4665;
    font-size: 34px;
    margin-top: 7px;
    margin-bottom: 19px;
    padding-right: 0;
}

.ltr .about_matn h2 {
    text-align: left;
}

.about_matn .about_text {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    direction: rtl;
    line-height: 34px;
}

.ltr .about_matn .about_text {
    direction: ltr;
}

.about_wrapper_box .img_about_img {
    position: absolute;
    left: -64px;
    top: 0;
    height: 103%;
}

.ltr .about_wrapper_box .img_about_img {
    left: auto;
    right: 0;
}

.app-home-container {
    height: 100vh;
}

.img_amar_img {
    width: 47px;
}

.about_header {
    border-right: 4px solid #f79e5c;
    padding-right: 13px;
    margin-bottom: 3rem;
}

.ltr .about_header {
    border-right: 0px solid #f79e5c;
    border-left: 4px solid #f79e5c;
    padding-left: 13px;
}

.emerg_sec {
    position: relative;
    padding: 3rem 0;
}


.emerg_sec:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #e1e1e1 url(../images/site/back_emerge.png) no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.emerg_text_wrapper {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emerge_text_title1 {
    font-size: 37px;
    color: #2c2e31;
    font-weight: 300;
    direction: rtl;
}

.emerge_text_title1 i {}

.emerge_text_title2 {
    font-size: 23px;
    color: #2c2e31;
    font-weight: 300;
}

.emerge_text_title3 {
    font-size: 31px;
    color: #2c2e31;
    font-weight: 500;
    margin-top: 1rem;
}

.emerge_text_title4 {
    font-size: 21px;
    color: #2c2e31;
    font-weight: 300;
    margin-top: 6px;
}

.emerge_form_wrapper {
    position: absolute;

}

.emerge_form_box {
    width: 295px;
    background: #4d72d0;
    height: 389px;
    box-shadow: rgb(100 100 111 / 40%) 1px 6px 7px 0px;
    border-radius: 10px;
    margin: 0 auto;
}


.guarantee_section {
    position: relative;
    margin-top: 3rem;
}



.gur_text_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.gur_moto_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 100%;
    padding-right: 5rem;
    padding-bottom: 10px;
}

.gur_moto_wrapper h1 {
    font-size: 32px;
    color: #717382;
    font-weight: 500;
    opacity: 0.7;
}

.gur_moto_wrapper h2 {
    font-size: 20px;
    color: #717382;
    font-weight: 500;
    opacity: 0.7;
}

.gur_img {
    max-width: 100%;
    width: 100%;
}

.gur_text-wrapper {

    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: end;
}

.rtl .gur_text-wrapper {
    text-align: right;

}

.gur_text_title1 {

    font-size: 20px;
    font-weight: 500;
    color: #8b4567;
    direction: rtl;
    margin-bottom: 2px;
    border-right: 4px solid #f89f5d;
    padding-right: 9px;
}

.gur_text_title1 i {
    position: relative;
    top: 5px;
    color: #af0100;
}

.gur_text_title2 img,
.gur_text_title3 img {
    width: 23px;
    position: relative;
    top: -1px;
    margin-right: 11px;
}


.gur_text_title2 {
    font-size: 23px;
    color: #8b4567;
    padding-top: 13px;
    font-weight: 500;
    padding-right: 9px;
}

.gur_text_title2 i {
    background: #af0100;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
}

.gur_text_title3 {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
}

.gur_text_title3 i {
    background: #af0100;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
}

.gur_text_title4 {

    direction: ltr;
    margin-top: 10px;
    font-size: 24px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.gur_text_title4 i {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    padding-top: 9px;
    border-radius: 40px;
    color: #f79d5e;
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.gur_text_title4 span {
    font-weight: 900;
    font-size: 20px;
    color: #874163;
    margin-top: 9px;
    display: block;
}

.box-sp-corp {

    transition: all 250ms ease;
    margin: 32px 10px;
    cursor: pointer;
}

.box-sp-corp:hover {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.sec_corp {

    padding-top: 2rem;
    padding-bottom: 3rem;
}

.sec_corp .grp-spe-title-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grp-spe-title-cn {
    text-align: center;
}

.img_news_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer_cn {
    position: relative;
}

.img_footer_img {

    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_content_wrapper {
    padding-top: 24px;
}

.footer_cn_img_bg {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    height: 100%;
}

.footer_ad_box {

    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: justify;
}

.footer_logo {

    display: flex;
    justify-content: center;
    padding: 0px 0px 6px;
}

.footer_logo img {
    height: 85px;
}

.footer_ad_item {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
}

.footer_ad_item i {
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #58bd95;
    margin-right: 10px;
}

.footer_ad_item span {}

.footer_ad_phone {

    font-size: 15px;
    padding-top: 1px;
    color: #cdcdcd;
    letter-spacing: 3px;
}

.footer_ad_title {

    direction: rtl;
    text-align: justify;
    width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    padding-right: 5px;
}

.footer_menu_wrapper {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-top: 1rem;
}

.rtl .footer_menu_wrapper {
    direction: rtl;
}

.footer_menu_wrapper a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.footer_menu_wrapper a i {
    color: #ba0001;
    margin-left: 6px;
    font-size: 14px;
}

.footer_menu_box {
    flex-grow: 1;

}

.rtl .footer_menu_box {
    text-align: right;
}

.footer_menu_box h4 {

    font-size: 19px;
    color: #58bd95;
    border-bottom: 1px solid #3b3f42;
    padding-bottom: 14px;
}

.footer_menu_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_menu_box ul li {}


.footer_menu_box ul li a {
    color: #a5a6aa;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.footer_extra_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer_extra_wrapper img {
    width: 66px;
    margin-top: 72px;
}

.footer_extra_wrapper>div {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer_item_header {}

.footer_item {

    display: flex;
    justify-content: center;
    padding-top: 26px;
    color: #fff;
    align-items: center;
    flex-direction: column;
}


.footer_title {
    font-size: 14px;
}

.sm_width {

    width: 149px;
    margin: 0 auto;
}

.footer_item_1 {
    margin-right: 35px !important;
}

.footer_item_2 {}

.footer_line {
    width: 100%;
    height: 2px;
    margin-top: 6px;
}


.footer_line2 {

    width: 100%;
    height: 1.45px;
    background: linear-gradient(74deg, rgba(255, 255, 255, 0) -1%, rgba(2, 111, 176, 1) 75%, rgba(255, 255, 255, 0) 100%);
    margin-top: 6px;
}

.footer_m_ad {

    font-size: 12px;
    color: #fff;
    font-weight: 300;
    display: flex;
    margin-bottom: 8px;
}

.footer_m_ad i {

    color: #ba0001;
    font-size: 14px;
    margin-left: 4px;
}

.footer_phone {

    padding-right: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}

.footer_center_wrapper .col-12 {
    display: flex;
    justify-content: center;
}

.ul_footer_phone {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul_footer_phone li {
    padding-left: 26px;

}

.footer_vert_line {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -1%, rgba(2, 111, 176, 1) 75%, rgba(255, 255, 255, 0) 100%);
    width: 2px;
    height: 20px;
}

.footer_email {

    font-family: sans-serif !important;
    font-weight: bold;
}

.btn_footer {
    color: #58bd95;
    font-weight: 300;
    border: 1px solid #58bd95;
    display: flex;
    width: 130px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 7px;
    transition: all 250ms ease;
}

.btn_footer:hover {
    background: #58bd95;
    color: white;
}

.footer_social {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
}

.footer_social li {

    background: #f79e5c;
    display: flex;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.footer_social li:hover {
    background: #f79e5c;
}

.footer_social img {
    width: 12px;
}

.copy_right_top {

    margin-top: 8px;
    border-top: 1px solid #575556;
    padding-top: 9px;
}

.copy_right {
    color: #f79e5c;
    font-size: 10px;
    font-weight: 300;
    text-align: right;
    display: flex;
    justify-content: end;
    padding-top: 11px;
}

.ft-copy-right {
    font-size: 10px;
    padding-top: 11px;
    color: #f79e5c;
    font-weight: 300;
    padding-bottom: 13px;
}

/* start of services  */

.sec_services {
    padding-top: 5rem;
    position: relative;
}

.box_services {
    margin: 20px 11px;
    padding-bottom: 12px;
    border-bottom: 8px solid #00235d;
    box-shadow: 0px 0px 9px 0px rgb(231 231 231 / 75%);
    transition: 1s;
    position: relative;
    background: white;
}

.box_serv_image {
    overflow: hidden;
}

.box_serv_image img {
    width: 100%;
}

.box_ser_title {
    display: flex;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    padding: 20px 0;
}

.box_ser_title span {
    color: #02225b;
    border-bottom: 3px solid #02225b;
    padding-bottom: 8px;
}


.box_ser_matn {
    font-size: 14px;
    padding: 17px 25px;
    direction: rtl;
    text-align: justify;
    color: #8d8d8d;
    font-weight: 300;
}

.box_ser_more {
    padding: 0px 25px;
}

.box_ser_more a {

    font-size: 12px;
    color: #979797;
    font-weight: 300;
}

.box_ser_more a:hover {}

.ser_owl {
    padding: 2rem 4rem 0 4rem;
}

.ser_owl .center {
    margin: 0px auto;
    position: relative;
    top: -24px;
    z-index: 1;
}

.ser_owl .center .box_services {
    margin: 0 -12px;
}

.ser_owl .center .box_ser_title span {
    color: #bc0001;
    border-bottom: 3px solid #bc0001;
}

.ser_owl .center .box_services {

    border-bottom: 8px solid #bc0001;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}


.ser_owl .center img {

    width: 120% !important;
}

.ser_owl .owl-carousel .owl-stage {
    padding-bottom: 56px;
}

.ser_owl img {
    transition: 300ms;
}

/* end of services  */



.skills_container {
    margin-bottom: 15px;
}

.img_pro_back_img {
    position: absolute;
    z-index: -1;
}

.sec_products {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/back_product.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pro_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pro_wrapper_top {}

.pro_wrapper_bottom {
    width: 100%;
}

.pro_title_wrapper {
    margin-bottom: 1rem;
    display: flex;
    justify-content: end;
}

.pro_title_box {}

.pro_title_box h3 {
    color: #8c4469;
    font-size: 25px;
    border-right: 4px solid #f89f5d;
    padding-right: 10px;
}

.ltr .pro_title_box h3 {
    border-right: 0px solid #f89f5d;
    border-left: 4px solid #f89f5d;
    padding-left: 10px;

}

.pro_title_box h5 {
    text-align: center;
    font-size: 13px;
    color: #818181;
}

.prod_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.prod_box {
    padding: 20px 8px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.prod_orange_box {
    width: 96px;
    height: 150px;
    background: #e79355;
    position: absolute;
    left: 43%;
    top: 10%;
}

.prop_purple_box {
    background: rgb(93, 24, 55);
    background: linear-gradient(20deg, rgba(93, 24, 55, 1) 0%, rgba(136, 66, 100, 1) 100%);
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    direction: rtl;
    padding: 3rem 2rem 2rem 2rem;
    padding-top: 33px;
    position: relative;
    min-height: 217px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.pic-prod-img {
    width: 100%;
    position: relative;
    top: -90px;
    right: -60px;
    z-index: 2;
    max-width: 226px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.rtl .pic-prod-img {

    right: -44px;

}

.pr_wrapper_0 {}

.pr_wrapper_1 {}

.pr_wrapper_2 {}

.pr_wrapper_4 {}


.pr_wrapper_1 .prod_wrapper,
.pr_wrapper_2 .prod_wrapper {
    direction: rtl;
}

.pr_wrapper_1 .pic-prod-img,
.pr_wrapper_2 .pic-prod-img {
    right: 20px;
    top: -4px;
}

.pr_wrapper_1 .prop_purple_box,
.pr_wrapper_2 .prop_purple_box {
    top: -88px;
}

.prop_purple_box h2 {
    font-size: 16px;
    color: #f7f7f7;
}

.pr_wrapper_1 .prod_orange_box,
.pr_wrapper_2 .prod_orange_box {
    left: 38%;
    top: 51%;
    height: 120px;
}

.prod_short {

    font-size: 13px;
    color: #dbccd1;
    font-weight: 300;
}

.prod_number {

    display: flex;
    justify-content: start;
    font-size: 83px;
    direction: rtl;
    background: -webkit-linear-gradient(#440e26, #874163);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px;
    position: relative;
    top: 20px;
    right: 41px;
    font-weight: 900;
    font-family: sans-serif !important;
}

/* start of contact form  */



.form-wrap {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

#contactform input,
#contactform textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 15px 8px 0;
    margin-top: 5px;
    color: #969696;
    border: none;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: right;
    font-size: 13px;
}

.ltr #contactform input,
.ltr #contactform textarea {
    padding: 12px 15px 8px 6px;
    text-align: left;
}


#contactform label {
    text-align: right;
    color: white;
    font-size: 13px;
}

.subbuton {
    padding: 9px 30px;
    display: inline-block;
    border-radius: 4px;
    background: #874163;
    margin-top: 20px;
    position: relative;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    transition: all 0.3s;
    cursor: pointer;
}

.subbuton:hover {
    text-decoration: none;
    background: #f3b21b;
    color: #303030;
}

.sosmed-list {
    padding-left: 0;
    margin-top: 19px;
    text-align: right;
    position: relative;
}

/* .sosmed-list:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    left: 0;
    background: #949494;
  } */
.sosmed-list li {
    display: inline-block;
}

.sosmed-list li a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #6a6a6a;
    margin: 5px;
    border-radius: 50%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.sosmed-list li a:hover {
    background: #ffbf00;
}

.sosmed-list li a img {
    width: 33px;
}

.img_footer_logo {
    width: 76px;
}

.btn--svg {
    position: relative;
    height: 42px;
    width: 190px;
    overflow: hidden;
    border-radius: 21px;
    margin-top: -7px;
}

.btn--svg:hover .btn--svg__circle circle {
    transform: scale(0);
}

.btn--svg:hover .btn--svg__label {
    color: #fff;
}



.title-contact {}

/* end of contact form  */



.inner_title_wrapper {
    display: flex;
    align-items: center;
}

.rtl .inner_title_wrapper {
    direction: rtl;

}

.inner_title_wrapper img {
    height: 49px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.rtl .inner_title_wrapper img {
    margin-left: 12px;
    margin-right: 0;
}

.inner_title_wrapper h1 {
    color: #3b3b3b;
    font-weight: 900;
    font-size: 32px;
}

.vote_rules {
    direction: rtl;
    text-align: justify;
    padding: 20px 0px;
}

.vote_rules>.vote_rule_title {
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #7c3657;
    margin-bottom: 17px;
}

.vote_rules>.vote_rule_title i {
    color: #793455;
    font-size: 28px;
    position: relative;
    top: 4px;
}

.vote_rules>.vote_rules_content {
    font-size: 15px;
    line-height: 30px;
    color: #494949;
    font-weight: 500;
}

.vote_rules>.vote_rules_content * {

    font-family: kalameh !important;
}

.demo-gallery {
    min-height: 500px;
}

.demo-gallery .gallery-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #dedede;
    margin: 14px 7px;
    border-radius: 8px;
}

.demo-gallery .gallery-item img {
    width: 200px;
    margin: 4px;
    height: 200px;
    border-radius: 8px;
}


@media (min-width: 1467px) {
    .slider_footer_img {
        height: 467px;
    }

    .flickity-page-dots {
        right: 2%;
    }
}


@media only screen and (max-width: 992px) {
    .about_wrapper_box {
        flex-flow: column;
    }

    .carousel-fade .carousel-item {
        background-position: 84%;
    }

    .parent--el .two--col {
        padding: 15px;
    }

    .pro_title_wrapper {

        justify-content: end;
    }

    .about_wrapper_box .img_about_img {

        position: relative;
        width: 173%;
        left: 140px;
        margin-bottom: 2rem;
    }

    .about_matn {
        padding: 6px;
        right: -16px;
    }

    .help_tracking {
        width: 31px;
        background: #ffffff;
        color: #383737 !important;
        border: 1px solid #b9b9b9;
    }

    .top_right_menu_wrapper {
        order: 2;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .top_left_icon_wrapper {
        order: 5;
        width: 32%;
        display: flex;
        padding-left: 11px;
        display: none;
    }

    .top_search_wrapper {
        order: 6;
        width: 68%;
        padding: 6px;
        flex-grow: 0;
    }

    .help_tracking i {

        color: #5e5e5e;
        font-size: 16px;
        margin-left: 0px;
    }

    .top_help_wrapper {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        text-align: left;
        padding-left: 10px;
        position: relative;
        top: 0;
    }

    .tpMenuUl {
        justify-content: space-between;
        width: 100%;
    }

    #ngxCnSearch>div {
        left: -3% !important;
        min-width: 98%;
    }

    .btncart {
        left: -9px;
    }

    .dn_sl_right_box h2 {
        font-size: 10px;
        margin-bottom: 3px;
        padding-top: 7px;
    }

    .dn_sl_left_box {
        width: 37%;
    }

    .dn_sl_right_box h3 {
        font-size: 10px;
    }

    .dn_sl_right_box {
        width: 90%;
    }

    #text {
        font-size: 31px;
    }

    .is-item--inner {
        min-width: 100%;
    }

    .pic-prod-img {

        top: 0;
        right: 0 !important;
        position: relative;
        height: 173px;
    }

    .prod_orange_box {
        display: none;
    }

    .pr_wrapper_1 .pic-prod-img,
    .pr_wrapper_2 .pic-prod-img {
        right: 0;
        top: 0;
    }

    .prop_purple_box {
        padding: 0rem 1rem;
        direction: ltr;
        height: 172px;
        max-height: 172px;
        min-height: 173px;
    }

    .pr_wrapper_1 .prop_purple_box,
    .pr_wrapper_2 .prop_purple_box {
        top: 0;
    }

    .prop_purple_box h2 {
        font-size: 15px;
    }

    .sec_products {
        height: auto;
    }

    .prod_box {
        height: auto;
    }

    .prod_wrapper {
        margin-bottom: 0rem;
    }

    .app-home-container {
        height: auto;
    }
}

@media screen and (max-height:400px) {}