@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito-Medium.eot');
  src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Medium.woff2') format('woff2'), url('../fonts/Nunito-Medium.woff') format('woff'), url('../fonts/Nunito-Medium.ttf') format('truetype'), url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Bold.eot');
  src: url('../fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-Bold.woff2') format('woff2'), url('../fonts/NunitoSans-Bold.woff') format('woff'), url('../fonts/NunitoSans-Bold.ttf') format('truetype'), url('../fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Italic.eot');
  src: url('../fonts/NunitoSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-Italic.woff2') format('woff2'), url('../fonts/NunitoSans-Italic.woff') format('woff'), url('../fonts/NunitoSans-Italic.ttf') format('truetype'), url('../fonts/NunitoSans-Italic.svg#NunitoSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Regular.eot');
  src: url('../fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-Regular.woff2') format('woff2'), url('../fonts/NunitoSans-Regular.woff') format('woff'), url('../fonts/NunitoSans-Regular.ttf') format('truetype'), url('../fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-SemiBold.eot');
  src: url('../fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'), url('../fonts/NunitoSans-SemiBold.woff') format('woff'), url('../fonts/NunitoSans-SemiBold.ttf') format('truetype'), url('../fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
  src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #DD1A20;
  text-decoration: none;
  outline: none !important;
}
button {
  font-family: "Nunito Sans", sans-serif;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000;
  text-decoration: none;
  outline: none !important;
}
* {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1390px;
  width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  margin-bottom: 30px;
}
p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
h1 {
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 15px 0;
  padding: 0;
}
h2 {
  font-weight: 600;
  line-height: 1.1;
  color: #282828;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0;
}
h3 {
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0;
}
h4 {
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0;
}
h5 {
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0;
}
h6 {
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0;
}
.text-center {
  text-align: center;
}
header {
  overflow-x: hidden;
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .mainrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo {
  margin: 0 0 -7px -93px;
}
header .logo img {
  width: 238px;
}
header .headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .headerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 38px;
}
header .headerNav ul li {
  position: relative;
}
header .headerNav ul li a {
  color: #131a2e;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}
header .headerNav ul li a:hover {
  color: #ED202D;
}
header .headerNav ul li.active a {
  color: #ED202D;
}
header .headerLanguage {
  margin: 0 0 0 65px;
}
header .languagebox {
  border: 1px solid #C9DDF0;
  border-radius: 12px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  gap: 25px;
  line-height: 1.15;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .languagebox:after {
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c9ddf0;
}
header .languagebox a {
  color: #7B7C7C;
}
header .languagebox a:hover {
  color: #ED202D;
}
header .languagebox a.active {
  color: #ED202D;
}
header .languagebox.show-mobile {
  display: none;
}
header .menu-toggle {
  display: none;
}
header.headerFix {
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}
section {
  padding: 140px 15px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 48px;
  margin-bottom: 22px;
}
.section-title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.tab-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.tab-nav span {
  background: url("../images/slider-arrow.svg") center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.tab-nav:hover {
  background: #ED1F2C;
  box-shadow: 0px 6px 30px rgba(232, 30, 41, 0.15);
}
.tab-nav:hover span {
  filter: brightness(0) invert(1);
}
.slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  outline: none !important;
  cursor: pointer;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.slick-arrow span {
  background: url("../images/slider-arrow.svg") center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.slick-arrow:hover {
  background: #ED1F2C;
  box-shadow: 0px 6px 30px rgba(232, 30, 41, 0.15);
}
.slick-arrow:hover span {
  filter: brightness(0) invert(1);
}
.tab-nav.tab-next {
  right: 0;
  left: auto;
}
.tab-nav.tab-next span {
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-arrow.slick-next span {
  transform: rotate(180deg);
}
.section-main-banner {
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
  padding: 8% 15px 9.5% 15px;
  margin: 111px 0 0 0;
}
.section-main-banner h1 {
  color: #fff;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.section-main-banner h1 strong {
  font-weight: 700;
}
.section-main-banner p {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
}
.section-main-banner.sub-banner {
  padding-top: 3%;
  padding-bottom: 3%;
  background: linear-gradient(234.39deg, #95b4d0 2.63%, #5e758b 63.1%);
}
section.section-services {
  padding: 0;
}
.section-services .mainrow {
  display: flex;
  flex-wrap: wrap;
}
.section-services .mainrow .col {
  width: 25%;
  background: linear-gradient(226.46deg, #87A0B5 14.65%, #436E8D 100%);
}
.section-services .mainrow .col .boxinner {
  padding: 65px 55px 110px 55px;
  position: relative;
  height: 100%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 280px;
  display: block;
}
.section-services .mainrow .col .boxinner:hover .linkarea {
  transform: rotate(45deg);
}
.section-services .mainrow .col h3 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.section-services .mainrow .col p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  max-width: 260px;
}
.section-services .mainrow .linkarea {
  font-size: 0;
  background: url("../images/icon-arrow1.svg") center center no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 55px;
  bottom: 65px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-services .mainrow .col.col1 .boxinner {
  background-image: url("../images/icon-services.svg");
}
.section-services .mainrow .col.col2 .boxinner {
  background-image: url("../images/icon-solution.svg");
}
.section-services .mainrow .col.col3 .boxinner {
  background-image: url("../images/icon-team.svg");
}
.section-services .mainrow .col.col4 .boxinner {
  background-image: url("../images/icon-company.svg");
}
section.section-services-tab {
  background: #EAF0F6;
}
.section-services-tab .tab {
  position: relative;
}
.section-services-tab .tab:after {
  position: absolute;
  left: -60px;
  top: 0;
  content: '';
  width: 180px;
  height: 180px;
  background: linear-gradient(90deg, #EAF0F6 31.37%, rgba(234, 240, 246, 0) 100%);
  z-index: 1;
}
.section-services-tab .tab:before {
  position: absolute;
  right: -40px;
  top: 0;
  content: '';
  width: 180px;
  height: 180px;
  background: linear-gradient(90deg, #EAF0F6 31.37%, rgba(234, 240, 246, 0) 100%);
  z-index: 1;
  left: auto;
  transform: rotate(-180deg);
}
.section-services-tab .carousel-tab {
  margin: 70px 0 0 0;
  padding: 20px;
  scrollbar-width: none;
  gap: 28px;
  position: relative;
}
.section-services-tab .carousel-tab .slick-list {
  margin: 0 -14px;
}
.section-services-tab .carousel-tab .slick-slide > div {
  padding: 15px 14px 22px 14px;
}
.section-services-tab .carousel-tab .tablinks {
  margin: 0;
  outline: none !important;
  padding: 12px 25px 10px 25px;
  background: #FFFFFF;
  border: 1px solid #C9DDF0;
  border-radius: 16px;
  text-align: center;
  font-weight: 500;
  color: #282828;
  font-size: 18px;
  display: flex;
  width: 100%;
  min-width: 245px;
  height: 146px;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 22px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-services-tab .carousel-tab .tablinks:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: '';
  background: url("../images/polygon1.svg") center center no-repeat;
  width: 24px;
  height: 0;
  background-size: 24px;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-services-tab .carousel-tab .tablinks img {
  object-fit: contain;
  width: 34px;
  margin: 0 auto;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-services-tab .carousel-tab .tablinks span {
  display: block;
  padding: 0;
  white-space: pre;
}
.section-services-tab .carousel-tab .tablinks:hover {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
}
.section-services-tab .carousel-tab .tablinks:hover img {
  filter: brightness(0) invert(1);
}
.section-services-tab .carousel-tab .tablinks.active {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
  transform: scale(1.1);
}
.section-services-tab .carousel-tab .tablinks.active img {
  filter: brightness(0) invert(1);
  transform: scale(0.9);
}
.section-services-tab .carousel-tab .tablinks.active:after {
  opacity: 1;
  height: 15px;
  bottom: -15px;
}
.section-services-tab .carousel-tab .tablinks.active span {
  transform: scale(0.9);
}
.section-services-tab .slick-arrow {
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.section-services-tab .slick-arrow.slick-next {
  right: -30px;
  left: auto;
}
.section-services-tab .tabcontent {
  display: none;
}
.section-services-tab .tabcontent.active {
  display: block;
}
.section-services-tab .tabcontent-outer {
  margin: 35px 0 0 0;
  background: #FFFFFF;
  border: 1px solid #C9DDF0;
  border-radius: 30px;
  overflow: hidden;
}
.section-services-tab .tabcontent-outer .whitebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.section-services-tab .tabcontent-outer .whitebox .leftcol {
  width: 50%;
  padding: 15px 50px 15px 80px;
}
.section-services-tab .tabcontent-outer .whitebox .leftcol h3 {
  margin: 0 0 35px 0;
  padding: 0;
  color: #282828;
  font-size: 36px;
  font-weight: 600;
}
.section-services-tab .tabcontent-outer .whitebox .leftcol h3 em {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.section-services-tab .tabcontent-outer .whitebox .leftcol .lead1 {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
  border-left: 3px solid #438cd2;
  padding: 0 0 0 20px;
  line-height: 1.3;
}
.section-services-tab .tabcontent-outer .whitebox .rightcol {
  width: 50%;
  display: flex;
}
.section-services-tab .tabcontent-outer .paragraph-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 -80px 0 0;
  z-index: 1;
  position: relative;
}
.section-solutions-tab .tab {
  position: relative;
}
.section-solutions-tab .carousel-tab-solution {
  margin: 50px 0 0 0;
  padding: 0 0 15px 0;
  gap: 27px;
  scrollbar-width: none;
  position: relative;
  justify-content: center;
}
.section-solutions-tab .carousel-tab-solution .slick-list {
  margin: 0 -15px;
}
.section-solutions-tab .carousel-tab-solution .slick-slide > div {
  padding: 15px 15px 22px 15px;
}
.section-solutions-tab .carousel-tab-solution .tablinks2 {
  margin: 0;
  outline: none !important;
  padding: 12px 32px 10px 32px;
  background: #FFFFFF;
  border: 1px solid #C9DDF0;
  border-radius: 16px;
  text-align: left;
  font-weight: 500;
  color: #282828;
  font-size: 18px;
  display: flex !important;
  width: 100%;
  height: 80px;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-solutions-tab .carousel-tab-solution .tablinks2:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: '';
  background: url("../images/polygon1.svg") center center no-repeat;
  width: 24px;
  height: 0;
  background-size: 24px;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-solutions-tab .carousel-tab-solution .tablinks2 img {
  object-fit: contain;
  width: 32px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-solutions-tab .carousel-tab-solution .tablinks2 span {
  display: block;
  padding: 0;
  white-space: nowrap;
}
.section-solutions-tab .carousel-tab-solution .tablinks2:hover {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
}
.section-solutions-tab .carousel-tab-solution .tablinks2:hover img {
  filter: brightness(0) invert(1);
}
.section-solutions-tab .carousel-tab-solution .tablinks2.active {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
}
.section-solutions-tab .carousel-tab-solution .tablinks2.active img {
  filter: brightness(0) invert(1);
}
.section-solutions-tab .carousel-tab-solution .tablinks2.active:after {
  opacity: 1;
  height: 15px;
  bottom: -15px;
}
.section-solutions-tab .slick-arrow {
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-solutions-tab .tabcontent2 {
  display: none;
}
.section-solutions-tab .tabcontent2.active {
  display: block;
}
.section-solutions-tab .tabcontent-outer {
  margin: 45px 0 0 0;
  border: 1px solid #C9DDF0;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 37.95%, #F2F9FF 100%);
}
.section-solutions-tab .tabcontent-outer .mainrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.section-solutions-tab .tabcontent-outer .whitebox .leftcol {
  width: 55%;
  padding: 15px 50px 15px 80px;
}
.section-solutions-tab .tabcontent-outer .whitebox .leftcol h3 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #282828;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.section-solutions-tab .tabcontent-outer .whitebox .more-info {
  color: #333333;
  font-weight: 600;
  background: url("../images/link-arrow2.svg") left center no-repeat;
  padding-left: 35px;
}
.section-solutions-tab .tabcontent-outer .whitebox .more-info a {
  color: #EE3945;
  text-decoration: underline;
}
.section-solutions-tab .tabcontent-outer .whitebox .more-info a:hover {
  color: #333;
  text-decoration: none;
}
.section-solutions-tab .tabcontent-outer .whitebox .rightcol {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.section-solutions-tab .tabcontent-outer .whitebox .mainrow.leftimg .leftcol {
  width: 50%;
  padding-left: 0;
  padding-right: 90px;
}
.section-solutions-tab .tabcontent-outer .whitebox .mainrow.leftimg .rightcol {
  width: 50%;
  justify-content: center;
}
.section-solutions-tab .tabcontent-outer .whitebox .mainrow.leftimg .more-info {
  border-top: 1px solid #C2D4EA;
  padding-top: 35px;
  background-position: left 42px;
  font-size: 20px;
}
.section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol {
  width: 100%;
  padding: 80px;
}
.section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol .lead1 {
  font-size: 24px;
  font-weight: 500;
}
.section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol ul {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
.section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol ul li {
  width: 33.3333%;
}
.section-solutions-tab .tabcontent-outer .whitebox .fullrow .rightcol {
  width: 100%;
  padding: 70px 0;
  justify-content: center;
}
.section-solutions-tab .tabcontent-outer #solutions-tabs2 .mainrow .rightcol {
  justify-content: center;
  padding: 40px 0 0 0;
}
.section-solutions-tab .tabcontent-outer .mainrow.leftimg {
  flex-direction: row-reverse;
  padding: 35px 0 125px 0;
}
.section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .leftcol {
  padding: 80px 0px 80px 80px;
}
.section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .leftcol .more-info {
  border-top: 1px solid #C2D4EA;
  padding-top: 35px;
  background-position: left 42px;
  font-size: 20px;
  margin-top: 45px;
}
.section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .rightcol {
  justify-content: center;
}
.section-solutions-tab .tabcontent-outer .paragraph-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 -80px 0 0;
  z-index: 1;
  position: relative;
}
.section-solutions-tab .tabcontent-outer .key-features-tab {
  padding: 10px 80px 80px 80px;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .whitebox2 {
  background: #FFFFFF;
  border: 1px solid #C9DDF0;
  padding: 50px;
  gap: 65px;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .whitebox2 .tab {
  width: 29%;
  padding: 15px;
  background: #F8FAFF;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border: 1px solid #EAF0F6;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3 {
  display: none !important;
  border: 0;
  outline: none !important;
  border-bottom: 3px solid transparent;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  padding: 16px 20px 16px 16px;
  gap: 0;
  border-radius: 12px;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3 img {
  width: 42px;
  object-fit: contain;
  filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.08));
}
.section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tabcontent3 {
  display: none;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tabcontent3.active {
  display: block;
}
.section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3.active {
  border-bottom-color: #E81E29;
  background: #fff;
}
.section-solutions-tab .tabcontent-outer .tablinks3 {
  display: flex;
  border: 0;
  outline: none !important;
  border-bottom: 3px solid transparent;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  padding: 16px 20px 16px 16px;
  gap: 0;
  border-radius: 12px;
}
.section-solutions-tab .tabcontent-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-solutions-tab .tabcontent-outer ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 43px;
  list-style: none;
  font-weight: 500;
  background: url("../images/checkmark1.svg") left 4px no-repeat;
  background-size: 23px;
}
.section-solutions-tab .tabcontent-outer ul li:last-child {
  margin-bottom: 0;
}
.section-solutions-tab .key-features-tab .whitebox2 .tab button {
  display: flex;
  border: 0;
  outline: none !important;
  border-bottom: 3px solid transparent;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  padding: 16px 20px 16px 16px;
  gap: 0;
  border-radius: 12px;
}
.section-solutions-tab .key-features-tab .whitebox2 .tab button img {
  width: 42px;
  object-fit: contain;
  filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.08));
}
.section-solutions-tab .key-features-tab .whitebox2 .tab button.active {
  border-bottom-color: #E81E29;
  background: #fff;
}
.section-solutions-tab .key-features-tab .tabcontent-outer {
  background: #fff;
  margin: 0;
  border: 0;
  width: 70%;
  border-radius: 0;
  padding: 0 50px 0 0;
}
.section-solutions-tab .key-features-tab .tabcontent-outer h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}
.section-team-tab {
  background: linear-gradient(234.39deg, #95b4d0 2.63%, #5e758b 63.1%);
}
.section-team-tab .tab {
  position: relative;
}
.section-team-tab .section-title p {
  color: #fff;
}
.section-team-tab .section-title h2 {
  color: #fff;
}
.section-team-tab .carousel-tab-team {
  margin: 60px 0 0 0;
  padding: 7px 0 21px 11px;
  scrollbar-width: none;
  grid-auto-columns: auto !important;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: nowrap;
  justify-content: center;
}
.section-team-tab .carousel-tab-team .tablinks4 {
  margin: 0;
  outline: none !important;
  padding: 12px 25px 10px 25px;
  background: #FFFFFF;
  border: 1px solid #C9DDF0;
  border-radius: 16px;
  text-align: center;
  font-weight: 500;
  color: #282828;
  font-size: 18px;
  display: flex !important;
  width: 247px !important;
  height: 146px;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 22px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-team-tab .carousel-tab-team .tablinks4:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: '';
  background: url("../images/polygon1.svg") center center no-repeat;
  width: 24px;
  height: 0;
  background-size: 24px;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-team-tab .carousel-tab-team .tablinks4 img {
  object-fit: contain;
  width: 34px;
  margin: 0 auto;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.section-team-tab .carousel-tab-team .tablinks4 span {
  display: block;
  padding: 0;
}
.section-team-tab .carousel-tab-team .tablinks4:hover {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
}
.section-team-tab .carousel-tab-team .tablinks4:hover img {
  filter: brightness(0) invert(1);
}
.section-team-tab .carousel-tab-team .tablinks4.active {
  color: #fff;
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-color: #ED1F2C;
  transform: scale(1.1);
}
.section-team-tab .carousel-tab-team .tablinks4.active img {
  filter: brightness(0) invert(1);
  transform: scale(0.9);
}
.section-team-tab .carousel-tab-team .tablinks4.active:after {
  opacity: 1;
  height: 15px;
  bottom: -15px;
}
.section-team-tab .carousel-tab-team .tablinks4.active span {
  transform: scale(0.9);
}
.section-team-tab .carousel-tab-team .slick-slide > div {
  padding: 15px 15px 22px 15px;
}
.section-team-tab .slick-arrow {
  top: 450px;
  margin: auto;
}
.section-team-tab .slick-arrow.slick-prev {
  left: -30px;
}
.section-team-tab .slick-arrow.slick-next {
  left: auto;
  right: -30px;
}
.section-team-tab .tabcontent4 {
  display: none;
}
.section-team-tab .tabcontent4.active {
  display: block;
}
.section-team-tab .tabcontent-outer {
  margin: 50px 0 0 0;
  background: #FFFDFB;
  border-radius: 30px;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.08);
  position: relative;
}
.section-team-tab .tabcontent-outer .whitebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.section-team-tab .tabcontent-outer .whitebox .leftcol {
  width: 50%;
  display: flex;
}
.section-team-tab .tabcontent-outer .whitebox .leftcol img {
  border-radius: 30px 0 0 30px;
}
.section-team-tab .tabcontent-outer .whitebox .rightcol {
  width: 50%;
  padding: 15px 170px 15px 20px;
}
.section-team-tab .tabcontent-outer .whitebox .rightcol h3 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #282828;
  font-size: 36px;
  font-weight: 600;
}
.section-team-tab .tabcontent-outer .whitebox .rightcol h3 em {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.section-team-tab .tabcontent-outer .whitebox .rightcol .lead2 {
  font-size: 20px;
  font-weight: 600;
  border-left: 3px solid #ed202d;
  padding: 0 0 0 20px;
  line-height: 1.3;
}
.section-team-tab .tab-nav {
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-team-tab .tab-nav.tab-prev {
  left: -30px;
}
.section-team-tab .tab-nav.tab-next {
  right: -30px;
}
.section-company {
  background: linear-gradient(180deg, rgba(242, 249, 255, 0) 44.35%, #EAF0F6 100%);
}
.section-company .section-title {
  margin-bottom: 64px;
}
.section-company .content-box {
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border: 1px solid #C9DDF0;
  border-radius: 30px;
  margin-bottom: 36px;
}
.section-company .content-box .left-content {
  padding: 98px 55px 98px 95px;
  width: 50%;
}
.section-company .content-box h3 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #282828;
  font-size: 36px;
  font-weight: 600;
}
.section-company .content-box .right-img {
  width: 50%;
  text-align: right;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.section-company .content-box .right-img .show-mobile {
  display: none;
}
.section-company .content-box .right-img span {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.section-company .mainrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 36px;
}
.section-company .mainrow .leftbox {
  width: 67%;
}
.section-company .mainrow .leftbox .left-content {
  padding: 70px 0 78px 70px;
  width: 62%;
  margin-right: -105px;
  position: relative;
  z-index: 1;
}
.section-company .mainrow .leftbox .right-img {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-company .mainrow .rightbox {
  width: 33%;
}
.section-company .mainrow .rightbox .top-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 70px 50px 78px 70px;
}
.section-company .mainrow .rightbox .btm-img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 65px 0 70px;
  margin: 0;
  text-align: right;
}
.section-company .mainrow .rightbox .content-box {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-company .mainrow .content-box {
  border-radius: 18px;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
}
.section-company .mainrow h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.section-company .mainrow .left-content p {
  line-height: 1.25;
}
section.section-contact {
  background: #EAF0F6 url("../images/contact-bg.jpg") center bottom no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.section-contact .section-title {
  margin-bottom: 70px;
}
.section-contact .mainrow {
  display: flex;
  flex-wrap: nowrap;
  gap: 36px;
}
.section-contact .mainrow .left-form {
  width: 50%;
}
.section-contact .mainrow .right-addressbox {
  width: 50%;
  display: flex;
  gap: 36px;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.section-contact .mainrow .right-addressbox .whitebox {
  width: 50%;
  padding: 26px 36px;
  border-radius: 20px;
  min-height: 258px;
}
.section-contact .mainrow .right-addressbox .whitebox .iconbox {
  margin-bottom: 20px;
}
.section-contact .mainrow .right-addressbox .whitebox .iconbox img {
  width: 36px;
  object-fit: contain;
}
.section-contact .mainrow .right-addressbox .whitebox p {
  color: #282828;
  margin-bottom: 15px;
}
.section-contact .mainrow .right-addressbox .whitebox p:last-of-type {
  margin-bottom: 0;
}
.section-contact .mainrow .right-addressbox .whitebox p a {
  color: #282828;
  font-weight: 600;
}
.section-contact .mainrow .right-addressbox .whitebox p a:hover {
  color: #DD1A20;
}
.section-contact .mainrow .right-addressbox .whitebox p.footer-email a {
  text-decoration: underline;
}
.section-contact .mainrow .right-addressbox .whitebox p.footer-email a:hover {
  text-decoration: none;
}
.section-contact .mainrow .right-addressbox .whitebox p.footer-address a {
  font-weight: 400;
}
.section-contact .whitebox {
  padding: 65px;
  background: #FFFFFF;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
}
.section-contact .contact-form .main-form-row {
  margin: 0 -17px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-contact .contact-form .main-form-row .form-group {
  padding-left: 17px;
  padding-right: 17px;
  width: 50%;
}
.section-contact .contact-form .form-group {
  padding: 0 0 28px 0;
}
.section-contact .contact-form .form-group.last {
  padding-bottom: 0;
}
.section-contact .contact-form label {
  display: block;
  color: #282828;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}
.section-contact .contact-form input[type="text"],
.section-contact .contact-form input[type="email"] {
  width: 100%;
  outline: none !important;
  font-size: 16px;
  color: #282828;
  padding: 8px 16px;
  font-family: "Nunito Sans", sans-serif;
  height: 56px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background: #FFFFFF;
  border: 1px solid #A1B3C2;
  border-radius: 12px;
}
.section-contact .contact-form input[type="text"]:focus,
.section-contact .contact-form input[type="email"]:focus {
  border-color: #556470;
}
.section-contact .contact-form textarea {
  width: 100%;
  outline: none !important;
  font-size: 16px;
  color: #282828;
  padding: 8px 16px;
  font-family: "Nunito Sans", sans-serif;
  height: 56px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background: #FFFFFF;
  border: 1px solid #A1B3C2;
  border-radius: 12px;
  resize: none;
  height: 104px;
  line-height: 18px;
  padding-top: 13px;
}
.section-contact .contact-form textarea::placeholder {
  color: #94a3b8;
}
.section-contact .contact-form textarea:focus {
  border-color: #556470;
}
.section-contact .contact-form input::placeholder {
  color: #94a3b8;
}
.section-contact .contact-form.is-verification-pending input[readonly],
.section-contact .contact-form.is-verification-pending textarea[readonly] {
  background: #EEF2F6;
}
.section-contact .contact-form .verification-group.is-hidden {
  display: none;
}
.section-contact .contact-form .form-feedback {
  min-height: 24px;
  font-size: 19px;
  font-weight: 600;
  margin: -8px 0 20px 0;
}
.section-contact .contact-form .form-feedback.success {
  color: #0F6B40;
}
.section-contact .contact-form .form-feedback.error {
  color: #B42318;
}
.section-contact .contact-form button[type="submit"] {
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #ED202D 0%, #D5171A 100%);
  border-radius: 12px;
  border: 0;
  outline: none !important;
  color: #fff;
  cursor: pointer;
  padding: 13px 42px;
}
.section-contact .contact-form button[type="submit"] span {
  display: block;
  padding: 0 28px 0 0;
  background: url("../images/btn-arrow.svg") right center no-repeat;
  background-size: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.section-contact .contact-form button[type="submit"]:hover {
  background: radial-gradient(74.44% 335% at 16.94% 10.24%, #282828 0%, #121212 100%);
}
.section-contact .contact-form button[type="submit"][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
footer {
  background: linear-gradient(80.76deg, #00202E 30.21%, #002E46 86.89%);
  padding: 95px 15px;
  color: #afafaf;
}
footer a {
  color: #afafaf;
}
footer a:hover {
  color: #fff;
}
footer .mainrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
footer strong {
  font-weight: 600;
}
footer p {
  margin-bottom: 24px;
}
footer p:last-of-type {
  margin-bottom: 0;
}
footer .sep {
  padding: 0 20px;
}
footer .footer-col.right {
  font-size: 16px;
  text-align: right;
}
footer .footer-logo {
  margin-bottom: 24px;
}
footer .footer-logo img {
  width: 235px;
  object-fit: contain;
}
footer .footer-logo.show-mobile {
  display: none;
}
@media only screen and (max-width: 1600px) {
  body {
    zoom: 90%;
  }
}
@media only screen and (max-width: 1370px) {
  body {
    zoom: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-solutions-tab .carousel-tab-solution {
    padding: 0 60px;
  }
  .section-solutions-tab .carousel-tab-solution .slick-list {
    margin: 0;
  }
  .section-company .mainrow .rightbox .btm-img {
    width: 65%;
  }
  .section-company .mainrow .leftbox .left-content {
    width: 65%;
  }
  .section-services-tab .slick-arrow {
    left: -15px;
  }
  .section-services-tab .slick-arrow.slick-next {
    right: -15px;
  }
  .section-services-tab .tab:before {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-title p br {
    display: none;
  }
  .section-contact .mainrow {
    flex-direction: column;
  }
  .section-contact .mainrow .left-form {
    width: 100%;
  }
  .section-contact .mainrow .right-addressbox {
    width: 100%;
  }
  header .headerNav ul {
    gap: 20px;
  }
  header .headerLanguage {
    margin: 0 0 0 0;
  }
  header .logo {
    margin-left: -53px;
  }
  header .logo img {
    width: 180px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.section-contact {
    padding-top: 0;
  }
  .section-company .mainrow {
    flex-direction: column;
  }
  .section-company .mainrow .content-box {
    align-items: flex-end;
  }
  .section-company .mainrow .rightbox {
    width: 100%;
  }
  .section-company .mainrow .rightbox .btm-img {
    padding-bottom: 30px;
  }
  .section-company .mainrow .leftbox {
    width: 100%;
  }
  .section-company .content-box .left-content {
    padding: 40px;
  }
  .section-team-tab .carousel-tab-team {
    gap: 0px;
  }
  .section-team-tab .tabcontent-outer .whitebox .rightcol {
    padding-right: 50px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .whitebox2 {
    padding: 20px;
  }
  .section-services .mainrow .col .boxinner {
    padding: 30px 30px 110px 30px;
  }
  .section-main-banner h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    zoom: unset;
    font-size: 16px;
    line-height: 1.3;
  }
  p {
    margin-bottom: 15px;
  }
  header {
    overflow: visible;
    padding: 30px 15px;
  }
  header .headerLanguage {
    display: none;
  }
  header .menu-toggle {
    display: block;
  }
  header .menu-toggle button {
    border: 0;
    background: none;
    width: 36px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 36px;
    outline: none !important;
  }
  header .menu-toggle button .menu-toggle {
    width: 26px;
  }
  header .menu-toggle button .menu-close {
    width: 22px;
    display: none;
  }
  header .headerNav {
    display: none;
  }
  header .headerNav ul {
    gap: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .headerNav ul li {
    border-top: 1px solid #d9d9d9;
    line-height: 1;
  }
  header .headerNav ul li a {
    padding: 20px 0;
    display: block;
  }
  header .headerNav ul li a:after {
    display: none;
  }
  header .headerNav ul li:first-child {
    border-top: 0;
  }
  header .headerNav ul li.menu-btn {
    margin-top: 10px;
  }
  header .logo {
    margin-left: -75px;
  }
  header .logo img {
    width: 190px;
  }
  header .languagebox.show-mobile {
    display: flex;
    margin: 10px 0 0 0;
  }
  header .languagebox.show-desktop {
    display: none;
  }
  header.openmenu .menu-toggle button .menu-toggle {
    display: none;
  }
  header.openmenu .menu-toggle button .menu-close {
    display: block;
  }
  header.openmenu .headerNav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 0 30px 30px 30px;
    border-top: 1px solid #d9d9d9;
  }
  .section-services .mainrow .col {
    width: 50%;
  }
  .section-services .mainrow .col h3 {
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
  }
  .section-services .mainrow .col .boxinner {
    padding: 35px 25px 75px 25px;
    position: relative;
    min-height: inherit;
  }
  .section-services .mainrow .col .boxinner:after {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(226.46deg, #87A0B5 14.65%, #436E8D 100%);
    opacity: 0.6;
  }
  .section-services .mainrow .col p {
    line-height: 1.25;
    position: relative;
    z-index: 1;
  }
  .section-services .mainrow .linkarea {
    left: 30px;
    bottom: 30px;
    z-index: 1;
  }
  .section-contact .mainrow .right-addressbox {
    flex-direction: column;
  }
  .section-contact .mainrow .right-addressbox .whitebox {
    width: 100%;
    text-align: center;
    min-height: inherit;
  }
  .section-contact .mainrow .right-addressbox .whitebox p {
    font-size: 18px;
  }
  .section-contact .section-title {
    margin-bottom: 40px;
  }
  .section-contact .whitebox {
    padding: 35px;
    border-radius: 18px;
  }
  .section-contact .contact-form .main-form-row {
    flex-direction: column;
  }
  .section-contact .contact-form .main-form-row .form-group {
    width: 100%;
  }
  .section-contact .contact-form .form-group {
    padding: 0 0 18px 0;
  }
  .section-contact .contact-form label {
    margin-bottom: 10px;
  }
  .section-main-banner {
    margin-top: 100px;
    background-image: url("../images/banner-mobile.jpg");
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-main-banner h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .section-main-banner h1 br {
    display: none;
  }
  .section-main-banner p {
    font-size: 20px;
    line-height: 1.2;
  }
  .section-main-banner br {
    display: none;
  }
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .section-title p {
    font-size: 20px;
    line-height: 1.3;
  }
  .section-services-tab .tabcontent-outer {
    margin: 20px 0 0 0;
  }
  .section-services-tab .tabcontent-outer .whitebox {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .section-services-tab .tabcontent-outer .whitebox .leftcol {
    width: 100%;
    padding: 24px 0 0 0;
  }
  .section-services-tab .tabcontent-outer .whitebox .leftcol h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-services-tab .tabcontent-outer .whitebox .leftcol .lead1 {
    font-size: 18px;
  }
  .section-services-tab .tabcontent-outer .whitebox .rightcol {
    width: 100%;
  }
  .section-services-tab .tabcontent-outer .whitebox .rightcol img {
    border-radius: 16px;
  }
  .section-services-tab .tabcontent-outer .paragraph-col {
    flex-direction: column;
    margin: 0;
    gap: 10px;
  }
  .section-services-tab .tabcontent-outer #tabs3 .lead1 {
    margin-top: 15px;
  }
  .section-services-tab .carousel-tab {
    margin: 0;
    padding: 0;
  }
  .section-services-tab .carousel-tab:after {
    display: none;
  }
  .section-services-tab .carousel-tab:before {
    display: none;
  }
  .section-services-tab .carousel-tab .tablinks {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.1;
    gap: 10px;
    font-size: 16px;
  }
  .section-services-tab .carousel-tab .tablinks img {
    width: 24px;
  }
  .section-services-tab .carousel-tab .tablinks span {
    width: 70%;
    white-space: normal;
  }
  .section-services-tab .carousel-tab .tablinks span br {
    display: none;
  }
  .section-services-tab .carousel-tab .tablinks.active {
    transform: none;
  }
  .section-services-tab .carousel-tab .tablinks.active img {
    transform: none;
  }
  .section-services-tab .carousel-tab .tablinks.active span {
    transform: none;
  }
  .section-services-tab .slick-arrow {
    top: 0px;
  }
  .tab-nav {
    height: 44px;
    width: 44px;
  }
  .slick-arrow {
    height: 44px;
    width: 44px;
  }
  .section-solutions-tab .carousel-tab-solution .slick-slide > div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-solutions-tab .carousel-tab-solution .tablinks2 {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.1;
    gap: 10px;
    font-size: 16px;
  }
  .section-solutions-tab .carousel-tab-solution .tablinks2 img {
    width: 24px;
  }
  .section-solutions-tab .carousel-tab-solution .tablinks2 span {
    white-space: normal;
    width: auto;
  }
  .section-solutions-tab .carousel-tab-solution .tablinks2 span br {
    display: none;
  }
  .section-solutions-tab .tabcontent-outer {
    margin: 20px 0 0 0;
    padding: 20px;
    border: 0;
    background: linear-gradient(180deg, #fafcfd 37.95%, #F2F9FF 100%);
  }
  .section-solutions-tab .tabcontent-outer .whitebox .leftcol {
    width: 100%;
    padding: 0;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .leftcol h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .rightcol {
    width: 100%;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .mainrow.leftimg .leftcol {
    width: 100%;
    padding: 0;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .mainrow.leftimg .more-info {
    font-size: 18px;
    padding-top: 25px;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol {
    padding: 0;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol ul {
    flex-direction: column;
    gap: 0;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .fullrow .leftcol ul li {
    width: 100%;
  }
  .section-solutions-tab .tabcontent-outer .whitebox .fullrow .rightcol {
    padding: 20px 0;
  }
  .section-solutions-tab .tabcontent-outer .mainrow {
    flex-direction: column;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab {
    padding: 0;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .whitebox2 {
    padding: 0;
    border: 0;
    border-radius: 12px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .whitebox2 .tab {
    display: none;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3 {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #d8e9fd;
    border-radius: 0;
    position: relative;
    padding: 16px 30px 16px 16px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3 img {
    width: 50px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3:after {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url("../images/arrow-down.svg") center center no-repeat;
    background-size: 16px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3.active {
    border-bottom-width: 3px;
    border-radius: 12px;
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tablinks3.active:after {
    transform: rotate(-180deg);
  }
  .section-solutions-tab .tabcontent-outer .key-features-tab .tabcontent-outer .tabcontent3 {
    padding: 25px;
  }
  .section-solutions-tab .tabcontent-outer ul li {
    padding-left: 38px;
  }
  .section-solutions-tab .tabcontent-outer #solutions-tabs2 .mainrow .rightcol {
    width: 100%;
  }
  .section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .leftcol {
    padding: 0;
  }
  .section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .leftcol .more-info {
    font-size: 18px;
    margin-top: 25px;
    padding-top: 25px;
  }
  .section-solutions-tab .tabcontent-outer #solutions-tabs4 .whitebox .rightcol {
    padding-top: 20px;
  }
  .section-solutions-tab .tabcontent-outer .mainrow.leftimg {
    padding-bottom: 0;
  }
  .section-solutions-tab .slick-arrow {
    top: -10px;
  }
  .section-solutions-tab .slick-track {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .section-solutions-tab .key-features-tab .tabcontent-outer {
    width: 100%;
    padding: 0;
    background: none;
  }
  .section-team-tab .tabcontent-outer {
    margin: 10px 0 0 0;
  }
  .section-team-tab .tabcontent-outer .whitebox {
    flex-direction: column;
    padding: 30px;
  }
  .section-team-tab .tabcontent-outer .whitebox .leftcol {
    width: 100%;
    display: none;
  }
  .section-team-tab .tabcontent-outer .whitebox .rightcol {
    width: 100%;
    padding: 0;
  }
  .section-team-tab .tabcontent-outer .whitebox .rightcol h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-team-tab .tabcontent-outer .whitebox .rightcol h3 br {
    display: none;
  }
  .section-team-tab .tabcontent-outer .whitebox .rightcol .lead2 {
    font-size: 18px;
  }
  .section-team-tab .tab-nav {
    display: none !important;
  }
  .section-team-tab .carousel-tab-team {
    margin: 25px 0 0 0;
    padding: 7px 0 21px 0;
    justify-content: start;
  }
  .section-team-tab .carousel-tab-team .tablinks4.active {
    transform: none;
  }
  .section-team-tab .carousel-tab-team .tablinks4.active img {
    transform: none;
    margin: 0;
  }
  .section-team-tab .carousel-tab-team .tablinks4.active span {
    transform: none;
  }
  .section-team-tab .carousel-tab-team .tablinks4 {
    flex-direction: row;
    text-align: left;
    height: auto;
    width: 100% !important;
    font-size: 16px;
  }
  .section-team-tab .carousel-tab-team .tablinks4 img {
    width: 24px;
  }
  .section-team-tab .carousel-tab-team .tablinks4 span br {
    display: none;
  }
  .section-team-tab .slick-slider .slick-track {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .section-company .section-title {
    margin-bottom: 40px;
  }
  .section-company .content-box {
    flex-direction: column;
    border: 0;
    background: #FAFCFD;
    box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
  }
  .section-company .content-box .left-content {
    width: 100%;
    text-align: center;
    padding: 40px 25px 20px 25px;
  }
  .section-company .content-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .section-company .content-box .right-img {
    width: 100%;
  }
  .section-company .content-box .right-img span {
    font-size: 15px;
    bottom: 16px;
  }
  .section-company .content-box .right-img span em {
    display: block;
  }
  .section-company .content-box .right-img .show-mobile {
    display: block;
  }
  .section-company .content-box .right-img .show-desktop {
    display: none;
  }
  .section-company .mainrow .rightbox .btm-img {
    width: 100%;
    margin: 0;
    padding: 30px 25px 30px 25px;
  }
  .section-company .mainrow .rightbox .btm-img img {
    width: 180px;
  }
  .section-company .mainrow .rightbox .top-content {
    padding: 25px 25px 20px 25px;
    text-align: center;
  }
  .section-company .mainrow .leftbox .left-content {
    width: 100%;
    margin: 0;
    padding: 40px 25px 20px 25px;
  }
  .section-company .mainrow .content-box .left-content {
    background: #fff;
  }
  section.section-company {
    padding-bottom: 30px;
  }
  section.section-contact {
    background-image: url("../images/contact-bg-mobile.jpg");
    background-size: contain;
    padding-top: 70px;
    padding-bottom: 150px;
  }
  footer {
    text-align: center;
    font-size: 15px;
    padding-top: 40px;
  }
  footer .footer-logo.show-mobile {
    display: block;
  }
  footer .footer-logo.show-desktop {
    display: none;
  }
  footer .sep {
    padding: 0 10px;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer .footer-logo img {
    margin: 0;
  }
  footer .footer-col.right {
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
  }
  footer .footer-col.right br {
    display: none;
  }
  .section-main-banner.sub-banner {
    padding-top: 5%;
    padding-bottom: 2%;
  }
  .section-services-tab .tab:after {
    display: none;
  }
  .section-services-tab .tab:before {
    display: none;
  }
  .section-services-tab .carousel-tab {
    margin: 0;
    grid-auto-columns: 100% !important;
  }
  .section-services-tab .tab {
    padding-left: 45px;
    padding-right: 45px;
  }
  .section-services-tab .carousel-tab .tablinks {
    min-width: inherit;
    padding-bottom: 12px;
  }
  .section-solutions-tab .slick-arrow {
    display: block;
    left: -15px;
  }
  .section-solutions-tab .slick-arrow.slick-next {
    left: auto;
    right: -15px;
  }
  .section-solutions-tab .tab {
    padding-left: 45px;
    padding-right: 45px;
  }
  .section-solutions-tab .carousel-tab-solution {
    gap: 0;
    justify-content: start;
  }
  .section-solutions-tab .carousel-tab-solution .tablinks2 {
    width: 225px;
    padding-top: 5px;
  }
  .section-team-tab .slick-arrow {
    top: 55px;
  }
  .section-team-tab .slick-arrow.slick-prev {
    left: -15px;
  }
  .section-team-tab .slick-arrow.slick-next {
    right: -15px;
  }
  .section-team-tab .carousel-tab-team {
    grid-auto-columns: 100% !important;
  }
  .section-team-tab .tab {
    padding-left: 45px;
    padding-right: 45px;
  }
  .section-solutions-tab .carousel-tab-solution {
    padding: 0 60px 15px 60px;
  }
  .section-solutions-tab .carousel-tab-solution .slick-list {
    margin: 0;
  }
  .section-team-tab .slick-arrow {
    top: 20px;
  }
  .section-team-tab .carousel-tab-team .tablinks4 span {
    line-height: 1;
  }
  .section-team-tab .carousel-tab-team .tablinks4 {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
