@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://use.typekit.net/ktb2wiq.css");
/* CSS Document */
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff; }
  body.fancybox-active {
    height: 100%; }

form {
  width: 100%;
  height: 100%; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a, a img {
  text-decoration: none;
  outline: none;
  border: none; }

.clr {
  clear: both;
  height: 0; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

::selection {
  background: #1691CE;
  color: #fff; }

::-moz-selection {
  background: #1691CE;
  color: #fff; }

/*General Elements */
sup {
  font-size: 0.5em; }

body, input, textarea, select, option {
  font-family: 'Poppins', sans-serif; }

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none; }

:before {
  font-family: IcoFont;
  font-style: normal; }

section {
  position: relative;
  width: 100%;
  overflow: hidden; }
  section.h100 {
    height: 100%;
    height: 100vh; }
  section.pt {
    padding-top: 12.5%; }

.content {
  width: 85%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0; }
  .content:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: ""; }

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative; }
  i.icon.formIco {
    background-image: url(../images/icons/form.svg); }
  i.icon.globeIco {
    background-image: url(../images/icons/globe.svg); }
  i.icon.pinIco {
    background-image: url(../images/icons/pin.svg); }
  i.icon.homeIco {
    background-image: url(../images/icons/home.svg); }
  i.icon.arrowIco {
    background-image: url(../images/icons/longArrow.svg);
    display: block;
    width: 16px;
    height: 11px; }
  i.icon.menuIco {
    background-image: url(../images/icons/menu.svg); }
  i.icon.phoneIco {
    background-image: url(../images/icons/phone.svg); }
  i.icon.chatIco {
    background-image: url(../images/icons/chat.svg); }
  i.icon.chatIcoGreen {
    background-image: url(../images/icons/chatGreen.svg); }
  i.icon.servicesIco {
    background-image: url(../images/icons/services.svg); }
  i.icon.triangleIco {
    background-image: url(../images/icons/triangle.svg);
    background-size: 100% auto; }

body.greyBg i.icon.formIco {
  background-image: url(../images/icons/formDark.svg); }

body.greyBg i.icon.globeIco {
  background-image: url(../images/icons/globeDark.svg); }

body.greyBg i.icon.pinIco {
  background-image: url(../images/icons/pinDark.svg); }

body.greyBg i.icon.homeIco {
  background-image: url(../images/icons/homeDark.svg); }

body.greyBg i.icon.servicesIco {
  background-image: url(../images/icons/servicesBlue.svg); }

.icoBtn {
  width: 260px;
  box-shadow: 0px 20px 30px #0070C633;
  border: 1px solid #0070C64D;
  display: block;
  width: 260px;
  height: 60px;
  line-height: 58px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 65px; }
  .icoBtn:before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0; }
  .icoBtn.white {
    background: #fff;
    color: #162357;
    font-size: 15px;
    font-weight: 600; }
    .icoBtn.white:before {
      background: #0070C6; }
    .icoBtn.white:hover {
      color: #fff; }
  .icoBtn.blue {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #0070C64D;
    box-shadow: 0px 20px 30px #162357; }
    .icoBtn.blue:before {
      background: #fff; }
    .icoBtn.blue:hover {
      color: #62A631; }
  .icoBtn.dark {
    background: #0070C6;
    color: #fff;
    font-size: 15px;
    font-weight: 600; }
  .icoBtn i {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 15px;
    left: 20px; }
  .icoBtn span {
    position: relative; }
  .icoBtn:hover:before {
    width: 100%; }

.arrowBtn {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  font-weight: 600; }
  .arrowBtn.blue {
    color: #162357; }
  .arrowBtn:before {
    content: "\eaa0";
    position: absolute;
    color: #6DE516;
    top: 3px;
    left: 0; }
  .arrowBtn:after {
    content: "\eaa0";
    position: absolute;
    color: #6DE516;
    top: 3px;
    left: 0;
    font-family: IcoFont;
    font-style: normal;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .arrowBtn:hover {
    padding-left: 35px; }
    .arrowBtn:hover:after {
      opacity: 1;
      left: 8px; }

.btn {
  box-shadow: 0px 0px 38px #96B0CB4F;
  font-size: 15px;
  background-color: #0070C6;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 15px 20px 15px 70px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .btn:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 36px;
    height: 36px;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    z-index: 0; }
  .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #62A631;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
  .btn:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn.calc:before {
    background: url(../images/icons/calculator.svg); }
  .btn.playStore:before {
    background: url(../images/icons/playStore.svg); }
  .btn.apple:before {
    background: url(../images/icons/apple.svg); }
  .btn.play:before {
    background: url(../images/icons/playSmall.svg); }

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  .row .col {
    flex: 0 0 auto;
    width: 33.3333%; }
    .row .col.col-1 {
      width: 12.5%; }
    .row .col.col-2 {
      width: 25%; }
    .row .col.col-3 {
      width: 37.5%; }
    .row .col.col-4 {
      width: 50%; }
    .row .col.col-5 {
      width: 62.5%; }
    .row .col.col-6 {
      width: 75%; }
    .row .col.col-7 {
      width: 87.5%; }
    .row .col.col-8 {
      width: 100%; }
  .row.j-center {
    justify-content: center; }

.rowSixCol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  .rowSixCol .col {
    flex: 0 0 auto;
    width: 33.3333%; }
    .rowSixCol .col.col-1 {
      width: 16.666666666666666666666666666667%; }
    .rowSixCol .col.col-2 {
      width: 33.3%; }
    .rowSixCol .col.col-3 {
      width: 50%; }
    .rowSixCol .col.col-4 {
      width: 66.666666666666666666666666666667%; }
    .rowSixCol .col.col-5 {
      width: 83.3%; }
    .rowSixCol .col.col-6 {
      width: 100%; }
  .rowSixCol.j-center {
    justify-content: center; }

.pad {
  padding: 100px; }

.h10 {
  height: 10%; }

.h20 {
  height: 20%; }

.h30 {
  height: 30%; }

.h40 {
  height: 40%; }

.h50 {
  height: 50%; }

.h60 {
  height: 60%; }

.h70 {
  height: 70%; }

.h80 {
  height: 80%; }

.h90 {
  height: 90%; }

.pt-0 {
  padding-top: 0; }

.border-right {
  border-right: 1px solid #C6D5D4; }

.border-left {
  border-left: 1px solid #C6D5D4; }

.border-top {
  border-top: 1px solid #C6D5D4; }

.border-bottom {
  border-bottom: 1px solid #C6D5D4; }

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  z-index: 2; }
  a.scroll span {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    a.scroll span:after {
      width: 2px;
      height: 1px;
      background: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 5px;
      left: 45%;
      -webkit-animation: mainArrowAnim 1s infinite;
      /* Safari 4+ */
      -moz-animation: mainArrowAnim 1s infinite;
      /* Fx 5+ */
      -o-animation: mainArrowAnim 1s infinite;
      /* Opera 12+ */
      animation: mainArrowAnim 1s infinite; }

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-o-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

.checkbox-box {
  display: block;
  color: #707070;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding-top: 10px; }

.checkbox-box input {
  position: absolute;
  opacity: 0; }

.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 60px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 10px; }

.checkbox-box label:before {
  width: 30px;
  height: 30px;
  background-color: #D2D7D7;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center; }

.checkbox-box input:checked + label:before {
  background-image: url(../images/icons/check.svg); }

body.greyBg .lines {
  display: none; }

.fluidBox {
  position: absolute; }
  .fluidBox .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .fluidBox .inner span {
      color: #1d4156;
      font-size: 24px;
      display: block; }
      .fluidBox .inner span strong {
        color: #0070C6; }
    .fluidBox .inner p {
      max-width: 520px; }
    .fluidBox .inner h3 {
      font-size: 100px;
      color: #1d4156;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      letter-spacing: -1px; }
      .fluidBox .inner h3 small {
        font-size: 30px;
        text-align: right;
        color: #FFBE3D;
        letter-spacing: 0; }
      .fluidBox .inner h3.small {
        font-size: 100px; }
  .fluidBox.nBox1 {
    left: 0;
    top: 23%; }
    .fluidBox.nBox1 img {
      width: 257px; }
    .fluidBox.nBox1 .inner p {
      max-width: 320px; }
  .fluidBox.nBox2 {
    left: -600px;
    top: 27%;
    width: 840px; }
    .fluidBox.nBox2 p {
      padding: 20px 0 0 0;
      margin-left: 1%;
      max-width: 550px; }
  .fluidBox.nBox3 {
    top: 26%;
    left: 53%;
    width: 1020px; }
    .fluidBox.nBox3 p {
      margin-left: 30%; }
  .fluidBox.nBox4 {
    left: -420px;
    top: 28%;
    width: 670px; }
    .fluidBox.nBox4 p {
      margin-left: 22%;
      padding-top: 0; }

.fluidBoxk {
  position: absolute; }
  .fluidBoxk .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .fluidBoxk .inner span {
      color: #FF0000;
      font-size: 24px;
      display: block; }
      .fluidBoxk .inner span strong {
        color: #0070C6; }
    .fluidBoxk .inner p {
      max-width: 520px; }
    .fluidBoxk .inner h3 {
      font-size: 172px;
      color: #FF0000;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      letter-spacing: -11px; }
      .fluidBoxk .inner h3 small {
        font-size: 30px;
        text-align: right;
        color: #FF0000;
        letter-spacing: 0; }
      .fluidBoxk .inner h3.small {
        font-size: 100px; }
  .fluidBoxk.nBox1 {
    left: 0;
    top: 23%; }
    .fluidBoxk.nBox1 img {
      width: 257px; }
    .fluidBoxk.nBox1 .inner p {
      max-width: 320px; }
  .fluidBoxk.nBox2 {
    left: -600px;
    top: 27%;
    width: 840px; }
    .fluidBoxk.nBox2 p {
      padding: 20px 0 0 0;
      margin-left: 1%;
      max-width: 550px; }
  .fluidBoxk.nBox3 {
    top: 26%;
    left: 53%;
    width: 1020px; }
    .fluidBoxk.nBox3 p {
      margin-left: 30%; }
  .fluidBoxk.nBox4 {
    left: -420px;
    top: 28%;
    width: 670px; }
    .fluidBoxk.nBox4 p {
      margin-left: 2%;
      padding-top: 0; }

.fluidBoxm {
  position: absolute; }
  .fluidBoxm .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .fluidBoxm .inner span {
      color: #01BAFF;
      font-size: 24px;
      display: block; }
      .fluidBoxm .inner span strong {
        color: #0070C6; }
    .fluidBoxm .inner p {
      max-width: 520px; }
    .fluidBoxm .inner h3 {
      font-size: 172px;
      color: #01BAFF;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      letter-spacing: -11px; }
      .fluidBoxm .inner h3 small {
        font-size: 30px;
        text-align: right;
        color: #01BAFF;
        letter-spacing: 0; }
      .fluidBoxm .inner h3.small {
        font-size: 100px; }
  .fluidBoxm.nBox1 {
    left: 0;
    top: 23%; }
    .fluidBoxm.nBox1 img {
      width: 257px; }
    .fluidBoxm.nBox1 .inner p {
      max-width: 320px; }
  .fluidBoxm.nBox2 {
    left: -600px;
    top: 27%;
    width: 840px; }
    .fluidBoxm.nBox2 p {
      padding: 20px 0 0 0;
      margin-left: 1%;
      max-width: 550px; }
  .fluidBoxm.nBox3 {
    top: 26%;
    left: 53%;
    width: 1020px; }
    .fluidBoxm.nBox3 p {
      margin-left: 30%; }
  .fluidBoxm.nBox4 {
    left: -420px;
    top: 28%;
    width: 670px; }
    .fluidBoxm.nBox4 p {
      margin-left: 22%;
      padding-top: 0; }

.fluidBoxs {
  position: absolute; }
  .fluidBoxs .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .fluidBoxs .inner span {
      color: #FFBE3D;
      font-size: 24px;
      display: block; }
      .fluidBoxs .inner span strong {
        color: #0070C6; }
    .fluidBoxs .inner p {
      max-width: 520px; }
    .fluidBoxs .inner h3 {
      font-size: 172px;
      color: #FFBE3D;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      letter-spacing: -11px; }
      .fluidBoxs .inner h3 small {
        font-size: 30px;
        text-align: right;
        color: #FFBE3D;
        letter-spacing: 0; }
      .fluidBoxs .inner h3.small {
        font-size: 100px; }
  .fluidBoxs.nBox1 {
    left: 0;
    top: 23%; }
    .fluidBoxs.nBox1 img {
      width: 257px; }
    .fluidBoxs.nBox1 .inner p {
      max-width: 320px; }
  .fluidBoxs.nBox2 {
    left: -600px;
    top: 27%;
    width: 840px; }
    .fluidBoxs.nBox2 p {
      padding: 20px 0 0 0;
      margin-left: 1%;
      max-width: 550px; }
  .fluidBoxs.nBox3 {
    top: 26%;
    left: 53%;
    width: 1020px; }
    .fluidBoxs.nBox3 p {
      margin-left: 30%; }
  .fluidBoxs.nBox4 {
    left: -420px;
    top: 28%;
    width: 670px; }
    .fluidBoxs.nBox4 p {
      margin-left: 22%;
      padding-top: 0; }

.svgBox {
  position: absolute; }
  .svgBox svg {
    display: block;
    width: 100%;
    height: auto; }
  .svgBox.tgGroup2 {
    width: 45%;
    height: auto;
    bottom: 0%;
    right: -10%; }
  .svgBox.tgGroup3 {
    width: 38%;
    height: auto;
    top: 15%;
    left: -7%; }

.tgGroup1 {
  width: 37%;
  height: auto;
  top: -8%;
  left: 9%;
  position: absolute; }

.tgGroup4 {
  width: 37%;
  height: auto;
  position: absolute;
  top: 12%;
  left: -19%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg); }

.bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1; }
  .bgBox span {
    display: block;
    height: 0;
    width: 12.5%;
    position: absolute;
    bottom: 0;
    background: #333841; }
    .bgBox span:nth-child(2) {
      left: 12.5%; }
    .bgBox span:nth-child(3) {
      left: 25%; }
    .bgBox span:nth-child(4) {
      left: 37.5%; }
    .bgBox span:nth-child(5) {
      left: 50%; }
    .bgBox span:nth-child(6) {
      left: 62.5%; }
    .bgBox span:nth-child(7) {
      left: 75%; }
    .bgBox span:nth-child(8) {
      left: 87.5%; }

h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500; }
  h2.blue {
    color: #0070C6; }
  h2.bigTitle {
    font-size: 90px;
    font-weight: 600;
    color: #181F72;
    letter-spacing: -5px;
    line-height: 1;
    width: 100%; }
    h2.bigTitle span {
      display: block;
      color: #62A631; }

h4 {
  font-size: 18px;
  color: #62A631;
  font-weight: 500;
  padding-top: 20px;
  width: 100%; }

p {
  font-size: 17px;
  padding: 30px 0 50px;
  max-width: 370px;
  font-weight: 400;
  line-height: 1.5; }
  p.dark {
    color: #2f3941; }

.formStep {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px; }
  .formStep a {
    width: 25%;
    font-size: 25px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5); }
    .formStep a span {
      display: block; }
    .formStep a.active {
      color: white; }
    .formStep a:last-child {
      width: auto; }

.formContent {
  width: 100%; }
  .formContent .fRow {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    position: relative; }
    .formContent .fRow input[type=text], .formContent .fRow input[type=password] {
      width: 100%;
      height: 100%;
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 0 30px;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px; }
      .formContent .fRow input[type=text]:focus, .formContent .fRow input[type=password]:focus {
        border: 1px solid white; }
    .formContent .fRow textarea {
      width: 100%;
      height: 100%;
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 10px 30px 0;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px; }
      .formContent .fRow textarea:focus {
        border: 1px solid white; }
    .formContent .fRow input[type=submit], .formContent .fRow input[type=button] {
      float: right;
      height: 100%;
      background: transparent linear-gradient(180deg, #6DE516 0%, #62A631 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 20px 30px #1623573E;
      border: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 0 50px;
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      cursor: pointer; }
    .formContent .fRow.captcha img {
      position: absolute;
      right: 0;
      display: block;
      width: 40%;
      height: 100%;
      top: 0; }
    .formContent .fRow.captcha a.refresh {
      position: absolute;
      right: 0px;
      bottom: 0px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      background: #62A631;
      color: #fff;
      font-size: 12px;
      display: block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px; }
      .formContent .fRow.captcha a.refresh:before {
        content: "\efd1"; }

.accordionContent {
  width: 100%;
  height: 500px; }
  .accordionContent .item {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent; }
    .accordionContent .item .title {
      display: block;
      font-size: 17px;
      font-weight: 400;
      position: relative;
      color: #181F72;
      cursor: pointer; }
      .accordionContent .item .title i {
        font-style: normal;
        font-weight: 600;
        color: #62A631;
        display: inline-block;
        width: 50px; }
      .accordionContent .item .title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background: url(../images/icons/downGreenArrow.svg) no-repeat;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .accordionContent .item .desc {
      display: none; }
      .accordionContent .item .desc p {
        padding: 20px 0 0 50px; }
    .accordionContent .item.active {
      border: 1px solid #0070C6;
      box-shadow: 0px 20px 20px rgba(0, 112, 128, 0.1); }
      .accordionContent .item.active .title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background: url(../images/icons/upBlueArrow.svg) no-repeat;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .accordionContent .item.active i {
        color: #0070C6; }

.lineForm {
  width: 100%;
  border: 1px solid #62A631;
  border-radius: 15px;
  min-height: 570px;
  float: right;
  padding: 35px 30px;
  position: relative;
  max-width: 530px; }
  .lineForm h2 {
    font-size: 24px;
    font-weight: 700;
    color: #181F72;
    margin-bottom: 45px; }
  .lineForm input, .lineForm textarea {
    border: none;
    border-bottom: 1px solid #62A631;
    background-color: none;
    resize: none;
    width: 100%;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .lineForm input::placeholder, .lineForm textarea::placeholder {
      font-size: 17px;
      color: #181F72;
      font-weight: 400; }
    .lineForm input:focus, .lineForm textarea:focus {
      border-bottom: 1px solid #181F72;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .lineForm textarea {
    height: 100px; }
  .lineForm button {
    padding-left: 20px;
    float: right;
    border: none;
    position: absolute;
    bottom: 35px;
    right: 30px;
    cursor: pointer; }

.contactForm {
  position: relative;
  max-width: 530px;
  width: 100%;
  margin-top: 30px; }
  .contactForm input, .contactForm textarea {
    border: none;
    background-color: none;
    resize: none;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 15px;
    border-radius: 5px; }
    .contactForm input::placeholder, .contactForm textarea::placeholder {
      font-size: 17px;
      color: #181F72;
      font-weight: 400; }
    .contactForm input:focus, .contactForm textarea:focus {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0px 20px 20px rgba(0, 112, 128, 0.1); }
  .contactForm input {
    height: 60px;
    line-height: 60; }
  .contactForm textarea {
    height: 150px;
    padding-top: 15px; }
  .contactForm button {
    padding-left: 20px;
    float: right;
    border: none;
    cursor: pointer; }

.breadCrumb {
  position: absolute;
  top: 50px;
  right: 112px;
  display: flex;
  z-index: 100000; }
  .breadCrumb a {
    color: white;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-right: 30px; }
    .breadCrumb a:after {
      content: '';
      width: 12px;
      height: 1px;
      position: absolute;
      background: url(../images/icons/line2.svg) no-repeat center;
      right: 0px;
      top: 50%;
      transform: translateX(-50%); }
    .breadCrumb a:last-child {
      background: url(../images/icons/home.svg) no-repeat center center;
      width: 16px;
      height: 21px;
      display: inline-block; }
      .breadCrumb a:last-child:after {
        display: none; }

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  right: 60px; }
  a.scroll span {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    a.scroll span:after {
      width: 2px;
      height: 1px;
      background: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 5px;
      left: 45%;
      -webkit-animation: mainArrowAnim 1s infinite;
      /* Safari 4+ */
      -moz-animation: mainArrowAnim 1s infinite;
      /* Fx 5+ */
      -o-animation: mainArrowAnim 1s infinite;
      /* Opera 12+ */
      animation: mainArrowAnim 1s infinite; }

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-o-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

header.blue + a.scroll span {
  border: 2px solid #1d4156; }
  header.blue + a.scroll span:after {
    background: #1d4156; }

img.bg {
  display: block;
  width: 100%;
  height: auto; }

.menu {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 20px;
  width: 90px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .menu ul {
    width: 100%; }
    .menu ul li {
      display: block;
      width: 100%; }
      .menu ul li a {
        font-size: 10px;
        font-weight: 700;
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        background: url(../images/icons/menu/bg.svg) no-repeat;
        background-size: 100% auto;
        margin-bottom: 15px;
        padding-top: 32px; }
        .menu ul li a img {
          display: block;
          margin: auto; }
        .menu ul li a span {
          position: absolute;
          top: 70px;
          text-align: center;
          display: block;
          width: 100%;
          color: #62A631;
          opacity: 0; }
        .menu ul li a:hover span {
          opacity: 1; }
        .menu ul li a.active {
          background: url(../images/icons/menu/bgOn.svg) no-repeat;
          background-size: 100% auto; }
          .menu ul li a.active span {
            opacity: 1; }
          .menu ul li a.active img {
            filter: brightness(0) invert(1); }

.serviceLine {
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .serviceLine i {
    background: url(../images/icons/serviceLine.svg) no-repeat;
    width: 86px;
    height: 45px;
    margin-right: 20px; }
  .serviceLine div {
    display: block; }
    .serviceLine div span {
      color: #62A631;
      font-weight: 700;
      display: block;
      font-size: 14px;
      line-height: 1; }
    .serviceLine div a {
      color: #0070C6;
      font-size: 20px;
      font-weight: 700;
      line-height: 1; }

.btnArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .btnArea a + a {
    margin-left: 20px; }
  .btnArea p {
    color: #62A631;
    padding: 0 0 0 20px; }
    .btnArea p a {
      color: #62A631;
      font-weight: 600; }

.txtBtn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #162357;
  font-size: 13px;
  padding: 12px 20px;
  margin-bottom: 4px;
  align-items: center; }
  .txtBtn:hover {
    background: #E1E6EA; }
  .txtBtn strong {
    color: #62A631;
    font-size: 26px;
    width: 37%;
    position: relative; }
    .txtBtn strong:after {
      display: block;
      width: 20px;
      height: 2px;
      background: #62A631;
      position: absolute;
      right: 10px;
      top: 50%;
      content: ""; }

/*General Elements */
.popupForm {
  position: fixed;
  width: 65%;
  height: 100%;
  clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
  background: #0070C6 url(../images/bg/popupBg.svg) no-repeat right bottom;
  z-index: 999999;
  top: 0;
  right: -100%; }
  .popupForm .content {
    width: 60%;
    float: right; }
  .popupForm .popupFormInner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 350px; }
  .popupForm .title {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px; }
    .popupForm .title h2 {
      color: #fff;
      font-weight: 500;
      font-size: 30px; }
      .popupForm .title h2 span {
        display: block;
        font-size: 15px;
        color: #6DE516; }
    .popupForm .title a.icoBtn {
      color: #6DE516;
      font-size: 20px;
      width: auto;
      box-shadow: none;
      font-weight: normal;
      line-height: normal; }
      .popupForm .title a.icoBtn i {
        top: 3px; }
    .popupForm .title:before {
      width: 78px;
      height: 70px;
      position: absolute;
      display: block;
      content: "";
      background: url(../images/icons/services.svg) no-repeat;
      background-size: 100% auto;
      top: 0;
      left: -100px; }
  .popupForm a.formCloser {
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/icons/menuClose.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 2; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  padding: 60px 60px 0 60px; }
  header .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    max-width: none;
    margin: auto;
    align-items: center;
    z-index: 2; }
  header a.logo {
    display: block;
    background: url(/assets/docs/web/logos/alarmdc-logo-beyaz.svg) no-repeat center;
    background-size: 100% auto;
    width: 9%;
    padding-bottom: 4%; }
  header .tools {
    position: absolute;
    right: 0;
    top: 0px; }
    header .tools a {
      display: block;
      width: 35px;
      height: 35px;
      margin: 20px 0; }
      header .tools a i {
        display: block;
        width: 100%;
        height: 100%;
        background-size: auto auto; }
      header .tools a.lang span {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        line-height: 22px;
        border: 1.5px solid #fff;
        color: #fff;
        text-align: center;
        display: block;
        font-size: 9px;
        margin: auto; }
      header .tools a.menuLink {
        margin-top: 0; }
        header .tools a.menuLink.opened i.menuIco {
          background-image: url(../images/icons/menuClose.svg);
          background-size: 34px; }
      header .tools a.home {
        text-align: center;
        color: #fff;
        font-size: 22px; }
        header .tools a.home:before {
          content: "\ec5e"; }
    header .tools a.menuLink {
      margin-bottom: 40px; }
      header .tools a.menuLink.opened span i {
        width: 10px !important;
        background: #fff !important; }
        header .tools a.menuLink.opened span i:nth-child(1) {
          width: 29px !important;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          left: 0;
          top: 15px; }
        header .tools a.menuLink.opened span i:nth-child(2) {
          opacity: 0; }
        header .tools a.menuLink.opened span i:nth-child(3) {
          opacity: 0; }
        header .tools a.menuLink.opened span i:nth-child(4) {
          opacity: 0; }
        header .tools a.menuLink.opened span i:nth-child(5) {
          width: 29px !important;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          left: 0;
          top: 15px; }
    header .tools a.services {
      position: absolute;
      right: 50px;
      background: transparent;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      width: 220px;
      height: 46px;
      line-height: 46px;
      padding-left: 45px;
      top: -6px;
      margin-top: 0; }
      header .tools a.services i {
        width: 33px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 8px; }
      header .tools a.services span {
        position: relative; }
      header .tools a.services:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        background: url(../images/icons/servicesBg.svg) no-repeat center;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      header .tools a.services:hover {
        padding-left: 35px;
        color: #fff !important; }
        header .tools a.services:hover:before {
          opacity: 1; }
  header.blue a.logo {
    background: url(/assets/docs/web/logos/alarmdc-logo.svg) no-repeat center;
    background-size: 100% auto; }
  header.blue .tools .menuIco {
    background-image: url(../images/icons/menuBlue.svg) !important; }
  header.blue .tools .phoneIco {
    background-image: url(../images/icons/phoneBlue.svg) !important; }
  header.blue .tools .chatIco {
    background-image: url(../images/icons/chatBlue.svg) !important; }
  header.blue .tools a.lang span {
    border: 1.5px solid #62A631;
    color: #0070C6; }
  header.blue .tools a.services {
    color: #0070C6; }
    header.blue .tools a.services .servicesIco {
      background-image: url(../images/icons/servicesBlue.svg); }
  header.blue .tools a.home {
    color: #0070c6; }
  header .nav {
    width: 100%;
    height: 100vh;
    background: url(../images/bg/products.jpg) no-repeat right top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    padding: 17% 130px 0 50px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%); }
    header .nav nav {
      width: 70%;
      float: right;
      margin: auto;
      height: 100%;
      position: relative; }
      header .nav nav .navInner {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      header .nav nav ul li.caption a {
        font-size: 20px;
        color: #6DE516;
        font-weight: 500;
        display: block;
        position: relative;
        margin-bottom: 25px; }
      header .nav nav ul li.caption ul {
        width: 100%;
        float: none; }
        header .nav nav ul li.caption ul li {
          display: block;
          width: 100%; }
          header .nav nav ul li.caption ul li a {
            font-size: 20px;
            min-height: auto;
            margin-bottom: 0;
            color: #fff;
            display: block; }
            header .nav nav ul li.caption ul li a span {
              padding: 10px 0;
              position: relative;
              display: inline-block;
              z-index: 3; }
              header .nav nav ul li.caption ul li a span i {
                position: relative;
                z-index: 2;
                font-style: normal; }
              header .nav nav ul li.caption ul li a span:after {
                display: block;
                height: 100%;
                position: absolute;
                background: #10144E;
                border-radius: 6px;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                content: "";
                top: 0;
                left: -30px;
                width: 0;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
              header .nav nav ul li.caption ul li a span:before {
                content: "\eaa0";
                position: absolute;
                color: #6DE516;
                top: 17px;
                left: -30px;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                opacity: 0;
                z-index: 2;
                font-weight: normal;
                font-size: 15px; }
            header .nav nav ul li.caption ul li a:hover {
              color: #6DE516; }
              header .nav nav ul li.caption ul li a:hover span:after {
                width: 150%;
                width: calc(100% + 60px); }
              header .nav nav ul li.caption ul li a:hover span:before {
                left: -20px;
                opacity: 1; }
          header .nav nav ul li.caption ul li ul {
            display: none; }
            header .nav nav ul li.caption ul li ul a {
              font-size: 20px; }
      header .nav nav ul li.caption.contact {
        margin-top: 70px; }
    header .nav .bottomNav {
      position: absolute;
      width: 100%;
      bottom: 60px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      header .nav .bottomNav .left a {
        font-size: 14px;
        color: #fff;
        margin-right: 10px; }
      header .nav .bottomNav .icoBtn {
        border: none;
        box-shadow: none;
        color: #6DE516; }
    header .nav.opened {
      left: 0; }

body.greyBg header a.logo {
  background: url(../images/logoDark.svg) no-repeat center;
  background-size: 100% auto; }

body.greyBg header .tools a.menuLink span i {
  background: #1C2128; }

body.notFixed {
  overflow-x: hidden; }
  body.notFixed header {
    position: absolute; }

.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
  display: block;
  margin-top: 5px; }

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto; }

.line1 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.line2 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.line3 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px; }

.mobileMenuLink.closer .line2 {
  display: none; }

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px; }

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4; }

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #666;
  margin: 0; }
  section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
    height: 100%; }
  section.mainSlider .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    section.mainSlider .item .content {
      height: 100%; }
    section.mainSlider .item .caption {
      position: absolute;
      width: 100%;
      top: 70%;
      left: 0;
      color: #fff;
      font-weight: bold;
      font-size: 68px;
      line-height: 1;
      z-index: 5;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      section.mainSlider .item .caption h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.5;
        position: relative;
        font-family: poppins, sans-serif;
        font-weight: 500; }
        section.mainSlider .item .caption h2 strong {
          font-weight: bold;
          display: block;
          font-size: 84px;
          font-weight: 700;
          line-height: 1; }
        section.mainSlider .item .caption h2:before {
          display: block;
          width: 38px;
          height: 42px;
          content: "";
          background: url(../images/icons/seek.svg) no-repeat center;
          background-size: 100% auto;
          position: absolute;
          top: 3px;
          left: -50px; }
      section.mainSlider .item .caption p {
        padding: 50px 0 0 0; }
    section.mainSlider .item .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: auto 100vh;
      background-position: center;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  section.mainSlider .active .item .caption {
    top: 45%;
    opacity: 1; }
  section.mainSlider .active .item .bg div span {
    height: 100%; }
  section.mainSlider .active .item video {
    opacity: 1; }
  section.mainSlider .bullets {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2; }
    section.mainSlider .bullets svg {
      display: block;
      width: 100%;
      height: auto; }
      section.mainSlider .bullets svg.t1 {
        width: 100%; }
        section.mainSlider .bullets svg.t1 g {
          fill: rgba(255, 255, 255, 0);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      section.mainSlider .bullets svg.t2 {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        top: 57%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      section.mainSlider .bullets svg.t3 {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        top: 57%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    section.mainSlider .bullets .imgBox {
      width: 60%;
      height: 60%;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      background-image: url(../images/slider/2.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 150%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      top: 57%;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0; }
    section.mainSlider .bullets.show svg.t1 g {
      fill: rgba(255, 255, 255, 0.2); }
    section.mainSlider .bullets.show svg.t2 {
      width: 70%;
      opacity: .8;
      top: 55%; }
    section.mainSlider .bullets.show .imgBox {
      background-size: auto 100%;
      opacity: 1; }
    section.mainSlider .bullets .dots {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    section.mainSlider .bullets a {
      display: block;
      position: absolute;
      display: block;
      width: 10px;
      height: 10px; }
      section.mainSlider .bullets a:before {
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        content: "";
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      section.mainSlider .bullets a span {
        position: absolute;
        color: #fff;
        font-size: 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        width: 300px;
        top: -5px;
        opacity: 0; }
      section.mainSlider .bullets a:nth-child(1) {
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px; }
        section.mainSlider .bullets a:nth-child(1) span {
          left: 30px; }
      section.mainSlider .bullets a:nth-child(2) {
        position: absolute;
        top: 100%;
        left: -5px;
        margin-top: -5px; }
        section.mainSlider .bullets a:nth-child(2) span {
          left: -100px; }
      section.mainSlider .bullets a:nth-child(3) {
        position: absolute;
        top: 100%;
        right: -5px;
        margin-top: -5px; }
        section.mainSlider .bullets a:nth-child(3) span {
          left: 30px; }
      section.mainSlider .bullets a:hover:before {
        width: 20px;
        height: 20px; }
      section.mainSlider .bullets a:hover span {
        opacity: 1; }
  section.mainSlider .owl-dots {
    position: absolute;
    top: 50%;
    right: 60px; }
    section.mainSlider .owl-dots .owl-dot {
      width: 70px;
      height: 30px;
      margin-left: 10px; }
      section.mainSlider .owl-dots .owl-dot span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff; }

section.inNumbers {
  background: #E1E6EA; }
  section.inNumbers a.icoBtn {
    position: absolute;
    bottom: 15%;
    right: 10%; }

section.products {
  background: #181F72 url(../images/bg/products.jpg) no-repeat bottom right;
  background-size: cover; }
  section.products a.icoBtn {
    position: absolute;
    right: -5%;
    top: 48%;
    z-index: 2; }
  section.products .links {
    position: absolute;
    bottom: 80px;
    left: 380px;
    z-index: 2; }
    section.products .links a {
      margin-right: 20px; }
  section.products .left {
    height: 100%; }
    section.products .left h2 {
      position: absolute;
      top: 20%; }
    section.products .left .owl-carousel, section.products .left .owl-stage-outer, section.products .left .owl-stage, section.products .left .owl-item, section.products .left .item {
      height: 100%; }
    section.products .left .item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #fff; }
      section.products .left .item .pItem {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transform: translateX(-400px);
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        opacity: 0; }
      section.products .left .item h3 {
        font-size: 64px;
        /*font-size:84px;*/
        letter-spacing: -2.5px; }
      section.products .left .item p {
        opacity: 0.75; }
    section.products .left .active .item .pItem {
      opacity: 1;
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px); }
    section.products .left .owl-dots {
      position: absolute;
      left: 0;
      bottom: 90px; }
      section.products .left .owl-dots .owl-dot {
        width: 50px;
        height: 5px;
        position: relative;
        float: left;
        margin-right: 5px; }
        section.products .left .owl-dots .owl-dot span {
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 2px;
          background: #0070C6;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px; }
        section.products .left .owl-dots .owl-dot.active span {
          top: 0;
          height: 5px;
          background: #6DE516; }
    section.products .left .titles {
      position: absolute;
      bottom: 130px;
      left: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      font-weight: 600; }
      section.products .left .titles p {
        font-size: 20px;
        color: #6DE516;
        margin-right: 50px; }
        section.products .left .titles p small {
          display: block;
          font-size: 14px;
          color: #0070C6; }
        section.products .left .titles p:nth-child(1) {
          display: none; }
  section.products .pRotatorWrapper {
    width: 40%;
    height: auto;
    position: absolute;
    bottom: 90px;
    right: 20%;
    z-index: 2; }
    section.products .pRotatorWrapper:before {
      width: 60%;
      height: 60%;
      background: url(../images/icons/hexagonSmall.svg) no-repeat top center;
      background-size: 100% auto;
      pointer-events: none;
      content: "";
      position: absolute;
      top: 0%;
      left: -13%; }
    section.products .pRotatorWrapper .pRotator {
      position: absolute;
      bottom: -50px;
      right: -15%;
      width: 80%; }
      section.products .pRotatorWrapper .pRotator .rList {
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%; }
      section.products .pRotatorWrapper .pRotator .rItem {
        width: 38%;
        position: absolute; }
        section.products .pRotatorWrapper .pRotator .rItem i {
          position: absolute;
          display: block;
          width: 50px;
          height: 50px;
          background-repeat: no-repeat;
          background-position: center;
          transform-origin: 50% 50%;
          cursor: pointer;
          background-size: 75% auto; }
          section.products .pRotatorWrapper .pRotator .rItem i.lng {
            background-image: url(../images/icons/products/lng.svg);
            top: 45%;
            left: 35%; }
          section.products .pRotatorWrapper .pRotator .rItem i.png {
            background-image: url(../images/icons/products/png.svg);
            top: 17%;
            left: 35%; }
          section.products .pRotatorWrapper .pRotator .rItem i.logistics {
            background-image: url(../images/icons/products/logistics.svg);
            top: 47%;
            left: 37%; }
          section.products .pRotatorWrapper .pRotator .rItem i.service {
            background-image: url(../images/icons/products/service.svg);
            top: 17%;
            left: 35%; }
          section.products .pRotatorWrapper .pRotator .rItem i.tank {
            background-image: url(../images/icons/products/tank.svg);
            top: 47%;
            left: 34%; }
          section.products .pRotatorWrapper .pRotator .rItem i.online {
            background-image: url(../images/icons/products/online.svg);
            top: 17%;
            left: 35%; }
        section.products .pRotatorWrapper .pRotator .rItem .pImg {
          position: absolute;
          display: block;
          width: 380%;
          opacity: 0;
          transform: scale(0);
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(1) {
          top: 6%;
          left: 3%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(1) .pImg {
            bottom: 0;
            right: 0;
            transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(2) {
          top: 0%;
          left: 30%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(2) .pImg {
            bottom: 0;
            left: -140%;
            transform-origin: 50% 100%;
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(3) {
          top: 6%;
          left: 58%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(3) .pImg {
            bottom: 0;
            left: 0;
            transform-origin: 0% 100%;
            -webkit-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(4) {
          top: 55%;
          left: 58%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(4) .pImg {
            top: 0;
            left: 0;
            transform-origin: 0% 0%;
            -webkit-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(5) {
          top: 61%;
          left: 30%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(5) .pImg {
            top: 0;
            left: -140%;
            transform-origin: 0% 50%;
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 0% 50%; }
        section.products .pRotatorWrapper .pRotator .rItem:nth-child(6) {
          top: 55%;
          left: 3%; }
          section.products .pRotatorWrapper .pRotator .rItem:nth-child(6) .pImg {
            top: 0;
            right: 0;
            transform-origin: 100% 0%;
            -webkit-transform-origin: 100% 0%;
            -moz-transform-origin: 100% 0%; }
        section.products .pRotatorWrapper .pRotator .rItem.active .pImg {
          opacity: 1;
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1); }

section.services {
  background: #fff; }
  section.services .left {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    float: left; }
    section.services .left a.icoBtn {
      margin-top: 100px; }
  section.services .right {
    width: 70%;
    height: 100%;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
  section.services .serviceSlider {
    width: 55%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    section.services .serviceSlider:before {
      width: 100%;
      height: 200%;
      position: absolute;
      top: -50%;
      left: 0;
      background: url(../images/icons/service/triangles.svg) no-repeat center;
      background-size: 100% auto;
      z-index: 2;
      pointer-events: none;
      content: ""; }
    section.services .serviceSlider .owl-carousel, section.services .serviceSlider .owl-stage-outer, section.services .serviceSlider .owl-stage, section.services .serviceSlider .owl-item, section.services .serviceSlider .item {
      height: 100%; }
    section.services .serviceSlider .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    section.services .serviceSlider #serviceSlider {
      text-align: center; }
      section.services .serviceSlider #serviceSlider .item {
        padding-top: 40%; }
        section.services .serviceSlider #serviceSlider .item p {
          margin: auto;
          padding-bottom: 0;
          font-size: 15px; }
        section.services .serviceSlider #serviceSlider .item a {
          color: #fff; }
          section.services .serviceSlider #serviceSlider .item a strong {
            display: block;
            font-weight: 600;
            font-size: 30px;
            position: relative; }
            section.services .serviceSlider #serviceSlider .item a strong:after {
              display: block;
              margin: auto;
              height: 1px;
              width: 50px;
              background: #fff;
              content: "";
              margin-top: 20px; }
          section.services .serviceSlider #serviceSlider .item a span {
            display: block;
            position: relative;
            margin-top: 15px; }
            section.services .serviceSlider #serviceSlider .item a span small {
              display: block;
              width: 5px;
              height: 5px;
              background: #fff;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -webkit-transition: all 0.2s;
              -moz-transition: all 0.2s;
              -o-transition: all 0.2s;
              transition: all 0.2s; }
              section.services .serviceSlider #serviceSlider .item a span small:nth-child(1) {
                margin-left: -10px;
                transition-delay: 0s; }
              section.services .serviceSlider #serviceSlider .item a span small:nth-child(2) {
                transition-delay: 0.2s; }
              section.services .serviceSlider #serviceSlider .item a span small:nth-child(3) {
                margin-left: 10px;
                transition-delay: 0.4s; }
          section.services .serviceSlider #serviceSlider .item a:hover span small {
            width: 7px;
            height: 7px;
            top: 120%; }
  section.services .serviceThumbSlider {
    width: 55%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.services .serviceThumbSlider .item {
      position: relative; }
      section.services .serviceThumbSlider .item span {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        top: 25%;
        width: 100%;
        color: #62A631; }
      section.services .serviceThumbSlider .item.green span {
        top: 50%;
        color: #0070C6; }
    section.services .serviceThumbSlider .thumbDots {
      position: absolute;
      left: 25%;
      bottom: -20%; }
      section.services .serviceThumbSlider .thumbDots .thumbDot {
        width: 50px;
        height: 25px;
        position: relative;
        float: left;
        margin-right: 5px;
        cursor: pointer; }
        section.services .serviceThumbSlider .thumbDots .thumbDot span {
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 2px;
          background: #0070C6;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px; }
        section.services .serviceThumbSlider .thumbDots .thumbDot.active span {
          top: 0;
          height: 5px;
          background: #6DE516; }

section.video {
  background: url(/Content/assets/media/poster.jpg) no-repeat center top;
  background-size: cover; }
  section.video video {
    object-fit: inherit;
    display: block;
    min-width: 100%;
    min-height: 100%; }
  section.video .playIcon {
    position: absolute;
    top: 50%;
    left: 7.5%; }
  section.video #videoControls {
    width: 85%;
    position: absolute;
    bottom: 60px;
    left: 7.5%;
    height: 30px; }
  section.video .videoControlsContent {
    width: 100%;
    position: relative;
    height: 100%; }
  section.video .videoControlsContent a.playPause {
    display: block;
    height: 100%;
    position: relative;
    width: 5%;
    color: #fff;
    float: left; }
    section.video .videoControlsContent a.playPause:before {
      content: "\ec74";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    section.video .videoControlsContent a.playPause.paused:before {
      content: "\ec72"; }
  section.video .videoControlsContent .range {
    height: 100%;
    width: 90%;
    position: relative;
    float: left; }
    section.video .videoControlsContent .range:before {
      width: 100%;
      height: 1px;
      background: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      opacity: .9; }
    section.video .videoControlsContent .range i {
      display: block;
      width: 0;
      height: 7px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3px;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px; }

#openVideo {
  display: block;
  width: 100%;
  height: 100%; }

.en section.fuelCalc .bottom .flexItem .navArea span {
  font-size: 26px; }

section.fuelCalc {
  background-color: #E1E6EA;
  padding-top: 150px; }
  section.fuelCalc .content {
    width: 85%; }
  section.fuelCalc .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px; }
    section.fuelCalc .top h1 {
      font-size: 24px;
      font-weight: 600;
      color: #0070C6; }
    section.fuelCalc .top .arrowArea {
      margin-right: 10%; }
      section.fuelCalc .top .arrowArea a {
        display: inline-block;
        width: 41px;
        height: 15px;
        background-repeat: no-repeat !important;
        background-position: center !important; }
        section.fuelCalc .top .arrowArea a.prevArrow {
          background: url(../images/icons/rightArrowGreen.svg);
          display: none; }
        section.fuelCalc .top .arrowArea a.nextArrow {
          background: url(../images/icons/leftArrowBlue.svg);
          margin-left: 20px; }
  section.fuelCalc .center {
    position: absolute;
    width: 75%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 380px; }
    section.fuelCalc .center .steps {
      width: 200%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    section.fuelCalc .center .step {
      width: 50%;
      height: 100%; }
    section.fuelCalc .center .step1 {
      height: 380px; }
      section.fuelCalc .center .step1 .item {
        width: 20%;
        float: left;
        text-align: center;
        position: relative;
        z-index: 0; }
        section.fuelCalc .center .step1 .item a {
          display: block;
          padding-top: 150px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          section.fuelCalc .center .step1 .item a svg path {
            stroke: #162357; }
          section.fuelCalc .center .step1 .item a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            z-index: -1;
            background: url(../images/icons/pyramid.png) no-repeat center center;
            background-size: 115% auto; }
          section.fuelCalc .center .step1 .item a:hover, section.fuelCalc .center .step1 .item a.selected {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            section.fuelCalc .center .step1 .item a:hover:after, section.fuelCalc .center .step1 .item a.selected:after {
              opacity: 1;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            section.fuelCalc .center .step1 .item a:hover span, section.fuelCalc .center .step1 .item a.selected span {
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              color: #162357;
              margin-top: 100px; }
            section.fuelCalc .center .step1 .item a:hover svg path, section.fuelCalc .center .step1 .item a.selected svg path {
              stroke: #0070C6; }
            section.fuelCalc .center .step1 .item a:hover svg line, section.fuelCalc .center .step1 .item a.selected svg line {
              stroke: #62A631; }
            section.fuelCalc .center .step1 .item a:hover svg rect, section.fuelCalc .center .step1 .item a.selected svg rect {
              stroke: #62A631; }
            section.fuelCalc .center .step1 .item a:hover svg circle, section.fuelCalc .center .step1 .item a.selected svg circle {
              stroke: #62A631; }
          section.fuelCalc .center .step1 .item a span {
            display: block;
            margin-top: 50px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: rgba(22, 35, 87, 0.5);
            font-weight: bold; }
    section.fuelCalc .center .step2 {
      background-color: white;
      border-radius: 6px;
      box-shadow: 1px 6px 17px -4px #d9d9d9;
      padding: 50px;
      height: auto; }
      section.fuelCalc .center .step2 .resultContainer {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        section.fuelCalc .center .step2 .resultContainer .selectedFuel {
          width: 30%;
          text-align: center; }
          section.fuelCalc .center .step2 .resultContainer .selectedFuel i {
            display: block;
            padding-bottom: 15px; }
          section.fuelCalc .center .step2 .resultContainer .selectedFuel span {
            display: block;
            color: #162357;
            font-size: 17px;
            font-weight: bold; }
        section.fuelCalc .center .step2 .resultContainer .fuelAmount {
          width: 30%; }
          section.fuelCalc .center .step2 .resultContainer .fuelAmount div {
            max-width: 240px;
            position: relative;
            height: 60px; }
          section.fuelCalc .center .step2 .resultContainer .fuelAmount label {
            display: block;
            color: #162357;
            font-size: 17px;
            font-weight: bold;
            padding-bottom: 10px; }
          section.fuelCalc .center .step2 .resultContainer .fuelAmount input {
            display: block;
            width: 100%;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 10px 10px #62A63127;
            border: 1px solid #62A631;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            height: 100%;
            padding: 0 50px 0 20px; }
          section.fuelCalc .center .step2 .resultContainer .fuelAmount i {
            height: 100%;
            background: #fff;
            border-left: 1px solid #62A631;
            color: #0070C6;
            font-size: 17px;
            position: absolute;
            right: 1px;
            top: 1px;
            background: #fff;
            height: 58px;
            width: 50px;
            border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            text-align: center;
            line-height: 58px;
            font-style: normal;
            font-weight: 600; }
        section.fuelCalc .center .step2 .resultContainer .result {
          width: 40%; }
          section.fuelCalc .center .step2 .resultContainer .result div {
            width: 100%;
            position: relative;
            height: 60px; }
          section.fuelCalc .center .step2 .resultContainer .result label {
            display: block;
            color: #162357;
            font-size: 17px;
            font-weight: bold;
            padding-bottom: 10px; }
          section.fuelCalc .center .step2 .resultContainer .result input {
            display: block;
            width: 100%;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 10px 10px #62A63127;
            border: 1px solid #0070C6;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            height: 100%;
            padding: 0 50px 0 20px; }
          section.fuelCalc .center .step2 .resultContainer .result i {
            height: 100%;
            background: #fff;
            border-left: 1px solid #0070C6;
            color: #62A631;
            font-size: 17px;
            position: absolute;
            right: 1px;
            top: 1px;
            background: #fff;
            height: 58px;
            width: 50px;
            border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            text-align: center;
            line-height: 58px;
            font-style: normal;
            font-weight: 600; }
  section.fuelCalc .bottom {
    position: absolute;
    bottom: 60px;
    width: 100%; }
    section.fuelCalc .bottom .flexItem {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      section.fuelCalc .bottom .flexItem .desc {
        width: 42%; }
        section.fuelCalc .bottom .flexItem .desc p {
          max-width: 370px; }
      section.fuelCalc .bottom .flexItem .navArea {
        width: 40%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        section.fuelCalc .bottom .flexItem .navArea a {
          width: 50%;
          display: block;
          text-align: center;
          font-weight: 600;
          font-size: 17px; }
          section.fuelCalc .bottom .flexItem .navArea a small {
            color: #62A631;
            opacity: 0; }
          section.fuelCalc .bottom .flexItem .navArea a span {
            display: block;
            font-size: 32px;
            color: #0070C6;
            margin-bottom: 20px;
            opacity: 0; }
          section.fuelCalc .bottom .flexItem .navArea a i {
            color: #162357;
            font-style: normal; }
          section.fuelCalc .bottom .flexItem .navArea a.active small, section.fuelCalc .bottom .flexItem .navArea a.active span {
            opacity: 1; }

section.subPage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section.subPage .content {
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  section.subPage .text {
    width: 50%; }
    section.subPage .text p {
      max-width: 670px;
      padding-bottom: 0px; }
    section.subPage .text .serviceLine {
      margin-top: 20px; }
  section.subPage .imgArea {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    section.subPage .imgArea img {
      display: block;
      max-width: 100%;
      margin: auto; }
  section.subPage .formArea {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
  section.subPage p {
    color: #181F72; }
  section.subPage img.fluidImg {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  section.subPage.textPage {
    padding-top: 150px; }
    section.subPage.textPage h2.bigTitle {
      font-size: 34px;
      letter-spacing: 0;
      padding-bottom: 20px; }
    section.subPage.textPage p {
      max-width: none;
      padding: 20px 0 0; }
    section.subPage.textPage ul {
      padding: 20px 0 0; }
      section.subPage.textPage ul li {
        display: list-item;
        list-style: disc;
        color: #181F72;
        margin-left: 20px; }
    section.subPage.textPage:before {
      height: 120px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      content: "";
      background: #fff; }
  section.subPage .page404 {
    width: 100%;
    max-width: 790px;
    margin: auto;
    color: #162357;
    font-size: 36px;
    text-align: center;
    padding-bottom: 100px; }
    section.subPage .page404 img {
      display: block;
      width: 100%; }
    section.subPage .page404 a {
      margin: 25px auto 0;
      width: 190px;
      padding-left: 45px; }

#logistics .icoBtn {
  position: absolute;
  right: 7.5%;
  z-index: 2;
  bottom: 60px; }

.mapArea {
  width: 100%;
  position: relative;
  padding-top: 40px; }
  .mapArea svg {
    display: block;
    width: 80%;
    height: auto;
    margin: 40px auto 0; }
    .mapArea svg path, .mapArea svg polygon {
      fill: #73A4BA;
      stroke: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .mapArea svg path:hover, .mapArea svg path.selected, .mapArea svg polygon:hover, .mapArea svg polygon.selected {
        fill: #181F72; }
    .mapArea svg #Names path {
      fill: #eaeaea;
      stroke: inherit; }
  .mapArea .managers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #181F72 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 20px #181F7241;
    width: 260px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 100%; }
    .mapArea .managers .mItem {
      color: #fff;
      font-size: 17px;
      display: none; }
      .mapArea .managers .mItem strong {
        font-weight: 500;
        display: block; }
      .mapArea .managers .mItem span {
        display: block; }
        .mapArea .managers .mItem span:nth-child(2) {
          padding: 25px 0; }
    .mapArea .managers a.mCloser {
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 10px;
      right: 10px; }
      .mapArea .managers a.mCloser:before {
        content: "\eee1";
        color: #fff;
        font-size: 16px; }
    .mapArea .managers.opened {
      top: 50%;
      opacity: 1; }
  .mapArea .mapDropDown {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 260px; }
    .mapArea .mapDropDown select {
      width: 100%;
      box-shadow: 0px 20px 30px #0070C633;
      border: 1px solid #0070C64D;
      display: block;
      height: 50px;
      line-height: 48px;
      position: relative;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      padding-left: 15px;
      background: #fff;
      color: #162357;
      font-size: 15px;
      font-weight: 600; }
    .mapArea .mapDropDown:before {
      width: 25px;
      height: 48px;
      display: block;
      position: absolute;
      top: 1px;
      right: 1px;
      background: #fff url(../images/icons/downGreenArrow.svg) no-repeat left center;
      background-size: 10px auto;
      content: "";
      display: block;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      z-index: 2; }

.processInfo {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0; }
  .processInfo small {
    font-size: 90px;
    color: #62A631;
    font-weight: bold;
    margin-right: 25px;
    line-height: 1; }
  .processInfo div {
    color: #162357;
    font-size: 17px;
    padding-top: 10px; }
    .processInfo div strong {
      display: block;
      color: #62A631; }

.processSlider {
  width: 100%; }
  .processSlider #processSlider .item a, .processSlider #processSlider2 .item a {
    display: block;
    text-align: center;
    position: relative; }
    .processSlider #processSlider .item a span.img, .processSlider #processSlider2 .item a span.img {
      display: block;
      width: 100%;
      padding-bottom: 88%;
      position: relative;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .processSlider #processSlider .item a span.img img, .processSlider #processSlider2 .item a span.img img {
        display: block;
        width: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        top: 60%;
        position: absolute; }
    .processSlider #processSlider .item a.up span.img, .processSlider #processSlider2 .item a.up span.img {
      background-image: url(../images/icons/process/tUp.svg); }
    .processSlider #processSlider .item a.down span.img, .processSlider #processSlider2 .item a.down span.img {
      background-image: url(../images/icons/process/tDown.svg); }
      .processSlider #processSlider .item a.down span.img img, .processSlider #processSlider2 .item a.down span.img img {
        top: 30%; }
    .processSlider #processSlider .item a strong, .processSlider #processSlider2 .item a strong {
      display: block;
      color: #162357;
      font-size: 17px;
      font-weight: 500; }
    .processSlider #processSlider .item a small, .processSlider #processSlider2 .item a small {
      display: none; }
    .processSlider #processSlider .item a:hover span.img img, .processSlider #processSlider .item a.selected span.img img, .processSlider #processSlider2 .item a:hover span.img img, .processSlider #processSlider2 .item a.selected span.img img {
      filter: brightness(0) invert(1); }
    .processSlider #processSlider .item a:hover.up span.img, .processSlider #processSlider .item a.selected.up span.img, .processSlider #processSlider2 .item a:hover.up span.img, .processSlider #processSlider2 .item a.selected.up span.img {
      background-image: url(../images/icons/process/tUpHover.svg); }
    .processSlider #processSlider .item a:hover.down span.img, .processSlider #processSlider .item a.selected.down span.img, .processSlider #processSlider2 .item a:hover.down span.img, .processSlider #processSlider2 .item a.selected.down span.img {
      background-image: url(../images/icons/process/tDownHover.svg); }
    .processSlider #processSlider .item a:after, .processSlider #processSlider2 .item a:after {
      display: block;
      width: 13px;
      height: 10px;
      background: url(../images/icons/arrowGreen.svg) no-repeat center;
      position: absolute;
      right: 0;
      top: 40%;
      content: ""; }
  .processSlider .processTimeline {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #62A631;
    border-bottom: none;
    margin-top: 60px; }
    .processSlider .processTimeline strong {
      font-size: 17px;
      color: #62A631;
      padding-top: 15px;
      text-align: center; }
      .processSlider .processTimeline strong:nth-child(1) {
        width: 66.6666%; }
      .processSlider .processTimeline strong:nth-child(2) {
        width: 16.6666%;
        border-left: 2px solid #62A631;
        border-right: 2px solid #62A631; }
      .processSlider .processTimeline strong:nth-child(3) {
        width: 16.6666%; }

/* Corporate */
section.corporate {
  width: 100%;
  height: 100%;
  height: 100vh; }
  section.corporate .corporateImages {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    section.corporate .corporateImages img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: auto;
      z-index: 2;
      opacity: 0; }
    section.corporate .corporateImages i {
      display: block;
      position: absolute;
      background: url(../images/bg/mask.png) no-repeat center;
      background-size: 100% auto;
      z-index: 2;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      width: 250%;
      padding-bottom: 250%; }
  section.corporate img.triangles {
    width: 50%;
    height: auto;
    opacity: 1;
    z-index: 3;
    position: absolute;
    display: block;
    z-index: 3;
    pointer-events: none;
    top: 0;
    left: 0; }
  section.corporate.hakkimizda .corporateImages i, section.corporate.about-us .corporateImages i {
    top: -195%;
    left: -92%;
    transform: rotate(15deg); }
  section.corporate.yonetim .corporateImages i, section.corporate.management .corporateImages i {
    top: -185%;
    left: -78%;
    transform: rotate(65deg); }
  section.corporate.ilkeler .corporateImages i, section.corporate.principles .corporateImages i {
    top: -165%;
    left: -75%;
    transform: rotate(100deg); }
  section.corporate.principles .corporateImages i {
    transform: rotate(90deg); }
  section.corporate.yonetim-sistemleri .corporateImages i, section.corporate.management-systems .corporateImages i {
    top: -157%;
    left: -89%;
    transform: rotate(163deg); }
  section.corporate.kariyer .corporateImages i, section.corporate.career .corporateImages i {
    top: -155%;
    left: -110%;
    transform: rotate(206deg); }
  section.corporate .content {
    z-index: 3; }
    section.corporate .content .left {
      padding-top: 10%;
      width: 50%;
      float: left; }
    section.corporate .content h1 {
      color: #fff;
      font-size: 110px;
      margin-bottom: 40px; }
      section.corporate .content h1.long {
        font-size: 68px;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: -1px; }
    section.corporate .content .right {
      width: 35%;
      height: 100%;
      float: right;
      position: relative;
      padding-top: 10%; }
      section.corporate .content .right p {
        color: #162357;
        max-width: 400px;
        padding-bottom: 20px; }
      section.corporate .content .right .cItem {
        opacity: 0;
        display: none;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px); }
        section.corporate .content .right .cItem .mobileImg {
          display: none; }
      section.corporate .content .right .boardList {
        width: 100%;
        color: #0070C6;
        font-weight: 500;
        font-size: 17px; }
        section.corporate .content .right .boardList strong {
          display: block;
          color: #181F72; }
        section.corporate .content .right .boardList .row {
          padding-bottom: 60px; }
      section.corporate .content .right #yonetim, section.corporate .content .right #management {
        padding-top: 50%; }
      section.corporate .content .right #ilkeler, section.corporate .content .right #principles {
        padding-top: 65%; }
        section.corporate .content .right #ilkeler .txtBtn, section.corporate .content .right #principles .txtBtn {
          margin-top: 25px; }
      section.corporate .content .right #yonetim-sistemleri p, section.corporate .content .right #management-systems p {
        max-width: 510px; }
      section.corporate .content .right #kariyer, section.corporate .content .right #career {
        padding-top: 30%; }
        section.corporate .content .right #kariyer .icoBtn, section.corporate .content .right #career .icoBtn {
          margin-top: 25px;
          padding-right: 30px;
          display: inline-block;
          width: auto; }
  section.corporate .pageMenu {
    width: 280px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #181F72;
    box-shadow: 0px 20px 20px #181F7233;
    position: absolute;
    left: 0;
    top: 36%; }
    section.corporate .pageMenu ul {
      display: block;
      padding: 40px 0; }
      section.corporate .pageMenu ul li {
        display: block;
        width: 100%; }
        section.corporate .pageMenu ul li a {
          display: block;
          width: 100%;
          color: #fff;
          font-size: 17px;
          font-weight: 600;
          line-height: 50px;
          padding: 0 30px;
          position: relative; }
          section.corporate .pageMenu ul li a:before {
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            left: -5%;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            background: #0070C6;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            content: ""; }
          section.corporate .pageMenu ul li a span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 2; }
            section.corporate .pageMenu ul li a span:before {
              position: absolute;
              right: 10px;
              top: 0px;
              content: "\eaa0";
              opacity: 0;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
          section.corporate .pageMenu ul li a.selected span:before, section.corporate .pageMenu ul li a:hover span:before {
            opacity: 1;
            right: 0; }
          section.corporate .pageMenu ul li a.selected:before {
            width: 110%; }

/* Corporate */
/*Online Services*/
.onlineServices {
  background: #fff;
  height: 100%;
  height: 100vh; }
  .onlineServices h2 {
    width: 100%; }
  .onlineServices p {
    width: 100%;
    max-width: none;
    padding: 0; }
  .onlineServices .servicesTable {
    margin-top: 90px;
    height: auto;
    width: 100%; }
    .onlineServices .servicesTable .col {
      padding: 60px 40px;
      color: white; }
      .onlineServices .servicesTable .col.green {
        background-color: #62A631;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px; }
      .onlineServices .servicesTable .col.darkBlue {
        background-color: #181F72; }
      .onlineServices .servicesTable .col.blue {
        background-color: #0070C6;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px; }
      .onlineServices .servicesTable .col i {
        display: block;
        margin-bottom: 65px; }
      .onlineServices .servicesTable .col span {
        display: block;
        font-size: 20px;
        margin-bottom: 35px;
        font-weight: bold; }
      .onlineServices .servicesTable .col p {
        color: white; }
      .onlineServices .servicesTable .col a {
        color: white; }
  .onlineServices a.icoBtn {
    position: absolute;
    right: 0;
    top: 0; }

/*Online Services*/
/*Tariffs*/
.tariffs .row {
  width: 100%; }

.tariffs .item {
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%; }
  .tariffs .item.green {
    border: 1px solid #62A631; }
    .tariffs .item.green hr {
      background-color: #62A631; }
  .tariffs .item.blue {
    border: 1px solid #0070C6;
    margin: 0 2%; }
    .tariffs .item.blue hr {
      background-color: #0070C6; }
  .tariffs .item.darkBlue {
    border: 1px solid #181F72; }
    .tariffs .item.darkBlue a {
      margin-top: 30px; }
  .tariffs .item span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px; }
    .tariffs .item span.green {
      color: #62A631; }
    .tariffs .item span.blue {
      color: #0070C6; }
    .tariffs .item span.darkBlue {
      color: #181F72; }
  .tariffs .item p {
    padding: 0;
    max-width: none; }
  .tariffs .item hr {
    border: none;
    width: 30%;
    height: 3px;
    border-radius: 15px;
    margin: 38px 0px 30px 0px; }

/*Tariffs*/
/*new*/
.specialProjects {
  width: 100%;
  /*
    .item{padding:45px 40px;display:flex;color:white;flex-direction: column;height:100%; position:absolute; bottom:0; height:100%; @include easing(0.3s); width: 100%;
        span{font-weight: 700;
            &:nth-child(1){font-size:20px;}
            &:nth-child(2){margin-top: auto;font-size:42px;line-height: 1.2;}
        }
        p{color:#fff; position:absolute; bottom:40px; padding:0 40px; left:0; opacity:0; @include easing(0.5s);} 
        &:hover{height:150%;
            p{opacity:1;}
        }
    }*/ }
  .specialProjects .row {
    height: 400px; }
    .specialProjects .row .col {
      height: 100%;
      position: relative; }
  .specialProjects .green {
    background: #62A631 url(../images/img/lng/lng-ihracat.jpg) no-repeat top center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .specialProjects .blue {
    background: #181F72 url(../images/img/lng/lng-bunkering.jpg) no-repeat top center; }
  .specialProjects .darkBlue {
    background: #0070C6 url(../images/img/lng/is-makinelerinde-lng.jpg) no-repeat top center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .specialProjects .specialProjectsContent {
    width: 100%;
    width: 75%;
    margin: auto; }
    .specialProjects .specialProjectsContent .left {
      width: 45%;
      float: left;
      min-height: 1px;
      padding-bottom: 45%;
      position: relative;
      margin-right: 5%; }
      .specialProjects .specialProjectsContent .left img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        .specialProjects .specialProjectsContent .left img:nth-child(1) {
          opacity: 1; }
    .specialProjects .specialProjectsContent .right {
      width: 50%;
      float: left; }
      .specialProjects .specialProjectsContent .right h3 {
        width: 100%;
        display: block;
        border-top: 1px solid #E1E6EA;
        padding: 20px 0;
        line-height: 1;
        position: relative;
        font-size: 20px;
        color: #62A631;
        font-weight: 500;
        color: #62A631;
        cursor: pointer; }
        .specialProjects .specialProjectsContent .right h3:before {
          content: '\eab2';
          position: absolute;
          right: 0; }
        .specialProjects .specialProjectsContent .right h3.active {
          color: #181F72; }
          .specialProjects .specialProjectsContent .right h3.active:before {
            content: "\eab9"; }
        .specialProjects .specialProjectsContent .right h3:hover {
          color: #181F72; }
      .specialProjects .specialProjectsContent .right p {
        display: none; }
        .specialProjects .specialProjectsContent .right p img {
          display: none; }
  .specialProjects p {
    max-width: 100%; }

.digitalCatalog .catalogItem {
  display: flex;
  border-radius: 10px;
  border: 1px solid #0070C6;
  padding: 20px;
  height: 260px;
  width: 536px;
  margin-top: 25px; }
  .digitalCatalog .catalogItem .imgArea {
    width: 180px;
    height: 220px;
    background-color: #0070C6;
    border-radius: 6px;
    margin-right: 35px;
    overflow: hidden; }
    .digitalCatalog .catalogItem .imgArea img {
      width: 100%;
      height: auto; }
  .digitalCatalog .catalogItem .descArea {
    font-size: 17px;
    color: #181F72;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 35px; }
    .digitalCatalog .catalogItem .descArea span {
      font-weight: 400; }
    .digitalCatalog .catalogItem .descArea small {
      font-weight: 600; }
    .digitalCatalog .catalogItem .descArea a {
      background: url(../images/icons/pdf.svg) no-repeat left center;
      color: #62A631;
      padding-left: 100px;
      font-weight: 600;
      margin-top: auto;
      display: block;
      padding: 23px 0px 23px 80px; }

.contactArea .left {
  width: 50%;
  padding-left: 140px;
  padding-right: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .contactArea .left .bigTitle {
    margin-bottom: 60px; }
  .contactArea .left .accordionContent .item {
    border: none;
    padding: 20px 0px;
    border-top: 1px solid #E1E6EA;
    border-radius: 0; }
    .contactArea .left .accordionContent .item .title {
      color: #62A631;
      font-weight: 600; }
      .contactArea .left .accordionContent .item .title:after {
        background: url(../images/icons/greenArrow.svg) no-repeat;
        height: 10px; }
    .contactArea .left .accordionContent .item .desc p {
      padding-left: 0px;
      max-width: 100%; }
    .contactArea .left .accordionContent .item .desc a {
      color: #181F72;
      text-decoration: underline; }
    .contactArea .left .accordionContent .item.active {
      border: none;
      box-shadow: none;
      border-top: 1px solid #E1E6EA; }
      .contactArea .left .accordionContent .item.active .title {
        color: #181F72;
        font-weight: 600; }
        .contactArea .left .accordionContent .item.active .title:after {
          background: url(../images/icons/blueArrow.svg) no-repeat; }
    .contactArea .left .accordionContent .item:last-child {
      border-bottom: 1px solid #E1E6EA; }

.contactArea .right {
  width: 50%;
  background-color: #E1E6EA;
  height: 100%;
  display: flex;
  padding-left: 140px;
  flex-direction: column;
  justify-content: center; }
  .contactArea .right h2 {
    font-size: 48px;
    color: #181F72;
    font-weight: 700; }
  .contactArea .right .formArea {
    justify-content: flex-start;
    width: 100%; }
    .contactArea .right .formArea .row .col {
      padding: 5px;
      width: 100%; }
      .contactArea .right .formArea .row .col.col-4 {
        padding: 5px;
        width: 50%; }
      .contactArea .right .formArea .row .col.captcha {
        position: relative; }
        .contactArea .right .formArea .row .col.captcha img {
          position: absolute;
          right: 0;
          display: block;
          width: 40%;
          height: 100%;
          top: 0; }
        .contactArea .right .formArea .row .col.captcha a.refresh {
          position: absolute;
          right: 5px;
          bottom: 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          background: #62A631;
          color: #fff;
          font-size: 12px;
          display: block;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px; }
          .contactArea .right .formArea .row .col.captcha a.refresh:before {
            content: "\efd1"; }

/*new*/
/* Status */
section.status .left {
  width: 50%;
  height: 100%;
  padding: 0 7%;
  padding-top: 10%; }

section.status .right {
  width: 50%;
  height: 100%;
  padding: 0 7%;
  background: #E6E6E6;
  position: relative; }

section.status .statusItem {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background: #C0CAD1;
  padding: 10px 20px;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  section.status .statusItem .sCol {
    width: 33.3333%;
    float: left;
    color: #fff;
    font-size: 17px;
    padding: 15px 0; }
    section.status .statusItem .sCol:nth-child(3) {
      text-align: right; }
  section.status .statusItem .title {
    position: relative;
    z-index: 2; }
    section.status .statusItem .title .sCol {
      font-size: 20px;
      font-weight: bold; }
      section.status .statusItem .title .sCol:nth-child(1) {
        width: 66.6666%; }
      section.status .statusItem .title .sCol:nth-child(2) {
        text-align: right; }
    section.status .statusItem .title:after {
      display: block;
      width: 100%;
      height: 0;
      clear: both;
      content: ""; }
  section.status .statusItem .detail {
    display: none;
    position: relative;
    z-index: 2; }
    section.status .statusItem .detail:after {
      display: block;
      width: 100%;
      height: 0;
      clear: both;
      content: ""; }
  section.status .statusItem i {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #9AA7B1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0; }
  section.status .statusItem.active {
    box-shadow: 0px 20px 30px #0070c633; }
    section.status .statusItem.active i {
      background: #181F72; }

section.status .statusBar {
  width: 100%;
  max-width: 740px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  section.status .statusBar img {
    display: block;
    width: 100%; }
  section.status .statusBar .front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  section.status .statusBar .bar {
    position: absolute;
    width: 31.9%;
    height: 91.2%;
    top: 0;
    left: 33.4%; }
    section.status .statusBar .bar div {
      width: 100%;
      height: 15%;
      position: absolute;
      bottom: 0;
      background: url(../images/img/status/bar.png) no-repeat bottom center;
      background-size: 100% auto; }
      section.status .statusBar .bar div small {
        position: absolute;
        font-size: 20px;
        color: #181F72;
        font-weight: bold;
        top: 0;
        left: -150px; }
      section.status .statusBar .bar div span {
        position: absolute;
        font-size: 36px;
        color: #181F72;
        top: -60px;
        right: -250px;
        line-height: 1; }
        section.status .statusBar .bar div span em {
          float: left;
          font-style: normal;
          font-weight: bold;
          padding-top: 10px; }
        section.status .statusBar .bar div span i {
          font-weight: bold;
          font-style: normal;
          font-weight: bold;
          font-size: 120px;
          line-height: 1; }
        section.status .statusBar .bar div span:before {
          width: 100px;
          height: 1px;
          background: #181F72;
          position: absolute;
          left: -100px;
          top: 60px;
          content: ""; }

/* Status */
footer {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  padding: 80px 0px;
  color: #7E7E7E; }
  footer .content {
    width: 85%;
    margin: auto; }
    footer .content:after {
      display: block;
      width: 100%;
      height: 0;
      clear: both;
      content: ""; }
    footer .content .row .col:nth-child(1) {
      width: 20%; }
    footer .content .row .col:nth-child(2) {
      width: 56%; }
    footer .content .row .col:nth-child(3) {
      width: 24%; }
    footer .content .left {
      padding-right: 70px;
      display: flex;
      flex-direction: column; }
      footer .content .left .footerLogo {
        display: block;
        margin-bottom: 30px; }
        footer .content .left .footerLogo img {
          display: block;
          max-width: 240px; }
      footer .content .left .kocLogo {
        margin-top: auto; }
      footer .content .left p {
        font-size: 14px; }
    footer .content .center {
      padding: 0 70px;
      border-right: 1px solid #C6D5D4;
      border-left: 1px solid #C6D5D4; }
      footer .content .center .row {
        margin-bottom: 55px; }
        footer .content .center .row .col:nth-child(1) {
          width: 29%; }
        footer .content .center .row .col:nth-child(2) {
          width: 14%; }
        footer .content .center .row .col:nth-child(3) {
          width: 31%; }
        footer .content .center .row .col:nth-child(4) {
          width: 26%; }
      footer .content .center ul li:first-child {
        color: #0070C6;
        font-weight: 700;
        margin-bottom: 30px; }
      footer .content .center ul li a {
        color: #7E7E7E;
        display: block;
        margin-bottom: 7px; }
      footer .content .center ul li.contact a {
        color: #0070C6;
        font-weight: 700;
        margin-bottom: 30px; }
      footer .content .center .centerBottom {
        display: flex; }
        footer .content .center .centerBottom a {
          display: inline-block;
          color: #7E7E7E;
          border-right: 2px solid #7E7E7E;
          padding-right: 15px;
          padding-left: 15px; }
          footer .content .center .centerBottom a:first-child {
            padding-left: 0px; }
          footer .content .center .centerBottom a:last-child {
            border: none; }
    footer .content .right {
      padding-left: 50px; }
      footer .content .right .bottom a {
        display: block;
        font-weight: 600;
        color: #7E7E7E;
        font-size: 15px;
        padding-left: 105px;
        background-position: 30px center !important;
        margin-bottom: 40px; }
        footer .content .right .bottom a.mail {
          background: url(../images/icons/mailBlue.svg) no-repeat; }
        footer .content .right .bottom a.chat {
          background: url(../images/icons/chatBlue.svg) no-repeat; }
        footer .content .right .bottom a.linkedln {
          background: url(../images/icons/linkedln.svg) no-repeat; }

@media screen and (max-width: 1680px) {
  header {
    padding: 30px 30px 0 30px; }
    header .tools a {
      margin: 0 0 20px 0; }
    header .nav nav ul li.caption ul li a {
      font-size: 16px; }
      header .nav nav ul li.caption ul li a span {
        padding: 5px 0; }
        header .nav nav ul li.caption ul li a span:before {
          top: 10px; }
  p {
    font-size: 15px; }
  section.mainSlider .item .caption h2 {
    font-size: 28px; }
    section.mainSlider .item .caption h2 strong {
      font-size: 54px; }
  section.mainSlider .item .caption p {
    padding: 25px 0 0 0;
    font-size: 15px; }
  section.mainSlider .active .item .caption {
    top: 35%; }
  section.products .pRotatorWrapper .pRotator {
    right: -25%; }
  section.products .left .titles p {
    padding: 15px 0; }
  .fluidBox.nBox2 {
    left: -420px; }
  .fluidBox.nBox4 {
    left: -290px; }
    .fluidBox.nBox4 p {
      margin-left: 0; }
  .fluidBox .inner h3 {
    font-size: 130px; }
    .fluidBox .inner h3 small {
      font-size: 20px; }
  .fluidBox.nBox4 {
    bottom: 3%; }
  section.services .serviceSlider #serviceSlider .item p {
    font-size: 13px;
    padding: 30px 15px 0; }
  section.inNumbers a.icoBtn {
    bottom: 5%; }
  section.corporate.ilkeler .corporateImages i {
    transform: rotate(90deg);
    left: -85%; }
  section.corporate.yonetim .corporateImages i {
    left: -90%; }
  section.corporate .content h1 {
    font-size: 70px; }
    section.corporate .content h1.long {
      font-size: 52px; }
  section.corporate .content .right .boardList {
    font-size: 15px; }
    section.corporate .content .right .boardList .row {
      padding-bottom: 30px; }
  section.corporate .pageMenu ul {
    padding: 25px 0; }
    section.corporate .pageMenu ul li a {
      font-size: 15px;
      line-height: 40px; }
  h2.bigTitle {
    font-size: 80px; }
  .serviceLine div span {
    font-size: 10px; } }

@media screen and (max-width: 1540px) {
  section.mainSlider .item .bg {
    background-size: auto 104vh; }
  .onlineServices a.icoBtn {
    top: -30px;
    width: 120px; }
  section.status .statusItem .title .sCol {
    font-size: 14px; }
  section.status .statusItem .sCol {
    font-size: 13px;
    padding: 7px 0; }
  section.status .statusBar {
    max-width: 480px; }
    section.status .statusBar .bar div span {
      right: -200px; }
      section.status .statusBar .bar div span i {
        font-size: 80px; }
  .popupForm .content {
    width: 50%; }
  .popupForm .popupFormInner {
    max-width: 300px; }
  .popupForm .title {
    margin-bottom: 30px; }
    .popupForm .title:before {
      width: 58px;
      left: -70px; }
    .popupForm .title h2 {
      font-size: 24px; }
      .popupForm .title h2 span {
        font-size: 12px; }
    .popupForm .title a.icoBtn {
      font-size: 14px; }
  .formContent .fRow {
    height: 40px; }
  footer {
    font-size: 12px; }
    footer .content .left {
      padding-right: 30px; }
      footer .content .left .footerLogo img {
        max-width: 180px;
        width: 100%; }
    footer .content .right {
      padding-left: 30px; }
      footer .content .right .bottom a {
        background-position: 10px center !important;
        padding-left: 55px; }
    footer .content .row .col:nth-child(2) {
      padding: 0 30px; }
    footer .content .center .col:nth-child(1) {
      width: 20%; }
    footer .content .center .col:nth-child(2) {
      width: 20%;
      padding: 0; }
  header .nav {
    padding-top: 10%; }
  h2.bigTitle {
    font-size: 50px;
    letter-spacing: -2px; }
  p {
    font-size: 14px;
    padding: 15px 0 25px; }
  .icoBtn {
    width: 220px;
    font-size: 12px; }
    .icoBtn.blue {
      font-size: 12px; }
    .icoBtn.white {
      font-size: 12px; }
  section.services .serviceThumbSlider .item span {
    font-size: 15px; }
  section.services .serviceSlider #serviceSlider .item a strong {
    font-size: 24px; }
  section.services .serviceSlider #serviceSlider .item p {
    font-size: 11px;
    padding: 15px 45px 0; }
  .fluidBox .inner h3 {
    font-size: 110px;
    letter-spacing: -5px; }
  .fluidBox.nBox1 img {
    width: 320px; }
  section.products .left h2 {
    top: 15%;
    font-size: 22px; }
  section.products .left .item h3 {
    font-size: 42px; }
  section.products .left .owl-dots {
    bottom: 50px; }
  section.products .left .titles {
    bottom: 75px; }
    section.products .left .titles p {
      font-size: 15px;
      margin-right: 40px; }
  section.products .links {
    bottom: 40px; }
  section.products .pRotatorWrapper .pRotator .rItem i {
    width: 40px;
    height: 40px; }
  section.fuelCalc {
    padding-top: 100px; }
    section.fuelCalc .top {
      padding-top: 0;
      position: relative;
      z-index: 2; }
    section.fuelCalc .bottom {
      bottom: 40px; }
      section.fuelCalc .bottom .flexItem .desc p {
        padding: 0; }
      section.fuelCalc .bottom .flexItem .navArea a span {
        font-size: 22px;
        margin-bottom: 10px; }
    section.fuelCalc .center .step1 .item a i svg {
      display: block;
      width: 40px;
      margin: auto; }
    section.fuelCalc .center .step1 .item a span {
      margin-top: 30px; }
    section.fuelCalc .center .step2 {
      padding: 25px; }
      section.fuelCalc .center .step2 .resultContainer .selectedFuel span {
        font-size: 14px; }
      section.fuelCalc .center .step2 .resultContainer .result div {
        max-width: 190px;
        height: 40px; }
      section.fuelCalc .center .step2 .resultContainer .result i {
        line-height: 38px;
        height: 38px; }
      section.fuelCalc .center .step2 .resultContainer .result label {
        font-size: 14px; }
      section.fuelCalc .center .step2 .resultContainer .fuelAmount div {
        max-width: 190px;
        height: 40px; }
      section.fuelCalc .center .step2 .resultContainer .fuelAmount i {
        line-height: 38px;
        height: 38px; }
      section.fuelCalc .center .step2 .resultContainer .fuelAmount label {
        font-size: 14px; }
  .menu {
    left: 0;
    width: 80px; }
    .menu ul li a {
      height: 70px;
      padding-top: 28px;
      margin-bottom: 8px; }
      .menu ul li a img {
        width: 15px; }
      .menu ul li a span {
        font-size: 8px;
        top: 60px; }
  .processInfo {
    padding: 30px 0; }
    .processInfo div {
      font-size: 13px; }
  .processSlider #processSlider .item a span.img img, .processSlider #processSlider2 .item a span.img img {
    width: 40px; }
  .processSlider #processSlider .item a strong, .processSlider #processSlider2 .item a strong {
    font-size: 13px; }
  .tariffs .item {
    padding: 20px; }
    .tariffs .item span {
      margin-bottom: 15px; }
    .tariffs .item hr {
      margin: 20px 0 15px; }
  .lineForm {
    min-height: auto; }
    .lineForm input, .lineForm textarea {
      padding-bottom: 0;
      margin-bottom: 0;
      height: 35px; }
    .lineForm button {
      position: relative;
      bottom: auto;
      margin-top: 30px; }
  .accordionContent {
    height: 350px; }
    .accordionContent .item {
      padding: 15px; }
      .accordionContent .item .title {
        font-size: 15px; }
  .onlineServices .servicesTable {
    margin-top: 30px; }
    .onlineServices .servicesTable .col i {
      margin-bottom: 25px; }
    .onlineServices .servicesTable .col span {
      margin-bottom: 15px; }
  .contactArea .left {
    padding: 0 70px; }
    .contactArea .left .bigTitle {
      margin-bottom: 30px; }
    .contactArea .left .accordionContent .item {
      padding: 10px 0; }
  .contactArea .right {
    padding-left: 70px; }
  .contactForm input {
    height: 40px;
    line-height: 40px; }
  .contactForm input, .contactForm textarea {
    margin-bottom: 5px; }
  .en section.fuelCalc .bottom .flexItem .navArea {
    width: 44%; }
    .en section.fuelCalc .bottom .flexItem .navArea span {
      font-size: 22px; } }

@media screen and (max-width: 1050px) {
  .en section.fuelCalc .center {
    width: 100%; }
  .en section.fuelCalc .bottom .flexItem .navArea {
    width: 48%; }
    .en section.fuelCalc .bottom .flexItem .navArea span {
      font-size: 18px; } }

@media screen and (max-width: 780px) {
  section.status .left {
    width: 100%;
    float: none;
    padding: 0 30px 30px; }
  section.status .right {
    width: 100%;
    float: none;
    padding: 30px; }
  section.status .statusBar {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0); }
    section.status .statusBar .bar div small {
      font-size: 15px;
      left: -100px; }
    section.status .statusBar .bar div span {
      font-size: 20px;
      right: -120px; }
      section.status .statusBar .bar div span i {
        font-size: 40px; }
  body.notFixed {
    overflow-x: hidden; }
    body.notFixed header {
      position: fixed; }
  .menu {
    display: none; }
  header {
    padding: 0; }
    header.blue .content {
      background: #fff;
      border-bottom: 1px solid #C6D5D4; }
    header.blue a.logo {
      margin: 15px 0 15px 30px; }
    header .content {
      flex-direction: inherit; }
    header a.logo {
      width: 220px;
      height: 25px;
      margin: 30px 0 30px 30px; }
    header .tools {
      width: 100%;
      border-bottom: 5px solid #0070C6;
      top: 100vh;
      margin-top: -50px; }
      header .tools a {
        display: none; }
        header .tools a.menuLink {
          display: block;
          margin: 0 auto 10px; }
          header .tools a.menuLink .menuIco {
            background-image: url(../images/icons/menu.svg) !important; }
          header .tools a.menuLink.opened i.menuIco {
            background-image: url(../images/icons/menuClose.svg) !important;
            background-size: 34px !important; }
      header .tools:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 42px 80px 42px;
        border-color: transparent transparent #0070c6 transparent;
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -42px; }
    header .nav {
      clip-path: none;
      padding: 100px 30px; }
      header .nav nav {
        width: 100%;
        float: none;
        overflow: scroll; }
        header .nav nav .navInner ul {
          width: 100%; }
          header .nav nav .navInner ul li.caption a {
            margin-bottom: 10px; }
            header .nav nav .navInner ul li.caption a:before {
              content: "\eab2";
              position: absolute;
              right: 0; }
          header .nav nav .navInner ul li.caption.contact {
            margin-top: 0; }
            header .nav nav .navInner ul li.caption.contact a:before {
              display: none; }
          header .nav nav .navInner ul li.caption ul li a {
            margin: 0;
            padding-left: 5px; }
            header .nav nav .navInner ul li.caption ul li a:before {
              display: none; }
          header .nav nav .navInner ul ul {
            display: none; }
      header .nav .bottomNav {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        header .nav .bottomNav .left a {
          display: block;
          font-size: 12px;
          margin: 0;
          padding: 5px 0; }
        header .nav .bottomNav .icoBtn {
          line-height: 18px;
          width: 130px;
          padding-left: 40px; }
          header .nav .bottomNav .icoBtn i {
            top: 5px;
            left: 10px; }
  a.scroll {
    display: none; }
  footer {
    padding: 30px 0 100px;
    border-top: 1px solid #C6D5D4; }
    footer .row .col {
      width: 100% !important; }
      footer .row .col.left {
        order: 3;
        border-top: 1px solid #C6D5D4;
        margin-top: 30px;
        padding-top: 30px; }
        footer .row .col.left .footerLogo {
          margin-bottom: 10px; }
      footer .row .col.center {
        order: 2;
        padding: 0 !important;
        border: none; }
        footer .row .col.center .row {
          display: none; }
        footer .row .col.center .centerBottom {
          width: 100%; }
          footer .row .col.center .centerBottom a {
            border: none; }
      footer .row .col.right {
        width: 100% !important;
        padding: 0;
        order: 1; }
  section.mainSlider {
    height: 100% !important;
    height: 100vh !important; }
    section.mainSlider .owl-dots {
      top: auto;
      bottom: 100px;
      right: 0;
      width: 100%;
      text-align: center; }
      section.mainSlider .owl-dots .owl-dot {
        width: 50px;
        margin: 0 5px; }
    section.mainSlider .item {
      padding: 120px 0; }
      section.mainSlider .item .caption h2 {
        font-size: 20px; }
        section.mainSlider .item .caption h2 strong {
          font-size: 34px; }
        section.mainSlider .item .caption h2:before {
          display: none; }
    section.mainSlider.active .item .caption {
      top: 15%; }
    section.mainSlider .bullets {
      display: none; }
  section.inNumbers {
    height: 100% !important;
    height: 100vh !important; }
    section.inNumbers .tgGroup1 {
      width: 100%;
      left: 0; }
    section.inNumbers .tgGroup2 {
      width: 120%;
      right: -50%; }
    section.inNumbers .tgGroup3 {
      width: 100%;
      left: -30%; }
    section.inNumbers .tgGroup4 {
      width: 70%;
      left: -40%;
      top: 0; }
    section.inNumbers .fluidBox .inner h3 {
      font-size: 50px; }
    section.inNumbers .fluidBox.nBox1 {
      top: 14%; }
    section.inNumbers .fluidBox.nBox2 {
      width: 370px;
      left: -120px;
      top: 34%; }
      section.inNumbers .fluidBox.nBox2 p {
        max-width: 250px;
        font-size: 12px;
        margin-left: 30px; }
    section.inNumbers .fluidBox.nBox3 {
      top: 35%;
      left: 48%;
      width: 280px; }
      section.inNumbers .fluidBox.nBox3 p {
        margin-left: 70px;
        font-size: 12px; }
    section.inNumbers .fluidBox.nBox4 {
      left: -90px;
      top: 36%; }
    section.inNumbers a.icoBtn {
      bottom: 10%; }
  section.products {
    padding: 40px 0; }
    section.products .left h2 {
      position: relative; }
    section.products .left .owl-carousel {
      padding-bottom: 120px; }
    section.products .left .owl-nav {
      bottom: 0; }
    section.products .left .titles {
      bottom: 130px; }
      section.products .left .titles p {
        font-size: 11px;
        margin-right: 10px; }
    section.products .left .owl-dots {
      width: 100%;
      bottom: 0; }
      section.products .left .owl-dots .owl-dot {
        width: 45px; }
    section.products .pRotatorWrapper {
      display: none; }
    section.products .links {
      display: none; }
    section.products a.icoBtn {
      position: relative;
      right: 0;
      margin-top: 30px; }
  section.services {
    padding: 40px 0; }
    section.services .left {
      width: 100%;
      float: none; }
      section.services .left a.icoBtn {
        margin-top: 20px; }
    section.services .right {
      width: 100%; }
    section.services .serviceSlider {
      width: 100%; }
      section.services .serviceSlider img.bg {
        width: 120%;
        margin-left: -10%; }
    section.services .serviceThumbSlider {
      display: none; }
  section.video video {
    width: 100%;
    height: auto; }
  section.video .playIcon {
    width: 50px;
    top: 30px; }
  section.video #videoControls {
    bottom: 30px; }
  section.fuelCalc {
    padding: 40px 0; }
    section.fuelCalc .center {
      position: relative;
      top: auto;
      left: 0;
      transform: none;
      width: 100%; }
      section.fuelCalc .center .step1 .item a span {
        font-size: 10px; }
      section.fuelCalc .center .step2 {
        padding: 25px; }
        section.fuelCalc .center .step2 .resultContainer .selectedFuel {
          width: 100%; }
          section.fuelCalc .center .step2 .resultContainer .selectedFuel i {
            float: left;
            width: 20%; }
            section.fuelCalc .center .step2 .resultContainer .selectedFuel i svg {
              display: block;
              width: 100%; }
          section.fuelCalc .center .step2 .resultContainer .selectedFuel span {
            font-size: 14px;
            width: 80%;
            float: left;
            text-align: left;
            padding: 20px 0 0 20px; }
        section.fuelCalc .center .step2 .resultContainer .result {
          width: 100%;
          margin-top: 15px; }
          section.fuelCalc .center .step2 .resultContainer .result div {
            max-width: none; }
        section.fuelCalc .center .step2 .resultContainer .fuelAmount {
          width: 100%;
          margin-top: 15px; }
          section.fuelCalc .center .step2 .resultContainer .fuelAmount div {
            max-width: none; }
    section.fuelCalc .bottom {
      position: relative;
      bottom: auto; }
      section.fuelCalc .bottom .flexItem .desc {
        width: 100%;
        order: 2;
        text-align: center;
        padding-top: 30px; }
      section.fuelCalc .bottom .flexItem .navArea {
        width: 100%;
        order: 1; }
        section.fuelCalc .bottom .flexItem .navArea a small {
          font-size: 12px; }
        section.fuelCalc .bottom .flexItem .navArea a span {
          font-size: 16px; }
  section.corporate {
    height: auto;
    padding-top: 70px; }
    section.corporate .corporateImages {
      display: none; }
      section.corporate .corporateImages i {
        top: -150px !important; }
    section.corporate .content h1 {
      font-size: 40px;
      color: #162357; }
    section.corporate .content .left {
      width: 100%;
      float: none; }
      section.corporate .content .left .pageMenu {
        display: none; }
    section.corporate .content .right {
      width: 100%;
      padding-top: 0; }
      section.corporate .content .right .cItem {
        padding-top: 0 !important; }
        section.corporate .content .right .cItem .mobileImg {
          display: block;
          width: 100%;
          margin: 0 0 25px; }
  section.h100 {
    height: auto; }
  h2.bigTitle {
    font-size: 30px;
    letter-spacing: 0.1px; }
  .content {
    flex-direction: column-reverse; }
  .btnArea a {
    width: 100%;
    margin-bottom: 20px; }
    .btnArea a + a {
      margin-left: 0px; }
  section.subPage {
    padding-top: 100px; }
    section.subPage .text {
      width: 100%; }
    section.subPage .imgArea {
      width: 100%;
      margin-bottom: 30px; }
    section.subPage .formArea {
      width: 100%; }
    section.subPage img.fluidImg {
      width: 100%;
      height: auto;
      position: relative;
      margin-bottom: 30px; }
  .tariffs .content {
    flex-direction: column !important; }
    .tariffs .content .bigTitle {
      margin-bottom: 30px; }
    .tariffs .content .row .col {
      width: 100%;
      margin-bottom: 20px; }
      .tariffs .content .row .col .item {
        padding: 20px; }
        .tariffs .content .row .col .item.blue {
          margin: 0px; }
  .mapArea {
    padding-bottom: 80px; }
    .mapArea .mapDropDown {
      top: auto;
      width: 100%;
      right: 0px;
      bottom: 0px; }
    .mapArea svg {
      margin-top: 30px; }
  #sss .content {
    flex-direction: column !important; }
    #sss .content .accordionContent {
      margin-top: 30px;
      height: auto;
      margin-bottom: 30px; }
      #sss .content .accordionContent .item {
        padding: 20px 0px; }
        #sss .content .accordionContent .item .title {
          padding-right: 35px;
          font-size: 14px;
          display: flex; }
          #sss .content .accordionContent .item .title i {
            width: 15%; }
          #sss .content .accordionContent .item .title b {
            width: 85%;
            font-weight: 400; }
        #sss .content .accordionContent .item .desc p {
          padding: 20px; }
        #sss .content .accordionContent .item.active {
          padding: 20px 10px; }
    #sss .content .formArea {
      margin-bottom: 30px; }
  .specialProjects .specialProjectsContent {
    width: 100%; }
    .specialProjects .specialProjectsContent .left {
      width: 100%;
      display: none; }
    .specialProjects .specialProjectsContent .right {
      width: 100%; }
      .specialProjects .specialProjectsContent .right h3 {
        margin-bottom: 30px; }
      .specialProjects .specialProjectsContent .right img {
        width: 100%; }
      .specialProjects .specialProjectsContent .right p img {
        display: block; }
  #customerProcess .content {
    flex-direction: column; }
    #customerProcess .content .processSlider {
      margin-bottom: 30px; }
      #customerProcess .content .processSlider .processTimeline strong {
        font-size: 15px; }
        #customerProcess .content .processSlider .processTimeline strong:nth-child(1) {
          width: 100%;
          border-bottom: 2px solid #62A631;
          padding-bottom: 20px; }
        #customerProcess .content .processSlider .processTimeline strong:nth-child(2) {
          width: 50%;
          border-left: 0px; }
        #customerProcess .content .processSlider .processTimeline strong:nth-child(3) {
          width: 50%; }
  .digitalCatalog {
    margin-bottom: 30px;
    margin-top: -40px; }
    .digitalCatalog .catalogItem {
      width: 100%;
      height: auto;
      margin-top: 30px; }
      .digitalCatalog .catalogItem .imgArea {
        height: auto; }
      .digitalCatalog .catalogItem .descArea {
        padding-top: 0px; }
  #logistics .icoBtn {
    width: 85%;
    bottom: 0px;
    position: relative;
    left: 7.5%;
    margin-top: 30px; }
  .contactArea .left {
    margin: auto;
    padding: 0px;
    width: 85%;
    margin-bottom: 30px; }
    .contactArea .left .accordionContent {
      height: auto; }
  .contactArea .right {
    width: 100%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top: 5%; }
    .contactArea .right h2 {
      font-size: 30px; }
    .contactArea .right .contactForm input {
      height: 40px;
      line-height: 40px;
      font-size: 15px; }
      .contactArea .right .contactForm input::placeholder {
        font-size: 15px; }
    .contactArea .right .contactForm textarea::placeholder {
      font-size: 15px; }
  .onlineServices {
    height: auto; }
    .onlineServices .content {
      flex-direction: column; }
      .onlineServices .content .bigTitle {
        margin-bottom: 30px; }
      .onlineServices .content .servicesTable {
        margin-top: 30px;
        margin-bottom: 30px; }
        .onlineServices .content .servicesTable .col {
          width: 100%;
          padding: 30px; }
          .onlineServices .content .servicesTable .col i {
            margin-bottom: 30px; }
          .onlineServices .content .servicesTable .col:nth-child(1) {
            border-radius: 0px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
          .onlineServices .content .servicesTable .col:nth-child(3) {
            border-radius: 0px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; } }

@media screen and (max-width: 480px) {
  a.arrowBtn {
    width: 100%; } }

@media (orientation: landscape) {
  section.inNumbers, section.fuelCalc, section.services {
    min-height: 700px !important; } }