@media (max-width: 1199px) {
  .purches-btn-sm {
    display: block !important;
    margin-top: 50px;
  }
  header .header-area .main-nav ul {
    margin: 0;
    list-style: none;
    margin-left: 0 !important;
  }
  .hamburger {
    display: block !important;
    position: relative;
    width: 40px !important;
    height: 30px !important;
    margin: 2.8rem 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  .hamburger:focus {
    border: 3px solid transparent !important;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0 !important;
    height: 2px;
    content: "";
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-nav > ul > li > a {
    font-size: 1.4rem !important;
    color: #fff !important;
    line-height: 35px;
    margin: 10px 0;
  }
  header .header-area .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-area .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
  .main-nav ul > li a:hover {
    background: transparent;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background: #fff !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger span.h-top {
    top: 0;
  }
  .hamburger span.h-bottom {
    bottom: 0.2rem;
    width: 27px;
  }
  .hamburger span.h-middle {
    top: 50%;
    margin-top: -0.3rem;
    width: 25px;
  }
  .hamburger.h-active span {
    width: 80%;
  }
  .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  .main-nav.slidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-nav > ul {
    float: none;
    padding: 25px 10px;
    margin-top: 5rem !important;
  }
  .main-nav > ul > li.has-child-menu:after {
    content: none;
  }
  .main-nav > ul > li > a:after {
    content: none;
  }
  .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-area .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 10px 0;
  }
  .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
  .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  li a.active {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
  }
  li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #fff;
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .demo-footer-arae .footer-top h2 {
    font-size: 45px;
  }
  .demo-footer-arae .footer-top h5 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}

/* Medium Layout: 1280px. */
/* Tablet Layout: 768px. */
/* Wide Mobile Layout: 480px. */
/* Tablet & Mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
  .demo-footer-arae .footer-top h2 {
    font-size: 36px;
  }
  .demo-footer-arae .footer-top h5 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .feature-area .feature-head h2, .damo-area .demo-head h2 {
    font-size: 40px;
  }
  .demo-banner-area .demo-banner-main-wrap {
    min-height: 800px;
  }
  .feature-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .feature-grid .single-freature h5.feature-title {
    font-size: 16px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .demo-banner-area .demo-banner-main-wrap {
    min-height: 700px;
  }
  .feature-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid .single-freature h5.feature-title {
    font-size: 16px;
  }
  .feature-area .feature-head ul.feature-list li::before {
    display: none;
  }
  .feature-area .feature-head ul.feature-list li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .demo-footer-arae .footer-top h2 {
    font-size: 28px;
  }
  .demo-footer-arae .footer-top h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .demo-banner-area .demo-banner-main-wrap {
    min-height: 650px;
  }
  .demo-btn-lg-d, .demo-btn-lg {
    font-size: 14px;
    padding: 12px 50px;
  }
  .feature-area .feature-head h2, .damo-area .demo-head h2 {
    font-size: 34px;
  }
  .feature-grid .single-freature h5.feature-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .feature-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .feature-area .feature-head ul.feature-list li {
    font-size: 12px;
  }
}
/*# sourceMappingURL=responsive.css.map */