@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

body {
  background-color: #e3edff !important;
}

.text_style p {
  direction: rtl;
}

.navbar-light .navbar-nav .nav-link {
  color: #1d3eff !important;
}

.bg_pic {
  position: absolute;
  z-index: 1;
}

.galleriebild img {
  height: 100px;
}

.nav_bg {
  position: absolute;
  z-index: 2;
  padding-left: 23%;
  top: 6%;
}

.bg-light {
  background-color: #ffffffa3 !important;
  font-size: 22px;
  font-weight: bold;
  padding-left: 0px;
}

.fb {
  z-index: 1000;
  position: absolute;
  top: 68%;
  /* left: 10%; */
  width: 91%;
  background: #ffffffbd;
  font-size: 18px;
  font-weight: 400;
}

.home_link {
  color: black;
  font-size: 16px;
  cursor: pointer
}

.home_link:hover {
  color: rgb(30, 48, 252);
  cursor: pointer
}

.home_cat {
  height: 247px;
  max-width:
    32% !important;
  margin-right: 1%;
}

.home_cat1 {
  max-width:
    32% !important;
  margin-right: 1%;
}

.home_hr {
  width: 65%;
  height: 1px;
  border-top: 1px solid #000000a6;
}

.content_home {
  border: 1px solid #9595c2;
  height: 450px;
  background-color: #ffffff59;
}

.brand_logo_container {
  height: 100px;
  background: #507fd2;
  padding: 20px;
  text-align: center;
}

.home_icon {
  font-size: 40px;
  color: white;
}

.home_title {
  margin-top: 15px;
  font-size: 25px;
  color: white;

}

.home_title h3 {
  color: black;
}

.article_btn {
  background-color: #208fffc7 !important;
  border-color: #53f;
  color: white !important;
  width: 70%;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255) !important;
  background-color: black !important;
}

#footer {
  background: #000 !important;
}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

.card {
  width: 100%;
}


.card-body {
  width: 100% !important;
}

.card-text {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  ;
}

.wrapper {
  padding: inherit !important;
}


.navbar-nav li{
  padding-left: 10px;;
}

@media (max-width:801px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .home_cat1 {
    max-width:
      100% !important;
    margin-right: 0%;
  }

  .fb {

    width: 82%;
    font-size: 12px;
  }

  .brand_logo_container {
    height: 60px;
    padding: 11px;
  }

  .home_icon {
    font-size: 25px;
    color: white;
  }

}


@media only screen and (max-width: 767px) {
  .bg-light {
    background-color: #81b5ffa3 !important;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 999px)  {
  .bg-light {
    background-color: #81b5ffa3!important;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home_title {
  margin-top: 15px;
  font-size: 18px;
  color: white;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px)  {
  .bg-light {
    background-color: #81b5ffa3 !important;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px)  {
  .bg-light {
    background-color: #81b5ffa3!important;
    font-size: 22px;
    font-weight: bold;
    padding-left: 0px;
  }
}