.menu a.logo{
    padding: 5px 0 0;
}
.down,.main_sticky{
    width: 160px;
}

  .slider_area {
    position: relative;
    clip-path: ellipse(100% 90% at 50% 0%);
  }
    
  .slider_area {
    height: calc(100vh + 40px); /* adjust if header is 80px tall */
  
  }
  .bg-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bgBlueVideo::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002768;
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlaytxt{
  position: absolute;
  left:10%;
  z-index: 1;
}
.bgAbout {
    background: url(../../assets/images/about/Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}

.bgContact {
    background: url(../../assets/images/about/contact_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}
.bgTour {
    background: url(../../assets/images/about/Tour.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}
.bgMedical {
    background: url(../../assets/images/about/Medical.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}
.bgEducation {
    background: url(../../assets/images/about/Education.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}
.accordion li a {
    background: #00247e;
    color: #fff;
    padding: 5px 20px !important;
    font-size: 16px;
}
a:not([href]):hover {
    color: orange;
    text-decoration: none;
}
.accordion a:before, .accordion a:after {
    background: #fff;
}
.accordion a.active {
    color: #ff8731 !important;
    border-top-left-radius: 20px;
}

.accordion li p {
    background: #ff8731;
    padding: 20px;
    font-size: 17px;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact_sm_area .form_box select {
    border: 1px solid #ddd;
}

.form_box select, .form_box input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #495057;
    transition: 0.5s;
}