:root {
  --light-mode-color: #FFFFFF;
  --dark-mode-color: #000000;
  --primary-color: #0b9d76;
  --secondary-color: #0B9D76;
  --third-color: #2732FE;
  --fourth-color: #8042FF;
  --fiveth-color: #052977;
  --sixth-color: #0F3576;
  --siventh-color: #4CC4FF;
  --black-color: black;
  --white-color: white;
  --bg-mask-whats: #003d2d;
  overflow-x: hidden !important;
}

.dark-mode {
  --light-mode-color: black !important;
  --dark-mode-color: white !important;
  --primary-color: rgb(81, 92, 85) !important;
  --secondary-color: white !important;
  --third-color: #2732FE;
  --fourth-color: #8042FF;
  --fiveth-color: #052977;
  --sixth-color: #0F3576;
  --siventh-color: #4CC4FF;
  background-color: var(--dark-mode-color);
  color: var(--fourth-color) !important;
  transition: all 2s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.our-services .ad li,
*,
.content .content-whats h5,
.content .content-whats p,
.content span>strong,
.content .content-one .try-now,
.content .content-tow .try-now,
.content .content-three .try-now,
.content .cont-extrct-t .try-now,
.content .content-one p,
.content .content-tow p,
.content .content-three p,
.features .part-one h5,
.h1,
.text-black,
.hero .btns .watch-v-link a,
.header .dropdown .dropdown-item,
.content .cont-extrct-t h5,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
.h2,
.support .cont-suprt-now,
.h3,
.support h5,
.support p,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.features .part-tow h5,
.faq .faq-accordn .accordion-button h6,
.content .cont-extrct-t p,
.text-muted,
.button3,
.button2,
.button1,
.Underlin,
.butto,
.features .part-one p,
.list li,
.r-our-customers h6,
.features .part-tow p,
.our-services .card p,
.our-services .card h6,
.navbar-expand-lg .navbar-nav .nav-link,
body {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
  background-color: var(--light-mode-color) !important;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  overflow-x: hidden;

}

/* Scroll For All Page */
body::-webkit-scrollbar {
  width: .4rem !important;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--fiveth-color) !important;
  border-radius: 1.4rem !important;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color) !important;
}

/* Start Header  */
.header .navbar-brand {
  color: var(--siventh-color);
  font-weight: bolder !important;
}

.header .navbar-brand .logo {
  width: 10rem !important;
}

.header .nav-link {
  font-weight: bolder !important;
  color: var(--black-color) !important;
}

.header .nav-link:hover {
  color: var(--primary-color) !important;
}

@media (min-width: 992px) {
  .header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0.125rem;
  }
}

.header .dropdown .dropdown-menu {
  overflow: hidden !important;
  margin-top: 0.125rem;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .header .dropdown .dropdown-menu {
    opacity: 0;
    display: block;
    margin-top: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.header .dropdown .dropdown-item {
  color: var(--dark-mode-color);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.header .dropdown .dropdown-item:hover {
  color: var(--primary-color);
  margin-right: .5rem !important;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.header .dropdown .dropdown-item:active {
  color: var(--light-mode-color);
  background-color: var(--primary-color);
}

.header .dropdown .dropdown-toggle::after {
  display: none;
}

.header .primary-btn {
  background-color: var(--third-color);
}

.header .primary-btn:hover {
  background-color: var(--fourth-color);
}

.header .primary-btn svg>path {
  stroke: var(--light-mode-color);
}

.header .primary-btn svg {
  stroke: var(--light-mode-color);
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
}

.header .primary-btn:hover svg {
  transform: translate(-.5rem) !important;
  -webkit-transform: translate(-.5rem) !important;
  -moz-transform: translate(-.5rem) !important;
  -ms-transform: translate(-.5rem) !important;
  -o-transform: translate(-.5rem) !important;
  transition: all .4s linear !important;
  -webkit-transition: all .4s linear !important;
  -moz-transition: all .4s linear !important;
  -ms-transition: all .4s linear !important;
  -o-transition: all .4s linear !important;
}

.header .active {
  color: var(--primary-color) !important;
}

.header .form-switch img {
  width: 4rem !important;
  cursor: pointer !important;
}

/* End Header  */

/* Start Hero */
.hero {
  background-color: var(--light-mode-color);
}

.hero .hero-screen-phone {
  width: 37rem !important;
}

.hero span,
h3 {
  color: var(--secondary-color);
}

.hero p {
  color: var(--sixth-color);
}

.hero .span-top {
  color: var(--secondary-color) !important;
  width: fit-content !important;
  font-size: .7rem !important;
}

.hero .hero-text-1 .whats-app-text {
  width: 10rem !important;
}

.hero .btns .try-now {
  padding: .2rem 2rem !important;
  font-size: .8rem !important;
  font-weight: bold;
  background-color: var(--third-color);
}

.hero .btns .try-now:hover {
  background-color: var(--fourth-color);
}

.hero .btns .try-now {
  color: var(--light-mode-color) !important;
}

.hero .btns .try-now svg>path {
  stroke: var(--light-mode-color) !important;
}

.hero .btns .try-now svg {
  stroke: var(--light-mode-color) !important;
  transition: all .3s linear !important;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
}

.hero .btns .try-now:hover svg {
  transform: translate(-1rem) !important;
  -webkit-transform: translate(-1rem) !important;
  -moz-transform: translate(-1rem) !important;
  -ms-transform: translate(-1rem) !important;
  -o-transform: translate(-1rem) !important;
  transition: all .4s linear !important;
  -webkit-transition: all .4s linear !important;
  -moz-transition: all .4s linear !important;
  -ms-transition: all .4s linear !important;
  -o-transition: all .4s linear !important;
}

.hero .btns .watch-v-btn svg>path {
  fill: var(--light-mode-color) !important;
}

.hero .btns .watch-v-btn svg {
  width: .7rem !important;
}

.hero .btns .watch-v-link a {
  color: var(--secondary-color) !important;
}





/* Start-column-Three  */
/* Start Social Media */
/*
.hero .social-media {
  left: -48% !important;
}*/

.hero .social-media .social-list svg {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

.hero .social-media .social-list svg>path {
  fill: var(--fiveth-color);
}

.hero .social-media .social-list>li {
  cursor: pointer !important;
  transition: all .5s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .5s linear !important;
  -ms-transition: all .5s linear !important;
  -o-transition: all .5s linear !important;
}

.hero .social-media .social-list>li:hover svg>path {
  fill: var(--primary-color);
}

.hero .social-media .social-list>li:hover {
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transform: translatex(.3rem) !important;
  -webkit-transform: translatex(.3rem) !important;
  -moz-transform: translatex(.3rem) !important;
  -ms-transform: translatex(.3rem) !important;
  -o-transform: translatex(.3rem) !important;
}

/* Start Our-Services  */
.our-services {
  position: relative !important;
  margin-top: -5rem !important;
  overflow: hidden !important;
  background-color: var(--primary-color);
}

.our-services .card-footer {
  background-color: #FFF !important;
  position: relative;
  width: 100%;
}

.our-services .card-footer .image-route {
  position: absolute;
  width: 100%;
  bottom: -28px;
  left: -1%;
  rotate: 10deg;
}

.our-services .card-footer .latest-img {
  margin: 0px 2rem 0px auto;
  transform: scale(1.7) !important;
}


.our-services .ad {
  background-color: var(--primary-color) !important;
}

.our-services .ad li {
  margin-inline: 2rem !important;
}

.our-services .ad svg>path {
  fill: var(--white-color) !important;
}

.our-services .ad ul {
  animation: ad 20s linear 2s infinite forwards;
  -webkit-animation: ad 20s linear 2s infinite forwards;
}

@keyframes ad {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
  }

  50% {
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
  }

  100% {
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
  }
}

.our-services .card {
  overflow: hidden !important;
  background-color: var(--light-mode-color);
}

.our-services .card h6 {
  color: var(--primary-color);
  text-wrap: wrap !important;
  font-weight: bold;
  font-size: 23px;
}

.our-services .card p {
  font-size: .7rem !important;
  color: var(--fiveth-color) !important;
  font-weight: 400 !important;
  font-size: 12px !important;

}

.our-services .card img {
  background-color: #fff;
  padding: 0 28px;
  margin-top: 27px;
}

.our-services .card-num-5 img {
  width: 32rem !important;
  transform: translate(-3rem) !important;
  -webkit-transform: translate(-3rem) !important;
  -moz-transform: translate(-3rem) !important;
  -ms-transform: translate(-3rem) !important;
  -o-transform: translate(-3rem) !important;
}


/* customiz For Button  */
.our-services .try-now {
  background-color: var(--primary-color);
  color: var(--light-mode-color);
}

.our-services .try-now:hover {
  background-color: var(--fourth-color);
}

.our-services .try-now svg>path {
  stroke: var(--light-mode-color);
}

.our-services .try-now svg {
  stroke: var(--light-mode-color);
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  margin-right: -5px !important;
}

.our-services .try-now:hover svg {
  transform: translate(-.5rem) !important;
  -webkit-transform: translate(-.5rem) !important;
  -moz-transform: translate(-.5rem) !important;
  -ms-transform: translate(-.5rem) !important;
  -o-transform: translate(-.5rem) !important;
  transition: all .4s linear !important;
  -webkit-transition: all .4s linear !important;
  -moz-transition: all .4s linear !important;
  -ms-transition: all .4s linear !important;
  -o-transition: all .4s linear !important;
}

/* End Our-Services  */




/* Start-Content */
.content {
  background-color: var(--light-mode-color) !important;
}

.content h5 {
  color: var(--fiveth-color) !important;
}

/*
.content p {
  color: var(--dark-mode-color) !important;
  font-size: .8rem !important;

  word-break: break-all !important;

}*/

.content span>strong {
  color: var(--fiveth-color);
}

.content .content-one,
.content .content-tow,
.content .content-three .content .cont-extrct-t {
  gap: 8rem !important;
}

.content .content-tow .m-content {
  width: 19rem !important;
  right: 4.5rem !important;
  top: 16rem !important;
}

.content .cont-extrct-t h5 {
  color: var(--secondary-color) !important;
}

.content .cont-extrct-t .whats-app-text-2 {
  width: 6rem !important;
  margin-right: .2rem !important;
  margin-bottom: 1.3rem !important;
}

.content .cont-extrct-t .curve {
  width: 18rem !important;
}

.content .cont-extrct-t p {
  color: var(--fiveth-color) !important;
}

/*
.content .content-one p,
*/
.content .content-tow p,
.content .content-three p,
.content .cont-extrct-t p {
  padding-left: 8rem !important;
}


/* Start customiz For all Buttons in Content */
.content .content-one .try-now,
.content .content-tow .try-now,
.content .content-three .try-now,
.content .cont-extrct-t .try-now {
  background-color: var(--fiveth-color) !important;
  color: var(--white-color);
}

.content .content-one .try-now:hover,
.content .content-tow .try-now:hover,
.content .content-three .try-now:hover,
.content .cont-extrct-t .try-now:hover {
  background-color: var(--fourth-color) !important;
  color: var(--black-color);
}

.content .content-whats .new-accunt-now:hover {
  background-color: var(--secondary-color) !important;
}

.content .content-one .try-now svg>path,
.content .content-tow .try-now svg>path,
.content .content-three .try-now svg>path,
.content .cont-extrct-t .try-now svg>path {
  stroke: var(--white-color);
}

.content .content-one .try-now svg,
.content .content-tow .try-now svg,
.content .content-three .try-now svg,
.content .cont-extrct-t .try-now svg,
.content .content-whats .new-accunt-now svg {
  stroke: var(--white-color);
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
}

.content .content-one .try-now:hover svg,
.content .content-tow .try-now:hover svg,
.content .content-three .try-now:hover svg,
.content .cont-extrct-t .try-now:hover svg,
.content .content-whats .new-accunt-now:hover svg {
  transform: translate(-.5rem) !important;
  -webkit-transform: translate(-.5rem) !important;
  -moz-transform: translate(-.5rem) !important;
  -ms-transform: translate(-.5rem) !important;
  -o-transform: translate(-.5rem) !important;
  transition: all .4s linear !important;
  -webkit-transition: all .4s linear !important;
  -moz-transition: all .4s linear !important;
  -ms-transition: all .4s linear !important;
  -o-transition: all .4s linear !important;
}

.content .content-one .try-now:hover svg>path,
.content .content-tow .try-now:hover svg>path,
.content .content-three .try-now:hover svg>path,
.content .cont-extrct-t .try-now:hover svg>path,
.content .content-whats .new-accunt-now:hover svg>path {
  stroke: var(--black-color);
}


/* Start This customiz For content-whats  */
.content .content-whats .whats-phone {
  padding-top: 5rem !important;
}

.content .content-whats h5,
.content .content-whats p {
  color: var(--white-color) !important;
}

.content .content-whats .new-accunt-now {
  background-color: var(--white-color) !important;
}

.content .content-whats .new-accunt-now svg>path {
  stroke: var(--black-color);
}

.content .content-whats .new-accunt-now:hover svg>path {
  stroke: var(--white-color) !important;
}

.content .content-whats .new-accunt-now:hover {
  color: var(--white-color) !important;
}

.content .content-whats {
  background-color: #054534;
  background-image: url(../img/background-whats\ app.svg);
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.content .content-whats .link-btn:hover {
  background-color: var(--secondary-color) !important;
}

.content .content-whats .link-btn,
.content .content-whats .link-btn:hover,
.content .content-whats .link-btn img,
.content .content-whats .link-btn:hover img {
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
}

.content .content-whats .link-btn:hover img {
  transform: translate(.3rem) !important;
  -webkit-transform: translate(.3rem) !important;
  -moz-transform: translate(.3rem) !important;
  -ms-transform: translate(.3rem) !important;
  -o-transform: translate(.3rem) !important;
}

.content .content-whats .link-btn img {
  width: 1.4rem !important;
}

.content .content-whats .link-btn span {
  font-size: .8rem !important;
}

/* End This customiz For content-whats  */

/* End customiz For all Buttons in Content */
/* End-Content */



/* Start Features  */
.features {
  background-color: var(--light-mode-color) !important;
}

.features .part-one h5 {
  color: #052977 !important;
}

.features .part-tow h5 {
  color: var(--fiveth-color);
}

.features .part-one p {
  font-size: .9rem !important;
}

.features .part-tow p {
  font-size: .9rem !important;
}

.features .part-one .icon {
  background-color: var(--third-color);
  width: 2.1rem !important;
}

.features .part-one .row-one .col-lg-6,
.features .part-one .row-tow .col-lg-6 {
  width: 49% !important;
}

.features .part-one .row-tow .col-one,
.features .part-one .row-tow .col-tow {
  height: 20rem !important;
}

.features .part-tow .featur-img div:last-child {
  width: 87% !important;
}

.r-our-customers .swiper-slide img {
  width: 13rem !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  padding: 24px 18px 25px 21px;
  background: #0b9d76;
  border-radius: 49%;
  height: 59px;
  width: 61px;
  transform: scale(0.7);
}

.swiper-button-next:after {
  padding: 24px 22px 25px 21px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: .5;
  color: #ffff !important;
}


/* Start FAQ  */
.faq {
  background-color: var(--light-mode-color);
}

.faq .faq-head h5 {
  color: var(--fiveth-color);
  font-size: 1.7rem !important;
}

.faq .faq-head p {
  font-size: 1.2rem !important;
}

.faq .faq-accordn .accordion-button h6 {
  font-size: 1.1rem !important;
  font-weight: bolder !important;
  text-wrap: nowrap !important;
}

.faq .accordion .accordion-item p {
  margin-bottom: 0;
  line-height: 1.7 !important;
  font-size: 1.1rem !important;
  font-weight: bolder !important;
}

.faq .accordion {
  background-color: var(--light-mode-color);
}

.faq .accordion .accordion-item {
  background-color: var(--light-mode-color);
}

.faq .accordion .accordion-button {
  background-color: var(--light-mode-color);
  transition: all .3s;
}

.faq .accordion .accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.631);
}

.faq .accordion .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion .accordion-button:after {
  content: "";
  background-image: url(../img/minus-small.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  width: 30px;
  height: 30px;
  margin-left: -1rem;
  transform: rotate(0deg);
}

.faq .accordion .accordion-button.collapsed:after {
  content: "";
  background-image: url(../img/plus-small.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}

.faq .accordion .accordion-button:not(.collapsed) {
  color: var(--black-color) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* End FAQ  */
/* Start Support  */
.support {
  background-color: var(--light-mode-color) !important;
}

.support .container-fluid {
  background-color: #0a3a1c !important;
  background-image: url(https://iili.io/JyLlwa1.png);
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.support .img-one {
  width: 14rem !important;
  left: -26rem;
  top: -18rem;
}

.support .img-tow {
  width: 14rem !important;
  left: -11rem;
  top: -22rem;
}

.support .img-star {
  left: -33rem;
  top: -16rem;
}

.support .img-one img,
.support .img-tow img {
  width: 100% !important;
}

.support h5,
.support p {
  color: var(--white-color) !important;
}

.support .cont-suprt-now {
  background-color: var(--white-color);
}

.support .cont-suprt-now svg>path {
  stroke: var(--black-color);
}

.support .cont-suprt-now:hover svg>path {
  stroke: var(--primary-color) !important;
}

.support .cont-suprt-now:hover {
  color: var(--primary-color) !important;
  background-color: var(--fourth-color) !important;
}

.support .cont-suprt-now svg {
  stroke: var(--white-color);
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
}

.support .cont-suprt-now:hover svg {
  transform: translate(-.5rem) !important;
  -webkit-transform: translate(-.5rem) !important;
  -moz-transform: translate(-.5rem) !important;
  -ms-transform: translate(-.5rem) !important;
  -o-transform: translate(-.5rem) !important;
  transition: all .4s linear !important;
  -webkit-transition: all .4s linear !important;
  -moz-transition: all .4s linear !important;
  -ms-transition: all .4s linear !important;
  -o-transition: all .4s linear !important;
}

.support .cont-suprt-now:hover svg>path {
  stroke: var(--black-color);
}

/* Start Footer  */
.footer-bottom {
  background-color: var(--light-mode-color);
}

.footer-bottom .navbar .active {
  color: var(--primary-color) !important;
}

.footer-bottom .nav-link {
  font-weight: bolder !important;
  color: var(--black-color) !important;
}

.footer-bottom .nav-link:hover {
  color: var(--primary-color) !important;
}


.footer-bottom .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  margin-top: 0.125rem;
}

.footer-bottom .dropdown .dropdown-item {
  color: var(--dark-mode-color);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.footer-bottom .dropdown .dropdown-item:hover {
  color: var(--primary-color);
  margin-right: .5rem !important;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.footer-bottom .dropdown .dropdown-item:active {
  color: var(--light-mode-color);
  background-color: var(--primary-color);
}

.footer-bottom .dropdown .dropdown-toggle::after {
  display: none;
}

.footer-bottom .dropdown .dropdown-arrow {
  transition: 300ms ease;
}

.footer-bottom .dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.footer-bottom .dropdown.show>.dropdown-arrow {
  transform: rotate(180deg);
}

.footer-bottom .dropdown:not(.dropdown-megamenu):hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.footer-bottom .dropdown:not(.dropdown-megamenu):hover .dropdown-menu {
  display: block;
  margin-top: 0.125rem;
}

.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-menu {
  top: 100% !important;
  margin-top: 0.125rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-menu {
  display: block;
  margin-top: 1rem;
}

.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-item {
  font-size: 14px;
  color: var(--black-color);
}

.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-item:hover {
  color: var(--primary-color);
}

.faq .accordion .accordion-button:hover {
  background-color: transparent;
}

.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-item:active {
  color: #FFF;
  background-color: var(--primary-color);
}

.footer-bottom .dropdown:not(.dropdown-megamenu) .dropdown-toggle::after {
  display: none;
}


/* Start Social Media */
.footer-bottom .social-list svg {
  width: 1.6rem !important;
  height: 1rem !important;
}

.footer-bottom .social-list svg>path {
  fill: var(--white-color);
}

.footer-bottom .social-list>li {
  cursor: pointer !important;
  transition: all .5s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .5s linear !important;
  -ms-transition: all .5s linear !important;
  -o-transition: all .5s linear !important;
}

.footer-bottom .social-list>li:hover svg>path {
  fill: var(--primary-color);
}

.footer-bottom .social-list>li:hover {
  background-color: var(--fourth-color) !important;
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transform: translatey(-.3rem) !important;
  -webkit-transform: translatey(-.3rem) !important;
  -moz-transform: translatey(-.3rem) !important;
  -ms-transform: translatey(-.3rem) !important;
  -o-transform: translatey(-.3rem) !important;
}

/* End Social Media */

/* End Footer  */








/* Start-Arrow Top  */
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  background: var(--black-color);
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: .7rem;
  -webkit-border-radius: .7rem;
  -moz-border-radius: .7rem;
  -ms-border-radius: .7rem;
  -o-border-radius: .7rem;
}

.back-to-top:focus {
  color: var(--white-color);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.back-to-top.show:hover {
  color: var(--white-color);
  bottom: 30px;
  opacity: 1;
}

.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 40%;
}

.arrow:nth-child(2) {
  top: 42%;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: rotate(-90deg) translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: rotate(-90deg) translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }
}

.back-to-top:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.back-to-top:hover .arrow:nth-child(2) {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (max-width: 575px) {
  .our-services .try-now {
    width: 133px;
  }

  .r-our-customers .swiper-slide img {
    width: 15rem !important;
  }

  .header .navbar-brand .logo {
    padding-top: 10px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }

  .back-to-top.show:hover {
    bottom: 10px;
  }

  .arrow {
    top: 27%;
    left: 37%;
  }
}

.img-icon-last {
  width: 32rem !important;
}


.dark-mode .hero p {
  color: #FFF;
}

.dark-mode .our-services .card {
  overflow: hidden !important;
  background-color: #FFF;
}

.dark-mode .our-services,
.dark-mode .our-services .ad {
  background-color: #000000 !important;

}

.dark-mode .header .nav-link {
  color: #FFF !important;

}

.form-switch {
  padding-right: 0 !important;
}

.nav-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dark-mode .content span>strong,
.dark-mode .content .cont-extrct-t p {
  color: #FFF !important;

}

.dark-mode .features .row-one,
.dark-mode .features .row-tow>div,
.dark-mode .features .part-tow .featur-img>div {

  background-color: #FFF !important;
}

.dark-mode .features .part-one p {
  color: #000 !important;

}

.dark-mode .features .part-tow p {
  color: #FFF !important;
}

.samir {
  width: 100%;
  display: block;

}


.dark-mode .features .part-tow h5,
.dark-mode .r-our-customers h6,
.dark-mode .r-our-customers p,
.dark-mode .faq .faq-head h5,
.dark-mode .faq .faq-head p,
.dark-mode .faq .faq-accordn .accordion-button h6 {
  color: #FFF !important;

}

.dark-mode .support,
.dark-mode .support .container-fluid {
  background-color: #000 !important;
  color: #FFF;
}

.dark-mode .support h5,
p,
.dark-mode .footer-bottom .nav-link,
.dark-mode .footer-bottom .fw-bolder {
  color: #FFF !important;
}

@media (min-width: 320px) and (max-width: 474px) {
  .footer-bottom .list-footer {
    text-align: center;
    margin: auto;
    display: inline !important;
  }
}

.dark-mode .footer-bottom .text-muted {
  color: #fff !important;
}

/*
.dark-mode .footer-bottom .list-footer>li {
  width: 100% !important;
}*/

.dark-mode .back-to-top.show {
  background-color: var(--fiveth-color) !important;

}

.dark-mode .back-to-top.show .arrow {
  color: #000;
}

.dark-mode .footer-bottom .navbar .active {
  color: #0B9D76 !important
}

.header .navbar .navbar-toggler {
  color: #fff;
  background-color: #fff;
}

.dark-mode .content h5 {
  color: #2ee378 !important;
}

/*

 End-Arrow Top  */
.aff:before {
  content: "- ";
  font-size: 20x;
}



.Underlin {
  opacity: 1 !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border: none !important;
}

.Underline {
  text-decoration: none;
  color: #2EE378;
  font-weight: bolder;
  font-size: 16px;
}

.Underliner {
  text-decoration: none;
  color: #2EE378;
  font-weight: bolder;
  font-size: 1.1rem;
}


.end {
  margin-bottom: 3rem;
}

.end p {
  font-size: 17px !important;
  padding-left: 0rem !important;
  padding: 2px;
  width: 100%;
  text-align: right;
}

.head-ask {
  margin-bottom: 1.5rem;
}

.FAQ-heding {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

/******************************/


.packages {
  margin: 20px;
  width: 300px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #EDEFEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 38px;
  flex-wrap: wrap;
  color: #f4f4f4;
}

.text1 span,
.text2 span {
  margin: 0;
  padding: 0px 10px 3px;
  font-size: 28px;
  background-color: #87e661;
  border-radius: 15px 15px 15px 15px;
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
}


.text1 p,
.text2 p {
  font-weight: 300;
  font-size: 16px;
  margin-top: 21px;
}

.toggle-btn span {
  font-weight: bold;
  font-size: 21px;
}


.packages h2,
.packages h1 {
  width: 100% !important;
  background: #0A3004 !important;
  padding: 16px;
  margin: -1px;
  color: #000;
}

.packages h1 {
  color: #87e661;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
}

.spes:before {
  content: '  موصى به ☆  ';
  font-weight: bold;
  width: 100%;
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
  display: block;
  height: 30px;
  background-color: #ffc107 !important;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  font-size: 25px;
  padding: 39px;
  line-height: 9px;
}

.no-border {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}


h1,
h2 {
  font-size: 2.2em;
}

.list li {
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #00000040;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
  color: #000;
}

text2 .first {
  margin-top: 40px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 80%;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  width: 88%;
  margin: auto;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

.button3,
.button2,
.button1 {
  background-color: #0b3404;
  color: #87e661;
  font-weight: bold;
}

.butto {
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  width: 88%;
  margin: auto;
  border-radius: 50px;
  color: #000;
  border: 2px solid #0b3404;
  margin: 20px auto;
  transition: all 0.3s ease 0s;
}

.button3:hover,
.button2:hover,
.button1:hover {
  color: #87e661;
}

.butto:hover {
  color: #000;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E2E2;
  -webkit-transition: 0.4s;

  box-shadow: 2px 6px 25px #1e2321;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #87E661;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #0B3404;
}

input:focus+.slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.top {
  margin-top: 5rem;
}

.top h5 {
  font-weight: bold;
}

.top h1 {
  font-size: 43px;
  font-weight: bold;
  margin: 20px auto;
}


.offer {
  background-color: #FFA500;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  margin: 20px auto;
}

/****************************/
.kint-rich {
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
}

.kint-rich.kint-folder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  margin: 0;
  display: block;
}

.kint-rich.kint-folder dd.kint-foldout {
  max-height: calc(100vh - 100px);
  padding-right: 8px;
  overflow-y: scroll;
  display: none;
}

.kint-rich.kint-folder dd.kint-foldout.kint-show {
  display: block;
}

.kint-rich::selection,
.kint-rich::-moz-selection,
.kint-rich::-webkit-selection {
  background: #aaa;
  color: #1d1e1e;
}

.kint-rich .kint-focused {
  box-shadow: 0 0 3px 2px red;
}

.kint-rich,
.kint-rich::before,
.kint-rich::after,
.kint-rich *,
.kint-rich *::before,
.kint-rich *::after {
  box-sizing: border-box;
  border-radius: 0;
  color: #1d1e1e;
  float: none !important;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono,
    DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
    serif;
  line-height: 15px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.kint-rich {
  margin: 8px 0;
}

.kint-rich dt,
.kint-rich dl {
  width: auto;
}

.kint-rich dt,
.kint-rich div.access-path {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  color: #1d1e1e;
  display: block;
  font-weight: bold;
  list-style: none outside none;
  overflow: auto;
  padding: 4px;
}

.kint-rich dt:hover,
.kint-rich div.access-path:hover {
  border-color: #aaa;
}

.kint-rich>dl dl {
  padding: 0 0 0 12px;
}

.kint-rich dt.kint-parent>nav,
.kint-rich>footer>nav {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxNTAiPjxwYXRoIGQ9Ik02IDdoMThsLTkgMTV6bTAgMzBoMThsLTkgMTV6bTAgNDVoMThsLTktMTV6bTAgMzBoMThsLTktMTV6bTAgMTJsMTggMThtLTE4IDBsMTgtMTgiIGZpbGw9IiM1NTUiLz48cGF0aCBkPSJNNiAxMjZsMTggMThtLTE4IDBsMTgtMTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjNTU1Ii8+PC9zdmc+") no-repeat scroll 0 0/15px 75px transparent;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
}

.kint-rich dt.kint-parent:hover>nav,
.kint-rich>footer>nav:hover {
  background-position: 0 25%;
}

.kint-rich dt.kint-parent.kint-show>nav,
.kint-rich>footer.kint-show>nav {
  background-position: 0 50%;
}

.kint-rich dt.kint-parent.kint-show:hover>nav,
.kint-rich>footer.kint-show>nav:hover {
  background-position: 0 75%;
}

.kint-rich dt.kint-parent.kint-locked>nav {
  background-position: 0 100%;
}

.kint-rich dt.kint-parent+dd {
  display: none;
  border-left: 1px dashed #d7d7d7;
}

.kint-rich dt.kint-parent.kint-show+dd {
  display: block;
}

.kint-rich var,
.kint-rich var a {
  color: #06f;
  font-style: normal;
}

.kint-rich dt:hover var,
.kint-rich dt:hover var a {
  color: red;
}

.kint-rich dfn {
  font-style: normal;
  font-family: monospace;
  color: #1d1e1e;
}

.kint-rich pre {
  color: #1d1e1e;
  margin: 0 0 0 12px;
  padding: 5px;
  overflow-y: hidden;
  border-top: 0;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  display: block;
  word-break: normal;
}

.kint-rich .kint-popup-trigger,
.kint-rich .kint-access-path-trigger,
.kint-rich .kint-search-trigger {
  background: rgba(29, 30, 30, 0.8);
  border-radius: 3px;
  height: 16px;
  font-size: 16px;
  margin-left: 5px;
  font-weight: bold;
  width: 16px;
  text-align: center;
  float: right !important;
  cursor: pointer;
  color: #f8f8f8;
  position: relative;
  overflow: hidden;
  line-height: 17.6px;
}

.kint-rich .kint-popup-trigger:hover,
.kint-rich .kint-access-path-trigger:hover,
.kint-rich .kint-search-trigger:hover {
  color: #1d1e1e;
  background: #f8f8f8;
}

.kint-rich dt.kint-parent>.kint-popup-trigger {
  line-height: 19.2px;
}

.kint-rich .kint-search-trigger {
  font-size: 20px;
}

.kint-rich input.kint-search {
  display: none;
  border: 1px solid #d7d7d7;
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 4px;
  float: right !important;
  margin: -4px 0;
  color: #1d1e1e;
  background: #f8f8f8;
  height: 24px;
  width: 160px;
  position: relative;
  z-index: 100;
}

.kint-rich input.kint-search.kint-show {
  display: block;
}

.kint-rich .kint-search-root ul.kint-tabs>li:not(.kint-search-match) {
  background: #f8f8f8;
  opacity: 0.5;
}

.kint-rich .kint-search-root dl:not(.kint-search-match) {
  opacity: 0.5;
}

.kint-rich .kint-search-root dl:not(.kint-search-match)>dt {
  background: #f8f8f8;
}

.kint-rich .kint-search-root dl:not(.kint-search-match) dl,
.kint-rich .kint-search-root dl:not(.kint-search-match) ul.kint-tabs>li:not(.kint-search-match) {
  opacity: 1;
}

.kint-rich div.access-path {
  background: #f8f8f8;
  display: none;
  margin-top: 5px;
  padding: 4px;
  white-space: pre;
}

.kint-rich div.access-path.kint-show {
  display: block;
}

.kint-rich footer {
  padding: 0 3px 3px;
  font-size: 9px;
  background: transparent;
}

.kint-rich footer>.kint-popup-trigger {
  background: transparent;
  color: #1d1e1e;
}

.kint-rich footer nav {
  height: 10px;
  width: 10px;
  background-size: 10px 50px;
}

.kint-rich footer>ol {
  display: none;
  margin-left: 32px;
}

.kint-rich footer.kint-show>ol {
  display: block;
}

.kint-rich a {
  color: #1d1e1e;
  text-shadow: none;
  text-decoration: underline;
}

.kint-rich a:hover {
  color: #1d1e1e;
  border-bottom: 1px dotted #1d1e1e;
}

.kint-rich ul {
  list-style: none;
  padding-left: 12px;
}

.kint-rich ul:not(.kint-tabs) li {
  border-left: 1px dashed #d7d7d7;
}

.kint-rich ul:not(.kint-tabs) li>dl {
  border-left: none;
}

.kint-rich ul.kint-tabs {
  margin: 0 0 0 12px;
  padding-left: 0;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-top: 0;
}

.kint-rich ul.kint-tabs>li {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 2px;
  padding: 0 12px;
  vertical-align: top;
}

.kint-rich ul.kint-tabs>li:hover,
.kint-rich ul.kint-tabs>li.kint-active-tab:hover {
  border-color: #aaa;
  color: red;
}

.kint-rich ul.kint-tabs>li.kint-active-tab {
  background: #f8f8f8;
  border-top: 0;
  margin-top: -1px;
  height: 27px;
  line-height: 24px;
}

.kint-rich ul.kint-tabs>li:not(.kint-active-tab) {
  line-height: 20px;
}

.kint-rich ul.kint-tabs li+li {
  margin-left: 0;
}

.kint-rich ul.kint-tab-contents>li {
  display: none;
}

.kint-rich ul.kint-tab-contents>li.kint-show {
  display: block;
}

.kint-rich dt:hover+dd>ul>li.kint-active-tab {
  border-color: #aaa;
  color: red;
}

.kint-rich dt>.kint-color-preview {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border: 1px solid #d7d7d7;
  background-color: #ccc;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="%23FFF" d="M0 0h1v2h1V1H0z"/></svg>');
  background-size: 100%;
}

.kint-rich dt>.kint-color-preview:hover {
  border-color: #aaa;
}

.kint-rich dt>.kint-color-preview>div {
  width: 100%;
  height: 100%;
}

.kint-rich table {
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
}

.kint-rich table * {
  font-size: 12px;
}

.kint-rich table dt {
  background: none;
  padding: 2px;
}

.kint-rich table dt .kint-parent {
  min-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kint-rich table td,
.kint-rich table th {
  border: 1px solid #d7d7d7;
  padding: 2px;
  vertical-align: center;
}

.kint-rich table th {
  cursor: alias;
}

.kint-rich table td:first-child,
.kint-rich table th {
  font-weight: bold;
  background: #f8f8f8;
  color: #1d1e1e;
}

.kint-rich table td {
  background: #f8f8f8;
  white-space: pre;
}

.kint-rich table td>dl {
  padding: 0;
}

.kint-rich table pre {
  border-top: 0;
  border-right: 0;
}

.kint-rich table thead th:first-child {
  background: none;
  border: 0;
}

.kint-rich table tr:hover>td {
  box-shadow: 0 0 1px 0 #aaa inset;
}

.kint-rich table tr:hover var {
  color: red;
}

.kint-rich table ul.kint-tabs li.kint-active-tab {
  height: 20px;
  line-height: 17px;
}

.kint-rich pre.kint-source {
  margin-left: -1px;
}

.kint-rich pre.kint-source[data-kint-filename]:before {
  display: block;
  content: attr(data-kint-filename);
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f8f8f8;
}

.kint-rich pre.kint-source>div:before {
  display: inline-block;
  content: counter(kint-l);
  counter-increment: kint-l;
  border-right: 1px solid #aaa;
  padding-right: 8px;
  margin-right: 8px;
}

.kint-rich pre.kint-source>div.kint-highlight {
  background: #f8f8f8;
}

.kint-rich .kint-microtime-lap {
  text-shadow: -1px 0 #aaa, 0 1px #aaa, 1px 0 #aaa, 0 -1px #aaa;
  color: #f8f8f8;
  font-weight: bold;
}

input.kint-note-input {
  width: 100%;
}

.kint-rich .kint-focused {
  box-shadow: 0 0 3px 2px red;
}

.kint-rich dt {
  font-weight: normal;
}

.kint-rich dt.kint-parent {
  margin-top: 4px;
}

.kint-rich dl dl {
  margin-top: 4px;
  padding-left: 25px;
  border-left: none;
}

.kint-rich>dl>dt {
  background: #f8f8f8;
}

.kint-rich ul {
  margin: 0;
  padding-left: 0;
}

.kint-rich ul:not(.kint-tabs)>li {
  border-left: 0;
}

.kint-rich ul.kint-tabs {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-width: 0 1px 1px 1px;
  padding: 4px 0 0 12px;
  margin-left: -1px;
  margin-top: -1px;
}

.kint-rich ul.kint-tabs li,
.kint-rich ul.kint-tabs li+li {
  margin: 0 0 0 4px;
}

.kint-rich ul.kint-tabs li {
  border-bottom-width: 0;
  height: 25px;
}

.kint-rich ul.kint-tabs li:first-child {
  margin-left: 0;
}

.kint-rich ul.kint-tabs li.kint-active-tab {
  border-top: 1px solid #d7d7d7;
  background: #fff;
  font-weight: bold;
  padding-top: 0;
  border-bottom: 1px solid #fff !important;
  margin-bottom: -1px;
}

.kint-rich ul.kint-tabs li.kint-active-tab:hover {
  border-bottom: 1px solid #fff;
}

.kint-rich ul>li>pre {
  border: 1px solid #d7d7d7;
}

.kint-rich dt:hover+dd>ul {
  border-color: #aaa;
}

.kint-rich pre {
  background: #fff;
  margin-top: 4px;
  margin-left: 25px;
}

.kint-rich .kint-source {
  margin-left: -1px;
}

.kint-rich .kint-source .kint-highlight {
  background: #cfc;
}

.kint-rich .kint-parent.kint-show>.kint-search {
  border-bottom-width: 1px;
}

.kint-rich table td {
  background: #fff;
}

.kint-rich table td>dl {
  padding: 0;
  margin: 0;
}

.kint-rich table td>dl>dt.kint-parent {
  margin: 0;
}

.kint-rich table td:first-child,
.kint-rich table td,
.kint-rich table th {
  padding: 2px 4px;
}

.kint-rich table dd,
.kint-rich table dt {
  background: #fff;
}

.kint-rich table tr:hover>td {
  box-shadow: none;
  background: #cfc;
}

/*****/
.mb-3 a,
.nav-item.mx-3 a,
.justify-content-between a {
  text-decoration: none;
}

.nav-item.mx-3 a svg,
.header .primary-btn svg {
  fill: #fff !important;
}


.nav-item.mx-3 a {
  color: #fff;
}

.actionForm,
.mx-auto,
.login,
.border-top {
  margin-top: 3rem !important;
}

.form-check-input.m-t-5 {
  background-color: #000;
  display: block;
  margin-top: 14px;
  position: absolute;
}

.p-50 {
  padding: 10px;
}

.col-md-6 .bg-primary {
  background-color: #5d3bcd !important;
}


.sp,
.fs-25.mb-4 {
  color: #58ccff !important;
}


.contact {
  color: #5A75A1 !important;
  font-size: 17px;
  font-weight: 800;
}

.pRatings {
  margin-top: 10px;
  color: #9BA2A5 !important;
}

.gold {
  color: gold !important;
}

.poneclick {
  font-weight: bold !important;
  font-size: 16px !important;
}


.tryp {
  color: #4B669D !important;
}

.groupsp {
  color: #5B5B5B !important;
  font-weight: 600 !important;
}

.fontsmaill {
  color: #000 !important;
  font-size: 12px !important;
}


.imgleft {
  height: 150px;
  margin-right: 85px !important;
  margin-top: -21px;
}

.bground {
  background-color: #EEFAFF !important;
}

.Reserved {
  color: #000 !important;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.alignitemscenter {
  align-items: center;
}

.imgfooter img {
  display: block;
  height: 63px;
  width: 69%;
  margin: 0px auto;
  text-align: center;
}

.headding {
  font-size: 34px;
  font-weight: bold !important;
  text-align: center;
  margin-top: 70px;
  color: #052977;
}

.abuttons img {
  height: 26px;
  background-color: #fff;
  border-radius: 50px;
  width: 26px;
  padding: 6px;
  margin-right: 10px;
}

.btntwoabuttons {
  background: #7630DF;
  border-radius: 10px;
}

.btnfourabuttons {
  background: #000000;
  border-radius: 10px;
}

.btnthreeabuttons {
  background: #5E8E3E;
  border-radius: 10px;
}

.buttonsparent {
  text-align: center;
}

.buttonsparent button {
  margin: 5px auto;
}

.btnabuttons {
  background: #004753;
  border-radius: 10px;
}


/********************login form*********************/

.texp {
  color: #2A4C87;
  margin-top: 50px;
}

.texp+p {
  font-weight: 600;
}

.bggraay {
  background-color: #F1F1F1 !important;
}

.en {
  border: none !important;
  background-color: #052977 !important;
  border-radius: 25px;
}

.en a {
  font-weight: 400;
}

.logologin {
  height: 40px;
  display: inline-block;
  width: 20%;
  float: inline-start;
}

.login {
  margin-top: 30%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.fontweight {
  font-weight: 600;
}

@media only screen and (min-width: 575px) {

  .our-services {
    margin-top: -2rem !important;
  }

  .our-services .card-footer .image-route {
    bottom: 7px;
    transform: scale(1.5);
  }

  img[src="https://iili.io/d9CDwlI.png"] {
    margin-top: -46px !important;
  }

  .features .part-tow .featur-img .star-tow {
    left: 6rem !important;
    top: 7rem !important;
  }

  .features .part-tow .featur-img .star-one {
    right: 8rem !important;
    top: 16rem !important;
  }
}

@media only screen and (max-width: 575px) {
  img[src="https://iili.io/d9ocq6g.png"] {
    display: block;
    margin: 0px auto;
  }

  .hero .hero-screen-phone {
    transform: scaleY(1.2);
  }

  .imagegirl {
    margin-right: -364px !important;
    display: inline-block;
    transform: scale(0.8) !important;
    margin-top: 63px;
  }


  img[src="https://iili.io/d9CmZnj.png"] {
    width: 36rem !important;
    margin-right: -175px;
    transform: scale(.7);
  }

  .onestar {
    left: 1rem !important;
    top: 5rem !important;
  }

  .twoestar {
    right: 1rem !important;
    bottom: 1rem !important;

  }

  .our-services .card-footer .image-route {
    bottom: -19px;
  }

  .faq .faq-accordn .accordion-button h6 {
    font-size: 0.8rem !important;
  }

  .our-services .card-footer {
    min-height: 96px !important;
  }


  .our-services .card-footer .latest-img {
    margin: 0px -9rem 0px auto;
    transform: none !important;
  }

  .logologin {
    width: 31%;
  }

  .imgleft {
    height: 130px;
    margin-right: 90px !important;
    margin-top: -15px;
  }

  .hero {
    padding: 0 0 5rem 0 !important;
  }

  .content .content-tow .m-content {
    right: 2.5rem !important;
  }
}


.imagegirl {
  transform: scale(2.7);
}

/*************************************************/