@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #fea8e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  /* ---------Moblie Call Action------------- */
  .main_header{
    display: none;
  }
  .logo img {
    width: 440px;
    margin-right: -300px;
  }
  .small {
    background: #000;
  }
  .banner_heading h1 {
    font-size: 55px;
    color: #ffffff;
  }
  section {
    padding: 50px 0px;
  }
  .img_sty::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #dda23a;
    margin: 6px;
  }
  .about_sec .about_img {
    position: relative;
    margin-top: 0;
  }
  .heading h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 6px;
  }
  .sc_skills_info .bot_con h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .sc_skills_info .top_con {
    background-color: #ffffff4d;
    color: #fff;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .contact-wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 20px !important;
  }
  .ftco-section .contact-form button {
    background: #dda23a;
    border: 1px solid #dda23a;
    padding: 14px 0px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    width: 300px;
    transition: all 0.5s ease-in-out;
    width: 100%;
  }
  .ft_menu_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  footer .ft_content .btom h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 6px;
    word-break: break-all;
    font-family: var(--theme-default-font);
}
footer .ft_content .btom h5 br{
  display: none;
}
.m-backtotop {
	width: 35px;
	height: 45px;
	font-size: 28px;
}
footer {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../image/footer-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 50px 0 40px;
	z-index: 1;
	position: relative;
}
.breadcrumb-area .breadcrumb-wrap h1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 12px;
	color: #fff;
}
.music_sec .heading{
 text-align: center;
}
.music_sec2 .heading{
 text-align: center;
}  
.about_sec  .heading{
 text-align: center;
}
.faq-sec .get-in-touch-form {
	background-color: #00000096;
	padding: 30px 20px;
	border-radius: 15px;
	margin-right: 0;
	margin-left: 0;
}

}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .banner_heading h1 {
    font-size: 45px;
    color: #ffffff;
    	margin-bottom: 7px;
}
.ft_border {
	border-left: none;
	border-right: none;
}
.banner_sec {
	background: url('../image/banner-sm.jpg') no-repeat center;
	background-size: cover;
	padding: 50px 0 260px;
  text-align: center;
}
.breadcrumb-area {
	min-height: 200px;
}

}

@media screen and (max-width: 320px) {
}
