*{
    font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
.background
{
    background-image: url("../images/banner_2.webp");
    height: 55rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.transparent
{
    background-color: rgba(255, 255, 255, 0.295);
}
.blur
{
    /* backdrop-filter: blur(10px); */
    background-image: linear-gradient(90deg, #afbfff, #7997e3c2, transparent);
}
.welcome-top-text
{
    font-size: 32px;
    /* margin-top: 20rem; */
    margin-left: 10rem;
}
.welcome-text
{
    font-size: 64px;
    margin-left: 10rem;
}
.btn-custom-1
{
    background-color: #1d3137;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
    font-weight: 600;
}
.btn-custom-1:hover
{
    background-color: white;
    color:#1d3137;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
}
@media only screen and (max-device-width: 420px) {
    .background
    {
        height: 25rem;
        background-size: cover;
        background-position: center;
    }
    .welcome-top-text
    {
        font-size: 15px;
        /* margin-top: 10rem; */
        margin-left: 0rem;
    }
    .welcome-text
    {
        font-size: 30px;
        margin-left: 0rem;
        margin-top: 0rem;
    }
    .margin-large{
        margin-left: 10px !important;
    }
    .mt-perfect-2 {
        margin-top: 1.9999999rem !important;      
    }
    
}
@media only screen and (min-device-width: 1024px) {
    .mt-perfect-2 {
        margin-top: 0 !important;      
    }
}
@media only screen and (max-device-width: 768px) {
    .background
    {
        height: 25rem;
        background-size: cover;
        background-position: center;
    }
    .welcome-top-text
    {
        font-size: 15px;
        /* margin-top: 10rem; */
        margin-left: 0rem;
    }
    .welcome-text
    {
        font-size: 30px;
        margin-left: 0rem;
        margin-top: 0rem;
    }
    .phone-about-us
    {
        text-align: left !important;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px !important;
    }
    .phone-about-us-top
    {
        text-align: center !important;
        width: 100%;
        padding-right: 0 !important;
    }
    .mt-perfect-2 {
        margin-top: 1.9999999rem !important;        
    }

}
.bold
{
    font-weight: bold;
}
.blue-background
{
    background-color: #1A4663;
}
.nav-link:hover
{
    /* background-color: #e3ffa9f0; */
    background-color: #11274e;
    color:white !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #1d3137;
    transition-duration: .5s;
}
.margin-large
{
    margin-left: 10rem;
}
.middle
{
    display: flex;
    align-items: center;
}
.center-middle
{
    display: flex;
    align-items: center;
}
.m-auto
{
    margin: auto;
}



.container-overlay {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container-overlay:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mt-perfect
{
    margin-top: 1.9999999rem !important;
}
.background-image
{
    background-image: url('../images/stud.webp');
    width: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.blur-blue
{
    backdrop-filter: blur(20px);
    background-color: #00b2ff8c;
    font-weight: 900;
}
.bg-dark-custom
{
    background-color: #e7e7e7!important;
}
.card-custom:hover
{
    background-color: #1d3137;
    color: white;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.mt-perfect-2 {
    margin-top: 0px;
}
.transitional-card:hover
{
    color: white !important;
    background-color: #11274e !important;
    box-shadow: 6px 6px 0px #00000080 !important;
    transform: scale(1.03);
    transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
}
.services-background
{
    background-color: #cfb8ff;
    height: 20rem;
    display: flex;
    align-items: center;
}