/********** Template CSS **********/
:root {
  --primary: #0d6efd;
  --secondary: #757575;
  --light: #f3f6f8;
  --dark: #0c2b4b;
}

.addingSection{
  width: 100%;
  height: 550px;
  position: relative;
  text-align: center;
}

.addingSection img{
  width: 100%!important;
  height: 550px!important;
  object-fit: cover;
  filter: grayscale(100%);

}

.addingDiv{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addingDiv h3{
  font-size: 40px;
  font-weight: bolder;
  color: antiquewhite!important;
}

.addingDiv p{
  font-size: 30px;
  font-weight: bold;
  color: whitesmoke!important;
}

.carding {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
}

.mainHeaderFact {
  font-size: 40px !important;
  font-weight: bolder !important;
  margin-bottom: 120px !important;
  margin-top: 80px !important;
}

.roundTheButton {
  border-radius: 30px;
}

.roundedIcons {
  border-radius: 50%;
}
.mainHeader {
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.SecondNavq {
  display: none;
}

.header {
  position: relative;
  width: 100%;
}

.inner-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}

.logo {
  color: #fff;
  margin-left: 10px;
  width: 90px !important;
  height: 90px !important;
}

.logoFixed {
  margin-right: 20px;
  width: 65px !important;
  height: 65px !important;
}

.nav-item .nav-link {
  display: block;
  font-weight: 400;
  line-height: 50px;
  transition: 0.3s;
  font-size: 16px;
  color: #fff !important;
  text-transform: capitalize;
}

.nav-item .nav-link:hover {
  color: rgb(75, 62, 185);
  cursor: pointer;
}

.tell-num {
    background: white;
    padding: 0 25px;
  margin: 2px;
  z-index: 2;
  color: #0d6efd;
  position: relative;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}

.headerCalls {
  width: 400px;
  border-radius: 25px;
}

.footing {
  background-color: #0c2b4b !important;
}

.headerIcons {
  display: inline-block;
  font-size: 18px;
  color: white;
}

.headerIcons:hover {
  color: #f3f6f8 !important;
}

.headerIcons span {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
}

.headerI {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 30%;
  color: #0d6efd !important;
}

.callsImage {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  font-weight: bold;
}
.emergency {
  color: red !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 25px;
  font-weight: bolder;
}
.calls {
  width: 37px;
  height: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.navCall {
  margin-right: 0 !important;
}

.serviceDescibe {
  text-decoration: none;
  background-color: #0d6efd;
  color: white !important;
  border-radius: 20px;
  margin: 5px;
  width: 200px;
  margin-left: -35px;
}

.serviceDescibe a {
  color: white;
  padding-left: 10px;
  font-weight: bold;
  font-size: 15px;
}

.logoNav {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  object-fit: cover;
  margin-bottom: 15px;
}

.iconsClass {
  border-radius: 50% !important;
}
.cardService {
  border-radius: 20px !important;
}

.back-to-top {
  position: fixed;
  width: 200px !important;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  border-radius: 25px;
}

.myLogo {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  height: 500px !important;
  object-fit: contain;
}

@media screen and (max-width: 356) {
  .serviceDescibe a {
    font-size: 10px;
  }
  .serviceSpan {
    font-size: 10px !important;
  }
  .serviceDescibe {
    width: 100px !important;
    margin-left: 0px !important;
  }
  .headerImg {
    width: 100% !important;
    height: 850px !important;
    object-fit: cover;
  }
}

@media screen and (max-width: 700px) {
  .logoNav {
    width: 200px !important;
    height: 150px !important;
    object-fit: contain !important;
  }

  .tell-num {
    font-size: 15px;
    margin-right: 1px;
    margin-bottom: 10px;
  }

  .headerImg {
    width: 100% !important;
    height: 850px !important;
    object-fit: cover;
    
  }

  .headerCalls {
    width: 280px;
    font-size: 14px;
  }

  .logo {
    margin-left: 1px;
    width: 75px !important;
    height: 75px !important;
  }

  .headerIcons {
    font-size: 12px;
    margin-right: 15px;
  }

  .headerI {
    font-size: 20px;
    font-weight: bold;
  }

  .calls {
    position: relative !important;
    width: 25px !important;
    height: 25px !important;
    margin-bottom: -11px;
  }
}

@media (max-width: 768px) {
  .addingDiv h3{
    font-size: 25px;
   
  }

  .addingDiv p{
    font-size: 15px;
    word-spacing: normal;
  }

  .mainHeaderFact {
    margin-top: -60px !important;
  }

  #header-carousel .carousel-item {
    position: relative;
    min-height: 850px;
  }
  .logoNav {
    width: 250px !important;
    height: 180px !important;
    object-fit: contain !important;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    object-fit: cover;
  }
  .calls {
    position: relative !important;
    width: 25px !important;
    height: 25px !important;
    margin-bottom: -11px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 701px) {
  .headerImg {
    width: 100%;
    height: 850px !important;
    object-fit: cover;
  }

  .logo {
    margin-left: 1px;
    width: 65px !important;
    height: 65px !important;
  }

  .headerIcons {
    font-size: 12px;
    margin-right: 15px;
  }
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.services {
  margin: 5px;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: 0px;
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 80px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(1, 3, 0, 0.6);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Facts ***/
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

/*** Courses ***/
.courses {
  min-height: 100vh;
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.courses-item .courses-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.courses-item:hover .courses-overlay {
  height: 100%;
  opacity: 1;
}

/*** Team ***/
.team-items {
  margin: -0.75rem;
}

.team-item {
  padding: 0.75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: var(--primary);
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-social {
  height: 100%;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  height: 40px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid var(--primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}

.testimonial-carousel .owl-item img {
  width: 150px;
  height: 150px;
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--light);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  background: #092139;
}

.copyright a {
  color: var(--primary);
}

.copyright a:hover {
  color: var(--light);
}

.custom-btn-2 {
  background: var(--primary);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: white;
  font-size: var(--btn-font-size);
  font-weight: bold;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  position: fixed;
  width: 200px !important;
  left: 30px;
  bottom: 90px;
  z-index: 99;
  border-radius: 25px;
}

.custom-btn:hover,
.custom-btn-2:hover {
  background: var(--light);
  color: var(--white-color);
}


.custom-btn {
  background: var(--primary);
  border: 2px solid transparent;
  border-radius: var(--primary);
  color: white;
  font-size:22px;
  font-weight: bold;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}