@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", arial;
  background: #fbfbfb;
  font-size: 16px;
  font-weight: 300;
  color: #1C355E;
}
body .pt-40 {
  padding-top: 40px;
}
body b {
  font-weight: 600;
}
body.no-scroll {
  overflow: hidden;
}
body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #1C355E;
  transition: color;
}
body a:hover {
  color: #EE7623;
}
body a.inverse {
  color: #fbfbfb;
  transition: color;
}
body a.inverse:hover {
  color: #EE7623;
}
body a.secondary {
  color: #EE7623;
  transition: color;
}
body a.secondary:hover {
  color: #1C355E;
}
body img,
body video,
body iframe {
  width: 100%;
}
body select optgroup, body select option {
  color: #1C355E;
}
body select optgroup {
  font-weight: 600;
}
body .styled-button {
  display: block;
  border: 1px solid #1C355E;
  background-color: #1C355E;
  color: #fbfbfb;
  border-radius: 5pc;
  padding: 10px 16px;
  text-align: center;
  transition: 0.25s;
}
body .styled-button:hover {
  color: #1C355E;
  background-color: transparent;
}
body .styled-button.orange {
  background-color: #EE7623;
  border-color: #EE7623;
  margin-right: 0;
}
body .styled-button.orange:hover {
  color: #EE7623;
  background-color: transparent;
}
body button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  line-height: 0;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}
body button.hidden-button {
  display: none;
}
body main {
  overflow: hidden;
  position: relative;
}
body main .nav-block {
  width: 100%;
  height: 80px;
}
body main h1, body main h2, body main h3, body main h4, body main h5, body main p {
  color: #1C355E;
  margin: 0;
  font-weight: 400;
}
body main h1.centered, body main h2.centered, body main h3.centered, body main h4.centered, body main h5.centered, body main p.centered {
  margin: auto;
}
body main h1.list-title, body main h2.list-title, body main h3.list-title, body main h4.list-title, body main h5.list-title, body main p.list-title {
  font-weight: 600;
  font-size: 18px !important;
}
body main h1.orange-text, body main h2.orange-text, body main h3.orange-text, body main h4.orange-text, body main h5.orange-text, body main p.orange-text {
  color: #EE7623;
}
body main .back-to-top-wrapper {
  position: absolute;
  bottom: 15px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #EE7623;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
  border-radius: 50%;
}
body main .back-to-top-wrapper a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
body main .pagination .pagination-selector {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
body main .pagination .pagination-selector button {
  width: 20px;
  font-size: 18px;
}
body main .pagination .pagination-selector button.active {
  border-bottom: 1px solid #EE7623;
}
body main .pagination .pagination-selector button:hover {
  color: #EE7623;
}
body main .pagination .pagination-selector .page-numbers {
  height: 30px;
  display: flex;
  gap: 20px;
}
body main .intro {
  background-image: url("/static/images/landing/landing-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 80px);
  width: 100%;
}
body main .intro.sub-intro {
  height: calc(80vh - 80px);
}
body main .intro.software-img {
  background-image: url("/static/images/landing/software-1.jpg");
}
body main .intro.firmware-img {
  background-image: url("/static/images/landing/firmware-1.jpg");
}
body main .intro.hosting-img {
  background-image: url("/static/images/landing/hosting-1.jpg");
}
body main .intro.software-img2 {
  background-image: url("/static/images/landing/software-2.jpg");
}
body main .intro.firmware-img2 {
  background-image: url("/static/images/landing/firmware-2.jpg");
}
body main .intro.cs-intro {
  height: calc(80vh - 80px);
}
body main .intro.cs-intro .jumbotron-container {
  grid-template-columns: minmax(0, 5%) minmax(650px, 55%) minmax(300px, 40%);
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text h1 {
  font-size: 72px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text h2 {
  font-size: 24px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats {
  display: grid;
  grid-template-areas: "tech time" "languages team";
  margin: 10px 0 30px 0;
  width: 90%;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fbfbfb;
  font-size: 16px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats li span {
  font-size: 20px;
  display: flex;
  align-items: center;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats li .stat-icon {
  flex: 0 0 38px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #tech {
  grid-area: "tech";
  padding: 0 15px 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #time {
  grid-area: "time";
  padding: 0 0 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #languages {
  grid-area: "languages";
  padding: 15px 15px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #team {
  grid-area: "team";
  padding: 15px 0 0 15px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text h3 {
  font-size: 20px;
}
body main .intro.cs-intro .jumbotron-container .jumbotron-text h3 .sizing {
  font-size: 16px;
}
body main .intro.cs-intro .jumbotron-container .image-section {
  grid-column: 3/4;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .intro.cs-intro .jumbotron-container .image-section .product-image {
  width: min(100%, 525px);
  padding: 5%;
  margin-left: 10px;
  background-color: #fbfbfb;
  border-top-left-radius: 5pc;
  border-bottom-right-radius: 5pc;
  box-shadow: inset 0 0 16px 4px rgba(68, 68, 68, 0.55);
}
body main .intro .jumbotron-container {
  margin: auto;
  width: min(100% - 40px, 1500px);
  height: 100%;
  display: grid;
  grid-template-columns: minmax(50px, 5%) minmax(900px, 45%) minmax(50px, 50%);
  grid-template-rows: 15% 70% 15%;
}
body main .intro .jumbotron-container .jumbotron-text {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main .intro .jumbotron-container .jumbotron-text a {
  text-decoration: none;
  color: #EE7623;
  transition: color 0.35s;
}
body main .intro .jumbotron-container .jumbotron-text a i {
  transition: transform 0.35s;
}
body main .intro .jumbotron-container .jumbotron-text a:hover i {
  transform: translateX(10px);
}
body main .intro .jumbotron-container .jumbotron-text h1 {
  text-align: start;
  font-size: 80px;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 20px;
}
body main .intro .jumbotron-container .jumbotron-text h1 #orange-text {
  font-weight: 500;
  color: #EE7623;
}
body main .intro .jumbotron-container .jumbotron-text h2 {
  text-align: start;
  color: #fbfbfb;
  font-size: 32px;
  margin-bottom: 20px;
}
body main .intro .jumbotron-container .jumbotron-text h3 {
  font-size: 28px;
}
body main .intro .jumbotron-container .jumbotron-text .sizing {
  font-size: 21px;
}
body main .content-break {
  padding: 80px 0;
}
body main .content-wrapper {
  width: min(100% - 40px, 1500px);
  margin: auto;
  padding: 80px 0;
}
body main .content-wrapper#news-container {
  padding-top: 40px;
}
body main .content-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 40px auto;
  text-align: center;
}
body main .content-wrapper .title-wrapper h1 {
  font-size: 48px;
}
body main .content-wrapper .title-wrapper h2 {
  font-size: 28px;
}
body main .content-wrapper .title-wrapper span {
  padding-bottom: 5px;
  border-bottom: 2px solid #EE7623;
  font-weight: 500;
}
body main .content-wrapper .content-list.ss-list h2 {
  font-weight: 400;
  font-size: 24px !important;
}
body main .content-wrapper .content-list h2 {
  font-weight: 600;
  font-size: 18px !important;
}
body main .content-wrapper .content-list ul {
  list-style: disc;
  color: #1C355E;
  margin-left: 1em;
}
body main .content-wrapper .content-list ul li {
  margin-top: 10px;
}
body main .content-wrapper .content-list ul li::marker {
  font-size: 1em;
  color: #EE7623;
}
body main .content-wrapper .grid-row-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}
body main .content-wrapper .grid-row-container.ss-grid {
  margin: 0 auto;
  gap: 20px;
}
body main .content-wrapper .grid-row-container.ss-grid .col-1,
body main .content-wrapper .grid-row-container.ss-grid .col-2 {
  margin: 0 20px;
}
body main .content-wrapper .grid-row-container.ss-grid .col-1 p,
body main .content-wrapper .grid-row-container.ss-grid .col-2 p {
  margin: 10px 0 0 0;
}
body main .content-wrapper .grid-row-container.ss-grid-2 .grid-row {
  gap: 60px;
}
body main .content-wrapper .grid-row-container.ss-grid-2 .col-1,
body main .content-wrapper .grid-row-container.ss-grid-2 .col-2 {
  justify-content: start;
  margin: 0;
  gap: 10px;
}
body main .content-wrapper .grid-row-container.ss-grid-2 .col-1 p,
body main .content-wrapper .grid-row-container.ss-grid-2 .col-2 p {
  margin: 10px 0 0 0;
}
body main .content-wrapper .grid-row-container.ss-grid-2 .col-1 .col-icon,
body main .content-wrapper .grid-row-container.ss-grid-2 .col-2 .col-icon {
  margin-bottom: 10px;
}
body main .content-wrapper .grid-row-container.cs-grid .grid-row {
  gap: 40px;
}
body main .content-wrapper .grid-row-container.cs-grid .col-1,
body main .content-wrapper .grid-row-container.cs-grid .col-2 {
  width: min(100% - 40px, 450px);
}
body main .content-wrapper .grid-row-container.cs-grid .col-1 p,
body main .content-wrapper .grid-row-container.cs-grid .col-2 p {
  margin: 0;
}
body main .content-wrapper .grid-row-container.cs-grid-2 {
  padding-top: 10px;
}
body main .content-wrapper .grid-row-container.cs-grid-2 .grid-row {
  gap: 40px;
}
body main .content-wrapper .grid-row-container.cs-grid-2 .col-1 {
  width: min(100% - 40px, 500px);
}
body main .content-wrapper .grid-row-container.cs-grid-2 .col-2 {
  width: min(100% - 40px, 700px);
}
body main .content-wrapper .grid-row-container.cs-grid-2 .col-2 p {
  margin: 0;
}
body main .content-wrapper .grid-row-container.au-grid {
  gap: 20px;
  text-align: left;
}
body main .content-wrapper .grid-row-container.au-grid .grid-row {
  gap: 20px;
}
body main .content-wrapper .grid-row-container.au-grid #reverse-wrap {
  text-align: right;
}
body main .content-wrapper .grid-row-container.au-grid .col-1,
body main .content-wrapper .grid-row-container.au-grid .col-2 {
  width: min(100% - 40px, 350px);
}
body main .content-wrapper .grid-row-container.au-grid .col-1.text-col,
body main .content-wrapper .grid-row-container.au-grid .col-2.text-col {
  width: min(100% - 40px, 700px);
}
body main .content-wrapper .grid-row-container.au-grid .col-1 p,
body main .content-wrapper .grid-row-container.au-grid .col-2 p {
  margin: 0;
}
body main .content-wrapper .grid-row-container.solution-grid {
  padding-top: 10px;
}
body main .content-wrapper .grid-row-container.solution-grid .grid-row {
  gap: 20px;
  flex-wrap: wrap-reverse;
}
body main .content-wrapper .grid-row-container.solution-grid .col-1 {
  width: min(100% - 40px, 800px);
}
body main .content-wrapper .grid-row-container.solution-grid .col-2 {
  width: min(100% - 40px, 200px);
}
body main .content-wrapper .grid-row-container.solution-grid .col-2 p {
  margin: 0;
}
body main .content-wrapper .grid-row-container .grid-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
  justify-content: center;
}
body main .content-wrapper .grid-row-container .grid-row.blue {
  margin: 0;
  border-radius: 8px;
  padding: 30px;
  background-color: #224175;
}
body main .content-wrapper .grid-row-container .grid-row.blue .col-1,
body main .content-wrapper .grid-row-container .grid-row.blue .col-2 {
  flex: 1 1 0;
  max-width: 600px;
  min-width: 430px;
}
body main .content-wrapper .grid-row-container .grid-row.reverse-wrap {
  flex-wrap: wrap;
  text-align: right;
}
body main .content-wrapper .grid-row-container .grid-row.reverse-wrap .col-1 {
  width: min(100% - 40px, 200px);
}
body main .content-wrapper .grid-row-container .grid-row.reverse-wrap .col-2 {
  width: min(100% - 40px, 800px);
}
body main .content-wrapper .grid-row-container #reverse-wrap {
  flex-wrap: wrap-reverse;
}
body main .content-wrapper .grid-row-container .col-1,
body main .content-wrapper .grid-row-container .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: min(100% - 40px, 600px);
  margin: auto;
}
body main .content-wrapper .grid-row-container .col-1 .solutions-icon,
body main .content-wrapper .grid-row-container .col-2 .solutions-icon {
  padding: 20px;
}
body main .content-wrapper .grid-row-container .col-1 .styled-image,
body main .content-wrapper .grid-row-container .col-2 .styled-image {
  border-radius: 15px;
}
body main .content-wrapper .grid-row-container .col-1 p,
body main .content-wrapper .grid-row-container .col-2 p {
  margin: 10px auto 40px 0;
}
body main .content-wrapper .grid-row-container .col-1 h2,
body main .content-wrapper .grid-row-container .col-2 h2 {
  font-size: 24px;
}
body main .content-wrapper .news-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
body main .content-wrapper .news-section#latest {
  justify-content: center;
}
body main .content-wrapper .news-section#latest .news-card {
  flex: 0 1 900px;
  padding: 40px;
}
body main .content-wrapper .news-section#latest .news-card .post-image img {
  border-radius: 12px;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main .content-wrapper .news-section .news-card {
  flex: 0 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
  border-radius: 1pc;
  padding: 30px;
}
body main .content-wrapper .news-section .news-card .news-profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 10px;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-logo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #1C355E;
  padding: 10px;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-info h2 {
  font-weight: 600;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-link {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  font-size: 20px;
  background-color: #1C355E;
  border-radius: 4px;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-link a {
  color: #fbfbfb;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-link a:hover {
  color: #fbfbfb;
}
body main .content-wrapper .news-section .news-card .news-profile .profile-link a i {
  margin-top: 3px;
}
body main .content-wrapper .news-section .news-card .post-title {
  font-size: 22px;
  font-weight: 600;
}
body main .content-wrapper .news-section .news-card .post-image {
  width: 100%;
  margin-top: 10px;
}
body main .content-wrapper .news-section .news-card .post-image img {
  border-radius: 12px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

nav {
  width: 100%;
  height: 80px;
  background-color: #fbfbfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
nav .navbar-wrapper {
  width: min(100% - 40px, 1500px);
  margin: auto;
  height: 100%;
  display: grid;
  grid-template-columns: 15% 85%;
}
nav .navbar-wrapper .logo-wrapper {
  width: 110px;
  margin: auto 0 auto 50px;
}
nav .navbar-wrapper .nav-text-wrapper {
  font-size: 16px;
  text-align: right;
  margin: auto 50px auto 0;
  height: 100%;
  display: flex;
  justify-content: right;
}
nav .navbar-wrapper .nav-text-wrapper ul {
  display: flex;
  height: 80px;
  list-style: none;
  cursor: default;
  color: #1C355E;
}
nav .navbar-wrapper .nav-text-wrapper ul li {
  white-space: nowrap;
  margin-right: 30px;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
nav .navbar-wrapper .nav-text-wrapper ul li:nth-last-child(-n+2) {
  margin-right: 0;
}
nav .navbar-wrapper .nav-text-wrapper .styled-button {
  margin-right: 8px;
}
nav.nav-border-bottom {
  border-bottom: 1px solid lightgray;
}

.mobile-dropdown {
  display: none;
}

.dropdown-section {
  z-index: 99;
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
}
.dropdown-section:hover .dropdown {
  display: inline-flex;
}
.dropdown-section .dropdown {
  border-radius: 0 0 15px 15px;
  padding: 25px;
  background-color: #fbfbfb;
  display: inline-flex;
}
.dropdown-section .dropdown .dropdown-list {
  font-size: 13px;
  width: 180px;
}
.dropdown-section .dropdown .dropdown-list:not(:last-child) {
  margin-right: 40px;
}
.dropdown-section .dropdown .dropdown-list h2 {
  color: #1C355E;
  font-size: 13px;
  margin-bottom: 10px;
}
.dropdown-section .dropdown .dropdown-list h2 a {
  font-weight: 600;
}
.dropdown-section .dropdown .dropdown-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.overlay {
  z-index: 98;
  display: none;
  opacity: 0.5;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity ease-out 0.2s;
}

main#landing #what-we-do .content-wrapper .services-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card {
  width: min(100% - 40px, 360px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  background: #fbfbfb;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  text-overflow: ellipsis;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
  cursor: pointer;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .services-icon {
  margin: 20px auto;
  width: 160px;
  height: 160px;
  box-shadow: inset 0 0 12px 4px rgba(68, 68, 68, 0.096);
  border-radius: 50%;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .services-icon img {
  width: 100px;
  margin-top: 30px;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .subheading-wrapper h2 {
  font-size: 21px;
  font-weight: 500;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .text-wrapper {
  display: block;
  height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-inline: 12px;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .text-wrapper p {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  line-clamp: 11;
  overflow: hidden;
  text-overflow: ellipsis;
}
main#landing #what-we-do .content-wrapper .services-wrapper .service-card .navigation-wrapper {
  margin: 10px;
}
main#landing #our-group {
  background-color: #1C355E;
}
main#landing #our-group h1, main#landing #our-group h2, main#landing #our-group h3, main#landing #our-group h4, main#landing #our-group h5, main#landing #our-group p {
  color: #fbfbfb;
}
main#landing #how-we-do-it .button-container {
  width: min(100% - 40px, 1250px);
  margin: 0 auto 20px auto;
  display: grid;
  grid-template-columns: calc(100% - 95px) 20px 5px 20px 50px;
}
main#landing #how-we-do-it .button-container .button-wrapper#left {
  grid-column: 2/3;
}
main#landing #how-we-do-it .button-container .button-wrapper#right {
  grid-column: 4/5;
}
main#landing #how-we-do-it .button-container .button-wrapper button img {
  filter: grayscale(100%);
}
main#landing #how-we-do-it .gallery-container {
  width: min(100% - 40px, 1250px);
  display: block;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  transition: ease;
}
main#landing #how-we-do-it .gallery-container .mini-card {
  width: calc((100% - 200px) / 3);
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  transition: ease 0.5s;
}
main#landing #how-we-do-it .gallery-container .mini-card:nth-child(3n) {
  margin-right: 50px;
}
main#landing #how-we-do-it .gallery-container .mini-card h2 {
  padding-top: 12px;
  font-size: 18px;
  font-weight: 600;
}
main#landing #how-we-do-it .gallery-container .mini-card p {
  font-size: 14px;
  white-space: wrap;
  padding-top: 4px;
}
main#landing #how-we-do-it .gallery-container .mini-card:hover {
  cursor: pointer;
}
main#landing #how-we-do-it .gallery-container .mini-card:hover .img-wrapper .styled-image {
  opacity: 0.3;
}
main#landing #how-we-do-it .gallery-container .mini-card:hover .img-wrapper .middle {
  opacity: 1;
}
main#landing #how-we-do-it .gallery-container .mini-card .img-wrapper {
  position: relative;
}
main#landing #how-we-do-it .gallery-container .mini-card .img-wrapper .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main#landing #how-we-do-it .gallery-container .mini-card .img-wrapper .middle-text {
  background-color: #EE7623;
  color: #fbfbfb;
  border-radius: 50pc;
  padding: 10px 16px;
  font-size: 16px;
}
main#landing #how-we-do-it .gallery-container .mini-card .img-wrapper .styled-image {
  border-radius: 10px;
  opacity: 1;
  transition: 0.5s ease;
}
main#landing #our-process {
  background-color: #1C355E;
}
main#landing #our-process h1, main#landing #our-process h2, main#landing #our-process h3, main#landing #our-process h4, main#landing #our-process h5, main#landing #our-process p {
  color: #fbfbfb;
  margin: 0;
}
main#landing #our-process .content-wrapper .process-image {
  width: 100%;
  margin: auto;
}
main#landing #our-process .content-wrapper .process-image #mobile {
  display: none;
}
main#landing #latest-news .button-wrapper {
  margin-top: 10px;
  width: 125px;
}

main.ss-page .ss-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
main.ss-page .ss-container h2 {
  font-size: 28px;
}
main.ss-page .ss-container .ss-box {
  background-color: white;
  padding: 50px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
  border-radius: 15px;
}
main.ss-page .ss-container .ss-box.inverse {
  background-color: #1C355E;
  box-shadow: rgba(50, 50, 93, 0.3) 0px 13px 27px -5px, rgba(0, 0, 0, 0.8) 0px 8px 16px -8px;
}
main.ss-page .ss-container .ss-box.inverse p, main.ss-page .ss-container .ss-box.inverse h2 {
  color: #fbfbfb;
}
main.ss-page .ss-container .ss-box.inverse .img-col img {
  background-color: #fbfbfb;
  box-shadow: inset 0 0 16px 4px rgba(68, 68, 68, 0.55);
}
main.ss-page .ss-container .ss-box.reverse-wrap {
  flex-wrap: wrap-reverse;
  text-align: right;
}
main.ss-page .ss-container .ss-box.reverse-wrap .text-col .button-container {
  justify-content: right;
}
main.ss-page .ss-container .ss-box.reverse-wrap-2 {
  flex-wrap: wrap-reverse;
}
main.ss-page .ss-container .ss-box .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 250px;
  max-width: 300px;
  position: relative;
}
main.ss-page .ss-container .ss-box .text-col {
  flex: 1 1 0;
  min-width: 200px;
  max-width: 600px;
}
main.ss-page .ss-container .ss-box .text-col .button-container {
  display: flex;
}
main.ss-page .ss-container .ss-box .text-col p {
  margin: 10px 0 20px 0;
}
main.ss-page .ss-container .ss-box .img-container {
  display: flex;
  align-items: center;
}
main.ss-page .ss-container .ss-box .img-container img {
  background-color: white;
  padding: 50px;
  border-radius: 5px;
  box-shadow: inset 0 0 12px 4px rgba(68, 68, 68, 0.1);
}
main.ss-page .product-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
main.ss-page .product-section .title-wrapper {
  margin-bottom: 30px;
}
main.ss-page .product-section .solution-products {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
main.ss-page .product-section .solution-products .solution-product {
  display: grid;
  max-height: 400px;
  min-height: 200px;
  max-width: 600px;
  min-width: 300px;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr;
  overflow: hidden;
  border-radius: 5px;
}
main.ss-page .product-section .solution-products .solution-product .product-image,
main.ss-page .product-section .solution-products .solution-product .product-text {
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
}
main.ss-page .product-section .solution-products .solution-product .product-text {
  transform: translateY(50%);
  transition: 0.3s ease-in-out;
  height: 100%;
  display: grid;
  text-align: center;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
}
main.ss-page .product-section .solution-products .solution-product .product-text .product-desc {
  grid-column: 1/2;
  grid-row: 2/3;
}
main.ss-page .product-section .solution-products .solution-product .product-text .product-desc p {
  padding-inline: 5%;
  color: #fbfbfb;
}
main.ss-page .product-section .solution-products .solution-product .product-text .product-desc a {
  display: none;
  width: 125px;
  margin: 10px auto 0 auto;
}
main.ss-page .product-section .solution-products .solution-product .product-text .product-heading {
  margin: auto 0 20px 0;
  grid-column: 1/2;
  grid-row: 1/2;
}
main.ss-page .product-section .solution-products .solution-product .product-text .product-heading h2 {
  color: #fbfbfb;
}
main.ss-page .product-section .solution-products .solution-product:hover {
  cursor: pointer;
}
main.ss-page .product-section .solution-products .solution-product:hover .product-text {
  transform: translateY(0%);
}
main.ss-page .ss-padding {
  padding: 80px 0;
  margin-bottom: 20px;
}
main.ss-page .ss-padding-2 {
  padding-top: 80px;
  margin-bottom: 20px;
}
main.ss-page .view-services {
  margin: auto;
  width: 85%;
}
main.ss-page .view-services h2 {
  font-size: 28px;
}
main.ss-page .view-services i {
  padding-right: 10px;
  font-size: 24px;
  transition: 0.35s;
}
main.ss-page .view-services a {
  color: #EE7623;
}
main.ss-page .view-services a:hover i {
  transform: translateX(-10px);
}

main#our-work .our-work-container {
  justify-content: center;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-inline: 20px;
  margin: auto;
}
main#our-work .our-work-container .selector-section {
  max-width: 20%;
  min-width: 180px;
  flex: 1 1 0;
}
main#our-work .our-work-container .selector-section .industry-selector {
  width: 100%;
}
main#our-work .our-work-container .selector-section .industry-selector h2 {
  width: 80%;
  font-weight: 500;
  border-bottom: 2px solid #EE7623;
  padding-bottom: 10px;
}
main#our-work .our-work-container .selector-section .industry-selector ul {
  padding-block: 12px;
}
main#our-work .our-work-container .selector-section .industry-selector ul li:not(:first-child) {
  margin-top: 15px;
}
main#our-work .our-work-container .selector-section .industry-selector ul li a.orange {
  color: #EE7623;
  font-weight: 600;
}
main#our-work .our-work-container .selection {
  width: 60%;
}
main#our-work .our-work-container .projects {
  width: 100%;
  min-width: 300px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
main#our-work .our-work-container .projects .project {
  flex: 0 1 calc(50% - 20px);
  min-width: 265px;
  transition: 0.35s;
}
main#our-work .our-work-container .projects .project:hover {
  cursor: pointer;
  transform: translateY(-5%);
}
main#our-work .our-work-container .projects .project:hover .project-image {
  opacity: 0.8;
}
main#our-work .our-work-container .projects .project .project-image {
  width: 100%;
  background-color: #dbdbdb;
  border-radius: 10px;
  transition: 0.35s;
}
main#our-work .our-work-container .projects .project .project-title {
  margin-top: 10px;
  text-align: center;
}
main#our-work .our-work-container .projects .project .project-title h3 {
  font-size: 22px;
}

main.case-study .content-wrapper .title-wrapper h1 {
  font-size: 40px;
}
main.case-study .content-wrapper .project-info {
  margin: auto;
  width: min(100% - 40px, 900px);
}
main.case-study .content-wrapper .project-info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
main.case-study .content-wrapper .project-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

main#about-us .company-content {
  width: min(100%, 1100px);
  margin: auto;
  text-align: center;
}
main#about-us .testimonial-slider {
  position: relative;
  padding-top: 20px;
}
main#about-us .testimonial-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 30px;
}
main#about-us .testimonial-slider #left-arrow {
  left: 10%;
}
main#about-us .testimonial-slider #right-arrow {
  right: 10%;
}
main#about-us .testimonial-box {
  margin: auto;
  background-color: #1C355E;
  box-shadow: rgba(50, 50, 93, 0.3) 0px 13px 27px -5px, rgba(0, 0, 0, 0.8) 0px 8px 16px -8px;
  padding: 50px;
  width: min(70%, 1000px);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
}
main#about-us .testimonial-box .testimonial-content {
  flex: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  transition: transform 0.3s ease-in-out;
}
main#about-us .testimonial-box .testimonial-content p, main#about-us .testimonial-box .testimonial-content h2, main#about-us .testimonial-box .testimonial-content h3 {
  color: #fbfbfb;
}
main#about-us .testimonial-box .testimonial-content h2 {
  font-size: 24px;
}
main#about-us .testimonial-box .testimonial-content h3 {
  font-size: 16px;
}
main#about-us .testimonial-box .testimonial-content .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  max-width: 250px;
  position: relative;
}
main#about-us .testimonial-box .testimonial-content .text-col {
  min-width: 200px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
main#about-us .testimonial-box .testimonial-content .img-container {
  display: flex;
  align-items: center;
}
main#about-us .testimonial-box .testimonial-content .img-container img {
  padding: 40px;
  border-radius: 50%;
  background-color: #fbfbfb;
}
main#about-us .who-we-are .meet-the-team {
  margin-top: 50px;
}
main#about-us .who-we-are .meet-the-team .team-grid {
  width: min(100% - 40px, 960px);
  margin: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile {
  display: flex;
  flex-direction: column;
  width: 200px;
  transition: 0.35s ease-in-out;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile .profile-image {
  width: 100%;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile .profile-image img {
  border-radius: 50%;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile .profile-info {
  text-align: center;
  white-space: nowrap;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile .profile-info h2 {
  font-size: 17px;
  padding: 12px 0 4px 0;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile .profile-info h3 {
  font-size: 13px;
}
main#about-us .who-we-are .meet-the-team .team-grid .team-profile:hover {
  opacity: 0.8;
  transform: translateY(-5%);
  cursor: pointer;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
main#about-us .who-we-are .meet-the-team .modal.fade .modal-dialog {
  animation: zoomIn 0.2s forwards;
}
main#about-us .who-we-are .meet-the-team .btn-close:focus {
  box-shadow: none !important;
}
main#about-us .who-we-are .meet-the-team .no-border {
  border-bottom: 0 !important;
  padding-bottom: 0;
}
main#about-us .who-we-are .meet-the-team .modal-content {
  background-color: #fbfbfb;
  border-radius: 1pc;
  padding: 10px;
}
main#about-us .who-we-are .meet-the-team #modal-body {
  padding-top: 0;
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-img {
  flex: 0 1 300px;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-img img {
  border-radius: 1pc;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-info {
  flex: 0 1 400px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-info h2 {
  font-size: 17px;
  font-weight: 600;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-info h3 {
  font-size: 15px;
}
main#about-us .who-we-are .meet-the-team #modal-body .employee-info p {
  font-size: 13px;
}

main#news .news-container {
  margin: auto;
  width: min(100% - 10px, 1100px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
main#news .news-container .news-search {
  width: min(100%, 500px);
  padding: 20px;
  border-radius: 1pc;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
}
main#news .news-container .news-search .news-search-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  color: #1C355E;
}
main#news .news-container .news-search .news-search-form .search-bar {
  width: 100%;
  height: 35px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: white;
  box-shadow: inset 0 0 2px 1px rgba(68, 68, 68, 0.2);
  border-radius: 8px;
  padding: 4px 8px 4px 12px;
}
main#news .news-container .news-search .news-search-form .search-bar input {
  margin-left: 5px;
}
main#news .news-container .news-search .news-search-form .time-select {
  height: 35px;
  width: 200px;
  min-width: 150px;
  padding: 4px 8px;
  box-shadow: inset 0 0 2px 1px rgba(68, 68, 68, 0.2);
  border: 0px;
  border-radius: 8px;
}
main#news .news-container .news-search .news-search-form .time-select select {
  color: #1C355E;
}
main#news .news-container .news-search .news-search-form input, main#news .news-container .news-search .news-search-form select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
}
main#news .news-container .news-search .news-search-form input:focus, main#news .news-container .news-search .news-search-form select:focus {
  outline: none !important;
}
main#news .news-container .news-search .news-search-form button {
  height: 35px;
  flex: 0 0 35px;
  background-color: #EE7623;
  color: white;
  border-radius: 5pc;
}

main#contact-us .contact-form {
  background-color: white;
  border-radius: 1pc;
  margin: auto;
  width: min(100% - 10px, 1000px);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding: 60px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px;
}
main#contact-us .contact-form .form-heading h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
main#contact-us .contact-form .form-heading p {
  font-size: 18px;
}
main#contact-us .contact-form .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
main#contact-us .contact-form .form-item {
  flex: 1;
  min-width: 250px;
  width: 100%;
}
main#contact-us .contact-form .required {
  position: relative;
}
main#contact-us .contact-form .required::after {
  content: "*";
  color: #EE7623;
  position: absolute;
  margin-left: 5px;
}
main#contact-us .contact-form label {
  font-weight: 500;
  font-size: 18px;
}
main#contact-us .contact-form input, main#contact-us .contact-form textarea, main#contact-us .contact-form select {
  flex: 1;
  width: 100%;
  background-color: transparent;
  color: #1C355E;
  border: none;
  border-bottom: solid 1px #1C355E;
  margin: 0;
  padding: 10px;
  line-height: 21px !important;
  height: auto;
  resize: none;
  outline: none;
}
main#contact-us .contact-form .invalid-input {
  box-shadow: inset 0 0 2px 1px rgba(255, 0, 0, 0.4);
  border: none;
}
main#contact-us .contact-form .valid-input {
  box-shadow: inset 0 0 2px 1px rgba(0, 124, 0, 0.4);
  border: none;
}
main#contact-us .contact-form ::-moz-placeholder {
  color: #1C355E;
  opacity: 0.7;
}
main#contact-us .contact-form ::placeholder {
  color: #1C355E;
  opacity: 0.7;
}
main#contact-us .contact-form .styled-button {
  padding: 18px 30px;
  border-radius: 10px;
  transition: 0.25;
}
main#contact-us .contact-form .contact-section {
  width: 100%;
  row-gap: 40px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 40px;
}
main#contact-us .contact-form .contact-section .contact-info {
  flex: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
main#contact-us .contact-form .contact-section .contact-info .contact-title {
  margin-bottom: 10px;
}
main#contact-us .contact-form .contact-section .contact-info .contact-title h2 {
  font-size: 22px;
  font-weight: 700;
}
main#contact-us .contact-form .contact-section .contact-info .contact {
  display: grid;
  grid-template-columns: 15% 85%;
  margin-bottom: 10px;
}
main#contact-us .contact-form .contact-section .contact-info .contact a {
  padding-top: 8px;
}
main#contact-us .contact-form .contact-section .contact-info .contact a i {
  font-size: 12px;
  transition: 0.35s;
}
main#contact-us .contact-form .contact-section .contact-info .contact a:hover {
  color: #EE7623;
}
main#contact-us .contact-form .contact-section .contact-info .contact a:hover i {
  transform: translateX(5px);
}
main#contact-us .contact-form .contact-section .contact-info .contact .contact-icon {
  width: 24px;
  height: 24px;
}
main#contact-us .contact-form .contact-section .contact-info .contact .contact-icon img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(456%) hue-rotate(179deg) brightness(88%) contrast(95%);
}

#message-body, #fm-body {
  display: flex;
  gap: 20px;
  align-items: center;
}
#message-body .status-img, #fm-body .status-img {
  min-width: 80px;
  height: 80px;
  padding: 10px;
}
#message-body .status-img img, #fm-body .status-img img {
  width: 100%;
  height: 100%;
}
#message-body .status-info p, #fm-body .status-info p {
  margin: 0;
}

main.legislation .terms {
  width: min(100% - 40px, 1140px);
  margin: auto;
  counter-reset: item;
  list-style: none;
}
main.legislation .terms li {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
main.legislation .terms li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  font-size: 18px;
  font-weight: 600;
}
main.legislation .terms li .sub-terms {
  margin-top: 10px;
  margin-left: 10px;
  counter-reset: subitem;
  list-style: none;
}
main.legislation .terms li .sub-terms li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
main.legislation .terms li .sub-terms li::before {
  content: counters(item, ".") "." counters(subitem, ".") ".";
  counter-increment: subitem;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  font-size: 16px;
  font-weight: 500;
}
main.legislation .terms li h3.terms-title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}
main.legislation .terms li h4.terms-subtitle {
  font-size: 20px;
  font-weight: 500;
}
main.legislation .policies {
  width: min(100% - 40px, 1140px);
  margin: auto;
}
main.legislation .policies .policy {
  margin-bottom: 50px;
}
main.legislation .policies .policy h3.policy-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
main.legislation .policies .policy h4.policy-subtitle {
  font-size: 20px;
  font-weight: 500;
}
main.legislation .policies .policy .policy-desc {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.legislation .policies .policy .policy-desc li, main.legislation .policies .policy .policy-desc p {
  font-size: 17px !important;
}

footer {
  display: none;
  background-color: #1C355E;
  padding: 60px 0 30px 0;
  color: #fbfbfb;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer p {
  margin: 0;
}
footer a {
  text-decoration: none;
  color: #EE7623;
  transition: color;
}
footer a:hover {
  color: #fbfbfb;
}
footer .footer-title {
  margin: 0 0 30px 0;
}
footer .footer-title h2 {
  font-size: 28px;
  font-weight: 400;
}
footer .footer-wrapper {
  display: grid;
  grid-template-rows: 1fr 40px auto;
  width: min(100% - 40px, 1500px);
  margin: auto;
  height: 100%;
}
footer .footer-wrapper .top-section {
  display: grid;
  grid-template-rows: 0.4fr 40px 0.6fr;
}
footer .footer-wrapper .top-section .row-1 {
  margin-bottom: 8px;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 35px;
  width: 100%;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form input, footer .footer-wrapper .top-section .row-1 .form-section .contact-form select {
  flex: 1;
  background-color: transparent;
  border: none;
  color: #F2F3F5;
  border-bottom: solid 1px #ddd;
  margin: 0;
  min-width: 195px;
  max-width: 360px;
  padding: 10px;
  line-height: 21px !important;
  height: auto;
  resize: none;
  outline: none;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form input#phone-number, footer .footer-wrapper .top-section .row-1 .form-section .contact-form select#phone-number {
  max-width: 200px;
  min-width: 160px;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .invalid-input {
  border-bottom: 1px solid rgba(255, 60, 60, 0.8);
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form ::-moz-placeholder {
  color: #ddd;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form ::placeholder {
  color: #ddd;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button {
  padding-block: 12px;
  border-radius: 10px;
  transition: 0.25;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button.orange {
  color: #EE7623;
  background-color: transparent;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button:hover {
  background-color: #EE7623;
  color: #fbfbfb;
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button:hover img {
  filter: brightness(0) invert(1);
}
footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button img {
  width: 14px;
  height: 14px;
  transition: filter 0.25;
}
footer .footer-wrapper .top-section .row-2 {
  grid-row: 3/4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-wrapper .top-section .row-2 .contact-section {
  flex: 1;
  min-width: 245px;
  max-width: calc(25% - 10px);
}
footer .footer-wrapper .top-section .row-2 .contact-section .contact-info {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .top-section .row-2 .contact-section .contact-info .contact {
  opacity: 0.8;
  display: grid;
  grid-template-columns: 15% 85%;
  margin-bottom: 10px;
}
footer .footer-wrapper .top-section .row-2 .contact-section .contact-info .contact .contact-icon {
  width: 24px;
  height: 24px;
}
footer .footer-wrapper .top-section .row-2 .company-section {
  flex: 1;
  min-width: 475px;
  max-width: 55%;
}
footer .footer-wrapper .top-section .row-2 .company-section .company-info {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .top-section .row-2 .company-section .company-info .company {
  opacity: 0.8;
  margin-bottom: 10px;
}
footer .footer-wrapper .top-section .row-2 .certificate-section {
  max-width: calc(20% - 10px);
  min-width: 200px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-evenly;
}
footer .footer-wrapper .top-section .row-2 .certificate-section .iso-image img {
  height: 100%;
  border-radius: 2px;
}
footer .footer-wrapper .bottom-section {
  grid-row: 3/4;
}
footer .footer-wrapper .bottom-section .text-wrapper {
  opacity: 0.6;
  text-align: center;
}
footer .footer-wrapper .bottom-section .text-wrapper #links {
  margin-top: 5px;
}

.grecaptcha-badge {
  z-index: 100;
}

.cookie-banner {
  display: flex;
  flex-wrap: wrap;
  z-index: 200;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000000;
  align-items: center;
  color: #fbfbfb;
  padding: 18px;
  gap: 16px;
}
.cookie-banner.hide {
  display: none;
}
.cookie-banner .cookie-message {
  flex: 1;
  min-width: 370px;
}
.cookie-banner .cookie-message .cookie-link {
  color: #fbfbfb;
  opacity: 0.75;
  margin-left: 5px;
  transition: 0.2s;
}
.cookie-banner .cookie-message .cookie-link:hover {
  opacity: 1;
  color: #fbfbfb;
}
.cookie-banner .consent-button {
  text-align: center;
  min-width: 140px;
  padding: 6px 8px;
  background-color: #EE7623;
  font-weight: 700;
  color: #000000;
  max-height: 36px;
}
.cookie-banner .consent-button:hover {
  background-color: #ee8828;
}

@media only screen and (max-width: 1000px) {
  main .content-wrapper .grid-row-container .grid-row.blue {
    margin: auto !important;
    max-width: 700px;
    padding: 30px !important;
  }
  main .content-wrapper .news-section .news-card {
    flex: 1 1 100% !important;
  }
  nav .navbar-wrapper {
    grid-template-columns: 50% 50%;
  }
  nav .navbar-wrapper .logo-wrapper {
    grid: 1/2;
    margin: auto 0 auto 5px;
  }
  nav .navbar-wrapper .nav-text-wrapper {
    display: none;
  }
  nav .navbar-wrapper .burger-wrapper {
    width: 30px;
    margin: auto 5px auto auto;
    grid: 3/4;
  }
  nav .navbar-wrapper .burger-wrapper:hover {
    cursor: pointer;
  }
  nav .navbar-wrapper .burger-wrapper.is-active .line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  nav .navbar-wrapper .burger-wrapper.is-active .line:nth-child(2) {
    opacity: 0;
  }
  nav .navbar-wrapper .burger-wrapper.is-active .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  nav .navbar-wrapper .burger-wrapper .line {
    width: 30px;
    height: 4px;
    background-color: #1C355E;
    display: block;
    margin: 7px auto;
    transition: all 0.3s ease-in-out;
  }
  .mobile-dropdown {
    z-index: 98;
    display: block;
    visibility: hidden;
    height: calc(100% - 80px);
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fbfbfb;
    padding: 30px 40px 0 40px;
    height: 0%;
    opacity: 0;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .mobile-dropdown .mobile-menu,
  .mobile-dropdown .mobile-list,
  .mobile-dropdown img {
    display: none;
  }
  .mobile-dropdown.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .mobile-dropdown.open img {
    display: inline;
  }
  .mobile-dropdown.open .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .mobile-dropdown.open .mobile-menu .dropdown-gap {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-dropdown.open .mobile-menu .mobile-item img {
    margin-left: 5px;
    height: 18px;
    width: 18px;
    transition: transform 0.3s;
  }
  .mobile-dropdown.open .mobile-menu .mobile-item img.rotate {
    transform: rotate(90deg);
  }
  .mobile-dropdown.open .mobile-menu .mobile-list {
    padding: 8px 15px;
    display: none;
  }
  .mobile-dropdown.open .mobile-menu .mobile-list.open {
    display: flex;
  }
  .mobile-dropdown.open .mobile-menu .button-wrapper {
    display: flex;
    gap: 10px;
  }
  body main .back-to-top-wrapper {
    display: none;
  }
  body main .intro.sub-intro {
    height: calc(100vh - 80px);
  }
  body main .intro.cs-intro {
    height: calc(100vh - 80px);
  }
  body main .intro.cs-intro .jumbotron-container {
    flex-direction: column;
    gap: 80px;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text {
    margin: 0;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text h1 {
    text-align: center;
    font-size: 42px;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text h2 {
    text-align: center;
    font-size: 22px;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text h3 {
    text-align: center;
    font-size: 18px;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats {
    display: block;
    margin-inline: auto;
    margin-top: 0;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats li {
    justify-content: center;
  }
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #tech,
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #time,
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #languages,
  body main .intro.cs-intro .jumbotron-container .jumbotron-text .project-stats #team {
    padding: 0;
    padding-top: 10px;
    border: 0;
  }
  body main .intro.cs-intro .jumbotron-container .image-section {
    display: none;
  }
  body main .intro .jumbotron-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body main .intro .jumbotron-container .jumbotron-text {
    width: 100%;
    margin: auto;
  }
  body main .intro .jumbotron-container .jumbotron-text h1 {
    text-align: center;
    font-size: 42px;
  }
  body main .intro .jumbotron-container .jumbotron-text h2 {
    text-align: center;
    font-size: 24px;
  }
  body main .intro .jumbotron-container .jumbotron-text h3 {
    text-align: center;
    font-size: 18px;
  }
  body main .intro .jumbotron-container .jumbotron-text .sizing {
    font-size: 14px;
  }
  body main .content-wrapper .title-wrapper h1 {
    font-size: 32px;
  }
  body main .content-wrapper .title-wrapper h2 {
    font-size: 20px;
  }
  main#landing #how-we-do-it .button-container {
    grid-template-columns: calc(100% - 60px) 20px 5px 20px 15px;
  }
  main#landing #how-we-do-it .gallery-container .mini-card {
    width: calc((100% - 45px) / 2);
    margin-left: 15px;
  }
  main#landing #how-we-do-it .gallery-container .mini-card:nth-child(3n) {
    margin-right: 0;
  }
  main#landing #how-we-do-it .gallery-container .mini-card:nth-child(2n) {
    margin-right: 15px;
  }
  main#landing #how-we-do-it .gallery-container .mini-card p {
    display: none;
  }
  main#landing #how-we-do-it .gallery-container .mini-card h2 {
    white-space: normal;
  }
  main#landing #our-process .content-wrapper .process-image #standard {
    display: none;
  }
  main#landing #our-process .content-wrapper .process-image #mobile {
    display: block;
  }
  main.ss-page .ss-container h2 {
    font-size: 22px;
  }
  main.ss-page .ss-container p {
    font-size: 13px;
  }
  main.ss-page .ss-container .ss-box {
    width: 90%;
    padding: 30px;
    gap: 30px;
    justify-content: center;
  }
  main.ss-page .ss-container .ss-box .img-col {
    min-width: 200px;
  }
  main#our-work .our-work-container .projects {
    justify-content: center;
  }
  main#our-work .our-work-container .projects .project {
    flex: 1 1 100%;
  }
  main#about-us .testimonial-slider #left-arrow {
    left: 0;
  }
  main#about-us .testimonial-slider #right-arrow {
    right: 0;
  }
  main#about-us .testimonial-box {
    width: 80%;
    padding: 30px;
  }
  main#about-us .testimonial-box .testimonial-content {
    gap: 30px;
  }
  main#about-us .testimonial-box .testimonial-content .img-col {
    min-width: 200px;
  }
  main#about-us .who-we-are .meet-the-team .modal-content {
    gap: 15px;
  }
  main#about-us .who-we-are .company-content p {
    text-align: center;
  }
  footer .footer-title {
    text-align: center;
  }
  footer .footer-wrapper {
    grid-template-rows: 1fr 60px auto;
  }
  footer .footer-wrapper .top-section {
    grid-template-rows: 0.4fr 60px 0.6fr;
  }
  footer .footer-wrapper .top-section .row-1 .form-section .contact-form {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  footer .footer-wrapper .top-section .row-1 .form-section .contact-form input, footer .footer-wrapper .top-section .row-1 .form-section .contact-form select {
    width: min(100% - 40px, 400px) !important;
    max-width: none;
  }
  footer .footer-wrapper .top-section .row-1 .form-section .contact-form input#phone-number, footer .footer-wrapper .top-section .row-1 .form-section .contact-form select#phone-number {
    width: min(100% - 40px, 400px);
    max-width: none;
  }
  footer .footer-wrapper .top-section .row-1 .form-section .contact-form select {
    width: min(100% - 40px, 400px) !important;
    max-width: none;
  }
  footer .footer-wrapper .top-section .row-1 .form-section .contact-form .styled-button {
    width: 100px;
  }
  footer .footer-wrapper .top-section .row-2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .footer-wrapper .top-section .row-2 .company-section {
    min-width: 300px;
  }
  footer .footer-wrapper .top-section .row-2 .company-section .company-info {
    text-align: center;
  }
  footer .footer-wrapper .top-section .row-2 .company-section .company-info .company {
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .grecaptcha-badge {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  main .content-wrapper .grid-row-container .grid-row.blue .col-1,
  main .content-wrapper .grid-row-container .grid-row.blue .col-2 {
    min-width: 240px !important;
  }
  main .content-wrapper .news-section#latest .news-card {
    padding: 30px !important;
  }
  main .content-wrapper .news-section .news-card .news-profile {
    flex-direction: column;
    gap: 5px !important;
  }
  main.ss-page .product-section .solution-products .solution-product .product-text .product-desc p {
    display: none;
  }
  main.ss-page .product-section .solution-products .solution-product .product-text .product-desc a {
    display: block;
  }
  main.ss-page .product-section .solution-products .solution-product:hover .product-text {
    transform: translateY(10%);
  }
  main#our-work .our-work-container .selector-section {
    max-width: 100%;
  }
  main#our-work .our-work-container .selector-section .industry-selector {
    text-align: center;
    margin-bottom: 20px;
  }
  main#our-work .our-work-container .selector-section .industry-selector h2 {
    width: 100%;
  }
  main#our-work .our-work-container .selector-section .industry-selector ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    padding: 0;
  }
  main#our-work .our-work-container .selector-section .industry-selector ul li {
    margin-top: 15px;
  }
  main#our-work .our-work-container .selection {
    width: 100%;
  }
  main#about-us .testimonial-slider .arrow {
    font-size: 20px;
  }
  main#about-us .testimonial-slider .arrow#right-arrow {
    right: -5px;
  }
  main#about-us .testimonial-slider .arrow#left-arrow {
    left: -5px;
  }
  main#contact-us .contact-form {
    padding: 30px;
  }
  main#contact-us .contact-form .form-item {
    min-width: 100%;
  }
  .cookie-banner .consent-button {
    flex: 1;
  }
}
@media only screen and (max-width: 450px) {
  .cookie-banner .cookie-message {
    min-width: 315px;
  }
}/*# sourceMappingURL=style.css.map */