/* Copy Animation */

.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}




.cookies-card {
  width: 520px;
  padding: 30px;
  color: #ffffff;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #002550;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* select two */
.selection {
  display: block;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 50px !important;
  text-align: right;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  left: 10px;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-container:has(.select2-selection--single) {
  width: 100% !important;
}

.form-select.form--control.select2-auto-tokenize {
  display: none;
}

.form-select.form--control.select2-hidden-accessible {
  display: none;
}

label.required:after {
  content: '*';
  color: #dc3545 !important;
  margin-left: 2px;
}

.instructionIcon {
  font-size: 0.8rem !important;
}

.p-4 {
    padding: 0.8rem !important;
}

.form-group {
    margin-bottom: 1.25rem;
    padding: 10px 20px 0px 20px !important;
}

html:lang(ar) body {
    direction: rtl;
}

html:lang(en) body {
    direction: ltr;
}

html:lang(ar) body {
    font-family: "Baloo Bhaijaan 2", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Baloo Bhaijaan 2", serif;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-family: "Baloo Bhaijaan 2", serif;
}

a {
    font-family: "Baloo Bhaijaan 2", serif;
}

p,
li,
span {
    font-family: "Baloo Bhaijaan 2", serif;
}

label {
    
    font-family: "Baloo Bhaijaan 2", serif;
    
}

.header .main-menu li a {
    
    font-family: "Baloo Bhaijaan 2", serif;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.item1 {
    margin-top: 30px;
}

.item img {
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
}


.section-subtitle {
    padding: 3px 15px;
    background-color: #152748;
    color: #fff;
    border-radius: 9999px;
    margin-bottom: 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.section-subtitle i {
    color: #ff9a00;
    font-size: 18px;
}



.la,.las1 {
    font-family: 'Line Awesome Free';
    font-weight: 700;
    font-size: 20px; 
}

.text-center1 {
  /*  text-align: center!important; */
    text-align: right !important;
    margin-top: 50px;
} 

 .col-lg-707 {
        /* flex: 0 0 auto; */
        /* width:58.33333333%; */
        /* width: 50%; */
        max-width: 50%;
        box-sizing: border-box;
        /* float: right; */
        margin-left: auto;
    }
    
    @media (max-width: 720px) { 
    .col-lg-707 {
        max-width: 100%;
        text-align: center !important;
        margin-top: -60px;

    }
}

@media (max-width: 1399px) {
    :lang(ar)     .header .main-menu li+li {
        /* margin-right: .25rem; */
    }
}

:lang(ar) .page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4582ff;
    margin-left: 0.375rem;
    
}

/* hero section css start */
.hero {
    padding-top: 12.75rem;
    padding-bottom: 9.625rem;
    position: relative;
    z-index: revert-layer !important;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hero {
        padding-top: 12.375rem;
        padding-bottom: 8.75rem;
    }
}

@media (max-width: 420px) {
    .hero {
       /* padding-top: 18.75rem;*/
        padding-top: 130px;
    }
}

.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051529;
    background: -webkit-linear-gradient(to right, rgba(0, 32, 70, 0.65), rgba(0, 32, 70, 0.01));
    background: linear-gradient(to right, rgba(0, 32, 70, 0.65), rgba(0, 32, 70, 0.01));
    z-index: -1;
}

.hero__subtitle {
    color: #fff;
    position: relative;
    padding: 0 2.1875rem;
}

.hero__subtitle::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #4582ff;
}

.hero__subtitle::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 25px;
    height: 1px;
    background-color: #4582ff;
}

.hero__title {
    font-size: 4.5rem;
    color: #26282c;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .hero__title {
        font-size: 4.125rem;
    }
}

@media (max-width: 1199px) {
    .hero__title {
        font-size: 3.375rem;
    }
}

@media (max-width: 575px) {
    .hero__title {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 2.25rem;
    }
}

.hero__des {
    font-size: 1.125rem;
    color: #26282c;
}

@media (max-width: 1199px) {
    .hero__des {
        font-size: 1rem;
    }
}

/* hero section css end */
/* inner-hero css start */
.inner-hero {
    padding-top: 13.75rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .inner-hero {
        padding-top: 11.875rem;
    }
}

@media (max-width: 400px) {
    .inner-hero {
        padding-top: 15.625rem;
    }
}

.inner-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #051529;
    opacity: 0.7;
    z-index: -1;
}

.page-title {
    font-size: 2.625rem;
}

@media (max-width: 1199px) {
    .page-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 2rem;
    }
}

.video-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ff9a00;
    padding: 5px 5px 5px 20px;
    border-radius: 99999px;
}

.video-btn .icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #4582ff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: calc(3.75rem / 2);
    position: relative;
    z-index: 1;
}

.video-btn .icon::before,
.video-btn .icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #4582ff;
    opacity: 0.15;
    z-index: -1;
}

.video-btn .icon::after {
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.video-btn .icon::before {
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-btn span {
    margin-left: 10px;
}

.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    float: right;
}
/* inner-hero css end */

.section--bg2 {
    background-color: #f4f7e8;
}

/* header start */
.header__top {
    background-color: #f9fbfc;
    padding: 0.3125rem 0;
    direction: ltr;
}
.header__bottom {
    background-color: rgb(0 32 70);
}
.header .nav-right {
    
    gap: 10px;
}


/* header end */

.form-check .form-check-input {
    float: left;
    margin-left: 10px !important;
}
.input-group {
    
    direction: ltr !important;
}