@media (max-width: 767px) {
  #header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.15);
  }
  #header-wrap {
    background: transparent !important;
  }
  #logo {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  #logo a.standard-logo {
    display: none;
  }
  #logo a.retina-logo {
    display: block;
  }
  #logo a.retina-logo img {
    opacity: 0;
  }
  #logo a.retina-logo::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../demos/business/images/logo-dark.png);
    background-position: center;
    width: 100%;
    height: 100%;
  }
  #content > .content-wrap {
    padding-top: 0;
  }
  #content > .content-wrap > .container {
    margin-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) {
    margin-top: 0;
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #content > .content-wrap > .container > .section:nth-child(2) {
    margin-bottom: 35px;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .col-lg-6.center.col-padding {
    padding: calc(50vw - 24px) 0px !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .col-lg-6.col-padding:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
  #content > .content-wrap > .container > .section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel .owl-stage .col-xl-8 {
    padding-left: 0;
    padding-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel .owl-stage .col-xl-4 {
    padding-right: 20px !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel .owl-stage .owl-item {
    width: calc(100vw - 30px) !important;
    margin-right: 0 !important;
  }
  #content > .content-wrap > .container > .section .row .feature-box {
    margin-left: 0;
    margin-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .col-lg-10.col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(3) .container {
    padding-left: 0;
    padding-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(3) .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(3) .topmargin-lg {
    margin-top: 0 !important;
  }
  #content > .content-wrap > .container > .section:nth-child(3) .overflow-hidden {
    height: auto !important;
  }
  #content > .content-wrap > .container > .section:nth-child(3) img.man {
    position: static !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  #content > .content-wrap > .container > .section:nth-child(3) .row {
    flex-wrap: wrap-reverse;
  }
  #content > .content-wrap > .container > .section:nth-child(3) h3.mb-0 {
    font-size: 36px !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .heading-block {
    margin-bottom: 60px !important;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel button {
    top: 36% !important;
    opacity: 0.5;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel:hover button {
    opacity: 1;
  }
  #content > .content-wrap > .container > .section:nth-child(1) .owl-carousel .owl-stage .owl-item h3 {
    margin-bottom: 10px;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .fbox-content {
    padding-left: 0;
    padding-right: 0;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .fbox-icon {
    padding-left: 0;
    width: 60px;
  }
  #content > .content-wrap > .container > .section:nth-child(2) .fbox-icon i {
    font-size: 36px;
  }
  #footer {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  #footer .footer-widgets-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer .footer-widgets-wrap .line.line-sm {
    margin-top: 15px;
  }
  #footer .footer-widgets-wrap .col-12.text-md-end {
    padding-bottom: 15px;
  }
  #header-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
