@charset 'UTF-8'; /* Slider */ .slick-loading .slick-list { background: #fff url('ajax-loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('fonts/slick.html'); src: url('fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('fonts/slick-2.html') format('woff'), url('fonts/slick-3.html') format('truetype'), url('fonts/slick-4.html#slick') format('svg'); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'fontawesome'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -10px; } [dir='rtl'] .slick-prev { right: -10px; left: auto; } .slick-prev:before { content: '\f053'; } [dir='rtl'] .slick-prev:before { content: '\f053'; } .slick-next { right: -10px; } [dir='rtl'] .slick-next { right: auto; left: -10px; } .slick-next:before { content: '\f054'; } [dir='rtl'] .slick-next:before { content: '\f054'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: 'Ã¢â‚¬Â¢'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; }
.slick-slider{position:relative;display:block;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-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@font-face {
    font-family: 'HelveticaNeuRegular';
    font-weight: 700;
    src: url('../fonts/HelveticaNeueLTGEOW82-45Lt-Regular.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTGEOW82-45Lt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
  url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"),
  url("../fonts/Poppins/Poppins-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face{
    font-family:"Helvetica Neue";
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:url("../fonts/HELVETICANEUELTGEOW82-300.woff2") format("woff2"),
    url("../fonts/HELVETICANEUELTGEOW82-300.TTF") format("truetype");
}

body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #183f64;
}

::-webkit-scrollbar-track {
}

body,html {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  counter-reset: project-count;
}

body {
  background: #183f64;
}

header {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

header::after {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(closest-side, #fff, #fff, #e9f4ff);
  position: absolute;
  z-index: -1;
  top: 0;
}

input,button,input:focus,button:focus,textarea:focus {
  outline: none;
  box-shadow: none !important;
}

a,a:hover {
  text-decoration: none;
}

.fix-top {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 999;
  background-image: linear-gradient(130deg, #183f64, #195895);
}

nav {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  margin-right: 25px;
}

nav li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 16px;
  color: #dbdfe7 !important;
  font-family: 'HelveticaNeuRegular';
  font-weight: 500;
  transition: .5s;
  padding: 0 !important;
  line-height: 1;
  background: linear-gradient(rgba(255,0,0,0)  50%, #fff 50%, #fff);
  background-size: 100% 200%;
  transition: .5s;
}

nav li a:hover {
  background-position: 100% 100%;
  color: #183f64 !important;
}

.logo {
  filter: invert(99%) sepia(51%) saturate(0%) hue-rotate(204deg) brightness(109%) contrast(100%);
}

.logo {
  display: inline-block;
}

.logo img {
  height: 35px;
  width: auto;
}

.header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

body .container {
    position: relative;
    z-index: 1;
    max-width: 1360px;
}

.first-scene {
  margin-top: 86px;

}

.first-scene h1 {
  font-family: 'HelveticaNeuRegular';
  font-size: 44px;
  color: #dbdfe7;
}

.first-scene h2 {
  font-family: 'Helvetica Neue';

  font-size: 16px;
  color: #fff;
}

.social-icons i {
  filter: invert(99%) sepia(51%) saturate(0%) hue-rotate(204deg) brightness(109%) contrast(100%);
  margin-right: 10px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  opacity: .7;
  transition: .5s;
}

.social-icons i:hover {
  opacity: inherit;
}

.social-icons a {
  display: inline-block;
}

.header-section-right {
  margin-left: auto;
  margin-right: 20px;
}

.header-section-right i {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  opacity: .7;
  transition: .5s;
  filter: invert(99%) sepia(51%) saturate(0%) hue-rotate(204deg) brightness(109%) contrast(100%);
}

.header-section-right .alagi-btn {
  font-size: 15px;
  border: 1px solid #ccc;
  font-family: 'Helvetica Neue';
  padding: 5px 10px;
}

.alagi-btn {
  border-radius: 8px;
  font-size: 16px;
  border: none;
}

.wrap {
  width: 100%;
  height: auto;
  max-width: 768px;
  background-color: transparent;
  margin: 0 auto;
  padding: 20px;
  padding-top: 60px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  width: 100%;
  height: 100vh;
  background-color: teal;
  margin: 0 auto;
  text-align: center;
  font-family: arial, helvetica;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services {
  padding: 170px 0;
}

.service-article h1 {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 22px;
  margin-top: 125px;
  color: #fff;
}

.service-article p {
  color: #a0adc5;
}

.service-article {
  padding: 0;
  min-height: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background: #021848;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.service-article .icon {
  width: 50px;
  height: 50px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.service-article:hover .ml8 .circle-dark-dashed {
  display: block;
}

.service-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: -20px;
  border-bottom-width: 1px;
  border-bottom-color: #ff4835;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .2s;
  opacity: 0;
}

.service-arrow img {
  filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(26deg) brightness(104%) contrast(103%);
}

.service-article:hover .service-arrow {
  right: 30px;
  bottom: 20px;
  display: block;
  opacity: 9;
  transition: .5s;
}

.service-article:hover .icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: .3s;
}

.service-article:hover h1,.service-article:hover p {
  color: #fff;
}

.service-article::after {
  content: '';
  background: #dbdfe7;
  transition: all .2s ease-in-out;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: .2s;
  border-radius: 100%;
  width: 0;
  height: 0;
}

.service-article:hover::after {
  width: 100%;
  height: 100%;
  display: block;
  transition: .2s;
  top: 0;
  bottom:0;
  left: 0;
  transform: none;
  border-radius: 10px;
}

.service-article a:hover {
  color: #fff;
}

.service-article a {
  color: #183f64;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 0px;
}

.step-index {
  color: #183f64;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: calc(2rem + 10vw);
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .2;
}

.steps {
  margin-top: 50px;
}

.steps .card-title {
  text-align: center;
  margin-bottom: 50px;
}

.process-steps {
  width: -webkit-fill-available;
  margin-bottom: 100px;
}

.process-steps:nth-child(even) {
  margin-top: 80px;
}

.process-steps h2 {
  font-family: 'HelveticaNeuRegular';
font-weight: 700;
  font-size: 22px;
  color: #dbdfe7;
}

.process-steps p {
  font-family: 'Helvetica Neue';

  color: #dbdfe7;
}

.process-steps .card-content {
  padding: 0 20px;
}

.process-steps .card-header {
  border-radius: 50%;
  position: relative;
}

.card-h2 {
  font-family: 'FiraGo';
  font-size: 17px;
  font-weight: bold;
}

.process-row {
  display: flex;
  position: relative;
}

.process-steps .card-header {
  margin-bottom: calc(1.5375rem + -0.55vw);
  background-image: linear-gradient(130deg, #183f64, #195895) !important;
}

.process-steps .step-icon {
  width: 120px;
  height: 120px;
  filter: invert(96%) sepia(17%) saturate(116%) hue-rotate(290deg) brightness(122%) contrast(100%);
}

.process-steps:nth-child(1) .step-icon {
  background: url('../img/step1.svg') no-repeat center center;
  background-size: 90px 90px;
}

.process-steps:nth-child(2) .step-icon {
  background: url('../img/step2.svg') no-repeat center center;
  background-size: 75px 75px;
}

.process-steps:nth-child(3) .step-icon {
  background: url('../img/step3.svg') no-repeat center center;
  background-size: 70px 70px;
}

.process-steps:nth-child(4) .step-icon {
  background: url('../img/step4.svg') no-repeat center center;
  background-size: 80px 80px;
}

.process-steps:nth-child(5) .step-icon {
  background: url('../img/step5.svg') no-repeat center center;
  background-size: 80px 80px;
}

.row-background {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: -1;
}

.why-title {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 8vw;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
  background: -webkit-linear-gradient(#183f64, #9ab5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-alagi article {
  color: #a8afbf;
  margin: 1% 0;
}

.why-alagi article h2 {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  text-transform: uppercase;
}

.why-alagi article p {
  font-family: 'Helvetica Neue';

}

.why-alagi {
  background-color: #183f64;
  padding: 30px 0;
}

.why-alagi img {
  width: 100%;
}

.shipmove {
  background-position: center bottom;
  transition: 4s;
}
.why-alagi .left-side article:nth-child(even) {
  padding-right: 20%;
}

.why-alagi .left-side article{
  text-align: right;
}

.why-alagi .right-side article:nth-child(even) {
  padding-left: 20%;
}

.section-heading {
  font-size: 26px;
  padding: 40px 0;
  text-align: center;
}

.section-description {
  font-size: 15px;
  font-family: 'Helvetica Neue';

  font-weight: normal;
  color: #334062;
  margin-bottom: 30px;
}

.page-title {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #252525;
}

.page {
  color: #334062;
  font-family: 'Helvetica Neue';

}

.card-title {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.card-title a {
  float: right;
  color: #183f64;
  font-size: 14px;
  margin-top: 6px;
}

.modal-dialog .card-title {
  display: flex;
}

.card-title span {
  color: #183f64;
}

.customer-logos .slide:nth-child(even) {
  background: #334062 !important;
}

.customer-logos .slick-slide:nth-child(odd) {
  background: #fff !important;
}

.customer-logos .slick-slide {
  text-align: center;
  transition: .5s;
}

.customer-logos .slick-slide img {
  width: auto;
  margin:auto;
}

.project-article {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.project-article .footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.project-article h2 {
  color: #fff;
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 20px;
  min-height: 55px;
}

.project-article .footer a {
  display: block;
  font-family: 'Helvetica Neue';

  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: inline;
  text-decoration: none;
}

.project-article:hover .footer {
  bottom: 50px;
  transition: .5s;
}
.project-square {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,transparent 34%,rgba(0,0,0,.7) 61%,rgba(0,0,0,.79));
}

.we-are {
  padding: 100px;
  color: #dbdfe7;
}

.press {
  background: #f8fbff;
  padding: 100px 0;
}

.press .row {
  align-items: center;
  justify-content: center;
}

.press article {
  background: #fff;
  border-radius: 10px;
  flex: 1 1 28%;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  text-align: left;
  padding: 50px 20px;
}

.press article p {
  color: #727272;
  font-size: 14px;
  padding: 50px 0;
}

.press article img {
  width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.press article a {
  margin-top: 20px;
  display: inline-block;
  color: #dbdfe7;
  position: relative;
}

.press article a::after {
  content: '';
  width: 10px;
  height: 10px;
  display:inline-block;
  position: absolute;
  top: 8px;
  right: -20px;
  background: url('../img/arrow-next-right.svg') no-repeat;
}

footer {
  margin-top: auto;
  padding: 30px 0;
  margin-top: 80px;
}

footer a {
  font-size: 14px;
  color: #9DA0A7;
  font-family: 'Helvetica Neue';

}

footer h1 {
  font-family: 'Helvetica Neue';

  font-size: 16px;
  color: #dbdfe7;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style-type: none;
}

footer ul li a {
  font-size: 14px;
  color: #334062;
  font-family: 'Helvetica Neue';

}

.footer-contact {
  font-family: 'Helvetica Neue';

  font-size: 14px;
  line-height: 20px;
  color: #9DA0A7;
}

p {
  margin: 0;
}

.references article {
  text-align: center;
  position: relative;
  min-height: 335px;
}

.references article img {
  width: 100%;
  margin: auto;
  object-fit: cover;
}

.references article h1 {
  font-family: 'Helvetica Neue';
  font-size: 15px;
  color: #dbdfe7;
  margin: 0;
  padding-top: 10px;
}

.references article .about {
  font-family: 'Helvetica Neue';
  letter-spacing: 0;
  line-height: 15px;
  font-size: 11px;
  color: #334062;
}

.references article .ic-linkedin {
  filter: invert(20%) sepia(48%) saturate(6455%) hue-rotate(200deg) brightness(93%) contrast(92%);
  margin: 10px auto;
}

.references article:hover h1 {
  color: #183f64;
}

.ic-linkedin {
  background: url('../img/linkedin.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}


.ic-facebook {
  background: url('../img/facebook.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}


.ic-instagram {
  background: url('../img/instagram.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.ic-globe {
  background: url('../img/globe.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.ic-bw {
  background: url('../img/dark.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.key-figure {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 0;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
}

.key-figure .figure {
  color: #183f64;
  display: block;
  font-size: 40px;
}

.key-figure .title {
  color: #dbdfe7;
}

#mainMap {
  width: 100%;
  height: 400px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.map-nav {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue';

}

.map-nav li {
  list-style-type: none;
}

.map-nav .alagi-btn {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
}

.map-nav p,.why-alagi article p,.author, .company {
  color: #fff;
}

section.news {
  margin-top: 50px;
}

.news .nl {
  position: relative;
  width: 30%;
  height: 100%;
}

.news .nr {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.news .play {
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-mask: url('../img/play.svg') no-repeat 100% 100%;
  mask: url('../img/play.svg') no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #183f64;
}

.news article {
  display: flex;
  align-items: stretch;
  height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  border-radius: 15px;
  margin-bottom: 30px;
}

.row .col-sm-6:first-child .news {
  display: block;
  height: 330px;
}

.row .col-sm-6:first-child a {
  float: none;
}

.row .col-sm-6:first-child .nl {
  height: 200px;
  padding-bottom: 10px;
}

.row .col-sm-6:first-child .news .nl,.row .col-sm-6:first-child .news .nr {
  width: 100%;
}

.news article h1 {
  font-family: 'HelveticaNeuRegular';
  font-weight: 700;
  font-size: 16px;
  color: #334062;
  width: 100%;
  padding-top: 20px;
}

.news article h1 small {
  display: block;
  color: #959595;
  padding: 5px 0;
}

.news article p {
  font-family: 'Helvetica Neue';
  font-size: 12px;
  color: #626f91;
}

.news article a {
  float: right;
  font-family: 'HelveticaNeuRegular';
  font-weight: bold;
  color: #334062;
}

.news article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map {
  padding: 100px 0;
}

.tracking-container {
  background-image: linear-gradient(130deg, #203b7a, #2253cb);
  border-radius: 15px;
  padding-left: 15px;
  overflow: hidden;
  margin-top: 80px;
  box-shadow: 0px 0px 22px -8px rgb(7 33 64);
}
.tracking-form input {
  border: 0;
  width: 100%;
  font-size: 15px;
  min-height: 40px;
  height: 100%;
  position: absolute;
  padding: 0 75px 0 20px;
  background: transparent;
  color: #fff;
  border-left: 1px solid #1177df;
}
.tracking-form button {
  cursor: pointer;
  border: 0 !important;
  background: none;
  font-size: 30px !important;
  color: #e7f2ff !important;
  position: absolute;
  top: 50%;
  right: 35px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
}
.tracking-form input::placeholder {
  font-size: 15px;
  color: #dbdfe7;
}
.tracking-form p {
  font-family: 'Helvetica Neue';

  font-size: 13px;
}
.tracking-form h1 {
  margin: 0;
  padding-right: 10px;
  font-size: 20px;
  color: #fff !important;
}

input[name="tracking_number"] {
  font-family: 'Helvetica Neue';

  outline: none;
}

.fix-full {
  position: inherit;
}

.project-col {
  display: block;
  margin: 65px 0;
  background-size: 40% !important;
  background-position: center 33% !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.project-col h1 {
  font-family: 'HelveticaNeuRegular';
font-weight: 700;
  font-size: 25px;
  color: #dbdfe7;
}


.project-col img {
  width: 100%;
  min-height: 240px;
  max-height: 400px;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 22px -8px rgb(0 0 0);
  box-shadow: 0px 0px 22px -8px rgb(0 0 0);
  object-fit: cover;
  border-radius: 15px;
}

.project-col p {
  font-family: 'Helvetica Neue';

  color: #334062;
  font-size: 13px;
}

.project-img .col-12:nth-child(even) .dots {
    margin-left: 50px;
    margin-right: 0;
}

.projects {
  padding: 30px 0;
}

.projects .project {
  margin-top: 20px;
}

.projects .project img {
  width: 100%;
  max-height: 145px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  object-fit: cover;
}

.projects .project h1 {
  font-size: 15px;
  padding-top: 15px;
}

.dots {
  position: relative;
  margin-left: 50px;
  margin-bottom: 50px;
}

.dots::before, .dots::after {
  position: absolute;
  left: -50px;
  display: block;
  content: "";
  background-image: radial-gradient(#0c2a5c 2px, transparent 2px);
  background-size: 16px 16px;
  background-position: bottom right;
  background-repeat: repeat;
}
.dots::before {
  bottom: -50px;
  left: -44px;
  width: 300px;
  height: 45px;
}

.dots::after {
  bottom: 0;
  width: 50px;
  height: 150px;
}

.project-img .col-12:nth-child(even) .dots::after {
    left: -50px;
}

.project-img .col-12:nth-child(even) .dots::before {
    left: -45px;
}

.project-img .col-12:nth-child(even) .col-md-7 {
    order: -1;
}

.project-categories {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.project-categories li {
  list-style-type: none;
  display: inline-block;
}

.project-categories li a {
  display: block;
  border: 1px solid #cedef5;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: .3s;
  color: #dbdfe7;
}

.project-categories li a:hover {
  background-image: linear-gradient(130deg, #203b7a, #2253cb);
  color: #fff !important;
}

.ml8 {
  font-size: 4.5em;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
}

.ml8 .letters-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 0.7em;
  right: 0;
  top: -0.2em;
}

.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ml8 .circle-white {
  width: 2em;
  height: 2em;
  border: 2px dashed #051436;
  border-radius: 2em;
}

.ml8 .circle-dark {
  width: 1.2em;
  height: 1.2em;
  background-image: linear-gradient(130deg, #183f64, #195895);
  border-radius: 3em;
  z-index: 1;
}

.ml8 .circle-dark-dashed {
  display: none;
  border-radius: 2.4em;
  background-color: transparent;
  border: 2px dashed #183f64;
  width: 1.3em;
  height: 1.3em;
}

.form button[type="submit"] {
  background: none;
  color: #183f64;
  border: 1px solid #183f64;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 10%;
  display: block;
  margin: 30px 0;
  cursor: pointer;
}

.form button[type="submit"] i {
  margin-left: 20px;
}

.header-video {
  width: 50%;
  height: 100%;
  display: block;
  background: url(../img/export.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

header .alagi-btn {
  font-family: 'Helvetica Neue';
  margin-top: 50px;
}

.first-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.first-content .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.first-content h1 {
  font-weight: 700;
}

.form.tracking {
  display: block;
  height: 59.5px;
}

header .container {
  position: inherit;
}

.about-img {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-descr {
  font-family: 'Helvetica Neue';

  font-size: 18px;
  color: #334062;
}

.form .form-control {
  padding: 20px 10px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #0c2a5c;
  padding-left: 0;
  color: #fff;
  font-family: 'Helvetica Neue';

}

.form select.form-control {
  padding: 0;
}

.form .form-control::placeholder {
  color: #1f3f74;
}

.form i {
  margin-left: 10px;
}

.tooltip-inner {
  font-family: 'Helvetica Neue';
}

.consultation-form label {
  display: none;
}

.contact-map {
     width: 100%;
     position: relative;
     height: 100%;
     border-radius: 15px;
     overflow: hidden;
}
 #contactMap {
     width: 100%;
     height: 100%;
     min-height: 50vh;
}
 .container.contact {
   padding-top: 30px;
   padding-bottom: 50px;
}

.project-slide {
  margin: 5% 0;
  padding: 0 20px !important;
}
 .project-slide .slick-slide img {
     display: block;
     width: 90%;
     min-height: 400px;
     object-fit: cover;
     margin: auto;
     border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
 .project-slide .slick-prev:before, .project-slide .slick-next:before {
     color: #183f64;
}
 .project-slide{
     display: none;
}
 .project-slide.slick-initialized{
     display: block;
}
 .project-slide .slick-list {
     border-radius: 15px;
     padding: 0 !important;
}
 .project-slide .slick-slide {
     filter: blur(1px);
     -webkit-filter: blur(1px);
}
 .project-slide .slick-current {
     filter: blur(0px);
     -webkit-filter: blur(0px);
}

 .project-slide .slick-slide img {
     display: block;
     height: 300px;

     border-radius: 15px;
     margin: 0 5px;
}
 .project-slide .slick-prev:before, .project-slide .slick-next:before {
     color: #183f64;
}
 .project-slide{
     display: none;
}
 .project-slide.slick-initialized{
     display: block;
}
 .project-slide .slick-list {
     border-radius: 15px;
     padding: 0 !important;
}
 .project-slide .slick-slide {
     filter: blur(1px);
     -webkit-filter: blur(1px);
}
 .project-slide .slick-current {
     filter: blur(0px);
     -webkit-filter: blur(0px);
}
 .project-img .btn-border {
   position: absolute;
   z-index: 1;
   right: 0;
   bottom: 0;
   background: none;
   color: #dbdfe7;
   border: 1px solid #0c2a5c;
   border-style: dashed;
   border-radius: 15px;
   font-size: 18px;
   padding: 10px 10%;
   display: block;
   text-decoration: none;
   font-family: 'Helvetica Neue';

}
 a[rel="noopener"] {
     display: none !important;
}
 .slick-slider {
     width: 100%;
     padding: 0;
     margin: 0;
}

.slick-prev:before, .slick-next:before {
  color: #183f64 !important;
}

.customer-logos .slick-next,.customer-logos .slick-prev {
  width: 30px;
  height: 30px;
  z-index: 1
}

.customer-logos .slick-prev:before, .customer-logos .slick-next:before {
  color: #183f64 !important;
}

.form button[type="submit"] {
  font-family: 'Helvetica Neue';

}

.we-are .btn {
  color: #183f64;
  margin-top: 30px;
  font-family: 'Helvetica Neue';
}
.we-are-page {
  border-radius: 15px;
}
.blog-title {
  font-size: 40px;
}
.blog-col {
  display: block;
  cursor: pointer;
  background-size: 40% !important;
  background-position: center 33% !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 10%;
}
.blog-col h1 {
  font-family: 'HelveticaNeuRegular';
font-weight: 700;
  font-size: 20px; color: #dbdfe7;
  padding-top: 10px;
  max-height: 55px;
  overflow: hidden;
}
.blog-col p {
  font-family: 'Helvetica Neue';

  font-size: 13px;
  padding-bottom: 10px;
  color: #334062;
  padding-right: 20px;
}
.blog-col img {
  width: 100%;
  max-height: 200px;
  border-radius: 15px;
  object-fit: cover;
}

.blog-img .col-12:nth-child(even) .blog-col .col-12:nth-child(2) {
  order: -1;
}
.blog-img .col-12:nth-child(even) .dots { margin-right: 0; margin-left: 50px; }

.qa-search {
  width: 50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* .member-hover {
  position: absolute;
  display: none;
  background: #144373;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  font-size: 14px;
  padding: 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: .1s;
} */

.member-hover a {
  display: block;
}

.dropdown .dropdown-menu {
  border: none;
  top: 78px;
  border-radius: 0;
  background-image: linear-gradient(130deg, #183f64, #195895);
  padding: 0;
}

.dropdown-menu li {
  margin-right: 0
}

.lang-link {
  font-size: 10px;
  border-radius: 15px;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: left;
  line-height: 20px;
  outline: none;
}

.lang-bar.dropdown {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.lang-bar.dropdown .dropdown-menu {
  border: none;
  min-width: auto;
  overflow: hidden;
  left: -100px;
  top: 78px;
  padding: 10px 0;
}
.lang-bar.dropdown .dropdown-menu .lang-link {
  background: none;
  color: #fff;
}

.lang-bar.dropdown .dropdown-menu .lang-link:hover {
  color: #1d1d1f;
}

.lang-link:hover {
  color: #fff;
}

.lang-link img {
  width: 17px;
  float: left;
  margin-right: 8px;
}

.trans_types {
  display: flex;
  margin: auto;
  padding: 0;
  margin: 20px 0;
}

.trans_types li {
  list-style-type: none;
  padding: 10px 30px;
  display: inline-block;
  font-family: 'Helvetica Neue';

  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  width: -webkit-fill-available;
  border: 1px solid #0c2a5c;
  border-radius: 15px;
}

.trans_types li.is-invalid {
  border: 1px solid #b80000;
}

.trans_types li.active {
  background: #183f64;
  color: #fff;
}

.trans_types li img {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(229deg) brightness(102%) contrast(100%);
}

.pricing-form {
  max-width: 700px;
}

.pricing-form label {
  font-size: 15px;
  color: #183f64;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue';

}

.pricing-form .form-control {
  font-size: 12px;
  color: #183f64;
}

input[name="tt"] {
  display: none;
}

.btn-all {
  float: right;
  font-family: 'Helvetica Neue';

  background: none;
  color: #183f64;
  border: 1px solid #183f64;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  margin-top: 7px;
}

.form {
  overflow: hidden;
}

.g-recaptcha {
  transform: scale(0.70);
  -webkit-transform: scale(0.70);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-top: 15px;
}

.g-recaptcha iframe {
  border: 1px solid transparent;
}

.spinner-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1000;
}

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #183f64;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin .5s linear 0s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

.modal-dialog {
  width: 100%;
  min-width: 700px;
}

.modal-content {
  border-radius: 15px;
  background: #183f64;
  color: #dbdfe7;
}

.modal-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.section-heading {
  padding: 0;
}

.modal-header .section-heading {
  color: #dbdfe7;
}

.we-are .section-heading p {
  font-size: 20px;
  color: #334062;
  font-family: 'Helvetica Neue';

}

.modal-description {
  color: #dbdfe7;
  font-family: 'Helvetica Neue';

}

.modal-sent {
  display: none;
  padding: 40px 0;
  border-radius: 15px;
}
.modal-sent .section-heading {
  font-family: 'Helvetica Neue';

  font-size: 20px;
  color: #334062;
}
.modal-sent img {
  width: 80px;
  animation: bounceIn;
  animation-duration: 2s;
  margin: 20px 0;
  filter: invert(59%) sepia(7%) saturate(3924%) hue-rotate(89deg) brightness(103%) contrast(79%);
}

.modal-sent .modal-description {
  color: #3ab768 !important;
}

.modal-header .close {
  color: #fff;
}

button.close {
  margin-left: auto;
  color: #f00 !important;
}





.why-article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.why-article article {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 65px;
}

.map-nav {
  position: absolute;
  background: #183f64;
  padding: 20px;
  height: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.map-nav ul {
  padding: 0;
}

.map-nav .alagi-btn {
  background: #fff;
  color: #334062;
}

.contact-cel {
  padding: 30px 0;
  margin-top: 50px;
  border-radius: 10px;
  position: relative;
  background: #021848;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #334062;
}

.contact-cel h1 {
  font-family: 'HelveticaNeuRegular';
font-weight: 700;
  font-size: 22px;
}

.contact-cel p {
  font-family: 'Helvetica Neue'
}

.contact-cel img {
  width: 50px;
  margin-bottom: 30px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.contact-cel a {
  color: #334062;
}

.form-control.is-invalid {
  border-bottom: 1px solid #b80000;
}

.form-control.is-invalid::placeholder {
  color: #780000;
}

.tracking-form .error {
  position: absolute;
  color: #ff7a7a;
  left: 20px;
  bottom: 4px;
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
}

.process-point {
     padding: 5px;
     display: inline-block;
     background: #334062;
     border: 5px solid #788eb7;
     overflow:hidden;
     border-radius: 50%;
     position: absolute;
     top: -8px;
     right: 0;
     left: 0;
     width: 10px;
     margin: auto;
}
 .process-complete {
     background: #4fbd8a;
     height: 5px;
     border-radius: 10px;
}

.process-complete .process-point {
  background: #0a854c;
  border: 5px solid #4fbd8a;
}
 .process-line .col, .process-headings {
     text-align: center;
     font-family: 'Helvetica Neue';

}
.tab-infos {
  margin-top: 50px;
  padding: 0 15px;
}
 .process-line {
     background: #e3e6ef;
     display: block;
     border-radius: 10px;
     height: 5px;
     margin-top: 20px;
}


 .process-line .col:hover {
     background:#a2bbe3;
}
 .shipping-process {
     width: 49%;
     background: #fff;
     position: absolute;
     z-index: 999;
     padding: 20px;
     border-radius: 10px;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     -moz-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     text-align: center;
     margin-top: 30px;
}

 .shipping-process form textarea {
     padding: 10px;
     border-radius: 10px;
     border: 1px solid #ebeefd;
     color: #788292;
}
 .shipping-process form button {
     background: #fff;
     padding: 10px;
     border:none;
     border-radius: 10px;
     margin-top: 20px;
     margin-left: 20px;
     display: inline-block;
     color: #2e73ea;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     -moz-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
}
 /* .process-headings small {
     font-size: 10px;
} */
 .process-comments {
     display: none;
     width: 49%;
     background: #fff;
     position: absolute;
     z-index: 999;
     padding: 20px;
     border-radius: 10px;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     -moz-box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     box-shadow: 0px 0px 10px 0px rgba(219,226,255,1) !important;
     margin-top: 20px;
}
 .tracking-content .tracking-number {
     font-size: 15px;
     font-family: 'HelveticaNeuRegular';
font-weight: 700;
}
 .tracking-content .comments-heading {
     margin-top: 50px;
     font-size: 20px;
     font-family: 'HelveticaNeuRegular';
font-weight: 700;
}
 .tracking-content p {
     font-size: 13px;
     font-family: 'Helvetica Neue';

}

.qa .card {
  margin-bottom: 10px;
  border: none;
  border-radius: none;
  margin-bottom: 20px;
  background: none;
  border: 1px solid rgb(216 227 240);
}

.qa .card button {
  color: #334062;
  text-decoration: none;
}

.qa .card a {
  white-space: inherit;
  font-weight: bold;
  color: #183f64;
  padding: 0;
  background: url('../img/minus.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
  padding-right: 20px;
}

.qa .card a:hover {
  color: #183f64;
}

.qa .card a.collapsed {
  font-weight: normal;
  color: #fff;
  background: url('../img/plus.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
  padding-right: 20px;
}

.qa .card .card-header {
  border: none;
  background: none;
}
.blog-in-description img {
  max-width: 50%;
  float: right;
  border-radius: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-in-description {
  display: inline-block;
  padding-top: 50px;
}

.form.blog-search {
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  width: 50%;
  margin: 50px auto;
  position: relative;
  border-radius: 15px;
}

.form.blog-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    color: #183f64;
    border: 1px solid #183f64;
    border-radius: 5px;
    font-size: 18px;
    display: block;
    height: 100%;
    padding: 0 20px;
    margin: 0;
    border-radius: 15px;
}

.form.blog-search input {
  border: none;
  padding: 15px;
  width: 100%;
  color: #334062;
  font-family: 'Helvetica Neue';

}

.form.blog-search button {
  position: absolute;
  right: 0;
  font-family: 'Helvetica Neue';

}

.arnos-ship {
  width: 50%;
  height: 50%;
  display: block;
  background: url('../img/process.svg') no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
  top: 15%;
}

/* .header-right video {
  width: 50%;
height: 50%;
display: block;
position: absolute;
z-index: -1;
top: 15%;
} */

header {
  position: inherit;
  background: url('../img/header-right.html') no-repeat center right;
  background-size: 65%;
  background-position-y: 35%;
}

.consultation-bg {
  width: 100%;
  height: 100%;
  display: block;
  background: url('../img/consultation.png') no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 200px;
}

.consultation-form button[type="submit"],.pricing-form button[type="submit"] {
  margin-right: auto !important;
  margin-left: auto !important;
}


body.light {
  background: #fff;
}

body.light nav li a {
  color: #eff3ff !important;
  background: linear-gradient(rgba(255,0,0,0)  50%, #334062 50%, #334062);
  background-size: 100% 200%;
  transition: .5s;
}

body.light nav li a:hover {
  background-position: 100% 100%;
  color: #fff !important;
}

body.light .first-scene h1 {
  color: #252525;
}

body.light .card-title {
  color: #334062;
}

body.light .service-article {
  background: #FFF;
}

body.light .service-article h1 {
  color: #334062;
}

body.light .service-article {
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
}

body.light .references article h1 {
  font-weight: bold;
  color: #334062;
}
body.light footer h1 {
  color: #334062;
}
body.light .project-col h1 {
  color: #334062;
}
body.light .project-img .btn-border {
  color: #334062;
}
body.light .project-categories li a {
  color: #334062;
}
body.light .form button[type="submit"] {
  color: #183f64;
}
body.light .social-icons i {
  filter: invert(16%) sepia(9%) saturate(3858%) hue-rotate(181deg) brightness(95%) contrast(92%);
}
body.light .project-categories li a {
  color: #334062;
}

body.light .service-article a:hover {
  color: #000;
}

body.light .contact-cel {
  background: #fff;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
}

body.light .contact-cel img {
  filter: invert(16%) sepia(20%) saturate(3461%) hue-rotate(187deg) brightness(95%) contrast(102%);
}

body.light .contact-cel h1 {
  color: #334062;
}

body.light .service-article:hover p {
  color: #334062;
}

body.light .modal-content {
  background: #fff;
  border-radius: 15px;
  color: #334062;
}

body.light .modal-description {
  color: #334062;
  margin-bottom: 20px;
}

body.light .modal-header .close {
  color: #334062;
}

body.light .form .form-control {
  color: #0c2a5c;
}

body.light .process-steps p,body.light .process-steps h2 {
  color: #334062;
}
body.light .blog-col img {
  -webkit-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
}


body.light footer {
  background: #fafafa;
}

body.light .trans_types li img {
    filter: invert(8%) sepia(51%) saturate(3345%) hue-rotate(209deg) brightness(95%) contrast(109%);
}

body.light .trans_types li.active img {
  filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(229deg) brightness(102%) contrast(100%);
}

body.light .trans_types li {
  color: #334062;
}

body.light .trans_types li.active {
  color: #fff;
}

body.light .pricing-form label {
  color: #0c2a5c;
}

body.light .header-right::after {
  background: radial-gradient(circle, rgb(208 223 237 / 86%) 0%, rgba(18,21,38,0) 52%, rgba(18,21,38,0) 100%);
}

body.light header .alagi-btn {
  color: #183f64;
  font-weight: bold;
}

body.light header .alagi-btn:hover {
  color: #fff;
}

body.light .tracking-container {
  background: #183f64d1;
}

body.light .tracking-form input {
  background: #1031507d;
  border-left: 1px solid #21384e;
  color: #ccc;
}

body.light .tracking-form button {
  color: #fff !important;
}

body.light .blog-col h1 {
  color: #1d1d1f;
}
body.light .first-scene h2 {
  color: #183f64;
}

body.light .service-arrow {
  filter: invert(16%) sepia(9%) saturate(3858%) hue-rotate(181deg) brightness(95%) contrast(92%);
}

body.light .navbar-toggler-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}
body.light .qa .card a.collapsed {
  color: #334062
}
.values-img {
width: 100%;
}

.career-p {
  background: #fff;
  position: relative;
  margin-left: 50px;
  margin-bottom: 100px;
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
  -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
  box-shadow: 0px 0px 22px -8px rgb(216 227 240);
}
.career-p::before {
    bottom: -50px;
    left: -44px;
    width: 300px;
    height: 45px;
}
.career-p::after {
    bottom: 0;
    width: 44px;
    height: 150px;
}
.career-p::before, .career-p::after {
    position: absolute;
    left: -50px;
    display: block;
    content: "";
    background-image: radial-gradient(#0c2a5c 2px, transparent 2px);
    background-size: 16px 16px;
    background-position: bottom right;
    background-repeat: repeat;
}

.careers-img {
  width: 100%;
   border-radius: 15px;
}

footer h1  {
  font-weight: bold;
}

.dropdown:hover .dropdown-menu{
  display: block;
}

.start_careers {
  background: #183f64;
  color: #fff;
}
body.light .start_careers .card-title {
  color: #fff;
}

.start_careers .alagi-btn {
  border: 1px solid #ccc;
}

.contact-sent {
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 20px;
  background: #8bd9c0;
  padding: 20px;
  border-radius: 15px;
  margin-top: 15px;
}

.nav-tabs {
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}

.nav-tabs .nav-item {
  width: 20%;
}

.nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  min-height: 70px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-image: linear-gradient(130deg, #183f64, #195895);
  color: #fff;
  cursor: pointer;
}

.member-img img {
  width: 100%;
}
.member-img {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(500px);
  transition: .5s;
}
.img2 {
  position: absolute;
  transform: rotateY(180deg);
  left: 0;
  top: 0;
}
.hidden {
  backface-visibility: hidden;
}
.member:hover .member-img {
  transform: rotateY(180deg);
}
.replace {
  position: relative;
}
.member-img, .replace {
  display: inline-block;
}
.error-404 {
  font-family: 'Helvetica Neue';
  padding: 20% 0;
}
.error-description a {
  display: table;
  background: #fff;
  color: #334062;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.error-description a i {
  margin-right: 15px;
}
.business-canvas .row div {
  box-shadow: -.5px -.5px 0 .5px #d9e0ff, inset -1px -1px 0 0 #d9e0ff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.business-canvas .row div:hover {
  background: #f5f7ff;
}
.business-canvas .row h1 {
  font-family: 'HelveticaNeuRegular';
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

.youtube-iframe {
  width: 100%;
}

.tab-content {
  min-height: 550px;
}

.presentation {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.presentation a {
  padding: 30px 0;
  font-family: 'HelveticaNeuRegular';
  border-radius: 10px;
  background-image: linear-gradient(130deg, #203b7a, #2253cb);
  color: #fff;
}

.navbar>.container, .navbar>.container-fluid {
  justify-content: none;
}

.navbar-light .navbar-toggler {
  margin-left: auto;
  border-color: #fff;
  margin: 0;
}

.navbar-nav {
  height: 80px;
}

.navbar-nav .nav-item  {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu .nav-link {
  padding: 10px 20px !important;
}

.form2.tracking {
  height: 100%;
}

footer .logo {
  filter: none;
}

.top {
  background: #1b45b5;
}

.btn-primary {
  background: none;
  border: 1px solid #183f64;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
}

.btn-primary:hover {
  background: #183f64;
  color: #fff;
  border-color: #183f64;
}

.pricing-weights {
  display: flex;
  position: absolute;
  height: 100%;
  top: 5px;
  right: 15px;
  align-items: center;
  justify-content: right;
}

.pricing-weights a {
  z-index: 999;
  background: #c0cdeb;
  padding: 3px;
  font-size: 12px;
  color: #001440;
  font-family: 'Helvetica Neue';
  margin-left: 3px;
  min-width: 35px;
  text-align: center;
}

.pricing-weights a.active {
  color: #fff;
  background: #334062;
}

.form .step2 {
  display: none;
}

.thankyou {
  text-align: center;
  padding: 100px 0;
}

.thankyou h1 {
  font-family: 'HelveticaNeuRegular';
  font-size: 22px;
  font-weight: bold;
}

.thankyou small {
  font-family: 'Helvetica Neue';
  display: block;
  margin-bottom: 100px;
  font-size: 18px;
}

.thankyou .btn {
  font-family: 'Helvetica Neue';
  color: #000;
}

.thankyou .btn:hover {
  color: #fff;
}

.thankyou .btn i {
  margin-right: 10px;
}

.message_sent {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: url('../img/message-svgrepo.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(93%) saturate(885%) hue-rotate(181deg) brightness(100%) contrast(88%);
}

.quote {
  -webkit-box-shadow: 0px 0px 22px -8px rgb(216 227 240);
    -moz-box-shadow: 0px 0px 22px -8px rgba(216,227,240,1);
    box-shadow: 0px 0px 22px -8px rgb(216 227 240);
}

.quote h3 {
  padding-top: 15px;
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Helvetica Neue';
}

.quote h2 {
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'HelveticaNeuRegular';
  font-weight: bold;
  display: inline-block;
  color: #183f64;
}

.slider-for img {
  opacity: .5;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
}

.slider-for .slick-current img {
  width: 150px;
  height: 150px;
  margin-top: 0;
  opacity: inherit;
}

.quote-slide .slick-track {
  min-height: 300px;
}

.partners {
  background: radial-gradient(closest-side, #fff, #fff, #e9f4ff);
  padding: 50px 0;
}

.pricing-form .form-control {
  padding: 10px;
}

.btn-lght {
  color: #183f64;
  margin: auto;
  display: table;
}

@media only screen and (max-width: 991px) {
  .navbar-nav,.navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item {
    display: block;
  }
  .dropdown .dropdown-menu {
    background: #133758;
  }
  .header-section-right .alagi-btn {
    width: 100%;
    background-image: linear-gradient(130deg, #183f64, #195895);
    border-radius: 0;
    border: none;
    padding: 20px;
  }
  .navbar-collapse .header-section-right {
    margin-top: 50px !important;
    height: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #183f64;
    top: 130px;
    left: 0;
    padding-top: 30px;
  }

  .navbar-collapse .header-section-right {
    margin: 0;
  }
  .news {
    display: none;
  }
  .tracking-form button {
    font-size: 20px !important;
  }
  .navbar .container {
    padding: 0 20px;
  }
  .navbar .collapse.show {
    width: 100%;
  }
  nav li {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  nav li a {
    display: inline-block !important;
  }
  .header-section-right {
      justify-content: center;
  }
  nav li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .projects .slick-slide .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .first-content h1 {
    margin-top: 20%;
  }
  .first-content .btns {
    margin-top: 40%;
  }
  header {
    background-size: 100%;
  }
  .first-content {
    text-align: center;
  }
  .blog-in-description img {
    max-width: 100%;
  }
  .we-are .section-heading p {
    font-size: 16px;
  }
  .tracking-form input {
    position: inherit;
  }
  .header-section-right i {
    margin: 0 5px;
  }
  .header-right::after {
    width: 100% !important;
  }
  footer {
    text-align: center;
  }
  .arnos-ship {
    top: 85px !important;
    width: 100% !important;
    left: 0;
  }
  .form.blog-search {
    width: 100% !important;
  }
  .process-line .col, .process-headings {
    font-size: 11px;
  }
  #mainMap,.map-nav {
    border-radius: 0 !important;
  }
  .map-nav {
    position: inherit !important;
  }
  .card-title {
    font-size: 25px;
  }
  .trans_types {
    grid-gap: 5px;
  }
  .trans_types li {
    display: block;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .trans_types li img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .pricing-form label {
    font-size: 12px;
  }
  .modal-dialog {
    width: auto !important;
    min-width: unset !important;
  }
  header {
    display: block;
  }
  .header-right {
    position: absolute;
    z-index: -1;
    opacity: .5;
  }
  .project-img .btn-border {
    position: inherit !important;
    float: none !important;
    display: table !important;
    margin: auto;
    margin-top: 20px;
  }
  .project-details {
    padding: 10% 2%;
  }
  .dots::after {
    display: none;
  }
  .dots {
    margin-left: 0;
  }
  .dots::before {
    width: 100%;
    left: 0;
  }
  .project-col {
    margin: 0;
  }
  .page-title {
    font-size: 10vw;
    text-align: center;
  }
  .project-categories {
    width: 100%;
    padding: 0;
  }
  .about-img {
    display: none;
  }
  .contact-map {
    height: 300px;
    margin-bottom: 30px;
  }
  .video-wrapper {
    border-radius: 0;
    display: none;
  }
  .why-alagi {
    background-image: none;
  }
  .why-alagi article {
    margin-bottom: 20px;
    text-align: center !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .header-video {
    display: none;
  }
  .we-are {
    padding: 100px 0;
  }
  .process-row {
    display: block;
  }
  .process-steps {
    margin: 0 !important;
  }
  .process-steps .card {
    flex-direction: row !important;
  }
  .process-steps .step-icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px !important;
  }
  .process-steps .card-content {
    padding: 0;
  }
  .process-steps p {
    font-size: 13px;
  }
  .process-steps .card-header {
    margin: 0;
  }
  .modal-description {
    font-size: 13px;
  }
  .why-alagi article p {
    padding: 0 20px;
  }
  .why-title {
    font-size: 50px;
    background: -webkit-linear-gradient(#3662b7, #03194c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .blog-col {
    margin-bottom: 15%;
  }
  .blog-img .col-12:nth-child(even) .dots::before {
    left: 0;
  }
  .blog-img .col-12:nth-child(even) .dots {
    margin-left: 0;
  }
  .blog-img .col-12:nth-child(even) .blog-col .col-12:nth-child(2) {
    order: unset;
  }
}
@media only screen and (max-width: 575px) {
  header {
    background: url('../img/header-right2.png') no-repeat center right;
    background-position-y: 35%;
  }
  .presentation {
    grid-template-columns: auto;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }
  .news article img {
    height: auto;
  }
  .service-article {
    min-height: 120px;
    align-items: inherit;
    flex-direction: inherit;
  }
  .ml8 {
    top: 10px;
    left: 30px;
    right: auto;
  }
  .service-article h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    margin: 0;
    text-align: left;
    padding: 0 0 0 160px;
  }
}

.vote-references {
  margin-top: 120px;;
}

.votebtn {
  font-size: 14px;
    background: #6bbb75;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    font-family: 'HelveticaNeuRegular';
    margin-top: 10px;
}