@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@400;700&display=swap');

html,
body {
    height: 100%;
    background: #e3edec;
}



@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'iransansNum';
    src: url('../fonts/iransans/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;
}


.rtl .kalameh {
    font-family: kalameh !important;
}

.ltr .kalameh {
    font-family: "Fira Sans", sans-serif;
}

.rtl *:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
    font-family: 'iransans';
}

.ltr *:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {

    font-family: "Fira Sans", sans-serif;
}

a {
    color: gray;
}

a:hover {
    text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

/* 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  */


#ngxCnSearch>div {
    min-width: 300px;
    right: auto;
}




.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 #06193b;
    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;
    padding-top: 9px;
}

.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;
}

.ltr .top_left_icon_wrapper {
    padding-right: 12px;
}

.top_left_icon_wrapper>div {
    margin: 0px 11px 0px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ltr .top_left_icon_wrapper>div {
    margin: 0px 0px 0px 5px;
}

.ltr .top_left_icon_wrapper>div a {
    margin-right: 6px;
}

.top_left_icon_wrapper>div:first-child {}

.top_left_icon_wrapper>div:first-child a {

    margin-right: 0px;
}


.top_left_icon_wrapper img {
    height: 18px;
    position: relative;
    left: -3px;
}

.ltr .top_left_icon_wrapper img {
    left: -3px;
    top: -3px;
}

.top_line_left {

    height: 15px;
    background: #ffffff;
    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 {}


.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 {
    color: white;
    z-index: 2;
    width: 100%;
    font-size: 13px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
}

.ltr .top_wrapper {
    direction: rtl;
}

.calendar_wrapper {
    display: flex;
    direction: rtl;
    margin-left: 46px;
    font-size: 12px;
    align-items: center;
    font-weight: 300;
}

.ltr .calendar_wrapper {
    margin-right: 80px;
    margin-left: 0;
    direction: ltr;
}

.calendar_wrapper img {
    width: 19px;
    margin-left: 12px;
}

.ltr .calendar_wrapper img {
    margin-left: 0;
    margin-right: 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;
}

.ltr .ul_access_right {
    direction: ltr;
}

.rtl .ul_access_right {
    direction: rtl;
}

.ul_access_right li:first-of-type {
    margin-left: 82px;
}

.ltr .ul_access_right li:first-of-type {
    margin-left: 0;
    margin-right: 82px;
}

.ul_access_right li a {
    font-size: 12px;
    font-weight: 300;
    color: white;
}

.ul_access_right li a span {

    position: relative;
    top: 2px;
}

.letter_sp {
    letter-spacing: 2px;
}

.ul_access_right li a img {
    width: 19px;
    margin-left: 5px;
}

.ltr .ul_access_right li a img {
    margin-right: 5px;
    margin-left: 0;
}

.img_catalogue {}

.img_call {
    width: 17px !important;

}

.img_callendar {}

/* start of slider  */
.slider_section {
    position: relative;
    top: -95px;
    z-index: 1;
    height: 700px;
}

.img_paeen-slider {
    position: absolute;
    bottom: -41px;
    /* right: -42px; */
    left: -144px;
    z-index: 99;
}


.carousel-fade .carousel-item {
    /* height: 94vh; */
    height: auto;
    min-height: 99vh;
}

.slider_inner_wrapper {
    position: relative;
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.carousel-item {
    /* height: 700px; */
    height: 595px;
    min-width: 300px;
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    bottom: 0 !important;
    z-index: 2;
    text-align: left;
    right: auto;
    right: 12%;
    top: 24%;
}

.slider-matn {
    padding-top: 5rem;
}

.rtl .carousel-caption {
    text-align: right;
}

.ltr .carousel-caption {
    text-align: left;
}

.carousel-caption h2 {
    font-size: 42px;
    margin-top: 0px;
    color: #262b43;
    text-align: right;
    font-weight: 600;
    font-family: kalameh !important;
    direction: rtl;
    padding-right: 30px;
}


.ltr .carousel-caption h2 {
    text-align: left;
}

.carousel-caption h5 {
    font-size: 42px;
    margin-top: 0px;
    color: #262b43;
    text-align: right;
    font-weight: 600;
    font-family: kalameh !important;
    direction: rtl;
    /* padding-right: 30px; */
}

.brand-i {
    direction: rtl;
    align-items: center;
}

.item-brands {
    width: 400px !important;
}

.title-s {
    font-size: 10px !important;
    font-weight: bold;
    color: #262b43;
    font-weight: 600;
    padding: 0;
    /* padding-bottom: 1rem; */
}

.title-s span {
    font-weight: bold !important;
    /* position: relative;
    top: 31px;
    right: -23px; */
}

.slider-text {
    font-size: 15px;
    color: #262b43;
    text-align: justify;
    direction: rtl;
    padding-top: 1rem;
}

.barnds-slide {
    display: flex;
    justify-content: end;
}

.brands-site {
    padding-top: 1rem;
    width: 100%;
    margin: 0 auto;
}

.icon-slider {
    /* width: 16%;
    position: absolute;
    right: -49px; */
    width: 16%;
    position: absolute;
    right: -10%;
    top: -11%;
    /* filter: drop-shadow(2px 4px 6px #d6e2e1); */
    filter: drop-shadow(0px 11px 9px rgb(159, 170, 170));
}

.carousel-caption h1 {}

.ltr .carousel-caption h1 {
    padding-left: 19px;
}

.box_slider_btn {

    display: flex;
    flex-direction: row;
}

.rtl .box_slider_btn {
    direction: rtl;
}

.carousel-caption p {
    margin: auto;
    font-size: 14px;
    margin-bottom: 2rem;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 4px;
}

.carousel-caption span {
    font-size: 14px;
    font-weight: lighter;

}

.button-slider-more {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    padding: 13px 40px 13px 40px;
    display: flex;
    direction: rtl;
    align-items: center;
    position: relative;
    /* top: -7px; */
    font-weight: 500;
    transition: 250ms;
    display: inline-flex;
    box-shadow: rgba(84, 84, 84, 0.8) 0px 5px 15px;
    border-radius: 29px;
    font-family: kalameh !important;
    background: #545454;
    margin-top: 16px;
}

.ltr .button-slider-more {
    margin-left: 23px;
}

.button-slider-more span {}


.button-slider-more-outline {
    border-radius: 18px;
    font-family: kalameh !important;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    align-items: center;
    position: relative;
    top: -7px;
    font-weight: 100;
    transition: 250ms;
    border: 1px solid #2e485f;
    margin: 0 18px;
    color: #304860;
}


.button-slider-more-outline:hover {}

.button-slider-more i {
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 0px;
}

.button-slider-more:hover span::before {

    color: #1c4f78;
}


.button-slider-more:hover {
    background: #545454;
    color: #fff;
}



.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: end;
    height: 70px;
    padding-top: 0px;
}

.ltr .ca_cap_more_wrapper {
    justify-content: start;
}

.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: relative;
    z-index: 2;
    bottom: 228px;
    padding-bottom: 0;
}

.slider_footer_img {
    height: 325px;
}

@media screen and (min-width:1450px) {}

.slider_footer_img img {
    width: 100%;

}

.slider_footer_item_wrapper {}

.slider_footer_ul {

    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    direction: rtl;
    width: 100%;
    top: 150px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ltr .slider_footer_ul {
    direction: ltr;
}

.slider_footer_ul li {
    flex-grow: 0.33333;
    padding: 33px 0;
    transition: all 250ms ease;
}

.slider_footer_ul li a {
    display: flex;
    flex-direction: column;
    color: #30495f;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    height: 100%;
}



.slider_footer_ul li {}

.slider_footer_ul li a img {
    width: 95px;
    position: relative;
    transition: all 250ms ease;
}

.slider_footer_ul li a span {}

.slider_footer_ul li a h4 {
    text-align: center;
    font-size: 19px;
}

.slider_footer_ul li a h5 {
    text-align: center;
    font-size: 13px;
    color: #b9b9b9;
    font-weight: 300;
}

.slider_footer_ul li .sl_ftt_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider_footer_ul li:hover {
    background: #2f475f;
}

.slider_footer_ul li:nth-of-type(1):hover {

    border-radius: 0 30px 30px 0;
}

.slider_footer_ul li:nth-of-type(2):hover {

    border-radius: 0;
}

.slider_footer_ul li:nth-of-type(3):hover {

    border-radius: 30px 0 0 30px;
}

.slider_footer_ul li:hover a {
    color: #ffffff;
}

/* end of slider  */


.flickity-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
}

.slide--parent {
    max-width: 100%;
    margin: auto;
}



.parent--el {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.parent--el .two--col {

    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.ltr .parent--el .two--col {

    justify-content: start;
}

.the-img img {
    width: 100%;
}

.is-item--inner {
    padding: 0em 0em;
}



.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;
}

.is-item--inner h2 {
    overflow: hidden;
    margin-bottom: 23px;
}


.is-item--inner h1 span,
.is-item--inner h2 span {
    transform: translateY(100%);
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
}

.rtl .is-item--inner h1 span,
.is-item--inner h2 span {
    direction: rtl;
}

.is-item--inner h1 span {
    font-weight: 500;
}

.is-item--inner h2 span {
    font-weight: 500;

}

.is-item--inner h2 span {
    transition: all 900ms ease;
}

.ltr .is-item--inner h2 span {
    padding-left: 20px;
}



.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 {
    overflow: hidden;
    color: #2e485f;
}

.parent--el.is-selected h2 {
    overflow: hidden;
    color: #4593a0;
}

.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: 27%;
    margin: 0;
    padding: 0;
    display: none;
}

.ltr .flickity-page-dots {
    right: auto;
    left: -49px;
}

.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 / 33%) 0px 4px 12px;
    margin-bottom: 26px;
}

.card_service:before {
    content: '';
    position: absolute;
    top: 150%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #15969f;
    clip-path: circle(150px at 80% 20%);
    transition: 300ms ease-in-out;

}

.card_service:hover:before {
    clip-path: circle(195% at 78% -20%);
    top: 0;
}

.card_service_active {
    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: 550ms;
    z-index: 10;
}

.card_service:hover .contentBx {
    height: 145px;
}

.card_service .contentBx h2 {
    position: relative;
    color: #002f7d;
    font-size: 17px;
    font-weight: 500;
}

.card_service .contentBx h2 a {
    color: #002f7d;
}


.card_service:hover .contentBx h2 a {
    color: #fff !important;
}

.card_service .contentBx .size,
.card_service .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 250ms;
    opacity: 0;
    visibility: hidden;
}

.card_service:hover .contentBx .size {
    opacity: 1;
    visibility: visible;
}

.card_service:hover .contentBx h2 {
    color: #fff;
}

.card_service:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
}

.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: justify;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    color: #111;
    margin: 0 5px;
    transition: .5s;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.card_service .contentBx .size span a {
    color: white;
    font-weight: 300;
}

.rtl .card_service .contentBx .size span {
    direction: rtl;
}

.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;
}

.ft-rk {
    border-bottom: 1px solid #7b7b7b;
    width: 79%;
    z-index: 1;
    margin: 0 auto;
}

.rtl .title_box {
    direction: rtl;
}

.rtl .title_box::before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    color: #ba0001;
    font-size: 28px;
    margin-left: 5px;
}

.ltr .title_box::after {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ba0001;
    font-size: 28px;
    margin-right: 5px;
}

.ltr .title_box {
    flex-direction: row-reverse;
}

.cn-bg-pr {
    position: relative;
    margin-top: 6rem;
}

.bg-pr {
    position: absolute;
    top: 0px;
}

.title_box i {
    color: #ba0001;
    font-size: 28px;
    margin-left: 7px;
    margin-right: 7px;
}

.about_wrapper_box {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding-top: 1rem;
}

.cn-width-home {
    width: 100%;
}

.about_wrapper_box_inner {
    padding-top: 0px;
}

.about_matn {
    padding-top: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.about_matn h2 {
    color: #262b43;
    font-size: 20px;
    font-weight: 300;
}

.subtitle-home {
    color: #262b43;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.site_cn_title {
    position: relative;
    display: flex;
    flex-direction: column;
}

.txt-under_p {
    content: '';
    position: absolute;
    top: 19px;
    width: 38px;
    height: 4px;
    background-color: #b10000;
    left: -41px;
}

.txt-under_p2 {
    content: '';
    position: absolute;
    top: 19px;
    width: 38px;
    height: 4px;
    background-color: #b10000;
    right: -41px;
}

.txt-under_s {
    content: '';
    position: absolute;
    top: 35px;
    width: 38px;
    height: 4px;
    background-color: #b10000;
    right: 47px;
}

.txt-under_s2 {
    content: '';
    position: absolute;
    top: 35px;
    width: 38px;
    height: 4px;
    background-color: #b10000;
    left: 47px;
}

.site_cn_title h2 {
    color: #004276;
    position: relative;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    display: inline-flex;
    margin: 0 auto;
}

.site_cn_title p {
    color: #535353;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    margin: 0 auto;
}

.site_cn_title h4 {
    color: #5a5a5a;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.txt-under_a {
    content: '';
    position: absolute;
    right: 32px;
    top: 73px;
    width: 9px;
    height: 2px;
    background-color: #24c4bb;
}

.txt-under_a2 {
    content: '';
    position: absolute;
    right: 45px;
    top: 73px;
    width: 51px;
    height: 2px;
    background-color: #24c4bb;
}

/* .site_cn_title h2:after,
.site_cn_title h2:before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    font-weight: 900;
    color: #eacf64;
    font-size: 10px;
    position: absolute;
    top: 18px;
} */

/* .site_cn_title_2 h2:after,
.site_cn_title_2 h2:before {
    top: 8px;
} */

/* .site_cn_title h2:after {
    left: -45px;
} */

/* .site_cn_title h2:before {
    right: -45px;
} */



.box-services-fm-title h2 {
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    font-weight: 300;
}

.box-services-fm-title h2:hover {
    color: #b10000;
    ;
}

.box-s:hover {
    /* -webkit-filter: brightness(.5); */
    /* filter: grayscale(100%) brightness(78%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(15); */
    /* filter: grayscale(100%) brightness(78%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(15); */
}

.about_matn span::after {
    color: #666363;
    position: relative;
    font-size: 21px;
}

/* .subtitle-home::before {
    content: '';
    position: absolute;
    top: 22px;
    height: 4px;
    background-color: #b10000;
    left: -43px;
}

.subtitle-home::after {
    content: '';
    position: absolute;
    top: 22px;
    height:4px;
    background-color: #b10000;
    right:-43px;  
} */

.rtl .subtitle-home::before {
    width: 40px;
    right: 0px;
}


.ltr .subtitle-home::before {
    width: 65px;
    left: 0px;
}

.ul_certificats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ul_certificats li {}

.ul_certificats li img {
    /* height: 47px; */
    width: 74%;
}

.cn-about-app-home {
    margin-top: 2rem;
}

.ltr .cn-about-app-home {
    padding-left: 0;
}

.title-chera {
    color: #3d3d3d;
    font-weight: bold;
}

.cn-div-chap-about {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.title-zoudfix-about {
    color: #20a928;
    font-size: 28px;
    margin-top: 8px;
    /* margin-bottom: 19px; */
    font-weight: 600;
}


.btn-about-more {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    display: flex;
    direction: rtl;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 500;
    transition: 250ms;
    display: inline-flex;
    border-radius: 18px;
    font-family: kalameh !important;
    background: #ab8242;
    box-shadow: rgb(176 136 72) 0px 5px 15px;
    background-image: linear-gradient(to right, #ecbd6f, #a87f3f);
}

.ltr .btn-about-more {
    direction: ltr;
    float: right;
}

.ltr .btn-about-more i {
    rotate: 180deg;
}


.btn-about-more:hover {
    color: #fff;
}

.btn-down-catalog {
    font-family: kalameh !important;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 500;
    transition: 250ms;
    margin: 0 18px;
    color: #8e8e8e;
}

.btn-down-catalog:hover {
    color: #20a82a;
}

.triangle-up {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #3d3d3d;
    border-bottom: 10px solid transparent;
    right: 15px;
    bottom: 31px;
}

.about_matn h3 {
    color: #fff;
    font-size: 18px;
    background: #2f3192;
    border-radius: 20px 0px 20px 20px;
    display: flex;
    justify-content: center;
    padding: 7px 27px 7px 27px;
    font-weight: 300 !important;
    margin-top: 8px;

}

.rtl .about_matn h3 {
    direction: rtl;
}


.about_matn h3 i {
    color: #ba0001;
    font-size: 28px;
    position: relative;
    top: 9px;
}

/*featur*/
.srvices-ap-container {
    padding-top: 3rem;
}

.serve-aplid-box {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding-top: 5rem;
}

.serv-applide-home {
    width: 85%;
}

.serv_app_box_inner {
    padding-top: 0px;
}

.services-ap_matn {
    padding-top: 0;
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.services-ap_matn .services-ap_text {
    font-size: 16px;
    font-weight: 300;
    text-align: center !important;
    direction: rtl;
    line-height: 34px;
    color: #5a5757;
}

.serv-ap-about {
    margin-top: 2rem;
}

.subtitle-serve {
    color: #262b43;
    position: relative;
    font-size: 28px;
    font-weight: 600;
}

.services-ap_matn h2 {
    color: #262b43;
    font-size: 28px;
    font-weight: 600;
}

.services-ap_text p {
    text-align: justify !important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.sa-pic {
    display: flex;
    justify-content: center;
}

.serve-aplid-box .img_about_img {
    /* position: absolute; */
    /* width: 74%; */
    width: 100%;
    top: 0%;
}

/*featur*/




.about_matn .about_text {
    font-size: 15px;
    font-weight: 300;
    text-align: justify !important;
    direction: rtl;
    line-height: 31px;
    color: #5a5757;
    padding-right: 20px;
}

.about_text p {
    text-align: justify !important;
}

.ltr .about_matn .about_text {
    direction: ltr;
}

.cn-pic {
    /* display: flex; */
    /* justify-content: center; */
}

.about_wrapper_box .img_about_img {
    /* position: relative; */
    /* width: 74%; */
    width: 664px;
    /* top: 0%; */
    /* bottom: 36px; */
    /* left: 14px; */
}


.pattern-app-home-01 {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: rgb(100 100 111 / 20%) 1px 3px 7px 0px; */
    border-radius: 46px;
}

.app-home-01 {
    padding-top: 4rem;
}

.bg {
    position: relative;
    margin: 0 auto;

}



.cons_box {

    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    align-items: flex-start;
}

.pro_down_wrapper {

    padding: 11rem 0 3rem 0;
    position: relative;
}

.pro_down_wrapper .gur_text_title2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: gray;
    font-weight: bold;
    font-size: 24px;
    direction: ltr;
}

.pro_down_wrapper .gur_text_title3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: gray;
    font-weight: bold;
    font-size: 24px;
}

.pro_down_wrapper .gur_text_title2 img,
.pro_down_wrapper .gur_text_title3 img {

    margin-right: 1px;
    margin-left: 15px;
}


.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;
    padding-bottom: 3rem;
}


.gur_img_wrapper {}

.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: start;
    justify-content: center;
}

.ltr .gur_text-wrapper {
    align-items: end;
}

.rtl .gur_text-wrapper {
    text-align: right;

}

.gur_text_title1 {

    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    direction: rtl;
    margin-bottom: 2px;
}

.gur_text_title1 i {
    position: relative;
    top: 5px;
    color: #af0100;
}

.gur_text_title2 img,
.gur_text_title3 img {
    width: 30px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.ltr .gur_text_title2 img,
.ltr .gur_text_title3 img {
    margin-left: 5px;
}

.gur_text_title2 {
    font-size: 22px;
    color: #ffffff;
    padding-top: 13px;
    font-weight: 300;
    letter-spacing: 2px;
}


.ltr .gur_text_title2 {
    display: flex;
    direction: ltr;
    align-items: center;
    flex-direction: row-reverse;
}


.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: 22.3px;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
}


.ltr .gur_text_title3 {
    display: flex;
    direction: rtl;
    align-items: center;

}

.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: 7px;
    font-size: 24px;
}

.gur_text_title4 i {
    background: #fcf0d8;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    padding-top: 7px;
    border-radius: 40px;
    color: white;
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.gur_text_title4 span {

    font-weight: 300;
    font-size: 21px;
    color: #ffffff;
    margin-top: 9px;
    display: block;
}

.box-sp-corp {
    transition: all 250ms ease;
    margin: 1px 10px;
    cursor: pointer;
}

.box-sp-corp:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.img-sp-corp {
    /* width: 150px !important; */
}

.sec_corp {
    /* padding-top: 3rem;
    padding-bottom: 3rem; */
    background-size: cover;
    display: flex;
    align-items: center;
}

.sec_corp .grp-spe-title-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_coop_img {

    width: 100%;
    position: absolute;
}

.img-pattern-right-pr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 13%;
}

/* .grp-spe-title-cn {
    text-align: right;
    padding-top: 4rem;
    justify-content: space-between;
    align-items: center;
} */
.cn-news-chevron {
    color: #fff;
    border-radius: 20px;
    padding: 5px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 11px;
    font-weight: 200;
    width: 36%;
    background: #262b43;
}

.section_services_fm {
    padding-top: 4rem;
}


.icons {
    display: flex;
    justify-content: space-between;
    position: relative;
    right: 120px;
    color: #717676;
    font-size: 12px;
    top: 5px;
}

.icons :hover {
    color: #030303;
}

.ltr .grp-spe-title-cn {
    direction: rtl;
}


.cn-news-chevron a {
    /* color: #a8a8a8; */
}

.img_news_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 23%;
}

.footer_cn {
    position: relative;
    /* background: rgb(40, 41, 133); */
    /* background: radial-gradient(circle, rgba(40, 41, 133, 1) 0%, rgba(27, 29, 103, 1) 50%); */
}

.ul-ft-namad {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 58px;
}

.btn-gruop-sp {
    display: flex;
    justify-content: center;
}

.btn-about-more_2 {
    color: #33a5fd;
    cursor: pointer;
    font-size: 11px;
    padding: 6px 35px 6px 35px;
    display: flex;
    direction: rtl;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 600;
    transition: 250ms;
    display: inline-flex;
    border-radius: 10px;
    font-family: kalameh !important;
    /* background: #a70000; */
    /* box-shadow: rgb(174 0 0) 0px 5px 15px; */
    /* background-image: linear-gradient(to right,#9d0000 , #b80000,#cf0000 );    */
}

.cn-copy-right {
    padding-top: 10px;
    padding-bottom: 20px;
}

.sm_ad_img {
    height: 100px;
}

.img_footer_img {
    position: absolute;
    left: 0;
    width: 100%;
    /* top: 34px; */
    bottom: 0;
}

.icon-chevron-right {
    color: #b10000;
    margin-left: 6px;
    font-size: 7px;
    padding-top: 4px;
}

.footer_content_wrapper {
    padding-top: 138px;
    /* padding-bottom: 49px; */
}

.img-left-footer {
    position: relative;
    right: 49px;
    z-index: 2;
}

.cn-number {
    justify-content: end !important;
}


.img-right-footer {
    /* position: relative;
    left: 49px;
    z-index: 2; */
    position: absolute;
    left: -147px;
    z-index: 2;
    top: -96px;
}

.footer_line_top_1 {
    height: 30px;
    background: rgb(95, 139, 168);
    background: linear-gradient(20deg, rgba(95, 139, 168, 1) 0%, rgba(66, 211, 198, 1) 100%);

}

.footer_line_top_2 {
    height: 50px;
    background: rgb(75, 124, 156);
    background: linear-gradient(20deg, rgba(75, 124, 156, 1) 0%, rgba(43, 199, 186, 1) 100%);
}

.footer_cn_img_bg {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    height: 100%;
}

.footer_ad_box {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo {
    position: absolute;
    left: 43.7%;
    width: 11%;
    top: -110px;
}

.cn-logo-mob {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    top: 12px;
}

.footer_logo_mob {
    width: 70%;

}

.ul_menu_1 {
    list-style: none;
    margin: 0;
}

.ul_menu_topic {
    float: right;
    overflow: hidden;
    overflow-y: scroll;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 80%; */
}


.footer_menu_link_1 {
    background-color: initial !important;
    background-image: linear-gradient(-180deg, #bc0000, #bf0000) !important;
    box-shadow: rgba(25, 25, 25, .04) 0 0 1px 0, rgba(0, 0, 0, .1) 0 3px 4px 0 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding-right: 2px !important;
    font-size: 11px !important;
    text-align: center !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    display: block !important;
    transition: all .2s !important;
    padding: 6px !important;
}

.logo-f {
    display: flex;
    justify-content: end;
}

.email-box {
    position: relative;
    top: 57%;
    left: -9%;
}

.footer_bottom_cn {
    position: absolute;
    bottom: 0px;
    left: 32%;
}

.footer_bottom_cn img {}

.footer_logo img {

    height: 216px;
    margin-top: 45px;
}

.footer_ad_item {
    /* color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: 62px;
    left: 75px;
    display: flex;
    justify-content: flex-start; */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: flex;
    justify-content: end;
}

.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: right;
    width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    padding-right: 5px;
    width: 123px;
}

.ltr .footer_ad_title {
    direction: ltr;
    text-align: left;
}

.footer_menu_wrapper {
    /* display: flex; */
    justify-content: start;
    align-items: start;
    padding-top: 12px;
    text-align: right;
}

.ltr .footer_menu_wrapper {
    text-align: left;
}


.nsl-input {
    border: 1px solid #dfdfdf;
    padding: 0.575rem 0.75rem;
    border-radius: 2px;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 20px;
    background: #ffffff;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 12px);
    text-align: right;
    border-radius: 15px;
}

.btn-newsletter {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
    top: 3px;
    left: 18px;
    padding: 8px 27px 8px 27px;
    position: absolute;
    background: #ff6800;
    border-color: #ff6800;
    box-shadow: rgb(89 179 172 / 20%) 0 2px 8px 0;
    color: #fff !important;
}

.rtl .footer_menu_wrapper {
    direction: rtl;
}

.footer_menu_wrapper a {
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 8px;
}



.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-cn-workTime {
    display: flex;
    justify-content: end;
}

.footer-cn-workTime div {
    direction: rtl;
    color: #fff;
}

.footer-cn-support {
    position: absolute;
    top: -22px;
    z-index: 2;
    align-items: center;
}

.ltr .footer-cn-support {
    direction: rtl;
    left: -41px
}

.rtl .footer-cn-support {
    left: -34px;
}

.img_footer_title {
    width: 38px;
    height: 36px;
    margin-left: 8px;
}

.ltr .img_footer_title {
    margin-left: 0;
    margin-right: 6px;
}

.footer-cn-support div {
    direction: rtl;
}

.ft-phone {
    text-align: right;
    color: #fff;
}

.ltr .ft-phone {
    text-align: left;
}

.ft-phone-value {
    color: #3d3d3d;
    font-size: 17px;
    font-weight: 700;
}

.footer_item_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* margin-top: 6rem; */
}

.footer_item {

    display: flex;
    justify-content: center;
    /* padding-top: 26px; */
    color: #fff;
    align-items: center;
    flex-direction: column;
}

.rtl .footer_item {
    direction: rtl;
}

.footer_title {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
}

.sm_width {
    margin: 0 auto;
}

.ltr .sm_width {}

.footer_item_1 {

    margin-right: 0px !important;
}


.footer_line {
    width: 100%;
    height: 2px;
    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;
}

.imgback_footer {
    position: absolute;
    right: 0;
    top: -136px;
    width: 10%;
}

.footer_line2 {
    width: 100%;
    height: 1.45px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -7%, rgba(2, 111, 176, 1) 75%, rgba(255, 255, 255, 0) 102%);
    margin-top: 6px;
}

.img-triangle {
    width: 14px;
}

.rtl .img-triangle {
    margin-left: 13px;
}

.ltr .img-triangle {
    margin-right: 13px;
    rotate: 180deg;
}

.title-about-footer {
    text-align: center;
    color: #fff;
}

.title-about-footer h2 {
    font-weight: 300;
    font-size: 31px;
}

.ltr .title-about-footer {
    text-align: left;
}

.title-about-footer span {
    text-align: right;
    font-weight: 300;
    font-size: 19px;
}

.cn-cstomers {
    background: #fff;
    border-radius: 74px;
    margin: 0 10px;
    padding: 0px 30px;
    height: 139px;
    box-shadow: rgba(255, 255, 255, 0.9) 0px 5px 55px;
}

.cn-app-icon {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.img-app {
    width: 220px;
}

.footer_m_ad {
    font-size: 13px;
    color: #b7b7b7;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0px;
}

.footer_m_ad h6 {
    line-height: 12px;
}

.footer_m_ad p {
    text-align: justify;
    direction: rtl;
}

.ltr .footer_m_ad p {
    direction: ltr;
}

.footer_phone {

    padding-right: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 11px;
}

.footer_md_phone {
    font-size: 14px;
    font-weight: 400;
}

.footer_md_phone span {
    color: #fff !important;
    font-weight: 600;
    padding-right: 10px;
}

.footer_md_email span {
    color: #fff !important;
    font-weight: 600;
    padding-right: 10px;
}

.footer_md_adderss span {
    color: #fff !important;
    font-weight: 600;
    padding-right: 10px;
}

.footer-menu {
    padding-top: 24px;
}

.footer_md_adderss {
    margin: 0 auto;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 12px;
}

.footer_md_email {
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: 3px; */
}

.ul_footer_phone {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul_footer_phone li {
    padding-left: 26px;

}

.ltr .ul_footer_phone li:first-of-type {

    width: 134px;

}


.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;
}

.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;
    padding: 0 14px;
    justify-content: end;
}

.footer_social li {
    display: flex;
    margin: 0;
    padding: 0 4px;
}

.footer_social li:hover {
    /* background: #fff; */
}

.footer_social li a {

    /* background: white; */
    padding: 2px;
    border-radius: 40px;
}

.footer_social img {
    /* width: 40px; */
    width: 32px;
    margin: 5px 8px;
}

.copy_right_top {

    margin-top: 8px;
    border-top: 1px solid #575556;
    padding-top: 9px;
}

.copy_right {
    color: #c4c4c4;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    display: flex;
    justify-content: end;
    padding-top: 11px;
}

.ltr .copy_right {
    justify-content: end;
}

.rtl .copy_right {
    direction: rtl;
}

.footer_logo img {
    height: 138px;
}

.ft-copy-right {
    font-size: 10px;
    padding-top: 11px;
    color: #c4c4c4;
    font-weight: 300;
    padding-bottom: 13px;
    display: flex;
    justify-content: center;
    direction: rtl;
}

.ft-copy-right a {
    color: #c4c4c4;
}

/* start of services  */

.sec_services {
    padding-top: 3rem;
    position: relative;
    /* height: 800px; */
    margin-top: 5rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(8deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* box-shadow: rgba(255, 255, 255, 0.9) 0px 5px 55px; */
}

.slide-fr {
    position: absolute;
    right: -6px;
    bottom: 30%;
    z-index: 0;
    width: 10%;
}

.sec_services .owl-carousel .owl-stage-outer {

    /* min-height: 613px; */
    /* overflow: visible; */
}

.grp-spe-title-fm{
    margin-bottom: 1rem;
}

.grp-spe-title-s1 {
    display: flex;
    justify-content: end;
    font-size: 22px;
    font-weight: 500;
    color: #262b43;
    /* padding-bottom: 16px; */
}

.box-services-h2::before {
    content: '';
    position: absolute;
    top: 150%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../assets/SiteTheme/images/serv_back.jpg);
    clip-path: circle(150px at 80% 20%);
    transition: .3s ease-in-out;
    background-position-y: center;
    border-radius: 14px;
}

.box_services {
    margin: 0px 11px;
    padding: 0;
    max-width: 100%;
    width: 340px;
    margin-top: 15px;
    margin-bottom: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-right: 2px solid #edeeef
        /* padding-left: 10px; */
}

.box_serv_image {
    overflow: hidden;
}

.box_serv_image img {
    width: 100%;
}

.box_ser_title {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    padding: 20px 0;
}

.box_ser_title span {
    color: #727273;
    font-weight: 300;
    /* border-bottom: 3px solid #02225b; */
    /* padding-bottom: 8px; */
}


.box_ser_matn {
    font-size: 12px;
    color: #686868;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
    width: 237px;
}

.ltr .box_ser_matn {
    direction: ltr;
}

.box_ser_more {
    padding: 0px 25px;
}

.ltr .box_ser_more {
    display: flex;
    justify-content: end;
}

.box_ser_more a {

    font-size: 12px;
    color: #33a5fd;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

.box_ser_more a:hover {}

.ser_owl {
    padding-top: 2rem;
}

.ser_owl {
    margin: 0px auto;
    position: relative;
    top: -24px;
    z-index: 1;
}


/* .box_services:last-child{
border-left: none;
} */

.div .ser_owl:last-child {
    border-left: none;
}

/* .ser_owl .box_services{
    border-left: #f0efed 4px solid;
    margin-top: 9px;
    margin-bottom: 9px;
} */
.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  */
/* .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: #001c4b;
    margin-bottom: 17px;
}

.vote_rules>.vote_rule_title i {
    color: #ba0001;
    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;
}

.ft_menu_wrapper {
    /* max-width: 343px;
    display: flex;
    flex-direction: column;
    align-items: end; */
    padding-top: 21%;
}


.ft-menu-sec3 {
    padding-top: 18%;
}

.inner_top_slider_wrapper {
    margin-bottom: 0rem;
}

.inner_top_img {

    width: 100%;
    position: absolute;
}

.innert_top_content {
    padding-top: 2%;
    position: relative;

}

.inner_bread {}

.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: #4b4b4b;
    font-family: kalameh !important;
    font-weight: 900;
    font-size: 34px;
}

.ul-ft-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul-ft-social li {
    margin-left: 5px;
}

.ul-ft-social li a {
    display: flex;
    width: 30px;
    height: 30px;
    background: rgba(22, 70, 109, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ul-ft-social li a img {
    width: 14px;
    height: 14px;
}

.sp_gray_back {
    padding-bottom: 5rem;
}

@media (min-width: 1467px) {}

@media (max-height: 660px) {
    .carousel-caption {
        /* bottom: 15%; */
        top: 18%;
    }
}

@media (min-width: 1800px) {

    .inner_top_slider_wrapper {
        margin-bottom: 3rem;
    }

    .innert_top_content {
        padding-top: 6%;
    }
}

@media (max-width: 1600px) {
    /* .bg-pr {
        position: absolute;
        top: -70px;
    } */
}

@media only screen and (max-width: 768px) {

    .ltr .about_matn {
        left: 0%;
    }

    .footer_item_header {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .ul_access_right {
        justify-content: space-between;
    }

    .ul_access_right li a {
        font-size: 11px;
    }

    .ul_access_right li a img {
        margin-left: 5px;
    }

    .cn-news-chevron {
        width: 54%;
        padding: 5px 5px;
    }

    .ul_access_right li {}

    .ul_access_right li:first-of-type {
        margin-left: 7px;
    }

    .footer_phone {
        padding-right: 10px;
        padding-top: 5px;
    }

    .footer_phone {
        padding-right: 10px;
    }

    .about_text {
        overflow-y: auto;
    }

    .about_matn .about_text {
        line-height: 28px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .about_text p {
        text-align: justify !important;
    }

    .copy_right {
        font-size: 11px;
        justify-content: center !important;
        /* padding-top: 43px; */
    }

    .sec_services {
        /* height: 683px; */
        padding-top: 0px;
    }

    .adver-site {
        width: 95% !important;
        padding-bottom: 2rem;
    }

    .slide-r {
        display: none;
    }

    .slide-l {
        display: none;
    }

    .icons {
        display: flex;
        justify-content: start;
        position: relative;
        right: 60px;
        color: #717676;
        font-size: 12px;
        top: 7px;
    }

    .grp-spe-title-s1 {
        position: relative;
        top: -25px;
    }

    .slider_footer_ul li a {
        font-size: 12px;
    }

    .slider_footer_ul li a .row {
        direction: rtl;
        flex-direction: row;
    }

    .slider_footer_ul li a h4 {
        font-size: 13px;
    }

    .slider_footer_ul li a h5 {
        font-size: 11px;
    }

    .slider_footer_ul li .sl_ftt_content {
        height: auto;
    }

    .ser_owl .center .box_services {
        /* box-shadow: rgb(50 50 93 / 25%) 0px 0px 0px 0px, rgb(0 0 0 / 30%) 0px 0px 0px 0px; */
    }

    .ul_certificats li img {
        height: 47px !important;
        width: 100% !important;
    }

    .about_matn {
        /* padding-top: 32px; */
    }

    .site_cn_title h2 {
        font-size: 20px !important;
    }

    .site_cn_title p {
        font-size: 14px !important;
    }

    .help_tracking {
        width: 31px;
        background: #ffffff;
        color: #383737 !important;
        border: 1px solid #b9b9b9;
    }

    .top_right_menu_wrapper {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 0 !important;
    }

    .rtl .top_left_icon_wrapper {
        order: 1;
        display: flex;
        padding-left: 0px;
    }

    .cn-lang-mobile {
        display: flex;
        flex-direction: column;
    }

    .ltr .top_left_icon_wrapper {
        order: 1;
        display: flex;
        padding-right: 11px;
    }

    .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%;
    }

    .img_news_img {
        display: none;
    }

    .about_wrapper_box .img_about_img {
        /* top: -88px; */
        height: auto;
        width: 100%;
        display: none;
    }

    .calendar_wrapper {
        display: none;
    }

    .email-box {
        position: relative;
        top: 57%;
        left: -13%;
        top: 85px;
    }

    .top_left_icon_wrapper>div {
        margin: 0px 4px 0px 0;
    }

    .is-item--inner h1 {
        font-size: 30px;
    }

    .carousel-caption h2 {
        font-size: 16px;
        padding-right: 39px;
    }

    .carousel-caption h5 {
        font-size: 16px;
        padding-right: 39px;
    }

    .item-brands {
        width: 300px !important;
        margin: 0 auto;
    }

    .brands-site {
        padding-top: 1rem;
    }

    .icon-slider {
        width: 13%;
        right: 7px;
        top: -7px;
    }

    .slider-text {
        font-size: 11px;
        padding-top: 1rem;

    }

    .title-s {
        padding-bottom: 1rem;
        top: 0;
    }

    .slider-matn {
        padding-top: 15rem;
        position: relative;
    }

    .carousel-caption {
        right: 0 !important;
        left: 0 !important;
    }

    .slider_footer {
        bottom: 105px;
    }

    .about_matn .about_text {
        padding-right: 0;
    }

    .slider_footer_ul {
        position: absolute;
        top: -5px;
        left: 0;
    }

    .slider_footer_ul li {
        width: 33%;
    }

    .carousel-fade .carousel-item {
        height: 107vh;
    }

    .is-item--inner {
        padding: 3em 0em;
    }

    .card_service {
        height: 165px;
    }

    .card_service .contentBx {
        height: 40px;
    }

    .card_service .imgBx img {
        left: 19%;
    }

    .card_service .imgBx {
        top: 12%;
    }

    .gur_text_title1 {
        font-size: 34px;
    }

    .gur_text_title2 {
        font-size: 16px;
        padding-top: 4px;
    }

    .gur_text_title3 {
        margin-top: 4px;
        font-size: 17px;
    }

    .gur_text_title4 {
        font-size: 24px;
    }

    .gur_text_title2 img,
    .gur_text_title3 img {
        width: 17px;
    }

    .gur_text_title4 span {
        font-size: 14px;
        margin-top: 0px;
    }

    .ser_owl {
        padding: 1rem 1rem 0 1rem;
    }

    .footer_content_wrapper {
        padding-top: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .footer_cn {
        background: rgb(33, 33, 33);
        /* background: radial-gradient(circle, rgba(10, 39, 64, 1) 0%, rgba(27, 29, 103, 1) 50%); */
    }

    .img_footer_img {
        display: none;
    }

    .box_services {
        border-left: none;
        border-right: none;
    }

    .footer_ad_box {
        align-items: center;
    }

    .footer_item_2 {
        margin-right: auto !important;
    }

    .footer_item_1 {
        margin-right: auto !important;
    }

    .ft_menu_wrapper {
        align-items: center;
        margin-bottom: 0rem;
        /* margin-top: 5rem; */
    }

    .ft-menu-sec3 {
        padding-top: 0%;
    }

    .ul_menu_1 {
        padding-right: 0;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .order_3 {
        order: 3;
    }


    .ft-copy-right {
        display: flex;
        justify-content: center;
    }

    .rtl .ft-copy-right {
        direction: rtl;
    }

    .footer_logo {
        display: none;
    }

    .ul_footer_phone li {
        padding-left: 18px;
    }

    .inner_top_slider_wrapper {
        margin-bottom: 1rem;
    }

    .rtl .about_matn h3 {
        text-align: right;
        font-size: 16px;
    }


    .rtl .about_matn h4 {
        text-align: center;
        font-size: 16px;
    }

    .innert_top_content {
        padding-top: 0%;
        padding-right: 12px;
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .inner_title_wrapper img {
        height: 23px;
    }

    .inner_title_wrapper h1 {
        font-weight: 700;
        font-size: 38px;
        padding: 0 10px;
    }

    .about_matn h3 {
        font-size: 18px;
    }

    .pro_down_wrapper {
        padding: 2rem 0 3rem 0;
    }

    .footer_bottom_cn img {
        height: 46px;
    }

    .cons_box {
        margin-bottom: 2rem;
    }

    .slider_footer_ul li a img {
        width: 44px;
    }

    .cn-number {
        justify-content: center !important;
    }

    .footer_ad_item {
        display: flex;
        justify-content: center;
        position: relative;
        /* top: 0; */
        left: 11px;
    }

    .footer-cn-support {
        position: relative;
        top: 16px;
        left: 0 !important;
        padding-bottom: 10px;
    }

    .footer_social {
        width: 100%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 2rem;
    }

    .btn-down-catalog {
        margin: 0 0px;
    }

    .about_matn {
        flex-direction: column;
    }

    .cn-div-chap-about {
        order: 1;
        padding-top: 185px;
    }

    .cn-about-app-home {
        /* margin-top: 5rem; */
    }

    .about_wrapper_box {
        padding-top: 0rem;
    }

    .pattern-app-home-01 {
        /* width: 92%;
        height: 432px;
        padding-top: 2rem; */
        display: none;
    }

    .cn-company-name-header {
        display: none !important;
    }

    .btn-see-all {
        font-size: 12px;
        padding: 8px 0;
    }

    .footer_logo_mob {
        display: block;
        width: 48%;
        top: 3px;
        left: 92px;
    }

    .btn-newsletter {
        /* left: -78px; */
    }

    .cn-logo-mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        padding-top: 45px;
    }

    .title-about-footer {
        padding-top: 16px;
    }

    .cn-app-icon {
        align-items: center;
        margin-top: 16px
    }

    .img-sp-corp {
        width: 95px !important;
    }

    .bg-pr {
        display: none;
    }

    .cn-cstomers {
        margin: 0 3px;
        height: 92px;
        box-shadow: rgba(255, 255, 255, 0.9) 0px 0px 0px;
    }

    .img-pattern-right-pr {
        display: none;
    }

    .cn-width-home {
        width: 100%;
    }

    .img-left-footer {
        display: none;
    }

    .img-right-footer {
        display: none;
    }

    .img-slider-size-mobile {
        /* background-position-x: -330px; */
    }

    .grp-spe-title-cn {
        padding-bottom: 1rem;
        padding-top: 0rem;
    }

    .sec_rel {
        margin-top: 2rem;
        padding-top: 1rem !important;
    }

    .ltr .about_matn h2 {
        /* top: -53px; */
        font-size: 23px;
    }

    .subtitle-home {
        font-size: 24px;
    }

    .services-ap_matn h2 {
        font-size: 22px;
    }

    .subtitle-serve {
        font-size: 22px;
    }
}