/* ************** loader **************** */
/* loader */
.loader {
  height: 100vh;
  background-color: var(--petrol);
  padding: 50px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  left: 0;
}

.loader img {
  max-width: 80%;
}
@media screen and (min-width: 425px) {
  .loader img {
    width: 300px;
  }
}

/* ************** nav bar **************** */
nav.bg-light {
  background-color: white !important;
  box-shadow: 1px 5px 10px 0px rgba(140, 140, 140, 0.3);
  -webkit-box-shadow: -2px 5px 19px 0px rgba(140, 140, 140, 0.79);
  -moz-box-shadow: -2px 5px 19px 0px rgba(140, 140, 140, 0.79);
}
nav ul li::before,
footer ul li::before {
  display: none;
}
.navContent .btn {
  font-weight: 800;
}
.navContent {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.sideNavbar {
  max-width: 270px;
  padding: 0%;
  margin: 0%;
}

.logoSideNav {
  width: 130px;
}
.logoBox {
  width: 80%;
  margin: auto;
  padding: 15px 25px 5px 10px;
}
.navFelid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 400;
  width: 90%;
  margin: auto;
  border-top: 1px solid var(--petrol);
  padding: 8px;
  color: var(--petrol);
  transition: 0.3s ease-in-out;
cursor: pointer;
}


.navFelid * {
  padding: 0px;
}
.navFelid b {
  color: var(--petrol);
  font-size: 1.3rem;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.navFelid i {
  font-size: 1.6rem;
}
.active,
.active b,
.navFelid:hover b,
.navFelid:hover {
  color: var(--mustard) !important;
}
.navBtn {
  background-color: inherit;
  border: 2px solid var(--mustard);
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.1rem;
  color: var(--mustard);
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.navBtn:hover {
  background-color: var(--mustard);
  color: black;
  transform: scale(1.2);
}
@media screen and (min-width: 992px) {
  .sideNavbar {
    max-width: 100%;
  }

  .logoSideNav {
    width: 120px;
  }
  .logoBox {
    width: 200px;
    padding: 5px;
  }

  .navFelid {
    margin: auto 8px;
    border-top: none;
    flex-direction: row-reverse;
   width : "auto"

  }
  
  .dropdown-center ul .navFelid   {
    min-width:  160px ;
    flex-direction: row;

  }
  
  .listBox {
    display: flex;
    justify-content: space-evenly;
    padding: 0px 15px;
  }
  .listBox .navbar-nav {
    justify-content: space-evenly;
    flex-direction: row;
  }

  .navContent {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }
  .tabNav {
    justify-content: space-between;
    align-items: center;
  }
}

/*************** Links Style ********************/
.links {
  background-color: var(--petrol);
  padding: 50px 0;
  color: white;
  text-align: center;
}

.links .link-box {
  padding: 10px 70px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.control * {
  display: inline ;
}

.links .link-box h3 {
  color: #fff;
  font-size: 19px;
  margin-top: 45px;
  text-transform: uppercase;
}

.links .with-vertical-line::after,
.links .with-vertical-line::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: var(--aqua);
  right: 0;
  position: absolute;
  top: 10%;
}

.links .with-vertical-line::before {
  left: 0;
  right: unset;
}
.link-box img {
  filter: brightness(150%);
}
.link-box a {
  background-color: var(--mustard);
  color: white;
  margin: 16px auto;
  border-radius: 25px;
  font-weight: 700;
  padding: 8px 10px;
  min-width: 150px;
}

.link-box a:hover {
  background-color: #fff;
  color: var(--petrol);
}

@media (max-width: 1200px) {
  .links .with-vertical-line::after,
  .links .with-vertical-line::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .categories .categories-box {
    justify-content: center;
  }

  .apps-box {
    justify-content: center;
  }

  .banner-text {
    display: block;
  }

  .banner {
    background-image: url("../images/mobile_bg.png") !important;
  }

  #main_search_input {
    font-size: 16px;
    text-align: center;
  }

  #main_search_input::placeholder {
    font-size: 12px;
  }

  .banner .big-search button {
    padding: 10px 20px;
  }
}

@media (max-width: 512px) {
  .banner .big-search {
    width: 90%;
    left: 5%;
    background-color: var(--aqua);
  }

  #main_search {
    flex-direction: column;
  }
}

/************ style statistics section ******************/
.w-100 {
  width: 100%;
}

.statistics {
  margin: 50px auto;
}

.statistic-bg {
  background-image: url("../images/statistics-bg.png");
  background-size: contain;
  min-height: 300px;
  background-repeat: no-repeat;
  line-height: 1.8;
}

a.statistic-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.statistic-num {
  font-size: 116px;
  color: #fff;
}

.statistic-title {
  border: 1px solid var(--aqua);
  border-radius: 16px;
  color: var(--aqua);
  padding: 5px 0;
  margin-top: -16px;
  min-width: 150px;
  text-align: center;
}

a.statistic-item:hover .statistic-title {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .statistic-bg {
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    line-height: 2.2;
  }

  a.statistic-item {
    margin: 16px 0;
  }

  .statistic-title {
    margin-top: 0;
  }

  .statistic-num {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .statistic-num {
    font-size: 30px;
  }
}

/************* Footer style **************/
footer {
  padding: 0;
}

footer .logo {
  width: 100%;
  background-image: url("../images/footer/footerLogo.png");
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  max-width: 200px;
  margin-top: 15px;
}

footer .top-part {
  background-color: #e8f8fb;
  color: var(--petrol);
  padding: 20px 0;
}

footer ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

footer ul li {
  margin: 10px auto;
}

footer a {
  color: var(--petrol);
  text-transform: capitalize;
  font-size: 14px;
}

footer .social-links {
  display: flex;
  align-items: self-start;
}

footer .social-links li {
  margin: 0 auto;
}

footer .social-links li:first-of-type {
  margin-left: 0;
}

footer .social-links i {
  color: var(--aqua);
  font-size: 20px;
}

footer .social-links li i {
  transition: all 0.3s ease-in-out;
}

footer .social-links li.linkedin i:hover {
  color: #0b66c2;
}

footer .social-links li.youtube i:hover {
  color: #f34423;
}

footer .social-links li.twitter i:hover {
  color: #1e9bf0;
}

footer .powered-by {
  margin-top: 25px;
}




footer .powered-by .support {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
}

footer .powered-by .support li {
  width: 150px;
  margin: 5px;
}

footer .powered-by small {
  padding: 0 1px;
}

footer .bottom-part {
  background-color: var(--petrol);
  color: white;
}

footer .copy-right {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 11px 0;
}

.copy-right p {
  margin-bottom: 0;
}
.copy-right a,
.copy-right a:hover {
  color: var(--mustard);
  font-weight: 600;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: var(--mustard);
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 512px) {
  footer .logo {
    background-position: center;
    width: 70%;
  }
}
