/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
 
.side-menu-mobile {
  display: none;
}
.menu-mobile-width {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (max-width: 992px) {
   
  .side-menu-mobile {
    display: flex;
    height: 56px;
    background-color: #f5f5f5;
    border-bottom: 0.2px solid #707070;
    position: fixed;
    z-index: 15;
    top: 0;
  }



   
}
@media (max-width: 600px) {
  .d-xs-none {
    display: none !important;
  }
}

.button-md {
  border: 1px solid #000;
  font-weight: 700;
  font-size: 12px;
  transition: all .2s ease-in-out;
}
.button-md:hover {
transform: scale(1.1);
}

.btn-warning {
  padding-left: 15px;
  padding-right: 15px;
}


/* ===========================================
           Start   Nav bar desktop menu
=========================================== */



.nav-header {
  /*position: sticky;*/
  position: fixed;
    z-index: 999999;
    top: 0;
    background: #fff;
    width: 100%;
}


.navbar {
  display: flex;
  align-items: center;
  /*width: 100%;*/
  background-color: #fff;
  /*box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px;*/
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14), 0px 0px 5px rgba(0, 0, 0, 0.14);  
  position: relative;
  padding: 0px !important;
  background-color: #fff;
  padding-left: 30px !important;
  padding-right: 30px !important;
} 

.navbar-links {
  list-style-type: none;
  display: flex;
  margin-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444 !important;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 300px;
  background-color: #D0CBBA;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #444;
  border-top: 2px solid #fff;
  text-transform: uppercase;
}

.navbar-links li.navbar-dropdown .dropdown a:last-child {  
  border-bottom: 2px solid #fff;
}


.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
  background: #F5F5F5;
}
.navbar-links li .nav-iteam:hover {
  color: #FD8105 !important;
  cursor: pointer;
}

@media (max-width: 991.98px) { 
.nav-header {
  display: none;
 }


}

@media (max-width: 600px) {  
 

}


/* ===========================================
           End  Nav bar desktop menu
=========================================== */

 

/*--------------------------
  mobile menu
--------------------------*/

.main-menu {
  position: fixed;
  z-index: 11;
  background: #f5f5f5; 
  overflow-y: auto;
  left: 0px;
  height: 100vh;
  width: 100vw;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease;
}

.menu-hide {
  display: none;
}

.main-menu-nav {
  margin-top: 3%;
}



 



 .accordion-md-nav {
    /*max-width: 300px;*/

    background: linear-gradient(to bottom right, #FFF, #f7f7f7);
    background: #f5f5f5;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
}
.heading {
    /*color: #FFF;*/
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
    /*border-top: 1px solid #e7e7e7;*/
    /*letter-spacing: 0.8px;*/
    padding: 15px 25px;
    cursor: pointer;  
    text-transform: uppercase;
}
.heading-1 { 
    font-size: 16px;     
    font-weight: 500;
    /*letter-spacing: 0.8px; */
    cursor: pointer;  
    text-transform: uppercase;
}

.heading-1 {
  color: #000 !important;
 }

.heading:nth-last-child(2){
    border-bottom:0; 
}
.heading:hover {
    background: #fff;
    border-radius: 0;
}
.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
/*     border-top: 7px solid #f5f5f5; */
     border: solid black;
     border-width: 0 3px 3px 0;
     
    padding: 3px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

    float: right; 
    transition: all 0.5s;
    margin-top: 7px;
}
.active.heading::before {
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.not-active.heading::before {
    transform: rotate(0deg);
}
.contents {
  display: none;
  background: #f5f5f5;
  padding: 15px 25px;
  border-bottom: 1px solid #e7e7e7;
}

.contents-1 { 
  background: #f5f5f5;
  padding: 15px 25px;
  border-bottom: 1px solid #e7e7e7;
}


.nav-iteam-md {
  font-size: 16px;
  padding: 10px 0px;
  border-top:  1px solid #fff;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.contents .nav-iteam-md:last-child {
  border-bottom:  1px solid #fff;
}

.nav-iteam {
  color:  #000 !important;
}



/*============*/

.hamburger {
  top: -2px;
    left: 10%;
    width: 32px;
    height: 4px;
    background: #000;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.hamburger:before {
  top: 16px;
}

.hamburger:after {
  top: 16px;
}



/* Icon 1 */
.icon-one {
  position: relative;
  /*top: 10%;
  left: 10%;*/
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.hamburger-one:before,
.hamburger-one:after {
  content: '';
    position: absolute; 
    width: 32px;
    height: 4px;
    background: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.icon-one.active-one .hamburger-one {
  background:rgba(0,0,0,0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-one.active-one .hamburger-one:before {
  top: 8px;
  transform:rotate(45deg);
}

.icon-one.active-one .hamburger-one:after {
  top: 8px;
  transform:rotate(135deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}



@media (max-width: 992px) {
  .menu-bar-md {
    /* height: 100vh;
    width: 100vw;
    position: fixed; */
    z-index: 10;
  }
  .menu-responsive {
    height: calc(100vh - 70px);
    width: 100vw;
    background-color: #dbe9f0;
    position: fixed;
    top: 0;
  }
  .fixed-bar {
    height: 70px;
    background-color: #000;
    position: fixed;
    bottom: 5px;
    border-radius: 10px;
    width: calc(97.5vw - 10px);
    left: 10px;
    align-items: baseline;
    letter-spacing: 2px; 
    z-index: 15;
    color:  #fff; 
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px;
  }
  .menu-toggle {
    height: 79px;
    width: 79px;
    display: grid;
    place-items: center;
    background-color: #c7b375;
  }
  .fixed-bar h4 {
    font-size: 24px;
    font-family: "Mriya Grotesk";
    margin-bottom: 0px;

  }
}

@media (max-width: 600px) {
  .fixed-bar h4 {
    font-size: 18px;
  }
  .menu-responsive {
    height: calc(100vh - 50px);
  }
  .fixed-bar {
    height: 50px;
    align-items: center;
  }
  .menu-toggle {
    height: 60px;
    width: 60px;
  }
}