
body {
  background-color: #fff;
  font-family: "Nekimport";
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
  font-size: 1rem;

}

@font-face {
  font-family: 'Nekimport';
  src: url('../fonts/nek.ttf') format("OpenType"),
      url('../fonts/nek.ttf') format("trueType"),
      url('../fonts/nek.woff') format("woff"),
      url('../fonts/nek.woff2') format("woff2");
}

.no-padding {
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Nekimport";
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
}

.mu-readmore-btn {
  background-color: #db000f;
  border: 2px solid #db000f;;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  padding: 13px 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-outline-light{
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus{
  background-color: #fff !important;
  color: #db000f !important;
}

.btn-outline-light:hover polygon {
  fill: #db000f;
}

.mu-top-slider-content .mu-readmore-btn{
  margin-left: 15px;
  margin-right: 15px;
}

.mu-readmore-btn:hover{
  background-color: #ef0616; 
}

.mu-readmore-btn:hover, 
.mu-readmore-btn:focus {
  color: #fff;
}

.mu-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-browsmore-btn:hover, 
.mu-browsmore-btn:focus {
  color: #fff;
}

.mu-send-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-send-btn:hover, 
.mu-send-btn:focus {
  color: #000;
}

.navbar-nav .nav-item{
  margin-left: 12px;
  margin-right: 12px;
}

.navbar-nav .nav-link{
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .91rem;
}

.navbar-right .navbar-nav{
  margin-right: 30px;
}


/* Video Banner */
.video-banner {
  position: relative;
  width: 100%;
  height: 100vh; /* Full height of the viewport */
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills the container */
  z-index: 1;
}

/* Overlay with Transparent Gradient */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #094b5dcf 0%, #581920 50%, #094b5dcf 100%); 
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.banner-heading {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.banner-subheading {
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .banner-heading {
    font-size: 2rem;
  }

  .banner-subheading {
    font-size: 1.2rem;
  }
}

.company-section {
  background-color: #f8f9fa; /* Light gray background */
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  align-items: center;
}

.company-content {
  flex: 1 1 100%; /* Full width on smaller screens */
  max-width: 600px;
}

.company-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.company-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.company-image {
  flex: 1 1 100%; /* Full width on smaller screens */
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .company-container {
    flex-direction: row; /* Switch to row layout on larger screens */
  }
  

  .company-content {
    flex: 1 1 50%; /* Take 50% width on larger screens */
  }

  .company-image {
    flex: 1 1 50%; /* Take 50% width on larger screens */
  }
}

/*==================
 HEADER SECTION
====================*/

#mu-header {
  background-image: linear-gradient(90deg, rgb(0 0 0 / 9%) 50%, #0000003d 100%);
  border-bottom: 1px solid #72727275;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

/* #mu-header::before{
  content: "";
  background-color: #db000f26;
  position: absolute;
  right: 0;
  width: 320px;
  bottom: 0px;
  height: 130px;
} */

.header-logo{
  max-width: 120px;
}

/*==================
 HEADING SECTION
====================*/

section.heading-section {
  padding: 100px 0 100px;
  position: relative;
  background-color: #372f74 !important;
  display: inline-block;
  width: 100%;
}

.pages-header-wrap{
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  background: linear-gradient(90deg, rgb(238 238 238) 0%, rgba(255, 235, 235, 1) 50%, rgb(180 195 203) 100%);
}

.inner-wrap-top{
  padding: 30px;
  top: -70px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1) !important;
    padding: 2rem 3rem;
    background-color: #fff;
    border-radius: .6375rem;
}

.inner-wrap-top .about-wrap{
  margin: 0px;
  width: 100%;
  max-width: 100%;
  box-shadow: none !important;
}

.inner-wrap-top .about-wrap .about-left{
  padding: 60px 40px 60px 0;
}

.mission-wrap{
  background: #e2f8ea;
    border-radius: 6px;
    overflow: hidden;
    padding: 35px 25px;
    margin-top: 0px;
    height: 100%;
}

.vision-wrap{
  background-color: #d4eaff;
}

.check-details{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  font-size: 1.1rem;
  margin-top: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #372f74; /* Slight overlay */
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none; /* Prevents interfering with hover */
  padding: 10px 15px;
}

.product-right-list .info-box-s1{
 overflow: hidden;
}

.product-right-list .info-box-s1:hover .check-details {
  opacity: 1;
  pointer-events: all;
}

.check-details p{
  margin-bottom: 0px;
}

.product-right-list .info-box-s1 .content{
  padding: 10px 20px !important;
}

.product-right-list .info-box-s1 h4{
  text-align: center !important;
}

.mfn-list .mfn-list-item {
  display: flex;
  position: relative;
  padding: 7px 0;
  align-items: center;
  justify-content: flex-start;
}

.mfn-list-item .mfn-list-desc {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #16182D;
}

.mfn-list .mfn-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  margin-right: 15px;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50% 50% 50% 50%;
  background-color: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Get-ExpertSupport{
  background-color: #F4F4F4 !important;
  background-image: none !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.check-details .check-details-btn{
  display: inline-block;
  border: 1px solid #797979;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  color: #797979;
}

.heading-section>.container{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mu-top-slider-content {
  position: relative;
  z-index: 10; /* or any high value */
}

.mu-top-slider-content .mu-slider-title{
  font-size: 3.4rem;
    line-height: normal;
    text-transform: capitalize;
}

.mu-readmore-btn {
  pointer-events: auto;
}


section.heading-section h2 {
  font-size: 2.3rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 0px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin-bottom: 0px;
}

section.heading-section p {
  font-size: 1rem;
  color: #fff;
}

.aboutus-section {
  display: inline-block;
  background: #e1e1e1;
  width: 100%;
  position: relative;
  z-index: 2;
}

.nek-breadcrumb li{
  color: #ddd;
  margin: 5px 0;
}

.nek-breadcrumb li a{
  color: #799cff;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #a398f9;
}

.about-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  padding: 0;
  width: 90%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 3px #1e293b26 !important;
  border-radius: 6px !important;
  margin-top: 10px;
  margin-bottom: -90px;
}

.about-left{
  -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1;
   width: 50%;
   margin-right: 0;
   padding: 50px;
}

.about-left .mu-title{
  text-align: left;
}

.about-right{
  background-image: url(../img/about-1200x800.jpeg);
  background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  min-height: 1px;
  mix-blend-mode: unset !important;
}

/*==================
 NAVBAR SECTION
====================*/
.mu-main-navbar {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav {
  font-family: "Nekimport";
}

.mu-main-navbar .mu-main-nav li a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: 16px;
  height: 34px;
  width: 180px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
  margin-top: -10px;
}


.mu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  display: none;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
  background-color: #ce0f20;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	SLIDER SECTION
====================*/

#mu-slider {
  display: inline;
  float: left;
  margin-top: 67px;
  width: 100%;
  position: relative;
}

.mu-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-top-slider .mu-top-slider-single:after {
  /* background-color: rgba(0, 0, 0, 0.35); */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.mu-top-slider .mu-top-slider-single img {
  width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
  position: absolute;
  left: 15%;
  top: 25%;
  right: 15%;
  text-align: center;
  z-index: 99;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}


.accordion-button{
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px 4px 0px 0px !important;
}

.accordion-button::after{
  display: none;
}

.accordion-item.shadow{
  box-shadow: 0 0 #0000, 0 0 #0000,
  0 0 #0000, 0 0 #0000, 0 0 14.04948px 0 rgba(29, 29, 29, 0.1) !important;
  border-radius: 6px !important;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
  font-family: "Nekimport";
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
  color: #fff;
  font-size: 3.6rem;
  line-height: 67px;
  padding: 5px 23px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title .hg_text{
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(310deg, #b4ba24, #f9004d);
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 10px 140px;
  line-height: 26px;
}

.mu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
  color: #888;
}

.mu-top-slider .slick-prev:hover, 
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
  color: #fff;
}

.mu-top-slider .slick-prev:hover::before, 
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
  color: #fff;
}

.mu-top-slider .slick-prev {
  left: 20px;
}

.mu-top-slider .slick-next {
  right: 20px;
}

.mu-top-slider .slick-dots {
  bottom: 20px;
}

.mu-top-slider .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #fff !important;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover{
  background-color: #ce0f20 !important;
  border: 2px solid #ce0f20 !important;
}

.mu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}

.card-faq{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 144px;
}

.card-faq h3{
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-faq p{
  margin-bottom: 0px;
}

.faq_row .col-sm-6{
  height: 100%;
}

/*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0;
}

.mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-about-us-right {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 15px;
  width: 100%;
}

.mu-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.mu-about-us-left {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 15px;
  width: 100%;
}

.mu-title {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.mu-title .mu-subtitle {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 30px;
  color: #ce0f20;
}

.mu-title h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}

.bd-newsletter {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 .15rem 1.75rem #21283226;
  padding-top: 100px;
    padding-bottom: 100px;
}

.bd-newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gradient_section {
  background: rgb(152, 225, 252);
  background: linear-gradient(90deg, rgb(238 238 238) 0%, rgba(255, 235, 235, 1) 50%, rgb(180 195 203) 100%);
  padding: 40px 0px;
}



/*==================
 COUNTER SECTION
====================*/

#mu-counter {
  background-attachment: fixed;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.mu-counter-overlay {
  background-color: #e3e9f3;
  display: inline;
  padding: 0px 0 30px 0px;
  float: left;
  width: 100%;
}

.mu-counter-area {
  display: inline;
  float: left;
  width: 100%;
}


.mu-counter-nav li:last-child {
  border-right: none;
}

.mu-counter-nav li .mu-single-counter {
  color: #fff;
    display: inline;
    float: left;
    padding: 25px 0;
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
    z-index: 1;
    border-radius: 6px;
    background: #0a152f;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mu-counter-nav li .mu-single-counter span.vertical_heading {
  font-size: 1rem;
  color: #ff9e90;
  position: relative;
  z-index: 1;
}

.mu-counter-nav li .mu-single-counter h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.mu-counter-nav li .mu-single-counter h3 span {
  font-size: 2rem;
    font-weight: 700;
}

.mu-counter-nav li .mu-single-counter h3 sup {
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
}

.mu-counter-nav li .mu-single-counter p {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}


.abt-bg {
  background-color: #fff;
  border-radius: 25px;
  padding: 0px;
  transition: all 0.3s;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-body-2 {
  padding: 30px;
}

.about-img {
  max-width: 100%;
  width: 100%;
}

.align-center {
  align-items: center;
}

/*==================
 CONTACT SECTION
====================*/

#mu-contact {
  background-color: #f2f6fd;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.mu-contact-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-contact-content {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.mu-contact-left {
  display: inline;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  padding-right: 20px;
}

.mu-contact-left .form-group {
  margin-bottom: 25px;
}

.mu-contact-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.mu-contact-form input[type="text"],
.mu-contact-form input[type="email"] {
  color: #000;
  border-radius: 0;
  height: 40px;
}

.mu-contact-form input[type="text"]:focus,
.mu-contact-form input[type="email"]:focus {
  box-shadow: none;
}

.mu-contact-form textarea {
  color: #000;
  border-radius: 0;
  padding: 10px;
}

.collapse.navbar-collapse {
  justify-content: space-between;
  align-items: center;
}

.left-side-nav,
.navbar-right{
  display: flex;
  align-items: center;
}

#et-info-phone {
  line-height: 30px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

#et-info-phone a{
  color: #fff;
}

.mu-top-slider2::before{
  background-image: linear-gradient(180deg, rgb(2, 9, 37) 60%, rgb(105, 3, 28) 99%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .75;
  content: "";
  right: 0;
  bottom: 0;
}

.trin-trin{
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #db000f;
  padding: 0px 3px;
  position: relative;
  top: 7px;
  font-size: 1.8rem;
}


@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}

.mu-contact-form textarea:focus {
  box-shadow: none;
}

.mu-contact-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
  background-color: #f3f3f3;
  padding: 40px;
  height: 100%;
  color: #333;
}

.mu-contact-right .mu-contact-widget {
  display: inline;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.mu-contact-right .mu-contact-widget h3 {
  margin-top: 0px;
  padding-bottom: 10px;
  display: inline-block;
}

.mu-contact-right .mu-contact-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
}

.mu-contact-right .mu-contact-widget address {
  margin-top: 20px;
}

.mu-contact-right .mu-contact-widget address p {
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #0f55b7;
}

.mu-contact-right .mu-contact-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.mu-contact-right .mu-contact-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}

#form-messages {
  margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

#video-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/bg-map.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
  display: block;
    float: left;
}

.video-1-holder {
  background-color: #fff;
  margin: 0 5%;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#video-1 .video-txt {
  padding-right: 35px;
}

/*==================
 MAP SECTION
====================*/

#mu-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
}

#mu-map iframe {
  width: 100%;
  height: 100%;
}


.product-section{
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
  background-color: #e1e1e1;
}

.home-product-section{
  padding-top: 0px;
  margin-top: 0px;
}

.home-product-section>.container{
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1) !important;
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: .6375rem;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.info-box-s1 {
  text-align: center;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.175);
  padding: 0px;
  box-sizing: border-box;
  /* box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 
  0 0.25rem 0.5rem rgba(0, 0, 0, 0.14); */
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 2rem;
  margin-bottom: 15px;
}

.info-box-s1 img{
  border-radius: 2rem; 
}

.info-box-s1:hover .check-details-btn{
  background-color: #ce0f20;
  border: 1px solid #ce0f20;
  color: #fff;
}

.black-bg-s{
  padding-top: 60px;
    padding-bottom: 60px;
    background-color: #16182D;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.list-unstyled{
  list-style: inside;
}

.lb-kg-box{
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin: 10px 0px;
  justify-content: flex-start;
    align-items: center;
}

.icon-lbkg{
  background-color: #f5f5f5;
  border-radius: 100px;
  margin-right: 20px;
}

.icon-lbkg-right h4{
margin-bottom: 0px;
}

.icon-lbkg-right p{
  margin-bottom: 0px;
}

.icon-lbkg img{
  max-width: 80px;
  height: 80px;
}

.elementor-widget-container{
  max-width: 500px;
  margin: 20px auto;
}

.elementor-widget-container table{
  width: 100%;
  display: table;
  visibility: visible;
}

.beleasing2-table td {
  border-width: 0px 0px 1px 0px;
  text-align: left;
  border-bottom:1px solid rgba(0, 0, 0, .09);
  padding:8px 10px;
}

.details-spec{
  margin-top: 10px;
  padding-left: 20px;
}

.details-spec li{
  margin-bottom: 15px;
  list-style: outside;
}

.application-box{
  padding:35px 20px;
  text-align: left;
  overflow: hidden;

}

.beleasing2-customtd2 {
  font-weight: 700;
}

.application_numaric{
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
  border-radius: 0px 0px 0px 20px;
  line-height: 32px;
  top: -1px;
  right: 12px;
  display: block;
  background: #e4e4e4;
}

.footer-link{
  margin: 0px 0px;
}

.footer-link li{
  display: block;
  margin: 2px 10px; 
}

.footer-link li a{
  padding: 8px 0px;
  color: #fff;
  display: inline-block;
}

.footer-link li a:hover{
  text-decoration: underline;
}

.beleasing2-customtd1 {
  color: #16182D;
  font-weight: 700;
}

.info-box-s1 .content{
  padding:10px;
}

.info-box-s1 .content h4{
  font-weight: 600;
  font-size: 1.15rem;
}

.info-box-s1:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-color: #372f74;

}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(310deg, #7928ca, #f9004d);
}

.product-sidebar-left{
  /* box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1) !important; */
  border-radius: .4375rem 0px 0px .4375rem!important;
  width: 100%;
  max-width: 24rem;
  background-color: #dfe9f0;
  padding: 1.875rem 0px;
  min-height: 400px;
  height: 100%;
}

.product-right-list{
  padding: 1.875rem;
  padding-left: 10px;
  padding-right: 2rem;
}

.product-sidebar-left h4{
  padding: 0px 15px;
}

.product-sidebar-left li{
  padding: 0 15px;
  border-bottom: 1px solid #c6d9e7;
  position: relative;
}

.product-sidebar-left li:after{
  position: absolute;
  content: '';
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e2edf6;
}

.product-sidebar-left li a{
  display: block;
  padding:14px 5px;
}

.faq-section{
  padding: 60px 0px;
  background-color: #f7faff;
  display: inline-block;
  width: 100%;
}

.info-box-s1 .content p{
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}


.right_nav {
  right: 0;
  bottom: 50%;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 9;
  /* background-color: #3c9ba6; */
  border-radius: 25px 0 0 25px;
  transform: translateY(50%);
}

.right_nav li {
  background: #0656ad;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  border-radius: 50px 0 0 50px;
  right: -136px;
  width: 198px;
  transition: right 0.5s ease;
}

.right_nav li:hover{
  right: 0px;
}

.right_nav li .iconBox {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.iconbox_icon{
  width: 45px;
  height: 45px;
  background-color: white;
  color: #0656ad;
  border-radius: 50%;
  padding: 7%;
  display: inline-block;
  font-size: 1.3rem;
}

.right_nav li h4 {
  color: #fff;
  font-size: 1rem;
  margin: 2px 0;
  margin-left: 10px;
}

.right_nav li h4 a{
  color: #fff;
}

.grid-wrapper {
	display: grid;
	grid-gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(32%, 2fr));
	grid-auto-flow: dense;
}
/* Main CSS */
.grid-wrapper > div {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(22, 24, 29);
    padding: 20px;
    box-shadow: 0 0 14.04948px 0 rgba(29, 29, 29, 0.15);
    border-radius: 40px;
    color: #fff;
    font-size: 1rem !important;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1);
    border: 1px solid rgb(129, 136, 152);
    padding: 31px 32px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.grid-wrapper > div:hover {
  z-index: 2;
  -webkit-transition: all .2s ease-in;
  -webkit-transform: scale(1.08);
  -ms-transition: all .2s ease-in;
  -ms-transform: scale(1.08);
  -moz-transition: all .2s ease-in;
  -moz-transform: scale(1.08);
  transition: all .2s ease-in;
  transform: scale(1.08);
}

.grid-wrapper > div .mu-testimonial-single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.grid-wrapper > div .mu-testimonial-info {
  text-align: center; 
  margin-bottom: auto; 
  padding-top: 0px;
}

.grid-wrapper > div .mu-testimonial-info::before{
  content: "\f10e";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 24px;
    color: #46d8c1bd;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -30px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}


.grid-wrapper > div .mu-testimonial-bio {
  text-align: center;
  margin-top: auto;
  border-top: 1px solid #d4d4d4;
  padding-top: 15px;
}

.grid-wrapper > div .mu-testimonial-bio p{
  margin-bottom: 0px;
  font-size: 1.25rem;
}

/*==================
  TESTIMONIAL SECTION
====================*/

#mu-client-testimonial {
  background: linear-gradient(287deg, rgba(213, 65, 226, 0.1) 8.73%, rgba(213, 65, 226, 0) 50.04%), radial-gradient(112.74% 70.32% at 7.01% 8.24%, rgba(100, 218, 255, 0.2) 0%, rgba(100, 218, 255, 0.05) 47.87%, rgba(100, 218, 255, 0) 100%), radial-gradient(57.44% 56.58% at 67.5% 61.03%, rgba(15, 255, 212, 0.25) 0%, rgba(15, 224, 246, 0.25) 0.01%, rgba(15, 224, 246, 0.22) 18.23%, rgba(15, 169, 255, 0.09) 100%), rgb(8, 12, 24);
  display: inline;
  float: left;
  width: 100%;
  padding: 60px 0;
}



#mu-client-testimonial .mu-title h2 {
  color: #fff;
}

.mu-client-testimonial-area {
  width: 100%;
  text-align: center;
}

.mu-testimonial-content {
  display: flex;
  width: 100%;
  background-color: #fff;
  max-width: 800px;
  margin: 10px auto;
  border-radius: 1rem;
  margin-left: auto;
  border-top: 10px solid #0fbfbf;
}

.testimonial-content-wrap{
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single {
  display: inline;
  float: left;
  padding: 80px 100px 20px;
  position: relative;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p:before {
  content: '\f10e';
  font-family: fontAwesome;
  font-size: 50px;
  left: 1%;
  position: absolute;
  text-align: center;
  top: -50px;
  opacity: 0.8;
  width: 100%;
  z-index: -10;
  color: #c70919;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio {
  color: #333;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-width: 175px;
  padding-top: 10px;
}

.mu-testimonial-slider .slick-dots {
  text-align: center;
}

.mu-testimonial-slider .slick-dots li {
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-testimonial-slider .slick-dots li button {
  display: none;
}


/*==================
 parallax SECTION
====================*/


.parallax-sec {
  width: 100%;
  min-height: 440px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.parallax-sec .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  background-image: url("../img/paralax-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  bottom: 0;
  top: 0;
  min-height: 300px;
}

.webstuff3 .overlay2 {
  background-image: linear-gradient(180deg, rgb(2, 9, 37) 60%, rgb(105, 3, 28) 99%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .6;
}

.apply-form{
  position: relative;
  color: #fff;
}

.apply-form h4{
  font-size: 2.5rem;
  padding-top: 170px;
  text-transform: capitalize;
  font-weight: 700;
}

.product-btn{
  padding: 15px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*==================
 FOOTER SECTION
====================*/

#mu-footer {
  background-color: #071a3d;
  display: inline;
  float: left;
  padding: 50px 0 40px;
  width: 100%;
}

.mu-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
}

.mu-footer-area p>i{
  color: #0f55b7;
  margin-right: 12px;
  width: 22px;
  text-align: left;
  font-size: 1.1rem;
}

.mu-footer-area h4{
  text-transform: uppercase;
  color: #bababa;
  margin-bottom: 20px;
}

.mu-footer-social {
 text-align: left;
}

.mu-footer-social a {
  background-color: rgb(255 255 255 / 16%);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 47px;
  margin: 5px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-footer-social a:hover{
  background-color: #ce0f20;
}

.mu-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
}

.mu-footer-copyright p {
  font-family: "Nekimport";
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.mu-footer-copyright p a {
  color: #fff;
}


/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 80px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 55px;
    line-height: 70px;
  }

  .mu-reservation-content {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 50px;
  }

  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
    padding: 23px 5px;
  }

  .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  padding-top: 26%;
  }

  
}


@media (max-width: 991px) {


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .mu-top-slider-content .mu-reservation-btn {
    display: none;
  }

  .mu-about-us-left,
  .mu-reservation-form {
    text-align: center;
  }
  
  .mu-reservation-right {
    margin-top: 60px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    margin-top: 50px;
    padding: 0;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 22%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 60px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
    top: 40%;
  }


}


@media (max-width: 767px) {

  #mu-header {
    padding: 0 15px;
  }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
  }

  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .mu-main-navbar .mu-main-nav {
    background-color: #fff;
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

  #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
  }
   
}


@media (max-width: 640px) {
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 50px;
    line-height: 75px;
  }

 .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 18%;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 18%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .mu-top-slider .slick-dots {
    display: none !important;
  } 

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
   top: 20%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    display: none;
  }
 
  .mu-reservation-content p {
    padding: 0;
  }


  .mu-title {
    margin-bottom: 0;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #mu-subscription .mu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
    width: auto;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
    width: 100%;
  }

   #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 30%;
  }

  #mu-map {
    height: 350px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }
  
  
}

@media (max-width: 360px) {

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 12px;
  }

  #mu-about-us {
    padding: 100px 0 50px;
  }

  #mu-restaurant-menu {
    padding-bottom: 0px;
  }

  #mu-reservation .mu-reservation-area .mu-reservation-content {
    padding: 0;
  }

  .mu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .mu-title h2 {
    font-size: 28px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    text-align: center;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
    text-align: left;
  }

  #mu-contact {
    padding: 100px 0 50px;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 27%;
  }

  #mu-footer .mu-footer-area .mu-footer-social a {
    font-size: 18px;
  }

  .mu-menu-item-nav li {
    text-align: center;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

  #mu-map {
    height: 250px;
  }

  .mu-contact-form .mu-send-btn {
    width: 100%;
  }

}


@media (max-width: 320px) {

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 25.5%;
  }

  
}
