@media only screen and (max-width: 1300px) {
  .referances-area.home-referances.inner {
    overflow: hidden;
  }
  .contact-form {
    overflow: hidden !important;
  }
  header .header-inner {
    width: 95% !important;
  }
  header .header-inner .menu li > a {
    padding: 9px 0.7vw;
    font-size: 13px;
    transition: 0.3s;
  }
  header .header-inner .logo img {
    transition: 0.3s;
    height: 40px;
  }
}
@media only screen and (max-width: 840px) {
  header .header-inner .menu li > a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
  .content-subsribe .content-subsribe-inner .subscription-area > div {
    flex-direction: column;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-inner-mobile {
    display: block;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1490196078);
  }
  header .header-inner-mobile .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner-mobile .mobile-header .mobile-header-logo img {
    height: 28px;
  }
  header .header-inner-mobile .mobile-header #open-mobile-menu {
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.5);
  }
  header .header-inner-mobile .mobile-header #open-mobile-menu svg {
    pointer-events: none;
  }
  header .header-inner-mobile .mobile-header #mobile-search {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
  }
  header .header-inner-mobile .mobile-header #mobile-search svg {
    pointer-events: none;
  }
  header .header-inner-mobile .mobile-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: -10vw;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
    background: #111418;
    z-index: 99999;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 10%;
  }
  header .header-inner-mobile .mobile-menu #close-mobile-menu {
    overflow: scroll;
    max-height: 68vh;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    margin-left: auto;
    display: block;
    padding: 10px;
  }
  header .header-inner-mobile .mobile-menu #close-mobile-menu svg {
    width: 35px;
    height: 35px;
  }
  header .header-inner-mobile .mobile-menu .mobile-logo {
    display: block;
    margin-top: -10px;
    margin-bottom: 40px;
  }
  header .header-inner-mobile .mobile-menu .mobile-logo img {
    width: 44%;
    max-width: 230px;
  }
  header .header-inner-mobile .mobile-menu ul.menu {
    overflow-y: scroll;
  }
  header .header-inner-mobile .mobile-menu ul.menu > li > a, header .header-inner-mobile .mobile-menu ul.menu li .hasSubMenuMob {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 0px;
    transition: 0.1s;
    font-weight: 300;
    display: flex;
    align-items: center;
    grid-gap: 5px;
  }
  header .header-inner-mobile .mobile-menu ul.menu > li > a:active, header .header-inner-mobile .mobile-menu ul.menu > li > a:focus, header .header-inner-mobile .mobile-menu ul.menu > li > a:hover {
    color: #0b9180;
  }
  header .header-inner-mobile .mobile-menu ul.menu i {
    transition: 0.1s;
  }
  header .header-inner-mobile .mobile-menu ul.menu .submenu {
    display: none;
    text-indent: 20px;
    margin-top: -19px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  header .header-inner-mobile .mobile-menu ul.menu .submenu a {
    text-decoration: none;
    color: #bdbdbd;
    font-size: 15px;
    display: block;
    transition: 0.1s;
    font-weight: 300;
    line-height: 2;
    text-indent: 0;
    padding-left: 22px;
  }
  header .header-inner-mobile .mobile-menu ul.menu .submenu a:active, header .header-inner-mobile .mobile-menu ul.menu .submenu a:focus, header .header-inner-mobile .mobile-menu ul.menu .submenu a:hover {
    color: #fff;
  }
  header .header-inner-mobile .mobile-menu .socialbtns-mobile {
    margin: 0;
    padding: 5px 0 !important;
  }
  header .header-inner-mobile .mobile-menu .socialbtns-mobile ul {
    margin: 0 !important;
    padding: 5px 0 !important;
  }
  header .header-inner {
    display: none;
  }
  header .mobile-menu.active {
    right: 0 !important;
    opacity: 1 !important;
    pointer-events: all;
  }
  header.header-sticky .header-inner-mobile .mobile-header {
    height: 50px;
  }
  .slider .slider-inner .swiper-controls {
    display: none;
  }
  .slider .slider-inner .Swiper .swiper-slide .swiper-slide-inner .main-slider-img {
    width: 50vw;
    height: 90%;
    object-fit: contain;
  }
  .slider .slider-inner .Swiper .swiper-slide .swiper-slide-inner h5 {
    font-size: 4vw;
  }
  .slider {
    height: 20vh;
  }
  .slider .slider-inner .slider-banner {
    display: none;
  }
  .slider .slider-inner .Swiper .swiper-slide .swiper-slide-inner > div {
    margin-bottom: 0px;
  }
  .button-primary {
    font-size: 3vw;
  }
  .categories {
    padding: 20px 0;
  }
  .categories .categories-inner .category-type .category-title p {
    font-size: 3vw;
  }
  .categories .categories-inner .category-type .category-title span {
    font-size: 2.5vw;
  }
  .categories .categories-inner .category-type .category-title span {
    margin-top: 5px;
  }
  .categories .categories-inner {
    grid-gap: 10px;
  }
  .categories .categories-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .categories .categories-inner .category-type:first-child {
    grid-row: auto;
  }
  .products .products-inner .product-types {
    grid-template-columns: repeat(2, 1fr);
  }
  .products .products-inner .product-types .product-type .product-face {
    min-height: 20vh;
  }
  .products .products-inner .product-types .product-type .product-title p {
    font-size: 3vw;
  }
  .products .products-inner .product-types .product-type .product-title span {
    font-size: 2.5vw;
  }
  .products .products-inner .all-products-button {
    font-size: 3vw;
    width: 31vw;
  }
  .categories .categories-inner .category-type {
    min-height: 22vh;
  }
  .categories .categories-inner .category-type .category-face {
    height: auto;
  }
  .categories .categories-inner .category-type .category-face img {
    min-height: auto;
    margin-top: 30px;
  }
  .parallax {
    min-height: 400px;
    background-position: right;
    background-size: 200vw;
  }
  .main-about .main-about-inner > p {
    font-size: 3vw;
  }
  .main-about .main-about-inner .about-logo {
    width: 40vw;
  }
  .main-about .main-about-inner .dot {
    font-size: 19vw;
    margin-bottom: 3vh;
  }
  .main-about .main-about-inner .about-resources {
    flex-direction: column;
  }
  .main-about .main-about-inner .about-resources .resource-type {
    width: 100%;
  }
  .main-about .main-about-inner .about-resources .resource-type .resource-face {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-about .main-about-inner .about-resources .resource-type h7 {
    font-size: 4vw;
  }
  .main-about .main-about-inner .about-resources .resource-type p {
    font-size: 3vw;
  }
  .section-title h2 {
    font-size: 4vw;
  }
  .contact-form {
    background: #dfdfdf;
    padding: 50px 0;
  }
  .contact-form .contact-content {
    grid-template-columns: 1fr;
  }
  .contact-form .contact-content .map iframe {
    width: 70%;
    margin-left: auto;
    height: 50vh;
    max-height: 50vh;
    display: block;
    margin-right: auto;
  }
  .products {
    padding: 50px 0;
  }
  .contact-content p {
    font-size: 2.5vw;
  }
  .address.mt-4.text-center {
    width: 67%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-floating label {
    font-size: 3vw;
  }
  .form-floating input.form-control, .form-floating textarea.form-control {
    height: 20px;
    padding-bottom: 0 !important;
    line-height: 20px !important;
    min-height: 45px;
    padding-top: 13px !important;
    background: none;
    border: 1px solid #707070;
    border-radius: 0px;
    font-size: 3vw;
  }
  .form-floating label {
    line-height: 13px;
  }
  .form-floating textarea.form-control {
    height: 14vh !important;
  }
  .btn.btn-primary.button-primary.mt-4 {
    margin-top: 20px !important;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  .footer .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer .footer-inner .footer-section-4 .subscribe-form {
    margin-right: auto;
  }
  .footer .footer-inner .footer-section-2 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 3vw;
    padding: 2vw;
  }
  .footer .footer-inner .footer-section-2 a i {
    font-size: 3vw;
  }
  .footer .footer-inner .footer-section-2 div {
    display: block;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
  }
  .footer .footer-inner .footer-section-2 div .arrow {
    right: 21vw;
    bottom: -20px;
  }
  .footer-section-2 h5 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.5vw;
  }
  .footer .footer-inner .footer-section-1 p,
.footer .footer-inner .footer-section-2 p {
    font-size: 2.5vw;
  }
  .footer .footer-inner .footer-section-3 ul li a {
    font-size: 3vw;
  }
  .footer .footer-inner .footer-section-4 h5 {
    font-size: 2.5vw;
    text-align: center;
  }
  .footer .footer-inner .footer-section-4 .subscribe-form * {
    font-size: 2.5vw;
  }
  .footer .footer-inner .footer-section-4 .subscribe-form input {
    font-size: 2.5vw;
    height: 40px;
  }
  .socialbtns .fab, .socialbtns .fa-brands, .socialbtns .fa-solid {
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 16px;
  }
  .page-banner .page-name {
    font-size: 3vw;
  }
  .page-banner .page-map {
    margin-top: 5vh;
    font-size: 2.5vw;
  }
  .page-banner .page-name {
    margin-top: 20px;
  }
  .result-count {
    font-size: 2.5vw;
  }
  .content-subsribe .content-subsribe-inner h4 {
    font-size: 4vw;
  }
  .content-subsribe .content-subsribe-inner button {
    font-size: 2.5vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    height: 40px;
  }
  .content-subsribe .content-subsribe-inner input {
    width: 60vw;
    font-size: 3vw;
    height: 11vw;
  }
  .product-details-content .product-site-map ul li {
    font-size: 2vw;
  }
  .inner-70 {
    width: 90%;
  }
  .product-details-content .product-details .product-detail-text h1 {
    font-size: 4vw;
  }
  .product-details-content .product-details .product-detail-text a {
    font-size: 2vw;
  }
  .product-details-content .product-details .product-detail-text .category, .product-details-content .product-details .product-detail-text .category a {
    font-size: 1.5vw;
  }
  .products-content .category-title h1 {
    font-size: 4vw;
  }
  .page-banner + .page-face {
    overflow: hidden;
    border-radius: 20px;
    width: 70vw;
    height: 20vh;
    top: -10vh;
  }
  .page-banner .page-name {
    margin-bottom: calc(50px + 9vh);
  }
  .content h2 {
    font-size: 4vw;
  }
  .about-content p {
    font-size: 3vw;
  }
  .big-section-title .big-section-title-content {
    font-size: 4vw;
  }
  .about-content .services-inner ul li {
    font-size: 3vw;
  }
  .about-content .services-inner h4 {
    font-size: 4vw;
  }
  .videos {
    grid-template-columns: 1fr 1fr;
  }
  .videos .video-type h4 {
    font-size: 3vw;
  }
  .big-title {
    font-size: 4vw;
  }
  .page-banner + .page-face .page-face-meta .meta-first-section i {
    font-size: 4vw;
    margin-right: 0px;
  }
  .page-banner + .page-face .page-face-meta .meta-second-section h4 {
    font-size: 2.5vw;
  }
  .page-banner + .page-face .page-face-meta {
    grid-template-columns: 1fr;
    padding: 20px 9%;
  }
  .page-banner.contact-page-banner + .page-face.contact-page-face {
    height: auto;
    top: -10vh;
    width: 40vw;
    min-width: 270px;
  }
  .results {
    min-height: 420px;
  }
  .product-details-content .product-details .product-detail-face {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-light-purple.mt-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .product-details-content .product-details .product-detail-text p {
    line-height: 1.2;
    font-size: 2vw;
  }
  .product-details-content .product-site-map ul {
    align-items: center;
  }
  .product-details-content .product-site-map ul span {
    font-weight: 200;
  }
  .footer-section-3 {
    display: none;
  }
  .footer .footer-inner .footer-section-1 .logo img {
    width: 150px;
  }
  .fixed-contact--wrap {
    position: fixed;
    bottom: 4vh;
    cursor: pointer;
    right: 18vw;
  }
  .search-box .search-form-area form input {
    width: 75vw;
  }
  .search-box {
    padding-top: 38vh;
    z-index: 9999;
  }
  .search-box .close-search {
    color: #000;
  }
  .results .results-inner .result-type {
    font-size: 2.5vw;
  }
  .results .results-inner {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .results .results-inner .result-type .result-face img {
    height: 7vh;
  }
  .footer .footer-inner .footer-section-4 .subscribe-form {
    width: 80%;
  }
  .search-box .search-form-area form button {
    width: 50px;
  }
  .about-inner.inner {
    padding-top: 30px;
  }
  .big-section-title {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .big-section-title-content h5 {
    font-size: 3vw;
  }
  .big-section-title .big-section-title-content {
    height: 60px;
  }
  .big-section-title::before {
    top: -14px;
    left: -14px;
  }
  .big-section-title::after {
    bottom: -14px;
    right: -14px;
  }
  .videos {
    grid-template-columns: 1fr;
  }
  .under-the-construction {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 458px) {
  .btn-light-purple {
    padding: 10px;
  }
  .btn-light-purple.mt-5 {
    margin-top: 10px !important;
  }
  .product-details-content .product-site-map ul {
    grid-gap: 3px;
  }
  .product-details-content .product-site-map ul span {
    font-size: 7px;
  }
}
.icon-rotate {
  color: #0b9180 !important;
}
.icon-rotate i {
  transform: rotate(-90deg);
}

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