@media only screen and (max-width: 767px) {
  header#header .header-container {
    padding: 15px;
    /* width: 100%; */
  }
.pol-sus-header-bg {
    height: 400px !important;
}

  .site-logo-container {
    width: 75px;
  }

  .site-content .container {
    margin: auto;
    padding: 0 15px;
}

.col-2 {
    width: 100% !important;
    padding: 0px;
}

  .col-3 {
    width:100% !important;
    padding: 0;
  }

  .col-5 {
    width:100% !important;
    padding: 0;
  }

  .col-7 {
    width:100% !important;
    padding: 0;
  }

  .col-8 {
    width:100% !important;
    padding: 0;
  }

  .col-4 {
    width:100% !important;
    padding: 0;
  }

  .col-6 {
    width: 100% !important;
    padding: 0;
  }

  .col-9 {
    width: 100% !important;
    padding: 0;
}

  .col-12 {
    width: 100% !important;
    padding: 0;
  }

  .row-c {
    display: flex;
    flex-direction: column;
  }

  .logo-container {
    width: calc(100% - 80px);
  }

  .header-menu-container {
    width: 50px;
    float: left;
    order: 2;
  }

  .logo-container img {
    width: 120px;
}

.request-btn a.primary-btn {
    font-size: 12px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 8px;
    border-radius: 15px;
    width: 100px;
    display: block;
}

.request-btn {
    order: 1;
}

.search-container {
    order: 2;
    margin-right: 20px;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.topbar-mail.topbar-contact:after {
  display: none;
}

.topbar-container {
  display: none;
}

.topbar-mobile img {
    height: 20px;
}

.topbar-mobile {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0 15px;
    justify-content: space-around;
}

  button.burger {
    width: 40px;
    height: 22px;
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block !important;
    z-index: 10;
    position: relative;
    float: right;
  }

  button.burger span:nth-child(1) {
    width: 26px;
    top: 0;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span:nth-child(2) {
    width: 18px;
    top: 8px;
    opacity: 1;
    transform: translateX(-75%);
  }

  button.burger span:last-child {
    width: 26px;
    top: 16px;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #213F61;
  }


  .menu-1 {
    height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 35px 0 150px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .2s ease-out;
    width: 70%;
    overflow-y: scroll;
  }

  button.burger.open span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(45deg);
    transition: top .3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }
  button.burger.open span:nth-child(2) {
    opacity: 0;
  }
  button.burger.open span:last-child {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(-45deg);
    transition: bottom .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) ,transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }



  .menu li.menu-item {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    padding: 15px 0;
    display: block !important;
    text-align: left;
  }

  .menu-1.open {
    transform: translateX(0);
    z-index:9999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  }

  .home-hero {
    overflow: hidden;
  }

  video.banner-desktop {
    min-width: 100%;
    min-height: 700px;
    width: auto;
    height: 700px;
    /* height: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

h1.hero-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 300;
}

h3.hero-desc {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
}

.hero-buttons {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.home-hero__content {
    max-width: 900px;
    position: absolute;
    top: 20%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
}

.green-title-section {
    padding: 50px 0 75px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    border-radius: 15px;
}


  h2.section-title {
      margin-bottom: 30px;
  }

  .portfolio-items {
      display: flex;
      flex-wrap: wrap;
      margin: 0px;
      gap: 30px;
      flex-direction: column;
  }

  .portfolio-item.layout60, .portfolio-item.layout40 {
    width: 100% !important;
  }

  .contact-section-bottom {
      padding: 90px 0 0;
      font-family: 'Poppins';
  }
  .contact-section-bottom__text {
      width: 100%;
      margin-bottom: 30px;
  }

  .contact-section-bottom__form {
    width: 100%;
    padding-left: 0;
}

.author-image img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid var(--primary-color);
}

.textimonial-content {
    display: flex;
    flex-direction: column !important;
    gap: 30px !important;
}

.author-image {
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    width: 115px !important;
}

.swiper-button-next {
    right: 5px !important;
}

.swiper-button-prev {
    left: 5px !important;
}

.page-hero {
    padding: 150px 0;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-section-top {
    padding: 50px 0 90px;
    position: relative;
}

.about-section-1:before {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    top: -60px;
    background-size: contain;
    z-index: 1;
}

.portfolio-desc {
    padding: 30px 30px 50px;
    background: #fff;
    border-radius: 15px;
    margin-left: 0;
    margin-top: 50px;
}

.mvv-title {
    width: 100%;
    margin-bottom: 30px;
}

.mvv-desc {
    width: 100%;
}

.value-box {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    padding: 30px 0 20px;
    z-index: 9999;
}

.row-c.title-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

footer .col-logo {
    width: 100%;
    padding: 0 15px;
    z-index: 9;
}

.footer-desc {
    color: #fff;
    font-size: 12px;
    padding-right: 0;
    font-weight: 300;
}

footer .col-list {
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    margin-top: 30px;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: auto;
}

.page-hero.services-hero h1.page-title {
    font-size: 30px;
    font-weight: 700;
}

h3.page-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.service-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.service-desc-container {
    width: 100%;
}

.roadmap-box {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    padding: 30px 0 30px;
    z-index: 9999;
}

.service-carousel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}

.service-item {
    width: 100%;
}

.offer-left {
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    background: #EAF4EB;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.offer-form-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #E1E1E0;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    gap: 50px;
}

.offer-form {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.offer-bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    background: #D3F2D7;
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
}

.offer-section-cta__text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    width: 100%;
}
.offer-section-cta__link {
    margin-top: 20px;
}

.contact-top-left {
    width: 100%;
    padding-right: 0;
}

.contact-top-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}

.blog-article {
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.press-appearance-item {
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.page-hero.page-hero__article {
    background-color: var(--primary-color);
    height: 250px;
    position: relative;
}

.article-hero .hero-img {
    position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
    z-index: 9;
}

section.blog-post {
    padding: 170px 0 75px;
    position: relative;
    font-family: 'Poppins';
}

.post-meta {
    background: #fff !important;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-direction: column;
}

section.blog-post .container {
    width: 100%;
    margin: auto;
}


section.blog-post h1.post-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.portfolio-info h2 {
    margin: 0 0 15px;
    width: 100%;
    line-height: 1;
}


.hero-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.single-portfolio-top h1.post-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.portfolio-meta-list {
    background: #fff !important;
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.single-portfolio-top {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 50px 0 30px;
    font-family: 'Poppins';
}

.portfolio-single-section {
    padding: 350px 0 0px;
    position: relative;
    font-family: 'Poppins';
}

.portfolio-carousel {
    padding: 0 0 50px;
    position: relative;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.post-related
.row-c.flex-stretch.blog-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.portfolio-single-section .portfolio-item {
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.portfolio-item {
    position: relative;
    float: left;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Poppins';
}

.service-col {
    width: 100%;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background-color: #fff;
}

.home-section-2__title h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

.home-section-2__title {
    margin-bottom: 30px;
}

.achievement-col {
    background: #fff;
    width: 48%;
    border-radius: 15px;
}

.row-c.achievements-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: center;
}

.row-c.achievements-row {
    gap: 10px;
}

.row-c.who-are-we {
    width: 100%;
    margin: auto;
}

.who-are-we__about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.fields-col {
    width: 100%;
}

.col-brochure {
    width: 100%;
    padding: 0;
}

.df-popup-thumb {
    width: calc(100% - 30px) !important;
    overflow: hidden;
}

.service-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.service-number {
    color: rgb(59 148 94 / 30%);
    font-size: 90px;
    font-weight: 700;
}

}

@media(min-width: 768px) and (max-width: 1099px) {

  .logo-container {
    width: calc(100% - 80px);
  }

  .header-menu-container {
    width: 50px;
    float: left;
    order: 2;
  }

  .logo-container img {
    width: 120px;
}

.request-btn a.primary-btn {
    font-size: 12px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 8px;
    border-radius: 15px;
    width: 100px;
    display: block;
}

.request-btn {
    order: 1;
}

.search-container {
    order: 2;
    margin-right: 20px;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


.topbar-address.topbar-contact {
    display: none;
}

  button.burger {
    width: 40px;
    height: 22px;
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block !important;
    z-index: 10;
    position: relative;
    float: right;
  }

  button.burger span:nth-child(1) {
    width: 26px;
    top: 0;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span:nth-child(2) {
    width: 18px;
    top: 8px;
    opacity: 1;
    transform: translateX(-75%);
  }

  button.burger span:last-child {
    width: 26px;
    top: 16px;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #213F61;
  }


  .menu-1 {
    height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 35px 0 150px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .2s ease-out;
    width: 70%;
    overflow-y: scroll;
  }

  button.burger.open span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(45deg);
    transition: top .3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }
  button.burger.open span:nth-child(2) {
    opacity: 0;
  }
  button.burger.open span:last-child {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(-45deg);
    transition: bottom .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) ,transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }



  .menu li.menu-item {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    padding: 15px 0;
    display: block !important;
    text-align: left;
  }

  .menu-1.open {
    transform: translateX(0);
    z-index:9999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  }

  .home-hero {
    overflow: hidden;
  }

  .page-hero {
    padding: 150px 0;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero {
  overflow: hidden;
}

video.banner-desktop {
  min-width: 100%;
  min-height: 600px;
  width: auto;
  height: 600px;
  /* height: auto; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  position: relative;
}

h1.hero-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
}

.home-hero__content {
    max-width: 900px;
    position: absolute;
    top: 20%;
    text-align: center;
    left: 25%;
    transform: translateX(-20%);
}


.press-appearance-item {
    width: calc(50% - 15px);
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

footer#colophon .row-c {
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 50px;
}

footer .col-logo {
    width: calc(50% - 0px);
    padding: 0 15px;
    z-index: 9;
}

footer .col-list {
    width: calc(50% - 0px);
    padding: 0 15px;
    z-index: 9;
}

.footer-desc {
    color: #fff;
    font-size: 12px;
    padding-right: 10%;
    font-weight: 300;
}

.row-c.services-row {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.service-col {
    width: 100%;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background-color: #fff;
}

.home-section-2__title h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

h2.section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0 0;
}

.achievement-col {
    background: #fff;
    width: calc(50% - 25px);
    border-radius: 15px;
}

.row-c.achievements-row {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px 15px 0;
    justify-content: center;
}

.row-c.who-are-we {
    width: 100%;
    margin: auto;
}

.fields-col {
    width: calc(50% - 8px);
}

.big-number {
    font-size: 75px;
    font-weight: 700;
}


.who-are-we__about h5 {
    font-size: 16px;
    font-weight: 700;
}

.about-section-2 .row-c{
  flex-direction: column;
  gap:30px;
}

.about-section-2 .col-5, .about-section-2 .col-7 {
  width:100%;
}


.portfolio-desc {
    padding: 30px 5rem 50px;
    background: #fff;
    border-radius: 15px;
    margin-left: 0;
}

.value-box {
    width: calc(50% - 25px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    padding: 30px 0 20px;
    z-index: 9999;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: auto;
}

h1.page-title {
    font-size: 36px;
    font-weight: 700;
}

.service-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.service-number {
    color: rgb(59 148 94 / 30%);
    font-size: 90px;
    font-weight: 700;
}

.roadmap-box {
    width: calc(50% - 25px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    padding: 30px 0 30px;
    z-index: 9999;
}


.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    gap: 30px;
}

.portfolio-item.layout40, .portfolio-item.layout60 {
  width: calc(50% - 15px);
  height: 300px;
}


  .portfolio-info h2 {
      margin: 0 0 15px;
      width: 100%;
      line-height: 1;
  }

  p.portfolio-meta-items {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    flex-wrap: wrap;
}

.portfolio-description .col-md-4 {
    width: 100%;
}

.portfolio-description {
    margin-top: 50px;
}

.portfolio-item {
  height: 300px;
}

.career-form {
    width: 75%;
    margin-left: 30px;
}

section.blog-post .container {
    width: 100%;
    margin: auto;
}

.contact-section-top .row-c {
  flex-direction: column;
  row-gap: 30px;
}

.contact-top-left {
    width: 100%;
    padding-right: 0px;
}
.contact-top-right {
    width: 100%;
    padding-left: 0px;
}

.brochure-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-brochure {
    width: 100%;
    padding: 0 30px 0 0;
}
}

@media(min-width: 992px) and (max-width: 1099px) {

  /* .logo-container {
      width: 150px;
  }

.logo-container img {
    width: 100%;
}


.header-menu-container ul.menu li a {
  color: #000;
}

.logo-container {
  width: 30%;
}

.header-menu-container {
  width: 70%;
  float: left;
} */



}
