@media screen and (max-width: 992px) {
  .service_section {
    padding: 70px 0 0;
  }
.header {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
padding: 0px;
}

.header .logo {
padding: 0 15px;
}

.header .logo a {
font-size: 30px;
text-transform: capitalize;
color: #e91e63;
font-weight: 600;
}

.header .nav-menu {
padding: 0 15px;
}

.header .menu>.menu-item {
display: inline-block;
margin-left: 30px;
position: relative;
}

.header .menu>.menu-item>a {
display: block;
padding: 12px 0;
font-size: 16px;
color: #000000;
text-transform: capitalize;
font-weight: 600;
transition: all 0.3s ease;
}

.header .menu>.menu-item>a .plus {
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left: 5px;
pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
content: '';
position: absolute;
box-sizing: border-box;
left: 50%;
top: 50%;
background-color: #000000;
height: 2px;
width: 100%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus::before,
.header .menu>.menu-item:hover>a .plus::after {
background-color: #000000;
}

.header .menu>.menu-item>a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
color: #000000;
}

.header .menu>.menu-item>.sub-menu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 220px;
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 10px 0;
border-top: 3px solid #e91e63;
transform: translateY(10px);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}

.header .menu>.menu-item-has-children:hover>.sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.header .menu>.menu-item-has-children:hover>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item {
display: block;

}

.header .menu>.menu-item>.sub-menu>.menu-item:last-child {
border-bottom: 0px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
display: block;
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
text-decoration: none;
}

.header .open-nav-menu {
align-items: center;
cursor: pointer;
margin: 0px 0 0;
}

.header .open-nav-menu span {
display: block;
height: 2px;
width: 24px;
background-color: #1e1e1e;
position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #1e1e1e;
box-sizing: border-box;
}

.header .open-nav-menu span:before {
top: -7px;
}

.header .open-nav-menu span:after {
top: 7px;
}

.header .close-nav-menu {
height: 40px;
width: 40px;
background-color: #1e1e1e;
margin: 0 12px 15px 15px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
margin-left: auto !important;
border-radius: 4px;
}

.header .close-nav-menu img {
width: 16px;
}

.header .menu-overlay {
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
height: 100%;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}

/*home section*/
.home-section {
width: 100%;
display: block;
min-height: 100vh;
background-image: url('../images/home.jpg');
background-position: center top;
background-size: cover;
}

.logo_section {
display: none;
}

.mobile_header {
display: none;
}

.mobile_header {
display: block;
background: #fff;
padding: 8px 0px;
position: sticky;
width: 100%;
z-index: 9;
top: 0;

}

.header .menu-overlay.active {
visibility: visible;
opacity: 1;
}

.header .nav-menu {
position: fixed;
right: -280px;
visibility: hidden;
width: 280px;
height: 100%;
top: 0;
overflow-y: auto;
background-color: #fff;
z-index: 1000;
padding: 13px 0;
transition: all 0.7s ease;
}

.header .nav-menu.open {
visibility: visible;
right: 0px;
}

.header .menu>.menu-item {
display: block;
margin: 0;
}

.header .menu>.menu-item-has-children>a {
display: flex;
justify-content: space-between;
align-items: center;
}

.header .menu>.menu-item a.active {
color: #c81016;
}

.header .menu>.menu-item>a {
color: #000000;
padding: 16px 16px;
border-bottom: 1px solid #ece4e4;
letter-spacing: 2px;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}

.header .menu>.menu-item:last-child>a {
border-bottom: 0px;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
background-color: #000000;
}

.header .menu>.menu-item-has-children.active>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu {
width: 100%;
position: relative;
opacity: 1;
visibility: visible;
border: none;
background-color: transparent;
box-shadow: none;
transform: translateY(0px);
padding: 0px;
left: auto;
top: 10px;
max-height: 0;
overflow: hidden;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
padding: 8px 35px;
color: #000000;
font-size: 15px;
}

.header .close-nav-menu,
.header .open-nav-menu {
display: flex;
}

.mobile_header {
display: block;
}

header#main_header {
display: none;
}
/* .icon a {
    color: #1e1e1e;
    font-size: 20px;
} */
.icon {
    text-align: right;
}
ul.menu {
    padding: 0;
}
a.logo_middle {
    text-align: center;
    display: table;
    margin: 0 auto;
}
a.logo_middle img {
    width: 90px;
}
.banner_area {
    background: url(../images/mobile-banner.jpg) no-repeat center;
    color: #fff;
    padding: 40px 0 142px;
}
h4 {
    font-size: 22px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
}
a.hd-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 11px 40px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.banner_heading h4 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section {
    padding: 70px 0px;
}
h2 {
    font-size: 31px;
    font-weight: 700;
}
body{
    font-size: 17px;
}
.photo_section2.text-center {
    margin-bottom: 50px;
}
section.background_Section.section-bg {
    padding: 100px 0 50px;
}
#contact {
    padding: 70px 0px;
}
.footer_bottom {
    padding: 70px 0px;
    background: #1e1e1e;
}
.ftr_heading {
    margin-top: 30px;
}

 
  

  .photo_section h3 a {
    color: #fff;
    font-size: 28px;
  }
.about_area {
    background: url(../images/about-baner.webp) no-repeat top;
      background-position-x: center;
      background-position-y: top;
      background-repeat: no-repeat;
      background-size: auto;
    color: #fff;
    padding: 99px 0 78px;
  }
  .video_area{
    padding: 99px 0 78px;
  }
  section.background_Section.section-bg {
    padding: 50px 0 50px;
  }
  .photo_area{
    padding: 99px 0 78px; 
  }
  .Contact_area{
    padding: 99px 0 78px; 
  }
  .video_area {
    background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/video-baner.webp) no-repeat top;
      
  }
  .photo_area {
    background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/photo-baner.webp) no-repeat top;
  }
  .info3-content-left h2 {
    margin-bottom: 30px;
    font-size: 31px;
  }
  .innner_service_area{
    padding: 99px 0 78px; 
  }
  footer h4::after {
    display: none;
  }
  /* footer .foot-manu {
    display: flex;
   
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  } */
  footer .social-icons {
    text-align: center;
  }
  .footer h4{
    text-align: center;
  }
  footer .sm-logo a h3 {
    color: #fff;
    text-align: center;
  }
  .footer-icon a {
    display: flex;
    align-items: center;
    font-size: 25px;
    justify-content: center;
  }
  footer p{
    color: #fff;
    text-align: center;
  }
  .footer-service{
    text-align: center;
  }
  .ftr-menu{
    text-align: center;
  }
  footer h4{
    text-align: center;
  }
  footer .addres {
    text-align:center;
  }
  .video-fluid {
    width: 100%;
    height: 100%;
    position:initial;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  footer .foot-manu {
    display: flex;
    justify-content: center;
  }
 
  .hd-schedule:hover{
    background: #000;
    color: #fff;
    
  }
  .hd-schedule {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 10px 26px;
    transition: all 0.3s ease;
  }

}

@media screen and (max-width: 767px) {
  
    .overlay iframe{
        height: 300px;
    }
    .call-fixed {
      position: fixed;
      bottom: 0;
      left: 0;
     width: 100%;
      height: 60px;
      line-height: 60px;
      
      display: block;
      z-index: 1000000;
    }
    .call-fixed .col-12 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .call-fixed i {
      font-size: 18px;
      color: #fff;
    }
    .btn-sec1{
      background: #0d34fe;
      color: #fff;
    }
    .btn-sec2{
      background: #000;
      color: #fff;
    }
    .call-fixed i {
      font-size: 18px;
      color: #fff;
    }
    .btn-sec2 a{
      color: #fff;
    }
    .btn-sec2 a{
      color: #fff;
    }
    .call-fixed a {
      font-size: 18px;
      margin-left: 10px;
      color: #fff;
      transition: all 0.3s ease;
    }
    .call-fixed a:hover {
      color: #fff;
    }
    .hd-schedule {
      background: #000;
      color: #fff;
      font-size: 11px;
      padding: 10px 11px;
      transition: all 0.3s ease;
    }
    
}

@media screen and (max-width: 567px) {
  .hd-schedule {
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 10px 11px;
    transition: all 0.3s ease;
  }
    .button .hd-btn{
        margin-bottom: 15px;
    }
    .banner_area {
        background: url(../images/mobile-banner.jpg) no-repeat center;
          background-position-x: center;
          background-position-y: center;
          background-repeat: no-repeat;
          background-size: auto;
        color: #fff;
        padding: 40px 0 43px;
      }
      .photo_section .content {
        position: absolute;
        left: 49%;
        bottom: 15px;
        transform: translateX(-35%);
      }
      .photo_section h3{
        color: #fff;
        font-size: 16px;
      }
      
      .photo_section h3{
        color: #fff;
        font-size: 18px;
      }
    
    .photo_section h3 a {
    
        color: #fff;
        font-size: 18px;
    
    }
    .overlay iframe{
        height: 200px;
    }
    a.hd-btn {
      background: #fff;
      color: #000;
      font-weight: 600;
      padding: 11px 43px;
      font-size: 14px;
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
      margin: initial;
        margin-bottom: initial;
    }
    .info1-right-content-top h4 {
      color: #fff;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 24px;
    }
    .info1-right-content-btm li a {
      font-family: 'Poppins', sans-serif;
      color: #eee;
      font-size: 15px;
    }
    .info3-content-left{
      margin-top: 20px;
    }
    .footer-service {
      border-right: initial;
    }
    .photo_gallery{
      padding: 70px 0px 45px;
    }
   
    .photo_section img {
      transition: all .3s;
      height: 176px;
      object-fit: cover;
    }
    footer .foot-manu li {
      padding: 8px 0px;
        padding-right: 0px;
      padding-right: 10px;
    }
    .videos i{
      height: 80px !important;
    }
    .videos .col-sm-6{
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    
    .call-fixed a {
      font-size: 18px;
      margin-left: 5px;
      color: #fff;
      transition: all 0.3s ease;
    }
    .call-fixed i {
      font-size: 14px;
      color: #fff;
    }
    .overlay{
      height: 200px;
    }
    h3 {
      font-size: 26px;
    }
    .footer_logohere{
      margin-top:initial;
    }
    .logo-sec {
      background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../images/logo-baner.jpg') no-repeat center;
      padding: 60px 0;
    }
   
  
}
@media screen and (max-width: 420px) {
  .hd-schedule {
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 8px 4px;
    transition: all 0.3s ease;
  }
  .overlay iframe {
    height: 198px !important;
  }
 .moblie-video{
   height: 130px;
 }
 h3 {
  font-size: 26px;
}
.logo-sec a h3 {
  color: #fff;
  text-align: center;
}
.logo-sec p{
  text-align: center;
}
.logo-sec {
  background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../images/logo-baner.jpg') no-repeat center;
  padding: 60px 0;
}
a.hd-btn {
  background: #ffffff63;
  color: #000;
  font-weight: 600;
  padding: 11px 43px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: initial;
    margin-bottom: initial;
  margin-bottom: initial;
}
.service_section {
  padding: 23px 0 0;
}
#site {
  display: flex;
  flex-direction: column;
  min-height:initial !important;
}
footer {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6)) ,url(../images/logo-sec-bg.jpg) no-repeat center;
  padding: 47px 0;
}
.gallery__item__span {
  padding-left:initial;
 
}
.player {
  margin: auto;
  max-width: 80em;
  padding: 0em;
}

}

@media screen and (max-width: 320px) {
  .call-fixed a {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
    transition: all 0.3s ease;
  }
  .call-fixed i {
    font-size: 14px;
    color: #fff;
  }
  
  .hd-schedule {
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 8px 4px;
    transition: all 0.3s ease;
  }
  .moblie-video{
    height: 130px;
  }
}
