body, html {
  margin: 0;
  font-family: "Poppins", sans-serif; }

/*.main-header {
    left: 0;
    display: block;
    position: fixed;
    top: 42px;
    width: 100%;
    z-index: 50;
    padding: 25px 60px;
}*/
/*.main-header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1600px;
}
.main-header .header-right {
    display: flex;
    align-items: center;
}*/
.main-header .header-right .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 32px;
  margin-left: 25px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  top: -7px;
  position: relative; }
  .main-header .header-right .menu-toggle.active .text:before {
    content: "Close";
    font-size: 19px; }
  .main-header .header-right .menu-toggle.active .toggle span {
    background: #fff; }
    .main-header .header-right .menu-toggle.active .toggle span:first-child {
      top: 50%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-header .header-right .menu-toggle.active .toggle span:nth-child(2) {
      width: 0 !important;
      display: none; }
    .main-header .header-right .menu-toggle.active .toggle span:nth-child(3) {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.main-header .header-right .menu-toggle .toggle {
  display: block;
  width: 40px;
  height: 15px;
  position: relative; }

.main-header .header-right .menu-toggle .toggle span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s; }

.main-header .header-right .menu-toggle .toggle span:first-child {
  top: 0; }

.main-header .header-right .menu-toggle .toggle span:nth-child(2) {
  top: 13px; }

.main-header .header-right .menu-toggle .toggle span:nth-child(3) {
  top: 25px; }

.btn {
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-color: #000000;
  border-radius: 0px;
  letter-spacing: 0px;
  font-weight: 700 !important;
  background-color: #000000;
  display: inline-block;
  font-size: 20px; }
  .btn:hover {
    color: #000000 !important;
    border-width: 3px !important;
    background-image: initial;
    background-color: RGBA(255, 255, 255, 0); }

.mobile-menu {
  width: 100%;
  height: auto;
  position: fixed;
  overflow: hidden;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: top 0.01s 0.6s, opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition: top 0.01s 0.6s, opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  top: 0%; }
  .mobile-menu .mobile-content {
    display: flex;
    align-items: stretch;
    min-height: 100%;
    justify-content: space-between;
    z-index: -999; }
    .mobile-menu .mobile-content .left-part {
      background: #fff;
      width: 50%;
      position: absolute;
      padding: 100px 50px;
      text-align: center;
      transition: opacity 0.3s linear, transform 0.5s ease-out;
      opacity: 1;
      transform: translate(-10%, -100%);
      left: 0;
      top: 0;
      height: 100vh; }
      .mobile-menu .mobile-content .left-part .img-box {
        width: 465px;
        height: 400px;
        position: relative;
        margin: 0 auto;
        z-index: 1;
        animation-duration: .7s; }
        .mobile-menu .mobile-content .left-part .img-box img {
          width: 100%;
          height: auto; }
      .mobile-menu .mobile-content .left-part .call a {
        color: #000; }
      .mobile-menu .mobile-content .left-part .default_btn a {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .21em;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
        background: #000;
        color: #fff;
        border: 3px solid #000;
        padding: 10px 25px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none;
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 20px; }
        .mobile-menu .mobile-content .left-part .default_btn a:hover {
          background: #000;
          color: #fff; }
    .mobile-menu .mobile-content .right-part {
      background: #000;
      background-size: cover;
      height: 100vh;
      width: 50%;
      position: absolute;
      padding: 100px 50px;
      transform: translate(100%, 100%);
      transition: opacity 0.3s linear, transform 0.5s ease-out;
      opacity: 1;
      right: 0;
      bottom: 0;
      padding-right: 0; }
      .mobile-menu .mobile-content .right-part .menu-toggle {
        position: absolute;
        right: 30px;
        top: 100px;
        color: #fff;
        font-size: 30px;
        z-index: 99;
        background: none;
        border: none;
        cursor: pointer;
        display: none; }
      .mobile-menu .mobile-content .right-part .mobilenav-row {
        height: 470px;
        position: relative;
        z-index: 2;
        overflow-y: auto;
        width: 100%;
        margin: 0 auto; }
      .mobile-menu .mobile-content .right-part .mobilenav-box {
        margin: 0 auto;
        padding-left: 30px; }
      .mobile-menu .mobile-content .right-part .mainnav ul ul ul {
        left: 100%;
        top: 0; }
      .mobile-menu .mobile-content .right-part .mainnav ul li {
        display: block;
        /*opacity: 0;*/ }
        .mobile-menu .mobile-content .right-part .mainnav ul li a {
          display: block;
          padding: 20px 41px;
          font-size: 23px;
          font-weight: 800;
          letter-spacing: .06em;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none; }
      .mobile-menu .mobile-content .right-part .mainnav ul ul {
        padding-bottom: 20px; }
        .mobile-menu .mobile-content .right-part .mainnav ul ul li {
          border: none;
          margin: 0; }
  .mobile-menu.active {
    z-index: -1;
    top: 0px;
    opacity: 1;
    height: 100%; }
    .mobile-menu.active .mobile-content {
      z-index: 1; }
    .mobile-menu.active .left-part {
      transform: translate(0, 0);
      transition: opacity 0.5s linear, transform 0.3s ease-out;
      opacity: 1; }
    .mobile-menu.active .right-part {
      transform: translate(0, 0);
      transition: opacity 0.5s linear, transform 0.3s ease-out;
      opacity: 1; }

.mobile-menu .mobile-content .right-part .mobilenav-row::-webkit-scrollbar {
  width: 0;
  background: transparent; }

@media screen and (max-width: 980px) {
  .mobile-menu .mobile-content .left-part .img-box {
    width: 270px;
    height: auto;
    margin: 0 0 40px; }

  .mobile-menu.active .right-part {
    padding-left: 0; }

  .mobile-menu .mobile-content .right-part .mainnav ul li a {
    padding-left: 0; }

  .mobile-menu .mobile-content .left-part .default_btn a {
    display: block; } }
@media screen and (max-width: 767px) {
  .mobile-menu .mobile-content {
    display: block;
    overflow: scroll; }

  /*.mobile-menu.active{
      overflow: scroll;
  }*/
  .mobile-menu.active .mobile-content {
    overflow: scroll; }

  .mobile-menu .mobile-content .left-part {
    height: 50vh;
    width: 100%;
    padding: 30px; }

  .mobile-menu .mobile-content .left-part .img-box {
    width: 220px;
    height: auto; }

  .mobile-menu .mobile-content .right-part {
    height: 50%;
    width: 100%;
    padding: 40px 0px;
    overflow: scroll; }

  .header-right .menu-toggle.active span span {
    background: #000 !important; }

  .mobile-menu .mobile-content .right-part .mainnav ul li a {
    padding: 10px 15px;
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
