@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');

body, html {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.logo_woxlink {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  background: linear-gradient(137deg, #175DCD 6.67%, #082B64 50.42%, #072C66 98.06%);
  z-index: 0;
}

header > img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: calc(100% + 120px);
  object-fit: cover;
  object-position: right bottom;
  z-index: 1
}

header > div {
  position: relative;
  z-index: 2;
}

.custom_offcanvas-menu {
  width: 100% !important;
  top: 120px !important;
  height: calc(100% - 120px);
}

.closeMenu .closeMenuIcon {
  display: none;
}

.closeMenu .openMenuIcon {
  display: block;
}

.openMenu .openMenuIcon {
  display: none;
}

.openMenu .closeMenuIcon {
  display: block;
}

.custom_offcanvas-menu .offcanvas-body {
  padding: 55px 32px;
}

hr {
  margin: 16px 0;
  color: inherit;
  background-color: #E1E1E1;
}

p {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}



.custom_offcanvas-menu .mod-menu {
  display: flex;
  flex-flow: column;
}

.custom_offcanvas-menu .mod-menu a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4A5D6D;
  margin-bottom: 12px;
}

.custom_offcanvas-menu h3 {
  color: #08131C;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.menu-column {
  padding-right: 64px;
}

header .img-header img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  top: 130px;
}

.text-header-services-devsecops {
  padding: 85px 0 90px 0;
}

.text-header-services-devsecops h1 {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
}

.text-header-services-devsecops p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 64px;
}

.text-header-services-devsecops a {
  border-radius: 32px;
  height: 64px;
  text-align: center;
  min-width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: #00C9EE;
  color: #001A41;
  margin-right: 32px;
  padding: 0 24px;
}

footer {
  background: #02192D;
}

footer .big-footer-mod-1 {
  padding-right: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

footer .big-footer-mod-1 img {
  margin-bottom: 32px;
}

footer .big-footer-mod-1 p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 164%;
  margin-bottom: 32px;
}

footer .big-footer-mod-1 a {
  margin-right: 24px;
}

footer .col-3 {
  height: auto;
}

footer .col-3:nth-child(1) {
  padding-right: 0;
}

footer .col-3:not(:nth-child(1)) {
  padding-left: 64px;
}

footer h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 32px;
}

footer ul {
  display: flex;
  flex-flow: column;

}

footer ul li {
  margin-bottom: 16px;
}

footer ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer ul a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}

footer .mod-custom a:hover svg path {
  fill-opacity: 1;
}

footer .hr {
  margin: 64px 0;
  color: inherit;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.50);
  height: 1px;
}

footer .horizontal-footer-menu ul {
  display: flex;
  flex-flow: row wrap;
}

footer .horizontal-footer-menu ul li {
  margin-bottom: 0;
  margin-right: 24px;
}

.text_copyright {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

footer .text_copyright li {
  margin-bottom: 0;
}

footer .text_copyright li a {
  color: rgba(255, 255, 255, 0.50);
}

footer .text_copyright li a:hover {
  color: #fff;
}

footer .all-items ul li:nth-child(1) {
  display: none;
}

footer .dropdown-language-horizontal {
  position: relative;
  border-radius: 8px;
  padding: 4px 8px;
  z-index: 10;
  display: flex;
  align-items: center;
}

footer .dropdown-language-horizontal .trigger-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

footer .dropdown-language-horizontal .lans-block {
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 100%;
  display: flex;
  transform: translateX(100%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block {
  display: flex;
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block a {
  color: rgba(255, 255, 255, 0.5);
}

footer .dropdown-language-horizontal .trigger-btn svg:nth-child(1) {
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .trigger-btn svg:nth-child(1) {
  transform: rotate(180deg) !important;
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal ul {
  display: flex;
  flex-flow: row;
  align-items: center;
}

footer .dropdown-language-horizontal ul li.lang-active a {
  color: #fff !important;
  font-weight: 500;
}

footer .dropdown-language-horizontal ul li {
  margin: 0 32px 0 0;
  padding: 0 !important;
}

footer .dropdown-language-horizontal ul li.lang-active {
  background-color: transparent !important; 
}

footer .dropdown-language-horizontal ul li a {
  padding: 0 !important;
}

body p {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.services-devsecops-text-module-1 {
  padding: 160px 0 30px 0;
}

.services-devsecops-text-module-1 p {
  margin-bottom: 16px;
}

.services-devsecops-text-module-1 .mod-custom .row > .col-12.col-lg-6:nth-child(2) .col-12 {
  padding-top: 32px;
}

.services-devsecops-text-module-1 .mod-custom .row > .col-12.col-lg-6:nth-child(2) .col-12 img {
  margin-bottom: 26px;
}

.services-devsecops-text-module-2 {
  padding: 90px 0;
}

.services-devsecops-text-module-2 h2 {
  color: #061A2D;
  font-family: Jost, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.services-devsecops-text-module-2 ul {
  padding: 0;
  margin: 0;
}

.services-devsecops-text-module-2 ul li {
  list-style-type: none;
  color: var(--wl-font-primary, #08131C);
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #4A5D6D;
  display: flex;
  align-items: center;
}

.services-devsecops-text-module-2 ul li img {
  margin-right: 32px;
}

.services-devsecops-text-module-2-container {
  background: url('../images/text-mod2.png') no-repeat bottom right;
  background-size: auto;
}

.services-devsecops-text-module-3-container {
  background: url('../images/text-mod3.png') no-repeat top, #093375;
  background-size: cover;
}

.services-devsecops-text-module-3 {
  padding: 90px 0;
}

.services-devsecops-text-module-3  h2 {
  color: #FFF;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.services-devsecops-text-module-3 h3 {
  color: #FFF;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
}

.services-devsecops-text-module-3 p {
  color: rgba(255, 255, 255, 0.50);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.services-devsecops-text-module-3 .item-block {
  padding: 32px;
  margin-bottom: 64px;
  border-radius: 16px;
  background: #1555BD;
}

.services-devsecops-text-module-3 .mod-custom > .row:nth-child(2) .col-12:nth-child(1) {
  padding-right: 32px;
}

.services-devsecops-text-module-3 .mod-custom > .row:nth-child(2) .col-12:nth-child(2) {
  padding-left: 32px;
}

.services-devsecops-text-module-4,
.services-devsecops-text-module-5,
.services-devsecops-text-module-6 {
  padding-top: 120px;
}

.services-devsecops-text-module-4 h2,
.services-devsecops-text-module-5 h2 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
}

.services-devsecops-text-module-4 p {
  margin-bottom: 32px;
}

.services-devsecops-text-module-4 img {
  max-width: 100%;
  object-fit: contain;
}

.services-devsecops-text-module-4 .col-12:nth-child(1) {
  padding-right: 100px;
}

.services-devsecops-text-module-5 h2 {
  margin-bottom: 64px;
}

.services-devsecops-text-module-5 .icon-b {
  width: 64px;
  min-width: 64px;
  margin-right: 32px;
}

.services-devsecops-text-module-5 .icon-b img {
  width: 100%;
  object-fit: contain;
}

.services-devsecops-text-module-5 .mod-custom .row:nth-child(2) .col-12 {
  margin-bottom: 32px;
}

.learn_more {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #093375;
  background: #FFF;
  padding: 0 16px;
  color: var(--WL-blue, #093375);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.learn_more img {
  margin-left: 8px;
}

.social-link {
  display: flex;
}

.social-link a {
  margin-left: 24px;
}

.services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(2) {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 100px;
}

.services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(2) p:nth-child(1),
.services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(2) .d-flex.align-items-center {
  margin-bottom: 32px;
}

.services-devsecops-text-module-6 {
  padding-bottom: 90px;
}


@media screen and (max-width: 1400px) {
  .text-header-services-devsecops h1 {
    font-size: 54px;
  }
  header > img {
    object-position: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .text-header-services h1 {
    font-size: 54px;
  }
  .services-devsecops-text-module-3 .mod-custom > .row:nth-child(2) .col-12:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .services-devsecops-text-module-3 .mod-custom > .row:nth-child(2) .col-12:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .services-devsecops-text-module-3 .item-block {
    padding: 32px;
    margin-bottom: 32px;
  }
  .services-devsecops-text-module-4 .col-12:nth-child(1) {
    padding-right: 32px;
  }
  .services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(2) {
    padding-left: 32px;
  }
}

@media screen and (max-width: 992px) {
  .text-header-services-devsecops h1 {
    font-size: 44px;
  }
  .text-header-services-devsecops p {
    font-size: 20px;
  }
  .big-footer-col-1 {
    margin-bottom: 50px;
  }
  .services-devsecops-text-module-4 .col-12:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(1) img {
    margin-bottom: 32px;
  }
  .services-devsecops-text-module-6 .mod-custom .row .col-12:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .services-devsecops-text-module-1 {
    padding: 60px 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .text-header-services-devsecops h1 {
    font-size: 44px;
  }
  .text-header-services-devsecops p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .text-header-services-devsecops a {
    height: 56px;
    min-width: 122px;
    align-items: center;
    font-size: 16px;
  }
  .menu-column {
    padding-top: 32px;
  }
  .big-footer-col {
    padding-top: 32px;
  }
  .big-footer-col-1 {
    margin-bottom: 0px;
  }
  .logo_woxlink {
    width: 135px !important;
  }
  .dropdown-language-horizontal-block {
    padding-top: 32px;
  }
  footer .big-footer-mod-1 {
    padding-right: 64px;
    border-right: 0;
  }
  header > img {
    object-position: 40%;
  }
  .services-devsecops-text-module-2,
  .services-devsecops-text-module-3 {
    padding: 60px 0;
  }
  .services-devsecops-text-module-2 h2,
  .services-devsecops-text-module-3 h2,
  .services-devsecops-text-module-4 h2,
  .services-devsecops-text-module-5 h2 {
    font-size: 48px;
    line-height: 114%;
  }
  .services-devsecops-text-module-2 ul li {
    font-size: 26px;
  }
  .services-devsecops-text-module-2-container {
    background-size: 49%;
  }
  .services-devsecops-text-module-3 h3 {
    font-size: 32px;
    line-height: 104%;
  }
  .services-devsecops-text-module-4,
  .services-devsecops-text-module-5,
  .services-devsecops-text-module-6 {
    padding-top: 60px !important;
  }

}

@media screen and (max-width: 576px) {
}