@import url(variables.css);

@media screen and (max-width: 63.9375em) {
  .header,
  .header.header-ip {
    padding: 15px 0;
  }
  .header .logo img {
    width: auto;
    max-height: 44px;
  }
}



@media screen and (max-width: 47.9375em) {
  /* Margin */
  .m-sm-20 { margin: 20px !important; }
  .m-sm-40 { margin: 40px !important; }
  .m-sm-60 { margin: 60px !important; }
  .m-sm-80 { margin: 80px !important; }
  .m-sm-100 { margin: 100px !important; }
  .m-sm-120 { margin: 120px !important; }
  .m-sm-140 { margin: 140px !important; }

  .mt-sm-20 { margin-top: 20px !important; }
  .mt-sm-40 { margin-top: 40px !important; }
  .mt-sm-60 { margin-top: 60px !important; }
  .mt-sm-80 { margin-top: 80px !important; }
  .mt-sm-100 { margin-top: 100px !important; }
  .mt-sm-120 { margin-top: 120px !important; }
  .mt-sm-140 { margin-top: 140px !important; }

  .mb-sm-20 { margin-bottom: 20px !important; }
  .mb-sm-40 { margin-bottom: 40px !important; }
  .mb-sm-60 { margin-bottom: 60px !important; }
  .mb-sm-80 { margin-bottom: 80px !important; }
  .mb-sm-100 { margin-bottom: 100px !important; }
  .mb-sm-120 { margin-bottom: 120px !important; }
  .mb-sm-140 { margin-bottom: 140px !important; }

  .ms-sm-20 { margin-inline-start: 20px !important; }
  .ms-sm-40 { margin-inline-start: 40px !important; }
  .ms-sm-60 { margin-inline-start: 60px !important; }
  .ms-sm-80 { margin-inline-start: 80px !important; }
  .ms-sm-100 { margin-inline-start: 100px !important; }
  .ms-sm-120 { margin-inline-start: 120px !important; }
  .ms-sm-140 { margin-inline-start: 140px !important; }

  .me-sm-20 { margin-inline-end: 20px !important; }
  .me-sm-40 { margin-inline-end: 40px !important; }
  .me-sm-60 { margin-inline-end: 60px !important; }
  .me-sm-80 { margin-inline-end: 80px !important; }
  .me-sm-100 { margin-inline-end: 100px !important; }
  .me-sm-120 { margin-inline-end: 120px !important; }
  .me-sm-140 { margin-inline-end: 140px !important; }

  .mx-sm-20 { margin-left: 20px !important; margin-right: 20px !important; }
  .mx-sm-40 { margin-left: 40px !important; margin-right: 40px !important; }
  .mx-sm-60 { margin-left: 60px !important; margin-right: 60px !important; }
  .mx-sm-80 { margin-left: 80px !important; margin-right: 80px !important; }
  .mx-sm-100 { margin-left: 100px !important; margin-right: 100px !important; }
  .mx-sm-120 { margin-left: 120px !important; margin-right: 120px !important; }
  .mx-sm-140 { margin-left: 140px !important; margin-right: 140px !important; }

  .my-sm-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
  .my-sm-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
  .my-sm-60 { margin-top: 60px !important; margin-bottom: 60px !important; }
  .my-sm-80 { margin-top: 80px !important; margin-bottom: 80px !important; }
  .my-sm-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
  .my-sm-120 { margin-top: 120px !important; margin-bottom: 120px !important; }
  .my-sm-140 { margin-top: 140px !important; margin-bottom: 140px !important; }


  /* Padding */
  .p-sm-20 { padding: 20px !important; }
  .p-sm-40 { padding: 40px !important; }
  .p-sm-60 { padding: 60px !important; }
  .p-sm-80 { padding: 80px !important; }
  .p-sm-100 { padding: 100px !important; }
  .p-sm-120 { padding: 120px !important; }
  .p-sm-140 { padding: 140px !important; }

  .pt-sm-20 { padding-top: 20px !important; }
  .pt-sm-40 { padding-top: 40px !important; }
  .pt-sm-60 { padding-top: 60px !important; }
  .pt-sm-80 { padding-top: 80px !important; }
  .pt-sm-100 { padding-top: 100px !important; }
  .pt-sm-120 { padding-top: 120px !important; }
  .pt-sm-140 { padding-top: 140px !important; }

  .pb-sm-20 { padding-bottom: 20px !important; }
  .pb-sm-40 { padding-bottom: 40px !important; }
  .pb-sm-60 { padding-bottom: 60px !important; }
  .pb-sm-80 { padding-bottom: 80px !important; }
  .pb-sm-100 { padding-bottom: 100px !important; }
  .pb-sm-120 { padding-bottom: 120px !important; }
  .pb-sm-140 { padding-bottom: 140px !important; }

  .ps-sm-20 { padding-inline-start: 20px !important; }
  .ps-sm-40 { padding-inline-start: 40px !important; }
  .ps-sm-60 { padding-inline-start: 60px !important; }
  .ps-sm-80 { padding-inline-start: 80px !important; }
  .ps-sm-100 { padding-inline-start: 100px !important; }
  .ps-sm-120 { padding-inline-start: 120px !important; }
  .ps-sm-140 { padding-inline-start: 140px !important; }

  .pe-sm-20 { padding-inline-end: 20px !important; }
  .pe-sm-40 { padding-inline-end: 40px !important; }
  .pe-sm-60 { padding-inline-end: 60px !important; }
  .pe-sm-80 { padding-inline-end: 80px !important; }
  .pe-sm-100 { padding-inline-end: 100px !important; }
  .pe-sm-120 { padding-inline-end: 120px !important; }
  .pe-sm-140 { padding-inline-end: 140px !important; }

  .px-sm-20 { padding-left: 20px !important; padding-right: 20px !important; }
  .px-sm-40 { padding-left: 40px !important; padding-right: 40px !important; }
  .px-sm-60 { padding-left: 60px !important; padding-right: 60px !important; }
  .px-sm-80 { padding-left: 80px !important; padding-right: 80px !important; }
  .px-sm-100 { padding-left: 100px !important; padding-right: 100px !important; }
  .px-sm-120 { padding-left: 120px !important; padding-right: 120px !important; }
  .px-sm-140 { padding-left: 140px !important; padding-right: 140px !important; }

  .py-sm-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
  .py-sm-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
  .py-sm-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
  .py-sm-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
  .py-sm-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
  .py-sm-120 { padding-top: 120px !important; padding-bottom: 120px !important; }
  .py-sm-140 { padding-top: 140px !important; padding-bottom: 140px !important; }


  .button {
    padding: 0.8125rem 1.375rem;
  }


  h1 span {
    font-size: 0.8125rem;
  }


  .breadcrumbs li {
    font-size: 0.75rem;
  }


  .section {
    padding: 60px 0;
  }
  .section-small {
    padding: 40px 0;
  }
  .section-title {
    padding-bottom: 30px;
  }
  .section-buttons {
    padding-top: 25px;
  }
  .section-buttons.section-buttons-center {
    padding-top: 40px;
  }
  .section-img {
    margin: 5px 0 20px 0;
  }


  .loop-spacing {
    padding-top: 40px;
  }
  .loop-1-1-1 .cell:nth-child(n+2),
  .loop-1-1-2 .cell:nth-child(n+2),
  .loop-1-1-3 .cell:nth-child(n+2),
  .loop-1-2-2 .cell:nth-child(n+2),
  .loop-1-2-3 .cell:nth-child(n+2),
  .loop-1-2-4 .cell:nth-child(n+2),
  .loop-1-3-3 .cell:nth-child(n+2),
  .loop-1-3-4 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-2-2-2 > .cell:nth-child(n+3),
  .loop-2-2-3 .cell:nth-child(n+3),
  .loop-2-2-4 .cell:nth-child(n+3),
  .loop-2-3-3 .cell:nth-child(n+3),
  .loop-2-3-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }


  .menu-button-container span {
    display: none;
  }


  .banner-container.banner-container-ip .banner {
    padding: 9vh 0;
  }
  .banner-container.banner-container-ip .banner.banner-news .banner-title {
    padding-bottom: 20px;
  }


  .offcanvas-full-screen-menu .drilldown li {
    padding: 0.5rem 0;
  }
  .offcanvas-full-screen-menu .drilldown a {
    font-size: 1.5rem;
  }


  .menu-button-container span {
    margin-right: 15px;
    font-size: 1rem;
    font-weight: var(--global-weight-medium);
    color: var(--color-white);
    line-height: 1;
    text-transform: uppercase;
  }


  .cta {
    padding: 10vh 0 11vh 0;
  }
  .cta-btn {
    padding-top: 30px;
  }


  .footer {
    font-size: 0.9375rem;
  }
  .footer-col-title {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .footer ul li {
    line-height: 1.45;
  }
  .footer .grid-x .cell:nth-child(n+2) {
    padding-top: 20px;
  }


  .copyright {
    padding: 0 0 20px 0;
    font-size: 0.8125rem;
    line-height: 1.5;
  }


  .contact-details {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .contact-details span {
    font-size: 1.0625rem;
  }
  .contact-form h1 {
    margin-bottom: 30px;
  }


  .news-loop .cell:nth-child(n+2) {
    padding-top: 40px;
  }
  .news-sidebar {
    padding-top: 40px;
  }


  .carousel-slider-container.carousel-slider-nav-spacing {
    margin-bottom: 40px;
  }
  .carousel-slider-nav {
    bottom: -40px;
  }
  .carousel-slider-nav li {
    width: 20px;
    margin: 0 4px;
  }
  .carousel-slider-controls {
    margin-top: 20px;
  }
  .carousel-slider-controls span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .carousel-slider-container.carousel-slider-controls-inside {
    max-width: calc(100% - 32px);
  }
  .carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls {
    width: calc(100% + 32px);
  }
  .carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }


  .welcome {
    background-size: auto;
  }


  .industries-slider-col {
    gap: 30px;
  }


  .product-box-title {
    font-size: 1rem;
  }


  .partner-box {
    height: 110px;
  }


  .news-loop .cell:nth-child(n+2) {
    padding-top: 40px;
  }
  .news-sidebar {
    padding-top: 40px;
  }


  .contact-details {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .contact-details span {
    font-size: 1.0625rem;
  }
  .contact-form h1 {
    margin-bottom: 30px;
  }


  .custom-accordion .accordion-title {
    padding: 1.375rem 1.25rem;
    font-size: 1.0625rem;
  }
  .custom-accordion .accordion-content {
    padding: 1rem 1.25rem;
  }
  .custom-accordion .accordion-title::before {
    right: 1.25rem;
    font-size: 1.0625rem;
  }


  .testimonial-box {
    gap: 20px;
    padding: 30px 30px 30px 20px;
  }
  .testimonial-box-icon {
    font-size: 2.5rem;
  }


  ul.work-icons {
    gap: 20px;
  }
  ul.work-icons li {
    gap: 20px;
  }
  ul.work-icons li .work-icons-img {
    width: 48px;
    height: 48px;
  }
  ul.work-icons li .work-icons-img img {
    width: 32px;
    height: 32px;
  }
  ul.work-icons li .work-icons-text {
    gap: 5px;
  }
  ul.work-icons li .work-icons-text span {
    font-size: 1.125rem;
  }


  ul.team-icons {
    gap: 20px;
  }
  ul.team-icons li {
    gap: 20px;
    width: 100%;
  }
  ul.team-icons li .team-icons-img {
    width: 80px;
    height: 80px;
  }
  ul.team-icons li .team-icons-text span {
    font-size: 1.125rem;
  }


  .custom-tabs .tabs-panel-title {
    font-size: 1.3125rem;
  }
  .custom-tabs.custom-tabs-horizontal .tabs-panel-text {
    padding-top: 0;
  }
  .custom-tabs.custom-tabs-horizontal .tabs-panel-title {
    padding-bottom: 15px;
  }


  .counter-value {
    font-size: 2.25rem;
  }
  .counter-title {
    font-size: 1.0625rem;
    line-height: 1.25;
  }


  .icon-box {
    width: 100%;
  }
  .icon-box-img img {
    width: 64px;
    height: 64px;
  }
  .icon-box-title {
    padding-top: 10px;
    font-size: 1.125rem;
  }
  .icon-box-text {
    padding-top: 10px;
  }


  .timeline {
    padding-top: 60px;
  }
  .timeline-item {
    margin: 80px 0;
  }
  .timeline-item-img {
    padding: 0 0 20px 0;
  }
  .timeline-item-img img {
    border-radius: var(--global-radius);
  }
  .timeline-item-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .timeline-date::before,
  .timeline-date::after {
    top: 30px;
    transform: translate(-50%, none);
  }
  .timeline-left .timeline-date span,
  .timeline-right .timeline-date span {
    top: 30px;
    transform: translateY(none);
  }
  .timeline-right .timeline-date span {
    left: 50px;
    right: auto;
  }
  .timeline-right .timeline-date span::before {
    left: -10px;
    right: auto;
    border-width: 20px 20px 20px 0;
    border-color: transparent var(--color-secondary) transparent transparent;
  }
}



@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  /* Margin */
  .m-md-20 { margin: 20px !important; }
  .m-md-40 { margin: 40px !important; }
  .m-md-60 { margin: 60px !important; }
  .m-md-80 { margin: 80px !important; }
  .m-md-100 { margin: 100px !important; }
  .m-md-120 { margin: 120px !important; }
  .m-md-140 { margin: 140px !important; }

  .mt-md-20 { margin-top: 20px !important; }
  .mt-md-40 { margin-top: 40px !important; }
  .mt-md-60 { margin-top: 60px !important; }
  .mt-md-80 { margin-top: 80px !important; }
  .mt-md-100 { margin-top: 100px !important; }
  .mt-md-120 { margin-top: 120px !important; }
  .mt-md-140 { margin-top: 140px !important; }

  .mb-md-20 { margin-bottom: 20px !important; }
  .mb-md-40 { margin-bottom: 40px !important; }
  .mb-md-60 { margin-bottom: 60px !important; }
  .mb-md-80 { margin-bottom: 80px !important; }
  .mb-md-100 { margin-bottom: 100px !important; }
  .mb-md-120 { margin-bottom: 120px !important; }
  .mb-md-140 { margin-bottom: 140px !important; }

  .ms-md-20 { margin-inline-start: 20px !important; }
  .ms-md-40 { margin-inline-start: 40px !important; }
  .ms-md-60 { margin-inline-start: 60px !important; }
  .ms-md-80 { margin-inline-start: 80px !important; }
  .ms-md-100 { margin-inline-start: 100px !important; }
  .ms-md-120 { margin-inline-start: 120px !important; }
  .ms-md-140 { margin-inline-start: 140px !important; }

  .me-md-20 { margin-inline-end: 20px !important; }
  .me-md-40 { margin-inline-end: 40px !important; }
  .me-md-60 { margin-inline-end: 60px !important; }
  .me-md-80 { margin-inline-end: 80px !important; }
  .me-md-100 { margin-inline-end: 100px !important; }
  .me-md-120 { margin-inline-end: 120px !important; }
  .me-md-140 { margin-inline-end: 140px !important; }

  .mx-md-20 { margin-left: 20px !important; margin-right: 20px !important; }
  .mx-md-40 { margin-left: 40px !important; margin-right: 40px !important; }
  .mx-md-60 { margin-left: 60px !important; margin-right: 60px !important; }
  .mx-md-80 { margin-left: 80px !important; margin-right: 80px !important; }
  .mx-md-100 { margin-left: 100px !important; margin-right: 100px !important; }
  .mx-md-120 { margin-left: 120px !important; margin-right: 120px !important; }
  .mx-md-140 { margin-left: 140px !important; margin-right: 140px !important; }

  .my-md-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
  .my-md-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
  .my-md-60 { margin-top: 60px !important; margin-bottom: 60px !important; }
  .my-md-80 { margin-top: 80px !important; margin-bottom: 80px !important; }
  .my-md-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
  .my-md-120 { margin-top: 120px !important; margin-bottom: 120px !important; }
  .my-md-140 { margin-top: 140px !important; margin-bottom: 140px !important; }


  /* Padding */
  .p-md-20 { padding: 20px !important; }
  .p-md-40 { padding: 40px !important; }
  .p-md-60 { padding: 60px !important; }
  .p-md-80 { padding: 80px !important; }
  .p-md-100 { padding: 100px !important; }
  .p-md-120 { padding: 120px !important; }
  .p-md-140 { padding: 140px !important; }

  .pt-md-20 { padding-top: 20px !important; }
  .pt-md-40 { padding-top: 40px !important; }
  .pt-md-60 { padding-top: 60px !important; }
  .pt-md-80 { padding-top: 80px !important; }
  .pt-md-100 { padding-top: 100px !important; }
  .pt-md-120 { padding-top: 120px !important; }
  .pt-md-140 { padding-top: 140px !important; }

  .pb-md-20 { padding-bottom: 20px !important; }
  .pb-md-40 { padding-bottom: 40px !important; }
  .pb-md-60 { padding-bottom: 60px !important; }
  .pb-md-80 { padding-bottom: 80px !important; }
  .pb-md-100 { padding-bottom: 100px !important; }
  .pb-md-120 { padding-bottom: 120px !important; }
  .pb-md-140 { padding-bottom: 140px !important; }

  .ps-md-20 { padding-inline-start: 20px !important; }
  .ps-md-40 { padding-inline-start: 40px !important; }
  .ps-md-60 { padding-inline-start: 60px !important; }
  .ps-md-80 { padding-inline-start: 80px !important; }
  .ps-md-100 { padding-inline-start: 100px !important; }
  .ps-md-120 { padding-inline-start: 120px !important; }
  .ps-md-140 { padding-inline-start: 140px !important; }

  .pe-md-20 { padding-inline-end: 20px !important; }
  .pe-md-40 { padding-inline-end: 40px !important; }
  .pe-md-60 { padding-inline-end: 60px !important; }
  .pe-md-80 { padding-inline-end: 80px !important; }
  .pe-md-100 { padding-inline-end: 100px !important; }
  .pe-md-120 { padding-inline-end: 120px !important; }
  .pe-md-140 { padding-inline-end: 140px !important; }

  .px-md-20 { padding-left: 20px !important; padding-right: 20px !important; }
  .px-md-40 { padding-left: 40px !important; padding-right: 40px !important; }
  .px-md-60 { padding-left: 60px !important; padding-right: 60px !important; }
  .px-md-80 { padding-left: 80px !important; padding-right: 80px !important; }
  .px-md-100 { padding-left: 100px !important; padding-right: 100px !important; }
  .px-md-120 { padding-left: 120px !important; padding-right: 120px !important; }
  .px-md-140 { padding-left: 140px !important; padding-right: 140px !important; }

  .py-md-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
  .py-md-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
  .py-md-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
  .py-md-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
  .py-md-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
  .py-md-120 { padding-top: 120px !important; padding-bottom: 120px !important; }
  .py-md-140 { padding-top: 140px !important; padding-bottom: 140px !important; }


  .section {
    padding: 90px 0;
  }
  .section-small {
    padding: 60px 0;
  }
  .section-img {
    margin: 10px 0 30px 0;
  }


  .loop-1-1-1 .cell:nth-child(n+2),
  .loop-1-1-2 .cell:nth-child(n+2),
  .loop-1-1-3 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-2-2 .cell:nth-child(n+3),
  .loop-1-2-3 .cell:nth-child(n+3),
  .loop-1-2-4 .cell:nth-child(n+3),
  .loop-2-2-2 .cell:nth-child(n+3),
  .loop-2-2-3 .cell:nth-child(n+3),
  .loop-2-2-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-1-3-3 .cell:nth-child(n+4),
  .loop-1-3-4 .cell:nth-child(n+4),
  .loop-2-3-3 .cell:nth-child(n+4),
  .loop-2-3-4 .cell:nth-child(n+4) {
    padding-top: 30px;
  }


  .carousel-slider-container.carousel-slider-controls-inside {
    max-width: calc(100% - 140px);
  }
  .carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls {
    width: calc(100% + 140px);
  }


  .cta {
    padding: 10vh 0 11vh 0;
  }
  .cta-btn {
    padding-top: 30px;
  }
  

  .banner-container.banner-container-ip .banner {
    padding: 9vh 0;
  }


  .footer .grid-x:first-child .cell:nth-child(n+3) {
    padding-top: 60px;
  }


  .copyright {
    padding: 0 0 20px 0;
  }


  .welcome {
    background-size: 80%;
  }


  ul.team-icons {
    gap: 40px 30px;
  }
  ul.team-icons li {
    width: calc(50% - 30px);
  }


  .custom-tabs .tabs-panel-title {
    font-size: 1.625rem;
  }
  .custom-tabs.custom-tabs-horizontal .tabs-panel-text {
    padding-top: 0;
  }
  .custom-tabs.custom-tabs-horizontal .tabs-panel-title {
    padding-bottom: 15px;
  }


  .icon-box {
    width: 100%;
  }
}



