
                

.program-img1{
    width:auto !important;
    height:auto !important;
}
    
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.program:hover .image {
  opacity: 0.7;
}
.program:hover .middle {
  opacity: 1;
}

.program-img1 {
  cursor: pointer;
  height: 305px;
  perspective: 600;
  position: relative;
  width: 255px;
}

.programmes{
    text-align: center;
}

.input-field {
    border-bottom:1px solid rgb(65, 67, 71) !important;
    background-color:#fff !important;
}

.navbar .navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: 95px !important;
} 

.navbar-right {
    padding: 20px 0 0 32px;
}                                                                                               
.navbar-brand img {
    height: 100%;
} 

.heading-line {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    border-top: 0px #fb780b solid;
    margin-top: 0px;
    padding-top: 40px;
}

h1, h2, h3, h4, h5 {
    font-family: Poppins !important;
    /*font-weight: bolder !important;*/
}

p {
    font-family: Montserrat !important;
    line-height: 32px !important;
}

.content-2 .bg-img .overlay {
    opacity: 1;
}

.bg-img-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    border-radius: 10px;
}

.curves {
    border-radius: 10px;
    border: 3px solid #fb780b;
}

.navbar .dropdown-menu {
    border-radius: 10px;
    /*background-color: #fb780b;
    background-color: #ff8b17;*/
    background-color:#3e3e3e;
    color : #ffffff;
}

.content-2 .bg-img .overlay {
    background-color: rgb(0 0 0 / 25%) !important;
}

/*gallery*/
.masonry_item .placeholder {
    height: 300px; /* choose your preferred height */
    overflow: hidden;
}

.masonry_item .placeholder img {
    width: 100%;
    height: 300px; /* same as container */
    object-fit: cover;
    display: block;
}