@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'GE Thameen';
    src: url('../fonts/GEThameen-Book.eot');
    src: url('../fonts/GEThameen-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GEThameen-Book.woff2') format('woff2'),
    url('../fonts/GEThameen-Book.woff') format('woff'),
    url('../fonts/GEThameen-Book.ttf') format('truetype'),
    url('../fonts/GEThameen-Book.svg#GEThameen-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE Thameen';
    src: url('../fonts/GEThameen-DemiBold.eot');
    src: url('../fonts/GEThameen-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GEThameen-DemiBold.woff2') format('woff2'),
    url('../fonts/GEThameen-DemiBold.woff') format('woff'),
    url('../fonts/GEThameen-DemiBold.ttf') format('truetype'),
    url('../fonts/GEThameen-DemiBold.svg#GEThameen-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE Thameen';
    src: url('../fonts/GEThameen-Light.eot');
    src: url('../fonts/GEThameen-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GEThameen-Light.woff2') format('woff2'),
    url('../fonts/GEThameen-Light.woff') format('woff'),
    url('../fonts/GEThameen-Light.ttf') format('truetype'),
    url('../fonts/GEThameen-Light.svg#GEThameen-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    background: #f6f6f6;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0055B8;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #0055B8;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    direction: rtl;
}

body {
    font-family: 'GE Thameen', sans-serif;
    background-color: #fff;
    font-weight: 400;
    text-align: right;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

/* end img hover */
.main-wrapper {
    position: relative;
    min-height: 100%;
}

.footer {
    padding: 65px 0;
}

.content-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ft-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.ft-info-item a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 192.857% */
}

.ft-info-item a:hover {
    color: rgba(0, 85, 184, 1);
}

.ft-info-item a img {
    width: 16px;
    height: 16px;
}

.copy-right {
    color: #343434;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 192.857% */
}

.ft-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ft-social a {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(0, 85, 184, 1);
}

.ft-social a:hover {
    color: #76BC21;
}

.section-subscribe {
    background-color: #EBF3FC;
    padding: 65px 0;
}

.section-statistics {
    display: flex;
    padding: 65px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.sc-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sc-head h2 {
    color: #343434;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; /* 124% */
    margin: 0;
}

.sc-head p {
    color: #343434;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    margin: 0;
}

.statistic-item {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 20px;

}

.statistics-list .row > div:nth-child(odd) .statistic-item {
    background: #EBF3FC;
}

.statistics-list .row > div:nth-child(even) .statistic-item {
    background: #EFF4E9;
}

.statistic-item-txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-self: stretch;
}

.statistic-item-txt p {
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.statistic-item-txt h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.statistics-list .row > div:nth-child(odd) .statistic-item-txt p {
    color: #0055B8;
}

.statistics-list .row > div:nth-child(even) .statistic-item-txt p {
    color: #5B8E1C;
}

.statistics-list .row > div:nth-child(odd) .statistic-item-txt h3 {
    color: #1D70D2;
}

.statistics-list .row > div:nth-child(even) .statistic-item-txt h3 {
    color: #76BC21;
}

.section-products {
    display: flex;
    padding: 65px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    align-self: stretch;
}

.section-products .container-fluid {
    padding: 0;
}

.product-item {
    display: flex;
    padding: 20px 20px 40px 20px;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #F8F8F8;
    box-shadow: 0px 4px 74px 0px transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item:hover {
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.product-pic {
    height: 312px;
    align-self: stretch;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-pic img {
    width: auto !important;
    max-height: 100%;
}

.product-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

.product-caption h2 {
    color: #1E1E1E;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.product-caption h2 a {
    color: #1E1E1E;
    display: flex;
}

.product-caption h2 a:hover {
    color: #0055B8;
}

.product-caption p {
    color: #555;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.tabs-sty {
    display: inline-flex;
    padding: 2px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #EBF3FC;
    border: 0;
    margin: 0 auto;
}

.tabs-sty li .nav-link {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 40px;
    color: #0055B8;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.tabs-sty li .nav-link.active {
    background: #0055B8;
    color: #ffffff;
}

.section-about {
    background: #EFF4E9;
    padding: 100px 0;
}

.owl-products .item {
    padding: 25px 15px 60px;
}

.section-policy {
    background: #EBF3FC;
    padding: 100px 0;
}

.box-content-about {
    position: relative;
    background-color: #76BC21;
    border-radius: 30px;
    padding: 40px;
    padding-right: 10px;
}

.about-txt {
    padding: 30px 25px;
    border-radius: 30px;
    position: relative;
}
.more-c1{
    display: flex;
    justify-content: flex-end;
}
.more-btn {
     color: #E1F1CD !important;
    display: flex;
     font-size: 18px;
    font-weight: 500;
    text-decoration: underline !important;
    transition: all 0.3s ease;
    padding: 0;
 }
 .more-btn:hover{
    padding-left: 15px;
 }


/*.about-content-txt-part-two .more-btn{
    top: auto;
    bottom: 0;
    transform: rotate(-90deg) translate(114px, -113px);
}*/
.about-txt:hover .more-btn{
    opacity: 1;
}
.about-txt h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

.about-txt p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.about-content-txt-part-one {
    background: #5B8E1C;
    z-index: 1;
}

.about-content-txt-part-two {
    background: #71A92D;
    padding-top: 90px;
    position: relative;
    margin-top: -50px;
}

.policy-box-content {
    position: relative;
    background-color: #0055B8;
    border-radius: 30px;
    padding: 40px;
}

.box-txt-policy {
    border-radius: 30px;
    background: #1D70D2;
    padding: 60px 30px 10px 30px;
    min-height: 100%;
}

.btn-primary {
    border-radius: 49px;
    background: #76BC21;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 50px;
    line-height: 1;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary:hover {
    color: #ffffff;
    background: #003C81;
}

.box-subscribe-content {
    position: relative;
    background-color: #0055B8;
    border-radius: 50px;
    padding: 70px 200px 70px 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-subscribe-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65%;
    background-image: url(../images/bg-sub.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}

.box-subscribe-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    background: linear-gradient(-90deg, rgba(0, 85, 184, 0.00) 0%, #0055B8 60.42%);
}

.subscribe-content-txt {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.subscribe-content-txt h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.subscribe-content-txt h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.subscribe-content-txt p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.box-subscribe-content a {
    position: relative;
    z-index: 1;
}

.policy-pic {
   position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  margin-top: -55px;
  z-index: 100;
}

.policy-pic img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    border-radius: 30px;
}

.policy-box-content .row > div,
.box-content-about .row > div {
    padding: 0 20px;
}

.section-hero {
    position: relative;
    padding: 140px 0 40px;
    background: #DEEDFF;
}

.content-hero {
    position: relative;
    border-radius: 30px;
    padding: 30px 60px 70px 30px;
    background-color: #0055B8;
}

.content-hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 330px;
    height: 70px;
    background-image: url(../images/bg-dots.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hero-pic {
    position: relative;
    padding: 35px 35px 0 35px;
}

.hero-pic img {
    width: 100%;
    border-radius: 30px;
    height: auto;
}

.hero-content-txt {
    padding: 80px 40px 40px 40px;
}

.label-hero {
    display: inline-flex;
    padding: 4px 4px 4px 10px;
    align-items: center;
    gap: 12px;
    border-radius: 9999px;
    border: 1px solid #1976E3;
    background: #0C64CB;
    margin-bottom: 30px;
}

.label-hero span {
    display: flex;
    padding: 2px 10px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #0C64CB;
    background: #003C81;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.label-hero a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.label-hero a:hover {
    color: #ffffff;
}

.hero-content-txt h2 {
    color: #FFF;
    leading-trim: both;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

.hero-content-txt p {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 35px;
}

.box-discount {
    display: flex;
    padding: 30px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 36px;
    background: linear-gradient(180deg, #C4DFFF 0%, #FFF 100%);
    box-shadow: 0px 14px 64px 0px rgba(0, 60, 129, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-discount span {
    color: #003C81;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.box-discount p {
    margin: 0;
    color: #0055B8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

#hero-owl .owl-nav {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: -55px;
    right: 245px;
}

#hero-owl .owl-nav button {
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#hero-owl .owl-nav button:hover {
    border-color: #76BC21;
    background-color: #76BC21;
    color: #ffffff;
}

#hero-owl .owl-dots {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: -45px;
    right: 80px;
}

#hero-owl .owl-dots .owl-dot {
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.20);
    position: relative;
}

#hero-owl .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#hero-owl .owl-dots .owl-dot.active {
    background: #ffffff;
}

#hero-owl .owl-dots .owl-dot:nth-child(1):before {
    content: '01';
}

#hero-owl .owl-dots .owl-dot:nth-child(2):before {
    content: '02';
}

#hero-owl .owl-dots .owl-dot:nth-child(3):before {
    content: '03';
}

#hero-owl .owl-dots .owl-dot:nth-child(4):before {
    content: '04';
}

#hero-owl .owl-dots .owl-dot:nth-child(5):before {
    content: '05';
}

#hero-owl .owl-dots .owl-dot:nth-child(6):before {
    content: '06';
}

#hero-owl .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 40px 0 20px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-site a {
    display: flex;
}

.header-bk-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.main-meun {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-meun a {
    color: #003C81;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding: 20px 5px;
    display: revert;
}

.main-meun a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #003C81;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-meun a:hover:before,
.main-meun li.active a:before {
    width: 100%;
}

.hd-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hd-social a {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(0, 85, 184, 1);
}

.hd-social a:hover {
    color: #76BC21;
}

.btn-skin {
    display: flex;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 49px;
    background: #CDE1F9;
    color: #003C81;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
    line-height: 1;
}

.btn-skin:hover {
    background: #003C81;
    color: #ffffff;
}

.btn-store-fixed {
    position: fixed;
    left: 0;
    bottom: 160px;
    z-index: 10;
    border-radius: 0px 0px 40px 40px;
    background: #76BC21;
    display: flex;
    padding: 20px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

.btn-store-fixed span {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.btn-store-fixed:hover {
    color: #ffffff;
    background: #0055B8;
}

.btn-accessibility {
    display: flex;
    padding: 60px 15px 30px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 40px 40px 0px;
    background: #629B1C;
    position: fixed;
    left: 0;
    bottom: 150px;
    z-index: 9;
}


.btn-accessibility:hover {
    color: #ffffff;
    background: #0055B8;
}

.accessibility-panel{
    left: -200px;
    bottom: 138px;
    background: #fff;
    border:2px solid #629B1C;
    border-radius: 15px;
    position: fixed;
    width: 200px;
    padding: 15px;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}
.panel-open .accessibility-panel{
    left: 0;
}
.panel-open .btn-accessibility{
    left: 200px;
}
.accessibility-panel h3{
    font-size: 1rem;
}
.accessibility-panel a{
    color: #629B1C;
    font-size: 0.9rem;
}

.header .menu-trigger {
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    z-index: 99;
    display: none;
}

.header .menu-trigger span,
.header .menu-trigger span:before,
.header .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
}

.header .menu-trigger span:before,
.header .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
}

.header .menu-trigger span:after {
    width: 100%;
}

.header .menu-trigger span:before,
.header .menu-trigger span:after {
    content: "";
}

.header .menu-trigger span {
    top: 12px;
}

.header .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -8px;
    z-index: 10;
}

.header .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 8px;
}

.header .menu-trigger.active span,
.header .menu-trigger.active span:before,
.header .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header .menu-trigger.active span:before {
    -moz-transform: translateY(4px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(4px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(4px) translateX(1px) rotate(45deg);
    transform: translateY(4px) translateX(1px) rotate(45deg);
    background-color: #003C81;
}

.header .menu-trigger.active span:after {
    -moz-transform: translateY(-5px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
    transform: translateY(-5px) translateX(1px) rotate(-45deg);
    background-color: #003C81;
}

.menu-mobile .btn-white {
    background-color: #F8F9FA;
}

/*mobile menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #DEEDFF;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}

.brand-area {
    position: relative;
    padding: 20px 0;
}

.brand-area a {
    width: 80%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    color: #003C81;
    font-size: 18px;
    padding: 10px;
    transition: all .3s;
    font-weight: 600;
}

.mmenu > ul li a:hover, a.mmenu > ul li.active a {
    color: #ffffff;
    background: #003C81;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

/*.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}*/
html.menu-toggle {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

#spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    text-align: center;
    transform: translate(-50%, -50%);
}

#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#spinner img {
    width: auto;
}

/* CSS Floation Animation */
.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

body, html {
    overflow-x: hidden !important;
}

.modal-athb--header {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*border-radius: 10px;*/
    margin-bottom: 8px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-athb--header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

.modal-athb .modal-body {
    /*background: #76BC21;*/
    font-size: 20px;
    padding: 8px;
}

.modal-athb--body {
    background: #fff;
    padding: 8px;
    text-align: justify;
    /*border-radius: 10px;*/
}

.modal-athb .modal-body {
    position: relative;
    border-radius: 15px;
}

.modal-athb .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    background: #76BC21;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.modal-athb .modal-content {
    border-radius: 15px;
    /*background: #76BC21;*/
}


.all-gray-color .main-wrapper{
    filter: grayscale(100%);
}

.content-hero::after {
  position: absolute;
  top: -93px;
  left: -40px;
  background: url('data:image/svg+xml,<svg width="1209" height="657" viewBox="0 0 1209 657" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 0C225.673 0 240 14.3269 240 32V64C240 83.8822 256.118 100 276 100H1173C1192.88 100 1209 116.118 1209 136V621C1209 640.882 1192.88 657 1173 657H103C83.1178 657 67 640.882 67 621V347.5C67 328.998 52.0016 314 33.5 314C14.9984 314 0 299.002 0 280.5V32C0 14.3269 14.3269 0 32 0H208Z" fill="%230055B8"/></svg>');
  width: 255px;
  content: '';
  height: 120px;

}
.head-btn {
 margin-left: -20px;
  margin-top: 25px;
  margin-right: 45px;
}

.left-bg{
  height: 345px;
  position: absolute;
  top: -93px;
  left: -67px;
  background: url('data:image/svg+xml,<svg width="1209" height="657" viewBox="0 0 1209 657" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 0C225.673 0 240 14.3269 240 32V64C240 83.8822 256.118 100 276 100H1173C1192.88 100 1209 116.118 1209 136V621C1209 640.882 1192.88 657 1173 657H103C83.1178 657 67 640.882 67 621V347.5C67 328.998 52.0016 314 33.5 314C14.9984 314 0 299.002 0 280.5V32C0 14.3269 14.3269 0 32 0H208Z" fill="%230055B8"/></svg>');
  width: 70px;
 }

 .box-content-about:after {
  position: absolute;
  top: -76px;
  right: -29px;
  background: url('data:image/svg+xml,<svg width="1174" height="633" viewBox="0 0 1174 633" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1124 0C1151.61 0 1174 22.3858 1174 50V264C1174 273.968 1171.08 283.255 1166.06 291.053C1155.76 307.034 1142 323.201 1142 342.214V587C1142 612.405 1121.41 633 1096 633H46C20.5948 633 0 612.405 0 587V122C0 96.5949 20.5948 76 46 76H664C678.359 76 690 64.3594 690 50C690 22.3858 712.386 0 740 0H1124Z" fill="%2376BC21"/></svg>');
  background-position: right top;
  background-repeat: no-repeat;
   width: 100%;
  content: '';
  height: 120px;

}
.box-content-about:before{
  height: 100%;
  position: absolute;
  top: -76px;
  right: -29px;
  background: url('data:image/svg+xml,<svg width="1174" height="633" viewBox="0 0 1174 633" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1124 0C1151.61 0 1174 22.3858 1174 50V264C1174 273.968 1171.08 283.255 1166.06 291.053C1155.76 307.034 1142 323.201 1142 342.214V587C1142 612.405 1121.41 633 1096 633H46C20.5948 633 0 612.405 0 587V122C0 96.5949 20.5948 76 46 76H664C678.359 76 690 64.3594 690 50C690 22.3858 712.386 0 740 0H1124Z" fill="%2376BC21"/></svg>');
   background-position: right top;
     background-repeat: no-repeat;

 width: 70px;
    content: '';

 }

 .policy-box-content:after {
  position: absolute;
  top: -76px;
  left: -29px;
  background: url('data:image/svg+xml,<svg width="1174" height="613" viewBox="0 0 1174 613" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 0C22.3858 0 0 22.3858 0 50V264C0 273.968 2.9169 283.255 7.94369 291.053C18.2448 307.034 32 323.201 32 342.214V567C32 592.405 52.5949 613 78 613H1128C1153.41 613 1174 592.405 1174 567V122C1174 96.5949 1153.41 76 1128 76H510C495.641 76 484 64.3594 484 50C484 22.3858 461.614 0 434 0H50Z" fill="%230055B8"/></svg>');
    background-position: left top;
  background-repeat: no-repeat;
   width: 100%;
  content: '';
  height: 120px;
   z-index: 8;

}
.policy-box-content:before{
  height: 100%;
  position: absolute;
  top: -76px;
  left: -29px;
  background: url('data:image/svg+xml,<svg width="1174" height="613" viewBox="0 0 1174 613" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 0C22.3858 0 0 22.3858 0 50V264C0 273.968 2.9169 283.255 7.94369 291.053C18.2448 307.034 32 323.201 32 342.214V567C32 592.405 52.5949 613 78 613H1128C1153.41 613 1174 592.405 1174 567V122C1174 96.5949 1153.41 76 1128 76H510C495.641 76 484 64.3594 484 50C484 22.3858 461.614 0 434 0H50Z" fill="%230055B8"/></svg>');
   background-position: left top;
     background-repeat: no-repeat;
   z-index: 8;
 width: 70px;
    content: '';

 }
 .policy-box-content{
    padding-left: 0;
}
.policy-box-content  > div{
    position: relative;
    z-index: 10;
}

.phoneNumber{
	    font-family: "IBM Plex Sans Arabic";
}