@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-RegularItalic.woff2") format("woff2"),
    url("fonts/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-SemiboldItalic.woff2") format("woff2"),
    url("fonts/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-LightItalic.woff2") format("woff2"),
    url("fonts/SFProText-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-MediumItalic.woff2") format("woff2"),
    url("fonts/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Semibold.woff2") format("woff2"),
    url("fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Regular.woff2") format("woff2"),
    url("fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Medium.woff2") format("woff2"),
    url("fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Bold.woff2") format("woff2"),
    url("fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-HeavyItalic.woff2") format("woff2"),
    url("fonts/SFProText-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-BoldItalic.woff2") format("woff2"),
    url("fonts/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Light.woff2") format("woff2"),
    url("fonts/SFProText-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("fonts/SFProText-Heavy.woff2") format("woff2"),
    url("fonts/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.custom-perspective {
  perspective: 1000px;
}

.custom-hero-font-1 {
  font-size: calc(25px + 50 * ((100vw - 300px) / (1200 - 300)));
  line-height: calc(25px + 50 * ((100vw - 300px) / (1200 - 300)));
  text-transform: uppercase;
}

.custom-border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-border-bottom-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-hero-text-1 {
  padding: 0 0 0 15px;
  display: block;
  max-width: 430px;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0;
}

.custom-stroke-text-effect-1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #1c1c1c;
  white-space: nowrap;
}

.custom-stroke-text-effect-2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  white-space: nowrap;
}

.custom-hero-img-1 {
  max-width: 100px;
  max-height: 100px;
  margin: 15px;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {
  .custom-hero-text-1 {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .custom-hero-text-1 {
    max-width: 95%;
  }
}

/*
* Custom Link Effect
*/
.custom-link-effect-1>i {
  transition: ease all 300ms;
}

.custom-link-effect-1:hover>i {
  transform: translate3d(10px, 0, 0);
}

.custom-link-effect-1.btn {
  transition: ease all 300ms;
}

.custom-link-effect-1.btn:hover {
  padding-right: 35px !important;
}

.custom-crooked-line {
  display: inline-block;
  width: 77px;
  overflow: hidden;
}

.custom-link-hover-effects:hover .custom-crooked-line svg {
  animation-name: crookedLineAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*
* Custom Link Effects
*/
@keyframes crookedLineAnim {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-48%, 0, 0);
  }
}

.box.box-map-grid {
  background: url(a1d615c60b6aa4d6f5e2.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  display: grid;
  grid-template-areas: "map-item-strategy map-item-endorsement map-item-product-type" "map-item-affiliates map-item-endorsement map-item-export" "map-item-affiliates map-item-employees map-item-export";
  grid-template-columns: 25% 50% 25%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .box.box-map-grid {
    background-size: 100%;
    grid-template-areas: "map-item-endorsement map-item-endorsement" "map-item-strategy map-item-product-type" "map-item-affiliates map-item-export" "map-item-employees map-item-employees";
    grid-template-columns: 50% 50%;
  }
}

.box.box-map-grid .map-item {
  border-bottom: 1px solid #112854;
  border-left: 1px solid #112854;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -2px;
  padding: 25px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .box.box-map-grid .map-item p {
    font-size: 32px;
  }
}

.box.box-map-grid .map-item .h3,
.box.box-map-grid .map-item h3,
.box.box-map-grid .map-item p {
  color: #112854 !important;
}

.box.box-map-grid .map-item .h3 *,
.box.box-map-grid .map-item h3 *,
.box.box-map-grid .map-item p * {
  color: #112854 !important;
  font-weight: 400;
}

.box.box-map-grid .map-item p {
  font-weight: 600;
  display: inline-block;
  font-size: clamp(32px, 4vh, 62px);
  line-height: 1 !important;
  margin-bottom: 0;
  white-space: nowrap;
}

.box.box-map-grid .map-item p.label {
  font-weight: 400 !important;
  margin-left: 10px;
}

.box.box-map-grid .map-item .h3,
.box.box-map-grid .map-item h3 {
  font-weight: bold;
}

.box.box-map-grid .map-item .number-flex {
  align-items: center;
}

.box.box-map-grid .map-item-strategy {
  grid-area: map-item-strategy;
  border-left: 0px;
}

.box.box-map-grid .map-item-partner {
  grid-area: map-item-partner;
}

.box.box-map-grid .map-item-affiliates {
  grid-area: map-item-affiliates;
  border-left: 0px;
}

.box.box-map-grid .map-item-endorsement {
  grid-area: map-item-endorsement;
}

.box.box-map-grid .map-item-employees {
  grid-area: map-item-employees;
}

.box.box-map-grid .map-item-product-type {
  grid-area: map-item-product-type;
}

.box.box-map-grid .map-item-export {
  grid-area: map-item-export;
}

.item-map .h3,
.item-map h3,
.map-header .h1,
.map-header h1 {
  color: #4280c2;
  font-weight: 700;
  text-align: center;
}

.section4 .map-button {
  background: #003087;
  border-color: transparent !important;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px;
  width: 20%;
}

.section4 .map-button:hover {
  font-size: 20px;
  transition: 0.2s;
}

#section6-goal {
  background-position: 50% !important;
  background-size: cover !important;
}

.section6 .goal-desc .h2,
.section6 .goal-desc h2 {
  color: #fff !important;
  text-align: center;
}

.section6 .goal-items#goal-item1 {
  background: url(cba51b2db9404997cd93.jpg);
}

.section6 .goal-items#goal-item2 {
  background: url(65e5223c89d5fb508af2.jpg);
}

@media (max-width: 767.98px) {
  .section6 #section6-goal .row {
    margin: 0;
  }

  .section6 .goal-items {
    height: 221px !important;
    padding: 0 !important;
    width: calc(50% - 10px);
  }

  .section6 .goal-items:not(:first-child) {
    margin-left: 10px;
  }

  .section6 .goal-items .item-overlay {
    display: none;
  }

  .section6 .goal-items .wrapper {
    align-items: center;
    display: flex !important;
    height: 100% !important;
    justify-content: center;
    padding: 0;
    visibility: visible !important;
    width: 100% !important;
  }

  .section6 .goal-items .wrapper button,
  .section6 .goal-items .wrapper p {
    display: none !important;
  }

  .section6 .goal-items .wrapper .h3,
  .section6 .goal-items .wrapper h3 {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .section6 .goal-items:after {
    content: none !important;
  }

  .section6 .card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .section6 .card img {
    height: 353px !important;
    width: 100% !important;
  }

  .section6 .card .card-body {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-bottom: 35px !important;
    position: absolute;
    width: 100%;
    z-index: 5;
  }

  .section6 .card .card-body .card-title {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400 !important;
  }

  .section6 .card:after {
    background-image: linear-gradient(180deg, rgba(0, 48, 135, 0) 0, #112854);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.section6 .goal .col-sm:hover {
  background: linear-gradient(0deg, #060e83, #0c19b4);
  opacity: 0.4;
}

.section6 .goal .item:hover .item-overlay.top {
  top: 60%;
}

.section6 .goal .item-overlay {
  border-radius: 10px;
  right: 0;
}

.section6 .goal .h3,
.section6 .goal h3 {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
}

.section6 .goal p {
  color: #302f2f;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.3;
}

.section6 .goal .item1 {
  position: relative;
}

.section6 .goal .col-sm .wrapper p {
  font-size: 15px;
}

.section6 .goal .col-sm:hover .bottom-desc {
  display: none;
}

.section6 .goal {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  overflow: hidden;
}

.section6 .goal .col-sm {
  height: 620px;
  padding: 20px;
}

.section6 .goal .col-sm:hover {
  background: linear-gradient(0deg, #4280c2, #112854) !important;
  opacity: 0.8 !important;
}

.section6 .goal .col-sm .wrapper {
  display: block;
  height: 400px;
  padding: 20px 10px 10px;
  visibility: hidden;
}

.section6 .goal .col-sm .wrapper .h3,
.section6 .goal .col-sm .wrapper h3 {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  padding: 40px 10px 10px;
}

.section6 .goal .col-sm .wrapper p {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}

.section6 .goal .col-sm .wrapper a,
.section6 .goal .col-sm .wrapper button {
  border-radius: 7px;
  display: block;
  font-size: 15px;
  padding: 12px 30px;
}

.section6 .goal .col-sm .wrapper a {
  height: 48px;
  justify-content: center;
  width: fit-content;
}

.section6 .goal-items {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.section6 .goal-items:not(:last-child):after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 20%;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 100;
}

.section6 .goal .col-sm .bottom-desc {
  -webkit-text-fill-color: transparent;
  background: #fff;
  -webkit-background-clip: text;
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 50px !important;
  padding-top: 50px;
  text-align: center;
}

.section6 .goal .col-sm:hover .wrapper {
  visibility: visible;
}

.section6 .goal .overlay-text:before {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.section6 .goal .item:hover .item-overlay.top {
  top: 0;
}

.section6 .goal .item-overlay {
  background: linear-gradient(180deg, transparent 0, #003087 120%);
  bottom: 0;
  color: #fff;
  overflow: hidden;
  position: absolute;
  right: 1%;
  text-align: center;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
  width: 100%;
}

.section6 .goal .item-overlay.top {
  top: 60%;
}

.section6 .goal .item {
  float: left;
  overflow: hidden;
  position: relative;
}

.section6 .goal .item img {
  max-width: 100%;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 5px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: #212529;
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -45px;
  border: 10px solid #fff;
  background-color: #4280c2;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 29px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  background: #112854;
  background: -moz-linear-gradient(top, #112854 0%, #4280c2 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0%, #112854),
      color-stop(100%, #4280c2));
  background: -webkit-linear-gradient(top, #112854 0%, #4280c2 100%);
  background: -o-linear-gradient(top, #112854 0%, #4280c2 100%);
  background: -ms-linear-gradient(top, #112854 0%, #4280c2 100%);
  background: linear-gradient(to bottom, #112854 0%, #4280c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112854', endColorstr='#4280c2', GradientType=0);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 29px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  background: #4280c2;
  background: -moz-linear-gradient(top, #4280c2 0%, #112854 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0%, #4280c2),
      color-stop(100%, #112854));
  background: -webkit-linear-gradient(top, #4280c2 0%, #112854 100%);
  background: -o-linear-gradient(top, #4280c2 0%, #112854 100%);
  background: -ms-linear-gradient(top, #4280c2 0%, #112854 100%);
  background: linear-gradient(to bottom, #4280c2 0%, #112854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4280c2', endColorstr='#112854', GradientType=0);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

@media (max-width: 991px) {
  .twentytwenty-handle {
    height: 26px;
    width: 26px;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -35px;
    border: 3px solid #fff;
    background-color: #4280c2;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
  }

  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 16px;
  }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 16px;
  }

  .twentytwenty-left-arrow {
    margin-left: -15px;
  }

  .twentytwenty-right-arrow {
    margin-right: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .twentytwenty-container {
    margin-left: -40%;
  }

  .twentytwenty-container img {
    max-width: 100%;
  }
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 5px;
  height: 150px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-left-arrow:before {
  content: "Sağa sola sürükle";
  position: absolute;
  left: -55px;
  top: -85px;
  z-index: 1111111;
  background-color: #ccc;
  border-radius: 15px;
  padding: 10px;
  width: 132px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  color: #273452;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twentytwenty-left-arrow:after {
  content: "";
  position: absolute;
  top: -48px;
  z-index: 1111111;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

@media only screen and (max-width: 480px) {
  .twentytwenty-left-arrow:before {
    left: -55px;
    top: -50px;
    padding: 5px;
  }

  .twentytwenty-left-arrow:after {
    top: -26px;
  }
}

.swipeWrap {
  margin-top: -15px;
  min-height: 300px;
}

@media only screen and (max-width: 1200px) {
  .swipeWrap {
    margin-top: 25px;
    min-height: 150px;
  }
}

.widgetWrap {
  padding: 25px 0;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

@media (max-width: 991.98px) {

  .section.section-hero-product .swiper-pagination,
  section.section-hero-product .swiper-pagination {
    padding: 20px 0;
  }

  .section.section-hero-product .swiper-pagination .swiper-pagination-bullet,
  section.section-hero-product .swiper-pagination .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}

.section-custom #swiper-work-areas-navigation {
  position: absolute;
  right: 0;
  top: 13px;
}

.swiper-slide img {
  height: 100% !important;
}

.gallery-select-wrapper .swiper-slide-active {
  transform: none !important;
}

@media (max-width: 767.98px) {
  .home {
    padding-top: 100px;
  }
}

.swiper-title {
  font-size: clamp(24px, 2.5vh, 30px);
}

.swiper-title span {
  color: #003087;
}

.swiper-title.text-dark {
  color: #003087 !important;
}

.swiper-container.swiper-top-navigation {
  display: flex;
  flex-direction: column;
}

.swiper-container.swiper-top-navigation .swiper-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation {
  display: flex;
}

.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button {
  align-items: center;
  background-color: #003087;
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button i,
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button svg {
  color: #fff;
}

.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button.swiper-button-disabled {
  background-color: #99accf;
}

.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button:not(:first-child) {
  margin-left: 20px;
}

.swiper-container.swiper-bullet-pagination .swiper-custom-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-container.swiper-bullet-pagination .swiper-custom-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #003087;
  opacity: 1;
}

.swiper-container.swiper-bullet-pagination .swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e5eaf3;
  outline: 1px solid #003087;
}

.card-title a {
  color: #003087;
  text-decoration: none;
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
}

#swiper-campus .swiper-slide {
  min-height: 438px;
}

@media (max-width: 991.98px) {
  #swiper-campus .swiper-slide {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  #swiper-campus .swiper-slide {
    min-height: unset;
  }
}

@media (max-width: 991.98px) {
  #swiper-cards {
    overflow: visible;
  }

  #swiper-cards .swiper-slide {
    transition: all 0.3s ease;
  }

  #swiper-cards .swiper-slide.swiper-slide-active {
    transform: scale(1.15);
    z-index: 2;
  }

  #swiper-cards .card {
    border-radius: 8px;
  }

  #swiper-cards .card .card-body {
    bottom: 2.5vw;
    left: 0;
    position: absolute;
    width: 100%;
  }

  #swiper-cards .card .card-body * {
    color: #fff !important;
    position: relative;
    text-align: center !important;
    text-decoration: none;
    z-index: 5;
  }

  #swiper-cards .card .card-body p {
    display: none;
  }

  #swiper-cards .card:after {
    background-image: linear-gradient(180deg,
        transparent,
        rgba(0, 48, 135, 0.6));
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

#swiper-product {
  z-index: 5;
}

#swiper-product .swiper-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#swiper-product .swiper-pagination {
  padding: 40px 0;
  text-align: left;
}

#swiper-product .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 63, 178, 0.52);
  height: 20px;
  opacity: 1;
  position: relative;
  width: 20px;
}

#swiper-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003087;
}

@media (max-width: 991.98px) {
  #swiper-product .swiper-slide {
    padding-bottom: 40px;
  }

  #swiper-product .swiper-pagination {
    padding: 20px 0;
  }

  #swiper-product .swiper-pagination .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}

.solution-swiper-wrapper {
  position: relative;
}

.solution-swiper-wrapper .swiper-button {
  background-color: #e5eaf3;
  display: grid;
  height: 82px;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.solution-swiper-wrapper .swiper-button:after {
  content: none !important;
}

.solution-swiper-wrapper .swiper-button i,
.solution-swiper-wrapper .swiper-button svg {
  color: #003087;
  font-size: 24px;
}

.solution-swiper-wrapper .swiper-button.swiper-button-prev {
  left: -60px;
}

.solution-swiper-wrapper .swiper-button.swiper-button-next {
  right: -60px;
}

.solution-swiper-wrapper .swiper-button:hover {
  background-color: #003087;
}

.solution-swiper-wrapper .swiper-button:hover i,
.solution-swiper-wrapper .swiper-button:hover svg {
  color: #fff;
}

@media (max-width: 767.98px) {
  .solution-swiper-wrapper .swiper-button {
    display: none;
  }
}

#swiper-solutions {
  margin: 0;
}

#swiper-solutions .card-basic {
  color: #003087;
  height: 100%;
  text-align: left;
  width: 100%;
}

#swiper-solutions .card-basic:after {
  content: none !important;
}

#swiper-solutions .card-basic img {
  height: 390px;
  margin-bottom: 30px;
}

#swiper-media-hero .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 16px;
  opacity: 1;
  width: 16px;
}

#swiper-media-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003087;
  border: 2px solid #fff;
}

#swiper-defend-solutions {
  margin-left: -20px;
  padding: 0 20px;
  width: calc(100% + 40px);
}

#swiper-defend-solutions .swiper-slide:not(.swiper-slide-visible) .card {
  overflow: hidden;
}

#swiper-cards-savunma,
#swiper-cards-teknoloji {
  margin-left: -20px;
  padding: 20px;
  width: calc(100% + 40px);
}

#swiper-cards-savunma .swiper-slide:not(.swiper-slide-visible) .card,
#swiper-cards-teknoloji .swiper-slide:not(.swiper-slide-visible) .card {
  overflow: hidden;
}

@media (max-width: 767.98px) {

  #swiper-cards-savunma .card.card-activitys.card-shadow .card-image,
  #swiper-cards-teknoloji .card.card-activitys.card-shadow .card-image {
    height: 290px;
  }
}

.slider-btn {
  margin-top: 15px;
  min-width: 190px;
}

.swiper-navigation {
  display: flex;
}

.swiper-navigation .swiper-button {
  align-items: center;
  background-color: #003087;
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.swiper-navigation .swiper-button-disabled {
  background-color: #99accf;
}

.swiper-navigation .swiper-button:last-child {
  margin-left: 20px;
}

.slider-pagination .swiper-pagination-bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  width: 15px;
}

.slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
}

.swiper-follow-aselsan-pagination .swiper-pagination-bullet {
  background: #003087;
  border: 1px solid #003087;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  width: 10px;
}

.swiper-follow-aselsan-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #003087;
  outline: 0;
}

.gallery-swiper-wrapper {
  height: 80%;
  position: relative;
}

.gallery-swiper-wrapper .gallery-swiper .download-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: -55px;
  transition: all 0.3s ease-in-out;
  z-index: 1100;
}

.gallery-swiper-wrapper .gallery-swiper .download-btn i,
.gallery-swiper-wrapper .gallery-swiper .download-btn svg {
  color: #fff;
  font-size: 34px;
}

.gallery-swiper-wrapper .gallery-swiper .download-btn:hover {
  transform: scale(1.05);
}

.gallery-swiper-wrapper .gallery-swiper .download-btn:hover i,
.gallery-swiper-wrapper .gallery-swiper .download-btn:hover svg {
  color: hsla(0, 0%, 100%, 0.8);
}

.gallery-swiper-wrapper .gallery-swiper .caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 8px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}

.gallery-swiper-wrapper .gallery-swiper .caption .title {
  font-size: 20px;
}

.gallery-swiper-wrapper .gallery-swiper .caption .description {
  margin-bottom: 0;
  margin-top: 10px;
}

.gallery-swiper-wrapper .swiper-button {
  background-color: #ccc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.gallery-swiper-wrapper .swiper-button.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L242.8 256 73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
  right: -30px;
}

.gallery-swiper-wrapper .swiper-button.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z'/%3E%3C/svg%3E");
  left: -30px;
}

.gallery-swiper-thumb {
  height: 20%;
}

.gallery-swiper-thumb .swiper-slide {
  height: 100%;
}

.gallery-swiper-thumb .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-swiper-thumb .swiper-slide:not(.swiper-slide-thumb-active) {
  filter: brightness(0.5);
}

.gallery-swiper-thumb .swiper-slide:not(.swiper-slide-thumb-active):hover {
  filter: none;
}

@media (min-width: 768px) {
  .swiper-navigation-custom-buttons {
    position: relative;
  }

  .swiper-navigation-custom-buttons .swiper-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-navigation-custom-buttons .swiper-button i,
  .swiper-navigation-custom-buttons .swiper-button svg {
    color: #003087;
    font-size: 42px;
  }

  .swiper-navigation-custom-buttons .swiper-button.swiper-button-next {
    right: -30px;
  }

  .swiper-navigation-custom-buttons .swiper-button.swiper-button-prev {
    left: -30px;
  }

  .swiper-navigation-custom-buttons .swiper-button.swiper-button-disabled {
    opacity: 0.3;
  }
}

#product-detail-swiper .swiper {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

.swiper-slide-card {
  background-position: 50%;
  background-size: cover;
  height: 300px !important;
  width: 300px !important;
}

.pd-swiper-button {
  background-color: #e5eaf3;
  cursor: pointer;
  display: block;
  display: grid;
  height: 82px;
  margin: 0 3vw;
  place-items: center;
  position: absolute;
  top: 50%;
  width: 32px;
}

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

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

.section-custom {
  padding: 65px 0;
}

.section-custom #swiper-work-areas-navigation {
  position: absolute;
  right: 0;
  top: 13px;
}

.section-custom-home {
  margin-top: 100px;
  padding: 0;
}

.section-custom-header {
  margin-bottom: 30px;
  position: relative;
}

.section-custom-title {
  color: #003087;
  font-weight: 600;
  text-align: center;
}

.section-custom-body .section-custom-title {
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.493);
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.section-custom-body p {
  color: #003087;
}

.section-custom-bg {
  background-color: #00318c;
  background-size: 100% 100%;
  padding: 50px 0;
}

.section-custom-bg .section-custom-title {
  border: 0;
  color: #fff;
}

.section-custom-bg p {
  color: #fff;
}

.section-custom-bg .section-custom-body {
  padding-right: 50px;
}

.section-custom-bg .section-custom-body .section-custom-img {
  margin-bottom: 30px;
}

.section-custom-bg .section-custom-body .section-custom-img img {
  max-width: 100%;
  width: auto !important;
}

.section-custom-bg-page {
  height: 80vh;
}

.section-custom-bg-page .section-custom-title {
  color: #fff;
  font-size: 9vh;
  font-weight: 700;
  margin-bottom: 5vh;
  text-align: left;
}

.section-custom-bg-page .section-custom-text {
  color: #fff;
  font-size: 2.5vh;
  text-align: left;
}

.section-custom-bg-page .section-custom-inner {
  max-width: 500px;
}

.section-custom-bg-page .section-custom-inner-big {
  max-width: 750px;
}

.section-custom-img {
  border-radius: 10px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease;
}

.section-custom-list .section-custom-title {
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.463);
  margin-bottom: 15px;
  text-align: left;
}

.section-custom-career {
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

.section-custom-career .section-custom-bg {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
}

.section-custom-career .section-custom-body {
  background: rgba(0, 48, 135, 0.89);
  bottom: 0;
  padding: 30px;
  position: absolute;
  z-index: 1;
}

.section-custom-career .section-custom-body .section-title {
  text-align: left;
}

.section-custom-career .section-custom-body .section-img {
  border-radius: 10px;
  height: 400px;
  margin-top: -90px;
  overflow: hidden;
}

.section-custom-career .section-custom-body .section-desc {
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}

.section-custom-left,
.section-custom-left .section-custom-title {
  text-align: left;
}

.section-custom-search {
  height: 500px;
  text-align: center;
}

.section-custom-search .h1,
.section-custom-search h1 {
  color: #fff;
  font-size: 53px;
  font-weight: 900;
}

.section-custom-search .search {
  display: inline-block;
  margin-top: 86px;
  max-width: 600px;
}

.section-custom-search .search input {
  background: none;
  border: 0;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  height: 56px;
  margin-right: 26px;
}

.section-custom-search .search button {
  background: #fff;
  border-radius: 3px;
  width: 198px;
}

.section-body-bg .section-custom-body {
  background-color: #f2f4f7;
  padding: 30px 0;
}

.section-body-bg .section-custom-body .title {
  color: #003087;
}

/*.section-custom-title {
  text-align: left !important;
}*/
.section-custom-about .section-custom-title {
  text-align: center !important;
}

.section-custom-career .section-custom-body .section-custom-body-top {
  display: flex;
  flex-wrap: wrap;
}

.section-custom-career .section-custom-body .section-custom-body-top .actions,
.section-custom-career .section-custom-body .section-custom-body-top .image {
  flex: 1;
}

.section-custom-career .section-custom-body .section-custom-body-top .menu-wrapper {
  flex: 1 1 100%;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .section-custom-career .section-custom-body {
    padding: 14px;
    width: 100% !important;
  }

  .section-custom-career .section-custom-body .section-custom-body-top .image {
    display: none;
  }

  .list-career {
    flex: 1;
    margin: 0;
    overflow-x: inherit;
    overflow-y: scroll;
    width: 100%;
  }

  .list-career .list-career-item:nth-child(2) {
    min-width: 237px;
    min-width: 190px;
    width: 237px;
    width: 190px;
  }

  .section-custom-career .section-custom-body .section-title {
    color: #fff;
  }

  .section-custom-bg .btn {
    margin-bottom: 30px;
  }

  .section-custom-career .section-custom-body .section-img {
    display: none !important;
  }
}

.card.card-activitys {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  height: 100%;
}

.card.card-activitys.card-shadow .card-image {
  box-shadow: 3px 3px 20px rgba(0, 48, 135, 0.24);
  height: 390px;
}

.card.card-activitys .card-content {
  text-align: left;
  transform-origin: right bottom;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.card-activitys .card-content p {
  color: #6682b7;
  margin-top: 13px;
}

.card.card-activitys .card-image {
  border-radius: 8px;
  height: 327px;
  overflow: hidden;
}

.card.card-activitys .card-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card.card-activitys .h5,
.card.card-activitys .title,
.card.card-activitys h5 {
  color: #003087;
  height: 48px;
  margin-top: 25px;
}

.card.card-activitys .overlay {
  background-color: #fff;
  border-radius: 8px;
  bottom: 0;
  box-shadow: 3px 3px 20px rgba(0, 48, 135, 0.24);
  color: #003087;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 50px 30px;
  position: absolute;
  transform: scale(0);
  transform-origin: left bottom;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.card.card-activitys .overlay p {
  color: #003087 !important;
  flex: 1;
  margin-top: 20px;
}

.card.card-activitys .overlay .btn,
.card.card-activitys .overlay p {
  opacity: 0;
  overflow: auto;
  transform: translateX(30%);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.card-activitys .overlay .title {
  margin-top: 0;
}

.card.card-activitys:hover .overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}

.card.card-activitys:hover .overlay .btn,
.card.card-activitys:hover .overlay p {
  opacity: 1;
  transform: translateX(0);
}

.card.card-activitys:hover .overlay .btn {
  z-index: 10;
}

@media (max-width: 767.98px) {
  .card.card-activitys:hover .overlay .btn {
    width: 100%;
  }
}

.card.card-activitys:hover .card-content {
  opacity: 0;
  transform: scale(0);
}

.card.card-content {
  border: none;
  border-radius: 10px;
  color: #003087;
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: normal;
  overflow: hidden;
  text-decoration: none;
}

.card.card-content span {
  font-size: 16px;
  margin-left: 10px;
}

.card.card-content .btn-content:hover {
  opacity: 1 !important;
}

.card.card-content .btn-content:active {
  background-color: #003087;
  border: 2px solid #e5eaf3;
  color: #fff;
}

.card.card-content img {
  border-radius: 10px;
  height: 230px;
}

.card.card-content .card-body {
  background-color: #fff;
}

.card.card-content .card-body .card-title {
  color: #003087;
  display: inline-block;
}

.card.card-content .card-body .card-text {
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .card.card-content .card-body .card-text {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .card.card-content .card-body .card-text {
    margin-top: 10px;
  }

  .card.card-content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }

  .card.card-content .news-flex {
    order: 2;
    padding: 0 1rem;
  }
}

.swiper {
  height: 100%;
  width: 100%;
}

.slider {
  padding: 0;
  position: relative;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.dtNews,
.innDkDc .innDcList .ltk,
.innSl .DngAmc .subList .sbItem .bxs,
.magazinePg .magazineList,
.newsPg .newsList,
.searchResultPg .drDesc .box {
  flex-wrap: wrap;
  display: flex;
}

.newsPg .newsList .item {
  float: left;
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  align-content: flex-start;
}

.galPg .galList .item .box,
.newsPg .newsList .item .img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.newsPg .newsList .item .box {
  float: left;
  width: 100%;
  padding: 40px 30px 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  min-height: 250px;
}

.innProgs .list .item .box:after,
.newsPg .newsList .item .box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 80px;
  width: 1px;
  background: #e3e3e3;
}

.innProgs .list .item .box .date,
.newsPg .newsList .item .box .date {
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 40px;
}

.newsPg .newsList .item .box .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 108px;
  overflow: hidden;
}

.newsPg .newsList .item .box .lnk {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.innProgs .list .item .box .lnk a,
.newsPg .newsList .item .box .lnk a {
  float: left;
  width: 100%;
  transition: 0.5s;
  line-height: 80px;
  background: #4280c2;
  color: #fff;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 300;
}

.innProgs .list .item .box .lnk a img,
.newsPg .newsList .item .box .lnk a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.innProgs .list .item .box .lnk a:hover,
.newsPg .newsList .item .box .lnk a:hover {
  background: #2e47ab;
  padding-left: 40px;
}

.contactPage.moreInfo,
.hmCnt.parallaxHmSl .homeSlide,
.homeAnnountcements .top.dts.active .lnk,
.imThRp .top .thItem,
.newsPg .newsList .item:hover .img,
footer .bt .btLnk {
  margin-top: 0;
}

.newsPg .newsList .item .box .title {
  -webkit-line-clamp: 2;
  height: auto;
}

.newsPg .newsList .item .box .lnk {
  bottom: 0;
}

.contactForm .form .send button img,
.contactPage.moreInfo,
.dtCarousel .dtTabsContainer .dtList .item:first-child,
.dtCarousel .dtTabsContainer .dtList .item:nth-child(2),
.dtNews .item:hover .Itm,
.homeNews .homeNewsList .listing .item:hover .box,
.homeNews.homePgNws .homeNewsList,
.homeNews.homePgNws .homeNewsList .listing .item:hover .box,
.homeSlide .slideList .item .a-Product .imgs,
.homeSlide .slideList .slide7.slick-active .a-Product .imgs,
.imSlTp .imBgBtTp,
.innDkDc .innDcList .ltk .item+.item,
.innProgs .list .item:hover .img,
.newsPg .newsList .item:hover .img,
.shHl .right .item:hover .bx,
.wrkAreas .list .item:hover .img,
.wrkAreas.active .top .title,
body.homePage footer,
footer .bt .right {
  margin-top: 0;
}

.homeSlide .slideThumb,
.innProgs .list .item .box .lnk,
.newsPg .newsList .item .box .lnk {
  bottom: 0;
}

.homeNews .homeNewsList .listing .item .box .lnk a,
.innProgs .list .item .box .lnk a,
.newsPg .newsList .item .box .lnk a {
  line-height: 50px;
  background: 0 0;
  color: #474747;
  padding: 0 15px;
}

.homeAnnountcements .hAnnList .listing .item .box .lnk a:hover,
.homeNews .homeNewsList .listing .item .box .lnk a:hover,
.innProgs .list .item .box .lnk a:hover,
.magazinePg .magazineList .item .box .bottom a:hover,
.newsPg .newsList .item .box .lnk a:hover {
  background: 0 0;
  padding-left: 15px;
}

.contactForm .form .send button img,
.contactPage.moreInfo,
.dtCarousel .dtTabsContainer .dtList .item:first-child,
.dtCarousel .dtTabsContainer .dtList .item:nth-child(2),
.dtNews .item:hover .Itm,
.homeNews .homeNewsList .listing .item:hover .box,
.homeNews.homePgNws .homeNewsList,
.homeNews.homePgNws .homeNewsList .listing .item:hover .box,
.homeSlide .slideList .item .a-Product .imgs,
.homeSlide .slideList .slide7.slick-active .a-Product .imgs,
.imSlTp .imBgBtTp,
.innDkDc .innDcList .ltk .item+.item,
.innProgs .list .item:hover .img,
.newsPg .newsList .item:hover .img,
.shHl .right .item:hover .bx,
.wrkAreas .list .item:hover .img,
.wrkAreas.active .top .title,
body.homePage footer,
footer .bt .right {
  margin-top: 0;
}

.homeSlide .slideThumb,
.innProgs .list .item .box .lnk,
.newsPg .newsList .item .box .lnk {
  bottom: 0;
}

.homeNews .homeNewsList .listing .item .box .lnk a,
.innProgs .list .item .box .lnk a,
.newsPg .newsList .item .box .lnk a {
  line-height: 50px;
  background: 0 0;
  color: #474747;
  padding: 0 15px;
}

.homeAnnountcements .hAnnList .listing .item .box .lnk a:hover,
.homeNews .homeNewsList .listing .item .box .lnk a:hover,
.innProgs .list .item .box .lnk a:hover,
.magazinePg .magazineList .item .box .bottom a:hover,
.newsPg .newsList .item .box .lnk a:hover {
  background: 0 0;
  padding-left: 15px;
}

#productView .item,
.ModelView,
.Subsdrs,
.Subsdrs .SubsdrsSl,
.breadCrumb .brList ul li.subList .nmList .itm,
.btCatalog,
.btCatalog .left,
.btCatalog .right,
.bxSl,
.bxSl .desc,
.bxSl .texts,
.bxSl .title,
.contactForm .form .send,
.contactLocation .list .item .img img,
.contactPage,
.contactPage .maps .left .adds .lnk,
.dtNews,
.dtNews .dtListing,
.dtNews .dtTop,
.dtNews .item .img,
.dtNews .item .img img,
.dtSlide,
.dtSlide .list,
.dtSlide .list .item,
.dtSlide .list .item img,
.dtTopImgText,
.dtTopImgText .bg,
.dtTopImgText .texts,
.ethAb,
.fixHeader .searhContent .searchResult .res ul li,
.imSlTp .imSlide.atak .img img,
.inFrLst,
.inFrLst .dsc,
.inFrLst .listing,
.inFrLst .listing .item .img,
.innDkDc,
.innDkDc .innDcList,
.innDkDc.dkc2 .ddSc,
.innDlst,
.innDlst .ptw,
.innProgs,
.innProgs .list,
.innProgs .top,
.innWkt,
.loadRs,
.magazinePg,
.magazinePg .magazineList,
.magazinePg .magazineList .item .box .img,
.newsDtPg,
.newsDtPg .dtImg,
.newsDtPg .dtText,
.newsPg,
.newsPg .newsList,
.newsPg .top,
.ourVsP .left .sb,
.ourVsP .left .slL,
.pgPrList,
.productListPg,
.searchResultPg .searchPage .searchContent .result .filters .list,
.searchResultPg .searchPage .searchContent .result .rsShow .list,
.shHl .right .item .box,
.shHl .right .item .bx,
.shHl .right .item .img,
.spcLst .list .item .bg,
.sssList,
.sssList .sssDesc,
.tLmt,
.tdMstList,
.tdMstList .list,
.tdMstList .list .img,
.tdMstList .list .item,
.tdMstList .list .item .tabLst,
.tdMstList .top,
.tdRkContent,
.wrkAreas,
.wrkAreas .list,
.wrkAreas .top,
footer .menu ul {
  float: left;
  width: 100%;
}

.dtNews .item:hover .Itm,
.homeNews .homeNewsList.active .listing .item:hover,
.homeNews.homePgNws .homeNewsList .listing .item:hover .box,
.innProgs .list .item:hover .img,
.newsPg .newsList .item:hover .img,
.shHl .right .item:hover .bx,
.wrkAreas .list .item:hover .img {
  margin-top: -40px;
}

.homeNews.homePgNws .homeNewsList .listing .item:hover .box .lnk,
.innProgs .list .item:hover .box .lnk,
.magazinePg .magazineList .item .box:hover .bottom,
.newsPg .newsList .item:hover .box .lnk {
  bottom: 0;
}

.homeAnnountcements .hAnnList .listing .item .box .lnk a:hover,
.homeNews .homeNewsList .listing .item .box .lnk a:hover,
.innProgs .list .item .box .lnk a:hover,
.magazinePg .magazineList .item .box .bottom a:hover,
.newsPg .newsList .item .box .lnk a:hover {
  background: 0 0;
  padding-left: 15px;
}

.newsPg .newsList .item .box {
  min-height: initial;
  padding: 20px 15px 60px;
}

.newsPg .newsList .item .box .date {
  margin-bottom: 15px;
  font-size: 13px;
}

.newsPg .newsList .item .box .title {
  -webkit-line-clamp: initial;
  font-size: 14px;
}

.newsPg .newsList .item .box .lnk a img {
  position: relative;
  /* content: url(../images/mbHbSw.svg) */
}

.newsPg .newsList .item .box {
  float: left;
  width: 100%;
  padding: 40px 30px 80px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  min-height: 280px;
}

.innProgs .list .item .box:after,
.newsPg .newsList .item .box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 80px;
  width: 1px;
  background: #e3e3e3;
}

.innProgs .list .item .box .date,
.newsPg .newsList .item .box .date {
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 40px;
}

.newsPg .newsList .item .box .title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 94px;
  overflow: hidden;
}

.newsPg .newsList .item .box .lnk {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.innProgs .list .item .box .lnk a,
.newsPg .newsList .item .box .lnk a {
  float: left;
  width: 100%;
  transition: 0.5s;
  line-height: 80px;
  background: #4280c2;
  color: #fff;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 300;
}

.innProgs .list .item .box .lnk a img,
.newsPg .newsList .item .box .lnk a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.innProgs .list .item .box .lnk a:hover,
.newsPg .newsList .item .box .lnk a:hover {
  background: #2e47ab;
  padding-left: 40px;
}

.contactPageHtml .contents {
  margin: 0px auto;
  width: 1180px;
  font-family: "SF Pro Text";
  font-weight: 200;
}

.contactPageHtml .leftPg,
.contactPageHtml .rightContact {
  margin-bottom: 90px;
}

.contactPage .leftPg,
.contactPageHtml .leftPg {
  margin-bottom: 30px;
}

.contactPage .leftPg,
.contactPageHtml .leftPg {
  float: left;
  width: 50%;
  padding-top: 50px;
  padding-right: 40px;
}

.contactPage .leftPg .pTitle,
.contactPage .rightContact .pTitle,
.contactPageHtml .leftPg .pTitle,
.contactPageHtml .rightContact .pTitle {
  float: left;
  width: 100%;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 25px;
  color: black;
}

.contactPage .leftPg .maps,
.contactPageHtml .leftPg .maps {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  width: 100%;
}

.contactPage .leftPg .maps img,
.contactPageHtml .leftPg .maps img {
  max-width: 100%;
}

.contactPage .leftPg .adress,
.contactPage .leftPg .phone,
.contactPage .leftPg .mail,
.contactPageHtml .leftPg .adress,
.contactPageHtml .leftPg .phone,
.contactPageHtml .leftPg .mail {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 200;
  padding-left: 25px;
  color: #1c2e3d;
}

.contactPage .leftPg .adress,
.contactPageHtml .leftPg .adress {
  background: url(../img/manual/cAdress.png) no-repeat left 4px;
  min-height: 24px;
}

.contactPage .leftPg .phone,
.contactPageHtml .leftPg .phone {
  background: url(../img/manual/cPhone.png) no-repeat center left;
}

.contactPage .leftPg .mail,
.contactPageHtml .leftPg .mail {
  background: url(../img/manual/cMail.png) no-repeat center left;
}

.contactPage .leftPg .mail a,
.contactPageHtml .leftPg .mail a {
  color: #1c2e3d;
}

.contactPage .rightContact,
.contactPageHtml .rightContact {
  width: 47%;
  float: right;
}

.contactPage .leftImg,
.contactPage .rightContact,
.contactPageHtml .leftImg,
.contactPageHtml .rightContact {
  /* float: left;
  width: 60%; */
  padding-top: 50px;
}

.rightContact .box .spTitle {
  font-size: 18px;
  font-weight: 200;
  color: #003478;
  margin-bottom: 10px;
}

.rightContact .box .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}

.rightContact .box a {
  background: url(../img/manual/bArrowWhite.png) no-repeat 25px center #4280c2;
  display: inline-block;
  line-height: 42px;
  color: #fff;
  padding: 0 30px 0 40px;
  font-size: 12px;
  transition: 0.5s;
}

.rightContact .box a:hover {
  padding: 0 30px 0 50px;
}

.globalPresenceList .globalTitle {
  margin-bottom: 15px;
  font-size: 24px;
}

.globalPresenceList .globalList .item .text .titles {
  font-size: 17px;
}

.globalPresenceList .globalList .item .text .descs {
  font-size: 13px;
}

.globalPresenceList .globalList .item .contentText .adress,
.globalPresenceList .globalList .item .contentText .phone,
.globalPresenceList .globalList .item .contentText .mail {
  font-size: 13px;
  min-height: 20px;
  margin-bottom: 5px;
}

.globalPresenceList .globalList .item .img img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: initial;
}

.globalPresenceList {
  float: left;
  width: 100%;
}

.globalPresenceList .globalTitle {
  float: left;
  width: 100%;
  font-size: 33px;
  margin-bottom: 30px;
}

.globalPresenceList .globalList {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.globalPresenceList .globalList .left,
.globalPresenceList .globalList .right {
  position: absolute;
  top: calc(100px - 22.5px);
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 2;
}

.globalPresenceList .globalList .left {
  left: -7px;
}

.globalPresenceList .globalList .right {
  right: -7px;
}

.globalPresenceList .globalList .item {
  padding: 0 15px;
}

.globalPresenceList .globalList .item .img {
  float: left;
  width: 100%;
  height: 198px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.globalPresenceList .globalList .item .img:before {
  content: "";
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 94, 184, 0.6);
  opacity: 0;
}

.globalPresenceList .globalList .item .img img {
  width: 100%;
}

.globalPresenceList .globalList .item:hover .img:before {
  opacity: 1;
}

.globalPresenceList .globalList .item:hover .img {
  height: 0;
  transition: height 0.5s;
}

.globalPresenceList .globalList .item .text {
  float: left;
  width: 100%;
  height: 130px;
  position: relative;
  padding: 25px 25px;
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid #f1f1f1;
}

.globalPresenceList .globalList .item:hover .text {
  height: 328px;
}

.globalPresenceList .globalList .item .text .titles {
  font-size: 18px;
  font-weight: 200;
  color: #003478;
  margin-bottom: 10px;
  overflow: hidden;
}

.globalPresenceList .globalList .item .text .descs {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  color: #000;
  margin-bottom: 20px;
  overflow: hidden;
  height: 24px;
  transition: 0.5s;
  line-height: normal;
}

.globalPresenceList .globalList .item .text:hover .descs {
  margin-bottom: ;
}

.globalPresenceList .globalList .item .text .btn a {
  background: url(../img/manual/bArrowWhite.png) no-repeat 25px center #4280c2;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  padding: 0 30px 0 40px;
  font-size: 13px;
  transition: 0.5s;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  left: 25px;
}

.globalPresenceList .globalList .item .text .btn {
  position: absolute;
  bottom: -100%;
  transition: 0.5s;
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: 25px;
}

.globalPresenceList .globalList .item:hover .text .btn {
  bottom: 25px;
  transition: 0.5s;
}

.globalPresenceList .globalList .item .text .btn:hover a {
  padding: 0 30px 0 50px;
}

.globalPresenceList .globalList .item .contentText {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
  transition: 0.5s;
}

.globalPresenceList .globalList .item:hover .contentText {
  opacity: 1;
  margin-top: 0;
}

.globalPresenceList .globalList .item .contentText .adress,
.globalPresenceList .globalList .item .contentText .phone,
.globalPresenceList .globalList .item .contentText .mail {
  float: left;
  width: 100%;
  /* margin-bottom: 10px; */
  font-size: 14px;
  font-weight: 200;
  padding-left: 25px;
  color: #1c2e3d;
  line-height: normal;
}

.globalPresenceList .globalList .item .contentText .adress {
  background: url(../img/manual/cAdress.png) no-repeat left 4px;
  min-height: 24px;
}

.globalPresenceList .globalList .item .contentText .phone {
  background: url(../img/manual/cPhone.png) no-repeat center left;
}

.globalPresenceList .globalList .item .contentText .phone+.phone,
.contactPageHtml .leftPg .phone+.phone {
  background: url(../img/manual/cFax.png) no-repeat center left;
}

.globalPresenceList .globalList .item .contentText .mail {
  background: url(../img/manual/cMail.png) no-repeat center left;
}

.globalPresenceList .globalList .item .contentText .mail a {
  color: #1c2e3d;
}

.rightText .detailsl .slick-next,
.rightText .detailsl .slick-prev {
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.rightText .detailsl .slick-prev {
  left: 15px;
}

.rightText .detailsl .slick-next {
  right: 15px;
}

.loadRs {
  padding: 60px 0;
  text-align: center;
}

.loadRs .ld {
  border: 1px solid transparent;
  padding: 0 40px;
  display: inline-block;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  transition: 0.5s;
  cursor: pointer;
}

.loadRs .ld:hover {
  letter-spacing: 8px;
}

.galPg .galDe .lnk a,
.loadRs .ld {
  letter-spacing: 6px;
  text-align: center;
}

/* ==============================================================
     # Services Area
=================================================================== */

.services-area {
  position: relative;
  z-index: 1;
}

.services-area .dotted-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.services-area.half-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area.half-bg::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 150%;
  width: 200%;
  background: #f5f5ff;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  padding: 60px 37px;
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-area .services-items .item .icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #ff4452;
  border-radius: 50%;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.services-area.icon-multi-color .services-items .item .icon {
  height: 110px;
  width: 110px;
  line-height: 110px;
}

.services-area .services-items .item:hover .icon,
.services-area.icon-multi-color .services-items .item .icon {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-area.icon-multi-color .services-items .item .icon i {
  color: #4280c2;
}

.services-area .services-items .item .icon::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  border: 2px dashed #ebebeb;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon i {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
}

.services-area.icon-multi-color .services-items .item .icon i {
  font-size: 50px;
}

.services-area .services-items .item:hover .icon i {
  color: #121c4e;
}

.services-area .services-items .item .icon span {
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #ff4452;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}

.services-area .services-items .item>i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #ff4452;
}

.services-area .services-items .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 35px;
}

.services-area.icon-top .services-items .item h4 {
  margin-bottom: 25px;
  margin-top: 5px;
}

.services-area .services-items .item p {
  margin-bottom: 0;
}

.services-area .services-items .item>a {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: #ff4452;
  display: inline-block;
}

.services-area .services-items .item>a i {
  margin-right: 3px;
}

.services-area .services-items .item>a::after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: "";
  border-bottom: 3px dotted;
  width: 15px;
  margin-top: -1px;
}

.services-area .services-items .equal-height {
  position: relative;
  z-index: 1;
}

.services-area .services-items .equal-height::after {
  position: absolute;
  right: 0;
  top: -50%;
  content: "";
  height: 200%;
  width: 1px;
}

.services-area .services-items .equal-height:last-child::after {
  display: none;
}

.services-area .services-items .equal-height:last-child {
  border-right: none;
}

/* Services Icon Multi Color */

.services-area.icon-multi-color .services-items .equal-height .item {
  padding: 60px 45px;
}

.services-area.icon-multi-color .services-items .equal-height:first-child .item .icon i {
  color: #e4730f;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(2) .item .icon i {
  color: #7a69e6;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(3) .item .icon i {
  color: #fa5e5d;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(4) .item .icon i {
  color: #76ce44;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(5) .item .icon i {
  color: #f9c043;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(6) .item .icon i {
  color: #44ceb0;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(8) .item .icon i {
  color: #f767b4;
}

.services-area.icon-multi-color .services-items .item h4 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 16px;
  min-height: 39px;
}

.services-area.icon-multi-color .services-items .item>a {
  padding: 10px 35px;
  border: 2px solid #e7e7e7;
  border-radius: 30px;
  padding-right: 50px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  color: #232323;
}

.services-area.icon-multi-color .services-items .item:hover>a {
  background: #4280c2;
  border-color: #4280c2;
  color: #ffffff;
}

.services-area.icon-multi-color .services-items .item>a::after {
  right: 30px;
}

.services-area .services-carousel .owl-nav,
.services-area .services-carousel-4-col .owl-nav {
  margin: 0;
}

.services-area .services-carousel .owl-nav .owl-prev,
.services-area .services-carousel-4-col .owl-nav .owl-prev,
.services-area .services-carousel .owl-nav .owl-next,
.services-area .services-carousel-4-col .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0 !important;
  color: #ff4452 !important;
  font-size: 30px !important;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area .services-carousel .owl-nav .owl-next,
.services-area .services-carousel-4-col .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* ==============================================================
     # Services Version Three
=================================================================== */

.services-area .services-box .item {
  padding: 30px;
}

.services-area .services-box i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  background: linear-gradient(90deg,
      rgba(121, 13, 22, 1) 0%,
      rgba(255, 68, 82, 1) 83%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-area .services-box h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.services-area .services-box p {
  margin: 0;
}

.container-full {
  padding: 0 15px;
  width: 90%;
  margin: auto;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.site-heading h2::before {
  background: #002359 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.bg-dark .site-heading h2::before,
.bg-theme .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 strong {
  color: #4280c2;
  font-weight: 700;
}

.site-heading h4 {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-weight: 600;
  margin-bottom: 20px;
  color: #666666;
}

.bg-dark .site-heading h4 {
  color: #cccccc;
}

.bg-theme .site-heading h4 {
  color: #ffffff;
}

.site-heading h2 span {
  color: #ff4452;
}

.site-heading p {
  margin-bottom: 0;
  margin-top: 20px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
  overflow: hidden;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

@media only screen and (max-width:720px) {
  .fa__pc {
    display: none !important
  }
}

@media only screen and (min-width:721px) {
  .fa__mobil {
    display: none !important
  }
}

swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-slide img {
  height: 100% !important
}

.swiper-title {
  font-size:clamp(24px,2.5vh,30px)
}
.swiper-title span {
  color:#003087
}
.swiper-title.text-dark {
  color:#003087!important
}
.swiper-container.swiper-top-navigation {
  display:flex;
  flex-direction:column
}
.swiper-container.swiper-top-navigation .swiper-top {
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-bottom:20px
}
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation {
  display:flex
}
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button {
  align-items:center;
  background-color:#003087;
  border-radius:8px;
  display:flex;
  height:32px;
  justify-content:center;
  width:32px
}
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button i,
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button svg {
  color:#fff
}
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button.swiper-button-disabled {
  background-color:#99accf
}
.swiper-container.swiper-top-navigation .swiper-top .swiper-navigation .swiper-button:not(:first-child) {
  margin-left:20px
}
.swiper-container.swiper-bullet-pagination .swiper-custom-pagination {
  margin-top:20px;
  text-align:center
}
.swiper-container.swiper-bullet-pagination .swiper-custom-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color:#003087;
  opacity:1
}
.swiper-container.swiper-bullet-pagination .swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#e5eaf3;
  outline:1px solid #003087
}
.card-title a {
  color:#003087;
  text-decoration:none
}
.swiper {
  height:100%;
  width:100%
}
.swiper-slide {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  height:auto;
  -webkit-justify-content:center;
  justify-content:center;
  text-align:center
}
.swiper-slide img {
  display:block;
  object-fit:cover;
  width:100%
}
#swiper-campus .swiper-slide {
  min-height:438px
}
@media(max-width:991.98px) {
  #swiper-campus .swiper-slide {
    min-height:300px
  }
}
@media(max-width:767.98px) {
  #swiper-campus .swiper-slide {
    min-height:unset
  }
  #fields-of-activity-swiper,
  #swiper-cards {
    overflow:visible
  }
  #fields-of-activity-swiper .swiper-slide,
  #swiper-cards .swiper-slide {
    transition:all .3s ease
  }
  #fields-of-activity-swiper .swiper-slide.swiper-slide-active,
  #swiper-cards .swiper-slide.swiper-slide-active {
    transform:scale(1.15);
    z-index:2
  }
  #fields-of-activity-swiper .card,
  #swiper-cards .card {
    border-radius:8px
  }
  #fields-of-activity-swiper .card .card-body,
  #swiper-cards .card .card-body {
    bottom:2.5vw;
    left:0;
    position:absolute;
    width:100%
  }
  #fields-of-activity-swiper .card .card-body *,
  #swiper-cards .card .card-body * {
    color:#fff!important;
    position:relative;
    text-align:center!important;
    text-decoration:none;
    z-index:5
  }
  #fields-of-activity-swiper .card .card-body p,
  #swiper-cards .card .card-body p {
    display:none
  }
  #fields-of-activity-swiper .card:after,
  #swiper-cards .card:after {
    background-image:linear-gradient(180deg,transparent,rgba(0,48,135,.6));
    border-radius:8px;
    bottom:0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    width:100%;
    z-index:1
  }
}
#swiper-product {
  z-index:5
}
#swiper-product .swiper-slide {
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover
}
#swiper-product .swiper-pagination {
  padding:40px 0;
  text-align:left
}
#swiper-product .swiper-pagination .swiper-pagination-bullet {
  background-color:rgba(0,63,178,.52);
  height:20px;
  opacity:1;
  position:relative;
  width:20px
}
#swiper-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#003087
}
@media(max-width:991.98px) {
  #swiper-product .swiper-slide {
    padding-bottom:40px
  }
  #swiper-product .swiper-pagination {
    padding:20px 0
  }
  #swiper-product .swiper-pagination .swiper-pagination-bullet {
    height:14px;
    width:14px
  }
}
.solution-swiper-wrapper {
  position:relative
}
.solution-swiper-wrapper .swiper-button {
  background-color:#e5eaf3;
  display:grid;
  height:82px;
  place-items:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:32px
}
.solution-swiper-wrapper .swiper-button:after {
  content:none!important
}
.solution-swiper-wrapper .swiper-button i,
.solution-swiper-wrapper .swiper-button svg {
  color:#003087;
  font-size:24px
}
.solution-swiper-wrapper .swiper-button.swiper-button-prev {
  left:-60px
}
.solution-swiper-wrapper .swiper-button.swiper-button-next {
  right:-60px
}
.solution-swiper-wrapper .swiper-button:hover {
  background-color:#003087
}
.solution-swiper-wrapper .swiper-button:hover i,
.solution-swiper-wrapper .swiper-button:hover svg {
  color:#fff
}
@media(max-width:767.98px) {
  .solution-swiper-wrapper .swiper-button {
    display:none
  }
}
#swiper-solutions {
  margin:0
}
#swiper-solutions .card-basic {
  color:#003087;
  height:100%;
  text-align:left;
  width:100%
}
#swiper-solutions .card-basic:after {
  content:none!important
}
#swiper-solutions .card-basic img {
  height:390px;
  margin-bottom:30px
}
#swiper-media-hero .swiper-pagination .swiper-pagination-bullet {
  background-color:#fff;
  height:16px;
  opacity:1;
  width:16px
}
#swiper-media-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#003087;
  border:2px solid #fff
}
#swiper-defend-solutions {
  margin-left:-20px;
  padding:0 20px;
  width:calc(100% + 40px)
}
#swiper-defend-solutions .swiper-slide:not(.swiper-slide-visible) .card {
  overflow:hidden
}
#swiper-cards-savunma,
#swiper-cards-teknoloji {
  margin-left:-20px;
  padding:20px;
  width:calc(100% + 40px)
}
#swiper-cards-savunma .swiper-slide:not(.swiper-slide-visible) .card,
#swiper-cards-teknoloji .swiper-slide:not(.swiper-slide-visible) .card {
  overflow:hidden
}
@media(max-width:767.98px) {
  #swiper-cards-savunma .card.card-activitys.card-shadow .card-image,
  #swiper-cards-teknoloji .card.card-activitys.card-shadow .card-image {
    height:290px
  }
}
.slider-btn {
  margin-top:15px;
  min-width:190px
}
.swiper-navigation {
  display:flex
}
.swiper-navigation .swiper-button {
  align-items:center;
  background-color:#003087;
  border-radius:8px;
  color:#fff;
  display:flex;
  height:32px;
  justify-content:center;
  width:32px
}
.swiper-navigation .swiper-button-disabled {
  background-color:#99accf
}
.swiper-navigation .swiper-button:last-child {
  margin-left:20px
}

#product-detail-swiper .swiper {
  padding-bottom:50px;
  padding-top:50px;
  width:100%
}
.swiper-slide-card {
  background-position:50%;
  background-size:cover;
  height:300px!important;
  width:300px!important
}
.pd-swiper-button {
  background-color:#e5eaf3;
  cursor:pointer;
  display:block;
  display:grid;
  height:82px;
  margin:0 3vw;
  place-items:center;
  position:absolute;
  top:50%;
  width:32px
}
.pd-swiper-button-prev {
  left:0
}
.pd-swiper-button-next {
  right:0
}