body,html{
    overflow-x: hidden;
    position: relative;
    font-family: "Red Hat Display";
    background-color: #eceef0;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    overflow-x: hidden;
    text-align: left;
}
body{
    padding-top: 80px;
}
.medium{
    font-size: .8rem;
}
a{
    text-decoration: none !important;
}

.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.radius-10{
    border-radius: 1rem;
}
.radius-20{
    border-radius: 2rem;
}
.navbar-brand img{

    /* margin-left: 50px; */
    overflow: visible;
}
.btn{
    border-radius: 0;
}
.navbar-dark{
background: #020015 !important;
}
.navbar{
    height: 120px;
    padding: 0;
}
.nav-link{
    color: white !important;
    transition: all .2 ease-in-out;
}
.nav-link:hover{
    border: #6bf91c thin solid;
    color: white;
}
.nav-item.active .nav-link {
    color: #ff1900 !important;
    font-weight: bolder;
}
.nav-item.active .nav-link:hover {
    border: #ff1900 thin solid;
    color: #ff1900 !important;
}

.bg-pri{
    background: #020015;
}
.bg-sec{
    background: #ff1900;
}

.text-pri{
    color: #020015;
}
.text-sec{
    color: #ff1900;
}
.text-grey{
    color: rgb(167, 167, 167);
}

.services-item{
    text-decoration: none !important;
}
.services-item img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(60%);
    transition: all ease .3s
}
.services-item img:hover{
    filter: brightness(100%);
}
.services-item h5{
    color: #020015;
    font-weight: bolder;
    width:100%;
    text-decoration: none !important;
}
.services-item p{
    color: grey;
    font-weight: normal;
    font-size: smaller;
    width:100%;
    text-decoration: none !important;
}



.service-header{
    height: 400px;
    width: 100%;
    background-color: #020015;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.service-header .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;left:0;
    background-color: #0200156e;
    z-index: 2;
}
.service-header .caption{
    color:white;
    width:80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-align: center;
}
.service-header .caption h1{
    font-size: 2rem;
    font-weight: bolder;
}


.swiper {
    width: 100%;
    height: 500px;
  }

  .swiper-slide.overlay {
    text-align: center;
    font-size: 18px;
    background: #d62626;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .swiper-slide.overlay::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top,#1f1f471e,#7474fe0c);
  }
  .swiper-slide.topslide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .swiper-slide.topslide .caption{
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

  }
  .swiper-slide.topslide .caption h2,h1{
    font-weight: bolder;
    font-size: 2rem;
    color: white;

  }
  .swiper-slide.topslide .caption p{
    font-weight: normal;
    color: white;

  }

  .swiper-button-next{
    z-index: 10;
    color: white !important;
    right: 100px !important;
  }
  .swiper-button-prev{
    z-index: -1;
    color: white !important;
    left: 100px !important;
  }

  .me-end{
    margin-inline-start: auto;
  }


  #loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #ffffff;
    z-index: 99;
  }

  #loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
  }



  footer {
color: white;
  }
  footer ul{
    list-style-type: none;
    color: white;
  }
  footer ul li a{
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  footer ul li{
    transition: all ease-in-out .3s;
  }
  footer ul li:hover{
    margin-right: 10px;
  }
  .social-icons a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #020015;
    color: #D7AF47;
    line-height: 35px;
    text-align: center;
    margin: 10px;
    transition: all ease-in-out .2s;
    border: none;
  }
  .social-icons a:hover{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D7AF47;
    color: #020015;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: thin solid #020015;
  }

  .card{
    border-radius: 10px !important;
    padding: 10px !important;
    min-height: 400px;
    border-bottom: #d62626 thick solid;
  }
  .card-img-top{
    height: 250px !important;
    object-fit: cover;
    border-radius: 15px !important;
  }

  .card-title{
    font-weight: bolder;
  }


  @media screen and (max-width: 480px) {
    .swiper {
        height: 250px;
    }
  }
