/*@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800;900&amp;family=Roboto:wght@400;500;600;700;800&amp;family=Allison&amp;display=swap");*/

@import url("bootstrap.min.css");
@import url("../fonts/fontawesome/css/all.css");
@import url("../fonts/webexbaseicon/style.css");
@import url("owl.carousel.min.css");

@font-face {
    font-family: "EffraFontAr";
    src: url("../fonts/ar/alfont_com_Effra_Rg.ttf") format("truetype");
}

:root {
    --webex-primary-color: #179bb2;
    --webex-primary-color-rgb: 59, 56, 235;
    --webex-primary-color2: #6600d3;
    --webex-primary-color2-rgb: 102, 0, 211;
    --webex-primary-color3: #179bb2;
    --webex-primary-color3-rgb: 21, 235, 174;
    --webex-primary-color4: #fab758;
    --webex-primary-color4-rgb: 250, 183, 88;
    --webex-secondary-color: #0d1525;
    --webex-secondary-color-rgb: 13, 21, 37;
    --webex-secondary-color2: #353666;
    --webex-secondary-color2-rgb: 13, 21, 37;
    --theme-text-gray: #a5a5a5;
    --link-color: #006cff;
    --text-white: #ffffff;
    --text-black: #303031;
    --text-gray: #d7d9f2;
    --text-blue: #447bde;
    --text-light-gray: #a7a8b4;
    --text-silver: #f1f3f8;
    --text-silver-light: #f0efff;
    --text-gray-light: #cccccc;
    --text-dark-light: #808093;
    --bg-white: #ffffff;
    --bg-light-pink: #faf3f3;
    --bg-silver: #f1f3f8;
    --bg-silver-light: #e7e3f0;
    --bg-silver-light2: #f0f1f7;
    --bg-silver-deep: #ecdaee;
    --bg-gray: #f7f7f7;
    --bg-dark-color: #0b0c26;
    --bg-blue-color: #571bcd;
    --gradient-color1: linear-gradient( 45deg, var(--webex-primary-color) 0%, var(--webex-primary-color2) 100% );
    --gradient-color2: linear-gradient( 45deg, var(--webex-primary-color2) 0%, var(--webex-primary-color) 100% );
    --gradient-section-overlay: linear-gradient( 90deg, var(--webex-primary-color2) 10%, var(--webex-primary-color) 100% );
    --heading-font: "EffraFontAr", sans-serif;
    --body-font: "EffraFontAr", sans-serif;
    --secondary-font1: "EffraFontAr", cursive;
    --heading-font-color: #232323;
    --h1-h2-font-weight: 900;
    --h3-h4-font-weight: 800;
    --h5-h6-font-weight: 800;
    --body-font-color: #515264;
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-font-line-height: 1.8rem;
    --header1-nav-color: #fff;
    --header1-nav-hover-color: var(--webex-primary-color3);
    --header1-nav-font-family: var(--heading-font);
    --header1-nav-font-size: 16px;
    --header1-nav-font-weight: 800;
    --header1-nav-child-color: var(--heading-font-color);
    --header1-nav-child-hover-color: #fff;
    --header1-nav-child-font-size: 15px;
    --header1-nav--child-font-weight: 700;
    --header2-nav-color: var(--heading-font-color);
    --header2-nav-hover-color: var(--webex-primary-color);
    --header2-nav-font-family: var(--body-font);
    --header2-nav-font-size: 16px;
    --header2-nav-font-weight: 800;
    --header2-nav-child-color: var(--heading-font-color);
    --header2-nav-child-hover-color: #fff;
    --header2-nav-child-font-size: 15px;
    --header2-nav--child-font-weight: 700;
    --header3-nav-color: var(--heading-font-color);
    --header3-nav-hover-color: var(--webex-primary-color);
    --header2-nav-font-family: var(--body-font);
    --header3-nav-font-size: 16px;
    --header3-nav-font-weight: 800;
    --header3-nav-child-color: var(--heading-font-color);
    --header3-nav-child-hover-color: #fff;
    --header3-nav-child-font-size: 15px;
    --header3-nav--child-font-weight: 700;
    --sub-title-font-size: 18px;
    --sub-title-font-weight: 700;
    --sub-title-letter-spacing: 0.02rem;
    --box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.08);
    --text-categories: #b5b5b5;
    --footer-text-color: #bbb7c2;
    --widget-content-bg-color: #fbf6f3;
    --widget-content-bg-text-color: var(--heading-font-color);
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none !important;
}

::-moz-selection {
    background: var(--webex-primary-color);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    background-color: var(--bg-silver);
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--webex-primary-color3);
}

::selection {
    background: var(--webex-primary-color);
    color: #fff;
    text-shadow: none;
}

.img-full {
    width: 100%;
}

body {
    color: var(--body-font-color);
    font-family: var(--body-font);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-font-line-height);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    direction: rtl;
}

p {
    position: relative;
    margin: 0 0 20px;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-font-color);
    margin: 0;
    font-family: var(--heading-font);
    position: relative;
}

h1,
h2 {
    font-weight: var(--h1-h2-font-weight);
    line-height: 1.2;
}

h3,
h4 {
    font-weight: var(--h3-h4-font-weight);
}

h5,
h6 {
    font-weight: var(--h5-h6-font-weight);
}

h1 {
    font-size: 56px;
}

@media screen and (max-width: 425px) {
    h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 38px;
    }
}

h2 {
    font-size: 46px;
}

@media screen and (max-width: 425px) {
    h2 {
        font-size: 38px;
    }
}

h3 {
    font-size: 26px;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-font-color);
    font-family: var(--heading-font);
}

b,
strong {
    color: var(--heading-font-color);
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    cursor: pointer;
    color: #049ad3;
    font-family: var(--body-font);
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a:hover {
    color: var(--webex-primary-color);
    text-decoration: none;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both;
}

.page-title-section {
    background-position: center;
    background-color: #f8f8f8;
    /* background-image: url(../images/bg/1.jpg); */
    display: flex;
    align-items: end;
    min-height: 250px;
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mrt-0 {
    margin-top: 0px;
}

.mrt-5 {
    margin-top: 5px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrt-45 {
    margin-top: 45px;
}

.mrt-50 {
    margin-top: 50px;
}

.mrt-55 {
    margin-top: 55px;
}

.mrt-60 {
    margin-top: 60px;
}

.mrt-65 {
    margin-top: 65px;
}

.mrt-70 {
    margin-top: 70px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrt-85 {
    margin-top: 85px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrt-95 {
    margin-top: 95px;
}

.mrt-100 {
    margin-top: 100px;
}

.mrt-105 {
    margin-top: 105px;
}

.mrt-110 {
    margin-top: 110px;
}

.mrt-115 {
    margin-top: 115px;
}

.mrt-120 {
    margin-top: 120px;
}

.mrt-125 {
    margin-top: 125px;
}

.mrt-130 {
    margin-top: 130px;
}

.mrt-135 {
    margin-top: 135px;
}

.mrt-140 {
    margin-top: 140px;
}

.mrt-145 {
    margin-top: 145px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrt--60 {
    margin-top: -60px;
}

.mrt--90 {
    margin-top: -90px;
}

.mrt--110 {
    margin-top: -110px;
}

.mrt--120 {
    margin-top: -120px;
}

.mrt--200 {
    margin-top: -200px;
}

.mrt--235 {
    margin-top: -235px;
}

.mrb--100 {
    margin-bottom: -100px;
}

.mrl--160 {
    margin-left: -160px;
}

.minus-mrt-60 {
    margin-top: -60px;
}

.minus-mrt-120 {
    margin-top: -120px;
}

.mrr-0 {
    margin-right: 0px;
}

.mrr-5 {
    margin-right: 5px;
}

.mrr-10 {
    margin-right: 10px;
}

.mrr-15 {
    margin-right: 15px;
}

.mrr-20 {
    margin-right: 20px;
}

.mrr-25 {
    margin-right: 25px;
}

.mrr-30 {
    margin-right: 30px;
}

.mrr-35 {
    margin-right: 35px;
}

.mrr-40 {
    margin-right: 40px;
}

.mrr-45 {
    margin-right: 45px;
}

.mrr-50 {
    margin-right: 50px;
}

.mrr-55 {
    margin-right: 55px;
}

.mrr-60 {
    margin-right: 60px;
}

.mrr-65 {
    margin-right: 65px;
}

.mrr-70 {
    margin-right: 70px;
}

.mrr-75 {
    margin-right: 75px;
}

.mrr-80 {
    margin-right: 80px;
}

.mrr-85 {
    margin-right: 85px;
}

.mrr-90 {
    margin-right: 90px;
}

.mrr-95 {
    margin-right: 95px;
}

.mrr-100 {
    margin-right: 100px;
}

.mrr-105 {
    margin-right: 105px;
}

.mrr-110 {
    margin-right: 110px;
}

.mrr-115 {
    margin-right: 115px;
}

.mrr-120 {
    margin-right: 120px;
}

.mrr-125 {
    margin-right: 125px;
}

.mrr-130 {
    margin-right: 130px;
}

.mrr-135 {
    margin-right: 135px;
}

.mrr-140 {
    margin-right: 140px;
}

.mrr-145 {
    margin-right: 145px;
}

.mrr-150 {
    margin-right: 150px;
}

.mrb-0 {
    margin-bottom: 0px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrb-55 {
    margin-bottom: 55px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mrb-65 {
    margin-bottom: 65px;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mrb-75 {
    margin-bottom: 75px;
}

.mrb-80 {
    margin-bottom: 80px;
}

.mrb-85 {
    margin-bottom: 85px;
}

.mrb-90 {
    margin-bottom: 90px;
}

.mrb-95 {
    margin-bottom: 95px;
}

.mrb-100 {
    margin-bottom: 100px;
}

.mrb-105 {
    margin-bottom: 105px;
}

.mrb-110 {
    margin-bottom: 110px;
}

.mrb-115 {
    margin-bottom: 115px;
}

.mrb-120 {
    margin-bottom: 120px;
}

.mrb-125 {
    margin-bottom: 125px;
}

.mrb-130 {
    margin-bottom: 130px;
}

.mrb-135 {
    margin-bottom: 135px;
}

.mrb-140 {
    margin-bottom: 140px;
}

.mrb-145 {
    margin-bottom: 145px;
}

.mrb-150 {
    margin-bottom: 150px;
}

.mrl-0 {
    margin-left: 0px;
}

.mrl-5 {
    margin-left: 5px;
}

.mrl-10 {
    margin-left: 10px;
}

.mrl-15 {
    margin-left: 15px;
}

.mrl-20 {
    margin-left: 20px;
}

.mrl-25 {
    margin-left: 25px;
}

.mrl-30 {
    margin-left: 30px;
}

.mrl-35 {
    margin-left: 35px;
}

.mrl-40 {
    margin-left: 40px;
}

.mrl-45 {
    margin-left: 45px;
}

.mrl-50 {
    margin-left: 50px;
}

.mrl-55 {
    margin-left: 55px;
}

.mrl-60 {
    margin-left: 60px;
}

.mrl-65 {
    margin-left: 65px;
}

.mrl-70 {
    margin-left: 70px;
}

.mrl-75 {
    margin-left: 75px;
}

.mrl-80 {
    margin-left: 80px;
}

.mrl-85 {
    margin-left: 85px;
}

.mrl-90 {
    margin-left: 90px;
}

.mrl-95 {
    margin-left: 95px;
}

.mrl-100 {
    margin-left: 100px;
}

.mrl-105 {
    margin-left: 105px;
}

.mrl-110 {
    margin-left: 110px;
}

.mrl-115 {
    margin-left: 115px;
}

.mrl-120 {
    margin-left: 120px;
}

.mrl-125 {
    margin-left: 125px;
}

.mrl-130 {
    margin-left: 130px;
}

.mrl-135 {
    margin-left: 135px;
}

.mrl-140 {
    margin-left: 140px;
}

.mrl-145 {
    margin-left: 145px;
}

.mrl-150 {
    margin-left: 150px;
}

.pdt-0 {
    padding-top: 0px;
}

.pdt-5 {
    padding-top: 5px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-25 {
    padding-top: 25px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-35 {
    padding-top: 35px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-45 {
    padding-top: 45px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-55 {
    padding-top: 55px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-65 {
    padding-top: 65px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-75 {
    padding-top: 75px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-85 {
    padding-top: 85px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdt-95 {
    padding-top: 95px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdt-105 {
    padding-top: 105px;
}

.pdt-110 {
    padding-top: 110px;
}

.pdt-115 {
    padding-top: 115px;
}

.pdt-120 {
    padding-top: 120px;
}

.pdt-125 {
    padding-top: 125px;
}

.pdt-130 {
    padding-top: 130px;
}

.pdt-135 {
    padding-top: 135px;
}

.pdt-140 {
    padding-top: 140px;
}

.pdt-145 {
    padding-top: 145px;
}

.pdt-150 {
    padding-top: 150px;
}

.pdr-0 {
    padding-right: 0px;
}

.pdr-5 {
    padding-right: 5px;
}

.pdr-10 {
    padding-right: 10px;
}

.pdr-15 {
    padding-right: 15px;
}

.pdr-20 {
    padding-right: 20px;
}

.pdr-25 {
    padding-right: 25px;
}

.pdr-30 {
    padding-right: 30px;
}

.pdr-35 {
    padding-right: 35px;
}

.pdr-40 {
    padding-right: 40px;
}

.pdr-45 {
    padding-right: 45px;
}

.pdr-50 {
    padding-right: 50px;
}

.pdr-55 {
    padding-right: 55px;
}

.pdr-60 {
    padding-right: 60px;
}

.pdr-65 {
    padding-right: 65px;
}

.pdr-70 {
    padding-right: 70px;
}

.pdr-75 {
    padding-right: 75px;
}

.pdr-80 {
    padding-right: 80px;
}

.pdr-85 {
    padding-right: 85px;
}

.pdr-90 {
    padding-right: 90px;
}

.pdr-95 {
    padding-right: 95px;
}

.pdr-100 {
    padding-right: 100px;
}

.pdr-105 {
    padding-right: 105px;
}

.pdr-110 {
    padding-right: 110px;
}

.pdr-115 {
    padding-right: 115px;
}

.pdr-120 {
    padding-right: 120px;
}

.pdr-125 {
    padding-right: 125px;
}

.pdr-130 {
    padding-right: 130px;
}

.pdr-135 {
    padding-right: 135px;
}

.pdr-140 {
    padding-right: 140px;
}

.pdr-145 {
    padding-right: 145px;
}

.pdr-150 {
    padding-right: 150px;
}

.pdb-0 {
    padding-bottom: 0px;
}

.pdb-5 {
    padding-bottom: 5px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-25 {
    padding-bottom: 25px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-35 {
    padding-bottom: 35px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-45 {
    padding-bottom: 45px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-55 {
    padding-bottom: 55px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-65 {
    padding-bottom: 65px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-75 {
    padding-bottom: 75px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-85 {
    padding-bottom: 85px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdb-95 {
    padding-bottom: 95px;
}

.pdb-100 {
    padding-bottom: 100px;
}

.pdb-105 {
    padding-bottom: 105px;
}

.pdb-110 {
    padding-bottom: 110px;
}

.pdb-115 {
    padding-bottom: 115px;
}

.pdb-120 {
    padding-bottom: 120px;
}

.pdb-125 {
    padding-bottom: 125px;
}

.pdb-130 {
    padding-bottom: 130px;
}

.pdb-135 {
    padding-bottom: 135px;
}

.pdb-140 {
    padding-bottom: 140px;
}

.pdb-145 {
    padding-bottom: 145px;
}

.pdb-150 {
    padding-bottom: 150px;
}

.pdt-160 {
    padding-top: 160px;
}

.pdt-165 {
    padding-top: 165px;
}

.pdt-170 {
    padding-top: 170px;
}

.pdt-175 {
    padding-top: 175px;
}

.pdt-180 {
    padding-top: 180px;
}

.pdt-195 {
    padding-top: 195px;
}

.pdt-190 {
    padding-top: 190px;
}

.pdt-200 {
    padding-top: 200px;
}

.pdt-205 {
    padding-top: 205px;
}

.pdt-300 {
    padding-top: 300px;
}

.pdb-160 {
    padding-bottom: 160px;
}

.pdb-170 {
    padding-bottom: 170px;
}

.pdb-180 {
    padding-bottom: 180px;
}

.pdb-185 {
    padding-bottom: 185px;
}

.pdb-200 {
    padding-bottom: 200px;
}

.pdb-210 {
    padding-bottom: 210px;
}

.pdb-235 {
    padding-bottom: 235px;
}

.pdb-300 {
    padding-bottom: 300px;
}

.pdl-0 {
    padding-left: 0px;
}

.pdl-5 {
    padding-left: 5px;
}

.pdl-10 {
    padding-left: 10px;
}

.pdl-15 {
    padding-left: 15px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdl-25 {
    padding-left: 25px;
}

.pdl-30 {
    padding-left: 30px;
}

.pdl-35 {
    padding-left: 35px;
}

.pdl-40 {
    padding-left: 40px;
}

.pdl-45 {
    padding-left: 45px;
}

.pdl-50 {
    padding-left: 50px;
}

.pdl-55 {
    padding-left: 55px;
}

.pdl-60 {
    padding-left: 60px;
}

.pdl-65 {
    padding-left: 65px;
}

.pdl-70 {
    padding-left: 70px;
}

.pdl-75 {
    padding-left: 75px;
}

.pdl-80 {
    padding-left: 80px;
}

.pdl-85 {
    padding-left: 85px;
}

.pdl-90 {
    padding-left: 90px;
}

.pdl-95 {
    padding-left: 95px;
}

.pdl-100 {
    padding-left: 100px;
}

.pdl-105 {
    padding-left: 105px;
}

.pdl-110 {
    padding-left: 110px;
}

.pdl-115 {
    padding-left: 115px;
}

.pdl-120 {
    padding-left: 120px;
}

.pdl-125 {
    padding-left: 125px;
}

.pdl-130 {
    padding-left: 130px;
}

.pdl-135 {
    padding-left: 135px;
}

.pdl-140 {
    padding-left: 140px;
}

.pdl-145 {
    padding-left: 145px;
}

.pdl-150 {
    padding-left: 150px;
}

.f-weight-100 {
    font-weight: 100;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-800 {
    font-weight: 800;
}

.f-weight-900 {
    font-weight: 900;
}

.vh {
    height: 100vh;
}

.d-flex {
    align-items: center;
    display: flex;
}

.font-30 {
    font-size: 30px;
}

.font-54 {
    font-size: 54px;
    line-height: 64px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index--1 {
    z-index: -1;
}

@media (max-width: 425px) {
    .page-title-section {
        min-height: 410px;
    }
}

.page-title-section .breadcrumb-area {
    text-align: center;
    z-index: 2;
    position: relative;
}

.page-title-section .breadcrumb-area .page-title {
    margin-bottom: 0px;
    letter-spacing: 0px;
    color: #194ba1;
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 26px;
    position: absolute;
    left: 50%;
    bottom: -30%;
    transform: translate(-50%, 100%);
    box-shadow: 0px 2px 8px 0px #ccc;
}

.page-title-section .breadcrumb-area .breadcrumbs-link {
    display: inline-block;
    background: var(--webex-primary-color);
    padding: 8px 40px;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li a {
    color: #fff;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li:after {
    display: inline-block;
    content: "\e938";
    font-family: "webexbaseicon";
    font-weight: 600;
    margin-left: 15px;
    margin-right: 12px;
    color: #fff;
    font-size: 14px;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li.active {
    color: #fff;
    text-decoration: underline;
}

.page-title-section .breadcrumb-area .breadcrumbs-link li:last-child:after {
    display: none;
}

.page-title-section:after {
    background: #194ba1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}

.footer-main-area {
    padding: 0px 0 0;
    background: #e5f0f4;
}

.footer-copyright-area {
    background: #e5f0f4;
    z-index: 1;
    position: relative;
}

.footer-copyright-area span {
    color: #179bb2;
}

.anim-scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(var(--webex-primary-color-rgb), 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.anim-scroll-to-top::after {
    position: absolute;
    content: "\e913";
    font-family: "webexbaseicon";
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: var(--webex-primary-color);
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.anim-scroll-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.anim-scroll-to-top svg path {
    fill: none;
}

.anim-scroll-to-top svg.progress-circle path {
    stroke: var(--webex-primary-color);
    stroke-width: 4;
    box-sizing: border-box;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 18px;
    height: 50px;
    left: 20px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: #fff;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: 1px;
}

.owl-carousel:hover .owl-nav button.owl-next {
    right: 1px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel .owl-nav button i {
    color: var(--webex-primary-color);
    vertical-align: middle;
}
/* New Style */

.nav.nav-pills {
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.nav.nav-pills .nav-item {
}

.nav.nav-pills .nav-item {
}

.nav.nav-pills .nav-item form {
}

.nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #194ba1;
    font-weight: bold;
    border-radius: 15px;
    padding: 20px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #ccc !important;
    width: 140px;
    gap: 10px;
}

.nav-pills .nav-link img {
    height: 60px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #194ba1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.nav-pills .nav-link.active img {
    filter: invert(1) brightness(10)
}

.item-tab-style1 {
    border: 1px solid #000;
    padding: 0px;
    border-radius: 50px;
}

.item-upper-part {
}

.owl-carousel .owl-item .item-upper-part img {
    height: 170px;
    width: auto;
    margin: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.item-bottom-part {
    margin: 0 0px 20px 0;
    min-height: 80px;
}

.item-bottom-part .item-prod-title {
    color: #194ba1;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.count-content {
}

.qty-container {
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 0 0px;
    width: 80%;
    margin: auto;
}

.qty-container .input-qty {
    text-align: center;
    padding: 0;
    background: transparent;
    color: #179bb2;
    font-weight: bold;
    width: 100%;
    display: block;
}

.qty-container .qty-btn-minus {
    background: #eaeaea;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}

.qty-container .qty-btn-plus {
    background: #eaeaea;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
}

}

.tbl-details {
    margin: 50px 0;
}

.tbl-details ul {
}

.tbl-details ul li {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.tbl-details ul li .title-prod {
    color: #000;
}

.tbl-details ul li .price {
    color: #179bb2;
}

.discount-code {
    position: relative;
}

.discount-code span {
    font-weight: 700;
}

.discount-code .input-discount {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 10px 20px;
    width: 90%;
    background-color: #f0f0f0;
}

.discount-code button {
    background: #194ba1;
    border-radius: 10px;
    padding: 10px 40px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c7c7c7;
    position: absolute;
    left: 0;
    top: 0;
}

.all-tbl-details {
    margin: 50px 0;
    background: #f0f0f0;
    border: 1px solid #b7bec0;
    border-radius: 20px;
    padding: 0;
}

.all-tbl-details ul {
}

.all-tbl-details ul li {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #96adb2;
    color: #194ba1;
}
/* .all-tbl-details ul li .delivery-prod {
  color: #000;
}
.all-tbl-details ul li .price {
  color: #179bb2;
} */

.all-tbl-details ul li.total-li {
    color: #fff;
    border-bottom: 0;
    background-color: #194ba1;
    border-radius: 0 0px 20px 20px;
}

.payment-method {
}

.payment-method .sub-title h5 {
    color: #194ba1;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-method .sub-title h6 {
    color: #28ba8e;
    text-align: center;
    font-weight: normal;
}

.payment-method {
}

.payment-method .all-img-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 0;
}

.payment-method .all-img-pay img {
    height: 50px;
    width: 110px;
    padding: 5px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.payment-btn {
    text-align: center;
    margin: 50px 0;
}

.payment-btn button {
    background: #194ba1;
    color: #fff;
    font-size: 20px;
    width: 30%;
    padding: 15px;
    border-radius: 20px;
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.payment-btn button:hover {
    opacity: 0.8;
}

.payment-btn button i {
    font-size: 30px;
    margin-right: 15px;
}

.gift-graph {
    text-align: center;
    margin: 30px auto;
    width: 60%;
}

.gift-graph p {
    font-size: 18px;
    font-weight: 500;
    color: #179bb2;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}

.team-section {
}

.content-bg-trnsparent {
    background-image: linear-gradient( to top, rgb(251 251 251 / 30%), rgb(253 253 253), rgb(251 251 251 / 30%) );
    padding: 0 50px;
}

.tit-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.tit-page h3 {
    color: #194ba1;
}

.tit-page .language-athar {
    background: #ddebf4;
    padding: 5px 30px;
    border-radius: 50px;
    color: #179bb2;
    font-weight: 700;
    border: 1px solid #c7c7c7;
    font-family: "EffraFontAr";
}

.item_4col {
    direction: ltr;
}

.item-prod-title.price-my-prod {
    direction: rtl;
    margin: 10px 0 0 0;
    color: #000;
}

.spanSuccessCode {
    font-size: 15px;
    color: #11b222;
    font-weight: 700;
}

.spanFalidCode {
    font-size: 15px;
    color: #c00;
    font-weight: 700;
}
/* popup */

.login-modal .modal-header {
    justify-content: center;
}

.login-modal .col-form-label {
    font-weight: 700;
}

.login-modal .modal-footer {
    justify-content: center;
}

.login-modal .modal-footer .btn-login {
    background: #179bb2;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.login-modal .modal-body input {
    direction: ltr;
}

.login-modal .modal-body div {
    position: relative;
}

.login-modal .modal-body div .tel-key {
    position: absolute;
    left: 0%;
    top: 37%;
    background-color: #f5f5f5;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.login-modal .modal-body div .mobileTxt {
    padding-left: 16%;
}


.box-logo-welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome-person {
    text-align: right;
}

.welcome-person h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.welcome-person span {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.logo-athar {
}

.logo-athar img {
    height: 150px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.divider-prod {
    margin: 50px 0 20px 0
}

.divider-prod h3 {
    color: #194ba1;
}

.bg-gridiant {
    background: rgb(77,174,229);
    background: linear-gradient(90deg, rgba(77,174,229,1) 0%, rgba(141,216,250,1) 100%);
    border-radius: 0px 0 50px 50px;
    padding: 15px;
    min-height: 170px;
}

.discount-code-form {
    margin: 50px 0 0 0;
}

.discount-code-form h3 {
    color: #194ba1;
    margin-bottom: 15px;
}


/* ############## */

.content-bar-code {
    text-align: center;
    padding: 30px 0;
}

.icon-success img {
    height: 120px;
    filter: opacity(0.5);
}

.txt-thanku {
    margin: 30px 0;
}

.num-of-order {
    margin: 30px 0;
}

.num-of-order h4 {
    color: #02a7e1;
}

.btn-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.btn-collection .btn-to-home {
    background-color: #02a7e1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #02a7e1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-collection .btn-to-home:hover {
    background-color: #fff;
    color: #02a7e1;
}

.btn-collection .btn-to-order {
    background-color: #fff;
    color: #02a7e1;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #02a7e1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-collection .btn-to-order:hover {
    background-color: #02a7e1;
    color: #fff;
}

.img-qrcode {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.img-qrcode {
    --b: 2px;
    --c: #02a7e1;
    --w: 20px;
    border: 2px solid #0000;
    --_g: #0000 90deg, #02a7e1 0;
    --_p: var(--w) var(--w) border-box no-repeat;
    background: conic-gradient( from 90deg at top var(--b) left var(--b), var(--_g) ) 0 0 / var(--_p), conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) 100% 0 / var(--_p), conic-gradient(from 0deg at bottom var(--b) left var(--b), var(--_g)) 0 100% / var(--_p), conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--_g)) 100% 100% / var(--_p);
    box-sizing: border-box;
    margin: 5px;
    display: inline-flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 767px) {

    .welcome-person h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .welcome-person span {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
    }

    .logo-athar img {
        height: 100px;
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
    }


    .page-title-section .breadcrumb-area .page-title {
        font-size: 20px;
        bottom: -20%;
        width: 200px;
    }

    .page-title-section {
        padding: 50px 0;
        min-height: 130px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 5px 20px;
    }

    .owl-carousel .owl-item .item-upper-part img {
        height: 180px;
        width: auto;
        margin: auto;
    }

    .item-bottom-part .item-prod-title {
        font-size: 16px;
    
    }

    .item-tab-style1 {
        
    }

    .item-prod-title.price-my-prod{
        font-size:16px;
    }


    .tbl-details ul li {
        font-size: 14px;
    }

    .discount-code span {
        font-size: 14px;
    }



    .content-bg-trnsparent {
        padding: 0 20px;
    }

    .all-tbl-details ul li {
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #96adb2;
        color: #000;
    }

    .payment-method .sub-title h6 {
      
        text-align: center;
        font-size: 16px;
    }

    .payment-method .all-img-pay img {
        height: 50px;
        width: 110px;
        padding: 5px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .payment-btn button {
        width: 80%;
    }

    .payment-btn button i {
        font-size: 20px;
        margin-right: 15px;
    }

    .gift-graph {
        text-align: center;
        margin: 30px auto;
        width: 100%;
    }

    .gift-graph p {
        font-size: 14px;
    }
    .nav.nav-pills {
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
}
