@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://www.google.com/fonts/earlyaccess");
@import url("https://fonts.googleapis.com/earlyaccess/droidarabickufi.css");

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body * {
  transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
  margin-left: 0;
}

.clr {
  clear: both;
}

section {
  padding: 50px 0;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.nav-tabs,
.nav-pills {
  text-align: center;
  display: block;
}


.blue {
    background-color: #005FC3;
    color: white;
}

.gray {
    background-color: #77718b;
    color: white;
}

.d-blue {
    background-color: #2F1F51;
    color: white;
}

.brown {
    background-color: #cfaf9d;
    color: white;
}

.red {
    background-color: #DC475A;
    color: white;
}
.about .beauty {
    text-align: left;
    padding: 10px 20px;
    margin: 10px auto;
    border-radius: 5px;
    color: #FFF;
    width: 80%;
} 
section h2 {
  margin-bottom: 20px;
}

#Subheader {
  background-image: url(http://satco.co/wp-content/uploads/2021/08/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

/* Start: Loading */
#loading {
  background-color: #fff;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.loading-image {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  z-index: 100;
}

#loading span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

/* End: Loading */

/* Start: Header */
.action_bar {
  background-color: #2c2c2c;
  padding: 4px 0;
}

.action_bar ul {
  list-style: none;
  display: block !important;
}

.action_bar li.nav-item {
  display: inline-block;
  margin: 2px 5px;
}

.action_bar a.nav-link {
  color: #44c6f2;
  font-size: 15px;
}

.action_bar a i {
  color: #666;
  font-size: 12px;
}

.action_bar .social a {
  padding: 10px;
}

.action_bar .social a i {
  font-size: 16px;
}

.action_bar li:hover a.nav-link {
  color: #44c6f2;
  text-decoration: underline;
}

.action_bar .social li:hover a i {
  color: #fff;
  transform: scale(1.1);
}

/* navbar */
.navbar-brand {
  padding: 20px 0;
}

@media (max-width: 700px) {
  .navbar-brand {
    text-align: left !important;
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 80%;
  }

  .action_bar ul {
    text-align: center !important;
  }
}

.main-nav .container {
  position: relative;
}

.main-nav .container > div {
  border-top: 1px solid #54595f42;
}

.main-nav {
  --bs-navbar-padding-y: 0;
}

.main-nav ul li {
  margin: 5px 0;
  position: relative;
}

.main-nav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 0.3px solid #54595f42;
}

.main-nav ul li:last-child::after {
  content: none;
}

    .main-nav ul li a.nav-link.active {
        /*background-color: #1a4d9c;*/
        background-color: #34368E;
        border-radius: 9px;
        color: #fff;
    }

.main-nav ul li a.nav-link {
  margin: 10px 5px !important;
  color: #1a4d9c;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px !important;
}

    .main-nav ul li.nav-item:hover a.nav-link {
        /* background-color: #1a4d9c;*/
        background-color: #34368E;
        border-radius: 9px;
        color: #fff;
    }

.navbar-toggler {
  position: absolute;
  right: 9px;
  top: -55px;
}

@media (max-width: 70px) {
  ul.test {
    display: inline-block !important;
  }
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.o-list button {
  background-color: transparent;
  color: #1a4d9c;
  border: none;
}

.search-form {
  display: none;
  background-color: #00305f;
  padding: 5px 10px;
  padding-bottom: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}

.search-form::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 98%;
  transform: translatex(-50%);
  bottom: 10px;
  border: 0.8px solid rgba(255, 255, 255, 0.055);
}

.search-form *,
.search-form *:active,
.search-form *:focus,
.search-form *:hover {
  background-color: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
}

.o-list .dropdown {
  border: 1px solid #54595f42;
  margin: 12px 20px;
  border-radius: 5px;
}

.o-list .dropdown a.nav-link {
  padding: 0 6px !important;
}

.o-list .dropdown-menu {
  --bs-dropdown-min-width: 3.1rem;
  border-top: none;
}

/* Slider */
.slider > .carousel-indicators > button {
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.slider > .carousel-indicators > button.active {
  background: #666666;
}

/* news ticker */
.ticker-wrapper-h {
  display: flex;
  position: relative;
  overflow: hidden;
  border: 1px solid #a80000;
  background-color: #2c2c2c;
}

.ticker-wrapper-h .heading {
  background-color: #a80000;
  color: #fff;
  padding: 5px 10px;
  flex: 0 0 auto;
  z-index: 1000;
}

.ticker-wrapper-h .heading:after {
  content: "";
  position: absolute;
  top: 0;
  border-left: 20px solid #a80000;
  border-top: 17px solid transparent;
  border-bottom: 15px solid transparent;
}

.news-ticker-h {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  z-index: 999;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 30s;
}
.news-ticker-h:hover {
  animation-play-state: paused;
}

.news-ticker-h li {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 50px;
}

.news-ticker-h li a {
  color: #61ce70;
  font-weight: bold;
}

@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* End: Header */

/* Start: Content */
#about ul li.nav-item {
  align-items: center;
  text-align: center;
  margin: auto;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -45px;
  right: 0;
}

.owl-theme .owl-nav button {
  background-color: #f2f2f2 !important;
  margin: 2px !important;
  padding: 0 !important;
  width: 35px;
  height: 35px;
  font-size: 22px !important;
  color: #666 !important;
}

#services {
  position: relative;
}
#services .img {
  background-color: #f2f2f2;
  border: 5px solid #f2f2f2;
}

#services h4 {
  margin: 10px auto;
  font-size: 20px;
  line-height: 1.6;
}

#services .read_more {
  background-color: #f2f2f2;
  color: #666;
  padding: 0;
  border: none;
  margin: 4px auto;
}

#services .read_more:hover {
  color: #2991d6;
  border: none;
}

#services .read_more i {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 0 10px 15px;
}

#services .read_more span {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 10px 15px 10px 5px;
  border-radius: 4px;
}

#counter {
  background-color: #322e2e;
  color: #fff;
  text-align: center;
}

#counter h4 {
  text-transform: capitalize;
}

#counter i {
  display: block;
  font-size: 35px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 15px 0;
  align-items: center;
  border: 2px solid #fff;
}

#counter h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 15px auto;
}

/* Request */
#request {
  background-color: #160f0f;
  color: #fff;
  text-align: center;
}

#request h2 {
  margin-bottom: 50px;
}

#request i {
  display: block;
  font-size: 35px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 25px 0;
  align-items: center;
  background-color: #1a4d9c;
}

#request h4 {
  font-weight: bold;
  margin: 30px auto;
}

/* Contact Us */
#contact h4 {
  color: #333;
  font-size: 18px;
  margin: 15px 0;
}

#contact p {
  margin: 5px 0;
}

#contact textarea {
  max-height: 150px;
}

#contact button {
  background-color: #2991d6;
  border-color: #2991d6;
}

/* End: Content */

#contact .group {
  display: flex;
}

#contact .group > div {
  width: 50%;
  margin: 0 4px;
}

/* Start: Footer */
footer {
  background-color: #000000;
  padding: 30px 0 0;
  margin-top: 10px;
  font-size: 16px;
}

.whatsapp {
  position: fixed;
  background-color: #00a783;
  bottom: 20px;
  left: 2%;
  color: #fff;
  padding: 2px 30px;
  font-size: 25px;
  border-radius: 50px;
  z-index: 9999;
}

.whatsapp:hover {
    color: #000;
  background-color: #00e676;
  border-color: #00e676;
}

footer .widgets_wrapper > div h4 {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}

footer .widgets_wrapper > div ul {
  list-style: none outside;
}

footer .widgets_wrapper > div a {
  text-decoration: none;
  color: #2991d6;
  padding: 8px 0;
  display: flex;
  position: relative;
}

footer .widgets_wrapper > div.list li a::before {
  content: "\25AA";
  color: #2991d6;
  font-weight: bold;
  width: 1em;
  font-size: large;
  position: absolute;
  left: -8%;
}

footer .widgets_wrapper > div.list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 25%;
  height: 1px;
  background-color: #666;
}

footer .widgets_wrapper > div.list:last-child a::after {
  content: none;
}

.widget_search input {
  border-radius: 0;
}

.follow {
  margin-top: 30px;
}

.follow .textwidget {
  display: flex;
}

.follow .textwidget a {
  width: 35px;
  height: 35px;
  background-color: #f2f2f2;
  margin: 5px;
  text-align: center;
}

.follow .textwidget a i {
  color: #666666;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

footer .widgets_wrapper > div a:hover {
  color: #44c6f2;
}

footer .widgets_wrapper > div p {
  color: #cccccc;
}

.footer_copy {
  border-top: 1px solid #54595f42;
  padding: 15px 0 10px;
  color: #fff;
}

.footer_copy .copyright {
  width: 90%;
}

.footer_copy .copyright a {
  color: #2991d6;
  text-decoration: none;
}

.footer_copy .social li {
  float: right;
  display: inline-block;
}

.footer_copy .copyright a:hover {
  color: #44c6f2;
}

.footer_copy .social li a {
  color: #666;
  padding: 0 8px;
}

.footer_copy .social li:hover a {
  color: #fff;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .footer_copy * {
    text-align: center;
    float: none !important;
  }
}

/* End: Footer */
