
/*----Carousel----*/
.carousel-item{
    width: 100%;
    background-color:#000 ;
    -webkit-background-size: cover;
    background-size: cover;
    height: 20rem;
}

.carousel-item::before{

content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0.4;

}

.carousel-caption{

  bottom: 24px;
    padding-left: 195px;
    padding-right: 195px;
}

.carousel-caption h5{
  margin-top: 19px;
font-size: 57px;
font-weight: 700;
color: beige;

}
.carousel-caption p{
  margin-bottom: -2px;
  font-size: 19px;  
  top: 2rem;
  color: beige;
  font-weight: bold;
  
}
.slider-btn{
bottom: 5px;
 margin-bottom: -20px;   
}

.slider-btn .btn{
  bottom: 5px;
margin-bottom: -18px;
background-color:gold;
columns: white;
border-radius: 0%;
padding: 1.5rem 2rem;
font-size: 1rem;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 26px;
}

.slider-btn .btn-2{

background-color: aliceblue;

}


.carousel-indicators{

margin-bottom: 13px;

}
.carousel-control-next{

  text-decoration: none;
  visibility: hidden;
}
.carousel-control-prev{
  text-decoration: none;
  visibility: hidden;
}


.card-img-top{
  height: 40vh;
  width: 100%;
  object-fit: cover;
}
.card{
box-shadow: 0 1px 4px 0 rgb(0,0 0/14%);

}

.card .card-header.card-header-image{

position: relative;
padding: 20px;
z-index: 1;
margin-left: 15px;
margin-right: 15px;
margin: -30px;
border-radius: 6px;
}

.card .card-header.card-header-image img{

width: 100%;
border-radius: 6px;
pointer-events: none;
box-shadow: 0 5px 15px -8px rgb(0 0 0/24%), 0 8px 10px -5px rgb(0 0 0/20%);
margin-bottom: 10px;
z-index: 999;

}

.card-description{
color: #999;
font-family: Roboto;
font-weight: 300;

}

h4.card-title{

color: #3c4858;
font-family: Roboto;
font-weight: 300;

}

.card .card-body{

  position: relative;
}

.card .card-actions{

  position: absolute;
  z-index: 0;
  top: -50px;
  width: calc(100% -30px);
  left: 17px;
  right: 17px;
}
.card [data-header-animation=true]{
transform: translateZ(0);
transition: all .3s cubic-bezier(.34, 1.61, .7, 1);

}
.card:hover [data-header-animation=true]{

  transform: translate3d(0, -50px, 0);

}
/*----Footer----*/

body{
background: #cdd3f0;
width: 100%;
margin: 0;
padding: 0;
max-width: 100%;

}
/*----Socials----*/

.container .social{

    width: 100%;
    clear: both;
    margin-top: 50px;
    text-align: center;
    display: inline-block;
}

.container .social i{
color: #fff;
font-size: 22px;
height: 39px;
width: 39px;
border-radius: 50%;
line-height: 39px;
text-align: center;
background-color: #55acee;
max-width: 0px 5px;
display: inline-block;

}

.container .social i:hover{

color: #fff;
background-color: #ececee;
transition: 1s ease;
transform: rotate(360deg);

}

.container .social a{

    display: inline-block;}

    
/*---body---*/

    body{

        background: #cdd3f0;

    }

    .container .title{
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
      
      
      }
      .video{
          text-decoration:none;
      }
      .video2{
          text-decoration:none;
      }
      
      .container .title h1{
      
        text-transform: uppercase;
        font-size: 35px;  
        color: #2f3136;
      
      }
      
      .container .title h1::after{
      content: "";
      height: 5px;
      width: 100px;
      background-color: #5c5ba3;
      border-radius: 25px;
      display: block;
      margin: auto;
      }

      .mission{
        font-size: 18px;
        font-weight: 500;
      }
      .phrase{
        color:#355874;
      }

/*----Navbar----*/
