/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/



.contant:hover .middle{
      height: 100%;
      opacity:0.9;
}
.middle{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cfcfcf;
    opacity:1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.button{
    border-radius: 5px;
    background-color:black;
    width:100%;
  padding: 12px 10px;
  text-align: center;
  color: whitesmoke;
  z-index: 1;
}
.button:hover{
    color: white;
}
.moredetail{
        border-radius: 5px;

    margin-top: 78px;
    width: 100%;
    height: 20%;
     color:white;
     background-color: black;
  font-size: 20px;
  position: absolute;
  font-weight: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moredetail:hover{
    color:white;
}

.data1{
	z-index: -2 !important;
}


.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    padding: 12px;
    color:white;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/*.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}*/

.top-bar .text i {
    font-size: 20px;
    color:white;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: white;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    color:white;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 100%;
    font-size: 20px;
    color:white;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

/*.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}*/

.top-bar .social a:hover {
    color:black;
    background:white;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}






@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.locations {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  font-family: 'Inter', sans-serif;
}

.locations_three_single {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: var(--border-radius);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 43px 43px 43px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.locations_three_single:hover {
  /* background: var(--thm-primary); */
  /* background: #FFC107; */
}

.locations_three_title {}

.locations_three_title h3 {
  font-size: 20px;
  /* color: var(--thm-black); */
  color: #0F52B9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.locations_three_single:hover .locations_three_title h3 {
  /* color: #ffffff; */
}

.locations_three_title p {
  margin: 0;
  padding-bottom: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.locations_three_single:hover .locations_three_title p {
  /* color: #ffffff; */
}

.locations_three_title p i {
  margin-right: 10px;
  color: #0F52B9;
}
.locations_three_contact {}

.locations_three_contact a {
  color: var(--thm-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.locations_three_single:hover .locations_three_contact a {
  /* color: #ffffff; */
}

.locations_three_contact a.mail_box {
  display: block;
  padding-bottom: 6px;
}

.locations_three_contact a.number_box {}

/* .more_details:hover{ */
  
  /* color: #e4d023; */
/* } */

/* ---------------------------------------  END CARRER----------------------------------------- */
